01KXGKKJXRZM0H3R0SDV7V2ZMX: 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: 01KXGKM5J4TNJKX2XNPGNGCVRM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:28.955Zjob assigned to worker 01KXGKM8Y4Z78HJVADV8SM6TN3 [factory aws, i-0b0b6d881e6147f48] (queued for 44 s)
 
22026-07-14T15:24:36.284Zstarting task 0: "setup"
32026-07-14T15:24:36.290Z++ uname -s
42026-07-14T15:24:36.293Z+ kern=SunOS
52026-07-14T15:24:36.293Z+ build_user=build
62026-07-14T15:24:36.293Z+ build_uid=12345
72026-07-14T15:24:36.293Z+ work_dir=/work
82026-07-14T15:24:36.293Z+ input_dir=/input
92026-07-14T15:24:36.293Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:36.293Z+ case "$kern" in
112026-07-14T15:24:36.293Z+ groupadd -g 12345 build
122026-07-14T15:24:36.293Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:38.298Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:38.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:38.381Z+ home_fs=zfs
162026-07-14T15:24:38.381Z+ [[ zfs == autofs ]]
172026-07-14T15:24:38.381Z+ mkdir -p /home/build
182026-07-14T15:24:38.382Z+ chown build:build /home/build /work
192026-07-14T15:24:40.382Z+ chmod 0700 /home/build /work
202026-07-14T15:24:40.386Zprocess exited: duration 4098 ms, exit code 0
 
212026-07-14T15:24:40.392Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:40.398Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:40.401Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T15:24:40.401Z * rust toolchain channel = "stable"
252026-07-14T15:24:40.401Z * rust toolchain profile = "default"
262026-07-14T15:24:40.401Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:40.401Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:40.401Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:40.402Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:40.482Zinfo: downloading installer
312026-07-14T15:24:42.079Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:42.079Zwarn: /opt/ooce/bin
332026-07-14T15:24:42.079Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:42.079Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:42.079Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:42.079Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:42.079Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:42.080Zerror: cannot install while Rust is installed
392026-07-14T15:24:42.080Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:42.080Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:42.080Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:42.080Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:42.080Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:42.093Zinfo: profile set to default
452026-07-14T15:24:42.093Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:42.096Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:42.227Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:42.230Zinfo: downloading 6 components
492026-07-14T15:24:56.854Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:24:56.854Z
512026-07-14T15:24:56.890Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:24:56.890Z
532026-07-14T15:24:56.890Z
542026-07-14T15:24:56.890ZRust is installed now. Great!
552026-07-14T15:24:56.890Z
562026-07-14T15:24:56.894ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:24:56.894Zenvironment variable. This has not been done automatically.
582026-07-14T15:24:56.894Z
592026-07-14T15:24:56.894ZTo configure your current shell, you need to source
602026-07-14T15:24:56.894Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:24:56.894Z
622026-07-14T15:24:56.894ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:24:56.894Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:24:56.894Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:24:56.894Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:24:56.894Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:24:56.894Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:24:56.894Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:24:56.894Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:24:56.894Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:24:56.980Z+ rustup --version
722026-07-14T15:24:56.989Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:24:56.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:24:57.011Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:24:57.014Z+ cargo --version
762026-07-14T15:24:57.030Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:24:57.034Z+ rustc --version
782026-07-14T15:24:57.051Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:24:57.054Zprocess exited: duration 16658 ms, exit code 0
 
802026-07-14T15:24:57.061Zstarting task 2: "authentication"
812026-07-14T15:24:57.078Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T15:24:57.084Zstarting task 3: "clone repository"
832026-07-14T15:24:57.088Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:24:57.093Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:24:57.123ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:24:58.373Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:24:58.377Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:24:58.654ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:24:58.654Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:24:58.659Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:24:58.662Z++ git branch --show-current
922026-07-14T15:24:58.662Z+ current=main
932026-07-14T15:24:58.662Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:24:58.662Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:24:58.665Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:24:58.683ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:24:58.686Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:24:58.701ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:24:58.704Zprocess exited: duration 1617 ms, exit code 0
 
1002026-07-14T15:24:58.710Zstarting task 4: "build"
1012026-07-14T15:24:58.714Z+ pfexec pkg install clang-15
1022026-07-14T15:25:08.031Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-14T15:25:15.737Z Startup: Caching catalogs ... Done
1042026-07-14T15:25:23.071ZPlanning: Solver setup ... Done
1052026-07-14T15:25:23.112ZPlanning: Running solver ... Done
1062026-07-14T15:25:23.254ZPlanning: Finding local manifests ... Done
1072026-07-14T15:25:23.267ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-14T15:25:23.355ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-14T15:25:23.384ZPlanning: Package planning ... Done
1102026-07-14T15:25:23.410ZPlanning: Merging actions ... Done
1112026-07-14T15:25:23.520ZPlanning: Checking for conflicting actions ... Done
1122026-07-14T15:25:23.526ZPlanning: Consolidating action changes ... Done
1132026-07-14T15:25:24.248ZPlanning: Evaluating mediators ... Done
1142026-07-14T15:25:24.253ZPlanning: Planning completed in 8.35 seconds
1152026-07-14T15:25:24.264Z Packages to install: 2
1162026-07-14T15:25:24.264Z Mediators to change: 2
1172026-07-14T15:25:24.267Z Services to change: 1
1182026-07-14T15:25:24.267Z Create boot environment: No
1192026-07-14T15:25:24.267ZCreate backup boot environment: No
1202026-07-14T15:25:24.305Z
1212026-07-14T15:25:24.305ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-14T15:25:30.415ZDownload: 983/3076 items 82.2/211.3MB 38% complete (23.4M/s)
1232026-07-14T15:25:35.425ZDownload: 2449/3076 items 119.4/211.3MB 56% complete (10.4M/s)
1242026-07-14T15:25:40.658ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (13.1M/s)
1252026-07-14T15:25:45.715ZDownload: 3048/3076 items 206.4/211.3MB 97% complete (8.6M/s)
1262026-07-14T15:25:51.301ZDownload: 3063/3076 items 210.2/211.3MB 99% complete (5.7M/s)
1272026-07-14T15:26:10.374ZDownload: 3066/3076 items 210.8/211.3MB 99% complete
1282026-07-14T15:26:15.732ZDownload: 3074/3076 items 211.2/211.3MB 99% complete (4.0M/s)
1292026-07-14T15:26:15.740ZDownload: Completed 211.31 MB in 51.43 seconds (4.1M/s)
1302026-07-14T15:26:15.852Z Actions: 1/3418 actions (Installing new actions)
1312026-07-14T15:26:18.991Z Actions: Completed 3418 actions in 3.14 seconds.
1322026-07-14T15:26:19.637Z Done
1332026-07-14T15:26:19.637Z Done
1342026-07-14T15:26:20.376Z Done
1352026-07-14T15:26:23.748Z Done
1362026-07-14T15:26:23.820Z Done
1372026-07-14T15:26:23.823Z Done
1382026-07-14T15:26:24.094Z Done
1392026-07-14T15:26:24.774Z+ cargo --version
1402026-07-14T15:26:24.781Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1412026-07-14T15:26:24.934Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1422026-07-14T15:26:24.938Zinfo: downloading 6 components
1432026-07-14T15:26:41.867Zcargo 1.96.1 (356927216 2026-06-26)
1442026-07-14T15:26:41.873Z+ rustc --version
1452026-07-14T15:26:41.905Zrustc 1.96.1 (31fca3adb 2026-06-26)
1462026-07-14T15:26:41.912Z+ banner check
1472026-07-14T15:26:41.912Z
1482026-07-14T15:26:41.912Z #### # # ###### #### # #
1492026-07-14T15:26:41.912Z # # # # # # # # #
1502026-07-14T15:26:41.912Z # ###### ##### # ####
1512026-07-14T15:26:41.912Z # # # # # # #
1522026-07-14T15:26:41.912Z # # # # # # # # #
1532026-07-14T15:26:41.912Z #### # # ###### #### # #
1542026-07-14T15:26:41.913Z
1552026-07-14T15:26:41.913Z+ cargo fmt -- --check
1562026-07-14T15:26:42.322Z+ cargo clippy --all-targets -- --deny warnings
1572026-07-14T15:26:42.438Z Updating git repository `https://github.com/oxidecomputer/falcon`
1582026-07-14T15:26:43.046ZFrom https://github.com/oxidecomputer/falcon
1592026-07-14T15:26:43.046Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1602026-07-14T15:26:43.120Z Updating crates.io index
1612026-07-14T15:26:43.124Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1622026-07-14T15:26:43.544ZFrom https://github.com/oxidecomputer/dendrite
1632026-07-14T15:26:43.544Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
1642026-07-14T15:26:43.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
1652026-07-14T15:26:43.840ZFrom https://github.com/oxidecomputer/ispf
1662026-07-14T15:26:43.840Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1672026-07-14T15:26:43.846Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1682026-07-14T15:26:44.231ZFrom https://github.com/oxidecomputer/netadm-sys
1692026-07-14T15:26:44.231Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1702026-07-14T15:26:44.239Z Updating git repository `https://github.com/oxidecomputer/omicron`
1712026-07-14T15:26:50.425ZFrom https://github.com/oxidecomputer/omicron
1722026-07-14T15:26:50.425Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1732026-07-14T15:26:50.849Z Updating git repository `https://github.com/oxidecomputer/opte`
1742026-07-14T15:26:52.033ZFrom https://github.com/oxidecomputer/opte
1752026-07-14T15:26:52.034Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
1762026-07-14T15:26:52.064Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1772026-07-14T15:26:52.322ZFrom https://github.com/oxidecomputer/slog-error-chain
1782026-07-14T15:26:52.322Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1792026-07-14T15:26:52.331Z Updating git repository `https://github.com/illumos/smf-rs`
1802026-07-14T15:26:52.625ZFrom https://github.com/illumos/smf-rs
1812026-07-14T15:26:52.625Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1822026-07-14T15:26:52.635Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1832026-07-14T15:26:52.908ZFrom https://github.com/oxidecomputer/network-interface
1842026-07-14T15:26:52.909Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1852026-07-14T15:26:52.915Z Updating git repository `https://github.com/oxidecomputer/zone`
1862026-07-14T15:26:53.178ZFrom https://github.com/oxidecomputer/zone
1872026-07-14T15:26:53.178Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1882026-07-14T15:26:53.183Z Updating git repository `https://github.com/oxidecomputer/propolis`
1892026-07-14T15:26:53.806ZFrom https://github.com/oxidecomputer/propolis
1902026-07-14T15:26:53.806Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1912026-07-14T15:26:53.848Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1922026-07-14T15:26:54.335ZFrom https://github.com/oxidecomputer/transceiver-control
1932026-07-14T15:26:54.336Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1942026-07-14T15:26:54.345Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1952026-07-14T15:26:54.605ZFrom https://github.com/oxidecomputer/dlpi-sys
1962026-07-14T15:26:54.605Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1972026-07-14T15:26:54.610Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1982026-07-14T15:26:54.877ZFrom https://github.com/jmesmon/rust-libzfs
1992026-07-14T15:26:54.878Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2002026-07-14T15:26:54.888Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2012026-07-14T15:26:55.167ZFrom https://github.com/oxidecomputer/rusty-doors
2022026-07-14T15:26:55.167Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2032026-07-14T15:26:55.180Z Updating git repository `https://github.com/oxidecomputer/lldp`
2042026-07-14T15:26:55.525ZFrom https://github.com/oxidecomputer/lldp
2052026-07-14T15:26:55.525Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2062026-07-14T15:26:55.536Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2072026-07-14T15:26:55.822ZFrom https://github.com/oxidecomputer/tufaceous
2082026-07-14T15:26:55.822Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2092026-07-14T15:26:55.833Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2102026-07-14T15:26:56.589ZFrom https://github.com/oxidecomputer/management-gateway-service
2112026-07-14T15:26:56.589Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2122026-07-14T15:26:56.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2132026-07-14T15:26:57.726ZFrom https://github.com/oxidecomputer/crucible
2142026-07-14T15:26:57.726Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2152026-07-14T15:26:57.769Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2162026-07-14T15:26:58.023ZFrom https://github.com/oxidecomputer/serde_human_bytes
2172026-07-14T15:26:58.023Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2182026-07-14T15:26:58.030Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-14T15:26:58.519ZFrom https://github.com/oxidecomputer/propolis
2202026-07-14T15:26:58.520Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2212026-07-14T15:26:58.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-07-14T15:26:59.099ZFrom https://github.com/oxidecomputer/crucible
2232026-07-14T15:26:59.099Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2242026-07-14T15:26:59.163Z Updating git repository `https://github.com/oxidecomputer/tofino`
2252026-07-14T15:27:01.644ZFrom https://github.com/oxidecomputer/tofino
2262026-07-14T15:27:01.644Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2272026-07-14T15:27:01.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-14T15:27:02.310ZFrom https://github.com/oxidecomputer/maghemite
2292026-07-14T15:27:02.310Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2302026-07-14T15:27:02.342Z Updating git repository `https://github.com/oxidecomputer/clickward`
2312026-07-14T15:27:02.771ZFrom https://github.com/oxidecomputer/clickward
2322026-07-14T15:27:02.771Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2332026-07-14T15:27:02.776Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2342026-07-14T15:27:03.051ZFrom https://github.com/oxidecomputer/illumos-devinfo
2352026-07-14T15:27:03.051Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2362026-07-14T15:27:05.397Z Downloading crates ...
2372026-07-14T15:27:05.470Z Downloaded adler2 v2.0.1
2382026-07-14T15:27:05.475Z Downloaded anstyle-parse v1.0.0
2392026-07-14T15:27:05.475Z Downloaded ahash v0.8.12
2402026-07-14T15:27:05.480Z Downloaded anstyle-query v1.1.5
2412026-07-14T15:27:05.480Z Downloaded async-stream v0.3.6
2422026-07-14T15:27:05.483Z Downloaded atomic-waker v1.1.2
2432026-07-14T15:27:05.487Z Downloaded darling v0.23.0
2442026-07-14T15:27:05.490Z Downloaded fixedbitset v0.5.7
2452026-07-14T15:27:05.493Z Downloaded ff v0.13.1
2462026-07-14T15:27:05.493Z Downloaded atomicwrites v0.4.4
2472026-07-14T15:27:05.496Z Downloaded block-buffer v0.10.4
2482026-07-14T15:27:05.496Z Downloaded derive_more v0.99.20
2492026-07-14T15:27:05.500Z Downloaded float-ord v0.3.2
2502026-07-14T15:27:05.500Z Downloaded find-msvc-tools v0.1.9
2512026-07-14T15:27:05.500Z Downloaded ciborium-ll v0.2.2
2522026-07-14T15:27:05.503Z Downloaded foreign-types v0.3.2
2532026-07-14T15:27:05.506Z Downloaded flate2 v1.1.9
2542026-07-14T15:27:05.509Z Downloaded errno v0.3.14
2552026-07-14T15:27:05.509Z Downloaded dunce v1.0.5
2562026-07-14T15:27:05.510Z Downloaded crucible-workspace-hack v0.1.0
2572026-07-14T15:27:05.510Z Downloaded aead v0.5.2
2582026-07-14T15:27:05.513Z Downloaded digest v0.11.3
2592026-07-14T15:27:05.513Z Downloaded bit-set v0.8.0
2602026-07-14T15:27:05.520Z Downloaded cpufeatures v0.3.0
2612026-07-14T15:27:05.520Z Downloaded enum-as-inner v0.6.1
2622026-07-14T15:27:05.520Z Downloaded async-stream-impl v0.3.6
2632026-07-14T15:27:05.524Z Downloaded darling_macro v0.23.0
2642026-07-14T15:27:05.524Z Downloaded darling_macro v0.21.3
2652026-07-14T15:27:05.524Z Downloaded expectorate v1.2.0
2662026-07-14T15:27:05.524Z Downloaded camino-tempfile v1.4.1
2672026-07-14T15:27:05.524Z Downloaded darling_core v0.21.3
2682026-07-14T15:27:05.527Z Downloaded argon2 v0.5.3
2692026-07-14T15:27:05.527Z Downloaded group v0.13.0
2702026-07-14T15:27:05.527Z Downloaded defmt v0.3.100
2712026-07-14T15:27:05.530Z Downloaded curve25519-dalek-derive v0.1.1
2722026-07-14T15:27:05.530Z Downloaded cfg_aliases v0.2.1
2732026-07-14T15:27:05.530Z Downloaded block-buffer v0.12.0
2742026-07-14T15:27:05.530Z Downloaded base16ct v1.0.0
2752026-07-14T15:27:05.533Z Downloaded fixedbitset v0.4.2
2762026-07-14T15:27:05.533Z Downloaded hash32 v0.3.1
2772026-07-14T15:27:05.533Z Downloaded futures-sink v0.3.32
2782026-07-14T15:27:05.536Z Downloaded defmt-macros v1.1.0
2792026-07-14T15:27:05.536Z Downloaded crunchy v0.2.4
2802026-07-14T15:27:05.536Z Downloaded const-random v0.1.18
2812026-07-14T15:27:05.540Z Downloaded anstyle v1.0.14
2822026-07-14T15:27:05.540Z Downloaded foreign-types-shared v0.3.1
2832026-07-14T15:27:05.546Z Downloaded foreign-types v0.5.0
2842026-07-14T15:27:05.546Z Downloaded dropshot-api-manager-types v0.7.2
2852026-07-14T15:27:05.546Z Downloaded dyn-clone v1.0.20
2862026-07-14T15:27:05.550Z Downloaded fnv v1.0.7
2872026-07-14T15:27:05.550Z Downloaded defmt-parser v1.0.0
2882026-07-14T15:27:05.550Z Downloaded cstr-argument v0.1.2
2892026-07-14T15:27:05.556Z Downloaded crypto-common v0.2.2
2902026-07-14T15:27:05.556Z Downloaded cfg-if v1.0.4
2912026-07-14T15:27:05.557Z Downloaded git-stub v1.0.0
2922026-07-14T15:27:05.557Z Downloaded crypto-common v0.1.7
2932026-07-14T15:27:05.557Z Downloaded base16ct v0.2.0
2942026-07-14T15:27:05.561Z Downloaded equivalent v1.0.2
2952026-07-14T15:27:05.561Z Downloaded embedded-io v0.6.1
2962026-07-14T15:27:05.562Z Downloaded convert_case v0.4.0
2972026-07-14T15:27:05.562Z Downloaded const-random-macro v0.1.16
2982026-07-14T15:27:05.562Z Downloaded cpufeatures v0.2.17
2992026-07-14T15:27:05.562Z Downloaded ciborium-io v0.2.2
3002026-07-14T15:27:05.566Z Downloaded cobs v0.3.0
3012026-07-14T15:27:05.566Z Downloaded foreign-types-shared v0.1.1
3022026-07-14T15:27:05.566Z Downloaded dof v0.4.0
3032026-07-14T15:27:05.566Z Downloaded debug-ignore v1.0.5
3042026-07-14T15:27:05.571Z Downloaded crc8 v0.1.1
3052026-07-14T15:27:05.571Z Downloaded futures-macro v0.3.32
3062026-07-14T15:27:05.571Z Downloaded dof v0.3.0
3072026-07-14T15:27:05.575Z Downloaded bytecount v0.6.9
3082026-07-14T15:27:05.575Z Downloaded colorchoice v1.0.5
3092026-07-14T15:27:05.575Z Downloaded hostname v0.3.1
3102026-07-14T15:27:05.575Z Downloaded foreign-types-macros v0.2.3
3112026-07-14T15:27:05.578Z Downloaded embedded-io v0.4.0
3122026-07-14T15:27:05.578Z Downloaded heck v0.5.0
3132026-07-14T15:27:05.578Z Downloaded gethostname v0.5.0
3142026-07-14T15:27:05.581Z Downloaded futures-io v0.3.32
3152026-07-14T15:27:05.581Z Downloaded bcs v0.1.6
3162026-07-14T15:27:05.581Z Downloaded anstream v1.0.0
3172026-07-14T15:27:05.584Z Downloaded fxhash v0.2.1
3182026-07-14T15:27:05.584Z Downloaded cmake v0.1.58
3192026-07-14T15:27:05.584Z Downloaded http-body v1.0.1
3202026-07-14T15:27:05.584Z Downloaded byteorder v1.5.0
3212026-07-14T15:27:05.589Z Downloaded futures-task v0.3.32
3222026-07-14T15:27:05.589Z Downloaded cargo_toml v0.22.3
3232026-07-14T15:27:05.589Z Downloaded cancel-safe-futures v0.1.5
3242026-07-14T15:27:05.592Z Downloaded glob v0.3.3
3252026-07-14T15:27:05.592Z Downloaded hostname v0.4.2
3262026-07-14T15:27:05.592Z Downloaded async-compression v0.4.42
3272026-07-14T15:27:05.595Z Downloaded hubpack v0.1.2
3282026-07-14T15:27:05.600Z Downloaded git-stub-vcs v0.1.0
3292026-07-14T15:27:05.600Z Downloaded either v1.16.0
3302026-07-14T15:27:05.600Z Downloaded hubpack_derive v0.1.1
3312026-07-14T15:27:05.603Z Downloaded dtrace-parser v0.3.0
3322026-07-14T15:27:05.603Z Downloaded hex v0.4.3
3332026-07-14T15:27:05.603Z Downloaded clap_lex v1.1.0
3342026-07-14T15:27:05.603Z Downloaded ident_case v1.0.1
3352026-07-14T15:27:05.603Z Downloaded generic-array v0.14.7
3362026-07-14T15:27:05.606Z Downloaded form_urlencoded v1.2.2
3372026-07-14T15:27:05.606Z Downloaded bs58 v0.5.1
3382026-07-14T15:27:05.606Z Downloaded globset v0.4.18
3392026-07-14T15:27:05.609Z Downloaded futures-channel v0.3.32
3402026-07-14T15:27:05.609Z Downloaded diff v0.1.13
3412026-07-14T15:27:05.612Z Downloaded byte-wrapper v0.1.0
3422026-07-14T15:27:05.613Z Downloaded futures-core v0.3.32
3432026-07-14T15:27:05.617Z Downloaded dtrace-parser v0.2.0
3442026-07-14T15:27:05.617Z Downloaded bitflags v1.3.2
3452026-07-14T15:27:05.617Z Downloaded bit-vec v0.8.0
3462026-07-14T15:27:05.620Z Downloaded backoff v0.4.0
3472026-07-14T15:27:05.620Z Downloaded csv-core v0.1.13
3482026-07-14T15:27:05.620Z Downloaded chacha20 v0.9.1
3492026-07-14T15:27:05.623Z Downloaded idna_adapter v1.2.2
3502026-07-14T15:27:05.623Z Downloaded heck v0.4.1
3512026-07-14T15:27:05.623Z Downloaded foldhash v0.1.5
3522026-07-14T15:27:05.623Z Downloaded compression-core v0.4.32
3532026-07-14T15:27:05.626Z Downloaded cipher v0.4.4
3542026-07-14T15:27:05.626Z Downloaded daft-derive v0.1.7
3552026-07-14T15:27:05.632Z Downloaded is-terminal v0.4.17
3562026-07-14T15:27:05.632Z Downloaded futures-executor v0.3.32
3572026-07-14T15:27:05.633Z Downloaded fs-err v3.3.0
3582026-07-14T15:27:05.636Z Downloaded fastrand v2.4.1
3592026-07-14T15:27:05.636Z Downloaded is_terminal_polyfill v1.70.2
3602026-07-14T15:27:05.636Z Downloaded instant v0.1.13
3612026-07-14T15:27:05.636Z Downloaded async-recursion v1.1.1
3622026-07-14T15:27:05.642Z Downloaded fs_extra v1.3.0
3632026-07-14T15:27:05.642Z Downloaded digest v0.10.7
3642026-07-14T15:27:05.642Z Downloaded console v0.15.11
3652026-07-14T15:27:05.651Z Downloaded clap_derive v4.6.1
3662026-07-14T15:27:05.651Z Downloaded base64ct v1.8.3
3672026-07-14T15:27:05.651Z Downloaded ciborium v0.2.2
3682026-07-14T15:27:05.651Z Downloaded blake2 v0.10.6
3692026-07-14T15:27:05.657Z Downloaded chacha20 v0.10.0
3702026-07-14T15:27:05.657Z Downloaded daft v0.1.7
3712026-07-14T15:27:05.657Z Downloaded keccak v0.1.6
3722026-07-14T15:27:05.657Z Downloaded critical-section v1.2.0
3732026-07-14T15:27:05.657Z Downloaded internet-checksum v0.2.1
3742026-07-14T15:27:05.657Z Downloaded is_ci v1.2.0
3752026-07-14T15:27:05.657Z Downloaded inout v0.1.4
3762026-07-14T15:27:05.657Z Downloaded lazy_static v1.5.0
3772026-07-14T15:27:05.666Z Downloaded derive-where v1.6.1
3782026-07-14T15:27:05.666Z Downloaded indent_write v2.2.0
3792026-07-14T15:27:05.666Z Downloaded httpdate v1.0.3
3802026-07-14T15:27:05.666Z Downloaded humantime v2.3.0
3812026-07-14T15:27:05.666Z Downloaded http-body-util v0.1.3
3822026-07-14T15:27:05.671Z Downloaded erased-serde v0.3.31
3832026-07-14T15:27:05.671Z Downloaded base64 v0.22.1
3842026-07-14T15:27:05.671Z Downloaded linked-hash-map v0.5.6
3852026-07-14T15:27:05.671Z Downloaded crossbeam-deque v0.8.6
3862026-07-14T15:27:05.671Z Downloaded lru-cache v0.1.2
3872026-07-14T15:27:05.671Z Downloaded libscf-sys v1.2.0
3882026-07-14T15:27:05.671Z Downloaded managed v0.8.0
3892026-07-14T15:27:05.677Z Downloaded macaddr v1.0.1
3902026-07-14T15:27:05.678Z Downloaded mime v0.3.17
3912026-07-14T15:27:05.678Z Downloaded memoffset v0.9.1
3922026-07-14T15:27:05.678Z Downloaded memmap v0.7.0
3932026-07-14T15:27:05.678Z Downloaded async-trait v0.1.89
3942026-07-14T15:27:05.684Z Downloaded camino v1.2.4
3952026-07-14T15:27:05.684Z Downloaded crossbeam-utils v0.8.21
3962026-07-14T15:27:05.684Z Downloaded cookie v0.18.1
3972026-07-14T15:27:05.684Z Downloaded const_format_proc_macros v0.2.34
3982026-07-14T15:27:05.690Z Downloaded match_cfg v0.1.0
3992026-07-14T15:27:05.690Z Downloaded lru-slab v0.1.2
4002026-07-14T15:27:05.690Z Downloaded elliptic-curve v0.13.8
4012026-07-14T15:27:05.690Z Downloaded data-encoding v2.11.0
4022026-07-14T15:27:05.690Z Downloaded console v0.16.3
4032026-07-14T15:27:05.695Z Downloaded compression-codecs v0.4.38
4042026-07-14T15:27:05.695Z Downloaded natord v1.0.9
4052026-07-14T15:27:05.695Z Downloaded ipnet v2.12.0
4062026-07-14T15:27:05.695Z Downloaded crc32fast v1.5.0
4072026-07-14T15:27:05.702Z Downloaded num-iter v0.1.45
4082026-07-14T15:27:05.702Z Downloaded no-std-compat v0.4.1
4092026-07-14T15:27:05.702Z Downloaded newtype_derive v0.1.6
4102026-07-14T15:27:05.702Z Downloaded ingot-types v0.1.2
4112026-07-14T15:27:05.702Z Downloaded num-derive v0.4.2
4122026-07-14T15:27:05.708Z Downloaded newline-converter v0.3.0
4132026-07-14T15:27:05.708Z Downloaded derive-ex v0.1.8
4142026-07-14T15:27:05.708Z Downloaded autocfg v1.5.1
4152026-07-14T15:27:05.709Z Downloaded num v0.4.3
4162026-07-14T15:27:05.709Z Downloaded num_enum_derive v0.5.11
4172026-07-14T15:27:05.709Z Downloaded crossbeam-epoch v0.9.18
4182026-07-14T15:27:05.714Z Downloaded allocator-api2 v0.2.21
4192026-07-14T15:27:05.714Z Downloaded ipnetwork v0.21.1
4202026-07-14T15:27:05.714Z Downloaded anyhow v1.0.103
4212026-07-14T15:27:05.714Z Downloaded hmac v0.12.1
4222026-07-14T15:27:05.717Z Downloaded itoa v1.0.18
4232026-07-14T15:27:05.717Z Downloaded getrandom v0.2.17
4242026-07-14T15:27:05.717Z Downloaded deranged v0.5.8
4252026-07-14T15:27:05.717Z Downloaded arc-swap v1.9.1
4262026-07-14T15:27:05.722Z Downloaded num_threads v0.1.7
4272026-07-14T15:27:05.722Z Downloaded openssl-macros v0.1.1
4282026-07-14T15:27:05.726Z Downloaded olpc-cjson v0.1.4
4292026-07-14T15:27:05.726Z Downloaded konst_macro_rules v0.2.19
4302026-07-14T15:27:05.726Z Downloaded ingot v0.1.1
4312026-07-14T15:27:05.726Z Downloaded opaque-debug v0.3.1
4322026-07-14T15:27:05.726Z Downloaded omicron-workspace-hack v0.1.0
4332026-07-14T15:27:05.732Z Downloaded linear-map v1.2.0
4342026-07-14T15:27:05.732Z Downloaded bytes v1.11.1
4352026-07-14T15:27:05.732Z Downloaded libsw-core v0.3.2
4362026-07-14T15:27:05.736Z Downloaded lock_api v0.4.14
4372026-07-14T15:27:05.736Z Downloaded hybrid-array v0.4.12
4382026-07-14T15:27:05.736Z Downloaded highway v1.3.0
4392026-07-14T15:27:05.737Z Downloaded iana-time-zone v0.1.65
4402026-07-14T15:27:05.740Z Downloaded httparse v1.10.1
4412026-07-14T15:27:05.740Z Downloaded parse-display v0.10.0
4422026-07-14T15:27:05.740Z Downloaded percent-encoding v2.3.2
4432026-07-14T15:27:05.740Z Downloaded openssl-probe v0.2.1
4442026-07-14T15:27:05.743Z Downloaded phf_shared v0.12.1
4452026-07-14T15:27:05.743Z Downloaded foldhash v0.2.0
4462026-07-14T15:27:05.743Z Downloaded displaydoc v0.2.6
4472026-07-14T15:27:05.743Z Downloaded defmt v1.1.0
4482026-07-14T15:27:05.748Z Downloaded potential_utf v0.1.5
4492026-07-14T15:27:05.751Z Downloaded bitflags v2.12.1
4502026-07-14T15:27:05.751Z Downloaded newtype-uuid-macros v0.1.0
4512026-07-14T15:27:05.751Z Downloaded pretty-hex v0.4.2
4522026-07-14T15:27:05.755Z Downloaded powerfmt v0.2.0
4532026-07-14T15:27:05.755Z Downloaded hyper-rustls v0.27.9
4542026-07-14T15:27:05.755Z Downloaded const-oid v0.10.2
4552026-07-14T15:27:05.759Z Downloaded plain v0.2.3
4562026-07-14T15:27:05.762Z Downloaded backon v1.6.0
4572026-07-14T15:27:05.762Z Downloaded colored v3.1.1
4582026-07-14T15:27:05.766Z Downloaded multer v3.1.0
4592026-07-14T15:27:05.769Z Downloaded proc-macro-crate v1.3.1
4602026-07-14T15:27:05.769Z Downloaded num-integer v0.1.46
4612026-07-14T15:27:05.772Z Downloaded num-conv v0.2.2
4622026-07-14T15:27:05.772Z Downloaded num_enum_derive v0.7.6
4632026-07-14T15:27:05.772Z Downloaded num_enum v0.5.11
4642026-07-14T15:27:05.775Z Downloaded num-rational v0.4.2
4652026-07-14T15:27:05.780Z Downloaded darling v0.21.3
4662026-07-14T15:27:05.780Z Downloaded half v2.7.1
4672026-07-14T15:27:05.783Z Downloaded proc-macro-error-attr2 v2.0.0
4682026-07-14T15:27:05.783Z Downloaded proc-macro-error-attr v1.0.4
4692026-07-14T15:27:05.783Z Downloaded proc-macro-crate v3.5.0
4702026-07-14T15:27:05.786Z Downloaded oxnet v0.1.6
4712026-07-14T15:27:05.786Z Downloaded num_enum v0.7.6
4722026-07-14T15:27:05.789Z Downloaded progenitor-client v0.10.0
4732026-07-14T15:27:05.789Z Downloaded base64 v0.21.7
4742026-07-14T15:27:05.792Z Downloaded progenitor-macro v0.13.0
4752026-07-14T15:27:05.792Z Downloaded jobserver v0.1.34
4762026-07-14T15:27:05.792Z Downloaded progenitor-macro v0.10.0
4772026-07-14T15:27:05.796Z Downloaded progenitor-macro v0.14.0
4782026-07-14T15:27:05.796Z Downloaded getrandom v0.4.2
4792026-07-14T15:27:05.799Z Downloaded quick-error v1.2.3
4802026-07-14T15:27:05.799Z Downloaded clap v4.6.1
4812026-07-14T15:27:05.802Z Downloaded num-complex v0.4.6
4822026-07-14T15:27:05.805Z Downloaded libsw v3.5.0
4832026-07-14T15:27:05.805Z Downloaded paste v1.0.15
4842026-07-14T15:27:05.809Z Downloaded memmap2 v0.9.10
4852026-07-14T15:27:05.809Z Downloaded pin-project-lite v0.2.17
4862026-07-14T15:27:05.812Z Downloaded rand_chacha v0.3.1
4872026-07-14T15:27:05.812Z Downloaded port-file v0.1.0
4882026-07-14T15:27:05.816Z Downloaded phf v0.12.1
4892026-07-14T15:27:05.816Z Downloaded password-hash v0.5.0
4902026-07-14T15:27:05.816Z Downloaded ref-cast v1.0.25
4912026-07-14T15:27:05.819Z Downloaded hashbrown v0.12.3
4922026-07-14T15:27:05.822Z Downloaded heapless v0.8.0
4932026-07-14T15:27:05.822Z Downloaded litemap v0.8.2
4942026-07-14T15:27:05.825Z Downloaded rand_xorshift v0.4.0
4952026-07-14T15:27:05.825Z Downloaded parse-display-derive v0.10.0
4962026-07-14T15:27:05.829Z Downloaded const_format v0.2.36
4972026-07-14T15:27:05.829Z Downloaded chacha20poly1305 v0.10.1
4982026-07-14T15:27:05.834Z Downloaded pkg-config v0.3.33
4992026-07-14T15:27:05.834Z Downloaded oxide-tokio-rt v0.1.6
5002026-07-14T15:27:05.834Z Downloaded owo-colors v4.3.0
5012026-07-14T15:27:05.834Z Downloaded pem v3.0.6
5022026-07-14T15:27:05.837Z Downloaded ref-cast-impl v1.0.25
5032026-07-14T15:27:05.837Z Downloaded rustc_version v0.1.7
5042026-07-14T15:27:05.837Z Downloaded dropshot_endpoint v0.17.1
5052026-07-14T15:27:05.837Z Downloaded rustc-hash v2.1.2
5062026-07-14T15:27:05.843Z Downloaded drift v0.2.0
5072026-07-14T15:27:05.846Z Downloaded newtype-uuid v1.3.2
5082026-07-14T15:27:05.846Z Downloaded ingot-macros v0.1.1
5092026-07-14T15:27:05.851Z Downloaded proc-macro-error2 v2.0.1
5102026-07-14T15:27:05.851Z Downloaded icu_provider v2.2.0
5112026-07-14T15:27:05.854Z Downloaded ppv-lite86 v0.2.21
5122026-07-14T15:27:05.857Z Downloaded same-file v1.0.6
5132026-07-14T15:27:05.857Z Downloaded rustc_version v0.4.1
5142026-07-14T15:27:05.857Z Downloaded proc-macro-error v1.0.4
5152026-07-14T15:27:05.860Z Downloaded scopeguard v1.2.0
5162026-07-14T15:27:05.860Z Downloaded cc v1.2.63
5172026-07-14T15:27:05.864Z Downloaded progenitor v0.10.0
5182026-07-14T15:27:05.864Z Downloaded once_cell v1.21.4
5192026-07-14T15:27:05.868Z Downloaded progenitor-extras v0.2.0
5202026-07-14T15:27:05.868Z Downloaded darling_core v0.23.0
5212026-07-14T15:27:05.874Z Downloaded scroll_derive v0.13.1
5222026-07-14T15:27:05.874Z Downloaded semver v0.1.20
5232026-07-14T15:27:05.874Z Downloaded scroll_derive v0.12.1
5242026-07-14T15:27:05.875Z Downloaded getrandom v0.3.4
5252026-07-14T15:27:05.877Z Downloaded progenitor-client v0.14.0
5262026-07-14T15:27:05.878Z Downloaded progenitor-client v0.13.0
5272026-07-14T15:27:05.878Z Downloaded parking_lot_core v0.9.12
5282026-07-14T15:27:05.878Z Downloaded pin-project-internal v1.1.13
5292026-07-14T15:27:05.882Z Downloaded parking_lot_core v0.8.6
5302026-07-14T15:27:05.882Z Downloaded rand_core v0.6.4
5312026-07-14T15:27:05.882Z Downloaded quote v1.0.45
5322026-07-14T15:27:05.887Z Downloaded rand_core v0.10.1
5332026-07-14T15:27:05.888Z Downloaded rand_core v0.9.5
5342026-07-14T15:27:05.888Z Downloaded serde-big-array v0.5.1
5352026-07-14T15:27:05.888Z Downloaded serde_repr v0.1.20
5362026-07-14T15:27:05.891Z Downloaded rand_chacha v0.9.0
5372026-07-14T15:27:05.891Z Downloaded serde_plain v1.0.2
5382026-07-14T15:27:05.891Z Downloaded parking_lot v0.12.5
5392026-07-14T15:27:05.891Z Downloaded secrecy v0.10.3
5402026-07-14T15:27:05.891Z Downloaded serde_urlencoded v0.7.1
5412026-07-14T15:27:05.896Z Downloaded postcard v1.1.3
5422026-07-14T15:27:05.896Z Downloaded serial_test_derive v3.5.0
5432026-07-14T15:27:05.896Z Downloaded sha1 v0.11.0
5442026-07-14T15:27:05.911Z Downloaded serial_test v3.5.0
5452026-07-14T15:27:05.911Z Downloaded crypto-bigint v0.5.5
5462026-07-14T15:27:05.911Z Downloaded pest_generator v2.8.6
5472026-07-14T15:27:05.911Z Downloaded indexmap v1.9.3
5482026-07-14T15:27:05.911Z Downloaded crossbeam-channel v0.5.15
5492026-07-14T15:27:05.911Z Downloaded serde_spanned v1.1.1
5502026-07-14T15:27:05.911Z Downloaded futures v0.3.32
5512026-07-14T15:27:05.911Z Downloaded serde_spanned v0.6.9
5522026-07-14T15:27:05.915Z Downloaded sha1 v0.10.6
5532026-07-14T15:27:05.915Z Downloaded resolv-conf v0.7.6
5542026-07-14T15:27:05.915Z Downloaded icu_locale_core v2.2.0
5552026-07-14T15:27:05.919Z Downloaded indicatif v0.18.4
5562026-07-14T15:27:05.924Z Downloaded siphasher v1.0.3
5572026-07-14T15:27:05.924Z Downloaded num-traits v0.2.19
5582026-07-14T15:27:05.924Z Downloaded icu_normalizer_data v2.2.0
5592026-07-14T15:27:05.927Z Downloaded icu_normalizer v2.2.0
5602026-07-14T15:27:05.927Z Downloaded rusty-fork v0.3.1
5612026-07-14T15:27:05.927Z Downloaded rustversion v1.0.22
5622026-07-14T15:27:05.930Z Downloaded slog-envlogger v2.2.0
5632026-07-14T15:27:05.930Z Downloaded sigpipe v0.1.3
5642026-07-14T15:27:05.936Z Downloaded rustls-pemfile v2.2.0
5652026-07-14T15:27:05.936Z Downloaded progenitor v0.13.0
5662026-07-14T15:27:05.936Z Downloaded papergrid v0.18.0
5672026-07-14T15:27:05.939Z Downloaded smawk v0.3.2
5682026-07-14T15:27:05.939Z Downloaded slog-bunyan v2.5.0
5692026-07-14T15:27:05.939Z Downloaded schemars_derive v0.8.22
5702026-07-14T15:27:05.945Z Downloaded rustls-native-certs v0.8.4
5712026-07-14T15:27:05.945Z Downloaded pest_derive v2.8.6
5722026-07-14T15:27:05.945Z Downloaded poly1305 v0.8.0
5732026-07-14T15:27:05.949Z Downloaded konst v0.2.20
5742026-07-14T15:27:05.949Z Downloaded scroll v0.12.0
5752026-07-14T15:27:05.949Z Downloaded pin-project v1.1.13
5762026-07-14T15:27:05.953Z Downloaded serde_tokenstream v0.2.3
5772026-07-14T15:27:05.957Z Downloaded scroll v0.13.0
5782026-07-14T15:27:05.957Z Downloaded papergrid v0.11.0
5792026-07-14T15:27:05.960Z Downloaded serde_derive_internals v0.29.1
5802026-07-14T15:27:05.960Z Downloaded quinn-udp v0.5.14
5812026-07-14T15:27:05.966Z Downloaded swrite v0.1.0
5822026-07-14T15:27:05.966Z Downloaded strum v0.27.2
5832026-07-14T15:27:05.966Z Downloaded icu_properties v2.2.0
5842026-07-14T15:27:05.972Z Downloaded parking_lot v0.11.2
5852026-07-14T15:27:05.972Z Downloaded strsim v0.11.1
5862026-07-14T15:27:05.972Z Downloaded stable_deref_trait v1.2.1
5872026-07-14T15:27:05.972Z Downloaded serde_path_to_error v0.1.20
5882026-07-14T15:27:05.972Z Downloaded log v0.4.32
5892026-07-14T15:27:05.975Z Downloaded progenitor v0.14.0
5902026-07-14T15:27:05.975Z Downloaded miniz_oxide v0.8.9
5912026-07-14T15:27:05.975Z Downloaded structmeta-derive v0.3.0
5922026-07-14T15:27:05.975Z Downloaded sha2 v0.10.9
5932026-07-14T15:27:05.979Z Downloaded shlex v2.0.1
5942026-07-14T15:27:05.983Z Downloaded strum v0.26.3
5952026-07-14T15:27:05.983Z Downloaded sync_wrapper v1.0.2
5962026-07-14T15:27:05.984Z Downloaded supports-color v3.0.2
5972026-07-14T15:27:05.984Z Downloaded structmeta v0.3.0
5982026-07-14T15:27:05.984Z Downloaded tabled_derive v0.7.0
5992026-07-14T15:27:05.987Z Downloaded rustls-pki-types v1.14.1
6002026-07-14T15:27:05.990Z Downloaded proc-macro2 v1.0.106
6012026-07-14T15:27:05.993Z Downloaded slab v0.4.12
6022026-07-14T15:27:05.993Z Downloaded simd-adler32 v0.3.9
6032026-07-14T15:27:05.993Z Downloaded tabwriter v1.4.1
6042026-07-14T15:27:05.996Z Downloaded take_mut v0.2.2
6052026-07-14T15:27:05.996Z Downloaded tagptr v0.2.0
6062026-07-14T15:27:06.000Z Downloaded tabled_derive v0.11.0
6072026-07-14T15:27:06.000Z Downloaded thiserror-impl-no-std v2.0.2
6082026-07-14T15:27:06.000Z Downloaded slog-async v2.8.0
6092026-07-14T15:27:06.003Z Downloaded testing_table v0.3.0
6102026-07-14T15:27:06.003Z Downloaded termtree v0.5.1
6112026-07-14T15:27:06.003Z Downloaded terminal_size v0.4.4
6122026-07-14T15:27:06.006Z Downloaded smf v0.2.3
6132026-07-14T15:27:06.006Z Downloaded hickory-resolver v0.25.2
6142026-07-14T15:27:06.009Z Downloaded smartstring v1.0.1
6152026-07-14T15:27:06.009Z Downloaded slog-term v2.9.2
6162026-07-14T15:27:06.013Z Downloaded slog-stdlog v4.1.1
6172026-07-14T15:27:06.013Z Downloaded thread-id v4.2.2
6182026-07-14T15:27:06.013Z Downloaded slog-scope v4.4.1
6192026-07-14T15:27:06.017Z Downloaded jiff-static v0.2.28
6202026-07-14T15:27:06.017Z Downloaded time-core v0.1.8
6212026-07-14T15:27:06.021Z Downloaded slog-json v2.6.1
6222026-07-14T15:27:06.021Z Downloaded progenitor-impl v0.14.0
6232026-07-14T15:27:06.026Z Downloaded progenitor-impl v0.13.0
6242026-07-14T15:27:06.026Z Downloaded semver v1.0.28
6252026-07-14T15:27:06.029Z Downloaded spin v0.5.2
6262026-07-14T15:27:06.029Z Downloaded snafu-derive v0.8.9
6272026-07-14T15:27:06.029Z Downloaded serde_with_macros v3.20.0
6282026-07-14T15:27:06.029Z Downloaded tokio-macros v2.7.0
6292026-07-14T15:27:06.034Z Downloaded tinyvec_macros v0.1.1
6302026-07-14T15:27:06.034Z Downloaded strum_macros v0.26.4
6312026-07-14T15:27:06.034Z Downloaded toml_datetime v0.6.11
6322026-07-14T15:27:06.038Z Downloaded hickory-resolver v0.24.4
6332026-07-14T15:27:06.042Z Downloaded openssl-sys v0.9.116
6342026-07-14T15:27:06.048Z Downloaded toml_write v0.1.2
6352026-07-14T15:27:06.053Z Downloaded static_assertions v1.1.0
6362026-07-14T15:27:06.053Z Downloaded rhai_codegen v3.2.0
6372026-07-14T15:27:06.056Z Downloaded subtle v2.6.1
6382026-07-14T15:27:06.061Z Downloaded strum_macros v0.27.2
6392026-07-14T15:27:06.061Z Downloaded minimal-lexical v0.2.1
6402026-07-14T15:27:06.067Z Downloaded http v1.4.2
6412026-07-14T15:27:06.067Z Downloaded synstructure v0.13.2
6422026-07-14T15:27:06.067Z Downloaded signal-hook-registry v1.4.8
6432026-07-14T15:27:06.071Z Downloaded icu_collections v2.2.0
6442026-07-14T15:27:06.071Z Downloaded tower-service v0.3.3
6452026-07-14T15:27:06.071Z Downloaded tower-layer v0.3.3
6462026-07-14T15:27:06.074Z Downloaded thread-id v5.1.0
6472026-07-14T15:27:06.074Z Downloaded try-lock v0.2.5
6482026-07-14T15:27:06.074Z Downloaded prettyplease v0.2.37
6492026-07-14T15:27:06.077Z Downloaded rustls-platform-verifier v0.7.0
6502026-07-14T15:27:06.080Z Downloaded ryu v1.0.23
6512026-07-14T15:27:06.080Z Downloaded thiserror-impl v1.0.69
6522026-07-14T15:27:06.083Z Downloaded thiserror v2.0.18
6532026-07-14T15:27:06.087Z Downloaded thiserror-no-std v2.0.2
6542026-07-14T15:27:06.087Z Downloaded time-macros v0.2.27
6552026-07-14T15:27:06.090Z Downloaded smallvec v1.15.1
6562026-07-14T15:27:06.090Z Downloaded thiserror-impl v2.0.18
6572026-07-14T15:27:06.090Z Downloaded thiserror v1.0.69
6582026-07-14T15:27:06.093Z Downloaded slog-dtrace v0.3.0
6592026-07-14T15:27:06.096Z Downloaded tinystr v0.8.3
6602026-07-14T15:27:06.096Z Downloaded tiny-keccak v2.0.2
6612026-07-14T15:27:06.099Z Downloaded tokio-tungstenite v0.21.0
6622026-07-14T15:27:06.099Z Downloaded serde_yaml v0.9.34+deprecated
6632026-07-14T15:27:06.103Z Downloaded rayon-core v1.13.0
6642026-07-14T15:27:06.103Z Downloaded unarray v0.1.4
6652026-07-14T15:27:06.107Z Downloaded unicode-linebreak v0.1.5
6662026-07-14T15:27:06.107Z Downloaded typify-macro v0.4.3
6672026-07-14T15:27:06.107Z Downloaded progenitor-impl v0.10.0
6682026-07-14T15:27:06.107Z Downloaded untrusted v0.9.0
6692026-07-14T15:27:06.107Z Downloaded untrusted v0.7.1
6702026-07-14T15:27:06.111Z Downloaded unit-prefix v0.5.2
6712026-07-14T15:27:06.111Z Downloaded usdt-attr-macro v0.5.0
6722026-07-14T15:27:06.111Z Downloaded universal-hash v0.5.1
6732026-07-14T15:27:06.111Z Downloaded unicode-xid v0.2.6
6742026-07-14T15:27:06.117Z Downloaded pretty_assertions v1.4.1
6752026-07-14T15:27:06.117Z Downloaded tokio-dtrace v0.1.1
6762026-07-14T15:27:06.117Z Downloaded usdt v0.6.0
6772026-07-14T15:27:06.117Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6782026-07-14T15:27:06.117Z Downloaded usdt-macro v0.5.0
6792026-07-14T15:27:06.122Z Downloaded utf8parse v0.2.2
6802026-07-14T15:27:06.122Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-07-14T15:27:06.122Z Downloaded serde_core v1.0.228
6822026-07-14T15:27:06.122Z Downloaded memchr v2.8.1
6832026-07-14T15:27:06.126Z Downloaded mio v1.2.1
6842026-07-14T15:27:06.126Z Downloaded toml_writer v1.1.1+spec-1.1.0
6852026-07-14T15:27:06.129Z Downloaded pest_meta v2.8.6
6862026-07-14T15:27:06.129Z Downloaded utf-8 v0.7.6
6872026-07-14T15:27:06.129Z Downloaded usdt-macro v0.6.0
6882026-07-14T15:27:06.129Z Downloaded usdt v0.5.0
6892026-07-14T15:27:06.129Z Downloaded utf8_iter v1.0.4
6902026-07-14T15:27:06.133Z Downloaded version_check v0.9.5
6912026-07-14T15:27:06.140Z Downloaded hyper-util v0.1.20
6922026-07-14T15:27:06.145Z Downloaded tempfile v3.27.0
6932026-07-14T15:27:06.149Z Downloaded term v1.2.1
6942026-07-14T15:27:06.153Z Downloaded waitgroup v0.1.2
6952026-07-14T15:27:06.153Z Downloaded typeid v1.0.3
6962026-07-14T15:27:06.153Z Downloaded thread_local v1.1.9
6972026-07-14T15:27:06.153Z Downloaded want v0.3.1
6982026-07-14T15:27:06.153Z Downloaded wait-timeout v0.2.1
6992026-07-14T15:27:06.156Z Downloaded slog v2.8.2
7002026-07-14T15:27:06.156Z Downloaded schemars v0.8.22
7012026-07-14T15:27:06.162Z Downloaded thin-vec v0.2.18
7022026-07-14T15:27:06.165Z Downloaded rand v0.8.6
7032026-07-14T15:27:06.165Z Downloaded qorb v0.4.1
7042026-07-14T15:27:06.169Z Downloaded spin v0.9.8
7052026-07-14T15:27:06.173Z Downloaded typify-macro v0.6.2
7062026-07-14T15:27:06.177Z Downloaded tokio-stream v0.1.18
7072026-07-14T15:27:06.182Z Downloaded quinn v0.11.9
7082026-07-14T15:27:06.185Z Downloaded usdt-impl v0.5.0
7092026-07-14T15:27:06.185Z Downloaded usdt-attr-macro v0.6.0
7102026-07-14T15:27:06.185Z Downloaded zeroize_derive v1.4.3
7112026-07-14T15:27:06.193Z Downloaded tokio-rustls v0.26.4
7122026-07-14T15:27:06.193Z Downloaded zerofrom-derive v0.1.7
7132026-07-14T15:27:06.193Z Downloaded zerofrom v0.1.8
7142026-07-14T15:27:06.193Z Downloaded socket2 v0.6.4
7152026-07-14T15:27:06.197Z Downloaded serde_derive v1.0.228
7162026-07-14T15:27:06.197Z Downloaded toml_parser v1.1.2+spec-1.1.0
7172026-07-14T15:27:06.200Z Downloaded usdt-impl v0.6.0
7182026-07-14T15:27:06.204Z Downloaded zone v0.3.1
7192026-07-14T15:27:06.209Z Downloaded nom v7.1.3
7202026-07-14T15:27:06.209Z Downloaded walkdir v2.5.0
7212026-07-14T15:27:06.209Z Downloaded tracing-attributes v0.1.31
7222026-07-14T15:27:06.213Z Downloaded zone_cfg_derive v0.3.1
7232026-07-14T15:27:06.213Z Downloaded similar v2.7.0
7242026-07-14T15:27:06.216Z Downloaded indexmap v2.14.0
7252026-07-14T15:27:06.223Z Downloaded rustls-webpki v0.103.13
7262026-07-14T15:27:06.223Z Downloaded schemars v1.2.1
7272026-07-14T15:27:06.229Z Downloaded yoke-derive v0.8.2
7282026-07-14T15:27:06.232Z Downloaded dropshot-api-manager v0.7.2
7292026-07-14T15:27:06.232Z Downloaded serde v1.0.228
7302026-07-14T15:27:06.236Z Downloaded xz2 v0.1.7
7312026-07-14T15:27:06.236Z Downloaded writeable v0.6.3
7322026-07-14T15:27:06.236Z Downloaded tinyvec v1.11.0
7332026-07-14T15:27:06.239Z Downloaded whoami v1.6.1
7342026-07-14T15:27:06.239Z Downloaded toml v0.9.12+spec-1.1.0
7352026-07-14T15:27:06.242Z Downloaded ucd-trie v0.1.7
7362026-07-14T15:27:06.242Z Downloaded toml v0.8.23
7372026-07-14T15:27:06.242Z Downloaded textwrap v0.16.2
7382026-07-14T15:27:06.247Z Downloaded snafu v0.8.9
7392026-07-14T15:27:06.250Z Downloaded zerovec-derive v0.11.3
7402026-07-14T15:27:06.250Z Downloaded zeroize v1.8.2
7412026-07-14T15:27:06.250Z Downloaded rand v0.9.4
7422026-07-14T15:27:06.253Z Downloaded idna v1.1.0
7432026-07-14T15:27:06.253Z Downloaded hashbrown v0.16.1
7442026-07-14T15:27:06.256Z Downloaded test-strategy v0.4.5
7452026-07-14T15:27:06.261Z Downloaded hashbrown v0.15.5
7462026-07-14T15:27:06.264Z Downloaded itertools v0.12.1
7472026-07-14T15:27:06.268Z Downloaded tungstenite v0.21.0
7482026-07-14T15:27:06.272Z Downloaded unicode-ident v1.0.24
7492026-07-14T15:27:06.275Z Downloaded yoke v0.8.3
7502026-07-14T15:27:06.275Z Downloaded tracing-core v0.1.36
7512026-07-14T15:27:06.280Z Downloaded toml v1.1.2+spec-1.1.0
7522026-07-14T15:27:06.285Z Downloaded schemars v0.9.0
7532026-07-14T15:27:06.289Z Downloaded unsafe-libyaml v0.2.11
7542026-07-14T15:27:06.293Z Downloaded typify v0.4.3
7552026-07-14T15:27:06.296Z Downloaded typify v0.6.2
7562026-07-14T15:27:06.296Z Downloaded zerocopy-derive v0.7.35
7572026-07-14T15:27:06.299Z Downloaded hashbrown v0.17.1
7582026-07-14T15:27:06.304Z Downloaded toml_edit v0.25.12+spec-1.1.0
7592026-07-14T15:27:06.304Z Downloaded toml_edit v0.22.27
7602026-07-14T15:27:06.314Z Downloaded uuid v1.23.5
7612026-07-14T15:27:06.319Z Downloaded zmij v1.0.21
7622026-07-14T15:27:06.319Z Downloaded itertools v0.15.0
7632026-07-14T15:27:06.323Z Downloaded vsss-rs v3.3.4
7642026-07-14T15:27:06.323Z Downloaded steno v0.4.1
7652026-07-14T15:27:06.323Z Downloaded pest v2.8.6
7662026-07-14T15:27:06.327Z Downloaded futures-util v0.3.32
7672026-07-14T15:27:06.331Z Downloaded itertools v0.14.0
7682026-07-14T15:27:06.336Z Downloaded aho-corasick v1.1.4
7692026-07-14T15:27:06.340Z Downloaded nom v8.0.0
7702026-07-14T15:27:06.343Z Downloaded rand v0.10.2
7712026-07-14T15:27:06.344Z Downloaded hyper v1.10.1
7722026-07-14T15:27:06.347Z Downloaded toml_edit v0.19.15
7732026-07-14T15:27:06.355Z Downloaded icu_properties_data v2.2.0
7742026-07-14T15:27:06.362Z Downloaded yansi v1.0.1
7752026-07-14T15:27:06.378Z Downloaded h2 v0.4.14
7762026-07-14T15:27:06.382Z Downloaded clap_builder v4.6.0
7772026-07-14T15:27:06.387Z Downloaded url v2.5.8
7782026-07-14T15:27:06.387Z Downloaded ron v0.12.1
7792026-07-14T15:27:06.391Z Downloaded hkdf v0.12.4
7802026-07-14T15:27:06.395Z Downloaded iddqd v0.4.5
7812026-07-14T15:27:06.401Z Downloaded libm v0.2.16
7822026-07-14T15:27:06.405Z Downloaded unicode-segmentation v1.13.3
7832026-07-14T15:27:06.414Z Downloaded zerocopy-derive v0.8.50
7842026-07-14T15:27:06.432Z Downloaded zerotrie v0.2.4
7852026-07-14T15:27:06.432Z Downloaded regex v1.12.3
7862026-07-14T15:27:06.435Z Downloaded tower v0.5.3
7872026-07-14T15:27:06.438Z Downloaded typenum v1.20.1
7882026-07-14T15:27:06.442Z Downloaded typed-path v0.9.3
7892026-07-14T15:27:06.446Z Downloaded portable-atomic v1.13.1
7902026-07-14T15:27:06.449Z Downloaded reqwest v0.12.28
7912026-07-14T15:27:06.452Z Downloaded goblin v0.8.2
7922026-07-14T15:27:06.455Z Downloaded reqwest v0.13.4
7932026-07-14T15:27:06.463Z Downloaded rayon v1.12.0
7942026-07-14T15:27:06.468Z Downloaded serde_json v1.0.150
7952026-07-14T15:27:06.472Z Downloaded unicode-normalization v0.1.25
7962026-07-14T15:27:06.478Z Downloaded chrono v0.4.45
7972026-07-14T15:27:06.483Z Downloaded tough v0.22.0
7982026-07-14T15:27:06.490Z Downloaded tokio-util v0.7.18
7992026-07-14T15:27:06.496Z Downloaded aws-lc-rs v1.17.0
8002026-07-14T15:27:06.507Z Downloaded proptest v1.11.0
8012026-07-14T15:27:06.514Z Downloaded zerovec v0.11.6
8022026-07-14T15:27:06.517Z Downloaded tower-http v0.6.11
8032026-07-14T15:27:06.523Z Downloaded serde_with v3.20.0
8042026-07-14T15:27:06.559Z Downloaded zerocopy v0.7.35
8052026-07-14T15:27:06.569Z Downloaded moka v0.12.15
8062026-07-14T15:27:06.594Z Downloaded winnow v0.5.40
8072026-07-14T15:27:06.594Z Downloaded quinn-proto v0.11.14
8082026-07-14T15:27:06.594Z Downloaded goblin v0.10.7
8092026-07-14T15:27:06.597Z Downloaded curve25519-dalek v4.1.3
8102026-07-14T15:27:06.597Z Downloaded winnow v0.7.15
8112026-07-14T15:27:06.604Z Downloaded openssl v0.10.80
8122026-07-14T15:27:06.608Z Downloaded winnow v1.0.3
8132026-07-14T15:27:06.614Z Downloaded tabled v0.15.0
8142026-07-14T15:27:06.624Z Downloaded bstr v1.12.1
8152026-07-14T15:27:06.629Z Downloaded webpki-roots v1.0.7
8162026-07-14T15:27:06.633Z Downloaded tabled v0.21.0
8172026-07-14T15:27:06.643Z Downloaded time v0.3.47
8182026-07-14T15:27:06.649Z Downloaded unicode-width v0.2.2
8192026-07-14T15:27:06.653Z Downloaded unicode-width v0.1.14
8202026-07-14T15:27:06.656Z Downloaded vcpkg v0.2.15
8212026-07-14T15:27:06.680Z Downloaded syn v2.0.117
8222026-07-14T15:27:06.687Z Downloaded rhai v1.25.1
8232026-07-14T15:27:06.695Z Downloaded dropshot v0.17.1
8242026-07-14T15:27:06.706Z Downloaded zerocopy v0.8.50
8252026-07-14T15:27:06.717Z Downloaded rustls v0.23.40
8262026-07-14T15:27:06.723Z Downloaded hickory-proto v0.24.4
8272026-07-14T15:27:06.732Z Downloaded regress v0.10.5
8282026-07-14T15:27:06.737Z Downloaded smoltcp v0.11.0
8292026-07-14T15:27:06.743Z Downloaded nix v0.31.3
8302026-07-14T15:27:06.749Z Downloaded syn v1.0.109
8312026-07-14T15:27:06.757Z Downloaded openapiv3 v2.2.0
8322026-07-14T15:27:06.761Z Downloaded regress v0.11.1
8332026-07-14T15:27:06.766Z Downloaded rustix v0.38.44
8342026-07-14T15:27:06.779Z Downloaded regex-syntax v0.8.10
8352026-07-14T15:27:06.784Z Downloaded hickory-proto v0.25.2
8362026-07-14T15:27:06.792Z Downloaded typify-impl v0.6.2
8372026-07-14T15:27:06.803Z Downloaded rustix v1.1.4
8382026-07-14T15:27:06.832Z Downloaded sled v0.34.7
8392026-07-14T15:27:06.847Z Downloaded tracing v0.1.44
8402026-07-14T15:27:06.857Z Downloaded lzma-sys v0.1.20
8412026-07-14T15:27:06.872Z Downloaded typify-impl v0.4.3
8422026-07-14T15:27:06.887Z Downloaded chrono-tz v0.10.4
8432026-07-14T15:27:06.915Z Downloaded csv v1.4.0
8442026-07-14T15:27:06.927Z Downloaded regex-automata v0.4.14
8452026-07-14T15:27:06.938Z Downloaded sha3 v0.10.9
8462026-07-14T15:27:06.941Z Downloaded petgraph v0.6.5
8472026-07-14T15:27:06.952Z Downloaded jiff v0.2.28
8482026-07-14T15:27:06.966Z Downloaded libc v0.2.186
8492026-07-14T15:27:06.985Z Downloaded petgraph v0.8.3
8502026-07-14T15:27:06.997Z Downloaded tokio v1.52.3
8512026-07-14T15:27:07.050Z Downloaded encoding_rs v0.8.35
8522026-07-14T15:27:07.069Z Downloaded ring v0.17.14
8532026-07-14T15:27:07.604Z Downloaded aws-lc-sys v0.41.0
8542026-07-14T15:27:08.142Z Compiling proc-macro2 v1.0.106
8552026-07-14T15:27:08.142Z Compiling quote v1.0.45
8562026-07-14T15:27:08.142Z Compiling unicode-ident v1.0.24
8572026-07-14T15:27:08.146Z Compiling serde_core v1.0.228
8582026-07-14T15:27:08.146Z Compiling libc v0.2.186
8592026-07-14T15:27:08.146Z Compiling serde v1.0.228
8602026-07-14T15:27:08.146Z Compiling zmij v1.0.21
8612026-07-14T15:27:08.146Z Compiling autocfg v1.5.1
8622026-07-14T15:27:08.513Z Compiling libm v0.2.16
8632026-07-14T15:27:08.903Z Compiling icu_properties_data v2.2.0
8642026-07-14T15:27:08.944Z Compiling icu_normalizer_data v2.2.0
8652026-07-14T15:27:08.954Z Compiling serde_json v1.0.150
8662026-07-14T15:27:08.997Z Compiling num-traits v0.2.19
8672026-07-14T15:27:09.238Z Compiling getrandom v0.4.2
8682026-07-14T15:27:09.258Z Compiling version_check v0.9.5
8692026-07-14T15:27:09.434Z Compiling thiserror v2.0.18
8702026-07-14T15:27:09.563Z Compiling memchr v2.8.1
8712026-07-14T15:27:09.631Z Compiling syn v2.0.117
8722026-07-14T15:27:09.698Z Compiling schemars v0.8.22
8732026-07-14T15:27:09.942Z Checking cfg-if v1.0.4
8742026-07-14T15:27:09.983Z Compiling parking_lot_core v0.9.12
8752026-07-14T15:27:10.030Z Compiling zerocopy v0.8.50
8762026-07-14T15:27:10.078Z Compiling heck v0.5.0
8772026-07-14T15:27:10.134Z Compiling portable-atomic v1.13.1
8782026-07-14T15:27:10.289Z Compiling rustversion v1.0.22
8792026-07-14T15:27:10.314Z Compiling itoa v1.0.18
8802026-07-14T15:27:10.498Z Compiling jobserver v0.1.34
8812026-07-14T15:27:10.551Z Compiling shlex v2.0.1
8822026-07-14T15:27:10.651Z Compiling find-msvc-tools v0.1.9
8832026-07-14T15:27:10.855Z Compiling cc v1.2.63
8842026-07-14T15:27:11.088Z Compiling dunce v1.0.5
8852026-07-14T15:27:11.144Z Compiling fs_extra v1.3.0
8862026-07-14T15:27:11.161Z Compiling semver v1.0.28
8872026-07-14T15:27:11.183Z Compiling log v0.4.32
8882026-07-14T15:27:11.350Z Compiling httparse v1.10.1
8892026-07-14T15:27:11.401Z Compiling slog v2.8.2
8902026-07-14T15:27:11.435Z Compiling getrandom v0.3.4
8912026-07-14T15:27:11.435Z Compiling rustix v1.1.4
8922026-07-14T15:27:11.631Z Checking stable_deref_trait v1.2.1
8932026-07-14T15:27:11.695Z Compiling cmake v0.1.58
8942026-07-14T15:27:11.745Z Compiling equivalent v1.0.2
8952026-07-14T15:27:11.839Z Compiling thiserror v1.0.69
8962026-07-14T15:27:12.396Z Checking writeable v0.6.3
8972026-07-14T15:27:12.416Z Checking litemap v0.8.2
8982026-07-14T15:27:12.416Z Compiling aws-lc-rs v1.17.0
8992026-07-14T15:27:12.416Z Checking utf8_iter v1.0.4
9002026-07-14T15:27:12.416Z Checking percent-encoding v2.3.2
9012026-07-14T15:27:12.416Z Compiling aws-lc-sys v0.41.0
9022026-07-14T15:27:12.416Z Compiling ring v0.17.14
9032026-07-14T15:27:12.416Z Checking form_urlencoded v1.2.2
9042026-07-14T15:27:12.416Z Compiling ucd-trie v0.1.7
9052026-07-14T15:27:12.423Z Compiling synstructure v0.13.2
9062026-07-14T15:27:12.479Z Compiling serde_derive_internals v0.29.1
9072026-07-14T15:27:12.622Z Compiling rustls v0.23.40
9082026-07-14T15:27:12.710Z Compiling anyhow v1.0.103
9092026-07-14T15:27:12.872Z Compiling pest v2.8.6
9102026-07-14T15:27:12.939Z Compiling regex-syntax v0.8.10
9112026-07-14T15:27:13.253Z Compiling aho-corasick v1.1.4
9122026-07-14T15:27:13.359Z Compiling hashbrown v0.17.1
9132026-07-14T15:27:13.589Z Compiling crossbeam-utils v0.8.21
9142026-07-14T15:27:13.658Z Compiling serde_derive v1.0.228
9152026-07-14T15:27:13.910Z Compiling zerofrom-derive v0.1.7
9162026-07-14T15:27:13.931Z Compiling yoke-derive v0.8.2
9172026-07-14T15:27:14.091Z Compiling zerovec-derive v0.11.3
9182026-07-14T15:27:14.665Z Compiling displaydoc v0.2.6
9192026-07-14T15:27:14.991Z Compiling schemars_derive v0.8.22
9202026-07-14T15:27:14.994Z Compiling thiserror-impl v2.0.18
9212026-07-14T15:27:15.085Z Compiling tokio-macros v2.7.0
9222026-07-14T15:27:15.164Z Compiling zeroize_derive v1.4.3
9232026-07-14T15:27:15.444Z Compiling zerocopy-derive v0.8.50
9242026-07-14T15:27:15.809Z Compiling futures-macro v0.3.32
9252026-07-14T15:27:15.829Z Compiling tracing-attributes v0.1.31
9262026-07-14T15:27:16.154Z Checking zerofrom v0.1.8
9272026-07-14T15:27:16.641Z Checking yoke v0.8.3
9282026-07-14T15:27:16.741Z Compiling serde_tokenstream v0.2.3
9292026-07-14T15:27:16.763Z Checking smallvec v1.15.1
9302026-07-14T15:27:16.783Z Checking bytes v1.11.1
9312026-07-14T15:27:16.815Z Compiling thiserror-impl v1.0.69
9322026-07-14T15:27:16.857Z Checking zerovec v0.11.6
9332026-07-14T15:27:16.965Z Checking zerotrie v0.2.4
9342026-07-14T15:27:17.053Z Compiling pest_meta v2.8.6
9352026-07-14T15:27:17.080Z Compiling regex-automata v0.4.14
9362026-07-14T15:27:17.253Z Compiling indexmap v2.14.0
9372026-07-14T15:27:17.316Z Checking tinystr v0.8.3
9382026-07-14T15:27:17.337Z Checking potential_utf v0.1.5
9392026-07-14T15:27:17.466Z Checking icu_collections v2.2.0
9402026-07-14T15:27:17.509Z Checking icu_locale_core v2.2.0
9412026-07-14T15:27:17.664Z Compiling pest_generator v2.8.6
9422026-07-14T15:27:17.903Z Checking rand_core v0.10.1
9432026-07-14T15:27:18.038Z Compiling num-conv v0.2.2
9442026-07-14T15:27:18.112Z Checking icu_provider v2.2.0
9452026-07-14T15:27:18.192Z Compiling paste v1.0.15
9462026-07-14T15:27:18.274Z Checking iana-time-zone v0.1.65
9472026-07-14T15:27:18.344Z Checking icu_properties v2.2.0
9482026-07-14T15:27:18.347Z Checking icu_normalizer v2.2.0
9492026-07-14T15:27:18.385Z Compiling pest_derive v2.8.6
9502026-07-14T15:27:18.426Z Compiling time-core v0.1.8
9512026-07-14T15:27:18.554Z Checking chrono v0.4.45
9522026-07-14T15:27:18.576Z Compiling time-macros v0.2.27
9532026-07-14T15:27:18.745Z Compiling regex v1.12.3
9542026-07-14T15:27:18.920Z Checking uuid v1.23.5
9552026-07-14T15:27:19.187Z Compiling async-trait v0.1.89
9562026-07-14T15:27:19.208Z Checking idna_adapter v1.2.2
9572026-07-14T15:27:19.341Z Compiling camino v1.2.4
9582026-07-14T15:27:19.357Z Checking idna v1.1.0
9592026-07-14T15:27:19.423Z Compiling byteorder v1.5.0
9602026-07-14T15:27:19.635Z Checking url v2.5.8
9612026-07-14T15:27:20.066Z Checking dyn-clone v1.0.20
9622026-07-14T15:27:20.086Z Compiling strsim v0.11.1
9632026-07-14T15:27:20.090Z Compiling scroll_derive v0.13.1
9642026-07-14T15:27:20.176Z Checking errno v0.3.14
9652026-07-14T15:27:20.317Z Compiling ident_case v1.0.1
9662026-07-14T15:27:20.446Z Compiling omicron-workspace-hack v0.1.0
9672026-07-14T15:27:20.705Z Compiling slog-async v2.8.0
9682026-07-14T15:27:20.746Z Compiling generic-array v0.14.7
9692026-07-14T15:27:20.830Z Compiling crc32fast v1.5.0
9702026-07-14T15:27:20.925Z Compiling usdt-impl v0.6.0
9712026-07-14T15:27:21.047Z Compiling scroll v0.13.0
9722026-07-14T15:27:21.068Z Compiling plain v0.2.3
9732026-07-14T15:27:21.180Z Compiling daft-derive v0.1.7
9742026-07-14T15:27:21.282Z Compiling goblin v0.10.7
9752026-07-14T15:27:21.306Z Compiling pretty-hex v0.4.2
9762026-07-14T15:27:21.383Z Compiling dtrace-parser v0.3.0
9772026-07-14T15:27:21.606Z Compiling thread-id v5.1.0
9782026-07-14T15:27:21.709Z Checking pin-project-lite v0.2.17
9792026-07-14T15:27:22.006Z Compiling syn v1.0.109
9802026-07-14T15:27:22.145Z Checking getrandom v0.2.17
9812026-07-14T15:27:22.292Z Checking zeroize v1.8.2
9822026-07-14T15:27:22.455Z Checking bitflags v2.12.1
9832026-07-14T15:27:22.774Z Compiling multer v3.1.0
9842026-07-14T15:27:22.984Z Compiling async-stream-impl v0.3.6
9852026-07-14T15:27:23.375Z Checking socket2 v0.6.4
9862026-07-14T15:27:23.425Z Checking scopeguard v1.2.0
9872026-07-14T15:27:23.549Z Compiling ref-cast v1.0.25
9882026-07-14T15:27:23.620Z Checking lock_api v0.4.14
9892026-07-14T15:27:23.884Z Compiling ref-cast-impl v1.0.25
9902026-07-14T15:27:23.905Z Compiling dropshot v0.17.1
9912026-07-14T15:27:23.927Z Checking critical-section v1.2.0
9922026-07-14T15:27:24.148Z Compiling dof v0.4.0
9932026-07-14T15:27:24.222Z Checking once_cell v1.21.4
9942026-07-14T15:27:24.408Z Compiling dropshot_endpoint v0.17.1
9952026-07-14T15:27:24.476Z Compiling newtype-uuid-macros v0.1.0
9962026-07-14T15:27:24.640Z Checking parking_lot v0.12.5
9972026-07-14T15:27:25.147Z Checking signal-hook-registry v1.4.8
9982026-07-14T15:27:25.247Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9992026-07-14T15:27:25.294Z Checking mio v1.2.1
10002026-07-14T15:27:25.334Z Compiling darling_core v0.23.0
10012026-07-14T15:27:25.355Z Compiling usdt-macro v0.6.0
10022026-07-14T15:27:25.409Z Compiling usdt-attr-macro v0.6.0
10032026-07-14T15:27:25.575Z Checking tokio v1.52.3
10042026-07-14T15:27:25.737Z Compiling strum_macros v0.26.4
10052026-07-14T15:27:25.815Z Compiling structmeta-derive v0.3.0
10062026-07-14T15:27:26.171Z Compiling foldhash v0.2.0
10072026-07-14T15:27:26.194Z Compiling allocator-api2 v0.2.21
10082026-07-14T15:27:26.382Z Checking subtle v2.6.1
10092026-07-14T15:27:26.481Z Checking futures-core v0.3.32
10102026-07-14T15:27:26.552Z Compiling hashbrown v0.16.1
10112026-07-14T15:27:26.879Z Compiling strum_macros v0.27.2
10122026-07-14T15:27:26.930Z Compiling structmeta v0.3.0
10132026-07-14T15:27:27.139Z Compiling derive-ex v0.1.8
10142026-07-14T15:27:27.168Z Compiling http v1.4.2
10152026-07-14T15:27:27.483Z Compiling darling_macro v0.23.0
10162026-07-14T15:27:27.997Z Compiling winnow v1.0.3
10172026-07-14T15:27:28.050Z Compiling darling v0.23.0
10182026-07-14T15:27:28.172Z Compiling serde_with_macros v3.20.0
10192026-07-14T15:27:28.366Z Checking futures-sink v0.3.32
10202026-07-14T15:27:28.479Z Checking ipnetwork v0.21.1
10212026-07-14T15:27:28.710Z Checking slab v0.4.12
10222026-07-14T15:27:28.742Z Compiling test-strategy v0.4.5
10232026-07-14T15:27:28.849Z Checking futures-channel v0.3.32
10242026-07-14T15:27:28.910Z Compiling toml_parser v1.1.2+spec-1.1.0
10252026-07-14T15:27:29.275Z Compiling fnv v1.0.7
10262026-07-14T15:27:29.311Z Compiling toml_datetime v1.1.1+spec-1.1.0
10272026-07-14T15:27:29.391Z Checking futures-io v0.3.32
10282026-07-14T15:27:29.484Z Checking futures-task v0.3.32
10292026-07-14T15:27:29.669Z Checking typenum v1.20.1
10302026-07-14T15:27:29.669Z Compiling parse-display-derive v0.10.0
10312026-07-14T15:27:29.669Z Checking futures-util v0.3.32
10322026-07-14T15:27:29.959Z Checking oxnet v0.1.6
10332026-07-14T15:27:30.125Z Checking tracing-core v0.1.36
10342026-07-14T15:27:30.300Z Checking erased-serde v0.3.31
10352026-07-14T15:27:30.430Z Compiling ryu v1.0.23
10362026-07-14T15:27:30.973Z Checking tracing v0.1.44
10372026-07-14T15:27:31.095Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10382026-07-14T15:27:31.096Z Compiling clap_derive v4.6.1
10392026-07-14T15:27:31.135Z Checking base64 v0.22.1
10402026-07-14T15:27:31.362Z Compiling openapiv3 v2.2.0
10412026-07-14T15:27:31.753Z Checking rand_core v0.6.4
10422026-07-14T15:27:32.031Z Checking rustls-pki-types v1.14.1
10432026-07-14T15:27:32.445Z Compiling toml_edit v0.25.12+spec-1.1.0
10442026-07-14T15:27:32.538Z Checking tokio-util v0.7.18
10452026-07-14T15:27:32.601Z Checking untrusted v0.7.1
10462026-07-14T15:27:32.737Z Checking untrusted v0.9.0
10472026-07-14T15:27:32.850Z Checking ipnet v2.12.0
10482026-07-14T15:27:33.057Z Compiling proc-macro-crate v3.5.0
10492026-07-14T15:27:33.353Z Checking http-body v1.0.1
10502026-07-14T15:27:33.486Z Compiling num_enum_derive v0.7.6
10512026-07-14T15:27:33.505Z Checking atomic-waker v1.1.2
10522026-07-14T15:27:33.566Z Compiling either v1.16.0
10532026-07-14T15:27:33.621Z Checking tower-layer v0.3.3
10542026-07-14T15:27:33.627Z Checking try-lock v0.2.5
10552026-07-14T15:27:33.737Z Compiling itertools v0.14.0
10562026-07-14T15:27:33.812Z Checking tower-service v0.3.3
10572026-07-14T15:27:33.875Z Checking want v0.3.1
10582026-07-14T15:27:33.896Z Checking h2 v0.4.14
10592026-07-14T15:27:34.017Z Compiling regress v0.11.1
10602026-07-14T15:27:34.505Z Compiling crucible-workspace-hack v0.1.0
10612026-07-14T15:27:34.735Z Checking httpdate v1.0.3
10622026-07-14T15:27:35.463Z Checking serde_urlencoded v0.7.1
10632026-07-14T15:27:35.541Z Compiling typify-impl v0.6.2
10642026-07-14T15:27:35.690Z Checking http-body-util v0.1.3
10652026-07-14T15:27:35.724Z Checking hyper v1.10.1
10662026-07-14T15:27:36.037Z Compiling unsafe-libyaml v0.2.11
10672026-07-14T15:27:36.915Z Checking ppv-lite86 v0.2.21
10682026-07-14T15:27:36.920Z Compiling serde_yaml v0.9.34+deprecated
10692026-07-14T15:27:36.920Z Checking hyper-util v0.1.20
10702026-07-14T15:27:37.072Z Compiling convert_case v0.4.0
10712026-07-14T15:27:37.381Z Compiling derive_more v0.99.20
10722026-07-14T15:27:38.121Z Compiling darling_core v0.21.3
10732026-07-14T15:27:38.660Z Compiling zerocopy-derive v0.7.35
10742026-07-14T15:27:38.910Z Compiling typify-macro v0.6.2
10752026-07-14T15:27:39.588Z Compiling regress v0.10.5
10762026-07-14T15:27:39.859Z Checking powerfmt v0.2.0
10772026-07-14T15:27:39.876Z Compiling rustix v0.38.44
10782026-07-14T15:27:39.991Z Checking deranged v0.5.8
10792026-07-14T15:27:40.179Z Compiling darling_macro v0.21.3
10802026-07-14T15:27:40.745Z Compiling darling v0.21.3
10812026-07-14T15:27:40.775Z Checking num_threads v0.1.7
10822026-07-14T15:27:40.905Z Compiling heapless v0.8.0
10832026-07-14T15:27:41.105Z Compiling ingot-macros v0.1.1
10842026-07-14T15:27:41.158Z Checking time v0.3.47
10852026-07-14T15:27:41.394Z Compiling typify v0.6.2
10862026-07-14T15:27:42.187Z Compiling serde_repr v0.1.20
10872026-07-14T15:27:42.229Z Compiling scroll_derive v0.12.1
10882026-07-14T15:27:42.340Z Compiling heck v0.4.1
10892026-07-14T15:27:42.910Z Checking crossbeam-channel v0.5.15
10902026-07-14T15:27:43.315Z Checking cpufeatures v0.3.0
10912026-07-14T15:27:43.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10922026-07-14T15:27:43.467Z Compiling smoltcp v0.11.0
10932026-07-14T15:27:43.803Z Checking futures-executor v0.3.32
10942026-07-14T15:27:43.934Z Checking sync_wrapper v1.0.2
10952026-07-14T15:27:43.998Z Compiling rustc_version v0.4.1
10962026-07-14T15:27:44.024Z Checking thread_local v1.1.9
10972026-07-14T15:27:44.061Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10982026-07-14T15:27:44.282Z Compiling curve25519-dalek v4.1.3
10992026-07-14T15:27:44.385Z Checking tower v0.5.3
11002026-07-14T15:27:44.440Z Checking rand_core v0.9.5
11012026-07-14T15:27:44.440Z Checking webpki-roots v1.0.7
11022026-07-14T15:27:44.570Z Compiling toml_datetime v0.6.11
11032026-07-14T15:27:44.667Z Compiling foreign-types-macros v0.2.3
11042026-07-14T15:27:44.780Z Checking is-terminal v0.4.17
11052026-07-14T15:27:44.995Z Checking term v1.2.1
11062026-07-14T15:27:45.069Z Checking take_mut v0.2.2
11072026-07-14T15:27:45.200Z Checking slog-term v2.9.2
11082026-07-14T15:27:45.391Z Checking tower-http v0.6.11
11092026-07-14T15:27:45.572Z Checking futures v0.3.32
11102026-07-14T15:27:45.718Z Compiling zerocopy v0.7.35
11112026-07-14T15:27:45.835Z Compiling hubpack_derive v0.1.1
11122026-07-14T15:27:45.933Z Compiling thiserror-impl-no-std v2.0.2
11132026-07-14T15:27:46.227Z Compiling curve25519-dalek-derive v0.1.1
11142026-07-14T15:27:46.341Z Compiling usdt-impl v0.5.0
11152026-07-14T15:27:46.415Z Compiling proc-macro-error-attr v1.0.4
11162026-07-14T15:27:46.650Z Checking fastrand v2.4.1
11172026-07-14T15:27:46.741Z Checking hex v0.4.3
11182026-07-14T15:27:46.947Z Compiling dof v0.3.0
11192026-07-14T15:27:46.979Z Checking rand_chacha v0.9.0
11202026-07-14T15:27:47.012Z Compiling dtrace-parser v0.2.0
11212026-07-14T15:27:47.079Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11222026-07-14T15:27:47.524Z Compiling serde_spanned v1.1.1
11232026-07-14T15:27:47.560Z Compiling thread-id v4.2.2
11242026-07-14T15:27:47.608Z Compiling proc-macro-error v1.0.4
11252026-07-14T15:27:47.673Z Compiling memoffset v0.9.1
11262026-07-14T15:27:47.769Z Compiling pkg-config v0.3.33
11272026-07-14T15:27:47.921Z Compiling toml_writer v1.1.1+spec-1.1.0
11282026-07-14T15:27:48.232Z Checking rand v0.9.4
11292026-07-14T15:27:48.942Z Compiling cfg_aliases v0.2.1
11302026-07-14T15:27:48.964Z Compiling prettyplease v0.2.37
11312026-07-14T15:27:49.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11322026-07-14T15:27:49.117Z Compiling nix v0.31.3
11332026-07-14T15:27:49.510Z Checking tempfile v3.27.0
11342026-07-14T15:27:49.593Z Checking crypto-common v0.1.7
11352026-07-14T15:27:49.777Z Checking hybrid-array v0.4.12
11362026-07-14T15:27:49.971Z Checking adler2 v2.0.1
11372026-07-14T15:27:49.972Z Checking openssl-probe v0.2.1
11382026-07-14T15:27:50.053Z Checking match_cfg v0.1.0
11392026-07-14T15:27:50.097Z Checking simd-adler32 v0.3.9
11402026-07-14T15:27:50.345Z Checking miniz_oxide v0.8.9
11412026-07-14T15:27:50.524Z Checking hostname v0.3.1
11422026-07-14T15:27:50.622Z Checking rustls-native-certs v0.8.4
11432026-07-14T15:27:50.783Z Compiling usdt-attr-macro v0.5.0
11442026-07-14T15:27:50.982Z Compiling usdt-macro v0.5.0
11452026-07-14T15:27:51.284Z Checking slog-json v2.6.1
11462026-07-14T15:27:51.497Z Checking newtype-uuid v1.3.2
11472026-07-14T15:27:51.526Z Compiling num-derive v0.4.2
11482026-07-14T15:27:51.618Z Compiling enum-as-inner v0.6.1
11492026-07-14T15:27:51.687Z Checking memmap2 v0.9.10
11502026-07-14T15:27:51.837Z Compiling winnow v0.7.15
11512026-07-14T15:27:52.459Z Checking usdt v0.6.0
11522026-07-14T15:27:52.671Z Checking daft v0.1.7
11532026-07-14T15:27:52.694Z Checking slog-bunyan v2.5.0
11542026-07-14T15:27:52.807Z Checking flate2 v1.1.9
11552026-07-14T15:27:52.856Z Checking block-buffer v0.12.0
11562026-07-14T15:27:52.903Z Checking crypto-common v0.2.2
11572026-07-14T15:27:52.997Z Compiling progenitor-impl v0.14.0
11582026-07-14T15:27:53.276Z Checking compression-core v0.4.32
11592026-07-14T15:27:53.280Z Compiling rayon-core v1.13.0
11602026-07-14T15:27:53.343Z Checking debug-ignore v1.0.5
11612026-07-14T15:27:53.391Z Checking const-oid v0.10.2
11622026-07-14T15:27:53.412Z Checking compression-codecs v0.4.38
11632026-07-14T15:27:53.550Z Checking digest v0.11.3
11642026-07-14T15:27:54.089Z Checking encoding_rs v0.8.35
11652026-07-14T15:27:54.266Z Compiling wait-timeout v0.2.1
11662026-07-14T15:27:54.342Z Checking mime v0.3.17
11672026-07-14T15:27:54.456Z Compiling bit-vec v0.8.0
11682026-07-14T15:27:54.498Z Checking spin v0.9.8
11692026-07-14T15:27:54.560Z Compiling quick-error v1.2.3
11702026-07-14T15:27:54.676Z Compiling rusty-fork v0.3.1
11712026-07-14T15:27:54.686Z Compiling bit-set v0.8.0
11722026-07-14T15:27:54.917Z Checking toml v1.1.2+spec-1.1.0
11732026-07-14T15:27:54.965Z Compiling rand_chacha v0.3.1
11742026-07-14T15:27:55.004Z Compiling progenitor-macro v0.14.0
11752026-07-14T15:27:55.460Z Checking sha1 v0.11.0
11762026-07-14T15:27:55.473Z Checking async-compression v0.4.42
11772026-07-14T15:27:55.767Z Compiling rand_xorshift v0.4.0
11782026-07-14T15:27:55.934Z Checking waitgroup v0.1.2
11792026-07-14T15:27:56.029Z Checking rustls-pemfile v2.2.0
11802026-07-14T15:27:56.049Z Checking async-stream v0.3.6
11812026-07-14T15:27:56.101Z Compiling num-integer v0.1.46
11822026-07-14T15:27:56.479Z Checking serde_path_to_error v0.1.20
11832026-07-14T15:27:56.495Z Checking hostname v0.4.2
11842026-07-14T15:27:56.639Z Checking rustls-webpki v0.103.13
11852026-07-14T15:27:56.707Z Compiling unarray v0.1.4
11862026-07-14T15:27:57.007Z Compiling winnow v0.5.40
11872026-07-14T15:27:57.341Z Compiling semver v0.1.20
11882026-07-14T15:27:57.797Z Compiling rustc_version v0.1.7
11892026-07-14T15:27:57.882Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11902026-07-14T15:27:58.280Z Compiling toml_edit v0.19.15
11912026-07-14T15:27:58.397Z Compiling proptest v1.11.0
11922026-07-14T15:27:58.590Z Checking rand v0.8.6
11932026-07-14T15:27:59.146Z Compiling reqwest v0.12.28
11942026-07-14T15:27:59.422Z Compiling backon v1.6.0
11952026-07-14T15:27:59.438Z Checking tokio-rustls v0.26.4
11962026-07-14T15:27:59.519Z Checking rustls-platform-verifier v0.7.0
11972026-07-14T15:27:59.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11982026-07-14T15:27:59.688Z Checking hyper-rustls v0.27.9
11992026-07-14T15:27:59.893Z Checking reqwest v0.13.4
12002026-07-14T15:28:01.083Z Compiling strum v0.26.3
12012026-07-14T15:28:01.138Z Checking macaddr v1.0.1
12022026-07-14T15:28:01.211Z Compiling instant v0.1.13
12032026-07-14T15:28:01.336Z Compiling utf8parse v0.2.2
12042026-07-14T15:28:01.358Z Checking unicode-width v0.2.2
12052026-07-14T15:28:01.546Z Compiling anstyle-parse v1.0.0
12062026-07-14T15:28:01.610Z Compiling backoff v0.4.0
12072026-07-14T15:28:01.643Z Compiling iddqd v0.4.5
12082026-07-14T15:28:01.722Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12092026-07-14T15:28:01.765Z Compiling progenitor-client v0.10.0
12102026-07-14T15:28:01.808Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12112026-07-14T15:28:02.026Z Compiling proc-macro-crate v1.3.1
12122026-07-14T15:28:02.059Z Compiling progenitor-client v0.14.0
12132026-07-14T15:28:02.132Z Compiling newtype_derive v0.1.6
12142026-07-14T15:28:02.261Z Compiling num-rational v0.4.2
12152026-07-14T15:28:02.285Z Compiling num-iter v0.1.45
12162026-07-14T15:28:02.345Z Compiling progenitor-extras v0.2.0
12172026-07-14T15:28:02.394Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12182026-07-14T15:28:02.413Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12192026-07-14T15:28:02.570Z Checking block-buffer v0.10.4
12202026-07-14T15:28:02.722Z Compiling parse-display v0.10.0
12212026-07-14T15:28:02.743Z Compiling serde_with v3.20.0
12222026-07-14T15:28:02.763Z Compiling strum v0.27.2
12232026-07-14T15:28:02.896Z Compiling num-complex v0.4.6
12242026-07-14T15:28:02.997Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12252026-07-14T15:28:03.150Z Compiling colorchoice v1.0.5
12262026-07-14T15:28:03.156Z Compiling vcpkg v0.2.15
12272026-07-14T15:28:03.192Z Compiling humantime v2.3.0
12282026-07-14T15:28:03.243Z Compiling is_terminal_polyfill v1.70.2
12292026-07-14T15:28:03.270Z Compiling anstyle-query v1.1.5
12302026-07-14T15:28:03.346Z Compiling owo-colors v4.3.0
12312026-07-14T15:28:03.379Z Compiling anstyle v1.0.14
12322026-07-14T15:28:03.433Z Compiling num v0.4.3
12332026-07-14T15:28:03.503Z Checking digest v0.10.7
12342026-07-14T15:28:03.632Z Compiling anstream v1.0.0
12352026-07-14T15:28:03.722Z Compiling num_enum_derive v0.5.11
12362026-07-14T15:28:03.745Z Compiling openssl-sys v0.9.116
12372026-07-14T15:28:03.966Z Compiling terminal_size v0.4.4
12382026-07-14T15:28:04.038Z Compiling serde_spanned v0.6.9
12392026-07-14T15:28:04.064Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12402026-07-14T15:28:04.082Z Compiling derive-where v1.6.1
12412026-07-14T15:28:04.113Z Compiling pin-project-internal v1.1.13
12422026-07-14T15:28:04.234Z Compiling toml_write v0.1.2
12432026-07-14T15:28:04.408Z Compiling clap_lex v1.1.0
12442026-07-14T15:28:04.430Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12452026-07-14T15:28:04.489Z Compiling float-ord v0.3.2
12462026-07-14T15:28:04.585Z Compiling clap_builder v4.6.0
12472026-07-14T15:28:04.761Z Compiling toml_edit v0.22.27
12482026-07-14T15:28:04.982Z Compiling progenitor-impl v0.13.0
12492026-07-14T15:28:05.328Z Compiling zone_cfg_derive v0.3.1
12502026-07-14T15:28:05.399Z Compiling snafu-derive v0.8.9
12512026-07-14T15:28:06.138Z Compiling toml v0.8.23
12522026-07-14T15:28:06.755Z Compiling clap v4.6.1
12532026-07-14T15:28:06.937Z Compiling progenitor-macro v0.13.0
12542026-07-14T15:28:07.095Z Compiling async-recursion v1.1.1
12552026-07-14T15:28:07.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12562026-07-14T15:28:07.911Z Compiling slog-dtrace v0.3.0
12572026-07-14T15:28:07.931Z Compiling cancel-safe-futures v0.1.5
12582026-07-14T15:28:08.168Z Compiling chrono-tz v0.10.4
12592026-07-14T15:28:08.188Z Compiling unicode-xid v0.2.6
12602026-07-14T15:28:08.348Z Compiling openssl v0.10.80
12612026-07-14T15:28:08.366Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-07-14T15:28:08.587Z Compiling minimal-lexical v0.2.1
12632026-07-14T15:28:08.801Z Compiling nom v7.1.3
12642026-07-14T15:28:08.970Z Compiling const_format_proc_macros v0.2.34
12652026-07-14T15:28:09.702Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-07-14T15:28:09.796Z Compiling openssl-macros v0.1.1
12672026-07-14T15:28:10.106Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-07-14T15:28:10.338Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-07-14T15:28:10.403Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-07-14T15:28:10.908Z Compiling cookie v0.18.1
12712026-07-14T15:28:11.016Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-07-14T15:28:11.058Z Checking cpufeatures v0.2.17
12732026-07-14T15:28:11.346Z Compiling tabled_derive v0.7.0
12742026-07-14T15:28:11.536Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-07-14T15:28:12.758Z Checking num_enum v0.7.6
12762026-07-14T15:28:14.976Z Checking tabwriter v1.4.1
12772026-07-14T15:28:15.101Z Checking secrecy v0.10.3
12782026-07-14T15:28:15.247Z Checking tinyvec_macros v0.1.1
12792026-07-14T15:28:15.317Z Checking colored v3.1.1
12802026-07-14T15:28:15.349Z Checking tinyvec v1.11.0
12812026-07-14T15:28:15.614Z Checking crossbeam-epoch v0.9.18
12822026-07-14T15:28:15.656Z Checking hash32 v0.3.1
12832026-07-14T15:28:15.660Z Checking bstr v1.12.1
12842026-07-14T15:28:15.800Z Checking data-encoding v2.11.0
12852026-07-14T15:28:16.032Z Checking hmac v0.12.1
12862026-07-14T15:28:16.066Z Checking ingot-types v0.1.2
12872026-07-14T15:28:16.180Z Checking inout v0.1.4
12882026-07-14T15:28:16.279Z Checking scroll v0.12.0
12892026-07-14T15:28:16.316Z Checking ff v0.13.1
12902026-07-14T15:28:16.390Z Checking cobs v0.3.0
12912026-07-14T15:28:16.473Z Checking bitflags v1.3.2
12922026-07-14T15:28:16.493Z Checking foreign-types-shared v0.3.1
12932026-07-14T15:28:16.538Z Checking static_assertions v1.1.0
12942026-07-14T15:28:16.543Z Checking managed v0.8.0
12952026-07-14T15:28:16.578Z Checking goblin v0.8.2
12962026-07-14T15:28:16.597Z Checking postcard v1.1.3
12972026-07-14T15:28:16.597Z Checking foreign-types v0.5.0
12982026-07-14T15:28:16.638Z Checking group v0.13.0
12992026-07-14T15:28:16.650Z Checking ingot v0.1.1
13002026-07-14T15:28:16.699Z Checking cipher v0.4.4
13012026-07-14T15:28:16.766Z Checking atomicwrites v0.4.4
13022026-07-14T15:28:16.894Z Checking hkdf v0.12.4
13032026-07-14T15:28:17.039Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-07-14T15:28:17.059Z Checking universal-hash v0.5.1
13052026-07-14T15:28:17.188Z Checking crypto-bigint v0.5.5
13062026-07-14T15:28:17.336Z Checking chacha20 v0.10.0
13072026-07-14T15:28:17.462Z Checking half v2.7.1
13082026-07-14T15:28:17.719Z Checking cstr-argument v0.1.2
13092026-07-14T15:28:17.848Z Checking opaque-debug v0.3.1
13102026-07-14T15:28:17.869Z Checking ciborium-io v0.2.2
13112026-07-14T15:28:17.901Z Checking base16ct v0.2.0
13122026-07-14T15:28:17.922Z Checking base64ct v1.8.3
13132026-07-14T15:28:17.925Z Checking indent_write v2.2.0
13142026-07-14T15:28:17.965Z Checking ciborium-ll v0.2.2
13152026-07-14T15:28:18.023Z Checking poly1305 v0.8.0
13162026-07-14T15:28:18.067Z Checking elliptic-curve v0.13.8
13172026-07-14T15:28:18.141Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13182026-07-14T15:28:18.162Z Checking password-hash v0.5.0
13192026-07-14T15:28:18.183Z Checking rand v0.10.2
13202026-07-14T15:28:18.244Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13212026-07-14T15:28:18.265Z Checking chacha20 v0.9.1
13222026-07-14T15:28:18.309Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13232026-07-14T15:28:18.330Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13242026-07-14T15:28:18.415Z Checking blake2 v0.10.6
13252026-07-14T15:28:18.457Z Checking aead v0.5.2
13262026-07-14T15:28:18.558Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13272026-07-14T15:28:18.601Z Checking byte-wrapper v0.1.0
13282026-07-14T15:28:18.628Z Checking thiserror-no-std v2.0.2
13292026-07-14T15:28:18.650Z Checking hubpack v0.1.2
13302026-07-14T15:28:18.719Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-07-14T15:28:18.803Z Checking keccak v0.1.6
13322026-07-14T15:28:18.842Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13332026-07-14T15:28:18.952Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13342026-07-14T15:28:18.973Z Checking sha3 v0.10.9
13352026-07-14T15:28:19.085Z Checking vsss-rs v3.3.4
13362026-07-14T15:28:19.168Z Checking argon2 v0.5.3
13372026-07-14T15:28:19.189Z Checking chacha20poly1305 v0.10.1
13382026-07-14T15:28:19.321Z Checking ciborium v0.2.2
13392026-07-14T15:28:19.465Z Checking similar v2.7.0
13402026-07-14T15:28:19.608Z Checking memmap v0.7.0
13412026-07-14T15:28:19.628Z Checking lazy_static v1.5.0
13422026-07-14T15:28:19.766Z Checking usdt v0.5.0
13432026-07-14T15:28:19.805Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-07-14T15:28:19.918Z Checking crossbeam-deque v0.8.6
13452026-07-14T15:28:20.083Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13462026-07-14T15:28:20.105Z Checking bytecount v0.6.9
13472026-07-14T15:28:20.166Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13482026-07-14T15:28:20.221Z Compiling parking_lot_core v0.8.6
13492026-07-14T15:28:20.319Z Checking progenitor v0.14.0
13502026-07-14T15:28:20.342Z Checking unicode-segmentation v1.13.3
13512026-07-14T15:28:20.406Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13522026-07-14T15:28:20.596Z Checking console v0.15.11
13532026-07-14T15:28:20.629Z Checking itertools v0.12.1
13542026-07-14T15:28:20.674Z Checking newline-converter v0.3.0
13552026-07-14T15:28:20.788Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13562026-07-14T15:28:20.922Z Checking resolv-conf v0.7.6
13572026-07-14T15:28:20.949Z Checking linked-hash-map v0.5.6
13582026-07-14T15:28:20.970Z Checking swrite v0.1.0
13592026-07-14T15:28:21.013Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13602026-07-14T15:28:21.035Z Checking rayon v1.12.0
13612026-07-14T15:28:21.075Z Checking expectorate v1.2.0
13622026-07-14T15:28:21.104Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13632026-07-14T15:28:21.124Z Checking lru-cache v0.1.2
13642026-07-14T15:28:21.144Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13652026-07-14T15:28:21.199Z Checking hickory-proto v0.24.4
13662026-07-14T15:28:21.484Z Checking camino-tempfile v1.4.1
13672026-07-14T15:28:21.678Z Checking serde-big-array v0.5.1
13682026-07-14T15:28:21.802Z Checking siphasher v1.0.3
13692026-07-14T15:28:21.822Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13702026-07-14T15:28:21.972Z Checking phf_shared v0.12.1
13712026-07-14T15:28:22.456Z Checking unicode-normalization v0.1.25
13722026-07-14T15:28:22.532Z Checking pin-project v1.1.13
13732026-07-14T15:28:22.654Z Checking num_enum v0.5.11
13742026-07-14T15:28:22.763Z Checking hickory-resolver v0.24.4
13752026-07-14T15:28:22.862Z Checking progenitor-client v0.13.0
13762026-07-14T15:28:23.236Z Checking tokio-stream v0.1.18
13772026-07-14T15:28:23.303Z Checking csv-core v0.1.13
13782026-07-14T15:28:23.398Z Checking foreign-types-shared v0.1.1
13792026-07-14T15:28:23.427Z Checking highway v1.3.0
13802026-07-14T15:28:23.472Z Checking konst_macro_rules v0.2.19
13812026-07-14T15:28:23.518Z Checking unicode-width v0.1.14
13822026-07-14T15:28:23.532Z Checking same-file v1.0.6
13832026-07-14T15:28:23.634Z Checking foldhash v0.1.5
13842026-07-14T15:28:23.652Z Checking unicode-linebreak v0.1.5
13852026-07-14T15:28:23.661Z Checking smawk v0.3.2
13862026-07-14T15:28:23.748Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13872026-07-14T15:28:23.773Z Checking hashbrown v0.15.5
13882026-07-14T15:28:23.805Z Checking walkdir v2.5.0
13892026-07-14T15:28:23.863Z Checking textwrap v0.16.2
13902026-07-14T15:28:23.883Z Checking konst v0.2.20
13912026-07-14T15:28:23.981Z Checking qorb v0.4.1
13922026-07-14T15:28:24.021Z Checking foreign-types v0.3.2
13932026-07-14T15:28:24.073Z Checking csv v1.4.0
13942026-07-14T15:28:24.150Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-07-14T15:28:24.222Z Checking progenitor v0.13.0
13962026-07-14T15:28:24.354Z Checking olpc-cjson v0.1.4
13972026-07-14T15:28:24.448Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13982026-07-14T15:28:24.471Z Checking snafu v0.8.9
13992026-07-14T15:28:24.494Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14002026-07-14T15:28:24.517Z Checking phf v0.12.1
14012026-07-14T15:28:24.586Z Checking zone v0.3.1
14022026-07-14T15:28:24.639Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-07-14T15:28:24.672Z Checking tokio-dtrace v0.1.1
14042026-07-14T15:28:24.721Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-07-14T15:28:24.939Z Checking globset v0.4.18
14062026-07-14T15:28:25.110Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14072026-07-14T15:28:25.373Z Checking smf v0.2.3
14082026-07-14T15:28:25.508Z Checking pem v3.0.6
14092026-07-14T15:28:25.529Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14102026-07-14T15:28:25.597Z Checking libsw-core v0.3.2
14112026-07-14T15:28:25.644Z Checking serde_plain v1.0.2
14122026-07-14T15:28:25.748Z Checking sigpipe v0.1.3
14132026-07-14T15:28:25.795Z Checking glob v0.3.3
14142026-07-14T15:28:25.853Z Checking fixedbitset v0.5.7
14152026-07-14T15:28:26.009Z Checking fixedbitset v0.4.2
14162026-07-14T15:28:26.034Z Checking typed-path v0.9.3
14172026-07-14T15:28:26.049Z Checking jiff v0.2.28
14182026-07-14T15:28:26.111Z Checking petgraph v0.8.3
14192026-07-14T15:28:26.127Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-07-14T15:28:26.137Z Checking petgraph v0.6.5
14212026-07-14T15:28:26.284Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14222026-07-14T15:28:26.794Z Checking tough v0.22.0
14232026-07-14T15:28:27.271Z Checking libsw v3.5.0
14242026-07-14T15:28:27.425Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-07-14T15:28:27.471Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14262026-07-14T15:28:27.816Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14272026-07-14T15:28:27.982Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-07-14T15:28:28.085Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-07-14T15:28:28.278Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-07-14T15:28:28.443Z Checking oxide-tokio-rt v0.1.6
14312026-07-14T15:28:28.715Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-07-14T15:28:28.744Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-07-14T15:28:28.781Z Checking const_format v0.2.36
14342026-07-14T15:28:28.931Z Checking papergrid v0.11.0
14352026-07-14T15:28:29.249Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-07-14T15:28:29.369Z Checking gethostname v0.5.0
14372026-07-14T15:28:29.391Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-14T15:28:29.416Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14392026-07-14T15:28:29.436Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14402026-07-14T15:28:29.640Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-07-14T15:28:29.699Z Checking libscf-sys v1.2.0
14422026-07-14T15:28:29.749Z Checking bcs v0.1.6
14432026-07-14T15:28:30.069Z Checking tagptr v0.2.0
14442026-07-14T15:28:30.109Z Checking whoami v1.6.1
14452026-07-14T15:28:30.193Z Checking linear-map v1.2.0
14462026-07-14T15:28:30.212Z Checking termtree v0.5.1
14472026-07-14T15:28:30.313Z Checking moka v0.12.15
14482026-07-14T15:28:30.371Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-07-14T15:28:30.629Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-07-14T15:28:30.651Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-07-14T15:28:30.785Z Checking tabled v0.15.0
14522026-07-14T15:28:30.827Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-07-14T15:28:30.956Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-07-14T15:28:31.143Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-07-14T15:28:31.680Z Checking steno v0.4.1
14562026-07-14T15:28:31.975Z Checking hickory-proto v0.25.2
14572026-07-14T15:28:33.039Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14582026-07-14T15:28:33.578Z Checking hickory-resolver v0.25.2
14592026-07-14T15:28:34.723Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14602026-07-14T15:28:34.953Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-07-14T15:28:35.195Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14622026-07-14T15:28:35.399Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14632026-07-14T15:28:38.135Z Checking nom v8.0.0
14642026-07-14T15:28:39.522Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-07-14T15:28:43.027Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14662026-07-14T15:28:44.524Z Compiling proc-macro-error-attr2 v2.0.0
14672026-07-14T15:28:44.959Z Compiling proc-macro-error2 v2.0.1
14682026-07-14T15:28:47.109Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14692026-07-14T15:28:47.497Z Compiling crunchy v0.2.4
14702026-07-14T15:28:47.580Z Compiling tabled_derive v0.11.0
14712026-07-14T15:28:47.867Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14722026-07-14T15:28:48.036Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14732026-07-14T15:28:48.058Z Compiling tiny-keccak v2.0.2
14742026-07-14T15:28:48.125Z Checking parking_lot v0.11.2
14752026-07-14T15:28:48.417Z Checking fxhash v0.2.1
14762026-07-14T15:28:48.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14772026-07-14T15:28:48.594Z Checking sled v0.34.7
14782026-07-14T15:28:48.827Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14792026-07-14T15:28:48.932Z Compiling typify-impl v0.4.3
14802026-07-14T15:28:49.021Z Compiling const-random-macro v0.1.16
14812026-07-14T15:28:49.231Z Checking internet-checksum v0.2.1
14822026-07-14T15:28:49.361Z Compiling ahash v0.8.12
14832026-07-14T15:28:49.417Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14842026-07-14T15:28:49.420Z Compiling smartstring v1.0.1
14852026-07-14T15:28:49.440Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14862026-07-14T15:28:49.505Z Checking itertools v0.15.0
14872026-07-14T15:28:49.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14882026-07-14T15:28:50.129Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14892026-07-14T15:28:50.158Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14902026-07-14T15:28:50.185Z Compiling rhai_codegen v3.2.0
14912026-07-14T15:28:50.318Z Checking arc-swap v1.9.1
14922026-07-14T15:28:50.548Z Checking slog-scope v4.4.1
14932026-07-14T15:28:50.644Z Checking papergrid v0.18.0
14942026-07-14T15:28:50.727Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14952026-07-14T15:28:51.071Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14962026-07-14T15:28:51.389Z Checking testing_table v0.3.0
14972026-07-14T15:28:51.423Z Checking dropshot-api-manager-types v0.7.2
14982026-07-14T15:28:51.492Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14992026-07-14T15:28:51.554Z Checking tabled v0.21.0
15002026-07-14T15:28:51.602Z Checking slog-stdlog v4.1.1
15012026-07-14T15:28:51.900Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15022026-07-14T15:28:51.924Z Compiling lzma-sys v0.1.20
15032026-07-14T15:28:52.259Z Compiling typify-macro v0.4.3
15042026-07-14T15:28:52.365Z Compiling fs-err v3.3.0
15052026-07-14T15:28:52.375Z Compiling typeid v1.0.3
15062026-07-14T15:28:52.496Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15072026-07-14T15:28:52.571Z Checking slog-envlogger v2.2.0
15082026-07-14T15:28:53.453Z Compiling toml_datetime v0.7.5+spec-1.1.0
15092026-07-14T15:28:53.484Z Checking crc8 v0.1.1
15102026-07-14T15:28:53.713Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
15112026-07-14T15:28:53.739Z Compiling toml v0.9.12+spec-1.1.0
15122026-07-14T15:28:53.774Z Compiling typify v0.4.3
15132026-07-14T15:28:53.879Z Compiling progenitor-impl v0.10.0
15142026-07-14T15:28:54.081Z Checking const-random v0.1.18
15152026-07-14T15:28:54.387Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15162026-07-14T15:28:54.541Z Compiling cargo_toml v0.22.3
15172026-07-14T15:28:54.615Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15182026-07-14T15:28:55.789Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15192026-07-14T15:28:55.909Z Compiling progenitor-macro v0.10.0
15202026-07-14T15:28:56.570Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15212026-07-14T15:28:56.987Z Checking thin-vec v0.2.18
15222026-07-14T15:28:57.253Z Checking rhai v1.25.1
15232026-07-14T15:28:57.392Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15242026-07-14T15:28:58.257Z Checking sha1 v0.10.6
15252026-07-14T15:28:58.455Z Checking utf-8 v0.7.6
15262026-07-14T15:28:58.747Z Checking tungstenite v0.21.0
15272026-07-14T15:28:59.202Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15282026-07-14T15:29:00.079Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15292026-07-14T15:29:00.222Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15302026-07-14T15:29:00.356Z Checking port-file v0.1.0
15312026-07-14T15:29:00.520Z Checking sha2 v0.10.9
15322026-07-14T15:29:00.789Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15332026-07-14T15:29:00.842Z Checking diff v0.1.13
15342026-07-14T15:29:00.889Z Checking yansi v1.0.1
15352026-07-14T15:29:00.984Z Checking progenitor v0.10.0
15362026-07-14T15:29:01.032Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15372026-07-14T15:29:01.146Z Checking pretty_assertions v1.4.1
15382026-07-14T15:29:01.263Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15392026-07-14T15:29:01.509Z Checking tokio-tungstenite v0.21.0
15402026-07-14T15:29:02.513Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15412026-07-14T15:29:02.553Z Checking console v0.16.3
15422026-07-14T15:29:02.691Z Checking git-stub v1.0.0
15432026-07-14T15:29:02.889Z Checking unit-prefix v0.5.2
15442026-07-14T15:29:03.024Z Checking base64 v0.21.7
15452026-07-14T15:29:03.045Z Checking is_ci v1.2.0
15462026-07-14T15:29:03.151Z Checking supports-color v3.0.2
15472026-07-14T15:29:03.265Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15482026-07-14T15:29:03.464Z Checking indicatif v0.18.4
15492026-07-14T15:29:03.862Z Checking git-stub-vcs v0.1.0
15502026-07-14T15:29:04.061Z Checking xz2 v0.1.7
15512026-07-14T15:29:04.179Z Checking ron v0.12.1
15522026-07-14T15:29:04.474Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15532026-07-14T15:29:04.496Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15542026-07-14T15:29:04.729Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15552026-07-14T15:29:04.787Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15562026-07-14T15:29:05.216Z Checking drift v0.2.0
15572026-07-14T15:29:05.558Z Compiling serial_test_derive v3.5.0
15582026-07-14T15:29:05.808Z Checking base16ct v1.0.0
15592026-07-14T15:29:05.850Z Checking dropshot-api-manager v0.7.2
15602026-07-14T15:29:06.274Z Checking serial_test v3.5.0
15612026-07-14T15:29:06.923Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15622026-07-14T15:29:07.161Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15632026-07-14T15:29:07.371Z Checking bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
15642026-07-14T15:29:07.469Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15652026-07-14T15:29:08.429Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15662026-07-14T15:29:08.627Z Checking natord v1.0.9
15672026-07-14T15:29:08.870Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15682026-07-14T15:29:09.116Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15692026-07-14T15:29:09.381Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15702026-07-14T15:29:09.659Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15712026-07-14T15:29:09.951Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15722026-07-14T15:29:09.984Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15732026-07-14T15:29:10.233Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15742026-07-14T15:29:10.256Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15752026-07-14T15:29:10.450Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15762026-07-14T15:29:18.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15772026-07-14T15:29:19.350Z+ cargo xtask openapi check
15782026-07-14T15:29:19.958Z Compiling cfg-if v1.0.4
15792026-07-14T15:29:19.962Z Compiling libc v0.2.186
15802026-07-14T15:29:19.962Z Compiling serde_core v1.0.228
15812026-07-14T15:29:20.124Z Compiling memchr v2.8.1
15822026-07-14T15:29:20.135Z Compiling smallvec v1.15.1
15832026-07-14T15:29:20.135Z Compiling itoa v1.0.18
15842026-07-14T15:29:20.135Z Compiling stable_deref_trait v1.2.1
15852026-07-14T15:29:20.135Z Compiling zerofrom v0.1.8
15862026-07-14T15:29:20.135Z Compiling zmij v1.0.21
15872026-07-14T15:29:20.160Z Compiling litemap v0.8.2
15882026-07-14T15:29:20.212Z Compiling yoke v0.8.3
15892026-07-14T15:29:20.263Z Compiling writeable v0.6.3
15902026-07-14T15:29:20.278Z Compiling utf8_iter v1.0.4
15912026-07-14T15:29:20.345Z Compiling percent-encoding v2.3.2
15922026-07-14T15:29:20.382Z Compiling zerovec v0.11.6
15932026-07-14T15:29:20.393Z Compiling zerotrie v0.2.4
15942026-07-14T15:29:20.410Z Compiling icu_normalizer_data v2.2.0
15952026-07-14T15:29:20.459Z Compiling icu_properties_data v2.2.0
15962026-07-14T15:29:20.503Z Compiling libm v0.2.16
15972026-07-14T15:29:20.516Z Compiling form_urlencoded v1.2.2
15982026-07-14T15:29:20.534Z Compiling errno v0.3.14
15992026-07-14T15:29:20.623Z Compiling rand_core v0.10.1
16002026-07-14T15:29:20.681Z Compiling iana-time-zone v0.1.65
16012026-07-14T15:29:20.693Z Compiling pin-project-lite v0.2.17
16022026-07-14T15:29:20.702Z Compiling zeroize v1.8.2
16032026-07-14T15:29:20.713Z Compiling dyn-clone v1.0.20
16042026-07-14T15:29:20.770Z Compiling getrandom v0.4.2
16052026-07-14T15:29:20.784Z Compiling scopeguard v1.2.0
16062026-07-14T15:29:20.847Z Compiling tinystr v0.8.3
16072026-07-14T15:29:20.890Z Compiling potential_utf v0.1.5
16082026-07-14T15:29:20.894Z Compiling lock_api v0.4.14
16092026-07-14T15:29:20.894Z Compiling parking_lot_core v0.9.12
16102026-07-14T15:29:20.922Z Compiling socket2 v0.6.4
16112026-07-14T15:29:20.949Z Compiling signal-hook-registry v1.4.8
16122026-07-14T15:29:21.044Z Compiling icu_locale_core v2.2.0
16132026-07-14T15:29:21.057Z Compiling icu_collections v2.2.0
16142026-07-14T15:29:21.125Z Compiling parking_lot v0.12.5
16152026-07-14T15:29:21.201Z Compiling mio v1.2.1
16162026-07-14T15:29:21.228Z Compiling num-traits v0.2.19
16172026-07-14T15:29:21.352Z Compiling portable-atomic v1.13.1
16182026-07-14T15:29:21.522Z Compiling futures-core v0.3.32
16192026-07-14T15:29:21.594Z Compiling thiserror v2.0.18
16202026-07-14T15:29:21.663Z Compiling critical-section v1.2.0
16212026-07-14T15:29:21.678Z Compiling subtle v2.6.1
16222026-07-14T15:29:21.699Z Compiling serde v1.0.228
16232026-07-14T15:29:21.714Z Compiling serde_json v1.0.150
16242026-07-14T15:29:21.769Z Compiling icu_provider v2.2.0
16252026-07-14T15:29:21.852Z Compiling uuid v1.23.5
16262026-07-14T15:29:21.863Z Compiling semver v1.0.28
16272026-07-14T15:29:21.874Z Compiling bitflags v2.12.1
16282026-07-14T15:29:21.889Z Compiling once_cell v1.21.4
16292026-07-14T15:29:22.103Z Compiling icu_properties v2.2.0
16302026-07-14T15:29:22.103Z Compiling icu_normalizer v2.2.0
16312026-07-14T15:29:22.125Z Compiling equivalent v1.0.2
16322026-07-14T15:29:22.138Z Compiling zerocopy v0.8.50
16332026-07-14T15:29:22.200Z Compiling bytes v1.11.1
16342026-07-14T15:29:22.211Z Compiling chrono v0.4.45
16352026-07-14T15:29:22.235Z Compiling log v0.4.32
16362026-07-14T15:29:22.281Z Compiling futures-sink v0.3.32
16372026-07-14T15:29:22.386Z Compiling typenum v1.20.1
16382026-07-14T15:29:22.423Z Compiling slab v0.4.12
16392026-07-14T15:29:22.602Z Compiling slog v2.8.2
16402026-07-14T15:29:22.618Z Compiling futures-channel v0.3.32
16412026-07-14T15:29:22.673Z Compiling tokio v1.52.3
16422026-07-14T15:29:22.828Z Compiling getrandom v0.2.17
16432026-07-14T15:29:22.841Z Compiling futures-task v0.3.32
16442026-07-14T15:29:22.855Z Compiling futures-io v0.3.32
16452026-07-14T15:29:23.006Z Compiling idna_adapter v1.2.2
16462026-07-14T15:29:23.006Z Compiling rand_core v0.6.4
16472026-07-14T15:29:23.009Z Compiling futures-util v0.3.32
16482026-07-14T15:29:23.154Z Compiling idna v1.1.0
16492026-07-14T15:29:23.188Z Compiling hashbrown v0.17.1
16502026-07-14T15:29:23.233Z Compiling tracing-core v0.1.36
16512026-07-14T15:29:23.245Z Compiling base64 v0.22.1
16522026-07-14T15:29:23.595Z Compiling url v2.5.8
16532026-07-14T15:29:23.692Z Compiling indexmap v2.14.0
16542026-07-14T15:29:23.733Z Compiling tracing v0.1.44
16552026-07-14T15:29:23.837Z Compiling http v1.4.2
16562026-07-14T15:29:23.890Z Compiling unicode-ident v1.0.24
16572026-07-14T15:29:23.972Z Compiling fnv v1.0.7
16582026-07-14T15:29:24.018Z Compiling proc-macro2 v1.0.106
16592026-07-14T15:29:24.072Z Compiling schemars v0.8.22
16602026-07-14T15:29:24.332Z Compiling getrandom v0.3.4
16612026-07-14T15:29:24.396Z Compiling quote v1.0.45
16622026-07-14T15:29:24.880Z Compiling byteorder v1.5.0
16632026-07-14T15:29:24.932Z Compiling syn v2.0.117
16642026-07-14T15:29:24.932Z Compiling ipnet v2.12.0
16652026-07-14T15:29:24.932Z Compiling erased-serde v0.3.31
16662026-07-14T15:29:24.932Z Compiling rustls-pki-types v1.14.1
16672026-07-14T15:29:25.108Z Compiling ipnetwork v0.21.1
16682026-07-14T15:29:25.226Z Compiling ppv-lite86 v0.2.21
16692026-07-14T15:29:25.282Z Compiling http-body v1.0.1
16702026-07-14T15:29:25.312Z Compiling thiserror v1.0.69
16712026-07-14T15:29:25.398Z Compiling oxnet v0.1.6
16722026-07-14T15:29:25.415Z Compiling aws-lc-sys v0.41.0
16732026-07-14T15:29:25.436Z Compiling atomic-waker v1.1.2
16742026-07-14T15:29:25.526Z Compiling untrusted v0.7.1
16752026-07-14T15:29:25.548Z Compiling httparse v1.10.1
16762026-07-14T15:29:25.564Z Compiling tower-layer v0.3.3
16772026-07-14T15:29:25.648Z Compiling tower-service v0.3.3
16782026-07-14T15:29:25.658Z Compiling pretty-hex v0.4.2
16792026-07-14T15:29:25.741Z Compiling ryu v1.0.23
16802026-07-14T15:29:25.744Z Compiling rustls v0.23.40
16812026-07-14T15:29:25.792Z Compiling untrusted v0.9.0
16822026-07-14T15:29:26.403Z Compiling try-lock v0.2.5
16832026-07-14T15:29:26.441Z Compiling rustix v1.1.4
16842026-07-14T15:29:26.441Z Compiling aws-lc-rs v1.17.0
16852026-07-14T15:29:26.441Z Compiling plain v0.2.3
16862026-07-14T15:29:26.441Z Compiling want v0.3.1
16872026-07-14T15:29:26.441Z Compiling httpdate v1.0.3
16882026-07-14T15:29:26.441Z Compiling omicron-workspace-hack v0.1.0
16892026-07-14T15:29:26.441Z Compiling ucd-trie v0.1.7
16902026-07-14T15:29:26.441Z Compiling rand_core v0.9.5
16912026-07-14T15:29:26.441Z Compiling regex-syntax v0.8.10
16922026-07-14T15:29:26.441Z Compiling pest v2.8.6
16932026-07-14T15:29:26.441Z Compiling crossbeam-utils v0.8.21
16942026-07-14T15:29:26.441Z Compiling serde_urlencoded v0.7.1
16952026-07-14T15:29:26.583Z Compiling tokio-util v0.7.18
16962026-07-14T15:29:26.824Z Compiling http-body-util v0.1.3
16972026-07-14T15:29:27.080Z Compiling rustls-webpki v0.103.13
16982026-07-14T15:29:27.151Z Compiling h2 v0.4.14
16992026-07-14T15:29:27.321Z Compiling newtype-uuid v1.3.2
17002026-07-14T15:29:27.401Z Compiling allocator-api2 v0.2.21
17012026-07-14T15:29:27.558Z Compiling hex v0.4.3
17022026-07-14T15:29:27.743Z Compiling foldhash v0.2.0
17032026-07-14T15:29:27.823Z Compiling daft v0.1.7
17042026-07-14T15:29:27.989Z Compiling hashbrown v0.16.1
17052026-07-14T15:29:28.038Z Compiling rand_chacha v0.9.0
17062026-07-14T15:29:28.107Z Compiling fastrand v2.4.1
17072026-07-14T15:29:28.386Z Compiling rand v0.9.4
17082026-07-14T15:29:28.420Z Compiling sync_wrapper v1.0.2
17092026-07-14T15:29:28.534Z Compiling tower v0.5.3
17102026-07-14T15:29:28.579Z Compiling generic-array v0.14.7
17112026-07-14T15:29:28.637Z Compiling anyhow v1.0.103
17122026-07-14T15:29:28.671Z Compiling aho-corasick v1.1.4
17132026-07-14T15:29:28.801Z Compiling powerfmt v0.2.0
17142026-07-14T15:29:28.991Z Compiling deranged v0.5.8
17152026-07-14T15:29:29.003Z Compiling tower-http v0.6.11
17162026-07-14T15:29:29.016Z Compiling tempfile v3.27.0
17172026-07-14T15:29:29.016Z Compiling camino v1.2.4
17182026-07-14T15:29:29.080Z Compiling futures-executor v0.3.32
17192026-07-14T15:29:29.349Z Compiling hyper v1.10.1
17202026-07-14T15:29:29.414Z Compiling openapiv3 v2.2.0
17212026-07-14T15:29:29.417Z Compiling num_threads v0.1.7
17222026-07-14T15:29:29.435Z Compiling cpufeatures v0.3.0
17232026-07-14T15:29:29.510Z Compiling regex-automata v0.4.14
17242026-07-14T15:29:29.520Z Compiling num-conv v0.2.2
17252026-07-14T15:29:29.672Z Compiling time-core v0.1.8
17262026-07-14T15:29:29.821Z Compiling openssl-probe v0.2.1
17272026-07-14T15:29:29.953Z Compiling rustls-native-certs v0.8.4
17282026-07-14T15:29:30.010Z Compiling time v0.3.47
17292026-07-14T15:29:30.126Z Compiling futures v0.3.32
17302026-07-14T15:29:30.209Z Compiling scroll v0.13.0
17312026-07-14T15:29:30.282Z Compiling hybrid-array v0.4.12
17322026-07-14T15:29:30.480Z Compiling hyper-util v0.1.20
17332026-07-14T15:29:30.502Z Compiling tokio-rustls v0.26.4
17342026-07-14T15:29:30.753Z Compiling simd-adler32 v0.3.9
17352026-07-14T15:29:30.770Z Compiling adler2 v2.0.1
17362026-07-14T15:29:30.908Z Compiling winnow v1.0.3
17372026-07-14T15:29:30.964Z Compiling miniz_oxide v0.8.9
17382026-07-14T15:29:30.983Z Compiling rustls-platform-verifier v0.7.0
17392026-07-14T15:29:31.016Z Compiling goblin v0.10.7
17402026-07-14T15:29:31.211Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-07-14T15:29:31.656Z Compiling crossbeam-channel v0.5.15
17422026-07-14T15:29:31.684Z Compiling crc32fast v1.5.0
17432026-07-14T15:29:31.737Z Compiling hyper-rustls v0.27.9
17442026-07-14T15:29:31.880Z Compiling flate2 v1.1.9
17452026-07-14T15:29:32.040Z Compiling reqwest v0.13.4
17462026-07-14T15:29:32.051Z Compiling regex v1.12.3
17472026-07-14T15:29:32.151Z Compiling block-buffer v0.12.0
17482026-07-14T15:29:32.188Z Compiling crypto-common v0.2.2
17492026-07-14T15:29:32.311Z Compiling crypto-common v0.1.7
17502026-07-14T15:29:32.314Z Compiling dtrace-parser v0.3.0
17512026-07-14T15:29:32.452Z Compiling rand_chacha v0.3.1
17522026-07-14T15:29:32.518Z Compiling thread-id v5.1.0
17532026-07-14T15:29:32.606Z Compiling thread_local v1.1.9
17542026-07-14T15:29:32.792Z Compiling match_cfg v0.1.0
17552026-07-14T15:29:32.861Z Compiling const-oid v0.10.2
17562026-07-14T15:29:32.874Z Compiling debug-ignore v1.0.5
17572026-07-14T15:29:32.883Z Compiling compression-core v0.4.32
17582026-07-14T15:29:32.976Z Compiling hostname v0.3.1
17592026-07-14T15:29:33.044Z Compiling digest v0.11.3
17602026-07-14T15:29:33.076Z Compiling compression-codecs v0.4.38
17612026-07-14T15:29:33.088Z Compiling rand v0.8.6
17622026-07-14T15:29:33.101Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-07-14T15:29:33.113Z Compiling slog-json v2.6.1
17642026-07-14T15:29:33.210Z Compiling ref-cast v1.0.25
17652026-07-14T15:29:33.228Z Compiling strum v0.26.3
17662026-07-14T15:29:33.312Z Compiling macaddr v1.0.1
17672026-07-14T15:29:33.324Z Compiling toml_datetime v1.1.1+spec-1.1.0
17682026-07-14T15:29:33.329Z Compiling serde_spanned v1.1.1
17692026-07-14T15:29:33.355Z Compiling is-terminal v0.4.17
17702026-07-14T15:29:33.454Z Compiling wait-timeout v0.2.1
17712026-07-14T15:29:33.483Z Compiling memmap2 v0.9.10
17722026-07-14T15:29:33.536Z Compiling encoding_rs v0.8.35
17732026-07-14T15:29:33.633Z Compiling spin v0.9.8
17742026-07-14T15:29:33.703Z Compiling bit-vec v0.8.0
17752026-07-14T15:29:33.724Z Compiling either v1.16.0
17762026-07-14T15:29:33.742Z Compiling toml_writer v1.1.1+spec-1.1.0
17772026-07-14T15:29:33.745Z Compiling take_mut v0.2.2
17782026-07-14T15:29:33.764Z Compiling term v1.2.1
17792026-07-14T15:29:33.861Z Compiling dof v0.4.0
17802026-07-14T15:29:33.930Z Compiling mime v0.3.17
17812026-07-14T15:29:33.930Z Compiling quick-error v1.2.3
17822026-07-14T15:29:33.956Z Compiling toml v1.1.2+spec-1.1.0
17832026-07-14T15:29:34.048Z Compiling slog-term v2.9.2
17842026-07-14T15:29:34.209Z Compiling rusty-fork v0.3.1
17852026-07-14T15:29:34.428Z Compiling bit-set v0.8.0
17862026-07-14T15:29:34.559Z Compiling usdt-impl v0.6.0
17872026-07-14T15:29:34.599Z Compiling multer v3.1.0
17882026-07-14T15:29:34.609Z Compiling slog-async v2.8.0
17892026-07-14T15:29:35.095Z Compiling usdt v0.6.0
17902026-07-14T15:29:35.108Z Compiling slog-bunyan v2.5.0
17912026-07-14T15:29:35.149Z Compiling async-compression v0.4.42
17922026-07-14T15:29:35.201Z Compiling sha1 v0.11.0
17932026-07-14T15:29:35.222Z Compiling serde_with v3.20.0
17942026-07-14T15:29:35.242Z Compiling async-stream v0.3.6
17952026-07-14T15:29:35.355Z Compiling rand_xorshift v0.4.0
17962026-07-14T15:29:35.375Z Compiling waitgroup v0.1.2
17972026-07-14T15:29:35.422Z Compiling rustls-pemfile v2.2.0
17982026-07-14T15:29:35.448Z Compiling serde_path_to_error v0.1.20
17992026-07-14T15:29:35.469Z Compiling hostname v0.4.2
18002026-07-14T15:29:35.502Z Compiling unarray v0.1.4
18012026-07-14T15:29:35.514Z Compiling strum v0.27.2
18022026-07-14T15:29:35.611Z Compiling proptest v1.11.0
18032026-07-14T15:29:35.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-07-14T15:29:35.634Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18052026-07-14T15:29:35.649Z Compiling progenitor-client v0.14.0
18062026-07-14T15:29:35.752Z Compiling dropshot v0.17.1
18072026-07-14T15:29:35.765Z Compiling iddqd v0.4.5
18082026-07-14T15:29:35.801Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-14T15:29:35.813Z Compiling reqwest v0.12.28
18102026-07-14T15:29:35.824Z Compiling block-buffer v0.10.4
18112026-07-14T15:29:35.929Z Compiling backon v1.6.0
18122026-07-14T15:29:35.973Z Compiling instant v0.1.13
18132026-07-14T15:29:36.043Z Compiling digest v0.10.7
18142026-07-14T15:29:36.078Z Compiling progenitor-extras v0.2.0
18152026-07-14T15:29:36.133Z Compiling backoff v0.4.0
18162026-07-14T15:29:36.262Z Compiling itertools v0.14.0
18172026-07-14T15:29:36.309Z Compiling parse-display v0.10.0
18182026-07-14T15:29:36.345Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18192026-07-14T15:29:36.684Z Compiling regress v0.10.5
18202026-07-14T15:29:36.980Z Compiling progenitor-client v0.10.0
18212026-07-14T15:29:37.022Z Compiling humantime v2.3.0
18222026-07-14T15:29:37.294Z Compiling cpufeatures v0.2.17
18232026-07-14T15:29:37.302Z Compiling unicode-width v0.2.2
18242026-07-14T15:29:37.356Z Compiling secrecy v0.10.3
18252026-07-14T15:29:37.519Z Compiling tinyvec_macros v0.1.1
18262026-07-14T15:29:37.558Z Compiling heck v0.5.0
18272026-07-14T15:29:37.591Z Compiling tinyvec v1.11.0
18282026-07-14T15:29:37.605Z Compiling num-integer v0.1.46
18292026-07-14T15:29:37.641Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18302026-07-14T15:29:37.812Z Compiling scroll v0.12.0
18312026-07-14T15:29:37.930Z Compiling crucible-workspace-hack v0.1.0
18322026-07-14T15:29:37.941Z Compiling hmac v0.12.1
18332026-07-14T15:29:38.001Z Compiling inout v0.1.4
18342026-07-14T15:29:38.082Z Compiling ff v0.13.1
18352026-07-14T15:29:38.095Z Compiling utf8parse v0.2.2
18362026-07-14T15:29:38.148Z Compiling cipher v0.4.4
18372026-07-14T15:29:38.203Z Compiling group v0.13.0
18382026-07-14T15:29:38.203Z Compiling anstyle-parse v1.0.0
18392026-07-14T15:29:38.229Z Compiling hkdf v0.12.4
18402026-07-14T15:29:38.318Z Compiling goblin v0.8.2
18412026-07-14T15:29:38.368Z Compiling num-rational v0.4.2
18422026-07-14T15:29:38.380Z Compiling num-iter v0.1.45
18432026-07-14T15:29:38.501Z Compiling zerocopy v0.7.35
18442026-07-14T15:29:38.601Z Compiling universal-hash v0.5.1
18452026-07-14T15:29:38.736Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T15:29:38.762Z Compiling crypto-bigint v0.5.5
18472026-07-14T15:29:38.915Z Compiling regress v0.11.1
18482026-07-14T15:29:39.054Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T15:29:39.244Z Compiling terminal_size v0.4.4
18502026-07-14T15:29:39.394Z Compiling half v2.7.1
18512026-07-14T15:29:39.396Z Compiling num-complex v0.4.6
18522026-07-14T15:29:39.709Z Compiling opaque-debug v0.3.1
18532026-07-14T15:29:39.783Z Compiling anstyle v1.0.14
18542026-07-14T15:29:39.786Z Compiling is_terminal_polyfill v1.70.2
18552026-07-14T15:29:39.892Z Compiling colorchoice v1.0.5
18562026-07-14T15:29:39.927Z Compiling base16ct v0.2.0
18572026-07-14T15:29:40.018Z Compiling anstyle-query v1.1.5
18582026-07-14T15:29:40.023Z Compiling ciborium-io v0.2.2
18592026-07-14T15:29:40.069Z Compiling base64ct v1.8.3
18602026-07-14T15:29:40.081Z Compiling elliptic-curve v0.13.8
18612026-07-14T15:29:40.116Z Compiling anstream v1.0.0
18622026-07-14T15:29:40.138Z Compiling ciborium-ll v0.2.2
18632026-07-14T15:29:40.353Z Compiling password-hash v0.5.0
18642026-07-14T15:29:40.365Z Compiling poly1305 v0.8.0
18652026-07-14T15:29:40.428Z Compiling num v0.4.3
18662026-07-14T15:29:40.507Z Compiling typify-impl v0.6.2
18672026-07-14T15:29:40.779Z Compiling dof v0.3.0
18682026-07-14T15:29:40.872Z Compiling curve25519-dalek v4.1.3
18692026-07-14T15:29:41.195Z Compiling thiserror-no-std v2.0.2
18702026-07-14T15:29:41.438Z Compiling chacha20 v0.9.1
18712026-07-14T15:29:41.633Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18722026-07-14T15:29:41.815Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-14T15:29:41.967Z Compiling blake2 v0.10.6
18742026-07-14T15:29:42.062Z Compiling aead v0.5.2
18752026-07-14T15:29:42.197Z Compiling byte-wrapper v0.1.0
18762026-07-14T15:29:42.229Z Compiling dtrace-parser v0.2.0
18772026-07-14T15:29:42.229Z Compiling crossbeam-epoch v0.9.18
18782026-07-14T15:29:42.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-14T15:29:42.438Z Compiling thread-id v4.2.2
18802026-07-14T15:29:42.479Z Compiling keccak v0.1.6
18812026-07-14T15:29:42.523Z Compiling float-ord v0.3.2
18822026-07-14T15:29:42.562Z Compiling clap_lex v1.1.0
18832026-07-14T15:29:42.574Z Compiling strsim v0.11.1
18842026-07-14T15:29:42.635Z Compiling sha3 v0.10.9
18852026-07-14T15:29:42.718Z Compiling usdt-impl v0.5.0
18862026-07-14T15:29:42.804Z Compiling clap_builder v4.6.0
18872026-07-14T15:29:42.921Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T15:29:42.948Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-07-14T15:29:43.017Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T15:29:43.386Z Compiling typify v0.6.2
18912026-07-14T15:29:43.501Z Compiling argon2 v0.5.3
18922026-07-14T15:29:44.010Z Compiling chacha20poly1305 v0.10.1
18932026-07-14T15:29:44.145Z Compiling vsss-rs v3.3.4
18942026-07-14T15:29:44.168Z Compiling ciborium v0.2.2
18952026-07-14T15:29:44.316Z Compiling hash32 v0.3.1
18962026-07-14T15:29:44.479Z Compiling memmap v0.7.0
18972026-07-14T15:29:44.664Z Compiling data-encoding v2.11.0
18982026-07-14T15:29:44.743Z Compiling indent_write v2.2.0
18992026-07-14T15:29:44.889Z Compiling usdt v0.5.0
19002026-07-14T15:29:45.166Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19012026-07-14T15:29:45.166Z Compiling heapless v0.8.0
19022026-07-14T15:29:45.267Z Compiling clap v4.6.1
19032026-07-14T15:29:45.353Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-14T15:29:45.413Z Compiling ingot-types v0.1.2
19052026-07-14T15:29:45.495Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-14T15:29:45.615Z Compiling rustix v0.38.44
19072026-07-14T15:29:45.754Z Compiling tabwriter v1.4.1
19082026-07-14T15:29:45.819Z Compiling cobs v0.3.0
19092026-07-14T15:29:46.005Z Compiling managed v0.8.0
19102026-07-14T15:29:46.024Z Compiling bitflags v1.3.2
19112026-07-14T15:29:46.037Z Compiling postcard v1.1.3
19122026-07-14T15:29:46.050Z Compiling ingot v0.1.1
19132026-07-14T15:29:46.101Z Compiling memoffset v0.9.1
19142026-07-14T15:29:46.187Z Compiling smoltcp v0.11.0
19152026-07-14T15:29:46.223Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T15:29:46.372Z Compiling toml_datetime v0.6.11
19172026-07-14T15:29:46.530Z Compiling serde_spanned v0.6.9
19182026-07-14T15:29:46.562Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19192026-07-14T15:29:46.683Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-14T15:29:46.696Z Compiling toml_write v0.1.2
19212026-07-14T15:29:46.876Z Compiling unicode-segmentation v1.13.3
19222026-07-14T15:29:46.904Z Compiling winnow v0.7.15
19232026-07-14T15:29:47.174Z Compiling static_assertions v1.1.0
19242026-07-14T15:29:47.253Z Compiling linked-hash-map v0.5.6
19252026-07-14T15:29:47.312Z Compiling foreign-types-shared v0.3.1
19262026-07-14T15:29:47.411Z Compiling resolv-conf v0.7.6
19272026-07-14T15:29:47.444Z Compiling swrite v0.1.0
19282026-07-14T15:29:47.543Z Compiling colored v3.1.1
19292026-07-14T15:29:47.784Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19302026-07-14T15:29:47.933Z Compiling lru-cache v0.1.2
19312026-07-14T15:29:47.945Z Compiling foreign-types v0.5.0
19322026-07-14T15:29:48.029Z Compiling newline-converter v0.3.0
19332026-07-14T15:29:48.062Z Compiling hubpack v0.1.2
19342026-07-14T15:29:48.113Z Compiling atomicwrites v0.4.4
19352026-07-14T15:29:48.145Z Compiling nix v0.31.3
19362026-07-14T15:29:48.292Z Compiling toml_edit v0.22.27
19372026-07-14T15:29:48.306Z Compiling num_enum v0.7.6
19382026-07-14T15:29:48.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19392026-07-14T15:29:48.443Z Compiling hickory-proto v0.24.4
19402026-07-14T15:29:48.549Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-07-14T15:29:48.669Z Compiling crossbeam-deque v0.8.6
19422026-07-14T15:29:48.873Z Compiling console v0.15.11
19432026-07-14T15:29:48.906Z Compiling chacha20 v0.10.0
19442026-07-14T15:29:48.917Z Compiling camino-tempfile v1.4.1
19452026-07-14T15:29:49.148Z Compiling serde-big-array v0.5.1
19462026-07-14T15:29:49.165Z Compiling cstr-argument v0.1.2
19472026-07-14T15:29:49.296Z Compiling similar v2.7.0
19482026-07-14T15:29:49.320Z Compiling siphasher v1.0.3
19492026-07-14T15:29:49.520Z Compiling phf_shared v0.12.1
19502026-07-14T15:29:49.698Z Compiling expectorate v1.2.0
19512026-07-14T15:29:49.837Z Compiling toml v0.8.23
19522026-07-14T15:29:49.853Z Compiling pin-project v1.1.13
19532026-07-14T15:29:49.959Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19542026-07-14T15:29:50.178Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19552026-07-14T15:29:50.442Z Compiling hickory-resolver v0.24.4
19562026-07-14T15:29:50.444Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19572026-07-14T15:29:50.482Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19582026-07-14T15:29:50.608Z Compiling rand v0.10.2
19592026-07-14T15:29:50.786Z Compiling rayon-core v1.13.0
19602026-07-14T15:29:51.108Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19612026-07-14T15:29:51.318Z Compiling num_enum v0.5.11
19622026-07-14T15:29:51.439Z Compiling progenitor-impl v0.13.0
19632026-07-14T15:29:51.525Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-07-14T15:29:51.552Z Compiling prettyplease v0.2.37
19652026-07-14T15:29:51.581Z Compiling unicode-normalization v0.1.25
19662026-07-14T15:29:52.038Z Compiling progenitor-client v0.13.0
19672026-07-14T15:29:52.063Z Compiling tokio-stream v0.1.18
19682026-07-14T15:29:52.348Z Compiling csv-core v0.1.13
19692026-07-14T15:29:52.538Z Compiling bstr v1.12.1
19702026-07-14T15:29:52.615Z Compiling konst_macro_rules v0.2.19
19712026-07-14T15:29:52.705Z Compiling foldhash v0.1.5
19722026-07-14T15:29:52.796Z Compiling highway v1.3.0
19732026-07-14T15:29:52.832Z Compiling unicode-width v0.1.14
19742026-07-14T15:29:52.846Z Compiling foreign-types-shared v0.1.1
19752026-07-14T15:29:52.884Z Compiling same-file v1.0.6
19762026-07-14T15:29:52.939Z Compiling foreign-types v0.3.2
19772026-07-14T15:29:53.029Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-07-14T15:29:53.035Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-07-14T15:29:53.056Z Compiling walkdir v2.5.0
19802026-07-14T15:29:53.110Z Compiling globset v0.4.18
19812026-07-14T15:29:53.185Z Compiling hashbrown v0.15.5
19822026-07-14T15:29:53.336Z Compiling konst v0.2.20
19832026-07-14T15:29:53.397Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-07-14T15:29:53.573Z Compiling progenitor v0.13.0
19852026-07-14T15:29:53.706Z Compiling csv v1.4.0
19862026-07-14T15:29:53.717Z Compiling qorb v0.4.1
19872026-07-14T15:29:54.260Z Compiling olpc-cjson v0.1.4
19882026-07-14T15:29:54.434Z Compiling snafu v0.8.9
19892026-07-14T15:29:54.579Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19902026-07-14T15:29:54.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19912026-07-14T15:29:54.811Z Compiling rayon v1.12.0
19922026-07-14T15:29:54.890Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-07-14T15:29:55.048Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19942026-07-14T15:29:55.269Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-07-14T15:29:55.779Z Compiling phf v0.12.1
19962026-07-14T15:29:55.938Z Compiling openssl-sys v0.9.116
19972026-07-14T15:29:56.037Z Compiling tokio-dtrace v0.1.1
19982026-07-14T15:29:56.311Z Compiling progenitor-impl v0.14.0
19992026-07-14T15:29:56.346Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-07-14T15:29:56.437Z Compiling itertools v0.12.1
20012026-07-14T15:29:56.647Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20022026-07-14T15:29:56.789Z Compiling libsw-core v0.3.2
20032026-07-14T15:29:56.856Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20042026-07-14T15:29:56.967Z Compiling pem v3.0.6
20052026-07-14T15:29:57.013Z Compiling serde_plain v1.0.2
20062026-07-14T15:29:57.223Z Compiling sigpipe v0.1.3
20072026-07-14T15:29:57.236Z Compiling fixedbitset v0.4.2
20082026-07-14T15:29:57.247Z Compiling fixedbitset v0.5.7
20092026-07-14T15:29:57.314Z Compiling jiff v0.2.28
20102026-07-14T15:29:57.346Z Compiling minimal-lexical v0.2.1
20112026-07-14T15:29:57.468Z Compiling typed-path v0.9.3
20122026-07-14T15:29:57.578Z Compiling bytecount v0.6.9
20132026-07-14T15:29:57.612Z Compiling glob v0.3.3
20142026-07-14T15:29:57.705Z Compiling papergrid v0.11.0
20152026-07-14T15:29:57.720Z Compiling zone v0.3.1
20162026-07-14T15:29:57.733Z Compiling progenitor v0.14.0
20172026-07-14T15:29:57.871Z Compiling nom v7.1.3
20182026-07-14T15:29:58.045Z Compiling petgraph v0.8.3
20192026-07-14T15:29:58.289Z Compiling petgraph v0.6.5
20202026-07-14T15:29:58.466Z Compiling tough v0.22.0
20212026-07-14T15:29:58.767Z Compiling openssl v0.10.80
20222026-07-14T15:29:59.207Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20232026-07-14T15:29:59.321Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-07-14T15:29:59.515Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-07-14T15:29:59.552Z Compiling libsw v3.5.0
20262026-07-14T15:29:59.727Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20272026-07-14T15:29:59.781Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-07-14T15:29:59.808Z Compiling oxide-tokio-rt v0.1.6
20292026-07-14T15:29:59.970Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-07-14T15:30:00.014Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20312026-07-14T15:30:00.114Z Compiling chrono-tz v0.10.4
20322026-07-14T15:30:00.619Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20332026-07-14T15:30:00.619Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-07-14T15:30:00.807Z Compiling newtype_derive v0.1.6
20352026-07-14T15:30:00.889Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-07-14T15:30:00.940Z Compiling slog-dtrace v0.3.0
20372026-07-14T15:30:01.056Z Compiling const_format v0.2.36
20382026-07-14T15:30:01.251Z Compiling cancel-safe-futures v0.1.5
20392026-07-14T15:30:01.399Z Compiling owo-colors v4.3.0
20402026-07-14T15:30:01.621Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20412026-07-14T15:30:01.764Z Compiling gethostname v0.5.0
20422026-07-14T15:30:01.864Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20432026-07-14T15:30:01.886Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-14T15:30:01.954Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-14T15:30:02.008Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-14T15:30:02.022Z Compiling smf v0.2.3
20472026-07-14T15:30:02.133Z Compiling bcs v0.1.6
20482026-07-14T15:30:02.212Z Compiling lazy_static v1.5.0
20492026-07-14T15:30:02.321Z Compiling unicode-linebreak v0.1.5
20502026-07-14T15:30:02.451Z Compiling tagptr v0.2.0
20512026-07-14T15:30:02.487Z Compiling termtree v0.5.1
20522026-07-14T15:30:02.499Z Compiling whoami v1.6.1
20532026-07-14T15:30:02.579Z Compiling linear-map v1.2.0
20542026-07-14T15:30:02.601Z Compiling smawk v0.3.2
20552026-07-14T15:30:02.604Z Compiling moka v0.12.15
20562026-07-14T15:30:02.639Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-14T15:30:02.741Z Compiling textwrap v0.16.2
20582026-07-14T15:30:02.762Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-07-14T15:30:02.808Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-14T15:30:03.156Z Compiling steno v0.4.1
20612026-07-14T15:30:03.245Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-14T15:30:03.409Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-14T15:30:04.085Z Compiling tabled v0.15.0
20642026-07-14T15:30:04.359Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-07-14T15:30:04.552Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-14T15:30:04.771Z Compiling cookie v0.18.1
20672026-07-14T15:30:05.381Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-14T15:30:05.394Z Compiling hickory-proto v0.25.2
20692026-07-14T15:30:06.060Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20702026-07-14T15:30:06.084Z Compiling libscf-sys v1.2.0
20712026-07-14T15:30:06.233Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-14T15:30:06.256Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20732026-07-14T15:30:06.609Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20742026-07-14T15:30:06.641Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20752026-07-14T15:30:07.000Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20762026-07-14T15:30:07.301Z Compiling hickory-resolver v0.25.2
20772026-07-14T15:30:08.129Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-07-14T15:30:12.612Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-07-14T15:30:20.117Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-14T15:30:21.759Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-14T15:30:22.768Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20822026-07-14T15:30:24.072Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20832026-07-14T15:30:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20842026-07-14T15:30:25.312Z Running `target/debug/xtask openapi check`
20852026-07-14T15:30:25.766Z Compiling serde_core v1.0.228
20862026-07-14T15:30:25.769Z Compiling serde v1.0.228
20872026-07-14T15:30:25.769Z Compiling serde_json v1.0.150
20882026-07-14T15:30:25.840Z Compiling syn v2.0.117
20892026-07-14T15:30:25.844Z Compiling bytes v1.11.1
20902026-07-14T15:30:25.851Z Compiling once_cell v1.21.4
20912026-07-14T15:30:25.854Z Compiling zerocopy v0.8.50
20922026-07-14T15:30:25.857Z Compiling num-traits v0.2.19
20932026-07-14T15:30:26.209Z Compiling getrandom v0.4.2
20942026-07-14T15:30:26.281Z Compiling http v1.4.2
20952026-07-14T15:30:26.351Z Compiling schemars v0.8.22
20962026-07-14T15:30:26.419Z Compiling zeroize v1.8.2
20972026-07-14T15:30:26.464Z Compiling aws-lc-rs v1.17.0
20982026-07-14T15:30:26.520Z Compiling usdt-impl v0.6.0
20992026-07-14T15:30:26.614Z Compiling time-macros v0.2.27
21002026-07-14T15:30:26.663Z Compiling rustls-pki-types v1.14.1
21012026-07-14T15:30:26.795Z Compiling tracing-core v0.1.36
21022026-07-14T15:30:26.866Z Compiling bitflags v2.12.1
21032026-07-14T15:30:27.102Z Compiling http-body v1.0.1
21042026-07-14T15:30:27.137Z Compiling tracing v0.1.44
21052026-07-14T15:30:27.292Z Compiling generic-array v0.14.7
21062026-07-14T15:30:27.381Z Compiling indexmap v2.14.0
21072026-07-14T15:30:27.403Z Compiling rustls v0.23.40
21082026-07-14T15:30:27.417Z Compiling rustix v1.1.4
21092026-07-14T15:30:27.582Z Compiling subtle v2.6.1
21102026-07-14T15:30:27.626Z Compiling time v0.3.47
21112026-07-14T15:30:27.729Z Compiling toml_datetime v1.1.1+spec-1.1.0
21122026-07-14T15:30:28.052Z Compiling uuid v1.23.5
21132026-07-14T15:30:28.472Z Compiling pest_generator v2.8.6
21142026-07-14T15:30:28.614Z Compiling serde_derive_internals v0.29.1
21152026-07-14T15:30:28.617Z Compiling camino v1.2.4
21162026-07-14T15:30:28.660Z Compiling rustls-webpki v0.103.13
21172026-07-14T15:30:28.708Z Compiling getrandom v0.3.4
21182026-07-14T15:30:28.923Z Compiling winnow v1.0.3
21192026-07-14T15:30:29.025Z Compiling toml_edit v0.25.12+spec-1.1.0
21202026-07-14T15:30:29.068Z Compiling serde_spanned v1.1.1
21212026-07-14T15:30:29.214Z Compiling toml_parser v1.1.2+spec-1.1.0
21222026-07-14T15:30:29.337Z Compiling rustix v0.38.44
21232026-07-14T15:30:29.351Z Compiling semver v1.0.28
21242026-07-14T15:30:29.589Z Compiling proc-macro-crate v3.5.0
21252026-07-14T15:30:29.598Z Compiling serde_derive v1.0.228
21262026-07-14T15:30:29.685Z Compiling thiserror-impl v2.0.18
21272026-07-14T15:30:29.701Z Compiling zerocopy-derive v0.8.50
21282026-07-14T15:30:29.860Z Compiling tokio-macros v2.7.0
21292026-07-14T15:30:29.868Z Compiling pest_derive v2.8.6
21302026-07-14T15:30:29.926Z Compiling schemars_derive v0.8.22
21312026-07-14T15:30:30.007Z Compiling scroll_derive v0.13.1
21322026-07-14T15:30:30.402Z Compiling futures-macro v0.3.32
21332026-07-14T15:30:30.607Z Compiling tokio v1.52.3
21342026-07-14T15:30:30.858Z Compiling scroll v0.13.0
21352026-07-14T15:30:30.920Z Compiling thiserror v2.0.18
21362026-07-14T15:30:31.124Z Compiling dtrace-parser v0.3.0
21372026-07-14T15:30:31.156Z Compiling goblin v0.10.7
21382026-07-14T15:30:31.241Z Compiling futures-util v0.3.32
21392026-07-14T15:30:32.849Z Compiling erased-serde v0.3.31
21402026-07-14T15:30:33.160Z Compiling chrono v0.4.45
21412026-07-14T15:30:33.340Z Compiling slog v2.8.2
21422026-07-14T15:30:33.569Z Compiling serde_tokenstream v0.2.3
21432026-07-14T15:30:33.745Z Compiling slog-json v2.6.1
21442026-07-14T15:30:33.866Z Compiling futures-executor v0.3.32
21452026-07-14T15:30:33.953Z Compiling dof v0.4.0
21462026-07-14T15:30:34.143Z Compiling openapiv3 v2.2.0
21472026-07-14T15:30:34.673Z Compiling tokio-util v0.7.18
21482026-07-14T15:30:35.099Z Compiling usdt-macro v0.6.0
21492026-07-14T15:30:35.296Z Compiling h2 v0.4.14
21502026-07-14T15:30:35.392Z Compiling usdt-attr-macro v0.6.0
21512026-07-14T15:30:35.401Z Compiling oxnet v0.1.6
21522026-07-14T15:30:35.478Z Compiling async-stream-impl v0.3.6
21532026-07-14T15:30:35.736Z Compiling async-compression v0.4.42
21542026-07-14T15:30:35.807Z Compiling tokio-rustls v0.26.4
21552026-07-14T15:30:35.865Z Compiling slog-term v2.9.2
21562026-07-14T15:30:35.931Z Compiling futures v0.3.32
21572026-07-14T15:30:36.012Z Compiling slog-bunyan v2.5.0
21582026-07-14T15:30:36.050Z Compiling dropshot_endpoint v0.17.1
21592026-07-14T15:30:36.071Z Compiling slog-async v2.8.0
21602026-07-14T15:30:36.112Z Compiling async-stream v0.3.6
21612026-07-14T15:30:36.138Z Compiling usdt v0.6.0
21622026-07-14T15:30:36.147Z Compiling multer v3.1.0
21632026-07-14T15:30:36.289Z Compiling serde_urlencoded v0.7.1
21642026-07-14T15:30:36.437Z Compiling async-trait v0.1.89
21652026-07-14T15:30:36.491Z Compiling toml v1.1.2+spec-1.1.0
21662026-07-14T15:30:36.617Z Compiling serde_path_to_error v0.1.20
21672026-07-14T15:30:36.668Z Compiling http-body-util v0.1.3
21682026-07-14T15:30:36.686Z Compiling rustls-pemfile v2.2.0
21692026-07-14T15:30:36.736Z Compiling crossbeam-epoch v0.9.18
21702026-07-14T15:30:36.875Z Compiling aho-corasick v1.1.4
21712026-07-14T15:30:36.905Z Compiling tempfile v3.27.0
21722026-07-14T15:30:36.973Z Compiling crossbeam-deque v0.8.6
21732026-07-14T15:30:37.168Z Compiling num_enum_derive v0.7.6
21742026-07-14T15:30:37.310Z Compiling dropshot-api-manager-types v0.7.2
21752026-07-14T15:30:37.426Z Compiling block-buffer v0.10.4
21762026-07-14T15:30:37.569Z Compiling hyper v1.10.1
21772026-07-14T15:30:37.659Z Compiling crypto-common v0.1.7
21782026-07-14T15:30:37.736Z Compiling regex-automata v0.4.14
21792026-07-14T15:30:37.788Z Compiling git-stub v1.0.0
21802026-07-14T15:30:37.952Z Compiling clap_builder v4.6.0
21812026-07-14T15:30:37.962Z Compiling digest v0.10.7
21822026-07-14T15:30:38.058Z Compiling atomicwrites v0.4.4
21832026-07-14T15:30:38.158Z Compiling rayon-core v1.13.0
21842026-07-14T15:30:38.199Z Compiling num_enum v0.7.6
21852026-07-14T15:30:38.247Z Compiling fs-err v3.3.0
21862026-07-14T15:30:38.315Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21872026-07-14T15:30:38.351Z Compiling clap_derive v4.6.1
21882026-07-14T15:30:38.541Z Compiling serde_repr v0.1.20
21892026-07-14T15:30:38.738Z Compiling hyper-util v0.1.20
21902026-07-14T15:30:38.856Z Compiling terminal_size v0.4.4
21912026-07-14T15:30:38.997Z Compiling nom v8.0.0
21922026-07-14T15:30:39.134Z Compiling bstr v1.12.1
21932026-07-14T15:30:39.155Z Compiling either v1.16.0
21942026-07-14T15:30:39.253Z Compiling is_ci v1.2.0
21952026-07-14T15:30:39.339Z Compiling sha2 v0.10.9
21962026-07-14T15:30:39.392Z Compiling similar v2.7.0
21972026-07-14T15:30:39.494Z Compiling regex v1.12.3
21982026-07-14T15:30:39.718Z Compiling textwrap v0.16.2
21992026-07-14T15:30:39.956Z Compiling dropshot v0.17.1
22002026-07-14T15:30:40.064Z Compiling clap v4.6.1
22012026-07-14T15:30:40.147Z Compiling drift v0.2.0
22022026-07-14T15:30:40.231Z Compiling supports-color v3.0.2
22032026-07-14T15:30:40.288Z Compiling rayon v1.12.0
22042026-07-14T15:30:40.385Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22052026-07-14T15:30:40.399Z Compiling git-stub-vcs v0.1.0
22062026-07-14T15:30:40.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-07-14T15:30:41.119Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22082026-07-14T15:30:42.681Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22092026-07-14T15:30:42.681Z Compiling dropshot-api-manager v0.7.2
22102026-07-14T15:30:46.329Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22112026-07-14T15:30:47.562Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22122026-07-14T15:30:54.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.99s
22132026-07-14T15:30:54.431Z Running `target/debug/maghemite-dropshot-apis check`
22142026-07-14T15:30:54.458Z -------
22152026-07-14T15:30:54.458Z Generating OpenAPI documents from API definitions ...
22162026-07-14T15:30:54.523Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22172026-07-14T15:30:54.559Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22182026-07-14T15:30:54.681Z -------
22192026-07-14T15:30:54.681Z Checking 14 OpenAPI documents...
22202026-07-14T15:30:54.681Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22212026-07-14T15:30:54.681Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22222026-07-14T15:30:54.681Z Fresh ddm-admin "latest" symlink
22232026-07-14T15:30:54.685Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22242026-07-14T15:30:54.685Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22252026-07-14T15:30:54.685Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22262026-07-14T15:30:54.685Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22272026-07-14T15:30:54.685Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22282026-07-14T15:30:54.685Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22292026-07-14T15:30:54.685Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22302026-07-14T15:30:54.685Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22312026-07-14T15:30:54.685Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22322026-07-14T15:30:54.685Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22332026-07-14T15:30:54.685Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22342026-07-14T15:30:54.685Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22352026-07-14T15:30:54.685Z Fresh mg-admin "latest" symlink
22362026-07-14T15:30:54.685Z -------
22372026-07-14T15:30:54.685Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22382026-07-14T15:30:54.731Z+ banner build
22392026-07-14T15:30:54.735Z
22402026-07-14T15:30:54.735Z ##### # # # # #####
22412026-07-14T15:30:54.735Z # # # # # # # #
22422026-07-14T15:30:54.735Z ##### # # # # # #
22432026-07-14T15:30:54.735Z # # # # # # # #
22442026-07-14T15:30:54.735Z # # # # # # # #
22452026-07-14T15:30:54.735Z ##### #### # ###### #####
22462026-07-14T15:30:54.735Z
22472026-07-14T15:30:54.735Z+ ptime -m cargo build
22482026-07-14T15:30:55.327Z Compiling smallvec v1.15.1
22492026-07-14T15:30:55.443Z Compiling log v0.4.32
22502026-07-14T15:30:55.460Z Compiling slog v2.8.2
22512026-07-14T15:30:55.473Z Compiling ring v0.17.14
22522026-07-14T15:30:55.494Z Compiling webpki-roots v1.0.7
22532026-07-14T15:30:55.543Z Compiling similar v2.7.0
22542026-07-14T15:30:55.577Z Compiling fxhash v0.2.1
22552026-07-14T15:30:55.580Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22562026-07-14T15:30:55.606Z Compiling icu_normalizer v2.2.0
22572026-07-14T15:30:55.646Z Compiling parking_lot_core v0.9.12
22582026-07-14T15:30:55.658Z Compiling goblin v0.10.7
22592026-07-14T15:30:55.717Z Compiling slog-term v2.9.2
22602026-07-14T15:30:55.806Z Compiling slog-async v2.8.0
22612026-07-14T15:30:55.843Z Compiling parking_lot v0.12.5
22622026-07-14T15:30:55.949Z Compiling idna_adapter v1.2.2
22632026-07-14T15:30:56.112Z Compiling idna v1.1.0
22642026-07-14T15:30:56.171Z Compiling tokio v1.52.3
22652026-07-14T15:30:56.219Z Compiling slog-json v2.6.1
22662026-07-14T15:30:56.271Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-07-14T15:30:56.302Z Compiling goblin v0.8.2
22682026-07-14T15:30:56.405Z Compiling url v2.5.8
22692026-07-14T15:30:56.428Z Compiling slog-bunyan v2.5.0
22702026-07-14T15:30:56.450Z Compiling expectorate v1.2.0
22712026-07-14T15:30:56.584Z Compiling globset v0.4.18
22722026-07-14T15:30:56.676Z Compiling rustls-webpki v0.103.13
22732026-07-14T15:30:56.871Z Compiling moka v0.12.15
22742026-07-14T15:30:57.294Z Compiling schemars v0.8.22
22752026-07-14T15:30:57.382Z Compiling rustls v0.23.40
22762026-07-14T15:30:57.464Z Compiling parking_lot_core v0.8.6
22772026-07-14T15:30:57.652Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22782026-07-14T15:30:57.666Z Compiling arc-swap v1.9.1
22792026-07-14T15:30:57.814Z Compiling parking_lot v0.11.2
22802026-07-14T15:30:57.962Z Compiling internet-checksum v0.2.1
22812026-07-14T15:30:57.966Z Compiling slog-scope v4.4.1
22822026-07-14T15:30:58.100Z Compiling ipnetwork v0.21.1
22832026-07-14T15:30:58.197Z Compiling newtype-uuid v1.3.2
22842026-07-14T15:30:58.229Z Compiling serde_with v3.20.0
22852026-07-14T15:30:58.532Z Compiling oxnet v0.1.6
22862026-07-14T15:30:58.537Z Compiling dof v0.4.0
22872026-07-14T15:30:58.637Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22882026-07-14T15:30:58.983Z Compiling daft v0.1.7
22892026-07-14T15:30:59.267Z Compiling usdt-impl v0.6.0
22902026-07-14T15:30:59.510Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-07-14T15:30:59.817Z Compiling usdt v0.6.0
22922026-07-14T15:30:59.931Z Compiling tokio-util v0.7.18
22932026-07-14T15:30:59.981Z Compiling tower v0.5.3
22942026-07-14T15:31:00.013Z Compiling async-compression v0.4.42
22952026-07-14T15:31:00.104Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-07-14T15:31:00.143Z Compiling iddqd v0.4.5
22972026-07-14T15:31:00.339Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-07-14T15:31:00.464Z Compiling tokio-rustls v0.26.4
22992026-07-14T15:31:00.498Z Compiling h2 v0.4.14
23002026-07-14T15:31:00.603Z Compiling tower-http v0.6.11
23012026-07-14T15:31:00.662Z Compiling rustls-platform-verifier v0.7.0
23022026-07-14T15:31:00.668Z Compiling backoff v0.4.0
23032026-07-14T15:31:00.757Z Compiling typify-impl v0.6.2
23042026-07-14T15:31:00.889Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-07-14T15:31:00.903Z Compiling dof v0.3.0
23062026-07-14T15:31:01.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-07-14T15:31:01.235Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-07-14T15:31:01.389Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-07-14T15:31:01.688Z Compiling byte-wrapper v0.1.0
23102026-07-14T15:31:01.701Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-07-14T15:31:01.704Z Compiling usdt-impl v0.5.0
23122026-07-14T15:31:01.752Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23132026-07-14T15:31:02.059Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-07-14T15:31:02.198Z Compiling usdt v0.5.0
23152026-07-14T15:31:02.392Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23162026-07-14T15:31:02.484Z Compiling typify v0.6.2
23172026-07-14T15:31:02.600Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23182026-07-14T15:31:02.655Z Compiling hyper v1.10.1
23192026-07-14T15:31:03.138Z Compiling progenitor-impl v0.14.0
23202026-07-14T15:31:03.253Z Compiling hickory-proto v0.24.4
23212026-07-14T15:31:03.519Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23222026-07-14T15:31:03.627Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-07-14T15:31:03.960Z Compiling hyper-util v0.1.20
23242026-07-14T15:31:03.974Z Compiling progenitor-impl v0.13.0
23252026-07-14T15:31:04.343Z Compiling tokio-stream v0.1.18
23262026-07-14T15:31:04.783Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-07-14T15:31:04.817Z Compiling tokio-dtrace v0.1.1
23282026-07-14T15:31:05.090Z Compiling hickory-resolver v0.24.4
23292026-07-14T15:31:05.264Z Compiling hyper-rustls v0.27.9
23302026-07-14T15:31:05.277Z Compiling dropshot v0.17.1
23312026-07-14T15:31:05.601Z Compiling reqwest v0.13.4
23322026-07-14T15:31:05.622Z Compiling reqwest v0.12.28
23332026-07-14T15:31:06.294Z Compiling qorb v0.4.1
23342026-07-14T15:31:06.308Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-07-14T15:31:06.377Z Compiling zone v0.3.1
23362026-07-14T15:31:07.175Z Compiling progenitor-client v0.14.0
23372026-07-14T15:31:07.199Z Compiling progenitor-client v0.10.0
23382026-07-14T15:31:07.494Z Compiling progenitor-extras v0.2.0
23392026-07-14T15:31:07.494Z Compiling progenitor v0.14.0
23402026-07-14T15:31:07.520Z Compiling progenitor-client v0.13.0
23412026-07-14T15:31:07.652Z Compiling libsw-core v0.3.2
23422026-07-14T15:31:07.756Z Compiling progenitor v0.13.0
23432026-07-14T15:31:07.775Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23442026-07-14T15:31:07.835Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23452026-07-14T15:31:07.835Z Compiling libsw v3.5.0
23462026-07-14T15:31:07.897Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-07-14T15:31:08.031Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23482026-07-14T15:31:08.136Z Compiling oxide-tokio-rt v0.1.6
23492026-07-14T15:31:08.458Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-07-14T15:31:08.471Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-07-14T15:31:08.716Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23522026-07-14T15:31:08.936Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-07-14T15:31:09.211Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-07-14T15:31:09.338Z Compiling slog-dtrace v0.3.0
23552026-07-14T15:31:09.351Z Compiling tough v0.22.0
23562026-07-14T15:31:09.382Z Compiling cancel-safe-futures v0.1.5
23572026-07-14T15:31:09.506Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23582026-07-14T15:31:09.657Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-07-14T15:31:09.688Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-07-14T15:31:10.465Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-07-14T15:31:10.504Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-07-14T15:31:10.654Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-07-14T15:31:10.698Z Compiling hickory-proto v0.25.2
23642026-07-14T15:31:10.756Z Compiling steno v0.4.1
23652026-07-14T15:31:11.312Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23662026-07-14T15:31:11.426Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23672026-07-14T15:31:11.508Z Compiling sled v0.34.7
23682026-07-14T15:31:12.816Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-07-14T15:31:13.402Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-07-14T15:31:13.510Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-07-14T15:31:13.675Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-07-14T15:31:13.768Z Compiling hickory-resolver v0.25.2
23732026-07-14T15:31:14.063Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23742026-07-14T15:31:14.552Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-07-14T15:31:14.838Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-07-14T15:31:15.056Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-07-14T15:31:15.381Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-07-14T15:31:15.609Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-14T15:31:15.753Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-07-14T15:31:15.795Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-07-14T15:31:15.882Z Compiling papergrid v0.18.0
23822026-07-14T15:31:16.002Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-07-14T15:31:16.480Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-07-14T15:31:16.557Z Compiling testing_table v0.3.0
23852026-07-14T15:31:16.617Z Compiling itertools v0.15.0
23862026-07-14T15:31:16.727Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23872026-07-14T15:31:16.794Z Compiling slog-stdlog v4.1.1
23882026-07-14T15:31:17.020Z Compiling tabled v0.21.0
23892026-07-14T15:31:17.836Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23902026-07-14T15:31:17.964Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23912026-07-14T15:31:17.977Z Compiling dropshot-api-manager-types v0.7.2
23922026-07-14T15:31:18.130Z Compiling slog-envlogger v2.2.0
23932026-07-14T15:31:18.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
23942026-07-14T15:31:18.332Z Compiling const-random v0.1.18
23952026-07-14T15:31:18.424Z Compiling typify-impl v0.4.3
23962026-07-14T15:31:18.443Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
23972026-07-14T15:31:18.544Z Compiling crc8 v0.1.1
23982026-07-14T15:31:18.671Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23992026-07-14T15:31:18.763Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24002026-07-14T15:31:19.657Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
24012026-07-14T15:31:19.865Z Compiling ahash v0.8.12
24022026-07-14T15:31:19.920Z Compiling smartstring v1.0.1
24032026-07-14T15:31:20.120Z Compiling typify v0.4.3
24042026-07-14T15:31:20.207Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24052026-07-14T15:31:20.240Z Compiling sha1 v0.10.6
24062026-07-14T15:31:20.302Z Compiling thin-vec v0.2.18
24072026-07-14T15:31:20.444Z Compiling utf-8 v0.7.6
24082026-07-14T15:31:20.480Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24092026-07-14T15:31:20.600Z Compiling tungstenite v0.21.0
24102026-07-14T15:31:20.639Z Compiling rhai v1.25.1
24112026-07-14T15:31:21.020Z Compiling progenitor-impl v0.10.0
24122026-07-14T15:31:21.054Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24132026-07-14T15:31:21.384Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24142026-07-14T15:31:21.527Z Compiling sha2 v0.10.9
24152026-07-14T15:31:21.724Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-07-14T15:31:21.891Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24172026-07-14T15:31:21.930Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24182026-07-14T15:31:23.766Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-07-14T15:31:23.872Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-07-14T15:31:23.943Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-07-14T15:31:24.151Z Compiling progenitor v0.10.0
24222026-07-14T15:31:24.303Z Compiling tokio-tungstenite v0.21.0
24232026-07-14T15:31:24.639Z Compiling lzma-sys v0.1.20
24242026-07-14T15:31:24.751Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24252026-07-14T15:31:24.764Z Compiling typeid v1.0.3
24262026-07-14T15:31:24.886Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24272026-07-14T15:31:25.058Z Compiling port-file v0.1.0
24282026-07-14T15:31:25.269Z Compiling console v0.16.3
24292026-07-14T15:31:25.898Z Compiling git-stub v1.0.0
24302026-07-14T15:31:25.961Z Compiling toml_datetime v0.7.5+spec-1.1.0
24312026-07-14T15:31:26.154Z Compiling base64 v0.21.7
24322026-07-14T15:31:26.180Z Compiling unit-prefix v0.5.2
24332026-07-14T15:31:26.286Z Compiling toml v0.9.12+spec-1.1.0
24342026-07-14T15:31:26.340Z Compiling indicatif v0.18.4
24352026-07-14T15:31:26.436Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24362026-07-14T15:31:26.548Z Compiling git-stub-vcs v0.1.0
24372026-07-14T15:31:26.919Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24382026-07-14T15:31:27.337Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24392026-07-14T15:31:27.765Z Compiling ron v0.12.1
24402026-07-14T15:31:27.987Z Compiling xz2 v0.1.7
24412026-07-14T15:31:28.000Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24422026-07-14T15:31:28.236Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24432026-07-14T15:31:28.486Z Compiling drift v0.2.0
24442026-07-14T15:31:28.500Z Compiling base16ct v1.0.0
24452026-07-14T15:31:28.699Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24462026-07-14T15:31:28.739Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24472026-07-14T15:31:29.147Z Compiling natord v1.0.9
24482026-07-14T15:31:29.288Z Compiling dropshot-api-manager v0.7.2
24492026-07-14T15:31:29.328Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24502026-07-14T15:31:32.281Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24512026-07-14T15:31:33.568Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24522026-07-14T15:31:40.544Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24532026-07-14T15:31:42.228Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24542026-07-14T15:31:43.263Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24552026-07-14T15:31:44.183Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24562026-07-14T15:31:44.183Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24572026-07-14T15:31:44.187Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24582026-07-14T15:31:44.630Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24592026-07-14T15:31:44.630Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24602026-07-14T15:31:44.634Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24612026-07-14T15:31:45.114Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24622026-07-14T15:31:46.559Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24632026-07-14T15:31:46.559Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24642026-07-14T15:31:46.559Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24652026-07-14T15:31:46.926Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
24662026-07-14T15:31:51.277Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24672026-07-14T15:31:53.421Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24682026-07-14T15:31:53.421Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24692026-07-14T15:31:53.424Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24702026-07-14T15:32:32.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
24712026-07-14T15:32:32.578Z
24722026-07-14T15:32:32.578Zreal 1:37.780590612
24732026-07-14T15:32:32.578Zuser 7:21.509739373
24742026-07-14T15:32:32.578Zsys 1:04.044459863
24752026-07-14T15:32:32.578Ztrap 0.197338505
24762026-07-14T15:32:32.578Ztflt 0.010563900
24772026-07-14T15:32:32.578Zdflt 0.119265728
24782026-07-14T15:32:32.578Zkflt 0.000066147
24792026-07-14T15:32:32.578Zlock 28:23.868176103
24802026-07-14T15:32:32.581Zslp 23:19.359693894
24812026-07-14T15:32:32.582Zlat 24.098153830
24822026-07-14T15:32:32.582Zstop 37.447114734
24832026-07-14T15:32:32.582Z+ ptime -m cargo build --release
24842026-07-14T15:32:33.224Z Compiling proc-macro2 v1.0.106
24852026-07-14T15:32:33.224Z Compiling quote v1.0.45
24862026-07-14T15:32:33.224Z Compiling unicode-ident v1.0.24
24872026-07-14T15:32:33.228Z Compiling serde_core v1.0.228
24882026-07-14T15:32:33.228Z Compiling serde v1.0.228
24892026-07-14T15:32:33.228Z Compiling libc v0.2.186
24902026-07-14T15:32:33.228Z Compiling cfg-if v1.0.4
24912026-07-14T15:32:33.455Z Compiling zmij v1.0.21
24922026-07-14T15:32:33.478Z Compiling autocfg v1.5.1
24932026-07-14T15:32:33.764Z Compiling memchr v2.8.1
24942026-07-14T15:32:33.764Z Compiling libm v0.2.16
24952026-07-14T15:32:33.884Z Compiling itoa v1.0.18
24962026-07-14T15:32:34.168Z Compiling icu_normalizer_data v2.2.0
24972026-07-14T15:32:34.192Z Compiling icu_properties_data v2.2.0
24982026-07-14T15:32:34.371Z Compiling version_check v0.9.5
24992026-07-14T15:32:34.443Z Compiling stable_deref_trait v1.2.1
25002026-07-14T15:32:34.585Z Compiling serde_json v1.0.150
25012026-07-14T15:32:34.646Z Compiling syn v2.0.117
25022026-07-14T15:32:34.684Z Compiling thiserror v2.0.18
25032026-07-14T15:32:34.712Z Compiling writeable v0.6.3
25042026-07-14T15:32:34.876Z Compiling litemap v0.8.2
25052026-07-14T15:32:34.929Z Compiling utf8_iter v1.0.4
25062026-07-14T15:32:34.991Z Compiling num-traits v0.2.19
25072026-07-14T15:32:35.005Z Compiling percent-encoding v2.3.2
25082026-07-14T15:32:35.173Z Compiling form_urlencoded v1.2.2
25092026-07-14T15:32:35.281Z Compiling parking_lot_core v0.9.12
25102026-07-14T15:32:35.428Z Compiling rand_core v0.10.1
25112026-07-14T15:32:35.442Z Compiling getrandom v0.4.2
25122026-07-14T15:32:35.454Z Compiling iana-time-zone v0.1.65
25132026-07-14T15:32:35.586Z Compiling errno v0.3.14
25142026-07-14T15:32:35.599Z Compiling heck v0.5.0
25152026-07-14T15:32:35.769Z Compiling zerocopy v0.8.50
25162026-07-14T15:32:35.829Z Compiling semver v1.0.28
25172026-07-14T15:32:36.094Z Compiling uuid v1.23.5
25182026-07-14T15:32:36.127Z Compiling schemars v0.8.22
25192026-07-14T15:32:36.218Z Compiling dyn-clone v1.0.20
25202026-07-14T15:32:36.520Z Compiling jobserver v0.1.34
25212026-07-14T15:32:36.563Z Compiling shlex v2.0.1
25222026-07-14T15:32:36.745Z Compiling find-msvc-tools v0.1.9
25232026-07-14T15:32:36.780Z Compiling rustversion v1.0.22
25242026-07-14T15:32:36.819Z Compiling pin-project-lite v0.2.17
25252026-07-14T15:32:36.862Z Compiling getrandom v0.2.17
25262026-07-14T15:32:36.930Z Compiling cc v1.2.63
25272026-07-14T15:32:36.991Z Compiling bitflags v2.12.1
25282026-07-14T15:32:37.004Z Compiling portable-atomic v1.13.1
25292026-07-14T15:32:37.101Z Compiling socket2 v0.6.4
25302026-07-14T15:32:37.330Z Compiling scopeguard v1.2.0
25312026-07-14T15:32:37.454Z Compiling synstructure v0.13.2
25322026-07-14T15:32:37.467Z Compiling serde_derive_internals v0.29.1
25332026-07-14T15:32:37.821Z Compiling lock_api v0.4.14
25342026-07-14T15:32:37.893Z Compiling critical-section v1.2.0
25352026-07-14T15:32:37.966Z Compiling log v0.4.32
25362026-07-14T15:32:38.020Z Compiling once_cell v1.21.4
25372026-07-14T15:32:38.092Z Compiling signal-hook-registry v1.4.8
25382026-07-14T15:32:38.162Z Compiling mio v1.2.1
25392026-07-14T15:32:38.229Z Compiling equivalent v1.0.2
25402026-07-14T15:32:38.279Z Compiling cmake v0.1.58
25412026-07-14T15:32:38.304Z Compiling dunce v1.0.5
25422026-07-14T15:32:38.323Z Compiling fs_extra v1.3.0
25432026-07-14T15:32:38.343Z Compiling subtle v2.6.1
25442026-07-14T15:32:38.524Z Compiling futures-core v0.3.32
25452026-07-14T15:32:38.579Z Compiling getrandom v0.3.4
25462026-07-14T15:32:38.582Z Compiling httparse v1.10.1
25472026-07-14T15:32:38.603Z Compiling futures-sink v0.3.32
25482026-07-14T15:32:38.621Z Compiling slab v0.4.12
25492026-07-14T15:32:38.638Z Compiling serde_derive v1.0.228
25502026-07-14T15:32:38.643Z Compiling zerofrom-derive v0.1.7
25512026-07-14T15:32:38.697Z Compiling yoke-derive v0.8.2
25522026-07-14T15:32:38.716Z Compiling zerovec-derive v0.11.3
25532026-07-14T15:32:38.838Z Compiling displaydoc v0.2.6
25542026-07-14T15:32:38.874Z Compiling schemars_derive v0.8.22
25552026-07-14T15:32:38.942Z Compiling thiserror-impl v2.0.18
25562026-07-14T15:32:38.967Z Compiling tokio-macros v2.7.0
25572026-07-14T15:32:39.673Z Compiling zerocopy-derive v0.8.50
25582026-07-14T15:32:39.741Z Compiling zeroize_derive v1.4.3
25592026-07-14T15:32:39.776Z Compiling futures-macro v0.3.32
25602026-07-14T15:32:39.841Z Compiling aws-lc-sys v0.41.0
25612026-07-14T15:32:39.886Z Compiling zerofrom v0.1.8
25622026-07-14T15:32:40.030Z Compiling yoke v0.8.3
25632026-07-14T15:32:40.128Z Compiling rustix v1.1.4
25642026-07-14T15:32:40.223Z Compiling zerovec v0.11.6
25652026-07-14T15:32:40.240Z Compiling zerotrie v0.2.4
25662026-07-14T15:32:40.516Z Compiling zeroize v1.8.2
25672026-07-14T15:32:40.645Z Compiling thiserror v1.0.69
25682026-07-14T15:32:40.686Z Compiling typenum v1.20.1
25692026-07-14T15:32:40.690Z Compiling futures-channel v0.3.32
25702026-07-14T15:32:40.749Z Compiling thiserror-impl v1.0.69
25712026-07-14T15:32:40.774Z Compiling tinystr v0.8.3
25722026-07-14T15:32:40.850Z Compiling potential_utf v0.1.5
25732026-07-14T15:32:40.963Z Compiling icu_locale_core v2.2.0
25742026-07-14T15:32:41.022Z Compiling icu_collections v2.2.0
25752026-07-14T15:32:41.041Z Compiling futures-task v0.3.32
25762026-07-14T15:32:41.089Z Compiling futures-io v0.3.32
25772026-07-14T15:32:41.225Z Compiling futures-util v0.3.32
25782026-07-14T15:32:41.301Z Compiling hashbrown v0.17.1
25792026-07-14T15:32:41.811Z Compiling icu_provider v2.2.0
25802026-07-14T15:32:41.882Z Compiling indexmap v2.14.0
25812026-07-14T15:32:42.014Z Compiling smallvec v1.15.1
25822026-07-14T15:32:42.018Z Compiling bytes v1.11.1
25832026-07-14T15:32:42.087Z Compiling chrono v0.4.45
25842026-07-14T15:32:42.309Z Compiling icu_normalizer v2.2.0
25852026-07-14T15:32:42.450Z Compiling icu_properties v2.2.0
25862026-07-14T15:32:42.558Z Compiling serde_tokenstream v0.2.3
25872026-07-14T15:32:43.269Z Compiling parking_lot v0.12.5
25882026-07-14T15:32:43.491Z Compiling idna_adapter v1.2.2
25892026-07-14T15:32:43.505Z Compiling tokio v1.52.3
25902026-07-14T15:32:43.649Z Compiling idna v1.1.0
25912026-07-14T15:32:43.820Z Compiling ucd-trie v0.1.7
25922026-07-14T15:32:44.022Z Compiling url v2.5.8
25932026-07-14T15:32:44.073Z Compiling pest v2.8.6
25942026-07-14T15:32:44.163Z Compiling tracing-attributes v0.1.31
25952026-07-14T15:32:44.375Z Compiling tracing-core v0.1.36
25962026-07-14T15:32:45.407Z Compiling rand_core v0.6.4
25972026-07-14T15:32:45.425Z Compiling regex-syntax v0.8.10
25982026-07-14T15:32:45.556Z Compiling tracing v0.1.44
25992026-07-14T15:32:45.605Z Compiling pest_meta v2.8.6
26002026-07-14T15:32:45.677Z Compiling slog v2.8.2
26012026-07-14T15:32:45.921Z Compiling base64 v0.22.1
26022026-07-14T15:32:45.971Z Compiling byteorder v1.5.0
26032026-07-14T15:32:46.253Z Compiling pest_generator v2.8.6
26042026-07-14T15:32:46.450Z Compiling ipnetwork v0.21.1
26052026-07-14T15:32:46.585Z Compiling http v1.4.2
26062026-07-14T15:32:46.865Z Compiling erased-serde v0.3.31
26072026-07-14T15:32:46.899Z Compiling aho-corasick v1.1.4
26082026-07-14T15:32:48.040Z Compiling regex-automata v0.4.14
26092026-07-14T15:32:48.140Z Compiling pest_derive v2.8.6
26102026-07-14T15:32:48.301Z Compiling fnv v1.0.7
26112026-07-14T15:32:48.421Z Compiling anyhow v1.0.103
26122026-07-14T15:32:48.676Z Compiling oxnet v0.1.6
26132026-07-14T15:32:48.784Z Compiling rustls-pki-types v1.14.1
26142026-07-14T15:32:49.477Z Compiling ring v0.17.14
26152026-07-14T15:32:49.725Z Compiling aws-lc-rs v1.17.0
26162026-07-14T15:32:49.998Z Compiling regex v1.12.3
26172026-07-14T15:32:50.352Z Compiling strsim v0.11.1
26182026-07-14T15:32:50.408Z Compiling paste v1.0.15
26192026-07-14T15:32:50.572Z Compiling tokio-util v0.7.18
26202026-07-14T15:32:50.903Z Compiling untrusted v0.9.0
26212026-07-14T15:32:51.036Z Compiling ipnet v2.12.0
26222026-07-14T15:32:51.073Z Compiling untrusted v0.7.1
26232026-07-14T15:32:51.215Z Compiling time-core v0.1.8
26242026-07-14T15:32:51.377Z Compiling num-conv v0.2.2
26252026-07-14T15:32:51.543Z Compiling time-macros v0.2.27
26262026-07-14T15:32:52.736Z Compiling camino v1.2.4
26272026-07-14T15:32:53.094Z Compiling ident_case v1.0.1
26282026-07-14T15:32:53.180Z Compiling rustls v0.23.40
26292026-07-14T15:32:53.227Z Compiling http-body v1.0.1
26302026-07-14T15:32:53.407Z Compiling scroll_derive v0.13.1
26312026-07-14T15:32:53.517Z Compiling atomic-waker v1.1.2
26322026-07-14T15:32:53.642Z Compiling async-trait v0.1.89
26332026-07-14T15:32:53.664Z Compiling tower-service v0.3.3
26342026-07-14T15:32:53.743Z Compiling try-lock v0.2.5
26352026-07-14T15:32:53.772Z Compiling tower-layer v0.3.3
26362026-07-14T15:32:53.872Z Compiling ryu v1.0.23
26372026-07-14T15:32:53.981Z Compiling omicron-workspace-hack v0.1.0
26382026-07-14T15:32:54.173Z Compiling pretty-hex v0.4.2
26392026-07-14T15:32:54.252Z Compiling want v0.3.1
26402026-07-14T15:32:54.444Z Compiling h2 v0.4.14
26412026-07-14T15:32:54.480Z Compiling ppv-lite86 v0.2.21
26422026-07-14T15:32:54.608Z Compiling crossbeam-utils v0.8.21
26432026-07-14T15:32:55.225Z Compiling httpdate v1.0.3
26442026-07-14T15:32:55.791Z Compiling crc32fast v1.5.0
26452026-07-14T15:32:56.363Z Compiling usdt-impl v0.6.0
26462026-07-14T15:32:56.521Z Compiling slog-async v2.8.0
26472026-07-14T15:32:56.846Z Compiling hyper v1.10.1
26482026-07-14T15:32:57.178Z Compiling scroll v0.13.0
26492026-07-14T15:32:57.281Z Compiling serde_urlencoded v0.7.1
26502026-07-14T15:32:57.460Z Compiling http-body-util v0.1.3
26512026-07-14T15:32:57.580Z Compiling plain v0.2.3
26522026-07-14T15:32:57.703Z Compiling goblin v0.10.7
26532026-07-14T15:32:57.749Z Compiling daft-derive v0.1.7
26542026-07-14T15:32:58.578Z Compiling hyper-util v0.1.20
26552026-07-14T15:33:01.246Z Compiling foldhash v0.2.0
26562026-07-14T15:33:01.309Z Compiling allocator-api2 v0.2.21
26572026-07-14T15:33:01.433Z Compiling dof v0.4.0
26582026-07-14T15:33:01.545Z Compiling dtrace-parser v0.3.0
26592026-07-14T15:33:01.564Z Compiling openapiv3 v2.2.0
26602026-07-14T15:33:01.725Z Compiling hashbrown v0.16.1
26612026-07-14T15:33:02.135Z Compiling thread-id v5.1.0
26622026-07-14T15:33:02.231Z Compiling syn v1.0.109
26632026-07-14T15:33:02.972Z Compiling generic-array v0.14.7
26642026-07-14T15:33:03.035Z Compiling powerfmt v0.2.0
26652026-07-14T15:33:03.295Z Compiling deranged v0.5.8
26662026-07-14T15:33:04.417Z Compiling num_threads v0.1.7
26672026-07-14T15:33:04.511Z Compiling time v0.3.47
26682026-07-14T15:33:05.437Z Compiling usdt-attr-macro v0.6.0
26692026-07-14T15:33:05.675Z Compiling usdt-macro v0.6.0
26702026-07-14T15:33:06.166Z Compiling rand_core v0.9.5
26712026-07-14T15:33:06.446Z Compiling multer v3.1.0
26722026-07-14T15:33:06.602Z Compiling ref-cast v1.0.25
26732026-07-14T15:33:06.644Z Compiling crossbeam-channel v0.5.15
26742026-07-14T15:33:06.719Z Compiling sync_wrapper v1.0.2
26752026-07-14T15:33:06.844Z Compiling winnow v1.0.3
26762026-07-14T15:33:06.960Z Compiling cpufeatures v0.3.0
26772026-07-14T15:33:07.051Z Compiling hex v0.4.3
26782026-07-14T15:33:07.236Z Compiling tower v0.5.3
26792026-07-14T15:33:07.329Z Compiling rand_chacha v0.9.0
26802026-07-14T15:33:07.373Z Compiling webpki-roots v1.0.7
26812026-07-14T15:33:07.390Z Compiling futures-executor v0.3.32
26822026-07-14T15:33:07.503Z Compiling async-stream-impl v0.3.6
26832026-07-14T15:33:07.826Z Compiling ref-cast-impl v1.0.25
26842026-07-14T15:33:07.875Z Compiling dropshot v0.17.1
26852026-07-14T15:33:07.889Z Compiling thread_local v1.1.9
26862026-07-14T15:33:08.153Z Compiling fastrand v2.4.1
26872026-07-14T15:33:08.243Z Compiling tower-http v0.6.11
26882026-07-14T15:33:08.320Z Compiling futures v0.3.32
26892026-07-14T15:33:08.392Z Compiling rand v0.9.4
26902026-07-14T15:33:08.489Z Compiling structmeta-derive v0.3.0
26912026-07-14T15:33:08.503Z Compiling is-terminal v0.4.17
26922026-07-14T15:33:08.515Z Compiling term v1.2.1
26932026-07-14T15:33:08.723Z Compiling take_mut v0.2.2
26942026-07-14T15:33:08.766Z Compiling crypto-common v0.1.7
26952026-07-14T15:33:08.850Z Compiling slog-term v2.9.2
26962026-07-14T15:33:09.137Z Compiling darling_core v0.23.0
26972026-07-14T15:33:09.250Z Compiling newtype-uuid-macros v0.1.0
26982026-07-14T15:33:09.585Z Compiling structmeta v0.3.0
26992026-07-14T15:33:09.807Z Compiling dropshot_endpoint v0.17.1
27002026-07-14T15:33:10.147Z Compiling tempfile v3.27.0
27012026-07-14T15:33:10.285Z Compiling newtype-uuid v1.3.2
27022026-07-14T15:33:10.298Z Compiling strum_macros v0.26.4
27032026-07-14T15:33:10.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-07-14T15:33:11.256Z Compiling either v1.16.0
27052026-07-14T15:33:11.270Z Compiling darling_macro v0.23.0
27062026-07-14T15:33:11.484Z Compiling daft v0.1.7
27072026-07-14T15:33:11.663Z Compiling hybrid-array v0.4.12
27082026-07-14T15:33:11.786Z Compiling openssl-probe v0.2.1
27092026-07-14T15:33:11.856Z Compiling match_cfg v0.1.0
27102026-07-14T15:33:11.894Z Compiling darling v0.23.0
27112026-07-14T15:33:11.941Z Compiling simd-adler32 v0.3.9
27122026-07-14T15:33:11.980Z Compiling adler2 v2.0.1
27132026-07-14T15:33:12.040Z Compiling serde_with_macros v3.20.0
27142026-07-14T15:33:12.112Z Compiling miniz_oxide v0.8.9
27152026-07-14T15:33:12.150Z Compiling hostname v0.3.1
27162026-07-14T15:33:12.164Z Compiling rustls-native-certs v0.8.4
27172026-07-14T15:33:12.321Z Compiling toml_parser v1.1.2+spec-1.1.0
27182026-07-14T15:33:12.793Z Compiling slog-json v2.6.1
27192026-07-14T15:33:12.959Z Compiling serde_spanned v1.1.1
27202026-07-14T15:33:13.060Z Compiling memmap2 v0.9.10
27212026-07-14T15:33:13.187Z Compiling toml_writer v1.1.1+spec-1.1.0
27222026-07-14T15:33:13.469Z Compiling slog-bunyan v2.5.0
27232026-07-14T15:33:13.529Z Compiling flate2 v1.1.9
27242026-07-14T15:33:13.660Z Compiling block-buffer v0.12.0
27252026-07-14T15:33:13.673Z Compiling crypto-common v0.2.2
27262026-07-14T15:33:13.855Z Compiling derive-ex v0.1.8
27272026-07-14T15:33:14.038Z Compiling rand_chacha v0.3.1
27282026-07-14T15:33:14.082Z Compiling strum_macros v0.27.2
27292026-07-14T15:33:14.970Z Compiling usdt v0.6.0
27302026-07-14T15:33:15.247Z Compiling const-oid v0.10.2
27312026-07-14T15:33:15.466Z Compiling debug-ignore v1.0.5
27322026-07-14T15:33:15.559Z Compiling compression-core v0.4.32
27332026-07-14T15:33:15.591Z Compiling test-strategy v0.4.5
27342026-07-14T15:33:15.623Z Compiling digest v0.11.3
27352026-07-14T15:33:15.747Z Compiling compression-codecs v0.4.38
27362026-07-14T15:33:15.831Z Compiling rand v0.8.6
27372026-07-14T15:33:16.072Z Compiling macaddr v1.0.1
27382026-07-14T15:33:16.162Z Compiling toml_datetime v1.1.1+spec-1.1.0
27392026-07-14T15:33:16.237Z Compiling encoding_rs v0.8.35
27402026-07-14T15:33:16.377Z Compiling spin v0.9.8
27412026-07-14T15:33:16.678Z Compiling mime v0.3.17
27422026-07-14T15:33:16.698Z Compiling toml v1.1.2+spec-1.1.0
27432026-07-14T15:33:16.918Z Compiling async-compression v0.4.42
27442026-07-14T15:33:17.055Z Compiling sha1 v0.11.0
27452026-07-14T15:33:17.172Z Compiling async-stream v0.3.6
27462026-07-14T15:33:17.454Z Compiling block-buffer v0.10.4
27472026-07-14T15:33:17.487Z Compiling waitgroup v0.1.2
27482026-07-14T15:33:17.638Z Compiling rustls-pemfile v2.2.0
27492026-07-14T15:33:17.653Z Compiling serde_path_to_error v0.1.20
27502026-07-14T15:33:17.822Z Compiling hostname v0.4.2
27512026-07-14T15:33:17.931Z Compiling digest v0.10.7
27522026-07-14T15:33:18.084Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-14T15:33:18.198Z Compiling unicode-width v0.2.2
27542026-07-14T15:33:18.545Z Compiling parse-display-derive v0.10.0
27552026-07-14T15:33:19.104Z Compiling strum v0.26.3
27562026-07-14T15:33:19.257Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27572026-07-14T15:33:19.420Z Compiling regress v0.10.5
27582026-07-14T15:33:20.045Z Compiling wait-timeout v0.2.1
27592026-07-14T15:33:20.611Z Compiling bit-vec v0.8.0
27602026-07-14T15:33:20.651Z Compiling quick-error v1.2.3
27612026-07-14T15:33:20.779Z Compiling rusty-fork v0.3.1
27622026-07-14T15:33:20.897Z Compiling bit-set v0.8.0
27632026-07-14T15:33:20.938Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-14T15:33:21.118Z Compiling serde_with v3.20.0
27652026-07-14T15:33:21.224Z Compiling rand_xorshift v0.4.0
27662026-07-14T15:33:21.431Z Compiling unarray v0.1.4
27672026-07-14T15:33:21.475Z Compiling strum v0.27.2
27682026-07-14T15:33:21.567Z Compiling proptest v1.11.0
27692026-07-14T15:33:21.622Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27702026-07-14T15:33:21.647Z Compiling instant v0.1.13
27712026-07-14T15:33:21.971Z Compiling cpufeatures v0.2.17
27722026-07-14T15:33:22.006Z Compiling iddqd v0.4.5
27732026-07-14T15:33:22.058Z Compiling itertools v0.14.0
27742026-07-14T15:33:22.095Z Compiling clap_derive v4.6.1
27752026-07-14T15:33:23.584Z Compiling utf8parse v0.2.2
27762026-07-14T15:33:23.886Z Compiling anstyle-parse v1.0.0
27772026-07-14T15:33:23.997Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27782026-07-14T15:33:24.111Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-07-14T15:33:24.196Z Compiling backon v1.6.0
27802026-07-14T15:33:24.334Z Compiling terminal_size v0.4.4
27812026-07-14T15:33:24.684Z Compiling is_terminal_polyfill v1.70.2
27822026-07-14T15:33:24.820Z Compiling anstyle v1.0.14
27832026-07-14T15:33:25.020Z Compiling anstyle-query v1.1.5
27842026-07-14T15:33:25.142Z Compiling colorchoice v1.0.5
27852026-07-14T15:33:25.301Z Compiling anstream v1.0.0
27862026-07-14T15:33:25.927Z Compiling backoff v0.4.0
27872026-07-14T15:33:26.095Z Compiling parse-display v0.10.0
27882026-07-14T15:33:26.229Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27892026-07-14T15:33:26.646Z Compiling clap_lex v1.1.0
27902026-07-14T15:33:27.003Z Compiling humantime v2.3.0
27912026-07-14T15:33:27.117Z Compiling clap_builder v4.6.0
27922026-07-14T15:33:27.703Z Compiling regress v0.11.1
27932026-07-14T15:33:29.110Z Compiling clap v4.6.1
27942026-07-14T15:33:29.314Z Compiling typify-impl v0.6.2
27952026-07-14T15:33:30.399Z Compiling toml_edit v0.25.12+spec-1.1.0
27962026-07-14T15:33:30.797Z Compiling crucible-workspace-hack v0.1.0
27972026-07-14T15:33:31.169Z Compiling proc-macro-crate v3.5.0
27982026-07-14T15:33:31.739Z Compiling zerocopy-derive v0.7.35
27992026-07-14T15:33:32.306Z Compiling unsafe-libyaml v0.2.11
28002026-07-14T15:33:32.625Z Compiling typify-macro v0.6.2
28012026-07-14T15:33:32.935Z Compiling serde_yaml v0.9.34+deprecated
28022026-07-14T15:33:33.051Z Compiling num_enum_derive v0.7.6
28032026-07-14T15:33:34.188Z Compiling darling_core v0.21.3
28042026-07-14T15:33:34.369Z Compiling convert_case v0.4.0
28052026-07-14T15:33:34.524Z Compiling num_enum v0.7.6
28062026-07-14T15:33:34.672Z Compiling derive_more v0.99.20
28072026-07-14T15:33:34.915Z Compiling toml_datetime v0.6.11
28082026-07-14T15:33:35.351Z Compiling heck v0.4.1
28092026-07-14T15:33:36.009Z Compiling typify v0.6.2
28102026-07-14T15:33:36.261Z Compiling darling_macro v0.21.3
28112026-07-14T15:33:36.519Z Compiling secrecy v0.10.3
28122026-07-14T15:33:36.697Z Compiling proc-macro-error-attr v1.0.4
28132026-07-14T15:33:36.878Z Compiling darling v0.21.3
28142026-07-14T15:33:36.959Z Compiling heapless v0.8.0
28152026-07-14T15:33:36.972Z Compiling rustix v0.38.44
28162026-07-14T15:33:37.013Z Compiling tinyvec_macros v0.1.1
28172026-07-14T15:33:37.091Z Compiling prettyplease v0.2.37
28182026-07-14T15:33:37.375Z Compiling tinyvec v1.11.0
28192026-07-14T15:33:37.451Z Compiling ingot-macros v0.1.1
28202026-07-14T15:33:37.816Z Compiling zerocopy v0.7.35
28212026-07-14T15:33:37.989Z Compiling tabwriter v1.4.1
28222026-07-14T15:33:38.353Z Compiling crossbeam-epoch v0.9.18
28232026-07-14T15:33:38.452Z Compiling hash32 v0.3.1
28242026-07-14T15:33:38.585Z Compiling scroll_derive v0.12.1
28252026-07-14T15:33:38.624Z Compiling rustc_version v0.4.1
28262026-07-14T15:33:38.856Z Compiling num-integer v0.1.46
28272026-07-14T15:33:38.906Z Compiling usdt-impl v0.5.0
28282026-07-14T15:33:39.204Z Compiling proc-macro-error v1.0.4
28292026-07-14T15:33:39.336Z Compiling smoltcp v0.11.0
28302026-07-14T15:33:39.365Z Compiling data-encoding v2.11.0
28312026-07-14T15:33:39.469Z Compiling winnow v0.7.15
28322026-07-14T15:33:39.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28332026-07-14T15:33:39.990Z Compiling pkg-config v0.3.33
28342026-07-14T15:33:40.150Z Compiling ingot-types v0.1.2
28352026-07-14T15:33:40.624Z Compiling scroll v0.12.0
28362026-07-14T15:33:40.856Z Compiling curve25519-dalek v4.1.3
28372026-07-14T15:33:41.057Z Compiling dof v0.3.0
28382026-07-14T15:33:42.313Z Compiling dtrace-parser v0.2.0
28392026-07-14T15:33:42.327Z Compiling hmac v0.12.1
28402026-07-14T15:33:42.395Z Compiling inout v0.1.4
28412026-07-14T15:33:42.491Z Compiling ff v0.13.1
28422026-07-14T15:33:42.531Z Compiling cobs v0.3.0
28432026-07-14T15:33:42.648Z Compiling bstr v1.12.1
28442026-07-14T15:33:42.823Z Compiling thread-id v4.2.2
28452026-07-14T15:33:42.838Z Compiling static_assertions v1.1.0
28462026-07-14T15:33:42.895Z Compiling colored v3.1.1
28472026-07-14T15:33:42.916Z Compiling managed v0.8.0
28482026-07-14T15:33:43.171Z Compiling bitflags v1.3.2
28492026-07-14T15:33:43.185Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28502026-07-14T15:33:43.698Z Compiling postcard v1.1.3
28512026-07-14T15:33:43.739Z Compiling group v0.13.0
28522026-07-14T15:33:43.867Z Compiling cipher v0.4.4
28532026-07-14T15:33:44.083Z Compiling hkdf v0.12.4
28542026-07-14T15:33:44.485Z Compiling goblin v0.8.2
28552026-07-14T15:33:44.570Z Compiling ingot v0.1.1
28562026-07-14T15:33:44.691Z Compiling num-rational v0.4.2
28572026-07-14T15:33:44.704Z Compiling num-iter v0.1.45
28582026-07-14T15:33:45.806Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28592026-07-14T15:33:45.906Z Compiling universal-hash v0.5.1
28602026-07-14T15:33:46.189Z Compiling hubpack_derive v0.1.1
28612026-07-14T15:33:46.682Z Compiling thiserror-impl-no-std v2.0.2
28622026-07-14T15:33:46.754Z Compiling crypto-bigint v0.5.5
28632026-07-14T15:33:46.831Z Compiling half v2.7.1
28642026-07-14T15:33:47.119Z Compiling foreign-types-macros v0.2.3
28652026-07-14T15:33:47.176Z Compiling curve25519-dalek-derive v0.1.1
28662026-07-14T15:33:47.791Z Compiling serde_repr v0.1.20
28672026-07-14T15:33:47.805Z Compiling num-complex v0.4.6
28682026-07-14T15:33:48.538Z Compiling memoffset v0.9.1
28692026-07-14T15:33:48.850Z Compiling cfg_aliases v0.2.1
28702026-07-14T15:33:49.142Z Compiling foreign-types-shared v0.3.1
28712026-07-14T15:33:49.155Z Compiling ciborium-io v0.2.2
28722026-07-14T15:33:49.248Z Compiling indent_write v2.2.0
28732026-07-14T15:33:49.261Z Compiling base64ct v1.8.3
28742026-07-14T15:33:49.293Z Compiling opaque-debug v0.3.1
28752026-07-14T15:33:49.326Z Compiling base16ct v0.2.0
28762026-07-14T15:33:49.371Z Compiling poly1305 v0.8.0
28772026-07-14T15:33:49.537Z Compiling password-hash v0.5.0
28782026-07-14T15:33:49.581Z Compiling elliptic-curve v0.13.8
28792026-07-14T15:33:49.885Z Compiling ciborium-ll v0.2.2
28802026-07-14T15:33:49.990Z Compiling foreign-types v0.5.0
28812026-07-14T15:33:50.146Z Compiling nix v0.31.3
28822026-07-14T15:33:50.662Z Compiling num v0.4.3
28832026-07-14T15:33:50.755Z Compiling thiserror-no-std v2.0.2
28842026-07-14T15:33:50.853Z Compiling hubpack v0.1.2
28852026-07-14T15:33:52.097Z Compiling chacha20 v0.9.1
28862026-07-14T15:33:52.807Z Compiling atomicwrites v0.4.4
28872026-07-14T15:33:53.221Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28882026-07-14T15:33:53.251Z Compiling reqwest v0.12.28
28892026-07-14T15:33:53.445Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28902026-07-14T15:33:54.006Z Compiling blake2 v0.10.6
28912026-07-14T15:33:54.525Z Compiling aead v0.5.2
28922026-07-14T15:33:54.696Z Compiling byte-wrapper v0.1.0
28932026-07-14T15:33:54.732Z Compiling chacha20 v0.10.0
28942026-07-14T15:33:54.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28952026-07-14T15:33:55.275Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28962026-07-14T15:33:55.577Z Compiling cstr-argument v0.1.2
28972026-07-14T15:33:55.643Z Compiling float-ord v0.3.2
28982026-07-14T15:33:55.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28992026-07-14T15:33:55.894Z Compiling keccak v0.1.6
29002026-07-14T15:33:56.071Z Compiling sha3 v0.10.9
29012026-07-14T15:33:56.240Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29022026-07-14T15:33:56.400Z Compiling rustls-webpki v0.103.13
29032026-07-14T15:33:56.628Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29042026-07-14T15:33:56.886Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29052026-07-14T15:33:57.564Z Compiling rand v0.10.2
29062026-07-14T15:33:58.017Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29072026-07-14T15:33:58.368Z Compiling chacha20poly1305 v0.10.1
29082026-07-14T15:33:58.853Z Compiling argon2 v0.5.3
29092026-07-14T15:33:59.045Z Compiling progenitor-client v0.10.0
29102026-07-14T15:33:59.741Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29112026-07-14T15:33:59.872Z Compiling vsss-rs v3.3.4
29122026-07-14T15:34:00.606Z Compiling tokio-rustls v0.26.4
29132026-07-14T15:34:00.916Z Compiling hyper-rustls v0.27.9
29142026-07-14T15:34:01.091Z Compiling rustls-platform-verifier v0.7.0
29152026-07-14T15:34:01.354Z Compiling reqwest v0.13.4
29162026-07-14T15:34:02.081Z Compiling ciborium v0.2.2
29172026-07-14T15:34:02.939Z Compiling progenitor-client v0.14.0
29182026-07-14T15:34:03.916Z Compiling progenitor-extras v0.2.0
29192026-07-14T15:34:04.316Z Compiling usdt-attr-macro v0.5.0
29202026-07-14T15:34:04.319Z Compiling usdt-macro v0.5.0
29212026-07-14T15:34:05.041Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29222026-07-14T15:34:06.610Z Compiling enum-as-inner v0.6.1
29232026-07-14T15:34:06.930Z Compiling num-derive v0.4.2
29242026-07-14T15:34:07.229Z Compiling memmap v0.7.0
29252026-07-14T15:34:08.142Z Compiling winnow v0.5.40
29262026-07-14T15:34:09.582Z Compiling semver v0.1.20
29272026-07-14T15:34:09.865Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29282026-07-14T15:34:10.144Z Compiling rayon-core v1.13.0
29292026-07-14T15:34:10.999Z Compiling rustc_version v0.1.7
29302026-07-14T15:34:11.225Z Compiling toml_edit v0.19.15
29312026-07-14T15:34:15.879Z Compiling usdt v0.5.0
29322026-07-14T15:34:16.259Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-07-14T15:34:18.164Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29342026-07-14T15:34:18.513Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29352026-07-14T15:34:18.632Z Compiling similar v2.7.0
29362026-07-14T15:34:18.835Z Compiling crossbeam-deque v0.8.6
29372026-07-14T15:34:18.896Z Compiling progenitor-impl v0.14.0
29382026-07-14T15:34:19.075Z Compiling serde_spanned v0.6.9
29392026-07-14T15:34:19.078Z Compiling toml_write v0.1.2
29402026-07-14T15:34:19.251Z Compiling lazy_static v1.5.0
29412026-07-14T15:34:19.512Z Compiling bytecount v0.6.9
29422026-07-14T15:34:19.525Z Compiling vcpkg v0.2.15
29432026-07-14T15:34:20.096Z Compiling openssl-sys v0.9.116
29442026-07-14T15:34:20.205Z Compiling toml_edit v0.22.27
29452026-07-14T15:34:21.001Z Compiling progenitor-macro v0.14.0
29462026-07-14T15:34:21.818Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-07-14T15:34:22.092Z Compiling proc-macro-crate v1.3.1
29482026-07-14T15:34:22.452Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29492026-07-14T15:34:22.467Z Compiling newtype_derive v0.1.6
29502026-07-14T15:34:22.734Z Compiling itertools v0.12.1
29512026-07-14T15:34:23.017Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29522026-07-14T15:34:23.264Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29532026-07-14T15:34:23.327Z Compiling resolv-conf v0.7.6
29542026-07-14T15:34:23.483Z Compiling swrite v0.1.0
29552026-07-14T15:34:23.544Z Compiling linked-hash-map v0.5.6
29562026-07-14T15:34:23.605Z Compiling unicode-segmentation v1.13.3
29572026-07-14T15:34:23.774Z Compiling owo-colors v4.3.0
29582026-07-14T15:34:24.218Z Compiling newline-converter v0.3.0
29592026-07-14T15:34:24.222Z Compiling lru-cache v0.1.2
29602026-07-14T15:34:24.327Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-07-14T15:34:24.423Z Compiling num_enum_derive v0.5.11
29622026-07-14T15:34:24.650Z Compiling rayon v1.12.0
29632026-07-14T15:34:25.277Z Compiling progenitor v0.14.0
29642026-07-14T15:34:25.436Z Compiling toml v0.8.23
29652026-07-14T15:34:25.632Z Compiling hickory-proto v0.24.4
29662026-07-14T15:34:25.846Z Compiling progenitor-impl v0.13.0
29672026-07-14T15:34:26.005Z Compiling console v0.15.11
29682026-07-14T15:34:26.042Z Compiling camino-tempfile v1.4.1
29692026-07-14T15:34:26.480Z Compiling serde-big-array v0.5.1
29702026-07-14T15:34:26.660Z Compiling derive-where v1.6.1
29712026-07-14T15:34:26.856Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-07-14T15:34:27.299Z Compiling pin-project-internal v1.1.13
29732026-07-14T15:34:27.426Z Compiling minimal-lexical v0.2.1
29742026-07-14T15:34:27.688Z Compiling siphasher v1.0.3
29752026-07-14T15:34:27.921Z Compiling phf_shared v0.12.1
29762026-07-14T15:34:27.969Z Compiling hickory-resolver v0.24.4
29772026-07-14T15:34:27.973Z Compiling progenitor-macro v0.13.0
29782026-07-14T15:34:28.164Z Compiling nom v7.1.3
29792026-07-14T15:34:28.423Z Compiling pin-project v1.1.13
29802026-07-14T15:34:29.379Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29812026-07-14T15:34:29.504Z Compiling expectorate v1.2.0
29822026-07-14T15:34:32.224Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29832026-07-14T15:34:32.606Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29842026-07-14T15:34:33.321Z Compiling num_enum v0.5.11
29852026-07-14T15:34:33.798Z Compiling progenitor-client v0.13.0
29862026-07-14T15:34:34.301Z Compiling zone_cfg_derive v0.3.1
29872026-07-14T15:34:35.049Z Compiling unicode-normalization v0.1.25
29882026-07-14T15:34:35.606Z Compiling snafu-derive v0.8.9
29892026-07-14T15:34:35.678Z Compiling tokio-stream v0.1.18
29902026-07-14T15:34:35.692Z Compiling async-recursion v1.1.1
29912026-07-14T15:34:36.276Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29922026-07-14T15:34:36.451Z Compiling slog-dtrace v0.3.0
29932026-07-14T15:34:36.629Z Compiling csv-core v0.1.13
29942026-07-14T15:34:36.760Z Compiling foldhash v0.1.5
29952026-07-14T15:34:37.005Z Compiling cancel-safe-futures v0.1.5
29962026-07-14T15:34:37.050Z Compiling chrono-tz v0.10.4
29972026-07-14T15:34:37.301Z Compiling highway v1.3.0
29982026-07-14T15:34:37.316Z Compiling unicode-width v0.1.14
29992026-07-14T15:34:37.402Z Compiling unicode-xid v0.2.6
30002026-07-14T15:34:37.547Z Compiling same-file v1.0.6
30012026-07-14T15:34:37.563Z Compiling smawk v0.3.2
30022026-07-14T15:34:37.641Z Compiling konst_macro_rules v0.2.19
30032026-07-14T15:34:37.738Z Compiling unicode-linebreak v0.1.5
30042026-07-14T15:34:37.738Z Compiling foreign-types-shared v0.1.1
30052026-07-14T15:34:37.849Z Compiling openssl v0.10.80
30062026-07-14T15:34:37.864Z Compiling foreign-types v0.3.2
30072026-07-14T15:34:37.953Z Compiling textwrap v0.16.2
30082026-07-14T15:34:38.008Z Compiling konst v0.2.20
30092026-07-14T15:34:38.043Z Compiling walkdir v2.5.0
30102026-07-14T15:34:38.189Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-07-14T15:34:38.407Z Compiling const_format_proc_macros v0.2.34
30122026-07-14T15:34:38.775Z Compiling snafu v0.8.9
30132026-07-14T15:34:38.830Z Compiling hashbrown v0.15.5
30142026-07-14T15:34:39.248Z Compiling csv v1.4.0
30152026-07-14T15:34:39.491Z Compiling qorb v0.4.1
30162026-07-14T15:34:39.515Z Compiling progenitor v0.13.0
30172026-07-14T15:34:39.560Z Compiling olpc-cjson v0.1.4
30182026-07-14T15:34:39.667Z Compiling zone v0.3.1
30192026-07-14T15:34:39.787Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30202026-07-14T15:34:41.457Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-14T15:34:42.014Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30222026-07-14T15:34:42.050Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30232026-07-14T15:34:43.409Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-07-14T15:34:43.968Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-07-14T15:34:44.192Z Compiling phf v0.12.1
30262026-07-14T15:34:44.858Z Compiling tokio-dtrace v0.1.1
30272026-07-14T15:34:45.220Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-07-14T15:34:45.513Z Compiling globset v0.4.18
30292026-07-14T15:34:46.177Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30302026-07-14T15:34:46.422Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-07-14T15:34:47.067Z Compiling smf v0.2.3
30322026-07-14T15:34:47.651Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30332026-07-14T15:34:47.738Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30342026-07-14T15:34:47.814Z Compiling libsw-core v0.3.2
30352026-07-14T15:34:48.013Z Compiling pem v3.0.6
30362026-07-14T15:34:48.211Z Compiling serde_plain v1.0.2
30372026-07-14T15:34:48.229Z Compiling openssl-macros v0.1.1
30382026-07-14T15:34:48.508Z Compiling cookie v0.18.1
30392026-07-14T15:34:48.720Z Compiling sigpipe v0.1.3
30402026-07-14T15:34:48.783Z Compiling fixedbitset v0.4.2
30412026-07-14T15:34:48.830Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-07-14T15:34:48.915Z Compiling typed-path v0.9.3
30432026-07-14T15:34:49.076Z Compiling glob v0.3.3
30442026-07-14T15:34:49.102Z Compiling jiff v0.2.28
30452026-07-14T15:34:49.180Z Compiling fixedbitset v0.5.7
30462026-07-14T15:34:49.660Z Compiling petgraph v0.8.3
30472026-07-14T15:34:50.016Z Compiling tough v0.22.0
30482026-07-14T15:34:50.033Z Compiling petgraph v0.6.5
30492026-07-14T15:34:51.447Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30502026-07-14T15:34:51.865Z Compiling libsw v3.5.0
30512026-07-14T15:34:51.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30522026-07-14T15:34:52.072Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-07-14T15:34:52.111Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30542026-07-14T15:34:52.335Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-07-14T15:34:52.419Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-07-14T15:34:52.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30572026-07-14T15:34:54.328Z Compiling oxide-tokio-rt v0.1.6
30582026-07-14T15:34:55.446Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-07-14T15:34:55.666Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-07-14T15:34:56.550Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-07-14T15:34:57.073Z Compiling const_format v0.2.36
30622026-07-14T15:34:57.600Z Compiling papergrid v0.11.0
30632026-07-14T15:34:57.902Z Compiling libscf-sys v1.2.0
30642026-07-14T15:34:58.068Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30652026-07-14T15:34:58.667Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-07-14T15:34:58.857Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-07-14T15:34:59.000Z Compiling tabled_derive v0.7.0
30682026-07-14T15:34:59.472Z Compiling gethostname v0.5.0
30692026-07-14T15:34:59.632Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30702026-07-14T15:34:59.838Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-07-14T15:34:59.852Z Compiling bcs v0.1.6
30722026-07-14T15:34:59.973Z Compiling tagptr v0.2.0
30732026-07-14T15:35:00.006Z Compiling linear-map v1.2.0
30742026-07-14T15:35:00.151Z Compiling termtree v0.5.1
30752026-07-14T15:35:00.240Z Compiling whoami v1.6.1
30762026-07-14T15:35:00.259Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-07-14T15:35:01.072Z Compiling moka v0.12.15
30782026-07-14T15:35:02.329Z Compiling tabled v0.15.0
30792026-07-14T15:35:02.358Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-07-14T15:35:02.551Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-07-14T15:35:02.844Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-07-14T15:35:03.072Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30832026-07-14T15:35:03.308Z Compiling steno v0.4.1
30842026-07-14T15:35:05.356Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30852026-07-14T15:35:08.582Z Compiling hickory-proto v0.25.2
30862026-07-14T15:35:09.129Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-07-14T15:35:10.184Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30882026-07-14T15:35:10.748Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30892026-07-14T15:35:10.867Z Compiling hickory-resolver v0.25.2
30902026-07-14T15:35:10.893Z Compiling parking_lot_core v0.8.6
30912026-07-14T15:35:11.254Z Compiling nom v8.0.0
30922026-07-14T15:35:12.166Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-07-14T15:35:12.212Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30942026-07-14T15:35:12.304Z Compiling parking_lot v0.11.2
30952026-07-14T15:35:12.940Z Compiling fxhash v0.2.1
30962026-07-14T15:35:13.101Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30972026-07-14T15:35:13.203Z Compiling crunchy v0.2.4
30982026-07-14T15:35:13.395Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30992026-07-14T15:35:13.559Z Compiling sled v0.34.7
31002026-07-14T15:35:13.663Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31012026-07-14T15:35:13.955Z Compiling typify-impl v0.4.3
31022026-07-14T15:35:16.786Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31032026-07-14T15:35:17.136Z Compiling proc-macro-error-attr2 v2.0.0
31042026-07-14T15:35:17.309Z Compiling tiny-keccak v2.0.2
31052026-07-14T15:35:17.598Z Compiling typify-macro v0.4.3
31062026-07-14T15:35:17.615Z Compiling proc-macro-error2 v2.0.1
31072026-07-14T15:35:18.569Z Compiling arc-swap v1.9.1
31082026-07-14T15:35:18.936Z Compiling internet-checksum v0.2.1
31092026-07-14T15:35:19.098Z Compiling slog-scope v4.4.1
31102026-07-14T15:35:19.173Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31112026-07-14T15:35:19.481Z Compiling tabled_derive v0.11.0
31122026-07-14T15:35:19.523Z Compiling papergrid v0.18.0
31132026-07-14T15:35:19.540Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31142026-07-14T15:35:19.899Z Compiling testing_table v0.3.0
31152026-07-14T15:35:20.398Z Compiling itertools v0.15.0
31162026-07-14T15:35:20.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31172026-07-14T15:35:21.005Z Compiling tabled v0.21.0
31182026-07-14T15:35:21.067Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31192026-07-14T15:35:22.014Z Compiling const-random-macro v0.1.16
31202026-07-14T15:35:22.458Z Compiling slog-stdlog v4.1.1
31212026-07-14T15:35:22.927Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31222026-07-14T15:35:23.615Z Compiling dropshot-api-manager-types v0.7.2
31232026-07-14T15:35:24.188Z Compiling smartstring v1.0.1
31242026-07-14T15:35:24.501Z Compiling ahash v0.8.12
31252026-07-14T15:35:25.197Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31262026-07-14T15:35:25.254Z Compiling slog-envlogger v2.2.0
31272026-07-14T15:35:26.440Z Compiling const-random v0.1.18
31282026-07-14T15:35:26.533Z Compiling typify v0.4.3
31292026-07-14T15:35:27.364Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31302026-07-14T15:35:27.674Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31312026-07-14T15:35:27.840Z Compiling toml_datetime v0.7.5+spec-1.1.0
31322026-07-14T15:35:28.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31332026-07-14T15:35:28.434Z Compiling crc8 v0.1.1
31342026-07-14T15:35:28.623Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
31352026-07-14T15:35:29.114Z Compiling toml v0.9.12+spec-1.1.0
31362026-07-14T15:35:30.234Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31372026-07-14T15:35:31.209Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31382026-07-14T15:35:32.934Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31392026-07-14T15:35:33.947Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31402026-07-14T15:35:35.427Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31412026-07-14T15:35:35.520Z Compiling progenitor-impl v0.10.0
31422026-07-14T15:35:36.370Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31432026-07-14T15:35:37.105Z Compiling lzma-sys v0.1.20
31442026-07-14T15:35:37.282Z Compiling sha1 v0.10.6
31452026-07-14T15:35:37.575Z Compiling thin-vec v0.2.18
31462026-07-14T15:35:37.575Z Compiling rhai_codegen v3.2.0
31472026-07-14T15:35:37.711Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31482026-07-14T15:35:37.947Z Compiling fs-err v3.3.0
31492026-07-14T15:35:38.237Z Compiling typeid v1.0.3
31502026-07-14T15:35:38.277Z Compiling utf-8 v0.7.6
31512026-07-14T15:35:38.509Z Compiling tungstenite v0.21.0
31522026-07-14T15:35:38.850Z Compiling rhai v1.25.1
31532026-07-14T15:35:39.614Z Compiling progenitor-macro v0.10.0
31542026-07-14T15:35:40.647Z Compiling cargo_toml v0.22.3
31552026-07-14T15:35:43.853Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-07-14T15:35:45.520Z Compiling sha2 v0.10.9
31572026-07-14T15:35:46.796Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-07-14T15:35:46.873Z Compiling progenitor v0.10.0
31592026-07-14T15:35:47.040Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31602026-07-14T15:35:47.898Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31612026-07-14T15:35:48.048Z Compiling tokio-tungstenite v0.21.0
31622026-07-14T15:35:48.423Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31632026-07-14T15:35:48.616Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31642026-07-14T15:35:50.597Z Compiling port-file v0.1.0
31652026-07-14T15:35:50.876Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31662026-07-14T15:35:51.695Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31672026-07-14T15:35:52.008Z Compiling console v0.16.3
31682026-07-14T15:35:52.088Z Compiling git-stub v1.0.0
31692026-07-14T15:35:52.590Z Compiling base64 v0.21.7
31702026-07-14T15:35:53.006Z Compiling is_ci v1.2.0
31712026-07-14T15:35:53.099Z Compiling unit-prefix v0.5.2
31722026-07-14T15:35:53.200Z Compiling supports-color v3.0.2
31732026-07-14T15:35:53.279Z Compiling indicatif v0.18.4
31742026-07-14T15:35:53.293Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31752026-07-14T15:35:53.895Z Compiling git-stub-vcs v0.1.0
31762026-07-14T15:35:54.649Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31772026-07-14T15:35:55.995Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31782026-07-14T15:35:56.191Z Compiling ron v0.12.1
31792026-07-14T15:35:57.253Z Compiling xz2 v0.1.7
31802026-07-14T15:35:57.614Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31812026-07-14T15:35:57.627Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31822026-07-14T15:35:57.914Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31832026-07-14T15:35:58.048Z Compiling drift v0.2.0
31842026-07-14T15:35:59.984Z Compiling base16ct v1.0.0
31852026-07-14T15:36:00.045Z Compiling dropshot-api-manager v0.7.2
31862026-07-14T15:36:04.884Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
31872026-07-14T15:36:07.253Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31882026-07-14T15:36:09.584Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31892026-07-14T15:36:10.771Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31902026-07-14T15:36:11.031Z Compiling natord v1.0.9
31912026-07-14T15:36:11.336Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31922026-07-14T15:36:11.436Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31932026-07-14T15:36:13.996Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31942026-07-14T15:36:17.336Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31952026-07-14T15:36:17.806Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31962026-07-14T15:36:24.402Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31972026-07-14T15:36:24.898Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31982026-07-14T15:36:25.748Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31992026-07-14T15:36:27.660Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32002026-07-14T15:36:29.777Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32012026-07-14T15:36:56.860Z Finished `release` profile [optimized] target(s) in 4m 24s
32022026-07-14T15:36:57.042Z
32032026-07-14T15:36:57.046Zreal 4:24.375231833
32042026-07-14T15:36:57.046Zuser 29:55.272230800
32052026-07-14T15:36:57.046Zsys 2:52.019853168
32062026-07-14T15:36:57.046Ztrap 0.745720059
32072026-07-14T15:36:57.046Ztflt 1.373511185
32082026-07-14T15:36:57.046Zdflt 1.636105006
32092026-07-14T15:36:57.046Zkflt 0.000059705
32102026-07-14T15:36:57.046Zlock 1:59:12.445139357
32112026-07-14T15:36:57.046Zslp 1:25:52.868359348
32122026-07-14T15:36:57.046Zlat 2:20.860124266
32132026-07-14T15:36:57.046Zstop 3:43.395866697
32142026-07-14T15:36:57.046Z+ for x in debug release
32152026-07-14T15:36:57.046Z+ mkdir -p /work/debug
32162026-07-14T15:36:57.046Z+ cp target/debug/ddmd /work/debug/ddmd
32172026-07-14T15:36:57.533Z+ cp target/debug/ddmadm /work/debug/ddmadm
32182026-07-14T15:36:57.911Z+ cp target/debug/mgd /work/debug/mgd
32192026-07-14T15:36:58.549Z+ cp target/debug/mgadm /work/debug/mgadm
32202026-07-14T15:36:59.021Z+ for x in debug release
32212026-07-14T15:36:59.021Z+ mkdir -p /work/release
32222026-07-14T15:36:59.025Z+ cp target/release/ddmd /work/release/ddmd
32232026-07-14T15:36:59.115Z+ cp target/release/ddmadm /work/release/ddmadm
32242026-07-14T15:36:59.196Z+ cp target/release/mgd /work/release/mgd
32252026-07-14T15:36:59.261Z+ cp target/release/mgadm /work/release/mgadm
32262026-07-14T15:36:59.361Z+ cp target/release/falcon-lab /work/release/falcon-lab
32272026-07-14T15:36:59.431Zprocess exited: duration 720615 ms, exit code 0
 
32282026-07-14T15:36:59.447Zfound 9 output files
32292026-07-14T15:36:59.447Zuploading: /work/debug/ddmadm (504835096 bytes)
32302026-07-14T15:37:06.268Zuploaded: /work/debug/ddmadm
32312026-07-14T15:37:06.268Zuploading: /work/debug/ddmd (579155088 bytes)
32322026-07-14T15:37:13.963Zuploaded: /work/debug/ddmd
32332026-07-14T15:37:13.963Zuploading: /work/debug/mgadm (599423648 bytes)
32342026-07-14T15:37:21.532Zuploaded: /work/debug/mgadm
32352026-07-14T15:37:21.532Zuploading: /work/debug/mgd (683064728 bytes)
32362026-07-14T15:37:30.351Zuploaded: /work/debug/mgd
32372026-07-14T15:37:30.351Zuploading: /work/release/ddmadm (48802808 bytes)
32382026-07-14T15:37:31.951Zuploaded: /work/release/ddmadm
32392026-07-14T15:37:31.951Zuploading: /work/release/ddmd (56352856 bytes)
32402026-07-14T15:37:33.395Zuploaded: /work/release/ddmd
32412026-07-14T15:37:33.395Zuploading: /work/release/falcon-lab (39593112 bytes)
32422026-07-14T15:37:34.677Zuploaded: /work/release/falcon-lab
32432026-07-14T15:37:34.677Zuploading: /work/release/mgadm (62406712 bytes)
32442026-07-14T15:37:36.089Zuploaded: /work/release/mgadm
32452026-07-14T15:37:36.090Zuploading: /work/release/mgd (76080240 bytes)
32462026-07-14T15:37:37.713Zuploaded: /work/release/mgd