01KW2M42J94VT0C8RP1V0J2WAS: 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: 01KW2M4GN44V3GHCA4SDSPEM9G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:19.937Zjob assigned to worker 01KW2M4JJBVC87AXKT71QJWJAZ [factory aws, i-0ef2981ed81f22f77] (queued for 43 s)
 
22026-06-26T18:48:26.292Zstarting task 0: "setup"
32026-06-26T18:48:26.296Z++ uname -s
42026-06-26T18:48:26.299Z+ kern=SunOS
52026-06-26T18:48:26.299Z+ build_user=build
62026-06-26T18:48:26.299Z+ build_uid=12345
72026-06-26T18:48:26.299Z+ work_dir=/work
82026-06-26T18:48:26.300Z+ input_dir=/input
92026-06-26T18:48:26.300Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:26.300Z+ case "$kern" in
112026-06-26T18:48:26.300Z+ groupadd -g 12345 build
122026-06-26T18:48:26.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:28.307Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:28.410Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:28.413Z+ home_fs=zfs
162026-06-26T18:48:28.413Z+ [[ zfs == autofs ]]
172026-06-26T18:48:28.413Z+ mkdir -p /home/build
182026-06-26T18:48:28.413Z+ chown build:build /home/build /work
192026-06-26T18:48:30.414Z+ chmod 0700 /home/build /work
202026-06-26T18:48:30.418Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-26T18:48:30.424Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:30.428Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:30.428Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T18:48:30.428Z * rust toolchain channel = "stable"
252026-06-26T18:48:30.429Z * rust toolchain profile = "default"
262026-06-26T18:48:30.432Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:30.432Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:30.432Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:30.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:30.553Zinfo: downloading installer
312026-06-26T18:48:32.007Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:32.007Zwarn: /opt/ooce/bin
332026-06-26T18:48:32.007Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:32.007Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:32.007Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:32.007Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:32.007Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:32.007Zerror: cannot install while Rust is installed
392026-06-26T18:48:32.007Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:32.007Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:32.007Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:32.007Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:32.008Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:32.019Zinfo: profile set to default
452026-06-26T18:48:32.019Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:32.024Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:32.157Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:32.164Zinfo: downloading 6 components
492026-06-26T18:48:47.325Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:48:47.325Z
512026-06-26T18:48:47.352Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:48:47.352Z
532026-06-26T18:48:47.352Z
542026-06-26T18:48:47.352ZRust is installed now. Great!
552026-06-26T18:48:47.352Z
562026-06-26T18:48:47.356ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:48:47.356Zenvironment variable. This has not been done automatically.
582026-06-26T18:48:47.356Z
592026-06-26T18:48:47.356ZTo configure your current shell, you need to source
602026-06-26T18:48:47.356Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:48:47.356Z
622026-06-26T18:48:47.356ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:48:47.356Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:48:47.356Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:48:47.356Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:48:47.356Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:48:47.356Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:48:47.356Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:48:47.356Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:48:47.356Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:48:47.435Z+ rustup --version
722026-06-26T18:48:47.443Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:48:47.446Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:48:47.464Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:48:47.467Z+ cargo --version
762026-06-26T18:48:47.479Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:48:47.482Z+ rustc --version
782026-06-26T18:48:47.501Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:48:47.504Zprocess exited: duration 17076 ms, exit code 0
 
802026-06-26T18:48:47.510Zstarting task 2: "authentication"
812026-06-26T18:48:47.526Zprocess exited: duration 16 ms, exit code 0
 
822026-06-26T18:48:47.533Zstarting task 3: "clone repository"
832026-06-26T18:48:47.536Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:48:47.539Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:48:47.568ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:48:48.807Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:48:48.807Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:48:49.063ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:48:49.063Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:48:49.076Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:48:49.079Z++ git branch --show-current
922026-06-26T18:48:49.079Z+ current=main
932026-06-26T18:48:49.079Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:48:49.080Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:48:49.080Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:48:49.092ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:48:49.095Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:48:49.110ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:48:49.113Zprocess exited: duration 1577 ms, exit code 0
 
1002026-06-26T18:48:49.119Zstarting task 4: "build"
1012026-06-26T18:48:49.123Z+ pfexec pkg install clang-15
1022026-06-26T18:48:57.887Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-26T18:49:05.509Z Startup: Caching catalogs ... Done
1042026-06-26T18:49:12.744ZPlanning: Solver setup ... Done
1052026-06-26T18:49:12.785ZPlanning: Running solver ... Done
1062026-06-26T18:49:12.921ZPlanning: Finding local manifests ... Done
1072026-06-26T18:49:12.965ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-26T18:49:13.080ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-26T18:49:13.111ZPlanning: Package planning ... Done
1102026-06-26T18:49:13.137ZPlanning: Merging actions ... Done
1112026-06-26T18:49:13.246ZPlanning: Checking for conflicting actions ... Done
1122026-06-26T18:49:13.252ZPlanning: Consolidating action changes ... Done
1132026-06-26T18:49:14.028ZPlanning: Evaluating mediators ... Done
1142026-06-26T18:49:14.033ZPlanning: Planning completed in 8.36 seconds
1152026-06-26T18:49:14.044Z Packages to install: 2
1162026-06-26T18:49:14.048Z Mediators to change: 2
1172026-06-26T18:49:14.048Z Services to change: 1
1182026-06-26T18:49:14.048Z Create boot environment: No
1192026-06-26T18:49:14.048ZCreate backup boot environment: No
1202026-06-26T18:49:14.086Z
1212026-06-26T18:49:14.086ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-26T18:49:19.087ZDownload: 1132/3076 items 110.0/211.3MB 52% complete (22.0M/s)
1232026-06-26T18:49:26.747ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (17.6M/s)
1242026-06-26T18:49:31.747ZDownload: 2913/3076 items 132.4/211.3MB 62% complete (1.4M/s)
1252026-06-26T18:49:37.459ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (9.0M/s)
1262026-06-26T18:49:42.716ZDownload: 3065/3076 items 209.1/211.3MB 98% complete (8.8M/s)
1272026-06-26T18:49:47.218ZDownload: Completed 211.31 MB in 33.13 seconds (6.4M/s)
1282026-06-26T18:49:47.331Z Actions: 1/3418 actions (Installing new actions)
1292026-06-26T18:49:50.456Z Actions: Completed 3418 actions in 3.12 seconds.
1302026-06-26T18:49:51.096Z Done
1312026-06-26T18:49:51.097Z Done
1322026-06-26T18:49:51.847Z Done
1332026-06-26T18:49:55.250Z Done
1342026-06-26T18:49:55.320Z Done
1352026-06-26T18:49:55.323Z Done
1362026-06-26T18:49:55.632Z Done
1372026-06-26T18:49:56.304Z+ cargo --version
1382026-06-26T18:49:56.311Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1392026-06-26T18:49:56.459Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1402026-06-26T18:49:56.463Zinfo: downloading 6 components
1412026-06-26T18:50:11.511Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1422026-06-26T18:50:11.515Z+ rustc --version
1432026-06-26T18:50:11.541Zrustc 1.95.0 (59807616e 2026-04-14)
1442026-06-26T18:50:11.545Z+ banner check
1452026-06-26T18:50:11.548Z
1462026-06-26T18:50:11.548Z #### # # ###### #### # #
1472026-06-26T18:50:11.548Z # # # # # # # # #
1482026-06-26T18:50:11.548Z # ###### ##### # ####
1492026-06-26T18:50:11.548Z # # # # # # #
1502026-06-26T18:50:11.548Z # # # # # # # # #
1512026-06-26T18:50:11.548Z #### # # ###### #### # #
1522026-06-26T18:50:11.548Z
1532026-06-26T18:50:11.548Z+ cargo fmt -- --check
1542026-06-26T18:50:11.944Z+ cargo clippy --all-targets -- --deny warnings
1552026-06-26T18:50:12.056Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-06-26T18:50:12.693ZFrom https://github.com/oxidecomputer/falcon
1572026-06-26T18:50:12.693Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1582026-06-26T18:50:12.772Z Updating crates.io index
1592026-06-26T18:50:12.775Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1602026-06-26T18:50:13.223ZFrom https://github.com/oxidecomputer/dendrite
1612026-06-26T18:50:13.223Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1622026-06-26T18:50:13.292Z Updating git repository `https://github.com/oxidecomputer/ispf`
1632026-06-26T18:50:13.584ZFrom https://github.com/oxidecomputer/ispf
1642026-06-26T18:50:13.585Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1652026-06-26T18:50:13.795Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-06-26T18:50:14.191ZFrom https://github.com/oxidecomputer/netadm-sys
1672026-06-26T18:50:14.191Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1682026-06-26T18:50:14.198Z Updating git repository `https://github.com/oxidecomputer/omicron`
1692026-06-26T18:50:20.306ZFrom https://github.com/oxidecomputer/omicron
1702026-06-26T18:50:20.306Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1712026-06-26T18:50:20.728Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-06-26T18:50:21.388ZFrom https://github.com/oxidecomputer/opte
1732026-06-26T18:50:21.388Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1742026-06-26T18:50:21.418Z Updating git repository `https://github.com/illumos/smf-rs`
1752026-06-26T18:50:21.709ZFrom https://github.com/illumos/smf-rs
1762026-06-26T18:50:21.709Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1772026-06-26T18:50:22.215Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1782026-06-26T18:50:22.527ZFrom https://github.com/oxidecomputer/network-interface
1792026-06-26T18:50:22.528Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1802026-06-26T18:50:22.692Z Updating git repository `https://github.com/oxidecomputer/zone`
1812026-06-26T18:50:22.984ZFrom https://github.com/oxidecomputer/zone
1822026-06-26T18:50:22.985Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1832026-06-26T18:50:23.009Z Updating git repository `https://github.com/oxidecomputer/propolis`
1842026-06-26T18:50:23.660ZFrom https://github.com/oxidecomputer/propolis
1852026-06-26T18:50:23.660Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1862026-06-26T18:50:24.047Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1872026-06-26T18:50:24.582ZFrom https://github.com/oxidecomputer/transceiver-control
1882026-06-26T18:50:24.582Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1892026-06-26T18:50:24.592Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1902026-06-26T18:50:24.910ZFrom https://github.com/oxidecomputer/dlpi-sys
1912026-06-26T18:50:24.910Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1922026-06-26T18:50:24.924Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1932026-06-26T18:50:25.246ZFrom https://github.com/jmesmon/rust-libzfs
1942026-06-26T18:50:25.246Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1952026-06-26T18:50:25.254Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1962026-06-26T18:50:25.542ZFrom https://github.com/oxidecomputer/rusty-doors
1972026-06-26T18:50:25.542Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1982026-06-26T18:50:25.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
1992026-06-26T18:50:25.890ZFrom https://github.com/oxidecomputer/lldp
2002026-06-26T18:50:25.890Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2012026-06-26T18:50:25.998Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2022026-06-26T18:50:26.294ZFrom https://github.com/oxidecomputer/slog-error-chain
2032026-06-26T18:50:26.294Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2042026-06-26T18:50:26.394Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2052026-06-26T18:50:26.717ZFrom https://github.com/oxidecomputer/tufaceous
2062026-06-26T18:50:26.717Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2072026-06-26T18:50:26.748Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2082026-06-26T18:50:27.247ZFrom https://github.com/oxidecomputer/management-gateway-service
2092026-06-26T18:50:27.247Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2102026-06-26T18:50:27.484Z Updating git repository `https://github.com/oxidecomputer/crucible`
2112026-06-26T18:50:28.346ZFrom https://github.com/oxidecomputer/crucible
2122026-06-26T18:50:28.346Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2132026-06-26T18:50:29.270Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2142026-06-26T18:50:29.550ZFrom https://github.com/oxidecomputer/serde_human_bytes
2152026-06-26T18:50:29.550Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2162026-06-26T18:50:29.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-26T18:50:30.266ZFrom https://github.com/oxidecomputer/propolis
2182026-06-26T18:50:30.266Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2192026-06-26T18:50:30.584Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-06-26T18:50:31.073ZFrom https://github.com/oxidecomputer/crucible
2212026-06-26T18:50:31.073Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2222026-06-26T18:50:31.356Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-06-26T18:50:31.706ZFrom https://github.com/oxidecomputer/tofino
2242026-06-26T18:50:31.706Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2252026-06-26T18:50:31.734Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-06-26T18:50:32.437ZFrom https://github.com/oxidecomputer/maghemite
2272026-06-26T18:50:32.437Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2282026-06-26T18:50:32.499Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-26T18:50:32.807ZFrom https://github.com/oxidecomputer/clickward
2302026-06-26T18:50:32.807Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2312026-06-26T18:50:33.106Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-26T18:50:33.392ZFrom https://github.com/oxidecomputer/illumos-devinfo
2332026-06-26T18:50:33.392Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2342026-06-26T18:50:34.674Z Downloading crates ...
2352026-06-26T18:50:34.739Z Downloaded anstyle-query v1.1.5
2362026-06-26T18:50:34.750Z Downloaded convert_case v0.4.0
2372026-06-26T18:50:34.753Z Downloaded adler2 v2.0.1
2382026-06-26T18:50:34.757Z Downloaded async-stream v0.3.6
2392026-06-26T18:50:34.760Z Downloaded compression-core v0.4.32
2402026-06-26T18:50:34.763Z Downloaded block-buffer v0.12.0
2412026-06-26T18:50:34.763Z Downloaded autocfg v1.5.1
2422026-06-26T18:50:34.766Z Downloaded critical-section v1.2.0
2432026-06-26T18:50:34.769Z Downloaded aead v0.5.2
2442026-06-26T18:50:34.769Z Downloaded chacha20 v0.10.0
2452026-06-26T18:50:34.772Z Downloaded cfg-if v1.0.4
2462026-06-26T18:50:34.775Z Downloaded defmt-macros v1.1.0
2472026-06-26T18:50:34.778Z Downloaded bit-set v0.8.0
2482026-06-26T18:50:34.781Z Downloaded cookie v0.18.1
2492026-06-26T18:50:34.781Z Downloaded blake2 v0.10.6
2502026-06-26T18:50:34.785Z Downloaded float-ord v0.3.2
2512026-06-26T18:50:34.788Z Downloaded console v0.16.3
2522026-06-26T18:50:34.788Z Downloaded ciborium-io v0.2.2
2532026-06-26T18:50:34.791Z Downloaded darling_macro v0.21.3
2542026-06-26T18:50:34.791Z Downloaded colorchoice v1.0.5
2552026-06-26T18:50:34.794Z Downloaded hmac v0.12.1
2562026-06-26T18:50:34.797Z Downloaded cobs v0.3.0
2572026-06-26T18:50:34.800Z Downloaded bitflags v1.3.2
2582026-06-26T18:50:34.802Z Downloaded const-random-macro v0.1.16
2592026-06-26T18:50:34.803Z Downloaded diff v0.1.13
2602026-06-26T18:50:34.805Z Downloaded base16ct v0.2.0
2612026-06-26T18:50:34.808Z Downloaded async-stream-impl v0.3.6
2622026-06-26T18:50:34.808Z Downloaded argon2 v0.5.3
2632026-06-26T18:50:34.811Z Downloaded darling_macro v0.23.0
2642026-06-26T18:50:34.814Z Downloaded dropshot-api-manager v0.7.2
2652026-06-26T18:50:34.817Z Downloaded defmt-parser v1.0.0
2662026-06-26T18:50:34.820Z Downloaded ciborium-ll v0.2.2
2672026-06-26T18:50:34.820Z Downloaded debug-ignore v1.0.5
2682026-06-26T18:50:34.823Z Downloaded hickory-resolver v0.25.2
2692026-06-26T18:50:34.827Z Downloaded crucible-workspace-hack v0.1.0
2702026-06-26T18:50:34.830Z Downloaded const-random v0.1.18
2712026-06-26T18:50:34.830Z Downloaded clap_lex v1.1.0
2722026-06-26T18:50:34.833Z Downloaded compression-codecs v0.4.38
2732026-06-26T18:50:34.836Z Downloaded group v0.13.0
2742026-06-26T18:50:34.836Z Downloaded const_format_proc_macros v0.2.34
2752026-06-26T18:50:34.839Z Downloaded camino-tempfile v1.4.1
2762026-06-26T18:50:34.842Z Downloaded chacha20poly1305 v0.10.1
2772026-06-26T18:50:34.845Z Downloaded bit-vec v0.8.0
2782026-06-26T18:50:34.845Z Downloaded dyn-clone v1.0.20
2792026-06-26T18:50:34.848Z Downloaded atomic-waker v1.1.2
2802026-06-26T18:50:34.851Z Downloaded curve25519-dalek-derive v0.1.1
2812026-06-26T18:50:34.851Z Downloaded erased-serde v0.3.31
2822026-06-26T18:50:34.854Z Downloaded embedded-io v0.6.1
2832026-06-26T18:50:34.854Z Downloaded getrandom v0.4.2
2842026-06-26T18:50:34.857Z Downloaded cpufeatures v0.2.17
2852026-06-26T18:50:34.860Z Downloaded fxhash v0.2.1
2862026-06-26T18:50:34.863Z Downloaded equivalent v1.0.2
2872026-06-26T18:50:34.863Z Downloaded futures-io v0.3.32
2882026-06-26T18:50:34.866Z Downloaded crypto-common v0.1.7
2892026-06-26T18:50:34.869Z Downloaded fixedbitset v0.4.2
2902026-06-26T18:50:34.869Z Downloaded dtrace-parser v0.3.0
2912026-06-26T18:50:34.872Z Downloaded form_urlencoded v1.2.2
2922026-06-26T18:50:34.872Z Downloaded foreign-types v0.3.2
2932026-06-26T18:50:34.875Z Downloaded heck v0.5.0
2942026-06-26T18:50:34.875Z Downloaded gethostname v0.5.0
2952026-06-26T18:50:34.878Z Downloaded crossbeam-deque v0.8.6
2962026-06-26T18:50:34.881Z Downloaded futures-task v0.3.32
2972026-06-26T18:50:34.881Z Downloaded anstream v1.0.0
2982026-06-26T18:50:34.884Z Downloaded generic-array v0.14.7
2992026-06-26T18:50:34.887Z Downloaded futures-core v0.3.32
3002026-06-26T18:50:34.887Z Downloaded futures-sink v0.3.32
3012026-06-26T18:50:34.890Z Downloaded dunce v1.0.5
3022026-06-26T18:50:34.890Z Downloaded http-body v1.0.1
3032026-06-26T18:50:34.893Z Downloaded heck v0.4.1
3042026-06-26T18:50:34.893Z Downloaded base64ct v1.8.3
3052026-06-26T18:50:34.896Z Downloaded async-trait v0.1.89
3062026-06-26T18:50:34.899Z Downloaded fnv v1.0.7
3072026-06-26T18:50:34.903Z Downloaded dtrace-parser v0.2.0
3082026-06-26T18:50:34.903Z Downloaded cargo_toml v0.22.3
3092026-06-26T18:50:34.906Z Downloaded cipher v0.4.4
3102026-06-26T18:50:34.906Z Downloaded foreign-types-shared v0.3.1
3112026-06-26T18:50:34.909Z Downloaded errno v0.3.14
3122026-06-26T18:50:34.909Z Downloaded foreign-types v0.5.0
3132026-06-26T18:50:34.912Z Downloaded hubpack_derive v0.1.1
3142026-06-26T18:50:34.912Z Downloaded hex v0.4.3
3152026-06-26T18:50:34.915Z Downloaded indent_write v2.2.0
3162026-06-26T18:50:34.915Z Downloaded idna_adapter v1.2.2
3172026-06-26T18:50:34.918Z Downloaded hubpack v0.1.2
3182026-06-26T18:50:34.918Z Downloaded httpdate v1.0.3
3192026-06-26T18:50:34.921Z Downloaded git-stub v1.0.0
3202026-06-26T18:50:34.924Z Downloaded dof v0.3.0
3212026-06-26T18:50:34.925Z Downloaded hostname v0.3.1
3222026-06-26T18:50:34.928Z Downloaded crc8 v0.1.1
3232026-06-26T18:50:34.928Z Downloaded dropshot-api-manager-types v0.7.2
3242026-06-26T18:50:34.931Z Downloaded async-recursion v1.1.1
3252026-06-26T18:50:34.934Z Downloaded enum-as-inner v0.6.1
3262026-06-26T18:50:34.934Z Downloaded byteorder v1.5.0
3272026-06-26T18:50:34.937Z Downloaded bytecount v0.6.9
3282026-06-26T18:50:34.937Z Downloaded bs58 v0.5.1
3292026-06-26T18:50:34.940Z Downloaded hostname v0.4.2
3302026-06-26T18:50:34.943Z Downloaded cmake v0.1.58
3312026-06-26T18:50:34.943Z Downloaded internet-checksum v0.2.1
3322026-06-26T18:50:34.946Z Downloaded inout v0.1.4
3332026-06-26T18:50:34.946Z Downloaded byte-wrapper v0.1.0
3342026-06-26T18:50:34.949Z Downloaded itoa v1.0.18
3352026-06-26T18:50:34.952Z Downloaded is_terminal_polyfill v1.70.2
3362026-06-26T18:50:34.952Z Downloaded colored v3.1.1
3372026-06-26T18:50:34.955Z Downloaded futures-macro v0.3.32
3382026-06-26T18:50:34.955Z Downloaded fixedbitset v0.5.7
3392026-06-26T18:50:34.958Z Downloaded digest v0.10.7
3402026-06-26T18:50:34.961Z Downloaded fs-err v3.3.0
3412026-06-26T18:50:34.961Z Downloaded deranged v0.5.8
3422026-06-26T18:50:34.964Z Downloaded digest v0.11.3
3432026-06-26T18:50:34.968Z Downloaded keccak v0.1.6
3442026-06-26T18:50:34.968Z Downloaded data-encoding v2.11.0
3452026-06-26T18:50:34.971Z Downloaded darling v0.21.3
3462026-06-26T18:50:34.974Z Downloaded ciborium v0.2.2
3472026-06-26T18:50:34.977Z Downloaded cancel-safe-futures v0.1.5
3482026-06-26T18:50:34.977Z Downloaded linked-hash-map v0.5.6
3492026-06-26T18:50:34.980Z Downloaded libscf-sys v1.2.0
3502026-06-26T18:50:34.980Z Downloaded anyhow v1.0.102
3512026-06-26T18:50:34.983Z Downloaded lru-slab v0.1.2
3522026-06-26T18:50:34.986Z Downloaded lru-cache v0.1.2
3532026-06-26T18:50:34.986Z Downloaded humantime v2.3.0
3542026-06-26T18:50:34.989Z Downloaded konst_macro_rules v0.2.19
3552026-06-26T18:50:34.989Z Downloaded natord v1.0.9
3562026-06-26T18:50:34.992Z Downloaded memmap v0.7.0
3572026-06-26T18:50:34.992Z Downloaded daft v0.1.7
3582026-06-26T18:50:34.995Z Downloaded newtype_derive v0.1.6
3592026-06-26T18:50:34.998Z Downloaded newline-converter v0.3.0
3602026-06-26T18:50:34.998Z Downloaded mime v0.3.17
3612026-06-26T18:50:35.001Z Downloaded match_cfg v0.1.0
3622026-06-26T18:50:35.001Z Downloaded foreign-types-macros v0.2.3
3632026-06-26T18:50:35.004Z Downloaded darling_core v0.23.0
3642026-06-26T18:50:35.007Z Downloaded glob v0.3.3
3652026-06-26T18:50:35.007Z Downloaded ingot-types v0.1.2
3662026-06-26T18:50:35.010Z Downloaded either v1.16.0
3672026-06-26T18:50:35.010Z Downloaded displaydoc v0.2.6
3682026-06-26T18:50:35.014Z Downloaded git-stub-vcs v0.1.0
3692026-06-26T18:50:35.017Z Downloaded fs_extra v1.3.0
3702026-06-26T18:50:35.017Z Downloaded cc v1.2.63
3712026-06-26T18:50:35.021Z Downloaded console v0.15.11
3722026-06-26T18:50:35.021Z Downloaded ahash v0.8.12
3732026-06-26T18:50:35.024Z Downloaded foldhash v0.2.0
3742026-06-26T18:50:35.027Z Downloaded no-std-compat v0.4.1
3752026-06-26T18:50:35.027Z Downloaded macaddr v1.0.1
3762026-06-26T18:50:35.030Z Downloaded hash32 v0.3.1
3772026-06-26T18:50:35.030Z Downloaded num-iter v0.1.45
3782026-06-26T18:50:35.033Z Downloaded foldhash v0.1.5
3792026-06-26T18:50:35.033Z Downloaded fastrand v2.4.1
3802026-06-26T18:50:35.036Z Downloaded newtype-uuid-macros v0.1.0
3812026-06-26T18:50:35.036Z Downloaded num-conv v0.2.2
3822026-06-26T18:50:35.039Z Downloaded num-derive v0.4.2
3832026-06-26T18:50:35.039Z Downloaded ipnet v2.12.0
3842026-06-26T18:50:35.042Z Downloaded crc32fast v1.5.0
3852026-06-26T18:50:35.042Z Downloaded olpc-cjson v0.1.4
3862026-06-26T18:50:35.045Z Downloaded crossbeam-epoch v0.9.18
3872026-06-26T18:50:35.045Z Downloaded ipnetwork v0.21.1
3882026-06-26T18:50:35.048Z Downloaded jobserver v0.1.34
3892026-06-26T18:50:35.052Z Downloaded num_enum_derive v0.5.11
3902026-06-26T18:50:35.052Z Downloaded crossbeam-utils v0.8.21
3912026-06-26T18:50:35.055Z Downloaded ingot v0.1.1
3922026-06-26T18:50:35.055Z Downloaded libsw v3.5.0
3932026-06-26T18:50:35.058Z Downloaded openssl-probe v0.2.1
3942026-06-26T18:50:35.058Z Downloaded hybrid-array v0.4.12
3952026-06-26T18:50:35.061Z Downloaded openssl-macros v0.1.1
3962026-06-26T18:50:35.061Z Downloaded highway v1.3.0
3972026-06-26T18:50:35.064Z Downloaded opaque-debug v0.3.1
3982026-06-26T18:50:35.064Z Downloaded omicron-workspace-hack v0.1.0
3992026-06-26T18:50:35.067Z Downloaded linear-map v1.2.0
4002026-06-26T18:50:35.067Z Downloaded lazy_static v1.5.0
4012026-06-26T18:50:35.070Z Downloaded libsw-core v0.3.2
4022026-06-26T18:50:35.070Z Downloaded managed v0.8.0
4032026-06-26T18:50:35.073Z Downloaded lock_api v0.4.14
4042026-06-26T18:50:35.073Z Downloaded globset v0.4.18
4052026-06-26T18:50:35.076Z Downloaded clap_derive v4.6.1
4062026-06-26T18:50:35.077Z Downloaded camino v1.2.2
4072026-06-26T18:50:35.080Z Downloaded num v0.4.3
4082026-06-26T18:50:35.083Z Downloaded memoffset v0.9.1
4092026-06-26T18:50:35.083Z Downloaded chacha20 v0.9.1
4102026-06-26T18:50:35.086Z Downloaded is-terminal v0.4.17
4112026-06-26T18:50:35.086Z Downloaded instant v0.1.13
4122026-06-26T18:50:35.089Z Downloaded plain v0.2.3
4132026-06-26T18:50:35.089Z Downloaded hyper-rustls v0.27.9
4142026-06-26T18:50:35.089Z Downloaded backon v1.6.0
4152026-06-26T18:50:35.092Z Downloaded phf_shared v0.12.1
4162026-06-26T18:50:35.095Z Downloaded percent-encoding v2.3.2
4172026-06-26T18:50:35.095Z Downloaded ident_case v1.0.1
4182026-06-26T18:50:35.095Z Downloaded http-body-util v0.1.3
4192026-06-26T18:50:35.098Z Downloaded newtype-uuid v1.3.2
4202026-06-26T18:50:35.098Z Downloaded ingot-macros v0.1.1
4212026-06-26T18:50:35.101Z Downloaded getrandom v0.2.17
4222026-06-26T18:50:35.104Z Downloaded futures-channel v0.3.32
4232026-06-26T18:50:35.104Z Downloaded is_ci v1.2.0
4242026-06-26T18:50:35.109Z Downloaded foreign-types-shared v0.1.1
4252026-06-26T18:50:35.109Z Downloaded find-msvc-tools v0.1.9
4262026-06-26T18:50:35.109Z Downloaded defmt v1.1.0
4272026-06-26T18:50:35.112Z Downloaded pretty-hex v0.4.2
4282026-06-26T18:50:35.112Z Downloaded potential_utf v0.1.5
4292026-06-26T18:50:35.116Z Downloaded powerfmt v0.2.0
4302026-06-26T18:50:35.116Z Downloaded dof v0.4.0
4312026-06-26T18:50:35.119Z Downloaded daft-derive v0.1.7
4322026-06-26T18:50:35.119Z Downloaded anstyle-parse v1.0.0
4332026-06-26T18:50:35.123Z Downloaded num-rational v0.4.2
4342026-06-26T18:50:35.123Z Downloaded anstyle v1.0.14
4352026-06-26T18:50:35.126Z Downloaded futures-executor v0.3.32
4362026-06-26T18:50:35.126Z Downloaded num-complex v0.4.6
4372026-06-26T18:50:35.129Z Downloaded proc-macro-crate v1.3.1
4382026-06-26T18:50:35.129Z Downloaded proc-macro-error-attr2 v2.0.0
4392026-06-26T18:50:35.132Z Downloaded base64 v0.22.1
4402026-06-26T18:50:35.135Z Downloaded const-oid v0.10.2
4412026-06-26T18:50:35.135Z Downloaded ff v0.13.1
4422026-06-26T18:50:35.138Z Downloaded num_enum v0.5.11
4432026-06-26T18:50:35.141Z Downloaded progenitor-client v0.10.0
4442026-06-26T18:50:35.141Z Downloaded getrandom v0.3.4
4452026-06-26T18:50:35.144Z Downloaded progenitor-client v0.14.0
4462026-06-26T18:50:35.144Z Downloaded expectorate v1.2.0
4472026-06-26T18:50:35.147Z Downloaded progenitor-macro v0.14.0
4482026-06-26T18:50:35.150Z Downloaded progenitor-macro v0.10.0
4492026-06-26T18:50:35.150Z Downloaded proc-macro-error-attr v1.0.4
4502026-06-26T18:50:35.150Z Downloaded proc-macro-crate v3.5.0
4512026-06-26T18:50:35.154Z Downloaded litemap v0.8.2
4522026-06-26T18:50:35.154Z Downloaded parse-display v0.10.0
4532026-06-26T18:50:35.157Z Downloaded num_threads v0.1.7
4542026-06-26T18:50:35.157Z Downloaded quick-error v1.2.3
4552026-06-26T18:50:35.160Z Downloaded progenitor-macro v0.13.0
4562026-06-26T18:50:35.160Z Downloaded parse-display-derive v0.10.0
4572026-06-26T18:50:35.160Z Downloaded num_enum_derive v0.7.6
4582026-06-26T18:50:35.163Z Downloaded httparse v1.10.1
4592026-06-26T18:50:35.166Z Downloaded rand_chacha v0.3.1
4602026-06-26T18:50:35.166Z Downloaded bitflags v2.12.1
4612026-06-26T18:50:35.169Z Downloaded ref-cast-impl v1.0.25
4622026-06-26T18:50:35.169Z Downloaded paste v1.0.15
4632026-06-26T18:50:35.172Z Downloaded indexmap v1.9.3
4642026-06-26T18:50:35.176Z Downloaded memmap2 v0.9.10
4652026-06-26T18:50:35.176Z Downloaded oxnet v0.1.6
4662026-06-26T18:50:35.179Z Downloaded clap v4.6.1
4672026-06-26T18:50:35.183Z Downloaded pkg-config v0.3.33
4682026-06-26T18:50:35.186Z Downloaded phf v0.12.1
4692026-06-26T18:50:35.186Z Downloaded poly1305 v0.8.0
4702026-06-26T18:50:35.189Z Downloaded ref-cast v1.0.25
4712026-06-26T18:50:35.189Z Downloaded rand_xorshift v0.4.0
4722026-06-26T18:50:35.192Z Downloaded pin-project-internal v1.1.13
4732026-06-26T18:50:35.192Z Downloaded pem v3.0.6
4742026-06-26T18:50:35.195Z Downloaded password-hash v0.5.0
4752026-06-26T18:50:35.195Z Downloaded half v2.7.1
4762026-06-26T18:50:35.198Z Downloaded ppv-lite86 v0.2.21
4772026-06-26T18:50:35.198Z Downloaded futures v0.3.32
4782026-06-26T18:50:35.202Z Downloaded oxide-tokio-rt v0.1.6
4792026-06-26T18:50:35.205Z Downloaded darling_core v0.21.3
4802026-06-26T18:50:35.208Z Downloaded num_enum v0.7.6
4812026-06-26T18:50:35.211Z Downloaded dropshot_endpoint v0.17.1
4822026-06-26T18:50:35.214Z Downloaded once_cell v1.21.4
4832026-06-26T18:50:35.217Z Downloaded proc-macro-error2 v2.0.1
4842026-06-26T18:50:35.220Z Downloaded rustc_version v0.1.7
4852026-06-26T18:50:35.220Z Downloaded progenitor-extras v0.2.0
4862026-06-26T18:50:35.220Z Downloaded derive-where v1.6.1
4872026-06-26T18:50:35.222Z Downloaded owo-colors v4.3.0
4882026-06-26T18:50:35.225Z Downloaded bytes v1.11.1
4892026-06-26T18:50:35.228Z Downloaded rustc_version v0.4.1
4902026-06-26T18:50:35.228Z Downloaded num-integer v0.1.46
4912026-06-26T18:50:35.231Z Downloaded multer v3.1.0
4922026-06-26T18:50:35.231Z Downloaded icu_provider v2.2.0
4932026-06-26T18:50:35.234Z Downloaded quote v1.0.45
4942026-06-26T18:50:35.237Z Downloaded proc-macro-error v1.0.4
4952026-06-26T18:50:35.241Z Downloaded derive_more v0.99.20
4962026-06-26T18:50:35.244Z Downloaded parking_lot_core v0.9.12
4972026-06-26T18:50:35.244Z Downloaded progenitor-client v0.13.0
4982026-06-26T18:50:35.244Z Downloaded iana-time-zone v0.1.65
4992026-06-26T18:50:35.247Z Downloaded same-file v1.0.6
5002026-06-26T18:50:35.248Z Downloaded progenitor v0.14.0
5012026-06-26T18:50:35.251Z Downloaded scroll_derive v0.12.1
5022026-06-26T18:50:35.251Z Downloaded progenitor v0.13.0
5032026-06-26T18:50:35.251Z Downloaded semver v0.1.20
5042026-06-26T18:50:35.254Z Downloaded scroll_derive v0.13.1
5052026-06-26T18:50:35.254Z Downloaded progenitor v0.10.0
5062026-06-26T18:50:35.254Z Downloaded parking_lot v0.11.2
5072026-06-26T18:50:35.257Z Downloaded scopeguard v1.2.0
5082026-06-26T18:50:35.257Z Downloaded allocator-api2 v0.2.21
5092026-06-26T18:50:35.261Z Downloaded icu_properties v2.2.0
5102026-06-26T18:50:35.261Z Downloaded pest_generator v2.8.6
5112026-06-26T18:50:35.264Z Downloaded secrecy v0.10.3
5122026-06-26T18:50:35.264Z Downloaded const_format v0.2.36
5132026-06-26T18:50:35.267Z Downloaded pest_derive v2.8.6
5142026-06-26T18:50:35.270Z Downloaded async-compression v0.4.42
5152026-06-26T18:50:35.273Z Downloaded rustc-hash v2.1.2
5162026-06-26T18:50:35.276Z Downloaded resolv-conf v0.7.6
5172026-06-26T18:50:35.276Z Downloaded serde-big-array v0.5.1
5182026-06-26T18:50:35.276Z Downloaded log v0.4.32
5192026-06-26T18:50:35.279Z Downloaded serial_test v3.5.0
5202026-06-26T18:50:35.282Z Downloaded base64 v0.21.7
5212026-06-26T18:50:35.282Z Downloaded pin-project-lite v0.2.17
5222026-06-26T18:50:35.285Z Downloaded rand_core v0.10.1
5232026-06-26T18:50:35.288Z Downloaded serde_repr v0.1.20
5242026-06-26T18:50:35.288Z Downloaded serde_spanned v0.6.9
5252026-06-26T18:50:35.291Z Downloaded rand_core v0.9.5
5262026-06-26T18:50:35.291Z Downloaded serial_test_derive v3.5.0
5272026-06-26T18:50:35.294Z Downloaded serde_spanned v1.1.1
5282026-06-26T18:50:35.294Z Downloaded rand_core v0.6.4
5292026-06-26T18:50:35.294Z Downloaded rand_chacha v0.9.0
5302026-06-26T18:50:35.297Z Downloaded serde_urlencoded v0.7.1
5312026-06-26T18:50:35.297Z Downloaded rustls-native-certs v0.8.4
5322026-06-26T18:50:35.300Z Downloaded sha1 v0.11.0
5332026-06-26T18:50:35.300Z Downloaded serde_plain v1.0.2
5342026-06-26T18:50:35.303Z Downloaded rustversion v1.0.22
5352026-06-26T18:50:35.303Z Downloaded rustls-pemfile v2.2.0
5362026-06-26T18:50:35.305Z Downloaded embedded-io v0.4.0
5372026-06-26T18:50:35.306Z Downloaded cstr-argument v0.1.2
5382026-06-26T18:50:35.309Z Downloaded sigpipe v0.1.3
5392026-06-26T18:50:35.309Z Downloaded crypto-common v0.2.2
5402026-06-26T18:50:35.309Z Downloaded csv-core v0.1.13
5412026-06-26T18:50:35.312Z Downloaded slog-envlogger v2.2.0
5422026-06-26T18:50:35.312Z Downloaded crunchy v0.2.4
5432026-06-26T18:50:35.312Z Downloaded cfg_aliases v0.2.1
5442026-06-26T18:50:35.315Z Downloaded icu_normalizer_data v2.2.0
5452026-06-26T18:50:35.315Z Downloaded icu_normalizer v2.2.0
5462026-06-26T18:50:35.319Z Downloaded atomicwrites v0.4.4
5472026-06-26T18:50:35.322Z Downloaded papergrid v0.18.0
5482026-06-26T18:50:35.322Z Downloaded derive-ex v0.1.8
5492026-06-26T18:50:35.325Z Downloaded elliptic-curve v0.13.8
5502026-06-26T18:50:35.328Z Downloaded scroll v0.13.0
5512026-06-26T18:50:35.328Z Downloaded scroll v0.12.0
5522026-06-26T18:50:35.328Z Downloaded postcard v1.1.3
5532026-06-26T18:50:35.331Z Downloaded siphasher v1.0.3
5542026-06-26T18:50:35.331Z Downloaded sha1 v0.10.6
5552026-06-26T18:50:35.334Z Downloaded slog-bunyan v2.5.0
5562026-06-26T18:50:35.334Z Downloaded smawk v0.3.2
5572026-06-26T18:50:35.334Z Downloaded spin v0.5.2
5582026-06-26T18:50:35.338Z Downloaded indicatif v0.18.4
5592026-06-26T18:50:35.338Z Downloaded hickory-resolver v0.24.4
5602026-06-26T18:50:35.342Z Downloaded strsim v0.11.1
5612026-06-26T18:50:35.345Z Downloaded flate2 v1.1.9
5622026-06-26T18:50:35.345Z Downloaded icu_locale_core v2.2.0
5632026-06-26T18:50:35.348Z Downloaded crossbeam-channel v0.5.15
5642026-06-26T18:50:35.351Z Downloaded defmt v0.3.100
5652026-06-26T18:50:35.354Z Downloaded block-buffer v0.10.4
5662026-06-26T18:50:35.354Z Downloaded drift v0.2.0
5672026-06-26T18:50:35.359Z Downloaded structmeta v0.3.0
5682026-06-26T18:50:35.362Z Downloaded serde_derive_internals v0.29.1
5692026-06-26T18:50:35.362Z Downloaded rhai_codegen v3.2.0
5702026-06-26T18:50:35.365Z Downloaded subtle v2.6.1
5712026-06-26T18:50:35.369Z Downloaded darling v0.23.0
5722026-06-26T18:50:35.372Z Downloaded stable_deref_trait v1.2.1
5732026-06-26T18:50:35.372Z Downloaded konst v0.2.20
5742026-06-26T18:50:35.375Z Downloaded sha2 v0.10.9
5752026-06-26T18:50:35.378Z Downloaded jiff-static v0.2.28
5762026-06-26T18:50:35.378Z Downloaded cpufeatures v0.3.0
5772026-06-26T18:50:35.381Z Downloaded tabled_derive v0.7.0
5782026-06-26T18:50:35.381Z Downloaded tabwriter v1.4.1
5792026-06-26T18:50:35.381Z Downloaded miniz_oxide v0.8.9
5802026-06-26T18:50:35.384Z Downloaded testing_table v0.3.0
5812026-06-26T18:50:35.385Z Downloaded parking_lot_core v0.8.6
5822026-06-26T18:50:35.385Z Downloaded parking_lot v0.12.5
5832026-06-26T18:50:35.388Z Downloaded signal-hook-registry v1.4.8
5842026-06-26T18:50:35.388Z Downloaded pin-project v1.1.13
5852026-06-26T18:50:35.394Z Downloaded strum v0.27.2
5862026-06-26T18:50:35.397Z Downloaded strum v0.26.3
5872026-06-26T18:50:35.397Z Downloaded swrite v0.1.0
5882026-06-26T18:50:35.397Z Downloaded supports-color v3.0.2
5892026-06-26T18:50:35.400Z Downloaded papergrid v0.11.0
5902026-06-26T18:50:35.400Z Downloaded sync_wrapper v1.0.2
5912026-06-26T18:50:35.403Z Downloaded serde_tokenstream v0.2.3
5922026-06-26T18:50:35.403Z Downloaded snafu-derive v0.8.9
5932026-06-26T18:50:35.404Z Downloaded structmeta-derive v0.3.0
5942026-06-26T18:50:35.407Z Downloaded static_assertions v1.1.0
5952026-06-26T18:50:35.407Z Downloaded slog-dtrace v0.3.0
5962026-06-26T18:50:35.407Z Downloaded slog-async v2.8.0
5972026-06-26T18:50:35.410Z Downloaded termtree v0.5.1
5982026-06-26T18:50:35.410Z Downloaded take_mut v0.2.2
5992026-06-26T18:50:35.410Z Downloaded tabled_derive v0.11.0
6002026-06-26T18:50:35.413Z Downloaded thread-id v5.1.0
6012026-06-26T18:50:35.413Z Downloaded terminal_size v0.4.4
6022026-06-26T18:50:35.413Z Downloaded icu_collections v2.2.0
6032026-06-26T18:50:35.416Z Downloaded time-core v0.1.8
6042026-06-26T18:50:35.419Z Downloaded pest_meta v2.8.6
6052026-06-26T18:50:35.419Z Downloaded simd-adler32 v0.3.9
6062026-06-26T18:50:35.422Z Downloaded shlex v2.0.1
6072026-06-26T18:50:35.422Z Downloaded rusty-fork v0.3.1
6082026-06-26T18:50:35.422Z Downloaded rustls-pki-types v1.14.1
6092026-06-26T18:50:35.425Z Downloaded quinn-udp v0.5.14
6102026-06-26T18:50:35.425Z Downloaded thread-id v4.2.2
6112026-06-26T18:50:35.428Z Downloaded strum_macros v0.27.2
6122026-06-26T18:50:35.428Z Downloaded tinyvec_macros v0.1.1
6132026-06-26T18:50:35.428Z Downloaded bcs v0.1.6
6142026-06-26T18:50:35.432Z Downloaded base16ct v1.0.0
6152026-06-26T18:50:35.432Z Downloaded crypto-bigint v0.5.5
6162026-06-26T18:50:35.435Z Downloaded tagptr v0.2.0
6172026-06-26T18:50:35.435Z Downloaded indexmap v2.14.0
6182026-06-26T18:50:35.438Z Downloaded slab v0.4.12
6192026-06-26T18:50:35.438Z Downloaded tokio-macros v2.7.0
6202026-06-26T18:50:35.441Z Downloaded heapless v0.8.0
6212026-06-26T18:50:35.444Z Downloaded backoff v0.4.0
6222026-06-26T18:50:35.444Z Downloaded arc-swap v1.9.1
6232026-06-26T18:50:35.447Z Downloaded slog-stdlog v4.1.1
6242026-06-26T18:50:35.447Z Downloaded ryu v1.0.23
6252026-06-26T18:50:35.453Z Downloaded toml_datetime v0.6.11
6262026-06-26T18:50:35.456Z Downloaded thiserror-impl-no-std v2.0.2
6272026-06-26T18:50:35.456Z Downloaded openssl-sys v0.9.116
6282026-06-26T18:50:35.459Z Downloaded toml_write v0.1.2
6292026-06-26T18:50:35.459Z Downloaded progenitor-impl v0.14.0
6302026-06-26T18:50:35.463Z Downloaded slog-scope v4.4.1
6312026-06-26T18:50:35.463Z Downloaded smf v0.2.3
6322026-06-26T18:50:35.466Z Downloaded smartstring v1.0.1
6332026-06-26T18:50:35.466Z Downloaded progenitor-impl v0.10.0
6342026-06-26T18:50:35.468Z Downloaded slog-json v2.6.1
6352026-06-26T18:50:35.478Z Downloaded semver v1.0.28
6362026-06-26T18:50:35.481Z Downloaded spin v0.9.8
6372026-06-26T18:50:35.485Z Downloaded tower-layer v0.3.3
6382026-06-26T18:50:35.488Z Downloaded tinystr v0.8.3
6392026-06-26T18:50:35.488Z Downloaded minimal-lexical v0.2.1
6402026-06-26T18:50:35.491Z Downloaded serde_path_to_error v0.1.20
6412026-06-26T18:50:35.494Z Downloaded prettyplease v0.2.37
6422026-06-26T18:50:35.494Z Downloaded synstructure v0.13.2
6432026-06-26T18:50:35.497Z Downloaded serde_derive v1.0.228
6442026-06-26T18:50:35.497Z Downloaded pretty_assertions v1.4.1
6452026-06-26T18:50:35.500Z Downloaded tower-service v0.3.3
6462026-06-26T18:50:35.500Z Downloaded thread_local v1.1.9
6472026-06-26T18:50:35.500Z Downloaded thiserror v1.0.69
6482026-06-26T18:50:35.503Z Downloaded typify-macro v0.6.2
6492026-06-26T18:50:35.503Z Downloaded typeid v1.0.3
6502026-06-26T18:50:35.507Z Downloaded serde_with_macros v3.20.0
6512026-06-26T18:50:35.507Z Downloaded try-lock v0.2.5
6522026-06-26T18:50:35.507Z Downloaded hashbrown v0.12.3
6532026-06-26T18:50:35.510Z Downloaded typify-macro v0.4.3
6542026-06-26T18:50:35.510Z Downloaded hyper-util v0.1.20
6552026-06-26T18:50:35.513Z Downloaded strum_macros v0.26.4
6562026-06-26T18:50:35.519Z Downloaded unicode-linebreak v0.1.5
6572026-06-26T18:50:35.523Z Downloaded num-traits v0.2.19
6582026-06-26T18:50:35.526Z Downloaded aho-corasick v1.1.4
6592026-06-26T18:50:35.529Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6602026-06-26T18:50:35.529Z Downloaded tokio-dtrace v0.1.1
6612026-06-26T18:50:35.533Z Downloaded unarray v0.1.4
6622026-06-26T18:50:35.536Z Downloaded untrusted v0.9.0
6632026-06-26T18:50:35.536Z Downloaded untrusted v0.7.1
6642026-06-26T18:50:35.536Z Downloaded usdt v0.5.0
6652026-06-26T18:50:35.539Z Downloaded usdt v0.6.0
6662026-06-26T18:50:35.539Z Downloaded thiserror-impl v2.0.18
6672026-06-26T18:50:35.542Z Downloaded usdt-attr-macro v0.5.0
6682026-06-26T18:50:35.542Z Downloaded toml_writer v1.1.1+spec-1.1.0
6692026-06-26T18:50:35.542Z Downloaded h2 v0.4.14
6702026-06-26T18:50:35.545Z Downloaded quinn v0.11.9
6712026-06-26T18:50:35.548Z Downloaded thiserror-no-std v2.0.2
6722026-06-26T18:50:35.552Z Downloaded thiserror-impl v1.0.69
6732026-06-26T18:50:35.552Z Downloaded thiserror v2.0.18
6742026-06-26T18:50:35.555Z Downloaded slog v2.8.2
6752026-06-26T18:50:35.555Z Downloaded similar v2.7.0
6762026-06-26T18:50:35.558Z Downloaded unit-prefix v0.5.2
6772026-06-26T18:50:35.558Z Downloaded thin-vec v0.2.18
6782026-06-26T18:50:35.561Z Downloaded rayon-core v1.13.0
6792026-06-26T18:50:35.561Z Downloaded unicode-xid v0.2.6
6802026-06-26T18:50:35.564Z Downloaded slog-term v2.9.2
6812026-06-26T18:50:35.564Z Downloaded progenitor-impl v0.13.0
6822026-06-26T18:50:35.567Z Downloaded utf8_iter v1.0.4
6832026-06-26T18:50:35.567Z Downloaded utf8parse v0.2.2
6842026-06-26T18:50:35.567Z Downloaded utf-8 v0.7.6
6852026-06-26T18:50:35.567Z Downloaded usdt-macro v0.5.0
6862026-06-26T18:50:35.570Z Downloaded proc-macro2 v1.0.106
6872026-06-26T18:50:35.570Z Downloaded mio v1.2.1
6882026-06-26T18:50:35.575Z Downloaded want v0.3.1
6892026-06-26T18:50:35.575Z Downloaded term v1.2.1
6902026-06-26T18:50:35.578Z Downloaded rustls-platform-verifier v0.7.0
6912026-06-26T18:50:35.578Z Downloaded tiny-keccak v2.0.2
6922026-06-26T18:50:35.581Z Downloaded schemars_derive v0.8.22
6932026-06-26T18:50:35.581Z Downloaded schemars v0.8.22
6942026-06-26T18:50:35.585Z Downloaded nom v7.1.3
6952026-06-26T18:50:35.588Z Downloaded memchr v2.8.1
6962026-06-26T18:50:35.591Z Downloaded serde_core v1.0.228
6972026-06-26T18:50:35.594Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6982026-06-26T18:50:35.597Z Downloaded version_check v0.9.5
6992026-06-26T18:50:35.602Z Downloaded waitgroup v0.1.2
7002026-06-26T18:50:35.606Z Downloaded rustls-webpki v0.103.13
7012026-06-26T18:50:35.609Z Downloaded toml_parser v1.1.2+spec-1.1.0
7022026-06-26T18:50:35.613Z Downloaded usdt-attr-macro v0.6.0
7032026-06-26T18:50:35.616Z Downloaded zerofrom-derive v0.1.7
7042026-06-26T18:50:35.616Z Downloaded tokio-tungstenite v0.21.0
7052026-06-26T18:50:35.624Z Downloaded http v1.4.1
7062026-06-26T18:50:35.628Z Downloaded zone v0.3.1
7072026-06-26T18:50:35.632Z Downloaded rand v0.9.4
7082026-06-26T18:50:35.635Z Downloaded rand v0.8.6
7092026-06-26T18:50:35.638Z Downloaded rand v0.10.1
7102026-06-26T18:50:35.641Z Downloaded serde v1.0.228
7112026-06-26T18:50:35.644Z Downloaded yoke-derive v0.8.2
7122026-06-26T18:50:35.644Z Downloaded tempfile v3.27.0
7132026-06-26T18:50:35.644Z Downloaded usdt-macro v0.6.0
7142026-06-26T18:50:35.647Z Downloaded usdt-impl v0.6.0
7152026-06-26T18:50:35.650Z Downloaded zone_cfg_derive v0.3.1
7162026-06-26T18:50:35.650Z Downloaded vsss-rs v3.3.4
7172026-06-26T18:50:35.650Z Downloaded tinyvec v1.11.0
7182026-06-26T18:50:35.653Z Downloaded textwrap v0.16.2
7192026-06-26T18:50:35.653Z Downloaded walkdir v2.5.0
7202026-06-26T18:50:35.656Z Downloaded smallvec v1.15.1
7212026-06-26T18:50:35.659Z Downloaded zeroize_derive v1.4.3
7222026-06-26T18:50:35.662Z Downloaded zerofrom v0.1.8
7232026-06-26T18:50:35.662Z Downloaded time-macros v0.2.27
7242026-06-26T18:50:35.665Z Downloaded qorb v0.4.1
7252026-06-26T18:50:35.668Z Downloaded schemars v0.9.0
7262026-06-26T18:50:35.673Z Downloaded clap_builder v4.6.0
7272026-06-26T18:50:35.676Z Downloaded xz2 v0.1.7
7282026-06-26T18:50:35.680Z Downloaded usdt-impl v0.5.0
7292026-06-26T18:50:35.680Z Downloaded universal-hash v0.5.1
7302026-06-26T18:50:35.680Z Downloaded tokio-rustls v0.26.4
7312026-06-26T18:50:35.686Z Downloaded toml v0.8.23
7322026-06-26T18:50:35.689Z Downloaded tokio-stream v0.1.18
7332026-06-26T18:50:35.692Z Downloaded wait-timeout v0.2.1
7342026-06-26T18:50:35.695Z Downloaded zmij v1.0.21
7352026-06-26T18:50:35.695Z Downloaded serde_yaml v0.9.34+deprecated
7362026-06-26T18:50:35.698Z Downloaded zerovec-derive v0.11.3
7372026-06-26T18:50:35.698Z Downloaded zeroize v1.8.2
7382026-06-26T18:50:35.698Z Downloaded whoami v1.6.1
7392026-06-26T18:50:35.701Z Downloaded hyper v1.10.1
7402026-06-26T18:50:35.704Z Downloaded pest v2.8.6
7412026-06-26T18:50:35.708Z Downloaded socket2 v0.6.4
7422026-06-26T18:50:35.720Z Downloaded tracing-core v0.1.36
7432026-06-26T18:50:35.724Z Downloaded typify v0.6.2
7442026-06-26T18:50:35.732Z Downloaded tungstenite v0.21.0
7452026-06-26T18:50:35.735Z Downloaded hashbrown v0.16.1
7462026-06-26T18:50:35.746Z Downloaded test-strategy v0.4.5
7472026-06-26T18:50:35.751Z Downloaded snafu v0.8.9
7482026-06-26T18:50:35.754Z Downloaded schemars v1.2.1
7492026-06-26T18:50:35.766Z Downloaded toml v1.1.2+spec-1.1.0
7502026-06-26T18:50:35.769Z Downloaded toml v0.9.12+spec-1.1.0
7512026-06-26T18:50:35.773Z Downloaded icu_properties_data v2.2.0
7522026-06-26T18:50:35.778Z Downloaded uuid v1.23.2
7532026-06-26T18:50:35.781Z Downloaded steno v0.4.1
7542026-06-26T18:50:35.784Z Downloaded hashbrown v0.15.5
7552026-06-26T18:50:35.788Z Downloaded ucd-trie v0.1.7
7562026-06-26T18:50:35.788Z Downloaded idna v1.1.0
7572026-06-26T18:50:35.792Z Downloaded nom v8.0.0
7582026-06-26T18:50:35.797Z Downloaded ron v0.12.1
7592026-06-26T18:50:35.802Z Downloaded writeable v0.6.3
7602026-06-26T18:50:35.805Z Downloaded yoke v0.8.3
7612026-06-26T18:50:35.805Z Downloaded tracing-attributes v0.1.31
7622026-06-26T18:50:35.808Z Downloaded unicode-ident v1.0.24
7632026-06-26T18:50:35.808Z Downloaded typify v0.4.3
7642026-06-26T18:50:35.812Z Downloaded zerocopy-derive v0.7.35
7652026-06-26T18:50:35.815Z Downloaded unsafe-libyaml v0.2.11
7662026-06-26T18:50:35.837Z Downloaded toml_edit v0.25.12+spec-1.1.0
7672026-06-26T18:50:35.841Z Downloaded url v2.5.8
7682026-06-26T18:50:35.865Z Downloaded reqwest v0.12.28
7692026-06-26T18:50:35.870Z Downloaded itertools v0.12.1
7702026-06-26T18:50:35.885Z Downloaded itertools v0.14.0
7712026-06-26T18:50:35.889Z Downloaded zerotrie v0.2.4
7722026-06-26T18:50:35.893Z Downloaded typenum v1.20.1
7732026-06-26T18:50:35.898Z Downloaded yansi v1.0.1
7742026-06-26T18:50:35.902Z Downloaded toml_edit v0.22.27
7752026-06-26T18:50:35.905Z Downloaded tower v0.5.3
7762026-06-26T18:50:35.908Z Downloaded rayon v1.12.0
7772026-06-26T18:50:35.911Z Downloaded reqwest v0.13.4
7782026-06-26T18:50:35.915Z Downloaded hkdf v0.12.4
7792026-06-26T18:50:35.918Z Downloaded futures-util v0.3.32
7802026-06-26T18:50:35.922Z Downloaded hashbrown v0.17.1
7812026-06-26T18:50:35.926Z Downloaded zerocopy-derive v0.8.50
7822026-06-26T18:50:35.930Z Downloaded unicode-segmentation v1.13.3
7832026-06-26T18:50:35.933Z Downloaded typed-path v0.9.3
7842026-06-26T18:50:35.939Z Downloaded libm v0.2.16
7852026-06-26T18:50:35.947Z Downloaded tokio-util v0.7.18
7862026-06-26T18:50:35.952Z Downloaded aws-lc-rs v1.17.0
7872026-06-26T18:50:35.956Z Downloaded toml_edit v0.19.15
7882026-06-26T18:50:35.964Z Downloaded iddqd v0.4.2
7892026-06-26T18:50:35.969Z Downloaded goblin v0.8.2
7902026-06-26T18:50:35.972Z Downloaded tough v0.22.0
7912026-06-26T18:50:35.995Z Downloaded moka v0.12.15
7922026-06-26T18:50:35.999Z Downloaded zerovec v0.11.6
7932026-06-26T18:50:36.003Z Downloaded tower-http v0.6.11
7942026-06-26T18:50:36.007Z Downloaded regex v1.12.3
7952026-06-26T18:50:36.010Z Downloaded chrono v0.4.45
7962026-06-26T18:50:36.043Z Downloaded portable-atomic v1.13.1
7972026-06-26T18:50:36.046Z Downloaded winnow v0.5.40
7982026-06-26T18:50:36.062Z Downloaded tabled v0.15.0
7992026-06-26T18:50:36.071Z Downloaded zerocopy v0.7.35
8002026-06-26T18:50:36.079Z Downloaded unicode-normalization v0.1.25
8012026-06-26T18:50:36.082Z Downloaded curve25519-dalek v4.1.3
8022026-06-26T18:50:36.085Z Downloaded serde_json v1.0.150
8032026-06-26T18:50:36.100Z Downloaded tabled v0.21.0
8042026-06-26T18:50:36.126Z Downloaded bstr v1.12.1
8052026-06-26T18:50:36.143Z Downloaded openssl v0.10.80
8062026-06-26T18:50:36.189Z Downloaded regress v0.10.5
8072026-06-26T18:50:36.196Z Downloaded proptest v1.11.0
8082026-06-26T18:50:36.202Z Downloaded rhai v1.25.1
8092026-06-26T18:50:36.207Z Downloaded openapiv3 v2.2.0
8102026-06-26T18:50:36.215Z Downloaded serde_with v3.20.0
8112026-06-26T18:50:36.225Z Downloaded goblin v0.10.7
8122026-06-26T18:50:36.233Z Downloaded rustls v0.23.40
8132026-06-26T18:50:36.239Z Downloaded zerocopy v0.8.50
8142026-06-26T18:50:36.249Z Downloaded quinn-proto v0.11.14
8152026-06-26T18:50:36.275Z Downloaded winnow v0.7.15
8162026-06-26T18:50:36.304Z Downloaded winnow v1.0.3
8172026-06-26T18:50:36.313Z Downloaded time v0.3.47
8182026-06-26T18:50:36.330Z Downloaded sled v0.34.7
8192026-06-26T18:50:36.350Z Downloaded syn v1.0.109
8202026-06-26T18:50:36.355Z Downloaded typify-impl v0.4.3
8212026-06-26T18:50:36.362Z Downloaded webpki-roots v1.0.7
8222026-06-26T18:50:36.371Z Downloaded dropshot v0.17.1
8232026-06-26T18:50:36.383Z Downloaded vcpkg v0.2.15
8242026-06-26T18:50:36.426Z Downloaded unicode-width v0.1.14
8252026-06-26T18:50:36.434Z Downloaded nix v0.31.3
8262026-06-26T18:50:36.443Z Downloaded hickory-proto v0.24.4
8272026-06-26T18:50:36.450Z Downloaded unicode-width v0.2.2
8282026-06-26T18:50:36.453Z Downloaded lzma-sys v0.1.20
8292026-06-26T18:50:36.470Z Downloaded chrono-tz v0.10.4
8302026-06-26T18:50:36.479Z Downloaded smoltcp v0.11.0
8312026-06-26T18:50:36.486Z Downloaded syn v2.0.117
8322026-06-26T18:50:36.492Z Downloaded csv v1.4.0
8332026-06-26T18:50:36.504Z Downloaded rustix v0.38.44
8342026-06-26T18:50:36.516Z Downloaded hickory-proto v0.25.2
8352026-06-26T18:50:36.525Z Downloaded regress v0.11.1
8362026-06-26T18:50:36.530Z Downloaded regex-syntax v0.8.10
8372026-06-26T18:50:36.536Z Downloaded sha3 v0.10.9
8382026-06-26T18:50:36.544Z Downloaded tokio v1.52.3
8392026-06-26T18:50:36.566Z Downloaded rustix v1.1.4
8402026-06-26T18:50:36.610Z Downloaded tracing v0.1.44
8412026-06-26T18:50:36.625Z Downloaded typify-impl v0.6.2
8422026-06-26T18:50:36.687Z Downloaded regex-automata v0.4.14
8432026-06-26T18:50:36.729Z Downloaded petgraph v0.6.5
8442026-06-26T18:50:36.749Z Downloaded jiff v0.2.28
8452026-06-26T18:50:36.772Z Downloaded petgraph v0.8.3
8462026-06-26T18:50:36.784Z Downloaded libc v0.2.186
8472026-06-26T18:50:36.881Z Downloaded encoding_rs v0.8.35
8482026-06-26T18:50:36.894Z Downloaded ring v0.17.14
8492026-06-26T18:50:37.258Z Downloaded aws-lc-sys v0.41.0
8502026-06-26T18:50:37.802Z Compiling proc-macro2 v1.0.106
8512026-06-26T18:50:37.802Z Compiling quote v1.0.45
8522026-06-26T18:50:37.802Z Compiling unicode-ident v1.0.24
8532026-06-26T18:50:37.802Z Compiling serde_core v1.0.228
8542026-06-26T18:50:37.802Z Compiling serde v1.0.228
8552026-06-26T18:50:37.802Z Compiling libc v0.2.186
8562026-06-26T18:50:37.802Z Compiling zmij v1.0.21
8572026-06-26T18:50:37.805Z Compiling autocfg v1.5.1
8582026-06-26T18:50:38.158Z Compiling libm v0.2.16
8592026-06-26T18:50:38.500Z Compiling icu_normalizer_data v2.2.0
8602026-06-26T18:50:38.519Z Compiling icu_properties_data v2.2.0
8612026-06-26T18:50:38.541Z Compiling serde_json v1.0.150
8622026-06-26T18:50:38.632Z Compiling num-traits v0.2.19
8632026-06-26T18:50:38.651Z Compiling getrandom v0.4.2
8642026-06-26T18:50:38.854Z Compiling version_check v0.9.5
8652026-06-26T18:50:38.961Z Compiling thiserror v2.0.18
8662026-06-26T18:50:39.134Z Compiling memchr v2.8.1
8672026-06-26T18:50:39.320Z Compiling schemars v0.8.22
8682026-06-26T18:50:39.451Z Compiling syn v2.0.117
8692026-06-26T18:50:39.472Z Checking cfg-if v1.0.4
8702026-06-26T18:50:39.542Z Compiling parking_lot_core v0.9.12
8712026-06-26T18:50:39.610Z Compiling heck v0.5.0
8722026-06-26T18:50:39.634Z Compiling zerocopy v0.8.50
8732026-06-26T18:50:39.735Z Compiling portable-atomic v1.13.1
8742026-06-26T18:50:39.833Z Compiling rustversion v1.0.22
8752026-06-26T18:50:40.015Z Compiling itoa v1.0.18
8762026-06-26T18:50:40.143Z Compiling jobserver v0.1.34
8772026-06-26T18:50:40.198Z Compiling find-msvc-tools v0.1.9
8782026-06-26T18:50:40.301Z Compiling shlex v2.0.1
8792026-06-26T18:50:40.442Z Compiling cc v1.2.63
8802026-06-26T18:50:40.729Z Compiling fs_extra v1.3.0
8812026-06-26T18:50:40.873Z Compiling dunce v1.0.5
8822026-06-26T18:50:40.893Z Compiling semver v1.0.28
8832026-06-26T18:50:40.922Z Compiling log v0.4.32
8842026-06-26T18:50:40.973Z Compiling httparse v1.10.1
8852026-06-26T18:50:40.993Z Compiling slog v2.8.2
8862026-06-26T18:50:41.058Z Compiling rustix v1.1.4
8872026-06-26T18:50:41.184Z Compiling cmake v0.1.58
8882026-06-26T18:50:41.205Z Checking stable_deref_trait v1.2.1
8892026-06-26T18:50:41.268Z Compiling equivalent v1.0.2
8902026-06-26T18:50:41.289Z Compiling thiserror v1.0.69
8912026-06-26T18:50:41.559Z Checking writeable v0.6.3
8922026-06-26T18:50:41.579Z Checking litemap v0.8.2
8932026-06-26T18:50:41.627Z Checking utf8_iter v1.0.4
8942026-06-26T18:50:41.664Z Compiling aws-lc-rs v1.17.0
8952026-06-26T18:50:41.715Z Compiling aws-lc-sys v0.41.0
8962026-06-26T18:50:41.735Z Compiling ring v0.17.14
8972026-06-26T18:50:41.754Z Checking percent-encoding v2.3.2
8982026-06-26T18:50:41.898Z Checking form_urlencoded v1.2.2
8992026-06-26T18:50:41.920Z Checking rand_core v0.10.1
9002026-06-26T18:50:41.974Z Compiling ucd-trie v0.1.7
9012026-06-26T18:50:42.027Z Compiling rustls v0.23.40
9022026-06-26T18:50:42.056Z Compiling anyhow v1.0.102
9032026-06-26T18:50:42.192Z Compiling pest v2.8.6
9042026-06-26T18:50:42.212Z Compiling regex-syntax v0.8.10
9052026-06-26T18:50:42.254Z Compiling synstructure v0.13.2
9062026-06-26T18:50:42.259Z Compiling serde_derive_internals v0.29.1
9072026-06-26T18:50:43.096Z Compiling aho-corasick v1.1.4
9082026-06-26T18:50:43.169Z Compiling getrandom v0.3.4
9092026-06-26T18:50:43.227Z Compiling hashbrown v0.17.1
9102026-06-26T18:50:43.417Z Compiling pest_meta v2.8.6
9112026-06-26T18:50:43.448Z Compiling serde_derive v1.0.228
9122026-06-26T18:50:43.505Z Compiling zerofrom-derive v0.1.7
9132026-06-26T18:50:43.761Z Compiling yoke-derive v0.8.2
9142026-06-26T18:50:44.224Z Compiling zerovec-derive v0.11.3
9152026-06-26T18:50:44.461Z Compiling displaydoc v0.2.6
9162026-06-26T18:50:44.677Z Compiling schemars_derive v0.8.22
9172026-06-26T18:50:44.697Z Compiling thiserror-impl v2.0.18
9182026-06-26T18:50:44.819Z Compiling tokio-macros v2.7.0
9192026-06-26T18:50:45.233Z Compiling zeroize_derive v1.4.3
9202026-06-26T18:50:45.273Z Compiling zerocopy-derive v0.8.50
9212026-06-26T18:50:45.531Z Compiling futures-macro v0.3.32
9222026-06-26T18:50:45.833Z Compiling tracing-attributes v0.1.31
9232026-06-26T18:50:45.875Z Checking zerofrom v0.1.8
9242026-06-26T18:50:45.958Z Compiling thiserror-impl v1.0.69
9252026-06-26T18:50:45.990Z Checking yoke v0.8.3
9262026-06-26T18:50:46.491Z Compiling serde_tokenstream v0.2.3
9272026-06-26T18:50:46.514Z Checking zerovec v0.11.6
9282026-06-26T18:50:46.550Z Checking smallvec v1.15.1
9292026-06-26T18:50:46.607Z Checking bytes v1.11.1
9302026-06-26T18:50:46.753Z Checking zerotrie v0.2.4
9312026-06-26T18:50:46.919Z Compiling pest_generator v2.8.6
9322026-06-26T18:50:46.951Z Checking tinystr v0.8.3
9332026-06-26T18:50:46.986Z Checking potential_utf v0.1.5
9342026-06-26T18:50:47.006Z Compiling regex-automata v0.4.14
9352026-06-26T18:50:47.066Z Compiling crossbeam-utils v0.8.21
9362026-06-26T18:50:47.108Z Checking icu_collections v2.2.0
9372026-06-26T18:50:47.127Z Checking icu_locale_core v2.2.0
9382026-06-26T18:50:47.203Z Compiling indexmap v2.14.0
9392026-06-26T18:50:47.440Z Compiling paste v1.0.15
9402026-06-26T18:50:47.515Z Compiling pest_derive v2.8.6
9412026-06-26T18:50:47.725Z Checking icu_provider v2.2.0
9422026-06-26T18:50:47.754Z Checking iana-time-zone v0.1.65
9432026-06-26T18:50:47.840Z Compiling time-core v0.1.8
9442026-06-26T18:50:47.889Z Compiling num-conv v0.2.2
9452026-06-26T18:50:47.937Z Checking chrono v0.4.45
9462026-06-26T18:50:47.974Z Checking icu_properties v2.2.0
9472026-06-26T18:50:47.994Z Checking icu_normalizer v2.2.0
9482026-06-26T18:50:48.063Z Compiling time-macros v0.2.27
9492026-06-26T18:50:48.309Z Compiling async-trait v0.1.89
9502026-06-26T18:50:48.363Z Checking uuid v1.23.2
9512026-06-26T18:50:48.656Z Compiling byteorder v1.5.0
9522026-06-26T18:50:48.676Z Compiling regex v1.12.3
9532026-06-26T18:50:48.824Z Checking idna_adapter v1.2.2
9542026-06-26T18:50:48.964Z Checking idna v1.1.0
9552026-06-26T18:50:49.112Z Compiling camino v1.2.2
9562026-06-26T18:50:49.215Z Checking url v2.5.8
9572026-06-26T18:50:49.604Z Compiling strsim v0.11.1
9582026-06-26T18:50:49.614Z Checking dyn-clone v1.0.20
9592026-06-26T18:50:49.644Z Compiling scroll_derive v0.13.1
9602026-06-26T18:50:49.792Z Checking errno v0.3.14
9612026-06-26T18:50:49.873Z Compiling ident_case v1.0.1
9622026-06-26T18:50:50.052Z Compiling omicron-workspace-hack v0.1.0
9632026-06-26T18:50:50.304Z Compiling slog-async v2.8.0
9642026-06-26T18:50:50.355Z Compiling generic-array v0.14.7
9652026-06-26T18:50:50.390Z Compiling crc32fast v1.5.0
9662026-06-26T18:50:50.451Z Compiling usdt-impl v0.6.0
9672026-06-26T18:50:50.656Z Compiling scroll v0.13.0
9682026-06-26T18:50:50.677Z Compiling plain v0.2.3
9692026-06-26T18:50:50.747Z Compiling daft-derive v0.1.7
9702026-06-26T18:50:50.785Z Compiling pretty-hex v0.4.2
9712026-06-26T18:50:50.785Z Compiling dtrace-parser v0.3.0
9722026-06-26T18:50:50.911Z Compiling goblin v0.10.7
9732026-06-26T18:50:50.931Z Compiling thread-id v5.1.0
9742026-06-26T18:50:51.159Z Checking pin-project-lite v0.2.17
9752026-06-26T18:50:51.470Z Compiling syn v1.0.109
9762026-06-26T18:50:51.622Z Checking getrandom v0.2.17
9772026-06-26T18:50:52.008Z Checking zeroize v1.8.2
9782026-06-26T18:50:52.166Z Checking bitflags v2.12.1
9792026-06-26T18:50:52.306Z Compiling multer v3.1.0
9802026-06-26T18:50:52.357Z Compiling async-stream-impl v0.3.6
9812026-06-26T18:50:52.793Z Checking socket2 v0.6.4
9822026-06-26T18:50:53.015Z Checking scopeguard v1.2.0
9832026-06-26T18:50:53.035Z Compiling ref-cast v1.0.25
9842026-06-26T18:50:53.120Z Checking lock_api v0.4.14
9852026-06-26T18:50:53.324Z Compiling ref-cast-impl v1.0.25
9862026-06-26T18:50:53.349Z Compiling dropshot v0.17.1
9872026-06-26T18:50:53.516Z Compiling dropshot_endpoint v0.17.1
9882026-06-26T18:50:53.555Z Checking critical-section v1.2.0
9892026-06-26T18:50:53.643Z Compiling dof v0.4.0
9902026-06-26T18:50:53.887Z Checking once_cell v1.21.4
9912026-06-26T18:50:54.066Z Compiling newtype-uuid-macros v0.1.0
9922026-06-26T18:50:54.124Z Checking parking_lot v0.12.5
9932026-06-26T18:50:54.636Z Checking signal-hook-registry v1.4.8
9942026-06-26T18:50:54.690Z Checking mio v1.2.1
9952026-06-26T18:50:54.809Z Compiling darling_core v0.23.0
9962026-06-26T18:50:54.841Z Compiling strum_macros v0.26.4
9972026-06-26T18:50:54.844Z Compiling structmeta-derive v0.3.0
9982026-06-26T18:50:54.969Z Checking tokio v1.52.3
9992026-06-26T18:50:54.990Z Compiling usdt-attr-macro v0.6.0
10002026-06-26T18:50:55.109Z Compiling usdt-macro v0.6.0
10012026-06-26T18:50:55.332Z Compiling foldhash v0.2.0
10022026-06-26T18:50:55.534Z Compiling allocator-api2 v0.2.21
10032026-06-26T18:50:55.843Z Compiling hashbrown v0.16.1
10042026-06-26T18:50:55.884Z Compiling structmeta v0.3.0
10052026-06-26T18:50:56.020Z Checking subtle v2.6.1
10062026-06-26T18:50:56.042Z Checking futures-core v0.3.32
10072026-06-26T18:50:56.183Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10082026-06-26T18:50:56.413Z Compiling strum_macros v0.27.2
10092026-06-26T18:50:56.433Z Compiling derive-ex v0.1.8
10102026-06-26T18:50:56.436Z Compiling http v1.4.1
10112026-06-26T18:50:56.879Z Compiling darling_macro v0.23.0
10122026-06-26T18:50:57.212Z Checking futures-sink v0.3.32
10132026-06-26T18:50:57.268Z Compiling winnow v1.0.3
10142026-06-26T18:50:57.314Z Checking ipnetwork v0.21.1
10152026-06-26T18:50:57.440Z Compiling darling v0.23.0
10162026-06-26T18:50:57.525Z Compiling serde_with_macros v3.20.0
10172026-06-26T18:50:57.971Z Checking slab v0.4.12
10182026-06-26T18:50:57.991Z Compiling test-strategy v0.4.5
10192026-06-26T18:50:58.205Z Checking futures-channel v0.3.32
10202026-06-26T18:50:58.266Z Compiling toml_parser v1.1.2+spec-1.1.0
10212026-06-26T18:50:58.565Z Compiling fnv v1.0.7
10222026-06-26T18:50:58.640Z Compiling toml_datetime v1.1.1+spec-1.1.0
10232026-06-26T18:50:58.668Z Checking futures-task v0.3.32
10242026-06-26T18:50:58.712Z Checking typenum v1.20.1
10252026-06-26T18:50:58.810Z Checking futures-io v0.3.32
10262026-06-26T18:50:58.852Z Compiling parse-display-derive v0.10.0
10272026-06-26T18:50:58.930Z Checking futures-util v0.3.32
10282026-06-26T18:50:59.311Z Checking oxnet v0.1.6
10292026-06-26T18:50:59.344Z Checking tracing-core v0.1.36
10302026-06-26T18:50:59.454Z Checking erased-serde v0.3.31
10312026-06-26T18:50:59.569Z Compiling ryu v1.0.23
10322026-06-26T18:50:59.880Z Checking tracing v0.1.44
10332026-06-26T18:51:00.073Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10342026-06-26T18:51:00.094Z Compiling clap_derive v4.6.1
10352026-06-26T18:51:00.466Z Checking base64 v0.22.1
10362026-06-26T18:51:00.745Z Compiling openapiv3 v2.2.0
10372026-06-26T18:51:01.094Z Checking rand_core v0.6.4
10382026-06-26T18:51:01.364Z Checking rustls-pki-types v1.14.1
10392026-06-26T18:51:01.727Z Compiling toml_edit v0.25.12+spec-1.1.0
10402026-06-26T18:51:01.752Z Checking tokio-util v0.7.18
10412026-06-26T18:51:01.848Z Checking ipnet v2.12.0
10422026-06-26T18:51:01.903Z Checking untrusted v0.7.1
10432026-06-26T18:51:02.018Z Checking untrusted v0.9.0
10442026-06-26T18:51:02.255Z Compiling proc-macro-crate v3.5.0
10452026-06-26T18:51:02.493Z Checking http-body v1.0.1
10462026-06-26T18:51:02.646Z Checking atomic-waker v1.1.2
10472026-06-26T18:51:02.681Z Compiling num_enum_derive v0.7.6
10482026-06-26T18:51:02.832Z Compiling either v1.16.0
10492026-06-26T18:51:02.974Z Checking try-lock v0.2.5
10502026-06-26T18:51:02.994Z Checking tower-layer v0.3.3
10512026-06-26T18:51:03.074Z Compiling itertools v0.14.0
10522026-06-26T18:51:03.094Z Checking tower-service v0.3.3
10532026-06-26T18:51:03.145Z Checking want v0.3.1
10542026-06-26T18:51:03.172Z Checking h2 v0.4.14
10552026-06-26T18:51:03.270Z Compiling regress v0.11.1
10562026-06-26T18:51:03.731Z Compiling crucible-workspace-hack v0.1.0
10572026-06-26T18:51:03.941Z Checking httpdate v1.0.3
10582026-06-26T18:51:04.768Z Compiling typify-impl v0.6.2
10592026-06-26T18:51:04.808Z Checking serde_urlencoded v0.7.1
10602026-06-26T18:51:05.001Z Checking hyper v1.10.1
10612026-06-26T18:51:05.020Z Checking http-body-util v0.1.3
10622026-06-26T18:51:05.320Z Compiling unsafe-libyaml v0.2.11
10632026-06-26T18:51:05.726Z Checking ppv-lite86 v0.2.21
10642026-06-26T18:51:05.869Z Compiling serde_yaml v0.9.34+deprecated
10652026-06-26T18:51:05.907Z Checking hyper-util v0.1.20
10662026-06-26T18:51:06.127Z Compiling convert_case v0.4.0
10672026-06-26T18:51:06.427Z Compiling derive_more v0.99.20
10682026-06-26T18:51:07.361Z Compiling darling_core v0.21.3
10692026-06-26T18:51:07.938Z Compiling zerocopy-derive v0.7.35
10702026-06-26T18:51:08.079Z Compiling typify-macro v0.6.2
10712026-06-26T18:51:08.793Z Compiling regress v0.10.5
10722026-06-26T18:51:08.865Z Checking powerfmt v0.2.0
10732026-06-26T18:51:09.035Z Checking deranged v0.5.8
10742026-06-26T18:51:09.445Z Compiling darling_macro v0.21.3
10752026-06-26T18:51:10.017Z Compiling darling v0.21.3
10762026-06-26T18:51:10.092Z Compiling heapless v0.8.0
10772026-06-26T18:51:10.131Z Checking num_threads v0.1.7
10782026-06-26T18:51:10.191Z Compiling ingot-macros v0.1.1
10792026-06-26T18:51:10.252Z Checking time v0.3.47
10802026-06-26T18:51:10.574Z Compiling typify v0.6.2
10812026-06-26T18:51:11.290Z Compiling serde_repr v0.1.20
10822026-06-26T18:51:11.313Z Compiling scroll_derive v0.12.1
10832026-06-26T18:51:11.377Z Compiling rustix v0.38.44
10842026-06-26T18:51:11.874Z Checking crossbeam-channel v0.5.15
10852026-06-26T18:51:12.137Z Checking cpufeatures v0.3.0
10862026-06-26T18:51:12.215Z Compiling smoltcp v0.11.0
10872026-06-26T18:51:12.363Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10882026-06-26T18:51:12.683Z Checking futures-executor v0.3.32
10892026-06-26T18:51:12.952Z Checking sync_wrapper v1.0.2
10902026-06-26T18:51:13.080Z Compiling rustc_version v0.4.1
10912026-06-26T18:51:13.100Z Checking thread_local v1.1.9
10922026-06-26T18:51:13.205Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10932026-06-26T18:51:13.353Z Checking tower v0.5.3
10942026-06-26T18:51:13.370Z Compiling curve25519-dalek v4.1.3
10952026-06-26T18:51:13.479Z Checking rand_core v0.9.5
10962026-06-26T18:51:13.529Z Checking webpki-roots v1.0.7
10972026-06-26T18:51:13.664Z Compiling toml_datetime v0.6.11
10982026-06-26T18:51:13.667Z Compiling foreign-types-macros v0.2.3
10992026-06-26T18:51:13.866Z Checking is-terminal v0.4.17
11002026-06-26T18:51:14.043Z Checking term v1.2.1
11012026-06-26T18:51:14.160Z Checking take_mut v0.2.2
11022026-06-26T18:51:14.282Z Checking slog-term v2.9.2
11032026-06-26T18:51:14.524Z Checking tower-http v0.6.11
11042026-06-26T18:51:14.637Z Checking futures v0.3.32
11052026-06-26T18:51:14.792Z Compiling zerocopy v0.7.35
11062026-06-26T18:51:14.818Z Compiling hubpack_derive v0.1.1
11072026-06-26T18:51:14.885Z Compiling thiserror-impl-no-std v2.0.2
11082026-06-26T18:51:15.328Z Compiling curve25519-dalek-derive v0.1.1
11092026-06-26T18:51:15.479Z Compiling proc-macro-error-attr v1.0.4
11102026-06-26T18:51:15.515Z Compiling usdt-impl v0.5.0
11112026-06-26T18:51:15.721Z Checking hex v0.4.3
11122026-06-26T18:51:15.992Z Compiling dof v0.3.0
11132026-06-26T18:51:16.029Z Checking rand_chacha v0.9.0
11142026-06-26T18:51:16.032Z Compiling dtrace-parser v0.2.0
11152026-06-26T18:51:16.047Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11162026-06-26T18:51:16.363Z Compiling serde_spanned v1.1.1
11172026-06-26T18:51:16.544Z Compiling thread-id v4.2.2
11182026-06-26T18:51:16.635Z Compiling proc-macro-error v1.0.4
11192026-06-26T18:51:16.653Z Compiling memoffset v0.9.1
11202026-06-26T18:51:16.816Z Compiling pkg-config v0.3.33
11212026-06-26T18:51:16.905Z Compiling toml_writer v1.1.1+spec-1.1.0
11222026-06-26T18:51:16.986Z Checking fastrand v2.4.1
11232026-06-26T18:51:17.263Z Checking rand v0.9.4
11242026-06-26T18:51:17.977Z Compiling prettyplease v0.2.37
11252026-06-26T18:51:17.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11262026-06-26T18:51:18.151Z Compiling cfg_aliases v0.2.1
11272026-06-26T18:51:18.267Z Compiling nix v0.31.3
11282026-06-26T18:51:18.639Z Checking crypto-common v0.1.7
11292026-06-26T18:51:18.807Z Checking hybrid-array v0.4.12
11302026-06-26T18:51:19.043Z Checking simd-adler32 v0.3.9
11312026-06-26T18:51:19.250Z Checking match_cfg v0.1.0
11322026-06-26T18:51:19.328Z Checking openssl-probe v0.2.1
11332026-06-26T18:51:19.397Z Checking adler2 v2.0.1
11342026-06-26T18:51:19.417Z Compiling heck v0.4.1
11352026-06-26T18:51:19.436Z Checking rustls-native-certs v0.8.4
11362026-06-26T18:51:19.505Z Checking miniz_oxide v0.8.9
11372026-06-26T18:51:19.609Z Checking hostname v0.3.1
11382026-06-26T18:51:19.952Z Compiling usdt-attr-macro v0.5.0
11392026-06-26T18:51:20.057Z Compiling usdt-macro v0.5.0
11402026-06-26T18:51:20.228Z Checking tempfile v3.27.0
11412026-06-26T18:51:20.424Z Checking slog-json v2.6.1
11422026-06-26T18:51:20.580Z Checking newtype-uuid v1.3.2
11432026-06-26T18:51:20.662Z Compiling num-derive v0.4.2
11442026-06-26T18:51:20.733Z Compiling enum-as-inner v0.6.1
11452026-06-26T18:51:20.773Z Checking memmap2 v0.9.10
11462026-06-26T18:51:20.984Z Compiling winnow v0.7.15
11472026-06-26T18:51:21.525Z Checking usdt v0.6.0
11482026-06-26T18:51:21.572Z Checking daft v0.1.7
11492026-06-26T18:51:21.755Z Checking slog-bunyan v2.5.0
11502026-06-26T18:51:21.788Z Checking flate2 v1.1.9
11512026-06-26T18:51:21.808Z Checking crypto-common v0.2.2
11522026-06-26T18:51:21.867Z Checking block-buffer v0.12.0
11532026-06-26T18:51:22.078Z Checking compression-core v0.4.32
11542026-06-26T18:51:22.232Z Checking const-oid v0.10.2
11552026-06-26T18:51:22.262Z Compiling rayon-core v1.13.0
11562026-06-26T18:51:22.357Z Checking debug-ignore v1.0.5
11572026-06-26T18:51:22.384Z Checking digest v0.11.3
11582026-06-26T18:51:22.388Z Checking compression-codecs v0.4.38
11592026-06-26T18:51:22.972Z Checking encoding_rs v0.8.35
11602026-06-26T18:51:23.032Z Compiling wait-timeout v0.2.1
11612026-06-26T18:51:23.182Z Compiling quick-error v1.2.3
11622026-06-26T18:51:23.238Z Compiling bit-vec v0.8.0
11632026-06-26T18:51:23.309Z Checking mime v0.3.17
11642026-06-26T18:51:23.333Z Checking spin v0.9.8
11652026-06-26T18:51:23.436Z Compiling bit-set v0.8.0
11662026-06-26T18:51:23.474Z Compiling rusty-fork v0.3.1
11672026-06-26T18:51:23.592Z Checking toml v1.1.2+spec-1.1.0
11682026-06-26T18:51:23.639Z Compiling rand_chacha v0.3.1
11692026-06-26T18:51:23.766Z Checking async-compression v0.4.42
11702026-06-26T18:51:23.999Z Checking sha1 v0.11.0
11712026-06-26T18:51:24.170Z Compiling rand_xorshift v0.4.0
11722026-06-26T18:51:24.210Z Compiling progenitor-impl v0.14.0
11732026-06-26T18:51:24.289Z Checking waitgroup v0.1.2
11742026-06-26T18:51:24.355Z Checking rustls-pemfile v2.2.0
11752026-06-26T18:51:24.388Z Checking async-stream v0.3.6
11762026-06-26T18:51:24.410Z Compiling num-integer v0.1.46
11772026-06-26T18:51:24.515Z Checking serde_path_to_error v0.1.20
11782026-06-26T18:51:24.632Z Checking hostname v0.4.2
11792026-06-26T18:51:24.752Z Compiling semver v0.1.20
11802026-06-26T18:51:24.789Z Compiling unarray v0.1.4
11812026-06-26T18:51:24.946Z Compiling winnow v0.5.40
11822026-06-26T18:51:25.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11832026-06-26T18:51:25.325Z Compiling rustc_version v0.1.7
11842026-06-26T18:51:25.416Z Compiling proptest v1.11.0
11852026-06-26T18:51:25.856Z Checking rand v0.8.6
11862026-06-26T18:51:26.205Z Compiling progenitor-macro v0.14.0
11872026-06-26T18:51:26.335Z Compiling toml_edit v0.19.15
11882026-06-26T18:51:26.674Z Compiling reqwest v0.12.28
11892026-06-26T18:51:26.938Z Checking rustls-webpki v0.103.13
11902026-06-26T18:51:26.978Z Compiling backon v1.6.0
11912026-06-26T18:51:28.210Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11922026-06-26T18:51:28.740Z Compiling strum v0.26.3
11932026-06-26T18:51:28.873Z Checking macaddr v1.0.1
11942026-06-26T18:51:28.912Z Compiling instant v0.1.13
11952026-06-26T18:51:29.206Z Compiling utf8parse v0.2.2
11962026-06-26T18:51:29.395Z Checking unicode-width v0.2.2
11972026-06-26T18:51:29.416Z Compiling anstyle-parse v1.0.0
11982026-06-26T18:51:29.542Z Compiling backoff v0.4.0
11992026-06-26T18:51:29.602Z Compiling iddqd v0.4.2
12002026-06-26T18:51:29.653Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12012026-06-26T18:51:29.705Z Checking tokio-rustls v0.26.4
12022026-06-26T18:51:29.742Z Checking rustls-platform-verifier v0.7.0
12032026-06-26T18:51:29.938Z Checking hyper-rustls v0.27.9
12042026-06-26T18:51:30.095Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12052026-06-26T18:51:30.139Z Checking reqwest v0.13.4
12062026-06-26T18:51:30.164Z Compiling progenitor-client v0.10.0
12072026-06-26T18:51:30.276Z Compiling proc-macro-crate v1.3.1
12082026-06-26T18:51:30.300Z Compiling newtype_derive v0.1.6
12092026-06-26T18:51:30.334Z Compiling num-iter v0.1.45
12102026-06-26T18:51:30.414Z Compiling num-rational v0.4.2
12112026-06-26T18:51:30.551Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12122026-06-26T18:51:30.614Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12132026-06-26T18:51:30.651Z Checking block-buffer v0.10.4
12142026-06-26T18:51:30.701Z Compiling progenitor-impl v0.13.0
12152026-06-26T18:51:30.913Z Compiling parse-display v0.10.0
12162026-06-26T18:51:30.935Z Compiling serde_with v3.20.0
12172026-06-26T18:51:30.979Z Compiling strum v0.27.2
12182026-06-26T18:51:31.277Z Compiling num-complex v0.4.6
12192026-06-26T18:51:31.655Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-06-26T18:51:31.696Z Compiling vcpkg v0.2.15
12212026-06-26T18:51:31.910Z Compiling colorchoice v1.0.5
12222026-06-26T18:51:31.960Z Compiling owo-colors v4.3.0
12232026-06-26T18:51:32.030Z Compiling is_terminal_polyfill v1.70.2
12242026-06-26T18:51:32.133Z Compiling anstyle-query v1.1.5
12252026-06-26T18:51:32.154Z Compiling anstyle v1.0.14
12262026-06-26T18:51:32.248Z Compiling humantime v2.3.0
12272026-06-26T18:51:32.271Z Compiling openssl-sys v0.9.116
12282026-06-26T18:51:32.364Z Compiling anstream v1.0.0
12292026-06-26T18:51:32.441Z Compiling num v0.4.3
12302026-06-26T18:51:32.583Z Checking digest v0.10.7
12312026-06-26T18:51:32.652Z Compiling num_enum_derive v0.5.11
12322026-06-26T18:51:32.760Z Compiling progenitor-macro v0.13.0
12332026-06-26T18:51:32.780Z Compiling progenitor-client v0.14.0
12342026-06-26T18:51:33.085Z Compiling progenitor-extras v0.2.0
12352026-06-26T18:51:33.130Z Compiling terminal_size v0.4.4
12362026-06-26T18:51:33.192Z Compiling serde_spanned v0.6.9
12372026-06-26T18:51:33.214Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12382026-06-26T18:51:33.293Z Compiling derive-where v1.6.1
12392026-06-26T18:51:33.319Z Compiling pin-project-internal v1.1.13
12402026-06-26T18:51:33.440Z Compiling toml_write v0.1.2
12412026-06-26T18:51:33.646Z Compiling float-ord v0.3.2
12422026-06-26T18:51:33.689Z Compiling clap_lex v1.1.0
12432026-06-26T18:51:34.067Z Compiling clap_builder v4.6.0
12442026-06-26T18:51:34.087Z Compiling toml_edit v0.22.27
12452026-06-26T18:51:34.357Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12462026-06-26T18:51:34.541Z Compiling zone_cfg_derive v0.3.1
12472026-06-26T18:51:35.547Z Compiling toml v0.8.23
12482026-06-26T18:51:35.803Z Compiling clap v4.6.1
12492026-06-26T18:51:35.893Z Compiling async-recursion v1.1.1
12502026-06-26T18:51:35.956Z Compiling snafu-derive v0.8.9
12512026-06-26T18:51:36.957Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12522026-06-26T18:51:37.062Z Compiling slog-dtrace v0.3.0
12532026-06-26T18:51:37.082Z Compiling chrono-tz v0.10.4
12542026-06-26T18:51:37.313Z Compiling openssl v0.10.80
12552026-06-26T18:51:37.351Z Compiling minimal-lexical v0.2.1
12562026-06-26T18:51:37.644Z Compiling cancel-safe-futures v0.1.5
12572026-06-26T18:51:37.685Z Compiling unicode-xid v0.2.6
12582026-06-26T18:51:37.818Z Compiling const_format_proc_macros v0.2.34
12592026-06-26T18:51:37.996Z Compiling nom v7.1.3
12602026-06-26T18:51:38.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-26T18:51:38.503Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-06-26T18:51:38.637Z Compiling openssl-macros v0.1.1
12632026-06-26T18:51:39.328Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12642026-06-26T18:51:39.607Z Compiling cookie v0.18.1
12652026-06-26T18:51:39.647Z Checking cpufeatures v0.2.17
12662026-06-26T18:51:39.833Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-26T18:51:40.070Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-06-26T18:51:40.181Z Compiling tabled_derive v0.7.0
12692026-06-26T18:51:40.319Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-06-26T18:51:41.474Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12712026-06-26T18:51:41.573Z Checking num_enum v0.7.6
12722026-06-26T18:51:43.890Z Checking tabwriter v1.4.1
12732026-06-26T18:51:43.973Z Checking secrecy v0.10.3
12742026-06-26T18:51:44.152Z Checking tinyvec_macros v0.1.1
12752026-06-26T18:51:44.156Z Checking colored v3.1.1
12762026-06-26T18:51:44.247Z Checking tinyvec v1.11.0
12772026-06-26T18:51:44.427Z Checking crossbeam-epoch v0.9.18
12782026-06-26T18:51:44.496Z Checking hash32 v0.3.1
12792026-06-26T18:51:44.574Z Checking bstr v1.12.1
12802026-06-26T18:51:44.778Z Checking data-encoding v2.11.0
12812026-06-26T18:51:44.848Z Checking hmac v0.12.1
12822026-06-26T18:51:44.916Z Checking ingot-types v0.1.2
12832026-06-26T18:51:44.984Z Checking inout v0.1.4
12842026-06-26T18:51:45.044Z Checking scroll v0.12.0
12852026-06-26T18:51:45.210Z Checking ff v0.13.1
12862026-06-26T18:51:45.278Z Checking cobs v0.3.0
12872026-06-26T18:51:45.281Z Checking static_assertions v1.1.0
12882026-06-26T18:51:45.337Z Checking bitflags v1.3.2
12892026-06-26T18:51:45.362Z Checking managed v0.8.0
12902026-06-26T18:51:45.383Z Checking foreign-types-shared v0.3.1
12912026-06-26T18:51:45.416Z Checking group v0.13.0
12922026-06-26T18:51:45.437Z Checking postcard v1.1.3
12932026-06-26T18:51:45.458Z Checking ingot v0.1.1
12942026-06-26T18:51:45.479Z Checking foreign-types v0.5.0
12952026-06-26T18:51:45.528Z Checking goblin v0.8.2
12962026-06-26T18:51:45.569Z Checking cipher v0.4.4
12972026-06-26T18:51:45.723Z Checking hkdf v0.12.4
12982026-06-26T18:51:45.861Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12992026-06-26T18:51:45.901Z Checking universal-hash v0.5.1
13002026-06-26T18:51:46.031Z Checking crypto-bigint v0.5.5
13012026-06-26T18:51:46.158Z Checking chacha20 v0.10.0
13022026-06-26T18:51:46.279Z Checking half v2.7.1
13032026-06-26T18:51:46.537Z Checking cstr-argument v0.1.2
13042026-06-26T18:51:46.665Z Checking opaque-debug v0.3.1
13052026-06-26T18:51:46.686Z Checking base16ct v0.2.0
13062026-06-26T18:51:46.707Z Checking ciborium-io v0.2.2
13072026-06-26T18:51:46.710Z Checking indent_write v2.2.0
13082026-06-26T18:51:46.746Z Checking base64ct v1.8.3
13092026-06-26T18:51:46.802Z Checking ciborium-ll v0.2.2
13102026-06-26T18:51:46.822Z Checking poly1305 v0.8.0
13112026-06-26T18:51:46.890Z Checking elliptic-curve v0.13.8
13122026-06-26T18:51:46.938Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13132026-06-26T18:51:46.977Z Checking rand v0.10.1
13142026-06-26T18:51:46.997Z Checking password-hash v0.5.0
13152026-06-26T18:51:47.030Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13162026-06-26T18:51:47.050Z Checking chacha20 v0.9.1
13172026-06-26T18:51:47.107Z Checking atomicwrites v0.4.4
13182026-06-26T18:51:47.143Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13192026-06-26T18:51:47.194Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13202026-06-26T18:51:47.244Z Checking blake2 v0.10.6
13212026-06-26T18:51:47.244Z Checking aead v0.5.2
13222026-06-26T18:51:47.388Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13232026-06-26T18:51:47.408Z Checking thiserror-no-std v2.0.2
13242026-06-26T18:51:47.441Z Checking byte-wrapper v0.1.0
13252026-06-26T18:51:47.463Z Checking hubpack v0.1.2
13262026-06-26T18:51:47.516Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13272026-06-26T18:51:47.628Z Checking keccak v0.1.6
13282026-06-26T18:51:47.668Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13292026-06-26T18:51:47.749Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13302026-06-26T18:51:47.807Z Checking sha3 v0.10.9
13312026-06-26T18:51:47.963Z Checking vsss-rs v3.3.4
13322026-06-26T18:51:48.027Z Checking argon2 v0.5.3
13332026-06-26T18:51:48.048Z Checking chacha20poly1305 v0.10.1
13342026-06-26T18:51:48.183Z Checking ciborium v0.2.2
13352026-06-26T18:51:48.239Z Checking similar v2.7.0
13362026-06-26T18:51:48.332Z Checking memmap v0.7.0
13372026-06-26T18:51:48.417Z Checking lazy_static v1.5.0
13382026-06-26T18:51:48.468Z Checking usdt v0.5.0
13392026-06-26T18:51:48.578Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13402026-06-26T18:51:48.637Z Checking crossbeam-deque v0.8.6
13412026-06-26T18:51:48.821Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13422026-06-26T18:51:48.851Z Checking unicode-segmentation v1.13.3
13432026-06-26T18:51:49.039Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-06-26T18:51:49.183Z Checking bytecount v0.6.9
13452026-06-26T18:51:49.220Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13462026-06-26T18:51:49.292Z Checking newline-converter v0.3.0
13472026-06-26T18:51:49.368Z Checking console v0.15.11
13482026-06-26T18:51:49.406Z Checking itertools v0.12.1
13492026-06-26T18:51:49.464Z Checking progenitor v0.14.0
13502026-06-26T18:51:49.568Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13512026-06-26T18:51:49.640Z Checking swrite v0.1.0
13522026-06-26T18:51:49.659Z Checking resolv-conf v0.7.6
13532026-06-26T18:51:49.727Z Checking linked-hash-map v0.5.6
13542026-06-26T18:51:49.747Z Checking rayon v1.12.0
13552026-06-26T18:51:49.782Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13562026-06-26T18:51:49.802Z Checking expectorate v1.2.0
13572026-06-26T18:51:49.836Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13582026-06-26T18:51:49.897Z Checking lru-cache v0.1.2
13592026-06-26T18:51:50.006Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13602026-06-26T18:51:50.027Z Checking hickory-proto v0.24.4
13612026-06-26T18:51:50.211Z Checking progenitor-client v0.13.0
13622026-06-26T18:51:50.397Z Checking camino-tempfile v1.4.1
13632026-06-26T18:51:50.576Z Checking serde-big-array v0.5.1
13642026-06-26T18:51:50.715Z Checking siphasher v1.0.3
13652026-06-26T18:51:50.785Z Checking progenitor v0.13.0
13662026-06-26T18:51:50.884Z Checking phf_shared v0.12.1
13672026-06-26T18:51:50.922Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13682026-06-26T18:51:51.069Z Checking unicode-normalization v0.1.25
13692026-06-26T18:51:51.272Z Checking pin-project v1.1.13
13702026-06-26T18:51:51.345Z Checking num_enum v0.5.11
13712026-06-26T18:51:51.522Z Checking hickory-resolver v0.24.4
13722026-06-26T18:51:51.626Z Checking tokio-stream v0.1.18
13732026-06-26T18:51:51.930Z Checking csv-core v0.1.13
13742026-06-26T18:51:51.969Z Checking foldhash v0.1.5
13752026-06-26T18:51:51.993Z Checking unicode-width v0.1.14
13762026-06-26T18:51:52.104Z Checking same-file v1.0.6
13772026-06-26T18:51:52.107Z Checking unicode-linebreak v0.1.5
13782026-06-26T18:51:52.185Z Checking foreign-types-shared v0.1.1
13792026-06-26T18:51:52.223Z Checking smawk v0.3.2
13802026-06-26T18:51:52.243Z Compiling parking_lot_core v0.8.6
13812026-06-26T18:51:52.246Z Checking konst_macro_rules v0.2.19
13822026-06-26T18:51:52.281Z Checking highway v1.3.0
13832026-06-26T18:51:52.336Z Checking foreign-types v0.3.2
13842026-06-26T18:51:52.356Z Checking textwrap v0.16.2
13852026-06-26T18:51:52.411Z Checking walkdir v2.5.0
13862026-06-26T18:51:52.431Z Checking konst v0.2.20
13872026-06-26T18:51:52.511Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-06-26T18:51:52.559Z Checking qorb v0.4.1
13892026-06-26T18:51:52.579Z Checking csv v1.4.0
13902026-06-26T18:51:52.582Z Checking hashbrown v0.15.5
13912026-06-26T18:51:53.053Z Checking olpc-cjson v0.1.4
13922026-06-26T18:51:53.122Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13932026-06-26T18:51:53.143Z Checking snafu v0.8.9
13942026-06-26T18:51:53.193Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13952026-06-26T18:51:53.214Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-06-26T18:51:53.237Z Checking phf v0.12.1
13972026-06-26T18:51:53.300Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-06-26T18:51:53.344Z Checking zone v0.3.1
13992026-06-26T18:51:53.385Z Checking tokio-dtrace v0.1.1
14002026-06-26T18:51:53.405Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14012026-06-26T18:51:53.567Z Checking globset v0.4.18
14022026-06-26T18:51:53.733Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14032026-06-26T18:51:54.047Z Checking smf v0.2.3
14042026-06-26T18:51:54.163Z Checking pem v3.0.6
14052026-06-26T18:51:54.187Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14062026-06-26T18:51:54.208Z Checking libsw-core v0.3.2
14072026-06-26T18:51:54.281Z Checking serde_plain v1.0.2
14082026-06-26T18:51:54.355Z Checking sigpipe v0.1.3
14092026-06-26T18:51:54.451Z Checking fixedbitset v0.4.2
14102026-06-26T18:51:54.472Z Checking typed-path v0.9.3
14112026-06-26T18:51:54.626Z Checking fixedbitset v0.5.7
14122026-06-26T18:51:54.646Z Checking jiff v0.2.28
14132026-06-26T18:51:54.667Z Checking glob v0.3.3
14142026-06-26T18:51:54.737Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14152026-06-26T18:51:54.826Z Checking petgraph v0.8.3
14162026-06-26T18:51:54.885Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-26T18:51:54.928Z Checking petgraph v0.6.5
14182026-06-26T18:51:55.056Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14192026-06-26T18:51:55.260Z Checking tough v0.22.0
14202026-06-26T18:51:55.893Z Checking libsw v3.5.0
14212026-06-26T18:51:56.045Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14222026-06-26T18:51:56.471Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-06-26T18:51:56.840Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-26T18:51:56.860Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14252026-06-26T18:51:56.912Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-26T18:51:57.026Z Checking oxide-tokio-rt v0.1.6
14272026-06-26T18:51:57.191Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-06-26T18:51:57.332Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-26T18:51:57.422Z Checking const_format v0.2.36
14302026-06-26T18:51:57.533Z Checking papergrid v0.11.0
14312026-06-26T18:51:57.846Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-06-26T18:51:57.945Z Checking gethostname v0.5.0
14332026-06-26T18:51:57.970Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-06-26T18:51:58.025Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14352026-06-26T18:51:58.045Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14362026-06-26T18:51:58.227Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-06-26T18:51:58.271Z Checking libscf-sys v1.2.0
14382026-06-26T18:51:58.404Z Checking bcs v0.1.6
14392026-06-26T18:51:58.755Z Checking termtree v0.5.1
14402026-06-26T18:51:58.776Z Checking tagptr v0.2.0
14412026-06-26T18:51:58.795Z Checking whoami v1.6.1
14422026-06-26T18:51:58.823Z Checking linear-map v1.2.0
14432026-06-26T18:51:58.995Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-26T18:51:59.058Z Checking moka v0.12.15
14452026-06-26T18:51:59.343Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-26T18:51:59.379Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-26T18:51:59.399Z Checking tabled v0.15.0
14482026-06-26T18:51:59.533Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-26T18:51:59.680Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-06-26T18:51:59.845Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-06-26T18:52:00.303Z Checking steno v0.4.1
14522026-06-26T18:52:00.549Z Checking hickory-proto v0.25.2
14532026-06-26T18:52:01.632Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14542026-06-26T18:52:02.132Z Checking hickory-resolver v0.25.2
14552026-06-26T18:52:03.285Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-06-26T18:52:03.650Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-26T18:52:03.802Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14582026-06-26T18:52:03.882Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14592026-06-26T18:52:06.500Z Checking nom v8.0.0
14602026-06-26T18:52:08.150Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-06-26T18:52:11.486Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14622026-06-26T18:52:12.963Z Compiling proc-macro-error-attr2 v2.0.0
14632026-06-26T18:52:13.396Z Compiling proc-macro-error2 v2.0.1
14642026-06-26T18:52:15.650Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-06-26T18:52:15.856Z Compiling crunchy v0.2.4
14662026-06-26T18:52:15.975Z Compiling tabled_derive v0.11.0
14672026-06-26T18:52:16.191Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14682026-06-26T18:52:16.194Z Compiling tiny-keccak v2.0.2
14692026-06-26T18:52:16.502Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14702026-06-26T18:52:17.047Z Compiling typify-impl v0.4.3
14712026-06-26T18:52:17.067Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14722026-06-26T18:52:17.157Z Compiling const-random-macro v0.1.16
14732026-06-26T18:52:17.228Z Checking parking_lot v0.11.2
14742026-06-26T18:52:17.310Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14752026-06-26T18:52:17.460Z Checking fxhash v0.2.1
14762026-06-26T18:52:17.565Z Checking internet-checksum v0.2.1
14772026-06-26T18:52:17.585Z Checking sled v0.34.7
14782026-06-26T18:52:17.607Z Compiling ahash v0.8.12
14792026-06-26T18:52:17.628Z Compiling smartstring v1.0.1
14802026-06-26T18:52:17.687Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14812026-06-26T18:52:17.834Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14822026-06-26T18:52:17.893Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14832026-06-26T18:52:18.179Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14842026-06-26T18:52:18.216Z Compiling rhai_codegen v3.2.0
14852026-06-26T18:52:18.368Z Checking arc-swap v1.9.1
14862026-06-26T18:52:18.655Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14872026-06-26T18:52:18.689Z Checking slog-scope v4.4.1
14882026-06-26T18:52:18.830Z Checking papergrid v0.18.0
14892026-06-26T18:52:18.851Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14902026-06-26T18:52:18.907Z Checking testing_table v0.3.0
14912026-06-26T18:52:19.011Z Checking dropshot-api-manager-types v0.7.2
14922026-06-26T18:52:19.435Z Checking slog-stdlog v4.1.1
14932026-06-26T18:52:19.539Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14942026-06-26T18:52:19.613Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14952026-06-26T18:52:19.632Z Checking tabled v0.21.0
14962026-06-26T18:52:19.711Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14972026-06-26T18:52:19.921Z Compiling lzma-sys v0.1.20
14982026-06-26T18:52:20.393Z Compiling typify-macro v0.4.3
14992026-06-26T18:52:20.454Z Compiling fs-err v3.3.0
15002026-06-26T18:52:20.531Z Compiling typeid v1.0.3
15012026-06-26T18:52:20.779Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15022026-06-26T18:52:20.834Z Checking slog-envlogger v2.2.0
15032026-06-26T18:52:21.084Z Compiling toml_datetime v0.7.5+spec-1.1.0
15042026-06-26T18:52:21.358Z Checking crc8 v0.1.1
15052026-06-26T18:52:21.465Z Compiling toml v0.9.12+spec-1.1.0
15062026-06-26T18:52:21.738Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15072026-06-26T18:52:21.844Z Checking const-random v0.1.18
15082026-06-26T18:52:21.896Z Compiling typify v0.4.3
15092026-06-26T18:52:21.997Z Compiling progenitor-impl v0.10.0
15102026-06-26T18:52:22.309Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15112026-06-26T18:52:22.524Z Compiling cargo_toml v0.22.3
15122026-06-26T18:52:22.544Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15132026-06-26T18:52:23.769Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15142026-06-26T18:52:24.114Z Compiling progenitor-macro v0.10.0
15152026-06-26T18:52:24.501Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15162026-06-26T18:52:24.931Z Checking thin-vec v0.2.18
15172026-06-26T18:52:25.211Z Checking rhai v1.25.1
15182026-06-26T18:52:25.403Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15192026-06-26T18:52:25.960Z Checking unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
15202026-06-26T18:52:26.392Z Checking sha1 v0.10.6
15212026-06-26T18:52:26.767Z Checking utf-8 v0.7.6
15222026-06-26T18:52:27.018Z Checking tungstenite v0.21.0
15232026-06-26T18:52:27.464Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15242026-06-26T18:52:28.139Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15252026-06-26T18:52:28.422Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15262026-06-26T18:52:28.525Z Checking sha2 v0.10.9
15272026-06-26T18:52:28.787Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15282026-06-26T18:52:28.998Z Checking diff v0.1.13
15292026-06-26T18:52:29.016Z Checking yansi v1.0.1
15302026-06-26T18:52:29.035Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-06-26T18:52:29.136Z Checking progenitor v0.10.0
15322026-06-26T18:52:29.265Z Checking pretty_assertions v1.4.1
15332026-06-26T18:52:29.404Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15342026-06-26T18:52:29.619Z Checking tokio-tungstenite v0.21.0
15352026-06-26T18:52:30.537Z Checking console v0.16.3
15362026-06-26T18:52:30.582Z Checking git-stub v1.0.0
15372026-06-26T18:52:30.840Z Checking base64 v0.21.7
15382026-06-26T18:52:30.861Z Checking unit-prefix v0.5.2
15392026-06-26T18:52:31.004Z Checking is_ci v1.2.0
15402026-06-26T18:52:31.078Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15412026-06-26T18:52:31.118Z Checking supports-color v3.0.2
15422026-06-26T18:52:31.246Z Checking indicatif v0.18.4
15432026-06-26T18:52:31.627Z Checking git-stub-vcs v0.1.0
15442026-06-26T18:52:31.896Z Checking xz2 v0.1.7
15452026-06-26T18:52:32.189Z Checking ron v0.12.1
15462026-06-26T18:52:32.281Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15472026-06-26T18:52:32.301Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15482026-06-26T18:52:32.564Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15492026-06-26T18:52:32.675Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15502026-06-26T18:52:33.088Z Checking drift v0.2.0
15512026-06-26T18:52:33.405Z Compiling serial_test_derive v3.5.0
15522026-06-26T18:52:33.537Z Checking base16ct v1.0.0
15532026-06-26T18:52:34.110Z Checking dropshot-api-manager v0.7.2
15542026-06-26T18:52:34.136Z Checking serial_test v3.5.0
15552026-06-26T18:52:35.055Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15562026-06-26T18:52:35.097Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15572026-06-26T18:52:35.319Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15582026-06-26T18:52:35.952Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15592026-06-26T18:52:36.746Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15602026-06-26T18:52:36.936Z Checking natord v1.0.9
15612026-06-26T18:52:37.057Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15622026-06-26T18:52:37.194Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15632026-06-26T18:52:37.368Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15642026-06-26T18:52:37.561Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15652026-06-26T18:52:37.585Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15662026-06-26T18:52:37.771Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15672026-06-26T18:52:38.092Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15682026-06-26T18:52:38.311Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15692026-06-26T18:52:38.352Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15702026-06-26T18:52:46.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15712026-06-26T18:52:47.222Z+ cargo xtask openapi check
15722026-06-26T18:52:47.834Z Compiling cfg-if v1.0.4
15732026-06-26T18:52:47.837Z Compiling libc v0.2.186
15742026-06-26T18:52:47.837Z Compiling serde_core v1.0.228
15752026-06-26T18:52:47.949Z Compiling memchr v2.8.1
15762026-06-26T18:52:47.955Z Compiling itoa v1.0.18
15772026-06-26T18:52:47.962Z Compiling smallvec v1.15.1
15782026-06-26T18:52:47.975Z Compiling stable_deref_trait v1.2.1
15792026-06-26T18:52:47.982Z Compiling zerofrom v0.1.8
15802026-06-26T18:52:47.998Z Compiling zmij v1.0.21
15812026-06-26T18:52:48.045Z Compiling litemap v0.8.2
15822026-06-26T18:52:48.095Z Compiling yoke v0.8.3
15832026-06-26T18:52:48.141Z Compiling writeable v0.6.3
15842026-06-26T18:52:48.162Z Compiling utf8_iter v1.0.4
15852026-06-26T18:52:48.226Z Compiling percent-encoding v2.3.2
15862026-06-26T18:52:48.261Z Compiling zerovec v0.11.6
15872026-06-26T18:52:48.279Z Compiling zerotrie v0.2.4
15882026-06-26T18:52:48.299Z Compiling icu_properties_data v2.2.0
15892026-06-26T18:52:48.326Z Compiling icu_normalizer_data v2.2.0
15902026-06-26T18:52:48.408Z Compiling libm v0.2.16
15912026-06-26T18:52:48.420Z Compiling form_urlencoded v1.2.2
15922026-06-26T18:52:48.433Z Compiling rand_core v0.10.1
15932026-06-26T18:52:48.451Z Compiling errno v0.3.14
15942026-06-26T18:52:48.570Z Compiling getrandom v0.4.2
15952026-06-26T18:52:48.583Z Compiling iana-time-zone v0.1.65
15962026-06-26T18:52:48.594Z Compiling pin-project-lite v0.2.17
15972026-06-26T18:52:48.605Z Compiling zeroize v1.8.2
15982026-06-26T18:52:48.623Z Compiling dyn-clone v1.0.20
15992026-06-26T18:52:48.687Z Compiling scopeguard v1.2.0
16002026-06-26T18:52:48.750Z Compiling tinystr v0.8.3
16012026-06-26T18:52:48.761Z Compiling potential_utf v0.1.5
16022026-06-26T18:52:48.787Z Compiling lock_api v0.4.14
16032026-06-26T18:52:48.799Z Compiling parking_lot_core v0.9.12
16042026-06-26T18:52:48.802Z Compiling socket2 v0.6.4
16052026-06-26T18:52:48.807Z Compiling signal-hook-registry v1.4.8
16062026-06-26T18:52:48.916Z Compiling icu_locale_core v2.2.0
16072026-06-26T18:52:48.950Z Compiling icu_collections v2.2.0
16082026-06-26T18:52:49.012Z Compiling parking_lot v0.12.5
16092026-06-26T18:52:49.093Z Compiling mio v1.2.1
16102026-06-26T18:52:49.105Z Compiling portable-atomic v1.13.1
16112026-06-26T18:52:49.219Z Compiling num-traits v0.2.19
16122026-06-26T18:52:49.386Z Compiling futures-core v0.3.32
16132026-06-26T18:52:49.469Z Compiling thiserror v2.0.18
16142026-06-26T18:52:49.536Z Compiling critical-section v1.2.0
16152026-06-26T18:52:49.552Z Compiling subtle v2.6.1
16162026-06-26T18:52:49.571Z Compiling equivalent v1.0.2
16172026-06-26T18:52:49.584Z Compiling serde v1.0.228
16182026-06-26T18:52:49.601Z Compiling serde_json v1.0.150
16192026-06-26T18:52:49.640Z Compiling icu_provider v2.2.0
16202026-06-26T18:52:49.655Z Compiling uuid v1.23.2
16212026-06-26T18:52:49.717Z Compiling semver v1.0.28
16222026-06-26T18:52:49.746Z Compiling bitflags v2.12.1
16232026-06-26T18:52:49.842Z Compiling once_cell v1.21.4
16242026-06-26T18:52:49.959Z Compiling icu_normalizer v2.2.0
16252026-06-26T18:52:49.983Z Compiling icu_properties v2.2.0
16262026-06-26T18:52:49.983Z Compiling zerocopy v0.8.50
16272026-06-26T18:52:50.040Z Compiling bytes v1.11.1
16282026-06-26T18:52:50.053Z Compiling chrono v0.4.45
16292026-06-26T18:52:50.072Z Compiling futures-sink v0.3.32
16302026-06-26T18:52:50.094Z Compiling log v0.4.32
16312026-06-26T18:52:50.173Z Compiling slab v0.4.12
16322026-06-26T18:52:50.278Z Compiling typenum v1.20.1
16332026-06-26T18:52:50.351Z Compiling slog v2.8.2
16342026-06-26T18:52:50.368Z Compiling futures-channel v0.3.32
16352026-06-26T18:52:50.516Z Compiling tokio v1.52.3
16362026-06-26T18:52:50.594Z Compiling getrandom v0.2.17
16372026-06-26T18:52:50.664Z Compiling futures-io v0.3.32
16382026-06-26T18:52:50.679Z Compiling futures-task v0.3.32
16392026-06-26T18:52:50.770Z Compiling rand_core v0.6.4
16402026-06-26T18:52:50.818Z Compiling futures-util v0.3.32
16412026-06-26T18:52:50.849Z Compiling idna_adapter v1.2.2
16422026-06-26T18:52:50.988Z Compiling idna v1.1.0
16432026-06-26T18:52:51.000Z Compiling hashbrown v0.17.1
16442026-06-26T18:52:51.052Z Compiling tracing-core v0.1.36
16452026-06-26T18:52:51.111Z Compiling base64 v0.22.1
16462026-06-26T18:52:51.444Z Compiling url v2.5.8
16472026-06-26T18:52:51.514Z Compiling indexmap v2.14.0
16482026-06-26T18:52:51.545Z Compiling tracing v0.1.44
16492026-06-26T18:52:51.637Z Compiling http v1.4.1
16502026-06-26T18:52:51.713Z Compiling unicode-ident v1.0.24
16512026-06-26T18:52:51.781Z Compiling fnv v1.0.7
16522026-06-26T18:52:51.837Z Compiling proc-macro2 v1.0.106
16532026-06-26T18:52:51.879Z Compiling byteorder v1.5.0
16542026-06-26T18:52:52.106Z Compiling schemars v0.8.22
16552026-06-26T18:52:52.142Z Compiling ipnet v2.12.0
16562026-06-26T18:52:52.265Z Compiling quote v1.0.45
16572026-06-26T18:52:52.515Z Compiling syn v2.0.117
16582026-06-26T18:52:52.543Z Compiling erased-serde v0.3.31
16592026-06-26T18:52:52.576Z Compiling rustls-pki-types v1.14.1
16602026-06-26T18:52:52.649Z Compiling http-body v1.0.1
16612026-06-26T18:52:52.803Z Compiling ppv-lite86 v0.2.21
16622026-06-26T18:52:52.925Z Compiling ipnetwork v0.21.1
16632026-06-26T18:52:53.094Z Compiling thiserror v1.0.69
16642026-06-26T18:52:53.111Z Compiling aws-lc-sys v0.41.0
16652026-06-26T18:52:53.126Z Compiling untrusted v0.7.1
16662026-06-26T18:52:53.191Z Compiling oxnet v0.1.6
16672026-06-26T18:52:53.253Z Compiling atomic-waker v1.1.2
16682026-06-26T18:52:53.347Z Compiling httparse v1.10.1
16692026-06-26T18:52:53.379Z Compiling try-lock v0.2.5
16702026-06-26T18:52:53.464Z Compiling tower-service v0.3.3
16712026-06-26T18:52:53.489Z Compiling untrusted v0.9.0
16722026-06-26T18:52:53.492Z Compiling tower-layer v0.3.3
16732026-06-26T18:52:53.561Z Compiling ryu v1.0.23
16742026-06-26T18:52:53.612Z Compiling aws-lc-rs v1.17.0
16752026-06-26T18:52:53.655Z Compiling rustls v0.23.40
16762026-06-26T18:52:53.655Z Compiling pretty-hex v0.4.2
16772026-06-26T18:52:53.677Z Compiling want v0.3.1
16782026-06-26T18:52:53.702Z Compiling rustix v1.1.4
16792026-06-26T18:52:53.745Z Compiling httpdate v1.0.3
16802026-06-26T18:52:53.800Z Compiling plain v0.2.3
16812026-06-26T18:52:53.842Z Compiling omicron-workspace-hack v0.1.0
16822026-06-26T18:52:53.904Z Compiling getrandom v0.3.4
16832026-06-26T18:52:53.916Z Compiling ucd-trie v0.1.7
16842026-06-26T18:52:53.929Z Compiling regex-syntax v0.8.10
16852026-06-26T18:52:53.990Z Compiling crossbeam-utils v0.8.21
16862026-06-26T18:52:54.083Z Compiling pest v2.8.6
16872026-06-26T18:52:54.208Z Compiling tokio-util v0.7.18
16882026-06-26T18:52:54.495Z Compiling rand_core v0.9.5
16892026-06-26T18:52:54.716Z Compiling rustls-webpki v0.103.13
16902026-06-26T18:52:54.927Z Compiling h2 v0.4.14
16912026-06-26T18:52:54.942Z Compiling serde_urlencoded v0.7.1
16922026-06-26T18:52:55.026Z Compiling newtype-uuid v1.3.2
16932026-06-26T18:52:55.344Z Compiling http-body-util v0.1.3
16942026-06-26T18:52:55.357Z Compiling allocator-api2 v0.2.21
16952026-06-26T18:52:55.592Z Compiling hex v0.4.3
16962026-06-26T18:52:55.644Z Compiling foldhash v0.2.0
16972026-06-26T18:52:55.686Z Compiling daft v0.1.7
16982026-06-26T18:52:55.853Z Compiling hashbrown v0.16.1
16992026-06-26T18:52:55.878Z Compiling rand_chacha v0.9.0
17002026-06-26T18:52:55.960Z Compiling fastrand v2.4.1
17012026-06-26T18:52:56.229Z Compiling rand v0.9.4
17022026-06-26T18:52:56.258Z Compiling sync_wrapper v1.0.2
17032026-06-26T18:52:56.370Z Compiling tower v0.5.3
17042026-06-26T18:52:56.386Z Compiling generic-array v0.14.7
17052026-06-26T18:52:56.440Z Compiling anyhow v1.0.102
17062026-06-26T18:52:56.454Z Compiling aho-corasick v1.1.4
17072026-06-26T18:52:56.548Z Compiling powerfmt v0.2.0
17082026-06-26T18:52:56.754Z Compiling tower-http v0.6.11
17092026-06-26T18:52:56.806Z Compiling deranged v0.5.8
17102026-06-26T18:52:56.828Z Compiling tempfile v3.27.0
17112026-06-26T18:52:56.841Z Compiling futures-executor v0.3.32
17122026-06-26T18:52:56.871Z Compiling camino v1.2.2
17132026-06-26T18:52:57.111Z Compiling hyper v1.10.1
17142026-06-26T18:52:57.167Z Compiling openapiv3 v2.2.0
17152026-06-26T18:52:57.206Z Compiling num_threads v0.1.7
17162026-06-26T18:52:57.273Z Compiling regex-automata v0.4.14
17172026-06-26T18:52:57.304Z Compiling time-core v0.1.8
17182026-06-26T18:52:57.450Z Compiling openssl-probe v0.2.1
17192026-06-26T18:52:57.637Z Compiling num-conv v0.2.2
17202026-06-26T18:52:57.772Z Compiling cpufeatures v0.3.0
17212026-06-26T18:52:57.791Z Compiling time v0.3.47
17222026-06-26T18:52:57.845Z Compiling rustls-native-certs v0.8.4
17232026-06-26T18:52:57.878Z Compiling futures v0.3.32
17242026-06-26T18:52:57.961Z Compiling scroll v0.13.0
17252026-06-26T18:52:58.184Z Compiling tokio-rustls v0.26.4
17262026-06-26T18:52:58.238Z Compiling hyper-util v0.1.20
17272026-06-26T18:52:58.326Z Compiling hybrid-array v0.4.12
17282026-06-26T18:52:58.461Z Compiling simd-adler32 v0.3.9
17292026-06-26T18:52:58.672Z Compiling winnow v1.0.3
17302026-06-26T18:52:58.794Z Compiling adler2 v2.0.1
17312026-06-26T18:52:58.814Z Compiling goblin v0.10.7
17322026-06-26T18:52:58.826Z Compiling rustls-platform-verifier v0.7.0
17332026-06-26T18:52:58.929Z Compiling miniz_oxide v0.8.9
17342026-06-26T18:52:59.059Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-26T18:52:59.514Z Compiling hyper-rustls v0.27.9
17362026-06-26T18:52:59.551Z Compiling crossbeam-channel v0.5.15
17372026-06-26T18:52:59.587Z Compiling crc32fast v1.5.0
17382026-06-26T18:52:59.778Z Compiling flate2 v1.1.9
17392026-06-26T18:52:59.778Z Compiling reqwest v0.13.4
17402026-06-26T18:52:59.802Z Compiling regex v1.12.3
17412026-06-26T18:52:59.895Z Compiling crypto-common v0.2.2
17422026-06-26T18:53:00.023Z Compiling block-buffer v0.12.0
17432026-06-26T18:53:00.184Z Compiling crypto-common v0.1.7
17442026-06-26T18:53:00.188Z Compiling dtrace-parser v0.3.0
17452026-06-26T18:53:00.251Z Compiling rand_chacha v0.3.1
17462026-06-26T18:53:00.321Z Compiling thread-id v5.1.0
17472026-06-26T18:53:00.409Z Compiling thread_local v1.1.9
17482026-06-26T18:53:00.540Z Compiling match_cfg v0.1.0
17492026-06-26T18:53:00.617Z Compiling const-oid v0.10.2
17502026-06-26T18:53:00.660Z Compiling debug-ignore v1.0.5
17512026-06-26T18:53:00.683Z Compiling compression-core v0.4.32
17522026-06-26T18:53:00.704Z Compiling hostname v0.3.1
17532026-06-26T18:53:00.762Z Compiling digest v0.11.3
17542026-06-26T18:53:00.782Z Compiling rand v0.8.6
17552026-06-26T18:53:00.826Z Compiling compression-codecs v0.4.38
17562026-06-26T18:53:00.839Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-06-26T18:53:00.839Z Compiling slog-json v2.6.1
17582026-06-26T18:53:00.930Z Compiling ref-cast v1.0.25
17592026-06-26T18:53:00.963Z Compiling strum v0.26.3
17602026-06-26T18:53:01.033Z Compiling macaddr v1.0.1
17612026-06-26T18:53:01.051Z Compiling toml_datetime v1.1.1+spec-1.1.0
17622026-06-26T18:53:01.068Z Compiling serde_spanned v1.1.1
17632026-06-26T18:53:01.091Z Compiling memmap2 v0.9.10
17642026-06-26T18:53:01.217Z Compiling is-terminal v0.4.17
17652026-06-26T18:53:01.255Z Compiling wait-timeout v0.2.1
17662026-06-26T18:53:01.310Z Compiling encoding_rs v0.8.35
17672026-06-26T18:53:01.327Z Compiling bit-vec v0.8.0
17682026-06-26T18:53:01.351Z Compiling mime v0.3.17
17692026-06-26T18:53:01.417Z Compiling take_mut v0.2.2
17702026-06-26T18:53:01.482Z Compiling term v1.2.1
17712026-06-26T18:53:01.529Z Compiling toml_writer v1.1.1+spec-1.1.0
17722026-06-26T18:53:01.539Z Compiling either v1.16.0
17732026-06-26T18:53:01.553Z Compiling dof v0.4.0
17742026-06-26T18:53:01.621Z Compiling spin v0.9.8
17752026-06-26T18:53:01.737Z Compiling quick-error v1.2.3
17762026-06-26T18:53:01.749Z Compiling slog-term v2.9.2
17772026-06-26T18:53:01.752Z Compiling toml v1.1.2+spec-1.1.0
17782026-06-26T18:53:01.846Z Compiling rusty-fork v0.3.1
17792026-06-26T18:53:02.135Z Compiling slog-async v2.8.0
17802026-06-26T18:53:02.183Z Compiling bit-set v0.8.0
17812026-06-26T18:53:02.308Z Compiling usdt-impl v0.6.0
17822026-06-26T18:53:02.349Z Compiling multer v3.1.0
17832026-06-26T18:53:02.630Z Compiling usdt v0.6.0
17842026-06-26T18:53:02.820Z Compiling slog-bunyan v2.5.0
17852026-06-26T18:53:02.843Z Compiling async-compression v0.4.42
17862026-06-26T18:53:02.960Z Compiling sha1 v0.11.0
17872026-06-26T18:53:02.979Z Compiling serde_with v3.20.0
17882026-06-26T18:53:02.979Z Compiling async-stream v0.3.6
17892026-06-26T18:53:03.014Z Compiling rand_xorshift v0.4.0
17902026-06-26T18:53:03.162Z Compiling waitgroup v0.1.2
17912026-06-26T18:53:03.177Z Compiling rustls-pemfile v2.2.0
17922026-06-26T18:53:03.184Z Compiling serde_path_to_error v0.1.20
17932026-06-26T18:53:03.196Z Compiling hostname v0.4.2
17942026-06-26T18:53:03.209Z Compiling unarray v0.1.4
17952026-06-26T18:53:03.302Z Compiling proptest v1.11.0
17962026-06-26T18:53:03.322Z Compiling strum v0.27.2
17972026-06-26T18:53:03.333Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17982026-06-26T18:53:03.370Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17992026-06-26T18:53:03.452Z Compiling progenitor-client v0.14.0
18002026-06-26T18:53:03.464Z Compiling iddqd v0.4.2
18012026-06-26T18:53:03.476Z Compiling dropshot v0.17.1
18022026-06-26T18:53:03.542Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-26T18:53:03.554Z Compiling reqwest v0.12.28
18042026-06-26T18:53:03.585Z Compiling block-buffer v0.10.4
18052026-06-26T18:53:03.727Z Compiling backon v1.6.0
18062026-06-26T18:53:03.745Z Compiling instant v0.1.13
18072026-06-26T18:53:03.788Z Compiling digest v0.10.7
18082026-06-26T18:53:03.853Z Compiling backoff v0.4.0
18092026-06-26T18:53:03.934Z Compiling progenitor-extras v0.2.0
18102026-06-26T18:53:04.008Z Compiling itertools v0.14.0
18112026-06-26T18:53:04.062Z Compiling parse-display v0.10.0
18122026-06-26T18:53:04.167Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18132026-06-26T18:53:04.377Z Compiling regress v0.10.5
18142026-06-26T18:53:04.720Z Compiling progenitor-client v0.10.0
18152026-06-26T18:53:04.734Z Compiling humantime v2.3.0
18162026-06-26T18:53:05.013Z Compiling cpufeatures v0.2.17
18172026-06-26T18:53:05.039Z Compiling unicode-width v0.2.2
18182026-06-26T18:53:05.088Z Compiling secrecy v0.10.3
18192026-06-26T18:53:05.230Z Compiling heck v0.5.0
18202026-06-26T18:53:05.247Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18212026-06-26T18:53:05.324Z Compiling tinyvec_macros v0.1.1
18222026-06-26T18:53:05.360Z Compiling num-integer v0.1.46
18232026-06-26T18:53:05.397Z Compiling tinyvec v1.11.0
18242026-06-26T18:53:05.483Z Compiling scroll v0.12.0
18252026-06-26T18:53:05.681Z Compiling crucible-workspace-hack v0.1.0
18262026-06-26T18:53:05.736Z Compiling hmac v0.12.1
18272026-06-26T18:53:05.754Z Compiling inout v0.1.4
18282026-06-26T18:53:05.767Z Compiling ff v0.13.1
18292026-06-26T18:53:05.808Z Compiling utf8parse v0.2.2
18302026-06-26T18:53:05.876Z Compiling group v0.13.0
18312026-06-26T18:53:05.896Z Compiling anstyle-parse v1.0.0
18322026-06-26T18:53:05.908Z Compiling cipher v0.4.4
18332026-06-26T18:53:05.924Z Compiling hkdf v0.12.4
18342026-06-26T18:53:05.991Z Compiling goblin v0.8.2
18352026-06-26T18:53:06.072Z Compiling num-iter v0.1.45
18362026-06-26T18:53:06.086Z Compiling num-rational v0.4.2
18372026-06-26T18:53:06.192Z Compiling zerocopy v0.7.35
18382026-06-26T18:53:06.326Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-26T18:53:06.425Z Compiling universal-hash v0.5.1
18402026-06-26T18:53:06.564Z Compiling crypto-bigint v0.5.5
18412026-06-26T18:53:06.627Z Compiling regress v0.11.1
18422026-06-26T18:53:06.746Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-26T18:53:06.844Z Compiling terminal_size v0.4.4
18442026-06-26T18:53:06.991Z Compiling half v2.7.1
18452026-06-26T18:53:07.094Z Compiling num-complex v0.4.6
18462026-06-26T18:53:07.296Z Compiling ciborium-io v0.2.2
18472026-06-26T18:53:07.396Z Compiling colorchoice v1.0.5
18482026-06-26T18:53:07.482Z Compiling base16ct v0.2.0
18492026-06-26T18:53:07.516Z Compiling is_terminal_polyfill v1.70.2
18502026-06-26T18:53:07.613Z Compiling anstyle-query v1.1.5
18512026-06-26T18:53:07.645Z Compiling anstyle v1.0.14
18522026-06-26T18:53:07.721Z Compiling opaque-debug v0.3.1
18532026-06-26T18:53:07.724Z Compiling base64ct v1.8.3
18542026-06-26T18:53:07.795Z Compiling poly1305 v0.8.0
18552026-06-26T18:53:07.873Z Compiling anstream v1.0.0
18562026-06-26T18:53:08.079Z Compiling password-hash v0.5.0
18572026-06-26T18:53:08.220Z Compiling dof v0.3.0
18582026-06-26T18:53:08.249Z Compiling typify-impl v0.6.2
18592026-06-26T18:53:08.269Z Compiling elliptic-curve v0.13.8
18602026-06-26T18:53:08.531Z Compiling num v0.4.3
18612026-06-26T18:53:08.551Z Compiling ciborium-ll v0.2.2
18622026-06-26T18:53:08.779Z Compiling curve25519-dalek v4.1.3
18632026-06-26T18:53:09.021Z Compiling thiserror-no-std v2.0.2
18642026-06-26T18:53:09.117Z Compiling chacha20 v0.9.1
18652026-06-26T18:53:09.172Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18662026-06-26T18:53:09.471Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-26T18:53:09.574Z Compiling blake2 v0.10.6
18682026-06-26T18:53:09.776Z Compiling aead v0.5.2
18692026-06-26T18:53:09.817Z Compiling byte-wrapper v0.1.0
18702026-06-26T18:53:09.868Z Compiling dtrace-parser v0.2.0
18712026-06-26T18:53:09.902Z Compiling crossbeam-epoch v0.9.18
18722026-06-26T18:53:09.939Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18732026-06-26T18:53:10.025Z Compiling thread-id v4.2.2
18742026-06-26T18:53:10.113Z Compiling clap_lex v1.1.0
18752026-06-26T18:53:10.172Z Compiling keccak v0.1.6
18762026-06-26T18:53:10.172Z Compiling float-ord v0.3.2
18772026-06-26T18:53:10.233Z Compiling strsim v0.11.1
18782026-06-26T18:53:10.297Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-26T18:53:10.360Z Compiling sha3 v0.10.9
18802026-06-26T18:53:10.407Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-06-26T18:53:10.612Z Compiling clap_builder v4.6.0
18822026-06-26T18:53:10.635Z Compiling usdt-impl v0.5.0
18832026-06-26T18:53:10.647Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-26T18:53:11.287Z Compiling typify v0.6.2
18852026-06-26T18:53:11.401Z Compiling chacha20poly1305 v0.10.1
18862026-06-26T18:53:11.538Z Compiling argon2 v0.5.3
18872026-06-26T18:53:11.689Z Compiling vsss-rs v3.3.4
18882026-06-26T18:53:11.953Z Compiling ciborium v0.2.2
18892026-06-26T18:53:12.044Z Compiling hash32 v0.3.1
18902026-06-26T18:53:12.207Z Compiling memmap v0.7.0
18912026-06-26T18:53:12.395Z Compiling indent_write v2.2.0
18922026-06-26T18:53:12.530Z Compiling data-encoding v2.11.0
18932026-06-26T18:53:12.554Z Compiling usdt v0.5.0
18942026-06-26T18:53:12.609Z Compiling heapless v0.8.0
18952026-06-26T18:53:12.782Z Compiling clap v4.6.1
18962026-06-26T18:53:12.813Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18972026-06-26T18:53:12.868Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-26T18:53:12.930Z Compiling ingot-types v0.1.2
18992026-06-26T18:53:13.000Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-26T18:53:13.080Z Compiling rustix v0.38.44
19012026-06-26T18:53:13.342Z Compiling tabwriter v1.4.1
19022026-06-26T18:53:13.405Z Compiling cobs v0.3.0
19032026-06-26T18:53:13.592Z Compiling managed v0.8.0
19042026-06-26T18:53:13.614Z Compiling bitflags v1.3.2
19052026-06-26T18:53:13.695Z Compiling postcard v1.1.3
19062026-06-26T18:53:13.707Z Compiling ingot v0.1.1
19072026-06-26T18:53:13.815Z Compiling smoltcp v0.11.0
19082026-06-26T18:53:13.869Z Compiling memoffset v0.9.1
19092026-06-26T18:53:13.960Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-26T18:53:14.011Z Compiling serde_spanned v0.6.9
19112026-06-26T18:53:14.038Z Compiling toml_datetime v0.6.11
19122026-06-26T18:53:14.163Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19132026-06-26T18:53:14.220Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-26T18:53:14.313Z Compiling unicode-segmentation v1.13.3
19152026-06-26T18:53:14.473Z Compiling static_assertions v1.1.0
19162026-06-26T18:53:14.553Z Compiling winnow v0.7.15
19172026-06-26T18:53:14.739Z Compiling linked-hash-map v0.5.6
19182026-06-26T18:53:14.874Z Compiling swrite v0.1.0
19192026-06-26T18:53:14.925Z Compiling colored v3.1.1
19202026-06-26T18:53:14.972Z Compiling resolv-conf v0.7.6
19212026-06-26T18:53:15.307Z Compiling foreign-types-shared v0.3.1
19222026-06-26T18:53:15.337Z Compiling toml_write v0.1.2
19232026-06-26T18:53:15.404Z Compiling foreign-types v0.5.0
19242026-06-26T18:53:15.491Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19252026-06-26T18:53:15.543Z Compiling lru-cache v0.1.2
19262026-06-26T18:53:15.569Z Compiling newline-converter v0.3.0
19272026-06-26T18:53:15.669Z Compiling hubpack v0.1.2
19282026-06-26T18:53:15.684Z Compiling nix v0.31.3
19292026-06-26T18:53:15.696Z Compiling num_enum v0.7.6
19302026-06-26T18:53:15.817Z Compiling atomicwrites v0.4.4
19312026-06-26T18:53:15.900Z Compiling toml_edit v0.22.27
19322026-06-26T18:53:16.009Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19332026-06-26T18:53:16.042Z Compiling hickory-proto v0.24.4
19342026-06-26T18:53:16.126Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19352026-06-26T18:53:16.247Z Compiling crossbeam-deque v0.8.6
19362026-06-26T18:53:16.374Z Compiling console v0.15.11
19372026-06-26T18:53:16.439Z Compiling chacha20 v0.10.0
19382026-06-26T18:53:16.617Z Compiling camino-tempfile v1.4.1
19392026-06-26T18:53:16.694Z Compiling serde-big-array v0.5.1
19402026-06-26T18:53:16.840Z Compiling cstr-argument v0.1.2
19412026-06-26T18:53:16.853Z Compiling similar v2.7.0
19422026-06-26T18:53:16.993Z Compiling siphasher v1.0.3
19432026-06-26T18:53:16.996Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19442026-06-26T18:53:17.191Z Compiling phf_shared v0.12.1
19452026-06-26T18:53:17.351Z Compiling toml v0.8.23
19462026-06-26T18:53:17.367Z Compiling expectorate v1.2.0
19472026-06-26T18:53:17.520Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19482026-06-26T18:53:17.745Z Compiling pin-project v1.1.13
19492026-06-26T18:53:17.851Z Compiling hickory-resolver v0.24.4
19502026-06-26T18:53:18.022Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19512026-06-26T18:53:18.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19522026-06-26T18:53:18.160Z Compiling rand v0.10.1
19532026-06-26T18:53:18.540Z Compiling rayon-core v1.13.0
19542026-06-26T18:53:18.738Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19552026-06-26T18:53:18.849Z Compiling num_enum v0.5.11
19562026-06-26T18:53:18.949Z Compiling progenitor-impl v0.13.0
19572026-06-26T18:53:18.969Z Compiling prettyplease v0.2.37
19582026-06-26T18:53:19.243Z Compiling unicode-normalization v0.1.25
19592026-06-26T18:53:19.439Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-06-26T18:53:19.713Z Compiling progenitor-client v0.13.0
19612026-06-26T18:53:19.809Z Compiling tokio-stream v0.1.18
19622026-06-26T18:53:20.012Z Compiling csv-core v0.1.13
19632026-06-26T18:53:20.214Z Compiling bstr v1.12.1
19642026-06-26T18:53:20.238Z Compiling foreign-types-shared v0.1.1
19652026-06-26T18:53:20.270Z Compiling foldhash v0.1.5
19662026-06-26T18:53:20.273Z Compiling unicode-width v0.1.14
19672026-06-26T18:53:20.328Z Compiling konst_macro_rules v0.2.19
19682026-06-26T18:53:20.451Z Compiling same-file v1.0.6
19692026-06-26T18:53:20.508Z Compiling highway v1.3.0
19702026-06-26T18:53:20.558Z Compiling globset v0.4.18
19712026-06-26T18:53:20.594Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-26T18:53:20.625Z Compiling walkdir v2.5.0
19732026-06-26T18:53:20.695Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-26T18:53:20.863Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-26T18:53:20.895Z Compiling konst v0.2.20
19762026-06-26T18:53:20.964Z Compiling hashbrown v0.15.5
19772026-06-26T18:53:21.135Z Compiling foreign-types v0.3.2
19782026-06-26T18:53:21.218Z Compiling qorb v0.4.1
19792026-06-26T18:53:21.339Z Compiling csv v1.4.0
19802026-06-26T18:53:21.488Z Compiling progenitor v0.13.0
19812026-06-26T18:53:21.633Z Compiling snafu v0.8.9
19822026-06-26T18:53:21.894Z Compiling olpc-cjson v0.1.4
19832026-06-26T18:53:22.062Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19842026-06-26T18:53:22.065Z Compiling rayon v1.12.0
19852026-06-26T18:53:22.376Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-26T18:53:22.515Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19872026-06-26T18:53:22.686Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19882026-06-26T18:53:23.272Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-26T18:53:23.433Z Compiling phf v0.12.1
19902026-06-26T18:53:23.695Z Compiling openssl-sys v0.9.116
19912026-06-26T18:53:23.900Z Compiling tokio-dtrace v0.1.1
19922026-06-26T18:53:23.900Z Compiling progenitor-impl v0.14.0
19932026-06-26T18:53:24.070Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19942026-06-26T18:53:24.099Z Compiling itertools v0.12.1
19952026-06-26T18:53:24.127Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19962026-06-26T18:53:24.165Z Compiling libsw-core v0.3.2
19972026-06-26T18:53:24.328Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19982026-06-26T18:53:24.342Z Compiling pem v3.0.6
19992026-06-26T18:53:24.489Z Compiling serde_plain v1.0.2
20002026-06-26T18:53:24.684Z Compiling sigpipe v0.1.3
20012026-06-26T18:53:24.698Z Compiling jiff v0.2.28
20022026-06-26T18:53:24.698Z Compiling fixedbitset v0.5.7
20032026-06-26T18:53:24.776Z Compiling fixedbitset v0.4.2
20042026-06-26T18:53:24.909Z Compiling bytecount v0.6.9
20052026-06-26T18:53:25.004Z Compiling typed-path v0.9.3
20062026-06-26T18:53:25.027Z Compiling minimal-lexical v0.2.1
20072026-06-26T18:53:25.051Z Compiling glob v0.3.3
20082026-06-26T18:53:25.289Z Compiling nom v7.1.3
20092026-06-26T18:53:25.301Z Compiling zone v0.3.1
20102026-06-26T18:53:25.470Z Compiling progenitor v0.14.0
20112026-06-26T18:53:25.614Z Compiling papergrid v0.11.0
20122026-06-26T18:53:25.627Z Compiling petgraph v0.6.5
20132026-06-26T18:53:25.693Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-26T18:53:25.889Z Compiling tough v0.22.0
20152026-06-26T18:53:26.031Z Compiling petgraph v0.8.3
20162026-06-26T18:53:26.276Z Compiling openssl v0.10.80
20172026-06-26T18:53:26.595Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-26T18:53:26.997Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20192026-06-26T18:53:27.112Z Compiling libsw v3.5.0
20202026-06-26T18:53:27.210Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-26T18:53:27.284Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20222026-06-26T18:53:27.528Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-26T18:53:27.703Z Compiling oxide-tokio-rt v0.1.6
20242026-06-26T18:53:27.761Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20252026-06-26T18:53:27.795Z Compiling chrono-tz v0.10.4
20262026-06-26T18:53:27.880Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-26T18:53:28.073Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20282026-06-26T18:53:28.088Z Compiling newtype_derive v0.1.6
20292026-06-26T18:53:28.169Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-26T18:53:28.388Z Compiling slog-dtrace v0.3.0
20312026-06-26T18:53:28.703Z Compiling const_format v0.2.36
20322026-06-26T18:53:28.790Z Compiling owo-colors v4.3.0
20332026-06-26T18:53:28.975Z Compiling cancel-safe-futures v0.1.5
20342026-06-26T18:53:29.051Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20352026-06-26T18:53:29.256Z Compiling gethostname v0.5.0
20362026-06-26T18:53:29.278Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20372026-06-26T18:53:29.378Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-26T18:53:29.441Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-26T18:53:29.468Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-26T18:53:29.500Z Compiling smf v0.2.3
20412026-06-26T18:53:29.516Z Compiling bcs v0.1.6
20422026-06-26T18:53:29.590Z Compiling unicode-linebreak v0.1.5
20432026-06-26T18:53:29.835Z Compiling termtree v0.5.1
20442026-06-26T18:53:29.846Z Compiling linear-map v1.2.0
20452026-06-26T18:53:29.890Z Compiling whoami v1.6.1
20462026-06-26T18:53:29.965Z Compiling smawk v0.3.2
20472026-06-26T18:53:29.983Z Compiling tagptr v0.2.0
20482026-06-26T18:53:30.027Z Compiling lazy_static v1.5.0
20492026-06-26T18:53:30.059Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-26T18:53:30.104Z Compiling steno v0.4.1
20512026-06-26T18:53:30.129Z Compiling moka v0.12.15
20522026-06-26T18:53:30.129Z Compiling textwrap v0.16.2
20532026-06-26T18:53:30.202Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-26T18:53:30.551Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-26T18:53:30.643Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-26T18:53:30.898Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-26T18:53:31.657Z Compiling tabled v0.15.0
20582026-06-26T18:53:31.774Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-26T18:53:31.968Z Compiling cookie v0.18.1
20602026-06-26T18:53:32.465Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-26T18:53:32.578Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-26T18:53:33.015Z Compiling hickory-proto v0.25.2
20632026-06-26T18:53:33.300Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20642026-06-26T18:53:33.313Z Compiling libscf-sys v1.2.0
20652026-06-26T18:53:33.457Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-26T18:53:33.469Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20672026-06-26T18:53:33.840Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20682026-06-26T18:53:34.161Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20692026-06-26T18:53:34.188Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20702026-06-26T18:53:34.805Z Compiling hickory-resolver v0.25.2
20712026-06-26T18:53:35.592Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-26T18:53:40.081Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-26T18:53:47.549Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-06-26T18:53:49.153Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-26T18:53:50.162Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20762026-06-26T18:53:51.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20772026-06-26T18:53:52.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20782026-06-26T18:53:52.695Z Running `target/debug/xtask openapi check`
20792026-06-26T18:53:53.157Z Compiling serde_core v1.0.228
20802026-06-26T18:53:53.160Z Compiling serde v1.0.228
20812026-06-26T18:53:53.228Z Compiling serde_json v1.0.150
20822026-06-26T18:53:53.232Z Compiling syn v2.0.117
20832026-06-26T18:53:53.237Z Compiling bytes v1.11.1
20842026-06-26T18:53:53.244Z Compiling getrandom v0.4.2
20852026-06-26T18:53:53.268Z Compiling once_cell v1.21.4
20862026-06-26T18:53:53.268Z Compiling zerocopy v0.8.50
20872026-06-26T18:53:53.407Z Compiling num-traits v0.2.19
20882026-06-26T18:53:53.577Z Compiling schemars v0.8.22
20892026-06-26T18:53:53.695Z Compiling http v1.4.1
20902026-06-26T18:53:53.813Z Compiling zeroize v1.8.2
20912026-06-26T18:53:53.833Z Compiling aws-lc-rs v1.17.0
20922026-06-26T18:53:53.860Z Compiling usdt-impl v0.6.0
20932026-06-26T18:53:53.869Z Compiling time-macros v0.2.27
20942026-06-26T18:53:53.981Z Compiling rustls-pki-types v1.14.1
20952026-06-26T18:53:54.128Z Compiling tracing-core v0.1.36
20962026-06-26T18:53:54.364Z Compiling bitflags v2.12.1
20972026-06-26T18:53:54.449Z Compiling tracing v0.1.44
20982026-06-26T18:53:54.602Z Compiling http-body v1.0.1
20992026-06-26T18:53:54.694Z Compiling generic-array v0.14.7
21002026-06-26T18:53:54.712Z Compiling indexmap v2.14.0
21012026-06-26T18:53:54.750Z Compiling rustls v0.23.40
21022026-06-26T18:53:54.764Z Compiling rustix v1.1.4
21032026-06-26T18:53:54.848Z Compiling time v0.3.47
21042026-06-26T18:53:54.977Z Compiling toml_datetime v1.1.1+spec-1.1.0
21052026-06-26T18:53:55.195Z Compiling subtle v2.6.1
21062026-06-26T18:53:55.376Z Compiling uuid v1.23.2
21072026-06-26T18:53:55.796Z Compiling pest_generator v2.8.6
21082026-06-26T18:53:55.892Z Compiling serde_derive_internals v0.29.1
21092026-06-26T18:53:55.968Z Compiling camino v1.2.2
21102026-06-26T18:53:55.980Z Compiling rustls-webpki v0.103.13
21112026-06-26T18:53:55.989Z Compiling winnow v1.0.3
21122026-06-26T18:53:56.253Z Compiling toml_edit v0.25.12+spec-1.1.0
21132026-06-26T18:53:56.342Z Compiling toml_parser v1.1.2+spec-1.1.0
21142026-06-26T18:53:56.380Z Compiling serde_spanned v1.1.1
21152026-06-26T18:53:56.614Z Compiling semver v1.0.28
21162026-06-26T18:53:56.876Z Compiling rustix v0.38.44
21172026-06-26T18:53:56.895Z Compiling toml v1.1.2+spec-1.1.0
21182026-06-26T18:53:56.914Z Compiling serde_derive v1.0.228
21192026-06-26T18:53:56.939Z Compiling thiserror-impl v2.0.18
21202026-06-26T18:53:56.953Z Compiling zerocopy-derive v0.8.50
21212026-06-26T18:53:56.993Z Compiling pest_derive v2.8.6
21222026-06-26T18:53:57.155Z Compiling tokio-macros v2.7.0
21232026-06-26T18:53:57.236Z Compiling schemars_derive v0.8.22
21242026-06-26T18:53:57.520Z Compiling scroll_derive v0.13.1
21252026-06-26T18:53:57.907Z Compiling tokio v1.52.3
21262026-06-26T18:53:58.202Z Compiling thiserror v2.0.18
21272026-06-26T18:53:58.337Z Compiling futures-macro v0.3.32
21282026-06-26T18:53:58.382Z Compiling scroll v0.13.0
21292026-06-26T18:53:58.417Z Compiling dtrace-parser v0.3.0
21302026-06-26T18:53:58.649Z Compiling goblin v0.10.7
21312026-06-26T18:53:59.197Z Compiling futures-util v0.3.32
21322026-06-26T18:54:00.121Z Compiling erased-serde v0.3.31
21332026-06-26T18:54:00.286Z Compiling chrono v0.4.45
21342026-06-26T18:54:00.606Z Compiling slog v2.8.2
21352026-06-26T18:54:00.997Z Compiling serde_tokenstream v0.2.3
21362026-06-26T18:54:01.289Z Compiling dof v0.4.0
21372026-06-26T18:54:01.432Z Compiling futures-executor v0.3.32
21382026-06-26T18:54:01.706Z Compiling tokio-util v0.7.18
21392026-06-26T18:54:01.752Z Compiling slog-json v2.6.1
21402026-06-26T18:54:01.993Z Compiling openapiv3 v2.2.0
21412026-06-26T18:54:02.058Z Compiling oxnet v0.1.6
21422026-06-26T18:54:02.318Z Compiling h2 v0.4.14
21432026-06-26T18:54:02.488Z Compiling usdt-macro v0.6.0
21442026-06-26T18:54:02.523Z Compiling usdt-attr-macro v0.6.0
21452026-06-26T18:54:02.643Z Compiling async-stream-impl v0.3.6
21462026-06-26T18:54:03.228Z Compiling slog-bunyan v2.5.0
21472026-06-26T18:54:03.299Z Compiling async-stream v0.3.6
21482026-06-26T18:54:03.307Z Compiling futures v0.3.32
21492026-06-26T18:54:03.319Z Compiling async-compression v0.4.42
21502026-06-26T18:54:03.328Z Compiling usdt v0.6.0
21512026-06-26T18:54:03.362Z Compiling tokio-rustls v0.26.4
21522026-06-26T18:54:03.382Z Compiling dropshot_endpoint v0.17.1
21532026-06-26T18:54:03.472Z Compiling slog-term v2.9.2
21542026-06-26T18:54:03.599Z Compiling multer v3.1.0
21552026-06-26T18:54:03.622Z Compiling slog-async v2.8.0
21562026-06-26T18:54:03.633Z Compiling serde_urlencoded v0.7.1
21572026-06-26T18:54:03.741Z Compiling async-trait v0.1.89
21582026-06-26T18:54:03.815Z Compiling proc-macro-crate v3.5.0
21592026-06-26T18:54:03.878Z Compiling serde_path_to_error v0.1.20
21602026-06-26T18:54:04.042Z Compiling http-body-util v0.1.3
21612026-06-26T18:54:04.079Z Compiling rustls-pemfile v2.2.0
21622026-06-26T18:54:04.110Z Compiling crossbeam-epoch v0.9.18
21632026-06-26T18:54:04.232Z Compiling aho-corasick v1.1.4
21642026-06-26T18:54:04.245Z Compiling tempfile v3.27.0
21652026-06-26T18:54:04.271Z Compiling num_enum_derive v0.7.6
21662026-06-26T18:54:04.449Z Compiling hyper v1.10.1
21672026-06-26T18:54:04.644Z Compiling crossbeam-deque v0.8.6
21682026-06-26T18:54:04.725Z Compiling block-buffer v0.10.4
21692026-06-26T18:54:04.842Z Compiling crypto-common v0.1.7
21702026-06-26T18:54:04.864Z Compiling dropshot-api-manager-types v0.7.2
21712026-06-26T18:54:04.967Z Compiling git-stub v1.0.0
21722026-06-26T18:54:05.014Z Compiling clap_builder v4.6.0
21732026-06-26T18:54:05.134Z Compiling regex-automata v0.4.14
21742026-06-26T18:54:05.203Z Compiling digest v0.10.7
21752026-06-26T18:54:05.229Z Compiling atomicwrites v0.4.4
21762026-06-26T18:54:05.283Z Compiling num_enum v0.7.6
21772026-06-26T18:54:05.313Z Compiling rayon-core v1.13.0
21782026-06-26T18:54:05.392Z Compiling fs-err v3.3.0
21792026-06-26T18:54:05.400Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21802026-06-26T18:54:05.410Z Compiling clap_derive v4.6.1
21812026-06-26T18:54:05.687Z Compiling hyper-util v0.1.20
21822026-06-26T18:54:06.016Z Compiling serde_repr v0.1.20
21832026-06-26T18:54:06.070Z Compiling terminal_size v0.4.4
21842026-06-26T18:54:06.083Z Compiling nom v8.0.0
21852026-06-26T18:54:06.211Z Compiling bstr v1.12.1
21862026-06-26T18:54:06.241Z Compiling is_ci v1.2.0
21872026-06-26T18:54:06.381Z Compiling either v1.16.0
21882026-06-26T18:54:06.563Z Compiling textwrap v0.16.2
21892026-06-26T18:54:06.572Z Compiling rayon v1.12.0
21902026-06-26T18:54:06.603Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21912026-06-26T18:54:07.053Z Compiling dropshot v0.17.1
21922026-06-26T18:54:07.056Z Compiling regex v1.12.3
21932026-06-26T18:54:07.077Z Compiling clap v4.6.1
21942026-06-26T18:54:07.160Z Compiling similar v2.7.0
21952026-06-26T18:54:07.331Z Compiling supports-color v3.0.2
21962026-06-26T18:54:07.503Z Compiling drift v0.2.0
21972026-06-26T18:54:07.512Z Compiling sha2 v0.10.9
21982026-06-26T18:54:07.884Z Compiling git-stub-vcs v0.1.0
21992026-06-26T18:54:08.151Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22002026-06-26T18:54:09.761Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22012026-06-26T18:54:09.761Z Compiling dropshot-api-manager v0.7.2
22022026-06-26T18:54:13.381Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22032026-06-26T18:54:14.579Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22042026-06-26T18:54:21.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.54s
22052026-06-26T18:54:21.363Z Running `target/debug/maghemite-dropshot-apis check`
22062026-06-26T18:54:21.389Z -------
22072026-06-26T18:54:21.389Z Generating OpenAPI documents from API definitions ...
22082026-06-26T18:54:21.452Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22092026-06-26T18:54:21.489Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22102026-06-26T18:54:21.612Z -------
22112026-06-26T18:54:21.612Z Checking 14 OpenAPI documents...
22122026-06-26T18:54:21.612Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22132026-06-26T18:54:21.612Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22142026-06-26T18:54:21.612Z Fresh ddm-admin "latest" symlink
22152026-06-26T18:54:21.612Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22162026-06-26T18:54:21.615Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22172026-06-26T18:54:21.615Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22182026-06-26T18:54:21.615Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22192026-06-26T18:54:21.615Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22202026-06-26T18:54:21.615Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22212026-06-26T18:54:21.615Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22222026-06-26T18:54:21.615Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22232026-06-26T18:54:21.615Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22242026-06-26T18:54:21.615Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22252026-06-26T18:54:21.615Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22262026-06-26T18:54:21.615Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22272026-06-26T18:54:21.615Z Fresh mg-admin "latest" symlink
22282026-06-26T18:54:21.615Z -------
22292026-06-26T18:54:21.616Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22302026-06-26T18:54:21.661Z+ banner build
22312026-06-26T18:54:21.664Z
22322026-06-26T18:54:21.664Z ##### # # # # #####
22332026-06-26T18:54:21.664Z # # # # # # # #
22342026-06-26T18:54:21.664Z ##### # # # # # #
22352026-06-26T18:54:21.664Z # # # # # # # #
22362026-06-26T18:54:21.664Z # # # # # # # #
22372026-06-26T18:54:21.664Z ##### #### # ###### #####
22382026-06-26T18:54:21.664Z
22392026-06-26T18:54:21.665Z+ ptime -m cargo build
22402026-06-26T18:54:22.253Z Compiling smallvec v1.15.1
22412026-06-26T18:54:22.367Z Compiling log v0.4.32
22422026-06-26T18:54:22.383Z Compiling slog v2.8.2
22432026-06-26T18:54:22.397Z Compiling ring v0.17.14
22442026-06-26T18:54:22.417Z Compiling webpki-roots v1.0.7
22452026-06-26T18:54:22.466Z Compiling similar v2.7.0
22462026-06-26T18:54:22.498Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22472026-06-26T18:54:22.513Z Compiling goblin v0.10.7
22482026-06-26T18:54:22.533Z Compiling icu_normalizer v2.2.0
22492026-06-26T18:54:22.567Z Compiling parking_lot_core v0.9.12
22502026-06-26T18:54:22.578Z Compiling goblin v0.8.2
22512026-06-26T18:54:22.731Z Compiling slog-term v2.9.2
22522026-06-26T18:54:22.763Z Compiling parking_lot v0.12.5
22532026-06-26T18:54:22.861Z Compiling idna_adapter v1.2.2
22542026-06-26T18:54:23.032Z Compiling idna v1.1.0
22552026-06-26T18:54:23.160Z Compiling tokio v1.52.3
22562026-06-26T18:54:23.187Z Compiling slog-async v2.8.0
22572026-06-26T18:54:23.343Z Compiling url v2.5.8
22582026-06-26T18:54:23.391Z Compiling slog-json v2.6.1
22592026-06-26T18:54:23.606Z Compiling rustls-webpki v0.103.13
22602026-06-26T18:54:23.687Z Compiling slog-bunyan v2.5.0
22612026-06-26T18:54:23.790Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-06-26T18:54:23.839Z Compiling schemars v0.8.22
22632026-06-26T18:54:23.928Z Compiling expectorate v1.2.0
22642026-06-26T18:54:24.083Z Compiling globset v0.4.18
22652026-06-26T18:54:24.194Z Compiling rustls v0.23.40
22662026-06-26T18:54:24.378Z Compiling moka v0.12.15
22672026-06-26T18:54:24.561Z Compiling parking_lot_core v0.8.6
22682026-06-26T18:54:24.857Z Compiling ipnetwork v0.21.1
22692026-06-26T18:54:24.874Z Compiling newtype-uuid v1.3.2
22702026-06-26T18:54:25.145Z Compiling oxnet v0.1.6
22712026-06-26T18:54:25.163Z Compiling serde_with v3.20.0
22722026-06-26T18:54:25.209Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22732026-06-26T18:54:25.280Z Compiling typify-impl v0.6.2
22742026-06-26T18:54:25.600Z Compiling daft v0.1.7
22752026-06-26T18:54:25.880Z Compiling dof v0.4.0
22762026-06-26T18:54:26.076Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-06-26T18:54:26.423Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22782026-06-26T18:54:26.577Z Compiling usdt-impl v0.6.0
22792026-06-26T18:54:26.897Z Compiling tokio-util v0.7.18
22802026-06-26T18:54:26.996Z Compiling tower v0.5.3
22812026-06-26T18:54:27.148Z Compiling tokio-rustls v0.26.4
22822026-06-26T18:54:27.233Z Compiling rustls-platform-verifier v0.7.0
22832026-06-26T18:54:27.279Z Compiling usdt v0.6.0
22842026-06-26T18:54:27.422Z Compiling tower-http v0.6.11
22852026-06-26T18:54:27.468Z Compiling h2 v0.4.14
22862026-06-26T18:54:27.481Z Compiling async-compression v0.4.42
22872026-06-26T18:54:27.562Z Compiling iddqd v0.4.2
22882026-06-26T18:54:27.620Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-26T18:54:27.799Z Compiling backoff v0.4.0
22902026-06-26T18:54:27.855Z Compiling typify v0.6.2
22912026-06-26T18:54:27.890Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-06-26T18:54:27.975Z Compiling dof v0.3.0
22932026-06-26T18:54:28.023Z Compiling byte-wrapper v0.1.0
22942026-06-26T18:54:28.270Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22952026-06-26T18:54:28.389Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-06-26T18:54:28.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-06-26T18:54:28.807Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-06-26T18:54:28.901Z Compiling usdt-impl v0.5.0
22992026-06-26T18:54:28.919Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-06-26T18:54:29.093Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23012026-06-26T18:54:29.122Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23022026-06-26T18:54:29.384Z Compiling usdt v0.5.0
23032026-06-26T18:54:29.561Z Compiling hyper v1.10.1
23042026-06-26T18:54:29.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23052026-06-26T18:54:29.873Z Compiling progenitor-impl v0.14.0
23062026-06-26T18:54:29.981Z Compiling progenitor-impl v0.13.0
23072026-06-26T18:54:30.447Z Compiling hickory-proto v0.24.4
23082026-06-26T18:54:30.735Z Compiling hyper-util v0.1.20
23092026-06-26T18:54:31.013Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-26T18:54:31.123Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-06-26T18:54:31.210Z Compiling tokio-stream v0.1.18
23122026-06-26T18:54:31.335Z Compiling tokio-dtrace v0.1.1
23132026-06-26T18:54:31.605Z Compiling zone v0.3.1
23142026-06-26T18:54:31.674Z Compiling libsw-core v0.3.2
23152026-06-26T18:54:31.849Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23162026-06-26T18:54:32.217Z Compiling hyper-rustls v0.27.9
23172026-06-26T18:54:32.250Z Compiling dropshot v0.17.1
23182026-06-26T18:54:32.354Z Compiling hickory-resolver v0.24.4
23192026-06-26T18:54:32.357Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23202026-06-26T18:54:32.379Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23212026-06-26T18:54:32.554Z Compiling reqwest v0.13.4
23222026-06-26T18:54:32.853Z Compiling reqwest v0.12.28
23232026-06-26T18:54:33.064Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-06-26T18:54:33.184Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23252026-06-26T18:54:33.285Z Compiling libsw v3.5.0
23262026-06-26T18:54:33.472Z Compiling qorb v0.4.1
23272026-06-26T18:54:33.573Z Compiling oxide-tokio-rt v0.1.6
23282026-06-26T18:54:33.682Z Compiling slog-dtrace v0.3.0
23292026-06-26T18:54:33.891Z Compiling progenitor-client v0.14.0
23302026-06-26T18:54:34.001Z Compiling progenitor-client v0.13.0
23312026-06-26T18:54:34.208Z Compiling progenitor-client v0.10.0
23322026-06-26T18:54:34.314Z Compiling progenitor-extras v0.2.0
23332026-06-26T18:54:34.457Z Compiling progenitor v0.13.0
23342026-06-26T18:54:34.511Z Compiling progenitor v0.14.0
23352026-06-26T18:54:34.564Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-06-26T18:54:34.633Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23372026-06-26T18:54:34.675Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-06-26T18:54:34.722Z Compiling tough v0.22.0
23392026-06-26T18:54:34.804Z Compiling cancel-safe-futures v0.1.5
23402026-06-26T18:54:35.116Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23412026-06-26T18:54:35.556Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-06-26T18:54:35.593Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-06-26T18:54:36.295Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-26T18:54:36.393Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-26T18:54:36.574Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-26T18:54:36.864Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-26T18:54:37.066Z Compiling steno v0.4.1
23482026-06-26T18:54:37.184Z Compiling hickory-proto v0.25.2
23492026-06-26T18:54:37.613Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-06-26T18:54:37.805Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-06-26T18:54:38.229Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23522026-06-26T18:54:38.342Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23532026-06-26T18:54:38.422Z Compiling parking_lot v0.11.2
23542026-06-26T18:54:38.730Z Compiling fxhash v0.2.1
23552026-06-26T18:54:38.820Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23562026-06-26T18:54:38.875Z Compiling sled v0.34.7
23572026-06-26T18:54:39.150Z Compiling hickory-resolver v0.25.2
23582026-06-26T18:54:39.347Z Compiling arc-swap v1.9.1
23592026-06-26T18:54:39.661Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-26T18:54:39.996Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-26T18:54:40.547Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-26T18:54:40.604Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-26T18:54:40.949Z Compiling internet-checksum v0.2.1
23642026-06-26T18:54:41.094Z Compiling slog-scope v4.4.1
23652026-06-26T18:54:41.169Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-26T18:54:41.355Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-26T18:54:41.413Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-26T18:54:41.632Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-26T18:54:42.220Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-26T18:54:42.234Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-06-26T18:54:42.317Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-06-26T18:54:42.541Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23732026-06-26T18:54:43.026Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-06-26T18:54:43.098Z Compiling papergrid v0.18.0
23752026-06-26T18:54:43.285Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-06-26T18:54:43.338Z Compiling testing_table v0.3.0
23772026-06-26T18:54:43.514Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23782026-06-26T18:54:43.584Z Compiling slog-stdlog v4.1.1
23792026-06-26T18:54:43.637Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23802026-06-26T18:54:43.805Z Compiling dropshot-api-manager-types v0.7.2
23812026-06-26T18:54:44.014Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23822026-06-26T18:54:44.163Z Compiling tabled v0.21.0
23832026-06-26T18:54:44.218Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23842026-06-26T18:54:44.341Z Compiling slog-envlogger v2.2.0
23852026-06-26T18:54:44.751Z Compiling const-random v0.1.18
23862026-06-26T18:54:44.834Z Compiling typify-impl v0.4.3
23872026-06-26T18:54:44.904Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23882026-06-26T18:54:45.005Z Compiling crc8 v0.1.1
23892026-06-26T18:54:45.131Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23902026-06-26T18:54:45.217Z Compiling ahash v0.8.12
23912026-06-26T18:54:45.463Z Compiling smartstring v1.0.1
23922026-06-26T18:54:45.744Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23932026-06-26T18:54:46.079Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23942026-06-26T18:54:46.267Z Compiling sha1 v0.10.6
23952026-06-26T18:54:46.511Z Compiling typify v0.4.3
23962026-06-26T18:54:46.633Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23972026-06-26T18:54:46.769Z Compiling thin-vec v0.2.18
23982026-06-26T18:54:46.926Z Compiling utf-8 v0.7.6
23992026-06-26T18:54:46.940Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24002026-06-26T18:54:47.063Z Compiling tungstenite v0.21.0
24012026-06-26T18:54:47.117Z Compiling rhai v1.25.1
24022026-06-26T18:54:47.269Z Compiling progenitor-impl v0.10.0
24032026-06-26T18:54:47.440Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24042026-06-26T18:54:47.895Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24052026-06-26T18:54:48.025Z Compiling sha2 v0.10.9
24062026-06-26T18:54:48.259Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24072026-06-26T18:54:48.421Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24082026-06-26T18:54:48.913Z Compiling progenitor v0.10.0
24092026-06-26T18:54:49.074Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24102026-06-26T18:54:50.238Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24112026-06-26T18:54:50.383Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24122026-06-26T18:54:50.428Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24132026-06-26T18:54:50.846Z Compiling tokio-tungstenite v0.21.0
24142026-06-26T18:54:51.114Z Compiling lzma-sys v0.1.20
24152026-06-26T18:54:51.182Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24162026-06-26T18:54:51.232Z Compiling typeid v1.0.3
24172026-06-26T18:54:51.357Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24182026-06-26T18:54:51.537Z Compiling console v0.16.3
24192026-06-26T18:54:52.155Z Compiling git-stub v1.0.0
24202026-06-26T18:54:52.433Z Compiling toml_datetime v0.7.5+spec-1.1.0
24212026-06-26T18:54:52.446Z Compiling unit-prefix v0.5.2
24222026-06-26T18:54:52.529Z Compiling base64 v0.21.7
24232026-06-26T18:54:52.604Z Compiling indicatif v0.18.4
24242026-06-26T18:54:52.749Z Compiling toml v0.9.12+spec-1.1.0
24252026-06-26T18:54:52.864Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24262026-06-26T18:54:53.076Z Compiling git-stub-vcs v0.1.0
24272026-06-26T18:54:53.439Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24282026-06-26T18:54:53.589Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24292026-06-26T18:54:54.203Z Compiling ron v0.12.1
24302026-06-26T18:54:54.243Z Compiling xz2 v0.1.7
24312026-06-26T18:54:54.488Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24322026-06-26T18:54:54.500Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24332026-06-26T18:54:54.851Z Compiling drift v0.2.0
24342026-06-26T18:54:55.144Z Compiling base16ct v1.0.0
24352026-06-26T18:54:55.343Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24362026-06-26T18:54:55.550Z Compiling dropshot-api-manager v0.7.2
24372026-06-26T18:54:55.731Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24382026-06-26T18:54:56.144Z Compiling natord v1.0.9
24392026-06-26T18:54:56.324Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24402026-06-26T18:54:58.658Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-06-26T18:54:59.940Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24422026-06-26T18:55:06.817Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24432026-06-26T18:55:08.487Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-06-26T18:55:09.510Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24452026-06-26T18:55:10.432Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24462026-06-26T18:55:10.432Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24472026-06-26T18:55:10.435Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24482026-06-26T18:55:10.889Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24492026-06-26T18:55:10.889Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24502026-06-26T18:55:10.889Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24512026-06-26T18:55:11.334Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24522026-06-26T18:55:11.334Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
24532026-06-26T18:55:12.804Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24542026-06-26T18:55:12.804Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24552026-06-26T18:55:12.808Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24562026-06-26T18:55:17.384Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24572026-06-26T18:55:19.480Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24582026-06-26T18:55:19.484Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24592026-06-26T18:55:19.484Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24602026-06-26T18:55:58.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
24612026-06-26T18:55:58.617Z
24622026-06-26T18:55:58.617Zreal 1:36.871470798
24632026-06-26T18:55:58.617Zuser 7:17.429800632
24642026-06-26T18:55:58.618Zsys 1:03.255064351
24652026-06-26T18:55:58.618Ztrap 0.205154558
24662026-06-26T18:55:58.618Ztflt 0.016201836
24672026-06-26T18:55:58.618Zdflt 0.156247416
24682026-06-26T18:55:58.618Zkflt 0.000073552
24692026-06-26T18:55:58.618Zlock 28:17.584279796
24702026-06-26T18:55:58.618Zslp 23:16.271493882
24712026-06-26T18:55:58.618Zlat 21.256377561
24722026-06-26T18:55:58.618Zstop 34.255491094
24732026-06-26T18:55:58.710Z+ ptime -m cargo build --release
24742026-06-26T18:55:59.230Z Compiling proc-macro2 v1.0.106
24752026-06-26T18:55:59.230Z Compiling quote v1.0.45
24762026-06-26T18:55:59.230Z Compiling unicode-ident v1.0.24
24772026-06-26T18:55:59.230Z Compiling serde_core v1.0.228
24782026-06-26T18:55:59.256Z Compiling serde v1.0.228
24792026-06-26T18:55:59.256Z Compiling libc v0.2.186
24802026-06-26T18:55:59.256Z Compiling cfg-if v1.0.4
24812026-06-26T18:55:59.441Z Compiling zmij v1.0.21
24822026-06-26T18:55:59.473Z Compiling autocfg v1.5.1
24832026-06-26T18:55:59.687Z Compiling memchr v2.8.1
24842026-06-26T18:55:59.757Z Compiling libm v0.2.16
24852026-06-26T18:55:59.921Z Compiling itoa v1.0.18
24862026-06-26T18:56:00.122Z Compiling icu_normalizer_data v2.2.0
24872026-06-26T18:56:00.177Z Compiling icu_properties_data v2.2.0
24882026-06-26T18:56:00.375Z Compiling version_check v0.9.5
24892026-06-26T18:56:00.425Z Compiling stable_deref_trait v1.2.1
24902026-06-26T18:56:00.548Z Compiling syn v2.0.117
24912026-06-26T18:56:00.568Z Compiling serde_json v1.0.150
24922026-06-26T18:56:00.643Z Compiling litemap v0.8.2
24932026-06-26T18:56:00.664Z Compiling writeable v0.6.3
24942026-06-26T18:56:00.822Z Compiling thiserror v2.0.18
24952026-06-26T18:56:00.848Z Compiling utf8_iter v1.0.4
24962026-06-26T18:56:00.915Z Compiling num-traits v0.2.19
24972026-06-26T18:56:00.932Z Compiling percent-encoding v2.3.2
24982026-06-26T18:56:02.680Z Compiling form_urlencoded v1.2.2
24992026-06-26T18:56:02.696Z Compiling getrandom v0.4.2
25002026-06-26T18:56:02.696Z Compiling rand_core v0.10.1
25012026-06-26T18:56:02.700Z Compiling parking_lot_core v0.9.12
25022026-06-26T18:56:02.700Z Compiling iana-time-zone v0.1.65
25032026-06-26T18:56:02.700Z Compiling heck v0.5.0
25042026-06-26T18:56:02.700Z Compiling errno v0.3.14
25052026-06-26T18:56:02.700Z Compiling zerocopy v0.8.50
25062026-06-26T18:56:02.700Z Compiling uuid v1.23.2
25072026-06-26T18:56:02.700Z Compiling semver v1.0.28
25082026-06-26T18:56:02.700Z Compiling dyn-clone v1.0.20
25092026-06-26T18:56:02.700Z Compiling schemars v0.8.22
25102026-06-26T18:56:02.700Z Compiling jobserver v0.1.34
25112026-06-26T18:56:02.700Z Compiling find-msvc-tools v0.1.9
25122026-06-26T18:56:02.700Z Compiling shlex v2.0.1
25132026-06-26T18:56:02.759Z Compiling rustversion v1.0.22
25142026-06-26T18:56:02.784Z Compiling cc v1.2.63
25152026-06-26T18:56:02.813Z Compiling pin-project-lite v0.2.17
25162026-06-26T18:56:02.879Z Compiling getrandom v0.2.17
25172026-06-26T18:56:02.950Z Compiling bitflags v2.12.1
25182026-06-26T18:56:03.068Z Compiling socket2 v0.6.4
25192026-06-26T18:56:03.108Z Compiling portable-atomic v1.13.1
25202026-06-26T18:56:03.255Z Compiling scopeguard v1.2.0
25212026-06-26T18:56:03.355Z Compiling lock_api v0.4.14
25222026-06-26T18:56:03.378Z Compiling synstructure v0.13.2
25232026-06-26T18:56:03.585Z Compiling serde_derive_internals v0.29.1
25242026-06-26T18:56:03.820Z Compiling log v0.4.32
25252026-06-26T18:56:03.879Z Compiling critical-section v1.2.0
25262026-06-26T18:56:03.980Z Compiling signal-hook-registry v1.4.8
25272026-06-26T18:56:03.992Z Compiling mio v1.2.1
25282026-06-26T18:56:04.007Z Compiling equivalent v1.0.2
25292026-06-26T18:56:04.099Z Compiling cmake v0.1.58
25302026-06-26T18:56:04.155Z Compiling once_cell v1.21.4
25312026-06-26T18:56:04.334Z Compiling dunce v1.0.5
25322026-06-26T18:56:04.368Z Compiling fs_extra v1.3.0
25332026-06-26T18:56:04.388Z Compiling subtle v2.6.1
25342026-06-26T18:56:04.438Z Compiling futures-core v0.3.32
25352026-06-26T18:56:04.448Z Compiling httparse v1.10.1
25362026-06-26T18:56:04.541Z Compiling futures-sink v0.3.32
25372026-06-26T18:56:04.553Z Compiling slab v0.4.12
25382026-06-26T18:56:04.571Z Compiling serde_derive v1.0.228
25392026-06-26T18:56:04.593Z Compiling zerofrom-derive v0.1.7
25402026-06-26T18:56:04.607Z Compiling yoke-derive v0.8.2
25412026-06-26T18:56:04.632Z Compiling zerovec-derive v0.11.3
25422026-06-26T18:56:04.647Z Compiling displaydoc v0.2.6
25432026-06-26T18:56:04.678Z Compiling schemars_derive v0.8.22
25442026-06-26T18:56:04.756Z Compiling thiserror-impl v2.0.18
25452026-06-26T18:56:04.834Z Compiling tokio-macros v2.7.0
25462026-06-26T18:56:05.467Z Compiling zerocopy-derive v0.8.50
25472026-06-26T18:56:05.587Z Compiling zeroize_derive v1.4.3
25482026-06-26T18:56:05.684Z Compiling futures-macro v0.3.32
25492026-06-26T18:56:05.715Z Compiling aws-lc-sys v0.41.0
25502026-06-26T18:56:05.772Z Compiling zerofrom v0.1.8
25512026-06-26T18:56:05.896Z Compiling yoke v0.8.3
25522026-06-26T18:56:05.907Z Compiling thiserror v1.0.69
25532026-06-26T18:56:06.091Z Compiling zerovec v0.11.6
25542026-06-26T18:56:06.116Z Compiling zerotrie v0.2.4
25552026-06-26T18:56:06.503Z Compiling zeroize v1.8.2
25562026-06-26T18:56:06.507Z Compiling rustix v1.1.4
25572026-06-26T18:56:06.522Z Compiling typenum v1.20.1
25582026-06-26T18:56:06.536Z Compiling futures-channel v0.3.32
25592026-06-26T18:56:06.551Z Compiling thiserror-impl v1.0.69
25602026-06-26T18:56:06.603Z Compiling futures-task v0.3.32
25612026-06-26T18:56:06.703Z Compiling tinystr v0.8.3
25622026-06-26T18:56:06.729Z Compiling potential_utf v0.1.5
25632026-06-26T18:56:06.780Z Compiling futures-io v0.3.32
25642026-06-26T18:56:06.793Z Compiling hashbrown v0.17.1
25652026-06-26T18:56:06.851Z Compiling icu_collections v2.2.0
25662026-06-26T18:56:06.908Z Compiling icu_locale_core v2.2.0
25672026-06-26T18:56:06.986Z Compiling futures-util v0.3.32
25682026-06-26T18:56:07.375Z Compiling indexmap v2.14.0
25692026-06-26T18:56:09.464Z Compiling smallvec v1.15.1
25702026-06-26T18:56:09.470Z Compiling bytes v1.11.1
25712026-06-26T18:56:09.470Z Compiling icu_provider v2.2.0
25722026-06-26T18:56:09.470Z Compiling chrono v0.4.45
25732026-06-26T18:56:09.470Z Compiling serde_tokenstream v0.2.3
25742026-06-26T18:56:09.470Z Compiling icu_properties v2.2.0
25752026-06-26T18:56:09.470Z Compiling icu_normalizer v2.2.0
25762026-06-26T18:56:09.470Z Compiling parking_lot v0.12.5
25772026-06-26T18:56:09.475Z Compiling idna_adapter v1.2.2
25782026-06-26T18:56:09.531Z Compiling tokio v1.52.3
25792026-06-26T18:56:09.588Z Compiling ucd-trie v0.1.7
25802026-06-26T18:56:09.630Z Compiling idna v1.1.0
25812026-06-26T18:56:09.816Z Compiling pest v2.8.6
25822026-06-26T18:56:09.884Z Compiling tracing-attributes v0.1.31
25832026-06-26T18:56:09.917Z Compiling tracing-core v0.1.36
25842026-06-26T18:56:10.094Z Compiling url v2.5.8
25852026-06-26T18:56:10.491Z Compiling rand_core v0.6.4
25862026-06-26T18:56:10.928Z Compiling regex-syntax v0.8.10
25872026-06-26T18:56:11.115Z Compiling tracing v0.1.44
25882026-06-26T18:56:11.192Z Compiling pest_meta v2.8.6
25892026-06-26T18:56:11.470Z Compiling slog v2.8.2
25902026-06-26T18:56:11.684Z Compiling base64 v0.22.1
25912026-06-26T18:56:11.736Z Compiling ipnetwork v0.21.1
25922026-06-26T18:56:11.849Z Compiling byteorder v1.5.0
25932026-06-26T18:56:12.197Z Compiling pest_generator v2.8.6
25942026-06-26T18:56:12.476Z Compiling http v1.4.1
25952026-06-26T18:56:12.645Z Compiling erased-serde v0.3.31
25962026-06-26T18:56:12.841Z Compiling aho-corasick v1.1.4
25972026-06-26T18:56:13.042Z Compiling getrandom v0.3.4
25982026-06-26T18:56:13.403Z Compiling pest_derive v2.8.6
25992026-06-26T18:56:13.916Z Compiling regex-automata v0.4.14
26002026-06-26T18:56:14.137Z Compiling anyhow v1.0.102
26012026-06-26T18:56:14.151Z Compiling fnv v1.0.7
26022026-06-26T18:56:14.333Z Compiling oxnet v0.1.6
26032026-06-26T18:56:14.486Z Compiling rustls-pki-types v1.14.1
26042026-06-26T18:56:14.899Z Compiling ring v0.17.14
26052026-06-26T18:56:15.341Z Compiling aws-lc-rs v1.17.0
26062026-06-26T18:56:15.674Z Compiling regex v1.12.3
26072026-06-26T18:56:15.811Z Compiling strsim v0.11.1
26082026-06-26T18:56:15.984Z Compiling paste v1.0.15
26092026-06-26T18:56:16.352Z Compiling tokio-util v0.7.18
26102026-06-26T18:56:16.444Z Compiling time-core v0.1.8
26112026-06-26T18:56:16.562Z Compiling ipnet v2.12.0
26122026-06-26T18:56:16.592Z Compiling untrusted v0.7.1
26132026-06-26T18:56:16.724Z Compiling num-conv v0.2.2
26142026-06-26T18:56:16.880Z Compiling untrusted v0.9.0
26152026-06-26T18:56:17.033Z Compiling time-macros v0.2.27
26162026-06-26T18:56:18.063Z Compiling ident_case v1.0.1
26172026-06-26T18:56:18.187Z Compiling rustls v0.23.40
26182026-06-26T18:56:18.410Z Compiling http-body v1.0.1
26192026-06-26T18:56:18.426Z Compiling scroll_derive v0.13.1
26202026-06-26T18:56:18.574Z Compiling atomic-waker v1.1.2
26212026-06-26T18:56:18.715Z Compiling camino v1.2.2
26222026-06-26T18:56:19.057Z Compiling async-trait v0.1.89
26232026-06-26T18:56:19.253Z Compiling tower-service v0.3.3
26242026-06-26T18:56:19.289Z Compiling ryu v1.0.23
26252026-06-26T18:56:19.528Z Compiling tower-layer v0.3.3
26262026-06-26T18:56:19.576Z Compiling pretty-hex v0.4.2
26272026-06-26T18:56:19.716Z Compiling try-lock v0.2.5
26282026-06-26T18:56:19.729Z Compiling omicron-workspace-hack v0.1.0
26292026-06-26T18:56:19.836Z Compiling want v0.3.1
26302026-06-26T18:56:19.998Z Compiling h2 v0.4.14
26312026-06-26T18:56:20.020Z Compiling ppv-lite86 v0.2.21
26322026-06-26T18:56:20.353Z Compiling crossbeam-utils v0.8.21
26332026-06-26T18:56:20.368Z Compiling httpdate v1.0.3
26342026-06-26T18:56:21.164Z Compiling crc32fast v1.5.0
26352026-06-26T18:56:21.840Z Compiling slog-async v2.8.0
26362026-06-26T18:56:22.158Z Compiling usdt-impl v0.6.0
26372026-06-26T18:56:22.419Z Compiling hyper v1.10.1
26382026-06-26T18:56:22.435Z Compiling serde_urlencoded v0.7.1
26392026-06-26T18:56:22.724Z Compiling scroll v0.13.0
26402026-06-26T18:56:22.809Z Compiling http-body-util v0.1.3
26412026-06-26T18:56:22.999Z Compiling plain v0.2.3
26422026-06-26T18:56:23.094Z Compiling goblin v0.10.7
26432026-06-26T18:56:23.138Z Compiling daft-derive v0.1.7
26442026-06-26T18:56:23.904Z Compiling hyper-util v0.1.20
26452026-06-26T18:56:26.210Z Compiling allocator-api2 v0.2.21
26462026-06-26T18:56:26.552Z Compiling foldhash v0.2.0
26472026-06-26T18:56:26.742Z Compiling dof v0.4.0
26482026-06-26T18:56:26.779Z Compiling hashbrown v0.16.1
26492026-06-26T18:56:27.074Z Compiling dtrace-parser v0.3.0
26502026-06-26T18:56:27.310Z Compiling openapiv3 v2.2.0
26512026-06-26T18:56:27.521Z Compiling thread-id v5.1.0
26522026-06-26T18:56:27.611Z Compiling syn v1.0.109
26532026-06-26T18:56:28.238Z Compiling generic-array v0.14.7
26542026-06-26T18:56:28.242Z Compiling powerfmt v0.2.0
26552026-06-26T18:56:28.516Z Compiling deranged v0.5.8
26562026-06-26T18:56:29.681Z Compiling num_threads v0.1.7
26572026-06-26T18:56:29.792Z Compiling time v0.3.47
26582026-06-26T18:56:30.856Z Compiling usdt-attr-macro v0.6.0
26592026-06-26T18:56:30.910Z Compiling usdt-macro v0.6.0
26602026-06-26T18:56:31.234Z Compiling rand_core v0.9.5
26612026-06-26T18:56:31.761Z Compiling multer v3.1.0
26622026-06-26T18:56:31.774Z Compiling ref-cast v1.0.25
26632026-06-26T18:56:32.052Z Compiling crossbeam-channel v0.5.15
26642026-06-26T18:56:32.146Z Compiling sync_wrapper v1.0.2
26652026-06-26T18:56:32.256Z Compiling cpufeatures v0.3.0
26662026-06-26T18:56:32.346Z Compiling winnow v1.0.3
26672026-06-26T18:56:32.416Z Compiling hex v0.4.3
26682026-06-26T18:56:32.420Z Compiling tower v0.5.3
26692026-06-26T18:56:32.613Z Compiling rand_chacha v0.9.0
26702026-06-26T18:56:32.737Z Compiling webpki-roots v1.0.7
26712026-06-26T18:56:32.750Z Compiling futures-executor v0.3.32
26722026-06-26T18:56:32.859Z Compiling async-stream-impl v0.3.6
26732026-06-26T18:56:33.016Z Compiling ref-cast-impl v1.0.25
26742026-06-26T18:56:33.169Z Compiling dropshot v0.17.1
26752026-06-26T18:56:33.223Z Compiling thread_local v1.1.9
26762026-06-26T18:56:33.520Z Compiling futures v0.3.32
26772026-06-26T18:56:33.555Z Compiling tower-http v0.6.11
26782026-06-26T18:56:33.601Z Compiling rand v0.9.4
26792026-06-26T18:56:33.708Z Compiling structmeta-derive v0.3.0
26802026-06-26T18:56:33.724Z Compiling is-terminal v0.4.17
26812026-06-26T18:56:33.827Z Compiling take_mut v0.2.2
26822026-06-26T18:56:33.886Z Compiling fastrand v2.4.1
26832026-06-26T18:56:33.945Z Compiling term v1.2.1
26842026-06-26T18:56:34.248Z Compiling crypto-common v0.1.7
26852026-06-26T18:56:34.317Z Compiling slog-term v2.9.2
26862026-06-26T18:56:34.436Z Compiling darling_core v0.23.0
26872026-06-26T18:56:34.698Z Compiling dropshot_endpoint v0.17.1
26882026-06-26T18:56:34.758Z Compiling structmeta v0.3.0
26892026-06-26T18:56:34.966Z Compiling newtype-uuid-macros v0.1.0
26902026-06-26T18:56:35.642Z Compiling newtype-uuid v1.3.2
26912026-06-26T18:56:35.740Z Compiling strum_macros v0.26.4
26922026-06-26T18:56:36.032Z Compiling daft v0.1.7
26932026-06-26T18:56:36.327Z Compiling tempfile v3.27.0
26942026-06-26T18:56:36.512Z Compiling darling_macro v0.23.0
26952026-06-26T18:56:36.597Z Compiling hybrid-array v0.4.12
26962026-06-26T18:56:36.957Z Compiling match_cfg v0.1.0
26972026-06-26T18:56:37.046Z Compiling simd-adler32 v0.3.9
26982026-06-26T18:56:37.096Z Compiling openssl-probe v0.2.1
26992026-06-26T18:56:37.135Z Compiling darling v0.23.0
27002026-06-26T18:56:37.194Z Compiling adler2 v2.0.1
27012026-06-26T18:56:37.226Z Compiling either v1.16.0
27022026-06-26T18:56:37.364Z Compiling miniz_oxide v0.8.9
27032026-06-26T18:56:37.397Z Compiling serde_with_macros v3.20.0
27042026-06-26T18:56:37.454Z Compiling rustls-native-certs v0.8.4
27052026-06-26T18:56:37.458Z Compiling hostname v0.3.1
27062026-06-26T18:56:37.632Z Compiling toml_parser v1.1.2+spec-1.1.0
27072026-06-26T18:56:37.915Z Compiling slog-json v2.6.1
27082026-06-26T18:56:38.170Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-26T18:56:38.255Z Compiling serde_spanned v1.1.1
27102026-06-26T18:56:38.409Z Compiling memmap2 v0.9.10
27112026-06-26T18:56:38.776Z Compiling toml_writer v1.1.1+spec-1.1.0
27122026-06-26T18:56:38.838Z Compiling slog-bunyan v2.5.0
27132026-06-26T18:56:38.878Z Compiling flate2 v1.1.9
27142026-06-26T18:56:38.945Z Compiling crypto-common v0.2.2
27152026-06-26T18:56:39.022Z Compiling block-buffer v0.12.0
27162026-06-26T18:56:39.042Z Compiling derive-ex v0.1.8
27172026-06-26T18:56:39.206Z Compiling rand_chacha v0.3.1
27182026-06-26T18:56:39.425Z Compiling strum_macros v0.27.2
27192026-06-26T18:56:40.216Z Compiling usdt v0.6.0
27202026-06-26T18:56:40.412Z Compiling compression-core v0.4.32
27212026-06-26T18:56:40.598Z Compiling debug-ignore v1.0.5
27222026-06-26T18:56:40.634Z Compiling const-oid v0.10.2
27232026-06-26T18:56:40.732Z Compiling test-strategy v0.4.5
27242026-06-26T18:56:40.866Z Compiling digest v0.11.3
27252026-06-26T18:56:40.939Z Compiling compression-codecs v0.4.38
27262026-06-26T18:56:41.052Z Compiling rand v0.8.6
27272026-06-26T18:56:41.313Z Compiling macaddr v1.0.1
27282026-06-26T18:56:41.343Z Compiling toml_datetime v1.1.1+spec-1.1.0
27292026-06-26T18:56:41.545Z Compiling encoding_rs v0.8.35
27302026-06-26T18:56:41.765Z Compiling mime v0.3.17
27312026-06-26T18:56:41.765Z Compiling spin v0.9.8
27322026-06-26T18:56:41.922Z Compiling toml v1.1.2+spec-1.1.0
27332026-06-26T18:56:42.117Z Compiling async-compression v0.4.42
27342026-06-26T18:56:42.140Z Compiling sha1 v0.11.0
27352026-06-26T18:56:42.256Z Compiling async-stream v0.3.6
27362026-06-26T18:56:42.508Z Compiling block-buffer v0.10.4
27372026-06-26T18:56:42.580Z Compiling waitgroup v0.1.2
27382026-06-26T18:56:42.596Z Compiling rustls-pemfile v2.2.0
27392026-06-26T18:56:42.734Z Compiling serde_path_to_error v0.1.20
27402026-06-26T18:56:42.874Z Compiling hostname v0.4.2
27412026-06-26T18:56:42.877Z Compiling digest v0.10.7
27422026-06-26T18:56:43.108Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-26T18:56:43.168Z Compiling unicode-width v0.2.2
27442026-06-26T18:56:43.508Z Compiling parse-display-derive v0.10.0
27452026-06-26T18:56:43.762Z Compiling regress v0.10.5
27462026-06-26T18:56:44.822Z Compiling strum v0.26.3
27472026-06-26T18:56:45.098Z Compiling wait-timeout v0.2.1
27482026-06-26T18:56:45.683Z Compiling quick-error v1.2.3
27492026-06-26T18:56:45.810Z Compiling bit-vec v0.8.0
27502026-06-26T18:56:45.916Z Compiling rusty-fork v0.3.1
27512026-06-26T18:56:46.043Z Compiling bit-set v0.8.0
27522026-06-26T18:56:46.105Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-26T18:56:46.240Z Compiling serde_with v3.20.0
27542026-06-26T18:56:46.528Z Compiling rand_xorshift v0.4.0
27552026-06-26T18:56:46.606Z Compiling unarray v0.1.4
27562026-06-26T18:56:46.708Z Compiling proptest v1.11.0
27572026-06-26T18:56:46.735Z Compiling strum v0.27.2
27582026-06-26T18:56:46.776Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27592026-06-26T18:56:46.871Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27602026-06-26T18:56:46.927Z Compiling instant v0.1.13
27612026-06-26T18:56:47.247Z Compiling cpufeatures v0.2.17
27622026-06-26T18:56:47.280Z Compiling iddqd v0.4.2
27632026-06-26T18:56:47.328Z Compiling itertools v0.14.0
27642026-06-26T18:56:47.355Z Compiling clap_derive v4.6.1
27652026-06-26T18:56:48.811Z Compiling utf8parse v0.2.2
27662026-06-26T18:56:49.022Z Compiling anstyle-parse v1.0.0
27672026-06-26T18:56:49.080Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27682026-06-26T18:56:49.233Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-26T18:56:49.246Z Compiling backon v1.6.0
27702026-06-26T18:56:49.423Z Compiling terminal_size v0.4.4
27712026-06-26T18:56:49.581Z Compiling anstyle v1.0.14
27722026-06-26T18:56:49.719Z Compiling anstyle-query v1.1.5
27732026-06-26T18:56:49.848Z Compiling colorchoice v1.0.5
27742026-06-26T18:56:50.206Z Compiling is_terminal_polyfill v1.70.2
27752026-06-26T18:56:50.305Z Compiling anstream v1.0.0
27762026-06-26T18:56:50.908Z Compiling backoff v0.4.0
27772026-06-26T18:56:51.049Z Compiling parse-display v0.10.0
27782026-06-26T18:56:51.294Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27792026-06-26T18:56:51.403Z Compiling clap_lex v1.1.0
27802026-06-26T18:56:51.480Z Compiling humantime v2.3.0
27812026-06-26T18:56:52.223Z Compiling clap_builder v4.6.0
27822026-06-26T18:56:52.665Z Compiling regress v0.11.1
27832026-06-26T18:56:54.083Z Compiling clap v4.6.1
27842026-06-26T18:56:54.173Z Compiling typify-impl v0.6.2
27852026-06-26T18:56:55.215Z Compiling toml_edit v0.25.12+spec-1.1.0
27862026-06-26T18:56:55.737Z Compiling crucible-workspace-hack v0.1.0
27872026-06-26T18:56:56.001Z Compiling proc-macro-crate v3.5.0
27882026-06-26T18:56:56.407Z Compiling zerocopy-derive v0.7.35
27892026-06-26T18:56:56.637Z Compiling unsafe-libyaml v0.2.11
27902026-06-26T18:56:57.296Z Compiling serde_yaml v0.9.34+deprecated
27912026-06-26T18:56:57.418Z Compiling typify-macro v0.6.2
27922026-06-26T18:56:57.685Z Compiling num_enum_derive v0.7.6
27932026-06-26T18:56:58.792Z Compiling darling_core v0.21.3
27942026-06-26T18:56:59.037Z Compiling convert_case v0.4.0
27952026-06-26T18:56:59.334Z Compiling derive_more v0.99.20
27962026-06-26T18:56:59.493Z Compiling num_enum v0.7.6
27972026-06-26T18:56:59.870Z Compiling toml_datetime v0.6.11
27982026-06-26T18:57:00.820Z Compiling darling_macro v0.21.3
27992026-06-26T18:57:00.896Z Compiling typify v0.6.2
28002026-06-26T18:57:01.367Z Compiling secrecy v0.10.3
28012026-06-26T18:57:01.419Z Compiling darling v0.21.3
28022026-06-26T18:57:01.495Z Compiling proc-macro-error-attr v1.0.4
28032026-06-26T18:57:01.638Z Compiling heapless v0.8.0
28042026-06-26T18:57:01.690Z Compiling prettyplease v0.2.37
28052026-06-26T18:57:01.746Z Compiling tinyvec_macros v0.1.1
28062026-06-26T18:57:01.835Z Compiling tinyvec v1.11.0
28072026-06-26T18:57:02.210Z Compiling ingot-macros v0.1.1
28082026-06-26T18:57:02.504Z Compiling zerocopy v0.7.35
28092026-06-26T18:57:02.577Z Compiling tabwriter v1.4.1
28102026-06-26T18:57:02.959Z Compiling crossbeam-epoch v0.9.18
28112026-06-26T18:57:03.171Z Compiling hash32 v0.3.1
28122026-06-26T18:57:03.270Z Compiling scroll_derive v0.12.1
28132026-06-26T18:57:03.333Z Compiling rustc_version v0.4.1
28142026-06-26T18:57:03.452Z Compiling num-integer v0.1.46
28152026-06-26T18:57:03.603Z Compiling proc-macro-error v1.0.4
28162026-06-26T18:57:03.864Z Compiling usdt-impl v0.5.0
28172026-06-26T18:57:03.942Z Compiling smoltcp v0.11.0
28182026-06-26T18:57:03.990Z Compiling rustix v0.38.44
28192026-06-26T18:57:04.140Z Compiling pkg-config v0.3.33
28202026-06-26T18:57:04.303Z Compiling data-encoding v2.11.0
28212026-06-26T18:57:04.362Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28222026-06-26T18:57:04.586Z Compiling winnow v0.7.15
28232026-06-26T18:57:04.874Z Compiling ingot-types v0.1.2
28242026-06-26T18:57:04.888Z Compiling scroll v0.12.0
28252026-06-26T18:57:05.323Z Compiling curve25519-dalek v4.1.3
28262026-06-26T18:57:05.668Z Compiling dof v0.3.0
28272026-06-26T18:57:06.670Z Compiling dtrace-parser v0.2.0
28282026-06-26T18:57:06.683Z Compiling hmac v0.12.1
28292026-06-26T18:57:06.774Z Compiling inout v0.1.4
28302026-06-26T18:57:06.888Z Compiling ff v0.13.1
28312026-06-26T18:57:06.934Z Compiling cobs v0.3.0
28322026-06-26T18:57:07.042Z Compiling bstr v1.12.1
28332026-06-26T18:57:07.104Z Compiling thread-id v4.2.2
28342026-06-26T18:57:07.221Z Compiling colored v3.1.1
28352026-06-26T18:57:07.277Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28362026-06-26T18:57:07.440Z Compiling static_assertions v1.1.0
28372026-06-26T18:57:07.523Z Compiling managed v0.8.0
28382026-06-26T18:57:07.694Z Compiling bitflags v1.3.2
28392026-06-26T18:57:08.042Z Compiling postcard v1.1.3
28402026-06-26T18:57:08.074Z Compiling group v0.13.0
28412026-06-26T18:57:08.138Z Compiling cipher v0.4.4
28422026-06-26T18:57:08.389Z Compiling hkdf v0.12.4
28432026-06-26T18:57:08.816Z Compiling ingot v0.1.1
28442026-06-26T18:57:08.861Z Compiling goblin v0.8.2
28452026-06-26T18:57:09.078Z Compiling num-iter v0.1.45
28462026-06-26T18:57:09.210Z Compiling num-rational v0.4.2
28472026-06-26T18:57:10.698Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28482026-06-26T18:57:10.926Z Compiling universal-hash v0.5.1
28492026-06-26T18:57:11.002Z Compiling hubpack_derive v0.1.1
28502026-06-26T18:57:11.015Z Compiling thiserror-impl-no-std v2.0.2
28512026-06-26T18:57:11.071Z Compiling crypto-bigint v0.5.5
28522026-06-26T18:57:11.690Z Compiling half v2.7.1
28532026-06-26T18:57:11.897Z Compiling curve25519-dalek-derive v0.1.1
28542026-06-26T18:57:12.049Z Compiling serde_repr v0.1.20
28552026-06-26T18:57:12.121Z Compiling foreign-types-macros v0.2.3
28562026-06-26T18:57:12.663Z Compiling num-complex v0.4.6
28572026-06-26T18:57:13.105Z Compiling memoffset v0.9.1
28582026-06-26T18:57:13.185Z Compiling opaque-debug v0.3.1
28592026-06-26T18:57:13.370Z Compiling ciborium-io v0.2.2
28602026-06-26T18:57:13.557Z Compiling indent_write v2.2.0
28612026-06-26T18:57:13.622Z Compiling base16ct v0.2.0
28622026-06-26T18:57:13.713Z Compiling heck v0.4.1
28632026-06-26T18:57:13.836Z Compiling base64ct v1.8.3
28642026-06-26T18:57:13.862Z Compiling foreign-types-shared v0.3.1
28652026-06-26T18:57:13.953Z Compiling cfg_aliases v0.2.1
28662026-06-26T18:57:14.031Z Compiling nix v0.31.3
28672026-06-26T18:57:14.095Z Compiling password-hash v0.5.0
28682026-06-26T18:57:14.347Z Compiling foreign-types v0.5.0
28692026-06-26T18:57:14.437Z Compiling elliptic-curve v0.13.8
28702026-06-26T18:57:14.734Z Compiling ciborium-ll v0.2.2
28712026-06-26T18:57:15.090Z Compiling poly1305 v0.8.0
28722026-06-26T18:57:15.418Z Compiling num v0.4.3
28732026-06-26T18:57:15.498Z Compiling thiserror-no-std v2.0.2
28742026-06-26T18:57:15.597Z Compiling hubpack v0.1.2
28752026-06-26T18:57:16.791Z Compiling chacha20 v0.9.1
28762026-06-26T18:57:17.389Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28772026-06-26T18:57:17.411Z Compiling reqwest v0.12.28
28782026-06-26T18:57:18.111Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28792026-06-26T18:57:18.594Z Compiling blake2 v0.10.6
28802026-06-26T18:57:18.961Z Compiling aead v0.5.2
28812026-06-26T18:57:19.084Z Compiling byte-wrapper v0.1.0
28822026-06-26T18:57:19.087Z Compiling chacha20 v0.10.0
28832026-06-26T18:57:19.147Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28842026-06-26T18:57:19.405Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28852026-06-26T18:57:20.074Z Compiling cstr-argument v0.1.2
28862026-06-26T18:57:20.152Z Compiling float-ord v0.3.2
28872026-06-26T18:57:20.242Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28882026-06-26T18:57:20.379Z Compiling keccak v0.1.6
28892026-06-26T18:57:20.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28902026-06-26T18:57:20.582Z Compiling sha3 v0.10.9
28912026-06-26T18:57:20.973Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28922026-06-26T18:57:21.089Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28932026-06-26T18:57:21.103Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28942026-06-26T18:57:21.227Z Compiling rand v0.10.1
28952026-06-26T18:57:21.872Z Compiling rustls-webpki v0.103.13
28962026-06-26T18:57:22.036Z Compiling chacha20poly1305 v0.10.1
28972026-06-26T18:57:22.982Z Compiling argon2 v0.5.3
28982026-06-26T18:57:23.885Z Compiling progenitor-client v0.10.0
28992026-06-26T18:57:24.245Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29002026-06-26T18:57:24.293Z Compiling vsss-rs v3.3.4
29012026-06-26T18:57:25.105Z Compiling ciborium v0.2.2
29022026-06-26T18:57:25.644Z Compiling atomicwrites v0.4.4
29032026-06-26T18:57:25.725Z Compiling usdt-attr-macro v0.5.0
29042026-06-26T18:57:25.745Z Compiling usdt-macro v0.5.0
29052026-06-26T18:57:26.441Z Compiling tokio-rustls v0.26.4
29062026-06-26T18:57:26.455Z Compiling rustls-platform-verifier v0.7.0
29072026-06-26T18:57:26.730Z Compiling hyper-rustls v0.27.9
29082026-06-26T18:57:27.062Z Compiling reqwest v0.13.4
29092026-06-26T18:57:28.426Z Compiling progenitor-client v0.14.0
29102026-06-26T18:57:28.468Z Compiling enum-as-inner v0.6.1
29112026-06-26T18:57:28.905Z Compiling progenitor-extras v0.2.0
29122026-06-26T18:57:29.057Z Compiling num-derive v0.4.2
29132026-06-26T18:57:29.153Z Compiling memmap v0.7.0
29142026-06-26T18:57:29.169Z Compiling rayon-core v1.13.0
29152026-06-26T18:57:29.421Z Compiling semver v0.1.20
29162026-06-26T18:57:29.503Z Compiling winnow v0.5.40
29172026-06-26T18:57:30.006Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-26T18:57:31.688Z Compiling toml_edit v0.19.15
29192026-06-26T18:57:31.790Z Compiling rustc_version v0.1.7
29202026-06-26T18:57:32.046Z Compiling usdt v0.5.0
29212026-06-26T18:57:32.979Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29222026-06-26T18:57:36.246Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29232026-06-26T18:57:41.718Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29242026-06-26T18:57:41.927Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29252026-06-26T18:57:42.041Z Compiling similar v2.7.0
29262026-06-26T18:57:42.055Z Compiling crossbeam-deque v0.8.6
29272026-06-26T18:57:42.435Z Compiling serde_spanned v0.6.9
29282026-06-26T18:57:42.450Z Compiling toml_write v0.1.2
29292026-06-26T18:57:42.789Z Compiling lazy_static v1.5.0
29302026-06-26T18:57:42.817Z Compiling bytecount v0.6.9
29312026-06-26T18:57:42.906Z Compiling vcpkg v0.2.15
29322026-06-26T18:57:43.472Z Compiling openssl-sys v0.9.116
29332026-06-26T18:57:43.943Z Compiling toml_edit v0.22.27
29342026-06-26T18:57:44.871Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29352026-06-26T18:57:45.268Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29362026-06-26T18:57:45.358Z Compiling proc-macro-crate v1.3.1
29372026-06-26T18:57:45.548Z Compiling newtype_derive v0.1.6
29382026-06-26T18:57:45.595Z Compiling progenitor-impl v0.13.0
29392026-06-26T18:57:45.705Z Compiling progenitor-impl v0.14.0
29402026-06-26T18:57:45.813Z Compiling itertools v0.12.1
29412026-06-26T18:57:46.262Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29422026-06-26T18:57:46.419Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29432026-06-26T18:57:46.693Z Compiling swrite v0.1.0
29442026-06-26T18:57:46.717Z Compiling resolv-conf v0.7.6
29452026-06-26T18:57:47.079Z Compiling owo-colors v4.3.0
29462026-06-26T18:57:47.151Z Compiling linked-hash-map v0.5.6
29472026-06-26T18:57:47.268Z Compiling unicode-segmentation v1.13.3
29482026-06-26T18:57:47.372Z Compiling lru-cache v0.1.2
29492026-06-26T18:57:47.529Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29502026-06-26T18:57:47.606Z Compiling num_enum_derive v0.5.11
29512026-06-26T18:57:47.640Z Compiling progenitor-macro v0.13.0
29522026-06-26T18:57:47.763Z Compiling progenitor-macro v0.14.0
29532026-06-26T18:57:47.913Z Compiling newline-converter v0.3.0
29542026-06-26T18:57:48.059Z Compiling toml v0.8.23
29552026-06-26T18:57:48.628Z Compiling rayon v1.12.0
29562026-06-26T18:57:48.743Z Compiling hickory-proto v0.24.4
29572026-06-26T18:57:50.069Z Compiling progenitor-client v0.13.0
29582026-06-26T18:57:51.852Z Compiling console v0.15.11
29592026-06-26T18:57:51.901Z Compiling camino-tempfile v1.4.1
29602026-06-26T18:57:51.981Z Compiling serde-big-array v0.5.1
29612026-06-26T18:57:52.181Z Compiling derive-where v1.6.1
29622026-06-26T18:57:52.361Z Compiling pin-project-internal v1.1.13
29632026-06-26T18:57:53.141Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-06-26T18:57:53.501Z Compiling siphasher v1.0.3
29652026-06-26T18:57:53.514Z Compiling minimal-lexical v0.2.1
29662026-06-26T18:57:53.741Z Compiling nom v7.1.3
29672026-06-26T18:57:53.765Z Compiling phf_shared v0.12.1
29682026-06-26T18:57:53.994Z Compiling pin-project v1.1.13
29692026-06-26T18:57:54.110Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29702026-06-26T18:57:54.504Z Compiling expectorate v1.2.0
29712026-06-26T18:57:54.726Z Compiling progenitor v0.13.0
29722026-06-26T18:57:54.880Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29732026-06-26T18:57:55.063Z Compiling progenitor v0.14.0
29742026-06-26T18:57:55.824Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29752026-06-26T18:57:56.278Z Compiling hickory-resolver v0.24.4
29762026-06-26T18:57:58.694Z Compiling num_enum v0.5.11
29772026-06-26T18:57:59.401Z Compiling zone_cfg_derive v0.3.1
29782026-06-26T18:57:59.845Z Compiling unicode-normalization v0.1.25
29792026-06-26T18:58:00.126Z Compiling tokio-stream v0.1.18
29802026-06-26T18:58:00.440Z Compiling async-recursion v1.1.1
29812026-06-26T18:58:00.700Z Compiling snafu-derive v0.8.9
29822026-06-26T18:58:01.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29832026-06-26T18:58:01.486Z Compiling slog-dtrace v0.3.0
29842026-06-26T18:58:01.759Z Compiling csv-core v0.1.13
29852026-06-26T18:58:02.195Z Compiling unicode-width v0.1.14
29862026-06-26T18:58:02.432Z Compiling foldhash v0.1.5
29872026-06-26T18:58:02.516Z Compiling same-file v1.0.6
29882026-06-26T18:58:02.684Z Compiling cancel-safe-futures v0.1.5
29892026-06-26T18:58:02.726Z Compiling unicode-xid v0.2.6
29902026-06-26T18:58:02.858Z Compiling smawk v0.3.2
29912026-06-26T18:58:02.975Z Compiling openssl v0.10.80
29922026-06-26T18:58:03.026Z Compiling unicode-linebreak v0.1.5
29932026-06-26T18:58:03.278Z Compiling chrono-tz v0.10.4
29942026-06-26T18:58:03.305Z Compiling foreign-types-shared v0.1.1
29952026-06-26T18:58:03.407Z Compiling highway v1.3.0
29962026-06-26T18:58:03.531Z Compiling konst_macro_rules v0.2.19
29972026-06-26T18:58:03.730Z Compiling konst v0.2.20
29982026-06-26T18:58:03.754Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29992026-06-26T18:58:03.838Z Compiling foreign-types v0.3.2
30002026-06-26T18:58:03.937Z Compiling textwrap v0.16.2
30012026-06-26T18:58:03.974Z Compiling const_format_proc_macros v0.2.34
30022026-06-26T18:58:04.109Z Compiling walkdir v2.5.0
30032026-06-26T18:58:04.110Z Compiling hashbrown v0.15.5
30042026-06-26T18:58:04.780Z Compiling snafu v0.8.9
30052026-06-26T18:58:04.783Z Compiling csv v1.4.0
30062026-06-26T18:58:04.947Z Compiling qorb v0.4.1
30072026-06-26T18:58:05.335Z Compiling olpc-cjson v0.1.4
30082026-06-26T18:58:05.407Z Compiling zone v0.3.1
30092026-06-26T18:58:05.476Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-06-26T18:58:05.558Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-06-26T18:58:05.977Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-06-26T18:58:06.047Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-06-26T18:58:06.569Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-06-26T18:58:07.139Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-06-26T18:58:09.286Z Compiling phf v0.12.1
30162026-06-26T18:58:09.559Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-06-26T18:58:09.735Z Compiling tokio-dtrace v0.1.1
30182026-06-26T18:58:09.928Z Compiling globset v0.4.18
30192026-06-26T18:58:10.075Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-06-26T18:58:10.305Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-06-26T18:58:10.945Z Compiling smf v0.2.3
30222026-06-26T18:58:11.072Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30232026-06-26T18:58:11.228Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30242026-06-26T18:58:12.099Z Compiling libsw-core v0.3.2
30252026-06-26T18:58:12.136Z Compiling pem v3.0.6
30262026-06-26T18:58:12.294Z Compiling serde_plain v1.0.2
30272026-06-26T18:58:12.364Z Compiling openssl-macros v0.1.1
30282026-06-26T18:58:12.581Z Compiling cookie v0.18.1
30292026-06-26T18:58:12.595Z Compiling sigpipe v0.1.3
30302026-06-26T18:58:12.697Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-06-26T18:58:12.836Z Compiling typed-path v0.9.3
30322026-06-26T18:58:12.851Z Compiling fixedbitset v0.4.2
30332026-06-26T18:58:12.953Z Compiling fixedbitset v0.5.7
30342026-06-26T18:58:13.139Z Compiling glob v0.3.3
30352026-06-26T18:58:13.216Z Compiling jiff v0.2.28
30362026-06-26T18:58:13.229Z Compiling petgraph v0.8.3
30372026-06-26T18:58:14.055Z Compiling tough v0.22.0
30382026-06-26T18:58:14.164Z Compiling petgraph v0.6.5
30392026-06-26T18:58:15.226Z Compiling libsw v3.5.0
30402026-06-26T18:58:15.423Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30412026-06-26T18:58:15.646Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30422026-06-26T18:58:15.769Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-26T18:58:15.994Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30442026-06-26T18:58:16.013Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-26T18:58:16.300Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-26T18:58:16.862Z Compiling oxide-tokio-rt v0.1.6
30472026-06-26T18:58:18.319Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-06-26T18:58:18.535Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30492026-06-26T18:58:18.969Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-26T18:58:19.814Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30512026-06-26T18:58:21.428Z Compiling const_format v0.2.36
30522026-06-26T18:58:21.947Z Compiling papergrid v0.11.0
30532026-06-26T18:58:22.054Z Compiling libscf-sys v1.2.0
30542026-06-26T18:58:22.206Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30552026-06-26T18:58:22.341Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-06-26T18:58:22.515Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-06-26T18:58:22.652Z Compiling tabled_derive v0.7.0
30582026-06-26T18:58:22.908Z Compiling gethostname v0.5.0
30592026-06-26T18:58:23.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30602026-06-26T18:58:23.121Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-06-26T18:58:23.244Z Compiling bcs v0.1.6
30622026-06-26T18:58:23.467Z Compiling linear-map v1.2.0
30632026-06-26T18:58:23.622Z Compiling termtree v0.5.1
30642026-06-26T18:58:23.639Z Compiling whoami v1.6.1
30652026-06-26T18:58:23.695Z Compiling tagptr v0.2.0
30662026-06-26T18:58:23.867Z Compiling moka v0.12.15
30672026-06-26T18:58:24.663Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-26T18:58:25.100Z Compiling tabled v0.15.0
30692026-06-26T18:58:26.105Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-26T18:58:26.465Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-26T18:58:27.176Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-26T18:58:27.332Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-06-26T18:58:27.396Z Compiling steno v0.4.1
30742026-06-26T18:58:29.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30752026-06-26T18:58:32.320Z Compiling hickory-proto v0.25.2
30762026-06-26T18:58:32.767Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-06-26T18:58:32.888Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30782026-06-26T18:58:33.585Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30792026-06-26T18:58:33.721Z Compiling nom v8.0.0
30802026-06-26T18:58:34.665Z Compiling hickory-resolver v0.25.2
30812026-06-26T18:58:35.675Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-06-26T18:58:35.825Z Compiling parking_lot_core v0.8.6
30832026-06-26T18:58:36.164Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30842026-06-26T18:58:36.384Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30852026-06-26T18:58:36.673Z Compiling crunchy v0.2.4
30862026-06-26T18:58:36.676Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30872026-06-26T18:58:36.958Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30882026-06-26T18:58:37.051Z Compiling parking_lot v0.11.2
30892026-06-26T18:58:37.065Z Compiling typify-impl v0.4.3
30902026-06-26T18:58:37.932Z Compiling fxhash v0.2.1
30912026-06-26T18:58:38.082Z Compiling proc-macro-error-attr2 v2.0.0
30922026-06-26T18:58:38.552Z Compiling tiny-keccak v2.0.2
30932026-06-26T18:58:38.837Z Compiling proc-macro-error2 v2.0.1
30942026-06-26T18:58:39.137Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30952026-06-26T18:58:40.359Z Compiling sled v0.34.7
30962026-06-26T18:58:40.395Z Compiling typify-macro v0.4.3
30972026-06-26T18:58:41.538Z Compiling arc-swap v1.9.1
30982026-06-26T18:58:41.893Z Compiling internet-checksum v0.2.1
30992026-06-26T18:58:41.965Z Compiling slog-scope v4.4.1
31002026-06-26T18:58:42.060Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31012026-06-26T18:58:42.408Z Compiling tabled_derive v0.11.0
31022026-06-26T18:58:42.422Z Compiling papergrid v0.18.0
31032026-06-26T18:58:43.015Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31042026-06-26T18:58:43.066Z Compiling testing_table v0.3.0
31052026-06-26T18:58:43.480Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31062026-06-26T18:58:43.534Z Compiling const-random-macro v0.1.16
31072026-06-26T18:58:43.807Z Compiling tabled v0.21.0
31082026-06-26T18:58:43.964Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31092026-06-26T18:58:44.413Z Compiling slog-stdlog v4.1.1
31102026-06-26T18:58:44.866Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31112026-06-26T18:58:45.556Z Compiling dropshot-api-manager-types v0.7.2
31122026-06-26T18:58:46.119Z Compiling smartstring v1.0.1
31132026-06-26T18:58:46.442Z Compiling ahash v0.8.12
31142026-06-26T18:58:47.960Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31152026-06-26T18:58:48.171Z Compiling slog-envlogger v2.2.0
31162026-06-26T18:58:49.294Z Compiling const-random v0.1.18
31172026-06-26T18:58:49.382Z Compiling typify v0.4.3
31182026-06-26T18:58:49.653Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31192026-06-26T18:58:50.111Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31202026-06-26T18:58:51.638Z Compiling toml_datetime v0.7.5+spec-1.1.0
31212026-06-26T18:58:51.932Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31222026-06-26T18:58:52.221Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31232026-06-26T18:58:53.885Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31242026-06-26T18:58:54.024Z Compiling crc8 v0.1.1
31252026-06-26T18:58:54.147Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31262026-06-26T18:58:57.939Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31272026-06-26T18:58:58.212Z Compiling toml v0.9.12+spec-1.1.0
31282026-06-26T18:58:58.249Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31292026-06-26T18:58:58.354Z Compiling progenitor-impl v0.10.0
31302026-06-26T18:58:59.283Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31312026-06-26T18:58:59.922Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31322026-06-26T18:58:59.977Z Compiling lzma-sys v0.1.20
31332026-06-26T18:59:00.366Z Compiling sha1 v0.10.6
31342026-06-26T18:59:00.457Z Compiling thin-vec v0.2.18
31352026-06-26T18:59:00.625Z Compiling rhai_codegen v3.2.0
31362026-06-26T18:59:00.807Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-26T18:59:00.811Z Compiling fs-err v3.3.0
31382026-06-26T18:59:01.094Z Compiling typeid v1.0.3
31392026-06-26T18:59:01.361Z Compiling utf-8 v0.7.6
31402026-06-26T18:59:01.581Z Compiling tungstenite v0.21.0
31412026-06-26T18:59:01.885Z Compiling rhai v1.25.1
31422026-06-26T18:59:02.488Z Compiling progenitor-macro v0.10.0
31432026-06-26T18:59:03.674Z Compiling cargo_toml v0.22.3
31442026-06-26T18:59:05.890Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
31452026-06-26T18:59:08.109Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-06-26T18:59:09.690Z Compiling sha2 v0.10.9
31472026-06-26T18:59:10.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31482026-06-26T18:59:11.274Z Compiling progenitor v0.10.0
31492026-06-26T18:59:11.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31502026-06-26T18:59:12.093Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31512026-06-26T18:59:12.689Z Compiling tokio-tungstenite v0.21.0
31522026-06-26T18:59:13.030Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31532026-06-26T18:59:13.208Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31542026-06-26T18:59:14.407Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31552026-06-26T18:59:14.920Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31562026-06-26T18:59:15.211Z Compiling console v0.16.3
31572026-06-26T18:59:15.641Z Compiling git-stub v1.0.0
31582026-06-26T18:59:16.458Z Compiling is_ci v1.2.0
31592026-06-26T18:59:16.537Z Compiling unit-prefix v0.5.2
31602026-06-26T18:59:16.624Z Compiling base64 v0.21.7
31612026-06-26T18:59:16.641Z Compiling supports-color v3.0.2
31622026-06-26T18:59:16.714Z Compiling indicatif v0.18.4
31632026-06-26T18:59:16.890Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31642026-06-26T18:59:17.455Z Compiling git-stub-vcs v0.1.0
31652026-06-26T18:59:18.206Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31662026-06-26T18:59:19.454Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31672026-06-26T18:59:19.707Z Compiling ron v0.12.1
31682026-06-26T18:59:20.864Z Compiling xz2 v0.1.7
31692026-06-26T18:59:21.020Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31702026-06-26T18:59:21.177Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31712026-06-26T18:59:21.237Z Compiling drift v0.2.0
31722026-06-26T18:59:23.378Z Compiling base16ct v1.0.0
31732026-06-26T18:59:23.497Z Compiling dropshot-api-manager v0.7.2
31742026-06-26T18:59:28.343Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31752026-06-26T18:59:30.444Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31762026-06-26T18:59:31.670Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31772026-06-26T18:59:32.972Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31782026-06-26T18:59:33.481Z Compiling natord v1.0.9
31792026-06-26T18:59:33.771Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31802026-06-26T18:59:33.863Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31812026-06-26T18:59:36.940Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31822026-06-26T18:59:39.544Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31832026-06-26T18:59:40.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31842026-06-26T18:59:46.851Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31852026-06-26T18:59:47.603Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31862026-06-26T18:59:47.982Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31872026-06-26T18:59:48.658Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31882026-06-26T18:59:52.533Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31892026-06-26T19:00:18.101Z Finished `release` profile [optimized] target(s) in 4m 19s
31902026-06-26T19:00:18.283Z
31912026-06-26T19:00:18.283Zreal 4:19.611475011
31922026-06-26T19:00:18.283Zuser 29:40.702031487
31932026-06-26T19:00:18.283Zsys 2:43.022367196
31942026-06-26T19:00:18.283Ztrap 0.762493380
31952026-06-26T19:00:18.287Ztflt 1.253780549
31962026-06-26T19:00:18.287Zdflt 1.697184996
31972026-06-26T19:00:18.287Zkflt 0.000177562
31982026-06-26T19:00:18.287Zlock 1:58:22.645316381
31992026-06-26T19:00:18.287Zslp 1:25:16.215072627
32002026-06-26T19:00:18.287Zlat 2:17.459750359
32012026-06-26T19:00:18.287Zstop 3:41.418914616
32022026-06-26T19:00:18.287Z+ for x in debug release
32032026-06-26T19:00:18.287Z+ mkdir -p /work/debug
32042026-06-26T19:00:18.290Z+ cp target/debug/ddmd /work/debug/ddmd
32052026-06-26T19:00:18.804Z+ cp target/debug/ddmadm /work/debug/ddmadm
32062026-06-26T19:00:19.204Z+ cp target/debug/mgd /work/debug/mgd
32072026-06-26T19:00:19.817Z+ cp target/debug/mgadm /work/debug/mgadm
32082026-06-26T19:00:20.295Z+ for x in debug release
32092026-06-26T19:00:20.296Z+ mkdir -p /work/release
32102026-06-26T19:00:20.299Z+ cp target/release/ddmd /work/release/ddmd
32112026-06-26T19:00:20.384Z+ cp target/release/ddmadm /work/release/ddmadm
32122026-06-26T19:00:20.458Z+ cp target/release/mgd /work/release/mgd
32132026-06-26T19:00:20.518Z+ cp target/release/mgadm /work/release/mgadm
32142026-06-26T19:00:20.612Z+ cp target/release/falcon-lab /work/release/falcon-lab
32152026-06-26T19:00:20.677Zprocess exited: duration 691479 ms, exit code 0
 
32162026-06-26T19:00:20.692Zfound 9 output files
32172026-06-26T19:00:20.692Zuploading: /work/debug/ddmadm (513717352 bytes)
32182026-06-26T19:00:26.917Zuploaded: /work/debug/ddmadm
32192026-06-26T19:00:26.917Zuploading: /work/debug/ddmd (588572512 bytes)
32202026-06-26T19:00:37.360Zuploaded: /work/debug/ddmd
32212026-06-26T19:00:37.360Zuploading: /work/debug/mgadm (610186544 bytes)
32222026-06-26T19:00:46.149Zuploaded: /work/debug/mgadm
32232026-06-26T19:00:46.154Zuploading: /work/debug/mgd (690368944 bytes)
32242026-06-26T19:00:55.900Zuploaded: /work/debug/mgd
32252026-06-26T19:00:55.900Zuploading: /work/release/ddmadm (45420224 bytes)
32262026-06-26T19:00:57.194Zuploaded: /work/release/ddmadm
32272026-06-26T19:00:57.194Zuploading: /work/release/ddmd (53074888 bytes)
32282026-06-26T19:00:58.601Zuploaded: /work/release/ddmd
32292026-06-26T19:00:58.601Zuploading: /work/release/falcon-lab (39565688 bytes)
32302026-06-26T19:00:59.940Zuploaded: /work/release/falcon-lab
32312026-06-26T19:00:59.940Zuploading: /work/release/mgadm (60454984 bytes)
32322026-06-26T19:01:01.379Zuploaded: /work/release/mgadm
32332026-06-26T19:01:01.379Zuploading: /work/release/mgd (72501304 bytes)
32342026-06-26T19:01:03.379Zuploaded: /work/release/mgd