01KVY1A3JSHS08CR2W628AY5DQ: 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: 01KVY1AQNRWYB7YJZSE3HYQW1J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:02:50.343Zjob assigned to worker 01KVY1B05GCEYDCYX2AKAN2G4C [factory aws, i-05a30bbf11a6b6669] (queued for 50 s)
 
22026-06-25T00:02:57.305Zstarting task 0: "setup"
32026-06-25T00:02:57.310Z++ uname -s
42026-06-25T00:02:57.314Z+ kern=SunOS
52026-06-25T00:02:57.314Z+ build_user=build
62026-06-25T00:02:57.314Z+ build_uid=12345
72026-06-25T00:02:57.314Z+ work_dir=/work
82026-06-25T00:02:57.314Z+ input_dir=/input
92026-06-25T00:02:57.314Z+ [[ 0 == 12345 ]]
102026-06-25T00:02:57.314Z+ case "$kern" in
112026-06-25T00:02:57.314Z+ groupadd -g 12345 build
122026-06-25T00:02:57.314Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:02:59.318Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:02:59.392Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:02:59.402Z+ home_fs=zfs
162026-06-25T00:02:59.402Z+ [[ zfs == autofs ]]
172026-06-25T00:02:59.402Z+ mkdir -p /home/build
182026-06-25T00:02:59.402Z+ chown build:build /home/build /work
192026-06-25T00:03:01.392Z+ chmod 0700 /home/build /work
202026-06-25T00:03:01.396Zprocess exited: duration 4088 ms, exit code 0
 
212026-06-25T00:03:01.402Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:01.405Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:01.405Z * rust toolchain channel = "stable"
242026-06-25T00:03:01.405Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:03:01.405Z * rust toolchain profile = "default"
262026-06-25T00:03:01.417Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:01.417Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:01.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:01.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:01.503Zinfo: downloading installer
312026-06-25T00:03:03.160Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:03.161Zwarn: /opt/ooce/bin
332026-06-25T00:03:03.161Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:03.161Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:03.161Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:03.161Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:03.161Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:03.161Zerror: cannot install while Rust is installed
392026-06-25T00:03:03.161Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:03.164Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:03.164Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:03.164Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:03.164Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:03.174Zinfo: profile set to default
452026-06-25T00:03:03.174Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:03.177Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:03.337Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:03.340Zinfo: downloading 6 components
492026-06-25T00:03:19.767Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:19.767Z
512026-06-25T00:03:19.794Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:19.794Z
532026-06-25T00:03:19.794Z
542026-06-25T00:03:19.794ZRust is installed now. Great!
552026-06-25T00:03:19.795Z
562026-06-25T00:03:19.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:19.795Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:19.795Z
592026-06-25T00:03:19.795ZTo configure your current shell, you need to source
602026-06-25T00:03:19.795Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:19.795Z
622026-06-25T00:03:19.798ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:19.798Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:19.798Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:19.798Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:19.799Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:19.799Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:19.799Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:19.799Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:19.799Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:19.879Z+ rustup --version
722026-06-25T00:03:19.888Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:19.891Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:19.909Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:19.912Z+ cargo --version
762026-06-25T00:03:19.924Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:19.927Z+ rustc --version
782026-06-25T00:03:19.945Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:19.948Zprocess exited: duration 18545 ms, exit code 0
 
802026-06-25T00:03:19.953Zstarting task 2: "authentication"
812026-06-25T00:03:19.969Zprocess exited: duration 15 ms, exit code 0
 
822026-06-25T00:03:19.975Zstarting task 3: "clone repository"
832026-06-25T00:03:19.978Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:19.981Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:20.104ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:21.453Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:21.453Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:21.674ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:21.674Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:21.680Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:21.683Z++ git branch --show-current
922026-06-25T00:03:21.683Z+ current=main
932026-06-25T00:03:21.683Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:21.683Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:21.686Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:21.704ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:21.707Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:21.722ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:21.725Zprocess exited: duration 1748 ms, exit code 0
 
1002026-06-25T00:03:21.730Zstarting task 4: "build"
1012026-06-25T00:03:21.734Z+ pfexec pkg install clang-15
1022026-06-25T00:03:30.456Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-25T00:03:38.147Z Startup: Caching catalogs ... Done
1042026-06-25T00:03:46.206ZPlanning: Solver setup ... Done
1052026-06-25T00:03:46.221ZPlanning: Running solver ... Done
1062026-06-25T00:03:46.221ZPlanning: Finding local manifests ... Done
1072026-06-25T00:03:46.222ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-25T00:03:46.222ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-25T00:03:46.222ZPlanning: Package planning ... Done
1102026-06-25T00:03:46.222ZPlanning: Merging actions ... Done
1112026-06-25T00:03:46.222ZPlanning: Checking for conflicting actions ... Done
1122026-06-25T00:03:46.222ZPlanning: Consolidating action changes ... Done
1132026-06-25T00:03:46.604ZPlanning: Evaluating mediators ... Done
1142026-06-25T00:03:46.610ZPlanning: Planning completed in 8.31 seconds
1152026-06-25T00:03:46.621Z Packages to install: 2
1162026-06-25T00:03:46.624Z Mediators to change: 2
1172026-06-25T00:03:46.624Z Services to change: 1
1182026-06-25T00:03:46.624Z Create boot environment: No
1192026-06-25T00:03:46.624ZCreate backup boot environment: No
1202026-06-25T00:03:46.662Z
1212026-06-25T00:03:46.662ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-25T00:03:51.665ZDownload: 2089/3076 items 118.3/211.3MB 55% complete (23.9M/s)
1232026-06-25T00:03:56.607ZDownload: Completed 211.31 MB in 9.94 seconds (21.2M/s)
1242026-06-25T00:03:57.047Z Actions: 1/3418 actions (Installing new actions)
1252026-06-25T00:04:00.170Z Actions: Completed 3418 actions in 3.12 seconds.
1262026-06-25T00:04:00.827Z Done
1272026-06-25T00:04:00.827Z Done
1282026-06-25T00:04:01.569Z Done
1292026-06-25T00:04:04.956Z Done
1302026-06-25T00:04:05.030Z Done
1312026-06-25T00:04:05.033Z Done
1322026-06-25T00:04:05.185Z Done
1332026-06-25T00:04:05.879Z+ cargo --version
1342026-06-25T00:04:05.885Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1352026-06-25T00:04:06.035Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1362026-06-25T00:04:06.038Zinfo: downloading 6 components
1372026-06-25T00:04:22.598Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1382026-06-25T00:04:22.601Z+ rustc --version
1392026-06-25T00:04:22.626Zrustc 1.95.0 (59807616e 2026-04-14)
1402026-06-25T00:04:22.629Z+ banner check
1412026-06-25T00:04:22.633Z
1422026-06-25T00:04:22.633Z #### # # ###### #### # #
1432026-06-25T00:04:22.633Z # # # # # # # # #
1442026-06-25T00:04:22.633Z # ###### ##### # ####
1452026-06-25T00:04:22.633Z # # # # # # #
1462026-06-25T00:04:22.633Z # # # # # # # # #
1472026-06-25T00:04:22.633Z #### # # ###### #### # #
1482026-06-25T00:04:22.633Z
1492026-06-25T00:04:22.633Z+ cargo fmt -- --check
1502026-06-25T00:04:23.022Z+ cargo clippy --all-targets -- --deny warnings
1512026-06-25T00:04:23.134Z Updating git repository `https://github.com/oxidecomputer/falcon`
1522026-06-25T00:04:24.014ZFrom https://github.com/oxidecomputer/falcon
1532026-06-25T00:04:24.014Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1542026-06-25T00:04:24.090Z Updating crates.io index
1552026-06-25T00:04:24.097Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1562026-06-25T00:04:24.469ZFrom https://github.com/oxidecomputer/dendrite
1572026-06-25T00:04:24.469Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1582026-06-25T00:04:24.538Z Updating git repository `https://github.com/oxidecomputer/ispf`
1592026-06-25T00:04:24.827ZFrom https://github.com/oxidecomputer/ispf
1602026-06-25T00:04:24.828Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1612026-06-25T00:04:25.046Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1622026-06-25T00:04:25.354ZFrom https://github.com/oxidecomputer/netadm-sys
1632026-06-25T00:04:25.354Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1642026-06-25T00:04:25.362Z Updating git repository `https://github.com/oxidecomputer/omicron`
1652026-06-25T00:04:31.166ZFrom https://github.com/oxidecomputer/omicron
1662026-06-25T00:04:31.167Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1672026-06-25T00:04:31.583Z Updating git repository `https://github.com/oxidecomputer/opte`
1682026-06-25T00:04:32.234ZFrom https://github.com/oxidecomputer/opte
1692026-06-25T00:04:32.234Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1702026-06-25T00:04:32.264Z Updating git repository `https://github.com/illumos/smf-rs`
1712026-06-25T00:04:32.542ZFrom https://github.com/illumos/smf-rs
1722026-06-25T00:04:32.543Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1732026-06-25T00:04:33.044Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1742026-06-25T00:04:33.321ZFrom https://github.com/oxidecomputer/network-interface
1752026-06-25T00:04:33.321Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1762026-06-25T00:04:33.543Z Updating git repository `https://github.com/oxidecomputer/zone`
1772026-06-25T00:04:33.925ZFrom https://github.com/oxidecomputer/zone
1782026-06-25T00:04:33.925Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1792026-06-25T00:04:33.951Z Updating git repository `https://github.com/oxidecomputer/propolis`
1802026-06-25T00:04:34.580ZFrom https://github.com/oxidecomputer/propolis
1812026-06-25T00:04:34.580Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1822026-06-25T00:04:34.735Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1832026-06-25T00:04:35.607ZFrom https://github.com/oxidecomputer/transceiver-control
1842026-06-25T00:04:35.607Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1852026-06-25T00:04:35.772Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1862026-06-25T00:04:36.050ZFrom https://github.com/oxidecomputer/dlpi-sys
1872026-06-25T00:04:36.050Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1882026-06-25T00:04:36.064Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1892026-06-25T00:04:36.334ZFrom https://github.com/jmesmon/rust-libzfs
1902026-06-25T00:04:36.334Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1912026-06-25T00:04:36.342Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1922026-06-25T00:04:36.591ZFrom https://github.com/oxidecomputer/rusty-doors
1932026-06-25T00:04:36.592Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1942026-06-25T00:04:36.602Z Updating git repository `https://github.com/oxidecomputer/lldp`
1952026-06-25T00:04:36.938ZFrom https://github.com/oxidecomputer/lldp
1962026-06-25T00:04:36.938Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1972026-06-25T00:04:36.990Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1982026-06-25T00:04:37.250ZFrom https://github.com/oxidecomputer/slog-error-chain
1992026-06-25T00:04:37.250Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2002026-06-25T00:04:37.293Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2012026-06-25T00:04:37.582ZFrom https://github.com/oxidecomputer/tufaceous
2022026-06-25T00:04:37.582Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2032026-06-25T00:04:37.610Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2042026-06-25T00:04:38.044ZFrom https://github.com/oxidecomputer/management-gateway-service
2052026-06-25T00:04:38.044Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2062026-06-25T00:04:38.167Z Updating git repository `https://github.com/oxidecomputer/crucible`
2072026-06-25T00:04:39.005ZFrom https://github.com/oxidecomputer/crucible
2082026-06-25T00:04:39.005Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2092026-06-25T00:04:39.654Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2102026-06-25T00:04:39.913ZFrom https://github.com/oxidecomputer/serde_human_bytes
2112026-06-25T00:04:39.913Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2122026-06-25T00:04:40.079Z Updating git repository `https://github.com/oxidecomputer/propolis`
2132026-06-25T00:04:40.697ZFrom https://github.com/oxidecomputer/propolis
2142026-06-25T00:04:40.697Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2152026-06-25T00:04:41.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
2162026-06-25T00:04:41.583ZFrom https://github.com/oxidecomputer/crucible
2172026-06-25T00:04:41.583Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2182026-06-25T00:04:41.681Z Updating git repository `https://github.com/oxidecomputer/tofino`
2192026-06-25T00:04:42.030ZFrom https://github.com/oxidecomputer/tofino
2202026-06-25T00:04:42.030Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2212026-06-25T00:04:42.055Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-25T00:04:42.688ZFrom https://github.com/oxidecomputer/maghemite
2232026-06-25T00:04:42.688Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2242026-06-25T00:04:42.721Z Updating git repository `https://github.com/oxidecomputer/clickward`
2252026-06-25T00:04:42.991ZFrom https://github.com/oxidecomputer/clickward
2262026-06-25T00:04:42.991Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2272026-06-25T00:04:43.020Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2282026-06-25T00:04:43.290ZFrom https://github.com/oxidecomputer/illumos-devinfo
2292026-06-25T00:04:43.290Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2302026-06-25T00:04:44.220Z Downloading crates ...
2312026-06-25T00:04:44.287Z Downloaded async-stream v0.3.6
2322026-06-25T00:04:44.293Z Downloaded async-recursion v1.1.1
2332026-06-25T00:04:44.296Z Downloaded autocfg v1.5.1
2342026-06-25T00:04:44.299Z Downloaded block-buffer v0.12.0
2352026-06-25T00:04:44.302Z Downloaded anstyle-query v1.1.5
2362026-06-25T00:04:44.304Z Downloaded cfg_aliases v0.2.1
2372026-06-25T00:04:44.305Z Downloaded atomic-waker v1.1.2
2382026-06-25T00:04:44.307Z Downloaded adler2 v2.0.1
2392026-06-25T00:04:44.310Z Downloaded crucible-workspace-hack v0.1.0
2402026-06-25T00:04:44.313Z Downloaded base16ct v1.0.0
2412026-06-25T00:04:44.316Z Downloaded foreign-types v0.5.0
2422026-06-25T00:04:44.319Z Downloaded gethostname v0.5.0
2432026-06-25T00:04:44.321Z Downloaded async-stream-impl v0.3.6
2442026-06-25T00:04:44.324Z Downloaded darling_core v0.21.3
2452026-06-25T00:04:44.327Z Downloaded half v2.7.1
2462026-06-25T00:04:44.330Z Downloaded dropshot-api-manager-types v0.7.2
2472026-06-25T00:04:44.332Z Downloaded anyhow v1.0.102
2482026-06-25T00:04:44.336Z Downloaded embedded-io v0.6.1
2492026-06-25T00:04:44.338Z Downloaded dropshot_endpoint v0.17.1
2502026-06-25T00:04:44.344Z Downloaded cancel-safe-futures v0.1.5
2512026-06-25T00:04:44.347Z Downloaded glob v0.3.3
2522026-06-25T00:04:44.350Z Downloaded crossbeam-deque v0.8.6
2532026-06-25T00:04:44.354Z Downloaded const_format_proc_macros v0.2.34
2542026-06-25T00:04:44.354Z Downloaded crunchy v0.2.4
2552026-06-25T00:04:44.357Z Downloaded futures-task v0.3.32
2562026-06-25T00:04:44.357Z Downloaded foreign-types v0.3.2
2572026-06-25T00:04:44.360Z Downloaded heck v0.5.0
2582026-06-25T00:04:44.363Z Downloaded dyn-clone v1.0.20
2592026-06-25T00:04:44.365Z Downloaded cpufeatures v0.3.0
2602026-06-25T00:04:44.366Z Downloaded hostname v0.3.1
2612026-06-25T00:04:44.368Z Downloaded async-compression v0.4.42
2622026-06-25T00:04:44.372Z Downloaded const-random v0.1.18
2632026-06-25T00:04:44.375Z Downloaded futures-macro v0.3.32
2642026-06-25T00:04:44.378Z Downloaded futures-io v0.3.32
2652026-06-25T00:04:44.381Z Downloaded ciborium-io v0.2.2
2662026-06-25T00:04:44.381Z Downloaded float-ord v0.3.2
2672026-06-25T00:04:44.383Z Downloaded compression-core v0.4.32
2682026-06-25T00:04:44.386Z Downloaded defmt v1.1.0
2692026-06-25T00:04:44.389Z Downloaded form_urlencoded v1.2.2
2702026-06-25T00:04:44.391Z Downloaded curve25519-dalek-derive v0.1.1
2712026-06-25T00:04:44.394Z Downloaded fxhash v0.2.1
2722026-06-25T00:04:44.394Z Downloaded fixedbitset v0.4.2
2732026-06-25T00:04:44.396Z Downloaded colorchoice v1.0.5
2742026-06-25T00:04:44.399Z Downloaded derive-ex v0.1.8
2752026-06-25T00:04:44.401Z Downloaded base16ct v0.2.0
2762026-06-25T00:04:44.404Z Downloaded darling v0.21.3
2772026-06-25T00:04:44.407Z Downloaded hash32 v0.3.1
2782026-06-25T00:04:44.410Z Downloaded futures-sink v0.3.32
2792026-06-25T00:04:44.412Z Downloaded atomicwrites v0.4.4
2802026-06-25T00:04:44.413Z Downloaded git-stub v1.0.0
2812026-06-25T00:04:44.415Z Downloaded cpufeatures v0.2.17
2822026-06-25T00:04:44.418Z Downloaded hostname v0.4.2
2832026-06-25T00:04:44.421Z Downloaded dof v0.3.0
2842026-06-25T00:04:44.421Z Downloaded debug-ignore v1.0.5
2852026-06-25T00:04:44.423Z Downloaded clap_derive v4.6.1
2862026-06-25T00:04:44.426Z Downloaded hubpack_derive v0.1.1
2872026-06-25T00:04:44.428Z Downloaded hubpack v0.1.2
2882026-06-25T00:04:44.429Z Downloaded futures-channel v0.3.32
2892026-06-25T00:04:44.431Z Downloaded indent_write v2.2.0
2902026-06-25T00:04:44.434Z Downloaded heapless v0.8.0
2912026-06-25T00:04:44.437Z Downloaded idna_adapter v1.2.2
2922026-06-25T00:04:44.439Z Downloaded ident_case v1.0.1
2932026-06-25T00:04:44.442Z Downloaded ciborium-ll v0.2.2
2942026-06-25T00:04:44.442Z Downloaded hex v0.4.3
2952026-06-25T00:04:44.445Z Downloaded heck v0.4.1
2962026-06-25T00:04:44.447Z Downloaded crypto-common v0.2.2
2972026-06-25T00:04:44.450Z Downloaded anstream v1.0.0
2982026-06-25T00:04:44.452Z Downloaded inout v0.1.4
2992026-06-25T00:04:44.453Z Downloaded humantime v2.3.0
3002026-06-25T00:04:44.455Z Downloaded fnv v1.0.7
3012026-06-25T00:04:44.458Z Downloaded critical-section v1.2.0
3022026-06-25T00:04:44.458Z Downloaded dunce v1.0.5
3032026-06-25T00:04:44.460Z Downloaded is_terminal_polyfill v1.70.2
3042026-06-25T00:04:44.463Z Downloaded darling_macro v0.21.3
3052026-06-25T00:04:44.463Z Downloaded internet-checksum v0.2.1
3062026-06-25T00:04:44.466Z Downloaded is_ci v1.2.0
3072026-06-25T00:04:44.468Z Downloaded konst_macro_rules v0.2.19
3082026-06-25T00:04:44.468Z Downloaded dtrace-parser v0.3.0
3092026-06-25T00:04:44.471Z Downloaded itoa v1.0.18
3102026-06-25T00:04:44.474Z Downloaded displaydoc v0.2.6
3112026-06-25T00:04:44.476Z Downloaded cipher v0.4.4
3122026-06-25T00:04:44.476Z Downloaded futures-executor v0.3.32
3132026-06-25T00:04:44.479Z Downloaded ahash v0.8.12
3142026-06-25T00:04:44.482Z Downloaded keccak v0.1.6
3152026-06-25T00:04:44.484Z Downloaded globset v0.4.18
3162026-06-25T00:04:44.487Z Downloaded linked-hash-map v0.5.6
3172026-06-25T00:04:44.487Z Downloaded lazy_static v1.5.0
3182026-06-25T00:04:44.489Z Downloaded csv-core v0.1.13
3192026-06-25T00:04:44.492Z Downloaded libscf-sys v1.2.0
3202026-06-25T00:04:44.492Z Downloaded http-body-util v0.1.3
3212026-06-25T00:04:44.495Z Downloaded foldhash v0.2.0
3222026-06-25T00:04:44.497Z Downloaded hyper-rustls v0.27.9
3232026-06-25T00:04:44.500Z Downloaded ingot v0.1.1
3242026-06-25T00:04:44.500Z Downloaded match_cfg v0.1.0
3252026-06-25T00:04:44.503Z Downloaded macaddr v1.0.1
3262026-06-25T00:04:44.506Z Downloaded mime v0.3.17
3272026-06-25T00:04:44.506Z Downloaded either v1.16.0
3282026-06-25T00:04:44.509Z Downloaded memmap v0.7.0
3292026-06-25T00:04:44.512Z Downloaded digest v0.11.3
3302026-06-25T00:04:44.512Z Downloaded crc32fast v1.5.0
3312026-06-25T00:04:44.515Z Downloaded crossbeam-utils v0.8.21
3322026-06-25T00:04:44.517Z Downloaded fixedbitset v0.5.7
3332026-06-25T00:04:44.520Z Downloaded camino v1.2.2
3342026-06-25T00:04:44.522Z Downloaded git-stub-vcs v0.1.0
3352026-06-25T00:04:44.525Z Downloaded num v0.4.3
3362026-06-25T00:04:44.525Z Downloaded newtype_derive v0.1.6
3372026-06-25T00:04:44.528Z Downloaded clap v4.6.1
3382026-06-25T00:04:44.534Z Downloaded newline-converter v0.3.0
3392026-06-25T00:04:44.536Z Downloaded num-derive v0.4.2
3402026-06-25T00:04:44.536Z Downloaded libsw v3.5.0
3412026-06-25T00:04:44.539Z Downloaded base64 v0.21.7
3422026-06-25T00:04:44.542Z Downloaded olpc-cjson v0.1.4
3432026-06-25T00:04:44.544Z Downloaded openssl-probe v0.2.1
3442026-06-25T00:04:44.547Z Downloaded ingot-types v0.1.2
3452026-06-25T00:04:44.547Z Downloaded linear-map v1.2.0
3462026-06-25T00:04:44.550Z Downloaded libsw-core v0.3.2
3472026-06-25T00:04:44.552Z Downloaded no-std-compat v0.4.1
3482026-06-25T00:04:44.552Z Downloaded ipnetwork v0.21.1
3492026-06-25T00:04:44.555Z Downloaded httparse v1.10.1
3502026-06-25T00:04:44.557Z Downloaded find-msvc-tools v0.1.9
3512026-06-25T00:04:44.560Z Downloaded managed v0.8.0
3522026-06-25T00:04:44.560Z Downloaded data-encoding v2.11.0
3532026-06-25T00:04:44.563Z Downloaded openssl-macros v0.1.1
3542026-06-25T00:04:44.563Z Downloaded omicron-workspace-hack v0.1.0
3552026-06-25T00:04:44.565Z Downloaded num_enum_derive v0.5.11
3562026-06-25T00:04:44.565Z Downloaded lock_api v0.4.14
3572026-06-25T00:04:44.568Z Downloaded parse-display v0.10.0
3582026-06-25T00:04:44.571Z Downloaded highway v1.3.0
3592026-06-25T00:04:44.573Z Downloaded embedded-io v0.4.0
3602026-06-25T00:04:44.573Z Downloaded percent-encoding v2.3.2
3612026-06-25T00:04:44.576Z Downloaded bitflags v2.12.1
3622026-06-25T00:04:44.578Z Downloaded plain v0.2.3
3632026-06-25T00:04:44.581Z Downloaded ipnet v2.12.0
3642026-06-25T00:04:44.581Z Downloaded fs_extra v1.3.0
3652026-06-25T00:04:44.584Z Downloaded crossbeam-epoch v0.9.18
3662026-06-25T00:04:44.587Z Downloaded num_threads v0.1.7
3672026-06-25T00:04:44.587Z Downloaded num-iter v0.1.45
3682026-06-25T00:04:44.589Z Downloaded daft-derive v0.1.7
3692026-06-25T00:04:44.592Z Downloaded chacha20poly1305 v0.10.1
3702026-06-25T00:04:44.594Z Downloaded iana-time-zone v0.1.65
3712026-06-25T00:04:44.597Z Downloaded proc-macro-error-attr2 v2.0.0
3722026-06-25T00:04:44.600Z Downloaded pretty-hex v0.4.2
3732026-06-25T00:04:44.600Z Downloaded powerfmt v0.2.0
3742026-06-25T00:04:44.602Z Downloaded phf_shared v0.12.1
3752026-06-25T00:04:44.602Z Downloaded num-conv v0.2.2
3762026-06-25T00:04:44.605Z Downloaded progenitor-macro v0.10.0
3772026-06-25T00:04:44.605Z Downloaded progenitor-client v0.14.0
3782026-06-25T00:04:44.608Z Downloaded opaque-debug v0.3.1
3792026-06-25T00:04:44.608Z Downloaded multer v3.1.0
3802026-06-25T00:04:44.610Z Downloaded proc-macro-error-attr v1.0.4
3812026-06-25T00:04:44.613Z Downloaded hybrid-array v0.4.12
3822026-06-25T00:04:44.616Z Downloaded newtype-uuid v1.3.2
3832026-06-25T00:04:44.616Z Downloaded getrandom v0.4.2
3842026-06-25T00:04:44.618Z Downloaded num_enum v0.7.6
3852026-06-25T00:04:44.622Z Downloaded potential_utf v0.1.5
3862026-06-25T00:04:44.625Z Downloaded memmap2 v0.9.10
3872026-06-25T00:04:44.633Z Downloaded progenitor-macro v0.13.0
3882026-06-25T00:04:44.633Z Downloaded progenitor-macro v0.14.0
3892026-06-25T00:04:44.633Z Downloaded futures v0.3.32
3902026-06-25T00:04:44.636Z Downloaded password-hash v0.5.0
3912026-06-25T00:04:44.636Z Downloaded oxnet v0.1.6
3922026-06-25T00:04:44.638Z Downloaded paste v1.0.15
3932026-06-25T00:04:44.641Z Downloaded jobserver v0.1.34
3942026-06-25T00:04:44.641Z Downloaded allocator-api2 v0.2.21
3952026-06-25T00:04:44.643Z Downloaded owo-colors v4.3.0
3962026-06-25T00:04:44.645Z Downloaded progenitor-client v0.10.0
3972026-06-25T00:04:44.648Z Downloaded parse-display-derive v0.10.0
3982026-06-25T00:04:44.648Z Downloaded const_format v0.2.36
3992026-06-25T00:04:44.651Z Downloaded oxide-tokio-rt v0.1.6
4002026-06-25T00:04:44.653Z Downloaded num_enum v0.5.11
4012026-06-25T00:04:44.656Z Downloaded rand_xorshift v0.4.0
4022026-06-25T00:04:44.658Z Downloaded ref-cast-impl v1.0.25
4032026-06-25T00:04:44.661Z Downloaded pem v3.0.6
4042026-06-25T00:04:44.661Z Downloaded icu_provider v2.2.0
4052026-06-25T00:04:44.665Z Downloaded rand_chacha v0.3.1
4062026-06-25T00:04:44.688Z Downloaded ref-cast v1.0.25
4072026-06-25T00:04:44.688Z Downloaded derive-where v1.6.1
4082026-06-25T00:04:44.688Z Downloaded getrandom v0.2.17
4092026-06-25T00:04:44.688Z Downloaded progenitor v0.13.0
4102026-06-25T00:04:44.688Z Downloaded once_cell v1.21.4
4112026-06-25T00:04:44.688Z Downloaded proc-macro-error v1.0.4
4122026-06-25T00:04:44.688Z Downloaded pin-project-internal v1.1.13
4132026-06-25T00:04:44.688Z Downloaded rustc_version v0.4.1
4142026-06-25T00:04:44.688Z Downloaded rustc-hash v2.1.2
4152026-06-25T00:04:44.689Z Downloaded rustc_version v0.1.7
4162026-06-25T00:04:44.689Z Downloaded diff v0.1.13
4172026-06-25T00:04:44.689Z Downloaded pkg-config v0.3.33
4182026-06-25T00:04:44.692Z Downloaded darling_core v0.23.0
4192026-06-25T00:04:44.696Z Downloaded log v0.4.32
4202026-06-25T00:04:44.696Z Downloaded proc-macro-crate v3.5.0
4212026-06-25T00:04:44.699Z Downloaded poly1305 v0.8.0
4222026-06-25T00:04:44.699Z Downloaded parking_lot_core v0.9.12
4232026-06-25T00:04:44.702Z Downloaded rand_chacha v0.9.0
4242026-06-25T00:04:44.704Z Downloaded progenitor v0.10.0
4252026-06-25T00:04:44.704Z Downloaded ppv-lite86 v0.2.21
4262026-06-25T00:04:44.707Z Downloaded bytes v1.11.1
4272026-06-25T00:04:44.710Z Downloaded parking_lot v0.12.5
4282026-06-25T00:04:44.712Z Downloaded progenitor-client v0.13.0
4292026-06-25T00:04:44.712Z Downloaded parking_lot_core v0.8.6
4302026-06-25T00:04:44.715Z Downloaded crypto-bigint v0.5.5
4312026-06-25T00:04:44.718Z Downloaded serde_repr v0.1.20
4322026-06-25T00:04:44.721Z Downloaded semver v0.1.20
4332026-06-25T00:04:44.721Z Downloaded scroll_derive v0.12.1
4342026-06-25T00:04:44.724Z Downloaded serde_plain v1.0.2
4352026-06-25T00:04:44.726Z Downloaded serde_urlencoded v0.7.1
4362026-06-25T00:04:44.726Z Downloaded serde_spanned v1.1.1
4372026-06-25T00:04:44.729Z Downloaded serde-big-array v0.5.1
4382026-06-25T00:04:44.729Z Downloaded secrecy v0.10.3
4392026-06-25T00:04:44.732Z Downloaded pest_generator v2.8.6
4402026-06-25T00:04:44.732Z Downloaded rand_core v0.10.1
4412026-06-25T00:04:44.734Z Downloaded rand_core v0.9.5
4422026-06-25T00:04:44.734Z Downloaded pest_derive v2.8.6
4432026-06-25T00:04:44.737Z Downloaded parking_lot v0.11.2
4442026-06-25T00:04:44.740Z Downloaded rand_core v0.6.4
4452026-06-25T00:04:44.740Z Downloaded icu_locale_core v2.2.0
4462026-06-25T00:04:44.744Z Downloaded sha1 v0.11.0
4472026-06-25T00:04:44.747Z Downloaded aho-corasick v1.1.4
4482026-06-25T00:04:44.750Z Downloaded num-traits v0.2.19
4492026-06-25T00:04:44.752Z Downloaded proc-macro-error2 v2.0.1
4502026-06-25T00:04:44.755Z Downloaded rustls-native-certs v0.8.4
4512026-06-25T00:04:44.758Z Downloaded rustls-pemfile v2.2.0
4522026-06-25T00:04:44.758Z Downloaded rusty-fork v0.3.1
4532026-06-25T00:04:44.760Z Downloaded hickory-resolver v0.24.4
4542026-06-25T00:04:44.763Z Downloaded icu_collections v2.2.0
4552026-06-25T00:04:44.767Z Downloaded slog-bunyan v2.5.0
4562026-06-25T00:04:44.769Z Downloaded papergrid v0.11.0
4572026-06-25T00:04:44.774Z Downloaded siphasher v1.0.3
4582026-06-25T00:04:44.777Z Downloaded slog-envlogger v2.2.0
4592026-06-25T00:04:44.777Z Downloaded sigpipe v0.1.3
4602026-06-25T00:04:44.777Z Downloaded quote v1.0.45
4612026-06-25T00:04:44.780Z Downloaded crossbeam-channel v0.5.15
4622026-06-25T00:04:44.783Z Downloaded rustversion v1.0.22
4632026-06-25T00:04:44.785Z Downloaded progenitor-extras v0.2.0
4642026-06-25T00:04:44.785Z Downloaded papergrid v0.18.0
4652026-06-25T00:04:44.788Z Downloaded serde_path_to_error v0.1.20
4662026-06-25T00:04:44.790Z Downloaded spin v0.5.2
4672026-06-25T00:04:44.793Z Downloaded strsim v0.11.1
4682026-06-25T00:04:44.793Z Downloaded serde_spanned v0.6.9
4692026-06-25T00:04:44.795Z Downloaded smawk v0.3.2
4702026-06-25T00:04:44.795Z Downloaded serde_tokenstream v0.2.3
4712026-06-25T00:04:44.798Z Downloaded strum v0.27.2
4722026-06-25T00:04:44.798Z Downloaded structmeta-derive v0.3.0
4732026-06-25T00:04:44.798Z Downloaded strum v0.26.3
4742026-06-25T00:04:44.801Z Downloaded stable_deref_trait v1.2.1
4752026-06-25T00:04:44.801Z Downloaded scroll v0.12.0
4762026-06-25T00:04:44.803Z Downloaded signal-hook-registry v1.4.8
4772026-06-25T00:04:44.803Z Downloaded structmeta v0.3.0
4782026-06-25T00:04:44.806Z Downloaded miniz_oxide v0.8.9
4792026-06-25T00:04:44.806Z Downloaded quinn-udp v0.5.14
4802026-06-25T00:04:44.809Z Downloaded dropshot-api-manager v0.7.2
4812026-06-25T00:04:44.811Z Downloaded postcard v1.1.3
4822026-06-25T00:04:44.814Z Downloaded flate2 v1.1.9
4832026-06-25T00:04:44.816Z Downloaded sha2 v0.10.9
4842026-06-25T00:04:44.819Z Downloaded subtle v2.6.1
4852026-06-25T00:04:44.821Z Downloaded serial_test_derive v3.5.0
4862026-06-25T00:04:44.821Z Downloaded supports-color v3.0.2
4872026-06-25T00:04:44.821Z Downloaded pin-project v1.1.13
4882026-06-25T00:04:44.828Z Downloaded slab v0.4.12
4892026-06-25T00:04:44.831Z Downloaded shlex v2.0.1
4902026-06-25T00:04:44.831Z Downloaded sync_wrapper v1.0.2
4912026-06-25T00:04:44.834Z Downloaded swrite v0.1.0
4922026-06-25T00:04:44.834Z Downloaded rustls-pki-types v1.14.1
4932026-06-25T00:04:44.836Z Downloaded konst v0.2.20
4942026-06-25T00:04:44.839Z Downloaded sha1 v0.10.6
4952026-06-25T00:04:44.842Z Downloaded openssl-sys v0.9.116
4962026-06-25T00:04:44.844Z Downloaded testing_table v0.3.0
4972026-06-25T00:04:44.844Z Downloaded termtree v0.5.1
4982026-06-25T00:04:44.847Z Downloaded terminal_size v0.4.4
4992026-06-25T00:04:44.847Z Downloaded take_mut v0.2.2
5002026-06-25T00:04:44.847Z Downloaded jiff-static v0.2.28
5012026-06-25T00:04:44.850Z Downloaded thiserror-impl-no-std v2.0.2
5022026-06-25T00:04:44.852Z Downloaded thread-id v4.2.2
5032026-06-25T00:04:44.852Z Downloaded slog-dtrace v0.3.0
5042026-06-25T00:04:44.852Z Downloaded slog-async v2.8.0
5052026-06-25T00:04:44.855Z Downloaded simd-adler32 v0.3.9
5062026-06-25T00:04:44.858Z Downloaded schemars_derive v0.8.22
5072026-06-25T00:04:44.858Z Downloaded semver v1.0.28
5082026-06-25T00:04:44.860Z Downloaded serde_derive_internals v0.29.1
5092026-06-25T00:04:44.860Z Downloaded progenitor-impl v0.10.0
5102026-06-25T00:04:44.863Z Downloaded smf v0.2.3
5112026-06-25T00:04:44.863Z Downloaded smartstring v1.0.1
5122026-06-25T00:04:44.866Z Downloaded time-core v0.1.8
5132026-06-25T00:04:44.866Z Downloaded strum_macros v0.27.2
5142026-06-25T00:04:44.869Z Downloaded thread-id v5.1.0
5152026-06-25T00:04:44.869Z Downloaded slog-term v2.9.2
5162026-06-25T00:04:44.872Z Downloaded tinyvec_macros v0.1.1
5172026-06-25T00:04:44.872Z Downloaded expectorate v1.2.0
5182026-06-25T00:04:44.874Z Downloaded slog-stdlog v4.1.1
5192026-06-25T00:04:44.874Z Downloaded proc-macro2 v1.0.106
5202026-06-25T00:04:44.877Z Downloaded static_assertions v1.1.0
5212026-06-25T00:04:44.877Z Downloaded snafu-derive v0.8.9
5222026-06-25T00:04:44.880Z Downloaded slog-json v2.6.1
5232026-06-25T00:04:44.880Z Downloaded rhai_codegen v3.2.0
5242026-06-25T00:04:44.884Z Downloaded toml_datetime v0.6.11
5252026-06-25T00:04:44.887Z Downloaded icu_normalizer v2.2.0
5262026-06-25T00:04:44.890Z Downloaded cc v1.2.63
5272026-06-25T00:04:44.895Z Downloaded strum_macros v0.26.4
5282026-06-25T00:04:44.895Z Downloaded rustls-platform-verifier v0.7.0
5292026-06-25T00:04:44.898Z Downloaded serde_with_macros v3.20.0
5302026-06-25T00:04:44.898Z Downloaded progenitor-impl v0.14.0
5312026-06-25T00:04:44.898Z Downloaded progenitor-impl v0.13.0
5322026-06-25T00:04:44.901Z Downloaded tagptr v0.2.0
5332026-06-25T00:04:44.903Z Downloaded tabwriter v1.4.1
5342026-06-25T00:04:44.903Z Downloaded tabled_derive v0.7.0
5352026-06-25T00:04:44.903Z Downloaded scroll_derive v0.13.1
5362026-06-25T00:04:44.903Z Downloaded scroll v0.13.0
5372026-06-25T00:04:44.906Z Downloaded hashbrown v0.12.3
5382026-06-25T00:04:44.909Z Downloaded synstructure v0.13.2
5392026-06-25T00:04:44.909Z Downloaded tower-service v0.3.3
5402026-06-25T00:04:44.909Z Downloaded minimal-lexical v0.2.1
5412026-06-25T00:04:44.912Z Downloaded thiserror-impl v1.0.69
5422026-06-25T00:04:44.914Z Downloaded thiserror v2.0.18
5432026-06-25T00:04:44.918Z Downloaded try-lock v0.2.5
5442026-06-25T00:04:44.921Z Downloaded tower-layer v0.3.3
5452026-06-25T00:04:44.921Z Downloaded typeid v1.0.3
5462026-06-25T00:04:44.921Z Downloaded thiserror v1.0.69
5472026-06-25T00:04:44.924Z Downloaded thread_local v1.1.9
5482026-06-25T00:04:44.924Z Downloaded thiserror-impl v2.0.18
5492026-06-25T00:04:44.926Z Downloaded serde_derive v1.0.228
5502026-06-25T00:04:44.926Z Downloaded ryu v1.0.23
5512026-06-25T00:04:44.929Z Downloaded time-macros v0.2.27
5522026-06-25T00:04:44.932Z Downloaded typify-macro v0.6.2
5532026-06-25T00:04:44.932Z Downloaded unicode-linebreak v0.1.5
5542026-06-25T00:04:44.932Z Downloaded tinystr v0.8.3
5552026-06-25T00:04:44.934Z Downloaded spin v0.9.8
5562026-06-25T00:04:44.934Z Downloaded typify-macro v0.4.3
5572026-06-25T00:04:44.937Z Downloaded serde_yaml v0.9.34+deprecated
5582026-06-25T00:04:44.940Z Downloaded unarray v0.1.4
5592026-06-25T00:04:44.940Z Downloaded smallvec v1.15.1
5602026-06-25T00:04:44.942Z Downloaded slog-scope v4.4.1
5612026-06-25T00:04:44.942Z Downloaded schemars v0.8.22
5622026-06-25T00:04:44.948Z Downloaded tokio-macros v2.7.0
5632026-06-25T00:04:44.951Z Downloaded tokio-dtrace v0.1.1
5642026-06-25T00:04:44.951Z Downloaded rayon-core v1.13.0
5652026-06-25T00:04:44.953Z Downloaded unicode-xid v0.2.6
5662026-06-25T00:04:44.953Z Downloaded mio v1.2.1
5672026-06-25T00:04:44.957Z Downloaded untrusted v0.9.0
5682026-06-25T00:04:44.960Z Downloaded utf8_iter v1.0.4
5692026-06-25T00:04:44.960Z Downloaded usdt-macro v0.6.0
5702026-06-25T00:04:44.960Z Downloaded untrusted v0.7.1
5712026-06-25T00:04:44.960Z Downloaded pest_meta v2.8.6
5722026-06-25T00:04:44.962Z Downloaded tokio-tungstenite v0.21.0
5732026-06-25T00:04:44.966Z Downloaded universal-hash v0.5.1
5742026-06-25T00:04:44.966Z Downloaded unit-prefix v0.5.2
5752026-06-25T00:04:44.966Z Downloaded usdt-attr-macro v0.5.0
5762026-06-25T00:04:44.966Z Downloaded usdt-attr-macro v0.6.0
5772026-06-25T00:04:44.968Z Downloaded usdt v0.6.0
5782026-06-25T00:04:44.968Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5792026-06-25T00:04:44.968Z Downloaded usdt v0.5.0
5802026-06-25T00:04:44.968Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5812026-06-25T00:04:44.971Z Downloaded hyper-util v0.1.20
5822026-06-25T00:04:44.974Z Downloaded version_check v0.9.5
5832026-06-25T00:04:44.976Z Downloaded toml_write v0.1.2
5842026-06-25T00:04:44.976Z Downloaded utf8parse v0.2.2
5852026-06-25T00:04:44.976Z Downloaded utf-8 v0.7.6
5862026-06-25T00:04:44.979Z Downloaded usdt-macro v0.5.0
5872026-06-25T00:04:44.979Z Downloaded slog v2.8.2
5882026-06-25T00:04:44.982Z Downloaded want v0.3.1
5892026-06-25T00:04:44.982Z Downloaded toml_writer v1.1.1+spec-1.1.0
5902026-06-25T00:04:44.982Z Downloaded term v1.2.1
5912026-06-25T00:04:44.984Z Downloaded pretty_assertions v1.4.1
5922026-06-25T00:04:44.984Z Downloaded indexmap v2.14.0
5932026-06-25T00:04:44.987Z Downloaded hickory-resolver v0.25.2
5942026-06-25T00:04:44.990Z Downloaded waitgroup v0.1.2
5952026-06-25T00:04:44.992Z Downloaded wait-timeout v0.2.1
5962026-06-25T00:04:44.993Z Downloaded thin-vec v0.2.18
5972026-06-25T00:04:44.993Z Downloaded prettyplease v0.2.37
5982026-06-25T00:04:44.995Z Downloaded quinn v0.11.9
5992026-06-25T00:04:44.998Z Downloaded memchr v2.8.1
6002026-06-25T00:04:45.001Z Downloaded tabled_derive v0.11.0
6012026-06-25T00:04:45.004Z Downloaded http v1.4.1
6022026-06-25T00:04:45.004Z Downloaded similar v2.7.0
6032026-06-25T00:04:45.007Z Downloaded thiserror-no-std v2.0.2
6042026-06-25T00:04:45.009Z Downloaded yoke-derive v0.8.2
6052026-06-25T00:04:45.012Z Downloaded zerofrom-derive v0.1.7
6062026-06-25T00:04:45.012Z Downloaded tiny-keccak v2.0.2
6072026-06-25T00:04:45.012Z Downloaded schemars v0.9.0
6082026-06-25T00:04:45.020Z Downloaded zeroize_derive v1.4.3
6092026-06-25T00:04:45.023Z Downloaded toml v0.8.23
6102026-06-25T00:04:45.023Z Downloaded tokio-rustls v0.26.4
6112026-06-25T00:04:45.025Z Downloaded socket2 v0.6.4
6122026-06-25T00:04:45.025Z Downloaded tokio-stream v0.1.18
6132026-06-25T00:04:45.028Z Downloaded rand v0.8.6
6142026-06-25T00:04:45.031Z Downloaded nom v7.1.3
6152026-06-25T00:04:45.033Z Downloaded zone v0.3.1
6162026-06-25T00:04:45.033Z Downloaded dropshot v0.17.1
6172026-06-25T00:04:45.046Z Downloaded zone_cfg_derive v0.3.1
6182026-06-25T00:04:45.049Z Downloaded zerofrom v0.1.8
6192026-06-25T00:04:45.049Z Downloaded walkdir v2.5.0
6202026-06-25T00:04:45.049Z Downloaded usdt-impl v0.6.0
6212026-06-25T00:04:45.052Z Downloaded toml_parser v1.1.2+spec-1.1.0
6222026-06-25T00:04:45.052Z Downloaded textwrap v0.16.2
6232026-06-25T00:04:45.055Z Downloaded tempfile v3.27.0
6242026-06-25T00:04:45.055Z Downloaded hashbrown v0.16.1
6252026-06-25T00:04:45.058Z Downloaded tracing-attributes v0.1.31
6262026-06-25T00:04:45.060Z Downloaded test-strategy v0.4.5
6272026-06-25T00:04:45.063Z Downloaded drift v0.2.0
6282026-06-25T00:04:45.068Z Downloaded writeable v0.6.3
6292026-06-25T00:04:45.071Z Downloaded whoami v1.6.1
6302026-06-25T00:04:45.071Z Downloaded serde_core v1.0.228
6312026-06-25T00:04:45.074Z Downloaded vsss-rs v3.3.4
6322026-06-25T00:04:45.074Z Downloaded snafu v0.8.9
6332026-06-25T00:04:45.078Z Downloaded zeroize v1.8.2
6342026-06-25T00:04:45.080Z Downloaded itertools v0.12.1
6352026-06-25T00:04:45.083Z Downloaded serde v1.0.228
6362026-06-25T00:04:45.086Z Downloaded schemars v1.2.1
6372026-06-25T00:04:45.093Z Downloaded zerovec-derive v0.11.3
6382026-06-25T00:04:45.096Z Downloaded toml v1.1.2+spec-1.1.0
6392026-06-25T00:04:45.099Z Downloaded toml v0.9.12+spec-1.1.0
6402026-06-25T00:04:45.102Z Downloaded hyper v1.10.1
6412026-06-25T00:04:45.104Z Downloaded zmij v1.0.21
6422026-06-25T00:04:45.104Z Downloaded idna v1.1.0
6432026-06-25T00:04:45.107Z Downloaded yoke v0.8.3
6442026-06-25T00:04:45.110Z Downloaded qorb v0.4.1
6452026-06-25T00:04:45.112Z Downloaded hashbrown v0.15.5
6462026-06-25T00:04:45.115Z Downloaded unicode-ident v1.0.24
6472026-06-25T00:04:45.118Z Downloaded xz2 v0.1.7
6482026-06-25T00:04:45.118Z Downloaded tinyvec v1.11.0
6492026-06-25T00:04:45.120Z Downloaded ucd-trie v0.1.7
6502026-06-25T00:04:45.120Z Downloaded typify v0.4.3
6512026-06-25T00:04:45.123Z Downloaded typify v0.6.2
6522026-06-25T00:04:45.126Z Downloaded rand v0.10.1
6532026-06-25T00:04:45.126Z Downloaded itertools v0.14.0
6542026-06-25T00:04:45.130Z Downloaded usdt-impl v0.5.0
6552026-06-25T00:04:45.132Z Downloaded unsafe-libyaml v0.2.11
6562026-06-25T00:04:45.137Z Downloaded toml_edit v0.22.27
6572026-06-25T00:04:45.139Z Downloaded nom v8.0.0
6582026-06-25T00:04:45.139Z Downloaded clap_builder v4.6.0
6592026-06-25T00:04:45.142Z Downloaded rustls-webpki v0.103.13
6602026-06-25T00:04:45.145Z Downloaded rand v0.9.4
6612026-06-25T00:04:45.148Z Downloaded pest v2.8.6
6622026-06-25T00:04:45.150Z Downloaded resolv-conf v0.7.6
6632026-06-25T00:04:45.153Z Downloaded toml_edit v0.25.12+spec-1.1.0
6642026-06-25T00:04:45.153Z Downloaded serial_test v3.5.0
6652026-06-25T00:04:45.155Z Downloaded indicatif v0.18.4
6662026-06-25T00:04:45.158Z Downloaded scopeguard v1.2.0
6672026-06-25T00:04:45.158Z Downloaded same-file v1.0.6
6682026-06-25T00:04:45.158Z Downloaded tungstenite v0.21.0
6692026-06-25T00:04:45.161Z Downloaded tracing-core v0.1.36
6702026-06-25T00:04:45.164Z Downloaded h2 v0.4.14
6712026-06-25T00:04:45.166Z Downloaded quick-error v1.2.3
6722026-06-25T00:04:45.166Z Downloaded progenitor v0.14.0
6732026-06-25T00:04:45.170Z Downloaded pin-project-lite v0.2.17
6742026-06-25T00:04:45.172Z Downloaded num-complex v0.4.6
6752026-06-25T00:04:45.172Z Downloaded icu_properties_data v2.2.0
6762026-06-25T00:04:45.177Z Downloaded zerocopy-derive v0.7.35
6772026-06-25T00:04:45.179Z Downloaded ron v0.12.1
6782026-06-25T00:04:45.184Z Downloaded futures-util v0.3.32
6792026-06-25T00:04:45.191Z Downloaded hashbrown v0.17.1
6802026-06-25T00:04:45.194Z Downloaded phf v0.12.1
6812026-06-25T00:04:45.197Z Downloaded icu_normalizer_data v2.2.0
6822026-06-25T00:04:45.197Z Downloaded litemap v0.8.2
6832026-06-25T00:04:45.200Z Downloaded ingot-macros v0.1.1
6842026-06-25T00:04:45.202Z Downloaded indexmap v1.9.3
6852026-06-25T00:04:45.202Z Downloaded icu_properties v2.2.0
6862026-06-25T00:04:45.205Z Downloaded proc-macro-crate v1.3.1
6872026-06-25T00:04:45.205Z Downloaded elliptic-curve v0.13.8
6882026-06-25T00:04:45.208Z Downloaded url v2.5.8
6892026-06-25T00:04:45.210Z Downloaded uuid v1.23.2
6902026-06-25T00:04:45.210Z Downloaded steno v0.4.1
6912026-06-25T00:04:45.213Z Downloaded iddqd v0.4.2
6922026-06-25T00:04:45.217Z Downloaded toml_edit v0.19.15
6932026-06-25T00:04:45.227Z Downloaded yansi v1.0.1
6942026-06-25T00:04:45.230Z Downloaded hkdf v0.12.4
6952026-06-25T00:04:45.232Z Downloaded goblin v0.8.2
6962026-06-25T00:04:45.235Z Downloaded libm v0.2.16
6972026-06-25T00:04:45.239Z Downloaded zerotrie v0.2.4
6982026-06-25T00:04:45.241Z Downloaded typenum v1.20.1
6992026-06-25T00:04:45.244Z Downloaded derive_more v0.99.20
7002026-06-25T00:04:45.247Z Downloaded num_enum_derive v0.7.6
7012026-06-25T00:04:45.250Z Downloaded num-rational v0.4.2
7022026-06-25T00:04:45.250Z Downloaded regex v1.12.3
7032026-06-25T00:04:45.253Z Downloaded num-integer v0.1.46
7042026-06-25T00:04:45.253Z Downloaded const-oid v0.10.2
7052026-06-25T00:04:45.253Z Downloaded hmac v0.12.1
7062026-06-25T00:04:45.257Z Downloaded base64 v0.22.1
7072026-06-25T00:04:45.259Z Downloaded zerocopy-derive v0.8.50
7082026-06-25T00:04:45.262Z Downloaded unicode-segmentation v1.13.3
7092026-06-25T00:04:45.266Z Downloaded anstyle-parse v1.0.0
7102026-06-25T00:04:45.268Z Downloaded chrono v0.4.45
7112026-06-25T00:04:45.271Z Downloaded newtype-uuid-macros v0.1.0
7122026-06-25T00:04:45.271Z Downloaded natord v1.0.9
7132026-06-25T00:04:45.271Z Downloaded group v0.13.0
7142026-06-25T00:04:45.271Z Downloaded defmt-macros v1.1.0
7152026-06-25T00:04:45.273Z Downloaded console v0.16.3
7162026-06-25T00:04:45.276Z Downloaded console v0.15.11
7172026-06-25T00:04:45.276Z Downloaded reqwest v0.12.28
7182026-06-25T00:04:45.279Z Downloaded cargo_toml v0.22.3
7192026-06-25T00:04:45.282Z Downloaded backon v1.6.0
7202026-06-25T00:04:45.282Z Downloaded ciborium v0.2.2
7212026-06-25T00:04:45.286Z Downloaded cookie v0.18.1
7222026-06-25T00:04:45.286Z Downloaded typed-path v0.9.3
7232026-06-25T00:04:45.289Z Downloaded tower v0.5.3
7242026-06-25T00:04:45.293Z Downloaded unicode-normalization v0.1.25
7252026-06-25T00:04:45.296Z Downloaded memoffset v0.9.1
7262026-06-25T00:04:45.296Z Downloaded lru-slab v0.1.2
7272026-06-25T00:04:45.299Z Downloaded lru-cache v0.1.2
7282026-06-25T00:04:45.299Z Downloaded getrandom v0.3.4
7292026-06-25T00:04:45.301Z Downloaded serde_json v1.0.150
7302026-06-25T00:04:45.304Z Downloaded reqwest v0.13.4
7312026-06-25T00:04:45.307Z Downloaded tough v0.22.0
7322026-06-25T00:04:45.312Z Downloaded portable-atomic v1.13.1
7332026-06-25T00:04:45.316Z Downloaded fastrand v2.4.1
7342026-06-25T00:04:45.319Z Downloaded proptest v1.11.0
7352026-06-25T00:04:45.323Z Downloaded generic-array v0.14.7
7362026-06-25T00:04:45.325Z Downloaded foreign-types-macros v0.2.3
7372026-06-25T00:04:45.325Z Downloaded dof v0.4.0
7382026-06-25T00:04:45.326Z Downloaded fs-err v3.3.0
7392026-06-25T00:04:45.328Z Downloaded erased-serde v0.3.31
7402026-06-25T00:04:45.328Z Downloaded aws-lc-rs v1.17.0
7412026-06-25T00:04:45.333Z Downloaded tokio-util v0.7.18
7422026-06-25T00:04:45.337Z Downloaded serde_with v3.20.0
7432026-06-25T00:04:45.344Z Downloaded deranged v0.5.8
7442026-06-25T00:04:45.347Z Downloaded bs58 v0.5.1
7452026-06-25T00:04:45.350Z Downloaded dtrace-parser v0.2.0
7462026-06-25T00:04:45.350Z Downloaded rayon v1.12.0
7472026-06-25T00:04:45.353Z Downloaded chacha20 v0.10.0
7482026-06-25T00:04:45.355Z Downloaded is-terminal v0.4.17
7492026-06-25T00:04:45.355Z Downloaded instant v0.1.13
7502026-06-25T00:04:45.358Z Downloaded convert_case v0.4.0
7512026-06-25T00:04:45.358Z Downloaded compression-codecs v0.4.38
7522026-06-25T00:04:45.360Z Downloaded camino-tempfile v1.4.1
7532026-06-25T00:04:45.360Z Downloaded bit-vec v0.8.0
7542026-06-25T00:04:45.360Z Downloaded anstyle v1.0.14
7552026-06-25T00:04:45.363Z Downloaded bcs v0.1.6
7562026-06-25T00:04:45.363Z Downloaded enum-as-inner v0.6.1
7572026-06-25T00:04:45.363Z Downloaded cstr-argument v0.1.2
7582026-06-25T00:04:45.366Z Downloaded quinn-proto v0.11.14
7592026-06-25T00:04:45.369Z Downloaded moka v0.12.15
7602026-06-25T00:04:45.372Z Downloaded httpdate v1.0.3
7612026-06-25T00:04:45.374Z Downloaded http-body v1.0.1
7622026-06-25T00:04:45.374Z Downloaded foreign-types-shared v0.1.1
7632026-06-25T00:04:45.374Z Downloaded defmt v0.3.100
7642026-06-25T00:04:45.374Z Downloaded zerovec v0.11.6
7652026-06-25T00:04:45.378Z Downloaded tower-http v0.6.11
7662026-06-25T00:04:45.383Z Downloaded byteorder v1.5.0
7672026-06-25T00:04:45.385Z Downloaded bytecount v0.6.9
7682026-06-25T00:04:45.385Z Downloaded bitflags v1.3.2
7692026-06-25T00:04:45.388Z Downloaded foreign-types-shared v0.3.1
7702026-06-25T00:04:45.388Z Downloaded defmt-parser v1.0.0
7712026-06-25T00:04:45.388Z Downloaded aead v0.5.2
7722026-06-25T00:04:45.391Z Downloaded futures-core v0.3.32
7732026-06-25T00:04:45.391Z Downloaded equivalent v1.0.2
7742026-06-25T00:04:45.391Z Downloaded const-random-macro v0.1.16
7752026-06-25T00:04:45.391Z Downloaded cobs v0.3.0
7762026-06-25T00:04:45.391Z Downloaded chacha20 v0.9.1
7772026-06-25T00:04:45.394Z Downloaded block-buffer v0.10.4
7782026-06-25T00:04:45.394Z Downloaded crypto-common v0.1.7
7792026-06-25T00:04:45.394Z Downloaded crc8 v0.1.1
7802026-06-25T00:04:45.394Z Downloaded clap_lex v1.1.0
7812026-06-25T00:04:45.397Z Downloaded cfg-if v1.0.4
7822026-06-25T00:04:45.397Z Downloaded ff v0.13.1
7832026-06-25T00:04:45.397Z Downloaded digest v0.10.7
7842026-06-25T00:04:45.400Z Downloaded bit-set v0.8.0
7852026-06-25T00:04:45.400Z Downloaded arc-swap v1.9.1
7862026-06-25T00:04:45.403Z Downloaded darling_macro v0.23.0
7872026-06-25T00:04:45.403Z Downloaded darling v0.23.0
7882026-06-25T00:04:45.406Z Downloaded daft v0.1.7
7892026-06-25T00:04:45.407Z Downloaded colored v3.1.1
7902026-06-25T00:04:45.407Z Downloaded tabled v0.21.0
7912026-06-25T00:04:45.417Z Downloaded winnow v0.5.40
7922026-06-25T00:04:45.422Z Downloaded webpki-roots v1.0.7
7932026-06-25T00:04:45.424Z Downloaded zerocopy v0.7.35
7942026-06-25T00:04:45.433Z Downloaded bstr v1.12.1
7952026-06-25T00:04:45.438Z Downloaded curve25519-dalek v4.1.3
7962026-06-25T00:04:45.443Z Downloaded time v0.3.47
7972026-06-25T00:04:45.451Z Downloaded cmake v0.1.58
7982026-06-25T00:04:45.453Z Downloaded byte-wrapper v0.1.0
7992026-06-25T00:04:45.453Z Downloaded blake2 v0.10.6
8002026-06-25T00:04:45.457Z Downloaded tabled v0.15.0
8012026-06-25T00:04:45.464Z Downloaded winnow v1.0.3
8022026-06-25T00:04:45.469Z Downloaded winnow v0.7.15
8032026-06-25T00:04:45.474Z Downloaded base64ct v1.8.3
8042026-06-25T00:04:45.477Z Downloaded backoff v0.4.0
8052026-06-25T00:04:45.479Z Downloaded errno v0.3.14
8062026-06-25T00:04:45.479Z Downloaded async-trait v0.1.89
8072026-06-25T00:04:45.482Z Downloaded rhai v1.25.1
8082026-06-25T00:04:45.487Z Downloaded syn v1.0.109
8092026-06-25T00:04:45.492Z Downloaded goblin v0.10.7
8102026-06-25T00:04:45.497Z Downloaded zerocopy v0.8.50
8112026-06-25T00:04:45.509Z Downloaded vcpkg v0.2.15
8122026-06-25T00:04:45.531Z Downloaded regress v0.10.5
8132026-06-25T00:04:45.536Z Downloaded rustix v0.38.44
8142026-06-25T00:04:45.548Z Downloaded regress v0.11.1
8152026-06-25T00:04:45.553Z Downloaded nix v0.31.3
8162026-06-25T00:04:45.560Z Downloaded unicode-width v0.1.14
8172026-06-25T00:04:45.563Z Downloaded openssl v0.10.80
8182026-06-25T00:04:45.569Z Downloaded regex-syntax v0.8.10
8192026-06-25T00:04:45.574Z Downloaded syn v2.0.117
8202026-06-25T00:04:45.581Z Downloaded unicode-width v0.2.2
8212026-06-25T00:04:45.584Z Downloaded smoltcp v0.11.0
8222026-06-25T00:04:45.591Z Downloaded hickory-proto v0.24.4
8232026-06-25T00:04:45.600Z Downloaded foldhash v0.1.5
8242026-06-25T00:04:45.603Z Downloaded tracing v0.1.44
8252026-06-25T00:04:45.611Z Downloaded rustls v0.23.40
8262026-06-25T00:04:45.618Z Downloaded typify-impl v0.4.3
8272026-06-25T00:04:45.626Z Downloaded openapiv3 v2.2.0
8282026-06-25T00:04:45.632Z Downloaded hickory-proto v0.25.2
8292026-06-25T00:04:45.641Z Downloaded rustix v1.1.4
8302026-06-25T00:04:45.655Z Downloaded regex-automata v0.4.14
8312026-06-25T00:04:45.664Z Downloaded argon2 v0.5.3
8322026-06-25T00:04:45.672Z Downloaded petgraph v0.6.5
8332026-06-25T00:04:45.685Z Downloaded sled v0.34.7
8342026-06-25T00:04:45.691Z Downloaded lzma-sys v0.1.20
8352026-06-25T00:04:45.708Z Downloaded typify-impl v0.6.2
8362026-06-25T00:04:45.714Z Downloaded chrono-tz v0.10.4
8372026-06-25T00:04:45.731Z Downloaded csv v1.4.0
8382026-06-25T00:04:45.788Z Downloaded jiff v0.2.28
8392026-06-25T00:04:45.810Z Downloaded petgraph v0.8.3
8402026-06-25T00:04:45.822Z Downloaded libc v0.2.186
8412026-06-25T00:04:45.841Z Downloaded sha3 v0.10.9
8422026-06-25T00:04:45.856Z Downloaded tokio v1.52.3
8432026-06-25T00:04:45.915Z Downloaded encoding_rs v0.8.35
8442026-06-25T00:04:45.928Z Downloaded ring v0.17.14
8452026-06-25T00:04:46.319Z Downloaded aws-lc-sys v0.41.0
8462026-06-25T00:04:46.855Z Compiling proc-macro2 v1.0.106
8472026-06-25T00:04:46.855Z Compiling quote v1.0.45
8482026-06-25T00:04:46.855Z Compiling unicode-ident v1.0.24
8492026-06-25T00:04:46.857Z Compiling serde_core v1.0.228
8502026-06-25T00:04:46.858Z Compiling serde v1.0.228
8512026-06-25T00:04:46.858Z Compiling libc v0.2.186
8522026-06-25T00:04:46.858Z Compiling zmij v1.0.21
8532026-06-25T00:04:46.858Z Compiling autocfg v1.5.1
8542026-06-25T00:04:47.212Z Compiling libm v0.2.16
8552026-06-25T00:04:47.563Z Compiling icu_normalizer_data v2.2.0
8562026-06-25T00:04:47.566Z Compiling icu_properties_data v2.2.0
8572026-06-25T00:04:47.580Z Compiling serde_json v1.0.150
8582026-06-25T00:04:47.665Z Compiling num-traits v0.2.19
8592026-06-25T00:04:47.687Z Compiling getrandom v0.4.2
8602026-06-25T00:04:47.933Z Compiling version_check v0.9.5
8612026-06-25T00:04:48.126Z Compiling thiserror v2.0.18
8622026-06-25T00:04:48.325Z Compiling memchr v2.8.1
8632026-06-25T00:04:48.442Z Compiling schemars v0.8.22
8642026-06-25T00:04:48.538Z Compiling syn v2.0.117
8652026-06-25T00:04:48.566Z Checking cfg-if v1.0.4
8662026-06-25T00:04:48.640Z Compiling parking_lot_core v0.9.12
8672026-06-25T00:04:48.800Z Compiling heck v0.5.0
8682026-06-25T00:04:48.819Z Compiling zerocopy v0.8.50
8692026-06-25T00:04:48.918Z Compiling portable-atomic v1.13.1
8702026-06-25T00:04:48.964Z Compiling rustversion v1.0.22
8712026-06-25T00:04:49.020Z Compiling itoa v1.0.18
8722026-06-25T00:04:49.209Z Compiling jobserver v0.1.34
8732026-06-25T00:04:49.309Z Compiling shlex v2.0.1
8742026-06-25T00:04:49.491Z Compiling find-msvc-tools v0.1.9
8752026-06-25T00:04:49.741Z Compiling cc v1.2.63
8762026-06-25T00:04:49.919Z Compiling fs_extra v1.3.0
8772026-06-25T00:04:50.021Z Compiling dunce v1.0.5
8782026-06-25T00:04:50.040Z Compiling semver v1.0.28
8792026-06-25T00:04:50.043Z Compiling log v0.4.32
8802026-06-25T00:04:50.043Z Compiling httparse v1.10.1
8812026-06-25T00:04:50.123Z Compiling slog v2.8.2
8822026-06-25T00:04:50.181Z Compiling rustix v1.1.4
8832026-06-25T00:04:50.224Z Checking stable_deref_trait v1.2.1
8842026-06-25T00:04:50.377Z Compiling equivalent v1.0.2
8852026-06-25T00:04:50.415Z Compiling thiserror v1.0.69
8862026-06-25T00:04:50.485Z Compiling cmake v0.1.58
8872026-06-25T00:04:50.604Z Checking writeable v0.6.3
8882026-06-25T00:04:50.767Z Checking litemap v0.8.2
8892026-06-25T00:04:50.783Z Checking utf8_iter v1.0.4
8902026-06-25T00:04:50.802Z Compiling aws-lc-rs v1.17.0
8912026-06-25T00:04:50.832Z Checking percent-encoding v2.3.2
8922026-06-25T00:04:50.986Z Checking form_urlencoded v1.2.2
8932026-06-25T00:04:51.007Z Checking rand_core v0.10.1
8942026-06-25T00:04:51.026Z Compiling aws-lc-sys v0.41.0
8952026-06-25T00:04:51.083Z Compiling ring v0.17.14
8962026-06-25T00:04:51.119Z Compiling anyhow v1.0.102
8972026-06-25T00:04:51.149Z Compiling ucd-trie v0.1.7
8982026-06-25T00:04:51.152Z Compiling rustls v0.23.40
8992026-06-25T00:04:51.368Z Compiling pest v2.8.6
9002026-06-25T00:04:51.393Z Compiling synstructure v0.13.2
9012026-06-25T00:04:51.413Z Compiling serde_derive_internals v0.29.1
9022026-06-25T00:04:51.880Z Compiling regex-syntax v0.8.10
9032026-06-25T00:04:51.989Z Compiling aho-corasick v1.1.4
9042026-06-25T00:04:52.165Z Compiling getrandom v0.3.4
9052026-06-25T00:04:52.415Z Compiling pest_meta v2.8.6
9062026-06-25T00:04:52.579Z Compiling crossbeam-utils v0.8.21
9072026-06-25T00:04:52.599Z Compiling serde_derive v1.0.228
9082026-06-25T00:04:52.886Z Compiling zerofrom-derive v0.1.7
9092026-06-25T00:04:53.110Z Compiling yoke-derive v0.8.2
9102026-06-25T00:04:53.363Z Compiling zerovec-derive v0.11.3
9112026-06-25T00:04:53.729Z Compiling displaydoc v0.2.6
9122026-06-25T00:04:53.888Z Compiling schemars_derive v0.8.22
9132026-06-25T00:04:54.110Z Compiling thiserror-impl v2.0.18
9142026-06-25T00:04:54.208Z Compiling tokio-macros v2.7.0
9152026-06-25T00:04:54.455Z Compiling zeroize_derive v1.4.3
9162026-06-25T00:04:54.521Z Compiling zerocopy-derive v0.8.50
9172026-06-25T00:04:54.934Z Compiling futures-macro v0.3.32
9182026-06-25T00:04:55.065Z Compiling tracing-attributes v0.1.31
9192026-06-25T00:04:55.158Z Checking zerofrom v0.1.8
9202026-06-25T00:04:55.693Z Compiling serde_tokenstream v0.2.3
9212026-06-25T00:04:55.753Z Checking smallvec v1.15.1
9222026-06-25T00:04:55.753Z Checking bytes v1.11.1
9232026-06-25T00:04:55.842Z Checking yoke v0.8.3
9242026-06-25T00:04:55.892Z Compiling thiserror-impl v1.0.69
9252026-06-25T00:04:55.986Z Compiling pest_generator v2.8.6
9262026-06-25T00:04:56.051Z Checking zerovec v0.11.6
9272026-06-25T00:04:56.152Z Checking zerotrie v0.2.4
9282026-06-25T00:04:56.215Z Compiling regex-automata v0.4.14
9292026-06-25T00:04:56.344Z Compiling hashbrown v0.17.1
9302026-06-25T00:04:56.367Z Checking iana-time-zone v0.1.65
9312026-06-25T00:04:56.463Z Checking chrono v0.4.45
9322026-06-25T00:04:56.466Z Checking tinystr v0.8.3
9332026-06-25T00:04:56.547Z Checking potential_utf v0.1.5
9342026-06-25T00:04:56.661Z Checking icu_locale_core v2.2.0
9352026-06-25T00:04:56.681Z Checking icu_collections v2.2.0
9362026-06-25T00:04:56.848Z Compiling pest_derive v2.8.6
9372026-06-25T00:04:56.868Z Compiling indexmap v2.14.0
9382026-06-25T00:04:56.990Z Compiling time-core v0.1.8
9392026-06-25T00:04:56.994Z Compiling num-conv v0.2.2
9402026-06-25T00:04:57.176Z Compiling paste v1.0.15
9412026-06-25T00:04:57.179Z Compiling time-macros v0.2.27
9422026-06-25T00:04:57.266Z Checking icu_provider v2.2.0
9432026-06-25T00:04:57.504Z Checking icu_normalizer v2.2.0
9442026-06-25T00:04:57.506Z Checking icu_properties v2.2.0
9452026-06-25T00:04:57.861Z Compiling regex v1.12.3
9462026-06-25T00:04:57.931Z Checking uuid v1.23.2
9472026-06-25T00:04:58.134Z Compiling async-trait v0.1.89
9482026-06-25T00:04:58.280Z Compiling byteorder v1.5.0
9492026-06-25T00:04:58.440Z Checking idna_adapter v1.2.2
9502026-06-25T00:04:58.620Z Checking idna v1.1.0
9512026-06-25T00:04:58.648Z Checking dyn-clone v1.0.20
9522026-06-25T00:04:58.733Z Compiling camino v1.2.2
9532026-06-25T00:04:58.838Z Checking url v2.5.8
9542026-06-25T00:04:58.911Z Compiling strsim v0.11.1
9552026-06-25T00:04:59.128Z Compiling scroll_derive v0.13.1
9562026-06-25T00:04:59.147Z Checking errno v0.3.14
9572026-06-25T00:04:59.262Z Compiling ident_case v1.0.1
9582026-06-25T00:04:59.453Z Compiling omicron-workspace-hack v0.1.0
9592026-06-25T00:04:59.486Z Compiling slog-async v2.8.0
9602026-06-25T00:04:59.707Z Compiling generic-array v0.14.7
9612026-06-25T00:04:59.738Z Compiling crc32fast v1.5.0
9622026-06-25T00:04:59.846Z Compiling usdt-impl v0.6.0
9632026-06-25T00:04:59.932Z Compiling plain v0.2.3
9642026-06-25T00:04:59.951Z Compiling scroll v0.13.0
9652026-06-25T00:05:00.047Z Compiling daft-derive v0.1.7
9662026-06-25T00:05:00.169Z Compiling goblin v0.10.7
9672026-06-25T00:05:00.207Z Compiling pretty-hex v0.4.2
9682026-06-25T00:05:00.337Z Checking pin-project-lite v0.2.17
9692026-06-25T00:05:00.355Z Compiling dtrace-parser v0.3.0
9702026-06-25T00:05:00.533Z Compiling thread-id v5.1.0
9712026-06-25T00:05:00.801Z Compiling syn v1.0.109
9722026-06-25T00:05:00.924Z Checking getrandom v0.2.17
9732026-06-25T00:05:00.962Z Checking zeroize v1.8.2
9742026-06-25T00:05:01.118Z Checking bitflags v2.12.1
9752026-06-25T00:05:01.517Z Compiling multer v3.1.0
9762026-06-25T00:05:01.549Z Compiling async-stream-impl v0.3.6
9772026-06-25T00:05:01.886Z Checking socket2 v0.6.4
9782026-06-25T00:05:02.026Z Checking scopeguard v1.2.0
9792026-06-25T00:05:02.133Z Checking lock_api v0.4.14
9802026-06-25T00:05:02.172Z Compiling ref-cast v1.0.25
9812026-06-25T00:05:02.352Z Compiling ref-cast-impl v1.0.25
9822026-06-25T00:05:02.494Z Compiling dropshot v0.17.1
9832026-06-25T00:05:02.567Z Checking critical-section v1.2.0
9842026-06-25T00:05:02.705Z Checking once_cell v1.21.4
9852026-06-25T00:05:02.796Z Compiling dropshot_endpoint v0.17.1
9862026-06-25T00:05:02.881Z Compiling dof v0.4.0
9872026-06-25T00:05:03.011Z Checking parking_lot v0.12.5
9882026-06-25T00:05:03.125Z Compiling newtype-uuid-macros v0.1.0
9892026-06-25T00:05:03.609Z Checking signal-hook-registry v1.4.8
9902026-06-25T00:05:03.943Z Checking mio v1.2.1
9912026-06-25T00:05:04.071Z Compiling darling_core v0.23.0
9922026-06-25T00:05:04.221Z Compiling structmeta-derive v0.3.0
9932026-06-25T00:05:04.246Z Checking tokio v1.52.3
9942026-06-25T00:05:04.284Z Compiling usdt-attr-macro v0.6.0
9952026-06-25T00:05:04.473Z Compiling usdt-macro v0.6.0
9962026-06-25T00:05:04.493Z Compiling strum_macros v0.26.4
9972026-06-25T00:05:04.511Z Checking subtle v2.6.1
9982026-06-25T00:05:04.669Z Compiling foldhash v0.2.0
9992026-06-25T00:05:04.879Z Compiling allocator-api2 v0.2.21
10002026-06-25T00:05:05.157Z Checking futures-core v0.3.32
10012026-06-25T00:05:05.201Z Compiling hashbrown v0.16.1
10022026-06-25T00:05:05.242Z Compiling structmeta v0.3.0
10032026-06-25T00:05:05.478Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10042026-06-25T00:05:05.800Z Compiling strum_macros v0.27.2
10052026-06-25T00:05:05.942Z Compiling derive-ex v0.1.8
10062026-06-25T00:05:06.096Z Compiling http v1.4.1
10072026-06-25T00:05:06.156Z Compiling darling_macro v0.23.0
10082026-06-25T00:05:06.517Z Checking futures-sink v0.3.32
10092026-06-25T00:05:06.625Z Checking ipnetwork v0.21.1
10102026-06-25T00:05:06.724Z Compiling darling v0.23.0
10112026-06-25T00:05:06.816Z Compiling serde_with_macros v3.20.0
10122026-06-25T00:05:06.906Z Checking slab v0.4.12
10132026-06-25T00:05:07.038Z Compiling winnow v1.0.3
10142026-06-25T00:05:07.464Z Compiling test-strategy v0.4.5
10152026-06-25T00:05:07.569Z Checking futures-channel v0.3.32
10162026-06-25T00:05:07.799Z Compiling fnv v1.0.7
10172026-06-25T00:05:07.903Z Checking futures-task v0.3.32
10182026-06-25T00:05:07.921Z Compiling toml_parser v1.1.2+spec-1.1.0
10192026-06-25T00:05:08.044Z Checking typenum v1.20.1
10202026-06-25T00:05:08.050Z Checking futures-io v0.3.32
10212026-06-25T00:05:08.152Z Compiling toml_datetime v1.1.1+spec-1.1.0
10222026-06-25T00:05:08.222Z Checking futures-util v0.3.32
10232026-06-25T00:05:08.479Z Compiling parse-display-derive v0.10.0
10242026-06-25T00:05:08.814Z Checking oxnet v0.1.6
10252026-06-25T00:05:08.833Z Checking tracing-core v0.1.36
10262026-06-25T00:05:08.882Z Checking erased-serde v0.3.31
10272026-06-25T00:05:09.290Z Checking tracing v0.1.44
10282026-06-25T00:05:09.480Z Compiling ryu v1.0.23
10292026-06-25T00:05:09.647Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10302026-06-25T00:05:09.669Z Compiling clap_derive v4.6.1
10312026-06-25T00:05:10.030Z Checking base64 v0.22.1
10322026-06-25T00:05:10.392Z Checking rand_core v0.6.4
10332026-06-25T00:05:10.472Z Compiling openapiv3 v2.2.0
10342026-06-25T00:05:10.700Z Checking rustls-pki-types v1.14.1
10352026-06-25T00:05:10.919Z Checking tokio-util v0.7.18
10362026-06-25T00:05:11.055Z Checking ipnet v2.12.0
10372026-06-25T00:05:11.141Z Checking untrusted v0.7.1
10382026-06-25T00:05:11.342Z Checking untrusted v0.9.0
10392026-06-25T00:05:11.352Z Compiling toml_edit v0.25.12+spec-1.1.0
10402026-06-25T00:05:11.826Z Checking http-body v1.0.1
10412026-06-25T00:05:11.962Z Compiling proc-macro-crate v3.5.0
10422026-06-25T00:05:12.232Z Checking atomic-waker v1.1.2
10432026-06-25T00:05:12.390Z Compiling num_enum_derive v0.7.6
10442026-06-25T00:05:12.435Z Checking tower-service v0.3.3
10452026-06-25T00:05:12.455Z Compiling either v1.16.0
10462026-06-25T00:05:12.578Z Checking try-lock v0.2.5
10472026-06-25T00:05:12.673Z Checking tower-layer v0.3.3
10482026-06-25T00:05:12.733Z Checking want v0.3.1
10492026-06-25T00:05:12.810Z Compiling itertools v0.14.0
10502026-06-25T00:05:12.829Z Checking h2 v0.4.14
10512026-06-25T00:05:13.019Z Checking httpdate v1.0.3
10522026-06-25T00:05:13.209Z Compiling regress v0.11.1
10532026-06-25T00:05:13.404Z Compiling crucible-workspace-hack v0.1.0
10542026-06-25T00:05:13.969Z Checking serde_urlencoded v0.7.1
10552026-06-25T00:05:14.010Z Checking http-body-util v0.1.3
10562026-06-25T00:05:14.500Z Checking ppv-lite86 v0.2.21
10572026-06-25T00:05:14.714Z Checking hyper v1.10.1
10582026-06-25T00:05:14.763Z Compiling typify-impl v0.6.2
10592026-06-25T00:05:14.798Z Compiling unsafe-libyaml v0.2.11
10602026-06-25T00:05:15.299Z Compiling serde_yaml v0.9.34+deprecated
10612026-06-25T00:05:15.643Z Checking hyper-util v0.1.20
10622026-06-25T00:05:16.159Z Compiling convert_case v0.4.0
10632026-06-25T00:05:16.461Z Compiling derive_more v0.99.20
10642026-06-25T00:05:17.246Z Compiling darling_core v0.21.3
10652026-06-25T00:05:17.295Z Compiling zerocopy-derive v0.7.35
10662026-06-25T00:05:17.878Z Checking powerfmt v0.2.0
10672026-06-25T00:05:18.049Z Checking deranged v0.5.8
10682026-06-25T00:05:18.101Z Compiling typify-macro v0.6.2
10692026-06-25T00:05:18.926Z Compiling regress v0.10.5
10702026-06-25T00:05:19.216Z Checking num_threads v0.1.7
10712026-06-25T00:05:19.324Z Compiling darling_macro v0.21.3
10722026-06-25T00:05:19.396Z Checking time v0.3.47
10732026-06-25T00:05:19.888Z Compiling darling v0.21.3
10742026-06-25T00:05:19.978Z Compiling heapless v0.8.0
10752026-06-25T00:05:19.998Z Compiling ingot-macros v0.1.1
10762026-06-25T00:05:20.362Z Compiling typify v0.6.2
10772026-06-25T00:05:20.484Z Checking crossbeam-channel v0.5.15
10782026-06-25T00:05:20.519Z Compiling serde_repr v0.1.20
10792026-06-25T00:05:20.671Z Compiling scroll_derive v0.12.1
10802026-06-25T00:05:21.273Z Compiling rustix v0.38.44
10812026-06-25T00:05:21.387Z Checking cpufeatures v0.3.0
10822026-06-25T00:05:22.018Z Checking futures-executor v0.3.32
10832026-06-25T00:05:22.132Z Checking sync_wrapper v1.0.2
10842026-06-25T00:05:22.234Z Checking thread_local v1.1.9
10852026-06-25T00:05:22.442Z Compiling smoltcp v0.11.0
10862026-06-25T00:05:22.550Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10872026-06-25T00:05:22.753Z Checking tower v0.5.3
10882026-06-25T00:05:22.862Z Checking rand_core v0.9.5
10892026-06-25T00:05:23.052Z Checking webpki-roots v1.0.7
10902026-06-25T00:05:23.278Z Compiling rustc_version v0.4.1
10912026-06-25T00:05:23.327Z Checking is-terminal v0.4.17
10922026-06-25T00:05:23.420Z Checking term v1.2.1
10932026-06-25T00:05:23.515Z Checking take_mut v0.2.2
10942026-06-25T00:05:23.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10952026-06-25T00:05:23.594Z Compiling curve25519-dalek v4.1.3
10962026-06-25T00:05:23.613Z Checking tower-http v0.6.11
10972026-06-25T00:05:23.668Z Checking slog-term v2.9.2
10982026-06-25T00:05:23.820Z Checking futures v0.3.32
10992026-06-25T00:05:23.888Z Compiling toml_datetime v0.6.11
11002026-06-25T00:05:23.907Z Compiling foreign-types-macros v0.2.3
11012026-06-25T00:05:24.239Z Checking hex v0.4.3
11022026-06-25T00:05:24.544Z Checking rand_chacha v0.9.0
11032026-06-25T00:05:24.728Z Compiling zerocopy v0.7.35
11042026-06-25T00:05:24.801Z Compiling thiserror-impl-no-std v2.0.2
11052026-06-25T00:05:24.925Z Compiling hubpack_derive v0.1.1
11062026-06-25T00:05:25.172Z Compiling curve25519-dalek-derive v0.1.1
11072026-06-25T00:05:25.466Z Compiling proc-macro-error-attr v1.0.4
11082026-06-25T00:05:25.491Z Compiling usdt-impl v0.5.0
11092026-06-25T00:05:25.712Z Checking fastrand v2.4.1
11102026-06-25T00:05:25.917Z Compiling dof v0.3.0
11112026-06-25T00:05:25.922Z Checking rand v0.9.4
11122026-06-25T00:05:25.922Z Compiling dtrace-parser v0.2.0
11132026-06-25T00:05:25.955Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11142026-06-25T00:05:26.472Z Compiling serde_spanned v1.1.1
11152026-06-25T00:05:26.531Z Compiling thread-id v4.2.2
11162026-06-25T00:05:26.574Z Compiling proc-macro-error v1.0.4
11172026-06-25T00:05:26.622Z Compiling memoffset v0.9.1
11182026-06-25T00:05:26.866Z Compiling toml_writer v1.1.1+spec-1.1.0
11192026-06-25T00:05:26.887Z Compiling pkg-config v0.3.33
11202026-06-25T00:05:27.835Z Checking crypto-common v0.1.7
11212026-06-25T00:05:28.236Z Checking hybrid-array v0.4.12
11222026-06-25T00:05:28.710Z Compiling cfg_aliases v0.2.1
11232026-06-25T00:05:28.744Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11242026-06-25T00:05:28.791Z Checking match_cfg v0.1.0
11252026-06-25T00:05:28.817Z Checking openssl-probe v0.2.1
11262026-06-25T00:05:28.874Z Checking adler2 v2.0.1
11272026-06-25T00:05:28.928Z Checking simd-adler32 v0.3.9
11282026-06-25T00:05:28.985Z Compiling prettyplease v0.2.37
11292026-06-25T00:05:29.020Z Checking rustls-native-certs v0.8.4
11302026-06-25T00:05:29.058Z Checking hostname v0.3.1
11312026-06-25T00:05:29.084Z Checking miniz_oxide v0.8.9
11322026-06-25T00:05:29.176Z Compiling nix v0.31.3
11332026-06-25T00:05:29.417Z Checking tempfile v3.27.0
11342026-06-25T00:05:29.619Z Checking slog-json v2.6.1
11352026-06-25T00:05:29.674Z Checking newtype-uuid v1.3.2
11362026-06-25T00:05:29.775Z Checking memmap2 v0.9.10
11372026-06-25T00:05:29.852Z Compiling heck v0.4.1
11382026-06-25T00:05:30.048Z Checking usdt v0.6.0
11392026-06-25T00:05:30.057Z Checking daft v0.1.7
11402026-06-25T00:05:30.206Z Checking slog-bunyan v2.5.0
11412026-06-25T00:05:30.302Z Checking flate2 v1.1.9
11422026-06-25T00:05:30.321Z Checking crypto-common v0.2.2
11432026-06-25T00:05:30.354Z Checking block-buffer v0.12.0
11442026-06-25T00:05:30.499Z Compiling usdt-attr-macro v0.5.0
11452026-06-25T00:05:30.585Z Compiling usdt-macro v0.5.0
11462026-06-25T00:05:30.806Z Compiling enum-as-inner v0.6.1
11472026-06-25T00:05:30.930Z Compiling num-derive v0.4.2
11482026-06-25T00:05:31.083Z Checking const-oid v0.10.2
11492026-06-25T00:05:31.243Z Checking compression-core v0.4.32
11502026-06-25T00:05:31.310Z Checking debug-ignore v1.0.5
11512026-06-25T00:05:31.366Z Compiling winnow v0.7.15
11522026-06-25T00:05:31.569Z Checking compression-codecs v0.4.38
11532026-06-25T00:05:31.740Z Checking digest v0.11.3
11542026-06-25T00:05:32.340Z Checking encoding_rs v0.8.35
11552026-06-25T00:05:32.379Z Compiling rayon-core v1.13.0
11562026-06-25T00:05:32.401Z Checking spin v0.9.8
11572026-06-25T00:05:32.417Z Checking mime v0.3.17
11582026-06-25T00:05:32.497Z Checking toml v1.1.2+spec-1.1.0
11592026-06-25T00:05:32.638Z Checking sha1 v0.11.0
11602026-06-25T00:05:32.681Z Checking async-compression v0.4.42
11612026-06-25T00:05:33.234Z Checking rand_chacha v0.3.1
11622026-06-25T00:05:33.296Z Checking waitgroup v0.1.2
11632026-06-25T00:05:33.296Z Checking rustls-pemfile v2.2.0
11642026-06-25T00:05:33.353Z Checking async-stream v0.3.6
11652026-06-25T00:05:33.456Z Checking serde_path_to_error v0.1.20
11662026-06-25T00:05:33.499Z Checking hostname v0.4.2
11672026-06-25T00:05:33.551Z Compiling wait-timeout v0.2.1
11682026-06-25T00:05:33.618Z Compiling bit-vec v0.8.0
11692026-06-25T00:05:33.647Z Compiling quick-error v1.2.3
11702026-06-25T00:05:33.807Z Compiling bit-set v0.8.0
11712026-06-25T00:05:33.866Z Compiling rusty-fork v0.3.1
11722026-06-25T00:05:33.988Z Checking rand v0.8.6
11732026-06-25T00:05:34.483Z Compiling rand_xorshift v0.4.0
11742026-06-25T00:05:34.579Z Compiling progenitor-impl v0.14.0
11752026-06-25T00:05:34.630Z Compiling num-integer v0.1.46
11762026-06-25T00:05:34.770Z Checking macaddr v1.0.1
11772026-06-25T00:05:35.095Z Compiling semver v0.1.20
11782026-06-25T00:05:35.132Z Compiling winnow v0.5.40
11792026-06-25T00:05:35.287Z Checking unicode-width v0.2.2
11802026-06-25T00:05:35.656Z Checking rustls-webpki v0.103.13
11812026-06-25T00:05:35.757Z Compiling unarray v0.1.4
11822026-06-25T00:05:36.250Z Compiling proptest v1.11.0
11832026-06-25T00:05:36.518Z Compiling toml_edit v0.19.15
11842026-06-25T00:05:36.624Z Compiling progenitor-macro v0.14.0
11852026-06-25T00:05:37.058Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11862026-06-25T00:05:37.239Z Compiling rustc_version v0.1.7
11872026-06-25T00:05:38.416Z Compiling reqwest v0.12.28
11882026-06-25T00:05:38.452Z Checking tokio-rustls v0.26.4
11892026-06-25T00:05:38.494Z Compiling backon v1.6.0
11902026-06-25T00:05:38.660Z Checking rustls-platform-verifier v0.7.0
11912026-06-25T00:05:38.695Z Checking hyper-rustls v0.27.9
11922026-06-25T00:05:38.901Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11932026-06-25T00:05:38.967Z Checking reqwest v0.13.4
11942026-06-25T00:05:39.127Z Checking block-buffer v0.10.4
11952026-06-25T00:05:40.033Z Compiling strum v0.26.3
11962026-06-25T00:05:40.234Z Compiling instant v0.1.13
11972026-06-25T00:05:40.350Z Compiling utf8parse v0.2.2
11982026-06-25T00:05:40.630Z Compiling anstyle-parse v1.0.0
11992026-06-25T00:05:40.783Z Compiling backoff v0.4.0
12002026-06-25T00:05:40.802Z Compiling iddqd v0.4.2
12012026-06-25T00:05:40.805Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12022026-06-25T00:05:40.840Z Compiling progenitor-client v0.10.0
12032026-06-25T00:05:40.860Z Checking digest v0.10.7
12042026-06-25T00:05:40.980Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12052026-06-25T00:05:41.003Z Compiling progenitor-client v0.14.0
12062026-06-25T00:05:41.058Z Compiling proc-macro-crate v1.3.1
12072026-06-25T00:05:41.108Z Compiling newtype_derive v0.1.6
12082026-06-25T00:05:41.228Z Compiling progenitor-extras v0.2.0
12092026-06-25T00:05:41.285Z Compiling num-rational v0.4.2
12102026-06-25T00:05:41.319Z Compiling num-iter v0.1.45
12112026-06-25T00:05:41.362Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12122026-06-25T00:05:41.397Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12132026-06-25T00:05:41.578Z Compiling progenitor-impl v0.13.0
12142026-06-25T00:05:41.792Z Compiling parse-display v0.10.0
12152026-06-25T00:05:41.825Z Compiling serde_with v3.20.0
12162026-06-25T00:05:41.905Z Compiling strum v0.27.2
12172026-06-25T00:05:41.941Z Compiling num-complex v0.4.6
12182026-06-25T00:05:42.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12192026-06-25T00:05:42.289Z Compiling is_terminal_polyfill v1.70.2
12202026-06-25T00:05:42.313Z Compiling colorchoice v1.0.5
12212026-06-25T00:05:42.327Z Compiling vcpkg v0.2.15
12222026-06-25T00:05:42.346Z Compiling humantime v2.3.0
12232026-06-25T00:05:42.412Z Compiling owo-colors v4.3.0
12242026-06-25T00:05:42.422Z Compiling anstyle-query v1.1.5
12252026-06-25T00:05:42.427Z Compiling anstyle v1.0.14
12262026-06-25T00:05:42.595Z Compiling num v0.4.3
12272026-06-25T00:05:42.650Z Compiling anstream v1.0.0
12282026-06-25T00:05:42.679Z Compiling num_enum_derive v0.5.11
12292026-06-25T00:05:42.887Z Compiling openssl-sys v0.9.116
12302026-06-25T00:05:42.941Z Compiling terminal_size v0.4.4
12312026-06-25T00:05:43.087Z Compiling serde_spanned v0.6.9
12322026-06-25T00:05:43.290Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12332026-06-25T00:05:43.318Z Compiling derive-where v1.6.1
12342026-06-25T00:05:43.482Z Compiling pin-project-internal v1.1.13
12352026-06-25T00:05:43.667Z Compiling progenitor-macro v0.13.0
12362026-06-25T00:05:43.732Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12372026-06-25T00:05:43.836Z Compiling toml_write v0.1.2
12382026-06-25T00:05:44.132Z Compiling clap_lex v1.1.0
12392026-06-25T00:05:44.288Z Compiling float-ord v0.3.2
12402026-06-25T00:05:44.413Z Compiling clap_builder v4.6.0
12412026-06-25T00:05:44.515Z Compiling toml_edit v0.22.27
12422026-06-25T00:05:45.938Z Compiling toml v0.8.23
12432026-06-25T00:05:46.037Z Compiling clap v4.6.1
12442026-06-25T00:05:46.311Z Compiling zone_cfg_derive v0.3.1
12452026-06-25T00:05:46.599Z Compiling snafu-derive v0.8.9
12462026-06-25T00:05:46.619Z Compiling async-recursion v1.1.1
12472026-06-25T00:05:47.660Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12482026-06-25T00:05:48.082Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12492026-06-25T00:05:48.211Z Compiling slog-dtrace v0.3.0
12502026-06-25T00:05:48.270Z Compiling unicode-xid v0.2.6
12512026-06-25T00:05:48.405Z Compiling chrono-tz v0.10.4
12522026-06-25T00:05:48.470Z Compiling cancel-safe-futures v0.1.5
12532026-06-25T00:05:48.525Z Compiling openssl v0.10.80
12542026-06-25T00:05:48.666Z Compiling minimal-lexical v0.2.1
12552026-06-25T00:05:48.870Z Compiling nom v7.1.3
12562026-06-25T00:05:49.039Z Compiling const_format_proc_macros v0.2.34
12572026-06-25T00:05:49.154Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12582026-06-25T00:05:49.472Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12592026-06-25T00:05:49.563Z Compiling openssl-macros v0.1.1
12602026-06-25T00:05:49.735Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-25T00:05:49.961Z Checking cpufeatures v0.2.17
12622026-06-25T00:05:50.183Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-06-25T00:05:50.665Z Compiling cookie v0.18.1
12642026-06-25T00:05:50.688Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-25T00:05:50.896Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-06-25T00:05:50.993Z Compiling tabled_derive v0.7.0
12672026-06-25T00:05:51.415Z Checking num_enum v0.7.6
12682026-06-25T00:05:53.830Z Checking tabwriter v1.4.1
12692026-06-25T00:05:53.989Z Checking secrecy v0.10.3
12702026-06-25T00:05:54.175Z Checking colored v3.1.1
12712026-06-25T00:05:54.181Z Checking tinyvec_macros v0.1.1
12722026-06-25T00:05:54.254Z Checking tinyvec v1.11.0
12732026-06-25T00:05:54.307Z Checking crossbeam-epoch v0.9.18
12742026-06-25T00:05:54.327Z Checking hash32 v0.3.1
12752026-06-25T00:05:54.460Z Checking bstr v1.12.1
12762026-06-25T00:05:54.535Z Checking data-encoding v2.11.0
12772026-06-25T00:05:54.584Z Checking hmac v0.12.1
12782026-06-25T00:05:54.725Z Checking ingot-types v0.1.2
12792026-06-25T00:05:54.809Z Checking inout v0.1.4
12802026-06-25T00:05:54.952Z Checking scroll v0.12.0
12812026-06-25T00:05:54.952Z Checking ff v0.13.1
12822026-06-25T00:05:55.086Z Checking cobs v0.3.0
12832026-06-25T00:05:55.105Z Checking managed v0.8.0
12842026-06-25T00:05:55.208Z Checking static_assertions v1.1.0
12852026-06-25T00:05:55.239Z Checking bitflags v1.3.2
12862026-06-25T00:05:55.286Z Checking foreign-types-shared v0.3.1
12872026-06-25T00:05:55.306Z Checking postcard v1.1.3
12882026-06-25T00:05:55.328Z Checking goblin v0.8.2
12892026-06-25T00:05:55.383Z Checking foreign-types v0.5.0
12902026-06-25T00:05:55.479Z Checking ingot v0.1.1
12912026-06-25T00:05:55.497Z Checking group v0.13.0
12922026-06-25T00:05:55.604Z Checking cipher v0.4.4
12932026-06-25T00:05:55.623Z Checking hkdf v0.12.4
12942026-06-25T00:05:55.758Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12952026-06-25T00:05:55.761Z Checking universal-hash v0.5.1
12962026-06-25T00:05:55.908Z Checking crypto-bigint v0.5.5
12972026-06-25T00:05:55.954Z Checking chacha20 v0.10.0
12982026-06-25T00:05:56.044Z Checking half v2.7.1
12992026-06-25T00:05:56.306Z Checking cstr-argument v0.1.2
13002026-06-25T00:05:56.441Z Checking base64ct v1.8.3
13012026-06-25T00:05:56.497Z Checking ciborium-io v0.2.2
13022026-06-25T00:05:56.517Z Checking indent_write v2.2.0
13032026-06-25T00:05:56.533Z Checking base16ct v0.2.0
13042026-06-25T00:05:56.595Z Checking opaque-debug v0.3.1
13052026-06-25T00:05:56.650Z Checking ciborium-ll v0.2.2
13062026-06-25T00:05:56.672Z Checking poly1305 v0.8.0
13072026-06-25T00:05:56.708Z Checking password-hash v0.5.0
13082026-06-25T00:05:56.750Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13092026-06-25T00:05:56.788Z Checking elliptic-curve v0.13.8
13102026-06-25T00:05:56.830Z Checking rand v0.10.1
13112026-06-25T00:05:56.922Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13122026-06-25T00:05:56.925Z Checking chacha20 v0.9.1
13132026-06-25T00:05:56.962Z Checking atomicwrites v0.4.4
13142026-06-25T00:05:57.053Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13152026-06-25T00:05:57.071Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13162026-06-25T00:05:57.093Z Checking blake2 v0.10.6
13172026-06-25T00:05:57.133Z Checking aead v0.5.2
13182026-06-25T00:05:57.277Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13192026-06-25T00:05:57.297Z Checking thiserror-no-std v2.0.2
13202026-06-25T00:05:57.317Z Checking hubpack v0.1.2
13212026-06-25T00:05:57.320Z Checking byte-wrapper v0.1.0
13222026-06-25T00:05:57.389Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13232026-06-25T00:05:57.495Z Checking keccak v0.1.6
13242026-06-25T00:05:57.543Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13252026-06-25T00:05:57.621Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13262026-06-25T00:05:57.660Z Checking sha3 v0.10.9
13272026-06-25T00:05:57.810Z Checking vsss-rs v3.3.4
13282026-06-25T00:05:57.849Z Checking argon2 v0.5.3
13292026-06-25T00:05:57.871Z Checking chacha20poly1305 v0.10.1
13302026-06-25T00:05:57.937Z Checking ciborium v0.2.2
13312026-06-25T00:05:58.007Z Checking similar v2.7.0
13322026-06-25T00:05:58.248Z Checking memmap v0.7.0
13332026-06-25T00:05:58.268Z Checking lazy_static v1.5.0
13342026-06-25T00:05:58.394Z Checking usdt v0.5.0
13352026-06-25T00:05:58.397Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13362026-06-25T00:05:58.584Z Checking crossbeam-deque v0.8.6
13372026-06-25T00:05:58.729Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13382026-06-25T00:05:58.775Z Checking bytecount v0.6.9
13392026-06-25T00:05:58.888Z Checking unicode-segmentation v1.13.3
13402026-06-25T00:05:58.912Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13412026-06-25T00:05:59.136Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13422026-06-25T00:05:59.238Z Checking newline-converter v0.3.0
13432026-06-25T00:05:59.298Z Checking console v0.15.11
13442026-06-25T00:05:59.330Z Checking progenitor v0.14.0
13452026-06-25T00:05:59.356Z Checking itertools v0.12.1
13462026-06-25T00:05:59.487Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13472026-06-25T00:05:59.598Z Checking linked-hash-map v0.5.6
13482026-06-25T00:05:59.710Z Checking resolv-conf v0.7.6
13492026-06-25T00:05:59.730Z Compiling parking_lot_core v0.8.6
13502026-06-25T00:05:59.768Z Checking swrite v0.1.0
13512026-06-25T00:05:59.771Z Checking lru-cache v0.1.2
13522026-06-25T00:05:59.872Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13532026-06-25T00:05:59.923Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-25T00:05:59.926Z Checking expectorate v1.2.0
13552026-06-25T00:06:00.050Z Checking rayon v1.12.0
13562026-06-25T00:06:00.071Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13572026-06-25T00:06:00.354Z Checking hickory-proto v0.24.4
13582026-06-25T00:06:00.612Z Checking progenitor-client v0.13.0
13592026-06-25T00:06:00.665Z Checking camino-tempfile v1.4.1
13602026-06-25T00:06:01.015Z Checking serde-big-array v0.5.1
13612026-06-25T00:06:01.063Z Checking siphasher v1.0.3
13622026-06-25T00:06:01.159Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13632026-06-25T00:06:01.209Z Checking progenitor v0.13.0
13642026-06-25T00:06:01.230Z Checking phf_shared v0.12.1
13652026-06-25T00:06:01.507Z Checking unicode-normalization v0.1.25
13662026-06-25T00:06:01.746Z Checking pin-project v1.1.13
13672026-06-25T00:06:01.862Z Checking num_enum v0.5.11
13682026-06-25T00:06:01.960Z Checking hickory-resolver v0.24.4
13692026-06-25T00:06:02.188Z Checking tokio-stream v0.1.18
13702026-06-25T00:06:02.581Z Checking csv-core v0.1.13
13712026-06-25T00:06:02.581Z Checking konst_macro_rules v0.2.19
13722026-06-25T00:06:02.581Z Checking foldhash v0.1.5
13732026-06-25T00:06:02.581Z Checking smawk v0.3.2
13742026-06-25T00:06:02.599Z Checking unicode-linebreak v0.1.5
13752026-06-25T00:06:02.599Z Checking highway v1.3.0
13762026-06-25T00:06:02.637Z Checking unicode-width v0.1.14
13772026-06-25T00:06:02.698Z Checking foreign-types-shared v0.1.1
13782026-06-25T00:06:03.149Z Checking same-file v1.0.6
13792026-06-25T00:06:03.292Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13802026-06-25T00:06:03.292Z Checking foreign-types v0.3.2
13812026-06-25T00:06:03.292Z Checking walkdir v2.5.0
13822026-06-25T00:06:03.292Z Checking textwrap v0.16.2
13832026-06-25T00:06:03.292Z Checking konst v0.2.20
13842026-06-25T00:06:03.292Z Checking hashbrown v0.15.5
13852026-06-25T00:06:03.292Z Checking csv v1.4.0
13862026-06-25T00:06:03.292Z Checking qorb v0.4.1
13872026-06-25T00:06:03.450Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-06-25T00:06:03.704Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13892026-06-25T00:06:03.883Z Checking olpc-cjson v0.1.4
13902026-06-25T00:06:03.905Z Checking snafu v0.8.9
13912026-06-25T00:06:04.118Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13922026-06-25T00:06:04.157Z Checking phf v0.12.1
13932026-06-25T00:06:04.316Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13942026-06-25T00:06:04.331Z Checking zone v0.3.1
13952026-06-25T00:06:04.446Z Checking tokio-dtrace v0.1.1
13962026-06-25T00:06:04.645Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13972026-06-25T00:06:04.680Z Checking globset v0.4.18
13982026-06-25T00:06:04.913Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13992026-06-25T00:06:05.264Z Checking smf v0.2.3
14002026-06-25T00:06:05.446Z Checking pem v3.0.6
14012026-06-25T00:06:05.514Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14022026-06-25T00:06:05.559Z Checking libsw-core v0.3.2
14032026-06-25T00:06:05.754Z Checking serde_plain v1.0.2
14042026-06-25T00:06:05.766Z Checking sigpipe v0.1.3
14052026-06-25T00:06:05.877Z Checking fixedbitset v0.4.2
14062026-06-25T00:06:05.919Z Checking jiff v0.2.28
14072026-06-25T00:06:05.957Z Checking glob v0.3.3
14082026-06-25T00:06:06.002Z Checking typed-path v0.9.3
14092026-06-25T00:06:06.056Z Checking fixedbitset v0.5.7
14102026-06-25T00:06:06.156Z Checking petgraph v0.6.5
14112026-06-25T00:06:06.287Z Checking petgraph v0.8.3
14122026-06-25T00:06:06.631Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14132026-06-25T00:06:06.743Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14142026-06-25T00:06:06.748Z Checking tough v0.22.0
14152026-06-25T00:06:06.893Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-06-25T00:06:07.225Z Checking libsw v3.5.0
14172026-06-25T00:06:07.346Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-06-25T00:06:07.383Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14192026-06-25T00:06:07.522Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14202026-06-25T00:06:07.598Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-06-25T00:06:07.645Z Checking oxide-tokio-rt v0.1.6
14222026-06-25T00:06:07.812Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-06-25T00:06:07.933Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-25T00:06:07.994Z Checking const_format v0.2.36
14252026-06-25T00:06:08.035Z Checking papergrid v0.11.0
14262026-06-25T00:06:08.104Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-06-25T00:06:08.471Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-06-25T00:06:08.505Z Checking gethostname v0.5.0
14292026-06-25T00:06:08.604Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-25T00:06:08.607Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14312026-06-25T00:06:08.762Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14322026-06-25T00:06:08.850Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-06-25T00:06:09.178Z Checking libscf-sys v1.2.0
14342026-06-25T00:06:09.370Z Checking bcs v0.1.6
14352026-06-25T00:06:09.552Z Checking tagptr v0.2.0
14362026-06-25T00:06:09.570Z Checking whoami v1.6.1
14372026-06-25T00:06:09.599Z Checking linear-map v1.2.0
14382026-06-25T00:06:09.619Z Checking termtree v0.5.1
14392026-06-25T00:06:09.694Z Checking moka v0.12.15
14402026-06-25T00:06:09.788Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-06-25T00:06:10.188Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-06-25T00:06:11.035Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-06-25T00:06:11.250Z Checking tabled v0.15.0
14442026-06-25T00:06:11.434Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-25T00:06:11.518Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-25T00:06:11.577Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-25T00:06:11.599Z Checking steno v0.4.1
14482026-06-25T00:06:12.143Z Checking hickory-proto v0.25.2
14492026-06-25T00:06:13.691Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14502026-06-25T00:06:13.770Z Checking hickory-resolver v0.25.2
14512026-06-25T00:06:13.808Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-06-25T00:06:14.434Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-25T00:06:14.665Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14542026-06-25T00:06:15.138Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14552026-06-25T00:06:19.011Z Checking nom v8.0.0
14562026-06-25T00:06:19.049Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-25T00:06:19.145Z Compiling proc-macro-error-attr2 v2.0.0
14582026-06-25T00:06:19.705Z Compiling proc-macro-error2 v2.0.1
14592026-06-25T00:06:22.671Z Compiling crunchy v0.2.4
14602026-06-25T00:06:24.560Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14612026-06-25T00:06:24.818Z Compiling tabled_derive v0.11.0
14622026-06-25T00:06:25.484Z Compiling tiny-keccak v2.0.2
14632026-06-25T00:06:25.623Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14642026-06-25T00:06:25.987Z Compiling typify-impl v0.4.3
14652026-06-25T00:06:26.158Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14662026-06-25T00:06:26.178Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14672026-06-25T00:06:26.268Z Checking parking_lot v0.11.2
14682026-06-25T00:06:26.376Z Compiling const-random-macro v0.1.16
14692026-06-25T00:06:26.645Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14702026-06-25T00:06:26.796Z Checking fxhash v0.2.1
14712026-06-25T00:06:26.817Z Compiling smartstring v1.0.1
14722026-06-25T00:06:26.929Z Checking sled v0.34.7
14732026-06-25T00:06:27.095Z Compiling ahash v0.8.12
14742026-06-25T00:06:27.750Z Checking internet-checksum v0.2.1
14752026-06-25T00:06:27.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14762026-06-25T00:06:28.094Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14772026-06-25T00:06:28.120Z Compiling rhai_codegen v3.2.0
14782026-06-25T00:06:28.172Z Checking arc-swap v1.9.1
14792026-06-25T00:06:28.347Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14802026-06-25T00:06:28.495Z Checking slog-scope v4.4.1
14812026-06-25T00:06:28.666Z Checking papergrid v0.18.0
14822026-06-25T00:06:28.860Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14832026-06-25T00:06:28.971Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14842026-06-25T00:06:29.349Z Compiling typify-macro v0.4.3
14852026-06-25T00:06:29.375Z Checking testing_table v0.3.0
14862026-06-25T00:06:29.452Z Checking dropshot-api-manager-types v0.7.2
14872026-06-25T00:06:29.650Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14882026-06-25T00:06:29.732Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14892026-06-25T00:06:29.820Z Checking tabled v0.21.0
14902026-06-25T00:06:30.485Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14912026-06-25T00:06:30.514Z Checking slog-stdlog v4.1.1
14922026-06-25T00:06:30.612Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14932026-06-25T00:06:30.644Z Compiling lzma-sys v0.1.20
14942026-06-25T00:06:30.665Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14952026-06-25T00:06:30.824Z Compiling fs-err v3.3.0
14962026-06-25T00:06:30.863Z Compiling typify v0.4.3
14972026-06-25T00:06:30.968Z Compiling progenitor-impl v0.10.0
14982026-06-25T00:06:31.074Z Compiling typeid v1.0.3
14992026-06-25T00:06:31.235Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15002026-06-25T00:06:31.265Z Checking slog-envlogger v2.2.0
15012026-06-25T00:06:31.948Z Compiling toml_datetime v0.7.5+spec-1.1.0
15022026-06-25T00:06:32.119Z Checking crc8 v0.1.1
15032026-06-25T00:06:32.178Z Compiling toml v0.9.12+spec-1.1.0
15042026-06-25T00:06:32.225Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15052026-06-25T00:06:32.357Z Checking const-random v0.1.18
15062026-06-25T00:06:32.830Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15072026-06-25T00:06:33.010Z Compiling progenitor-macro v0.10.0
15082026-06-25T00:06:33.069Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15092026-06-25T00:06:33.282Z Compiling cargo_toml v0.22.3
15102026-06-25T00:06:34.395Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15112026-06-25T00:06:35.136Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15122026-06-25T00:06:35.549Z Checking thin-vec v0.2.18
15132026-06-25T00:06:35.839Z Checking rhai v1.25.1
15142026-06-25T00:06:35.845Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15152026-06-25T00:06:36.709Z Checking sha1 v0.10.6
15162026-06-25T00:06:36.913Z Checking utf-8 v0.7.6
15172026-06-25T00:06:37.152Z Checking tungstenite v0.21.0
15182026-06-25T00:06:37.574Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15192026-06-25T00:06:38.494Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15202026-06-25T00:06:38.535Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15212026-06-25T00:06:38.686Z Checking sha2 v0.10.9
15222026-06-25T00:06:38.835Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15232026-06-25T00:06:38.947Z Checking diff v0.1.13
15242026-06-25T00:06:39.051Z Checking yansi v1.0.1
15252026-06-25T00:06:39.088Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15262026-06-25T00:06:39.108Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15272026-06-25T00:06:39.312Z Checking pretty_assertions v1.4.1
15282026-06-25T00:06:39.332Z Checking progenitor v0.10.0
15292026-06-25T00:06:39.477Z Checking tokio-tungstenite v0.21.0
15302026-06-25T00:06:40.531Z Checking console v0.16.3
15312026-06-25T00:06:40.628Z Checking git-stub v1.0.0
15322026-06-25T00:06:40.860Z Checking base64 v0.21.7
15332026-06-25T00:06:40.915Z Checking is_ci v1.2.0
15342026-06-25T00:06:41.029Z Checking unit-prefix v0.5.2
15352026-06-25T00:06:41.162Z Checking indicatif v0.18.4
15362026-06-25T00:06:41.213Z Checking supports-color v3.0.2
15372026-06-25T00:06:41.240Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15382026-06-25T00:06:41.919Z Checking git-stub-vcs v0.1.0
15392026-06-25T00:06:42.246Z Checking xz2 v0.1.7
15402026-06-25T00:06:42.382Z Checking ron v0.12.1
15412026-06-25T00:06:42.477Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15422026-06-25T00:06:42.789Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15432026-06-25T00:06:42.837Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15442026-06-25T00:06:43.095Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15452026-06-25T00:06:43.151Z Checking drift v0.2.0
15462026-06-25T00:06:43.595Z Compiling serial_test_derive v3.5.0
15472026-06-25T00:06:43.795Z Checking base16ct v1.0.0
15482026-06-25T00:06:44.338Z Checking serial_test v3.5.0
15492026-06-25T00:06:44.374Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15502026-06-25T00:06:44.513Z Checking dropshot-api-manager v0.7.2
15512026-06-25T00:06:45.214Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15522026-06-25T00:06:45.633Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15532026-06-25T00:06:46.237Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15542026-06-25T00:06:46.307Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15552026-06-25T00:06:47.047Z Checking natord v1.0.9
15562026-06-25T00:06:47.199Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15572026-06-25T00:06:47.342Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15582026-06-25T00:06:47.500Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15592026-06-25T00:06:47.779Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15602026-06-25T00:06:48.051Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15612026-06-25T00:06:48.115Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15622026-06-25T00:06:48.425Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15632026-06-25T00:06:48.447Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15642026-06-25T00:06:48.708Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15652026-06-25T00:06:56.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15662026-06-25T00:06:57.074Z+ cargo xtask openapi check
15672026-06-25T00:06:57.697Z Compiling cfg-if v1.0.4
15682026-06-25T00:06:57.700Z Compiling libc v0.2.186
15692026-06-25T00:06:57.700Z Compiling serde_core v1.0.228
15702026-06-25T00:06:57.806Z Compiling memchr v2.8.1
15712026-06-25T00:06:57.812Z Compiling itoa v1.0.18
15722026-06-25T00:06:57.820Z Compiling smallvec v1.15.1
15732026-06-25T00:06:57.831Z Compiling stable_deref_trait v1.2.1
15742026-06-25T00:06:57.833Z Compiling zerofrom v0.1.8
15752026-06-25T00:06:57.854Z Compiling zmij v1.0.21
15762026-06-25T00:06:57.902Z Compiling litemap v0.8.2
15772026-06-25T00:06:57.962Z Compiling yoke v0.8.3
15782026-06-25T00:06:57.986Z Compiling writeable v0.6.3
15792026-06-25T00:06:58.025Z Compiling utf8_iter v1.0.4
15802026-06-25T00:06:58.089Z Compiling percent-encoding v2.3.2
15812026-06-25T00:06:58.130Z Compiling zerovec v0.11.6
15822026-06-25T00:06:58.144Z Compiling zerotrie v0.2.4
15832026-06-25T00:06:58.196Z Compiling icu_properties_data v2.2.0
15842026-06-25T00:06:58.208Z Compiling icu_normalizer_data v2.2.0
15852026-06-25T00:06:58.282Z Compiling libm v0.2.16
15862026-06-25T00:06:58.293Z Compiling form_urlencoded v1.2.2
15872026-06-25T00:06:58.313Z Compiling rand_core v0.10.1
15882026-06-25T00:06:58.349Z Compiling errno v0.3.14
15892026-06-25T00:06:58.464Z Compiling getrandom v0.4.2
15902026-06-25T00:06:58.478Z Compiling iana-time-zone v0.1.65
15912026-06-25T00:06:58.481Z Compiling pin-project-lite v0.2.17
15922026-06-25T00:06:58.501Z Compiling zeroize v1.8.2
15932026-06-25T00:06:58.517Z Compiling dyn-clone v1.0.20
15942026-06-25T00:06:58.585Z Compiling scopeguard v1.2.0
15952026-06-25T00:06:58.647Z Compiling tinystr v0.8.3
15962026-06-25T00:06:58.659Z Compiling potential_utf v0.1.5
15972026-06-25T00:06:58.671Z Compiling lock_api v0.4.14
15982026-06-25T00:06:58.693Z Compiling parking_lot_core v0.9.12
15992026-06-25T00:06:58.705Z Compiling socket2 v0.6.4
16002026-06-25T00:06:58.709Z Compiling signal-hook-registry v1.4.8
16012026-06-25T00:06:58.825Z Compiling icu_locale_core v2.2.0
16022026-06-25T00:06:58.854Z Compiling icu_collections v2.2.0
16032026-06-25T00:06:58.906Z Compiling parking_lot v0.12.5
16042026-06-25T00:06:58.997Z Compiling mio v1.2.1
16052026-06-25T00:06:59.009Z Compiling portable-atomic v1.13.1
16062026-06-25T00:06:59.166Z Compiling num-traits v0.2.19
16072026-06-25T00:06:59.281Z Compiling futures-core v0.3.32
16082026-06-25T00:06:59.387Z Compiling thiserror v2.0.18
16092026-06-25T00:06:59.439Z Compiling critical-section v1.2.0
16102026-06-25T00:06:59.466Z Compiling equivalent v1.0.2
16112026-06-25T00:06:59.492Z Compiling serde v1.0.228
16122026-06-25T00:06:59.507Z Compiling serde_json v1.0.150
16132026-06-25T00:06:59.510Z Compiling uuid v1.23.2
16142026-06-25T00:06:59.548Z Compiling icu_provider v2.2.0
16152026-06-25T00:06:59.559Z Compiling semver v1.0.28
16162026-06-25T00:06:59.642Z Compiling bitflags v2.12.1
16172026-06-25T00:06:59.794Z Compiling icu_normalizer v2.2.0
16182026-06-25T00:06:59.869Z Compiling icu_properties v2.2.0
16192026-06-25T00:06:59.887Z Compiling once_cell v1.21.4
16202026-06-25T00:06:59.898Z Compiling subtle v2.6.1
16212026-06-25T00:06:59.916Z Compiling bytes v1.11.1
16222026-06-25T00:06:59.937Z Compiling chrono v0.4.45
16232026-06-25T00:07:00.003Z Compiling zerocopy v0.8.50
16242026-06-25T00:07:00.060Z Compiling futures-sink v0.3.32
16252026-06-25T00:07:00.096Z Compiling log v0.4.32
16262026-06-25T00:07:00.169Z Compiling slab v0.4.12
16272026-06-25T00:07:00.289Z Compiling typenum v1.20.1
16282026-06-25T00:07:00.350Z Compiling slog v2.8.2
16292026-06-25T00:07:00.366Z Compiling futures-channel v0.3.32
16302026-06-25T00:07:00.378Z Compiling tokio v1.52.3
16312026-06-25T00:07:00.548Z Compiling getrandom v0.2.17
16322026-06-25T00:07:00.592Z Compiling futures-task v0.3.32
16332026-06-25T00:07:00.603Z Compiling futures-io v0.3.32
16342026-06-25T00:07:00.734Z Compiling idna_adapter v1.2.2
16352026-06-25T00:07:00.762Z Compiling rand_core v0.6.4
16362026-06-25T00:07:00.762Z Compiling futures-util v0.3.32
16372026-06-25T00:07:00.878Z Compiling idna v1.1.0
16382026-06-25T00:07:00.995Z Compiling hashbrown v0.17.1
16392026-06-25T00:07:01.008Z Compiling tracing-core v0.1.36
16402026-06-25T00:07:01.081Z Compiling base64 v0.22.1
16412026-06-25T00:07:01.418Z Compiling url v2.5.8
16422026-06-25T00:07:01.431Z Compiling tracing v0.1.44
16432026-06-25T00:07:01.556Z Compiling indexmap v2.14.0
16442026-06-25T00:07:01.593Z Compiling http v1.4.1
16452026-06-25T00:07:01.618Z Compiling unicode-ident v1.0.24
16462026-06-25T00:07:01.675Z Compiling fnv v1.0.7
16472026-06-25T00:07:01.749Z Compiling proc-macro2 v1.0.106
16482026-06-25T00:07:01.776Z Compiling byteorder v1.5.0
16492026-06-25T00:07:02.009Z Compiling schemars v0.8.22
16502026-06-25T00:07:02.185Z Compiling quote v1.0.45
16512026-06-25T00:07:02.237Z Compiling ipnet v2.12.0
16522026-06-25T00:07:02.447Z Compiling syn v2.0.117
16532026-06-25T00:07:02.466Z Compiling erased-serde v0.3.31
16542026-06-25T00:07:02.534Z Compiling rustls-pki-types v1.14.1
16552026-06-25T00:07:02.752Z Compiling ipnetwork v0.21.1
16562026-06-25T00:07:02.960Z Compiling ppv-lite86 v0.2.21
16572026-06-25T00:07:03.058Z Compiling oxnet v0.1.6
16582026-06-25T00:07:03.064Z Compiling http-body v1.0.1
16592026-06-25T00:07:03.229Z Compiling thiserror v1.0.69
16602026-06-25T00:07:03.245Z Compiling aws-lc-sys v0.41.0
16612026-06-25T00:07:03.297Z Compiling untrusted v0.7.1
16622026-06-25T00:07:03.334Z Compiling atomic-waker v1.1.2
16632026-06-25T00:07:03.347Z Compiling httparse v1.10.1
16642026-06-25T00:07:03.405Z Compiling tower-layer v0.3.3
16652026-06-25T00:07:03.425Z Compiling rustls v0.23.40
16662026-06-25T00:07:03.468Z Compiling pretty-hex v0.4.2
16672026-06-25T00:07:03.510Z Compiling try-lock v0.2.5
16682026-06-25T00:07:03.571Z Compiling ryu v1.0.23
16692026-06-25T00:07:03.604Z Compiling untrusted v0.9.0
16702026-06-25T00:07:03.623Z Compiling tower-service v0.3.3
16712026-06-25T00:07:03.657Z Compiling want v0.3.1
16722026-06-25T00:07:03.684Z Compiling rustix v1.1.4
16732026-06-25T00:07:03.721Z Compiling aws-lc-rs v1.17.0
16742026-06-25T00:07:03.733Z Compiling plain v0.2.3
16752026-06-25T00:07:03.762Z Compiling httpdate v1.0.3
16762026-06-25T00:07:03.830Z Compiling omicron-workspace-hack v0.1.0
16772026-06-25T00:07:03.852Z Compiling getrandom v0.3.4
16782026-06-25T00:07:03.862Z Compiling ucd-trie v0.1.7
16792026-06-25T00:07:03.904Z Compiling regex-syntax v0.8.10
16802026-06-25T00:07:04.017Z Compiling pest v2.8.6
16812026-06-25T00:07:04.039Z Compiling rand_core v0.9.5
16822026-06-25T00:07:04.156Z Compiling tokio-util v0.7.18
16832026-06-25T00:07:04.267Z Compiling crossbeam-utils v0.8.21
16842026-06-25T00:07:04.772Z Compiling h2 v0.4.14
16852026-06-25T00:07:04.879Z Compiling rustls-webpki v0.103.13
16862026-06-25T00:07:04.948Z Compiling serde_urlencoded v0.7.1
16872026-06-25T00:07:05.161Z Compiling http-body-util v0.1.3
16882026-06-25T00:07:05.201Z Compiling newtype-uuid v1.3.2
16892026-06-25T00:07:05.342Z Compiling hex v0.4.3
16902026-06-25T00:07:05.540Z Compiling allocator-api2 v0.2.21
16912026-06-25T00:07:05.573Z Compiling foldhash v0.2.0
16922026-06-25T00:07:05.814Z Compiling daft v0.1.7
16932026-06-25T00:07:05.830Z Compiling hashbrown v0.16.1
16942026-06-25T00:07:05.873Z Compiling rand_chacha v0.9.0
16952026-06-25T00:07:06.094Z Compiling fastrand v2.4.1
16962026-06-25T00:07:06.261Z Compiling rand v0.9.4
16972026-06-25T00:07:06.368Z Compiling sync_wrapper v1.0.2
16982026-06-25T00:07:06.401Z Compiling generic-array v0.14.7
16992026-06-25T00:07:06.420Z Compiling anyhow v1.0.102
17002026-06-25T00:07:06.434Z Compiling aho-corasick v1.1.4
17012026-06-25T00:07:06.478Z Compiling tower v0.5.3
17022026-06-25T00:07:06.524Z Compiling powerfmt v0.2.0
17032026-06-25T00:07:06.740Z Compiling deranged v0.5.8
17042026-06-25T00:07:06.799Z Compiling tempfile v3.27.0
17052026-06-25T00:07:06.869Z Compiling hyper v1.10.1
17062026-06-25T00:07:06.900Z Compiling tower-http v0.6.11
17072026-06-25T00:07:06.945Z Compiling camino v1.2.2
17082026-06-25T00:07:07.197Z Compiling futures-executor v0.3.32
17092026-06-25T00:07:07.322Z Compiling regex-automata v0.4.14
17102026-06-25T00:07:07.351Z Compiling openapiv3 v2.2.0
17112026-06-25T00:07:07.512Z Compiling num_threads v0.1.7
17122026-06-25T00:07:07.584Z Compiling openssl-probe v0.2.1
17132026-06-25T00:07:07.719Z Compiling cpufeatures v0.3.0
17142026-06-25T00:07:07.732Z Compiling time-core v0.1.8
17152026-06-25T00:07:07.775Z Compiling num-conv v0.2.2
17162026-06-25T00:07:07.799Z Compiling rustls-native-certs v0.8.4
17172026-06-25T00:07:07.884Z Compiling futures v0.3.32
17182026-06-25T00:07:07.933Z Compiling time v0.3.47
17192026-06-25T00:07:07.971Z Compiling hyper-util v0.1.20
17202026-06-25T00:07:08.132Z Compiling scroll v0.13.0
17212026-06-25T00:07:08.293Z Compiling tokio-rustls v0.26.4
17222026-06-25T00:07:08.442Z Compiling hybrid-array v0.4.12
17232026-06-25T00:07:08.573Z Compiling adler2 v2.0.1
17242026-06-25T00:07:08.587Z Compiling winnow v1.0.3
17252026-06-25T00:07:08.716Z Compiling simd-adler32 v0.3.9
17262026-06-25T00:07:08.925Z Compiling miniz_oxide v0.8.9
17272026-06-25T00:07:08.936Z Compiling goblin v0.10.7
17282026-06-25T00:07:08.955Z Compiling rustls-platform-verifier v0.7.0
17292026-06-25T00:07:09.193Z Compiling hyper-rustls v0.27.9
17302026-06-25T00:07:09.509Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-25T00:07:09.583Z Compiling crossbeam-channel v0.5.15
17322026-06-25T00:07:09.683Z Compiling crc32fast v1.5.0
17332026-06-25T00:07:09.700Z Compiling reqwest v0.13.4
17342026-06-25T00:07:09.700Z Compiling regex v1.12.3
17352026-06-25T00:07:09.880Z Compiling flate2 v1.1.9
17362026-06-25T00:07:10.036Z Compiling crypto-common v0.2.2
17372026-06-25T00:07:10.065Z Compiling block-buffer v0.12.0
17382026-06-25T00:07:10.172Z Compiling crypto-common v0.1.7
17392026-06-25T00:07:10.231Z Compiling dtrace-parser v0.3.0
17402026-06-25T00:07:10.300Z Compiling rand_chacha v0.3.1
17412026-06-25T00:07:10.344Z Compiling thread-id v5.1.0
17422026-06-25T00:07:10.403Z Compiling thread_local v1.1.9
17432026-06-25T00:07:10.602Z Compiling debug-ignore v1.0.5
17442026-06-25T00:07:10.677Z Compiling match_cfg v0.1.0
17452026-06-25T00:07:10.711Z Compiling compression-core v0.4.32
17462026-06-25T00:07:10.714Z Compiling const-oid v0.10.2
17472026-06-25T00:07:10.752Z Compiling hostname v0.3.1
17482026-06-25T00:07:10.879Z Compiling digest v0.11.3
17492026-06-25T00:07:10.897Z Compiling compression-codecs v0.4.38
17502026-06-25T00:07:10.909Z Compiling rand v0.8.6
17512026-06-25T00:07:10.942Z Compiling toml_parser v1.1.2+spec-1.1.0
17522026-06-25T00:07:11.001Z Compiling slog-json v2.6.1
17532026-06-25T00:07:11.012Z Compiling ref-cast v1.0.25
17542026-06-25T00:07:11.049Z Compiling strum v0.26.3
17552026-06-25T00:07:11.117Z Compiling macaddr v1.0.1
17562026-06-25T00:07:11.147Z Compiling toml_datetime v1.1.1+spec-1.1.0
17572026-06-25T00:07:11.185Z Compiling serde_spanned v1.1.1
17582026-06-25T00:07:11.208Z Compiling memmap2 v0.9.10
17592026-06-25T00:07:11.338Z Compiling is-terminal v0.4.17
17602026-06-25T00:07:11.352Z Compiling wait-timeout v0.2.1
17612026-06-25T00:07:11.434Z Compiling encoding_rs v0.8.35
17622026-06-25T00:07:11.446Z Compiling take_mut v0.2.2
17632026-06-25T00:07:11.456Z Compiling bit-vec v0.8.0
17642026-06-25T00:07:11.555Z Compiling either v1.16.0
17652026-06-25T00:07:11.566Z Compiling toml_writer v1.1.1+spec-1.1.0
17662026-06-25T00:07:11.601Z Compiling term v1.2.1
17672026-06-25T00:07:11.648Z Compiling mime v0.3.17
17682026-06-25T00:07:11.693Z Compiling quick-error v1.2.3
17692026-06-25T00:07:11.764Z Compiling dof v0.4.0
17702026-06-25T00:07:11.777Z Compiling spin v0.9.8
17712026-06-25T00:07:11.803Z Compiling rusty-fork v0.3.1
17722026-06-25T00:07:11.898Z Compiling slog-term v2.9.2
17732026-06-25T00:07:11.930Z Compiling toml v1.1.2+spec-1.1.0
17742026-06-25T00:07:12.156Z Compiling bit-set v0.8.0
17752026-06-25T00:07:12.267Z Compiling slog-async v2.8.0
17762026-06-25T00:07:12.330Z Compiling slog-bunyan v2.5.0
17772026-06-25T00:07:12.465Z Compiling multer v3.1.0
17782026-06-25T00:07:12.479Z Compiling usdt-impl v0.6.0
17792026-06-25T00:07:12.786Z Compiling async-compression v0.4.42
17802026-06-25T00:07:12.966Z Compiling usdt v0.6.0
17812026-06-25T00:07:13.065Z Compiling sha1 v0.11.0
17822026-06-25T00:07:13.098Z Compiling serde_with v3.20.0
17832026-06-25T00:07:13.110Z Compiling async-stream v0.3.6
17842026-06-25T00:07:13.157Z Compiling rand_xorshift v0.4.0
17852026-06-25T00:07:13.287Z Compiling waitgroup v0.1.2
17862026-06-25T00:07:13.315Z Compiling rustls-pemfile v2.2.0
17872026-06-25T00:07:13.332Z Compiling serde_path_to_error v0.1.20
17882026-06-25T00:07:13.362Z Compiling hostname v0.4.2
17892026-06-25T00:07:13.374Z Compiling unarray v0.1.4
17902026-06-25T00:07:13.436Z Compiling strum v0.27.2
17912026-06-25T00:07:13.470Z Compiling proptest v1.11.0
17922026-06-25T00:07:13.490Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17932026-06-25T00:07:13.506Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17942026-06-25T00:07:13.522Z Compiling progenitor-client v0.14.0
17952026-06-25T00:07:13.570Z Compiling iddqd v0.4.2
17962026-06-25T00:07:13.624Z Compiling dropshot v0.17.1
17972026-06-25T00:07:13.690Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-25T00:07:13.703Z Compiling reqwest v0.12.28
17992026-06-25T00:07:13.744Z Compiling block-buffer v0.10.4
18002026-06-25T00:07:13.823Z Compiling backon v1.6.0
18012026-06-25T00:07:13.898Z Compiling instant v0.1.13
18022026-06-25T00:07:13.941Z Compiling digest v0.10.7
18032026-06-25T00:07:14.011Z Compiling backoff v0.4.0
18042026-06-25T00:07:14.034Z Compiling progenitor-extras v0.2.0
18052026-06-25T00:07:14.168Z Compiling itertools v0.14.0
18062026-06-25T00:07:14.225Z Compiling parse-display v0.10.0
18072026-06-25T00:07:14.272Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18082026-06-25T00:07:14.553Z Compiling regress v0.10.5
18092026-06-25T00:07:14.842Z Compiling progenitor-client v0.10.0
18102026-06-25T00:07:14.907Z Compiling humantime v2.3.0
18112026-06-25T00:07:15.155Z Compiling cpufeatures v0.2.17
18122026-06-25T00:07:15.243Z Compiling unicode-width v0.2.2
18132026-06-25T00:07:15.248Z Compiling secrecy v0.10.3
18142026-06-25T00:07:15.396Z Compiling heck v0.5.0
18152026-06-25T00:07:15.408Z Compiling tinyvec_macros v0.1.1
18162026-06-25T00:07:15.480Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18172026-06-25T00:07:15.492Z Compiling tinyvec v1.11.0
18182026-06-25T00:07:15.505Z Compiling num-integer v0.1.46
18192026-06-25T00:07:15.656Z Compiling scroll v0.12.0
18202026-06-25T00:07:15.826Z Compiling crucible-workspace-hack v0.1.0
18212026-06-25T00:07:15.840Z Compiling hmac v0.12.1
18222026-06-25T00:07:15.906Z Compiling inout v0.1.4
18232026-06-25T00:07:15.936Z Compiling ff v0.13.1
18242026-06-25T00:07:15.988Z Compiling utf8parse v0.2.2
18252026-06-25T00:07:16.047Z Compiling group v0.13.0
18262026-06-25T00:07:16.060Z Compiling cipher v0.4.4
18272026-06-25T00:07:16.073Z Compiling hkdf v0.12.4
18282026-06-25T00:07:16.107Z Compiling anstyle-parse v1.0.0
18292026-06-25T00:07:16.164Z Compiling goblin v0.8.2
18302026-06-25T00:07:16.225Z Compiling num-iter v0.1.45
18312026-06-25T00:07:16.278Z Compiling num-rational v0.4.2
18322026-06-25T00:07:16.346Z Compiling zerocopy v0.7.35
18332026-06-25T00:07:16.505Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-25T00:07:16.600Z Compiling universal-hash v0.5.1
18352026-06-25T00:07:16.746Z Compiling crypto-bigint v0.5.5
18362026-06-25T00:07:16.822Z Compiling regress v0.11.1
18372026-06-25T00:07:16.907Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-25T00:07:17.082Z Compiling terminal_size v0.4.4
18392026-06-25T00:07:17.233Z Compiling half v2.7.1
18402026-06-25T00:07:17.260Z Compiling num-complex v0.4.6
18412026-06-25T00:07:17.542Z Compiling is_terminal_polyfill v1.70.2
18422026-06-25T00:07:17.645Z Compiling colorchoice v1.0.5
18432026-06-25T00:07:17.656Z Compiling base16ct v0.2.0
18442026-06-25T00:07:17.772Z Compiling ciborium-io v0.2.2
18452026-06-25T00:07:17.822Z Compiling opaque-debug v0.3.1
18462026-06-25T00:07:17.876Z Compiling base64ct v1.8.3
18472026-06-25T00:07:17.898Z Compiling anstyle-query v1.1.5
18482026-06-25T00:07:17.911Z Compiling anstyle v1.0.14
18492026-06-25T00:07:17.936Z Compiling poly1305 v0.8.0
18502026-06-25T00:07:18.016Z Compiling ciborium-ll v0.2.2
18512026-06-25T00:07:18.148Z Compiling password-hash v0.5.0
18522026-06-25T00:07:18.204Z Compiling anstream v1.0.0
18532026-06-25T00:07:18.385Z Compiling elliptic-curve v0.13.8
18542026-06-25T00:07:18.533Z Compiling dof v0.3.0
18552026-06-25T00:07:18.607Z Compiling typify-impl v0.6.2
18562026-06-25T00:07:18.673Z Compiling num v0.4.3
18572026-06-25T00:07:18.796Z Compiling curve25519-dalek v4.1.3
18582026-06-25T00:07:19.165Z Compiling thiserror-no-std v2.0.2
18592026-06-25T00:07:19.349Z Compiling chacha20 v0.9.1
18602026-06-25T00:07:19.435Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18612026-06-25T00:07:19.726Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T00:07:19.829Z Compiling blake2 v0.10.6
18632026-06-25T00:07:19.934Z Compiling aead v0.5.2
18642026-06-25T00:07:20.035Z Compiling byte-wrapper v0.1.0
18652026-06-25T00:07:20.047Z Compiling dtrace-parser v0.2.0
18662026-06-25T00:07:20.103Z Compiling crossbeam-epoch v0.9.18
18672026-06-25T00:07:20.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18682026-06-25T00:07:20.291Z Compiling thread-id v4.2.2
18692026-06-25T00:07:20.382Z Compiling keccak v0.1.6
18702026-06-25T00:07:20.395Z Compiling clap_lex v1.1.0
18712026-06-25T00:07:20.408Z Compiling float-ord v0.3.2
18722026-06-25T00:07:20.444Z Compiling strsim v0.11.1
18732026-06-25T00:07:20.525Z Compiling sha3 v0.10.9
18742026-06-25T00:07:20.625Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-25T00:07:20.646Z Compiling clap_builder v4.6.0
18762026-06-25T00:07:20.814Z Compiling usdt-impl v0.5.0
18772026-06-25T00:07:20.824Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18782026-06-25T00:07:20.835Z Compiling typify v0.6.2
18792026-06-25T00:07:20.945Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-25T00:07:21.476Z Compiling chacha20poly1305 v0.10.1
18812026-06-25T00:07:21.620Z Compiling argon2 v0.5.3
18822026-06-25T00:07:22.001Z Compiling vsss-rs v3.3.4
18832026-06-25T00:07:22.157Z Compiling ciborium v0.2.2
18842026-06-25T00:07:22.220Z Compiling hash32 v0.3.1
18852026-06-25T00:07:22.393Z Compiling memmap v0.7.0
18862026-06-25T00:07:22.582Z Compiling indent_write v2.2.0
18872026-06-25T00:07:22.731Z Compiling data-encoding v2.11.0
18882026-06-25T00:07:22.745Z Compiling usdt v0.5.0
18892026-06-25T00:07:23.024Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18902026-06-25T00:07:23.040Z Compiling heapless v0.8.0
18912026-06-25T00:07:23.129Z Compiling clap v4.6.1
18922026-06-25T00:07:23.132Z Compiling ingot-types v0.1.2
18932026-06-25T00:07:23.221Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-25T00:07:23.320Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-25T00:07:23.591Z Compiling rustix v0.38.44
18962026-06-25T00:07:23.611Z Compiling tabwriter v1.4.1
18972026-06-25T00:07:23.624Z Compiling cobs v0.3.0
18982026-06-25T00:07:23.836Z Compiling bitflags v1.3.2
18992026-06-25T00:07:23.867Z Compiling managed v0.8.0
19002026-06-25T00:07:23.920Z Compiling postcard v1.1.3
19012026-06-25T00:07:23.966Z Compiling ingot v0.1.1
19022026-06-25T00:07:24.095Z Compiling smoltcp v0.11.0
19032026-06-25T00:07:24.153Z Compiling memoffset v0.9.1
19042026-06-25T00:07:24.246Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-25T00:07:24.273Z Compiling serde_spanned v0.6.9
19062026-06-25T00:07:24.431Z Compiling toml_datetime v0.6.11
19072026-06-25T00:07:24.506Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19082026-06-25T00:07:24.519Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-25T00:07:24.787Z Compiling colored v3.1.1
19102026-06-25T00:07:24.822Z Compiling foreign-types-shared v0.3.1
19112026-06-25T00:07:24.929Z Compiling unicode-segmentation v1.13.3
19122026-06-25T00:07:25.082Z Compiling swrite v0.1.0
19132026-06-25T00:07:25.112Z Compiling static_assertions v1.1.0
19142026-06-25T00:07:25.179Z Compiling linked-hash-map v0.5.6
19152026-06-25T00:07:25.196Z Compiling toml_write v0.1.2
19162026-06-25T00:07:25.367Z Compiling winnow v0.7.15
19172026-06-25T00:07:25.384Z Compiling resolv-conf v0.7.6
19182026-06-25T00:07:25.408Z Compiling lru-cache v0.1.2
19192026-06-25T00:07:25.525Z Compiling newline-converter v0.3.0
19202026-06-25T00:07:25.654Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-06-25T00:07:25.756Z Compiling foreign-types v0.5.0
19222026-06-25T00:07:25.846Z Compiling atomicwrites v0.4.4
19232026-06-25T00:07:25.861Z Compiling hubpack v0.1.2
19242026-06-25T00:07:25.988Z Compiling nix v0.31.3
19252026-06-25T00:07:26.037Z Compiling num_enum v0.7.6
19262026-06-25T00:07:26.092Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19272026-06-25T00:07:26.163Z Compiling hickory-proto v0.24.4
19282026-06-25T00:07:26.215Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19292026-06-25T00:07:26.345Z Compiling crossbeam-deque v0.8.6
19302026-06-25T00:07:26.551Z Compiling console v0.15.11
19312026-06-25T00:07:26.725Z Compiling toml_edit v0.22.27
19322026-06-25T00:07:26.786Z Compiling chacha20 v0.10.0
19332026-06-25T00:07:26.857Z Compiling camino-tempfile v1.4.1
19342026-06-25T00:07:27.048Z Compiling serde-big-array v0.5.1
19352026-06-25T00:07:27.100Z Compiling cstr-argument v0.1.2
19362026-06-25T00:07:27.181Z Compiling siphasher v1.0.3
19372026-06-25T00:07:27.198Z Compiling similar v2.7.0
19382026-06-25T00:07:27.255Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19392026-06-25T00:07:27.383Z Compiling phf_shared v0.12.1
19402026-06-25T00:07:27.567Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19412026-06-25T00:07:27.695Z Compiling expectorate v1.2.0
19422026-06-25T00:07:27.856Z Compiling pin-project v1.1.13
19432026-06-25T00:07:27.967Z Compiling hickory-resolver v0.24.4
19442026-06-25T00:07:28.058Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19452026-06-25T00:07:28.099Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19462026-06-25T00:07:28.233Z Compiling toml v0.8.23
19472026-06-25T00:07:28.813Z Compiling rand v0.10.1
19482026-06-25T00:07:28.879Z Compiling rayon-core v1.13.0
19492026-06-25T00:07:29.510Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19502026-06-25T00:07:29.568Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-06-25T00:07:29.595Z Compiling num_enum v0.5.11
19522026-06-25T00:07:29.627Z Compiling progenitor-impl v0.13.0
19532026-06-25T00:07:29.718Z Compiling prettyplease v0.2.37
19542026-06-25T00:07:29.721Z Compiling unicode-normalization v0.1.25
19552026-06-25T00:07:30.067Z Compiling progenitor-client v0.13.0
19562026-06-25T00:07:30.261Z Compiling tokio-stream v0.1.18
19572026-06-25T00:07:30.333Z Compiling csv-core v0.1.13
19582026-06-25T00:07:30.368Z Compiling bstr v1.12.1
19592026-06-25T00:07:30.606Z Compiling unicode-width v0.1.14
19602026-06-25T00:07:30.677Z Compiling konst_macro_rules v0.2.19
19612026-06-25T00:07:30.735Z Compiling same-file v1.0.6
19622026-06-25T00:07:30.857Z Compiling highway v1.3.0
19632026-06-25T00:07:30.868Z Compiling foreign-types-shared v0.1.1
19642026-06-25T00:07:30.886Z Compiling foldhash v0.1.5
19652026-06-25T00:07:30.918Z Compiling walkdir v2.5.0
19662026-06-25T00:07:30.956Z Compiling foreign-types v0.3.2
19672026-06-25T00:07:30.967Z Compiling konst v0.2.20
19682026-06-25T00:07:30.995Z Compiling progenitor v0.13.0
19692026-06-25T00:07:31.033Z Compiling hashbrown v0.15.5
19702026-06-25T00:07:31.067Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-25T00:07:31.136Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-25T00:07:31.203Z Compiling globset v0.4.18
19732026-06-25T00:07:31.242Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-25T00:07:31.254Z Compiling qorb v0.4.1
19752026-06-25T00:07:31.565Z Compiling csv v1.4.0
19762026-06-25T00:07:31.986Z Compiling snafu v0.8.9
19772026-06-25T00:07:32.366Z Compiling olpc-cjson v0.1.4
19782026-06-25T00:07:32.545Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19792026-06-25T00:07:32.759Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19802026-06-25T00:07:32.790Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19812026-06-25T00:07:32.863Z Compiling rayon v1.12.0
19822026-06-25T00:07:33.291Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19832026-06-25T00:07:33.324Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-25T00:07:33.562Z Compiling phf v0.12.1
19852026-06-25T00:07:33.730Z Compiling openssl-sys v0.9.116
19862026-06-25T00:07:34.150Z Compiling tokio-dtrace v0.1.1
19872026-06-25T00:07:34.226Z Compiling progenitor-impl v0.14.0
19882026-06-25T00:07:34.421Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-25T00:07:34.496Z Compiling itertools v0.12.1
19902026-06-25T00:07:34.673Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19912026-06-25T00:07:34.704Z Compiling libsw-core v0.3.2
19922026-06-25T00:07:34.878Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19932026-06-25T00:07:34.878Z Compiling pem v3.0.6
19942026-06-25T00:07:34.912Z Compiling serde_plain v1.0.2
19952026-06-25T00:07:35.126Z Compiling sigpipe v0.1.3
19962026-06-25T00:07:35.225Z Compiling fixedbitset v0.5.7
19972026-06-25T00:07:35.245Z Compiling jiff v0.2.28
19982026-06-25T00:07:35.258Z Compiling minimal-lexical v0.2.1
19992026-06-25T00:07:35.279Z Compiling fixedbitset v0.4.2
20002026-06-25T00:07:35.511Z Compiling typed-path v0.9.3
20012026-06-25T00:07:35.525Z Compiling glob v0.3.3
20022026-06-25T00:07:35.550Z Compiling bytecount v0.6.9
20032026-06-25T00:07:35.700Z Compiling papergrid v0.11.0
20042026-06-25T00:07:35.713Z Compiling zone v0.3.1
20052026-06-25T00:07:35.728Z Compiling nom v7.1.3
20062026-06-25T00:07:35.956Z Compiling petgraph v0.8.3
20072026-06-25T00:07:36.145Z Compiling petgraph v0.6.5
20082026-06-25T00:07:36.458Z Compiling tough v0.22.0
20092026-06-25T00:07:36.786Z Compiling progenitor v0.14.0
20102026-06-25T00:07:36.934Z Compiling openssl v0.10.80
20112026-06-25T00:07:37.066Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20122026-06-25T00:07:37.302Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-25T00:07:37.370Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-25T00:07:37.497Z Compiling libsw v3.5.0
20152026-06-25T00:07:37.625Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20162026-06-25T00:07:37.681Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-25T00:07:37.729Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20182026-06-25T00:07:37.873Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-25T00:07:37.918Z Compiling oxide-tokio-rt v0.1.6
20202026-06-25T00:07:38.271Z Compiling chrono-tz v0.10.4
20212026-06-25T00:07:38.539Z Compiling newtype_derive v0.1.6
20222026-06-25T00:07:38.628Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-25T00:07:38.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20242026-06-25T00:07:38.806Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-25T00:07:38.836Z Compiling slog-dtrace v0.3.0
20262026-06-25T00:07:38.962Z Compiling cancel-safe-futures v0.1.5
20272026-06-25T00:07:39.158Z Compiling owo-colors v4.3.0
20282026-06-25T00:07:39.280Z Compiling const_format v0.2.36
20292026-06-25T00:07:39.626Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20302026-06-25T00:07:39.638Z Compiling gethostname v0.5.0
20312026-06-25T00:07:39.767Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20322026-06-25T00:07:39.807Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-25T00:07:39.904Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-25T00:07:39.938Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-25T00:07:40.029Z Compiling smf v0.2.3
20362026-06-25T00:07:40.063Z Compiling bcs v0.1.6
20372026-06-25T00:07:40.146Z Compiling whoami v1.6.1
20382026-06-25T00:07:40.382Z Compiling termtree v0.5.1
20392026-06-25T00:07:40.442Z Compiling lazy_static v1.5.0
20402026-06-25T00:07:40.466Z Compiling smawk v0.3.2
20412026-06-25T00:07:40.538Z Compiling linear-map v1.2.0
20422026-06-25T00:07:40.551Z Compiling tagptr v0.2.0
20432026-06-25T00:07:40.554Z Compiling unicode-linebreak v0.1.5
20442026-06-25T00:07:40.599Z Compiling steno v0.4.1
20452026-06-25T00:07:40.610Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-25T00:07:40.704Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-25T00:07:40.725Z Compiling moka v0.12.15
20482026-06-25T00:07:40.807Z Compiling textwrap v0.16.2
20492026-06-25T00:07:41.057Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T00:07:41.331Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T00:07:41.506Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-25T00:07:41.911Z Compiling tabled v0.15.0
20532026-06-25T00:07:42.304Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-25T00:07:42.506Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-25T00:07:42.898Z Compiling cookie v0.18.1
20562026-06-25T00:07:43.502Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-25T00:07:43.562Z Compiling hickory-proto v0.25.2
20582026-06-25T00:07:44.112Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20592026-06-25T00:07:44.240Z Compiling libscf-sys v1.2.0
20602026-06-25T00:07:44.387Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-25T00:07:44.398Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20622026-06-25T00:07:44.422Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20632026-06-25T00:07:44.740Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20642026-06-25T00:07:45.072Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20652026-06-25T00:07:45.421Z Compiling hickory-resolver v0.25.2
20662026-06-25T00:07:46.211Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-25T00:07:50.447Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-25T00:07:57.954Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-25T00:07:59.569Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-25T00:08:00.560Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20712026-06-25T00:08:01.886Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20722026-06-25T00:08:03.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20732026-06-25T00:08:03.129Z Running `target/debug/xtask openapi check`
20742026-06-25T00:08:03.605Z Compiling serde_core v1.0.228
20752026-06-25T00:08:03.608Z Compiling serde v1.0.228
20762026-06-25T00:08:03.670Z Compiling serde_json v1.0.150
20772026-06-25T00:08:03.678Z Compiling syn v2.0.117
20782026-06-25T00:08:03.684Z Compiling bytes v1.11.1
20792026-06-25T00:08:03.690Z Compiling getrandom v0.4.2
20802026-06-25T00:08:03.694Z Compiling once_cell v1.21.4
20812026-06-25T00:08:03.697Z Compiling zerocopy v0.8.50
20822026-06-25T00:08:03.849Z Compiling num-traits v0.2.19
20832026-06-25T00:08:04.029Z Compiling schemars v0.8.22
20842026-06-25T00:08:04.140Z Compiling http v1.4.1
20852026-06-25T00:08:04.276Z Compiling zeroize v1.8.2
20862026-06-25T00:08:04.303Z Compiling aws-lc-rs v1.17.0
20872026-06-25T00:08:04.311Z Compiling usdt-impl v0.6.0
20882026-06-25T00:08:04.322Z Compiling time-macros v0.2.27
20892026-06-25T00:08:04.453Z Compiling rustls-pki-types v1.14.1
20902026-06-25T00:08:04.585Z Compiling tracing-core v0.1.36
20912026-06-25T00:08:04.810Z Compiling bitflags v2.12.1
20922026-06-25T00:08:04.923Z Compiling tracing v0.1.44
20932026-06-25T00:08:05.050Z Compiling http-body v1.0.1
20942026-06-25T00:08:05.157Z Compiling generic-array v0.14.7
20952026-06-25T00:08:05.186Z Compiling indexmap v2.14.0
20962026-06-25T00:08:05.200Z Compiling rustls v0.23.40
20972026-06-25T00:08:05.226Z Compiling rustix v1.1.4
20982026-06-25T00:08:05.312Z Compiling time v0.3.47
20992026-06-25T00:08:05.443Z Compiling winnow v1.0.3
21002026-06-25T00:08:05.822Z Compiling uuid v1.23.2
21012026-06-25T00:08:06.261Z Compiling pest_generator v2.8.6
21022026-06-25T00:08:06.360Z Compiling serde_derive_internals v0.29.1
21032026-06-25T00:08:06.424Z Compiling camino v1.2.2
21042026-06-25T00:08:06.434Z Compiling rustls-webpki v0.103.13
21052026-06-25T00:08:06.456Z Compiling toml_datetime v1.1.1+spec-1.1.0
21062026-06-25T00:08:06.685Z Compiling subtle v2.6.1
21072026-06-25T00:08:06.739Z Compiling toml_edit v0.25.12+spec-1.1.0
21082026-06-25T00:08:06.824Z Compiling toml_parser v1.1.2+spec-1.1.0
21092026-06-25T00:08:06.843Z Compiling serde_spanned v1.1.1
21102026-06-25T00:08:07.086Z Compiling semver v1.0.28
21112026-06-25T00:08:07.179Z Compiling rustix v0.38.44
21122026-06-25T00:08:07.369Z Compiling serde_derive v1.0.228
21132026-06-25T00:08:07.369Z Compiling thiserror-impl v2.0.18
21142026-06-25T00:08:07.373Z Compiling zerocopy-derive v0.8.50
21152026-06-25T00:08:07.415Z Compiling tokio-macros v2.7.0
21162026-06-25T00:08:07.469Z Compiling pest_derive v2.8.6
21172026-06-25T00:08:07.546Z Compiling scroll_derive v0.13.1
21182026-06-25T00:08:07.637Z Compiling futures-macro v0.3.32
21192026-06-25T00:08:08.000Z Compiling schemars_derive v0.8.22
21202026-06-25T00:08:08.170Z Compiling tokio v1.52.3
21212026-06-25T00:08:08.429Z Compiling scroll v0.13.0
21222026-06-25T00:08:08.497Z Compiling futures-util v0.3.32
21232026-06-25T00:08:08.627Z Compiling thiserror v2.0.18
21242026-06-25T00:08:08.735Z Compiling goblin v0.10.7
21252026-06-25T00:08:08.811Z Compiling dtrace-parser v0.3.0
21262026-06-25T00:08:10.601Z Compiling chrono v0.4.45
21272026-06-25T00:08:10.713Z Compiling erased-serde v0.3.31
21282026-06-25T00:08:10.812Z Compiling serde_tokenstream v0.2.3
21292026-06-25T00:08:11.109Z Compiling slog v2.8.2
21302026-06-25T00:08:11.227Z Compiling futures-executor v0.3.32
21312026-06-25T00:08:11.479Z Compiling slog-json v2.6.1
21322026-06-25T00:08:11.512Z Compiling openapiv3 v2.2.0
21332026-06-25T00:08:11.692Z Compiling dof v0.4.0
21342026-06-25T00:08:12.079Z Compiling tokio-util v0.7.18
21352026-06-25T00:08:12.543Z Compiling oxnet v0.1.6
21362026-06-25T00:08:12.691Z Compiling h2 v0.4.14
21372026-06-25T00:08:12.938Z Compiling usdt-attr-macro v0.6.0
21382026-06-25T00:08:13.020Z Compiling usdt-macro v0.6.0
21392026-06-25T00:08:13.098Z Compiling async-stream-impl v0.3.6
21402026-06-25T00:08:13.517Z Compiling multer v3.1.0
21412026-06-25T00:08:13.735Z Compiling slog-async v2.8.0
21422026-06-25T00:08:13.756Z Compiling async-stream v0.3.6
21432026-06-25T00:08:13.756Z Compiling serde_urlencoded v0.7.1
21442026-06-25T00:08:13.784Z Compiling dropshot_endpoint v0.17.1
21452026-06-25T00:08:13.798Z Compiling usdt v0.6.0
21462026-06-25T00:08:13.937Z Compiling slog-term v2.9.2
21472026-06-25T00:08:14.007Z Compiling tokio-rustls v0.26.4
21482026-06-25T00:08:14.016Z Compiling async-compression v0.4.42
21492026-06-25T00:08:14.075Z Compiling slog-bunyan v2.5.0
21502026-06-25T00:08:14.185Z Compiling futures v0.3.32
21512026-06-25T00:08:14.227Z Compiling async-trait v0.1.89
21522026-06-25T00:08:14.263Z Compiling toml v1.1.2+spec-1.1.0
21532026-06-25T00:08:14.263Z Compiling proc-macro-crate v3.5.0
21542026-06-25T00:08:14.292Z Compiling serde_path_to_error v0.1.20
21552026-06-25T00:08:14.329Z Compiling http-body-util v0.1.3
21562026-06-25T00:08:14.507Z Compiling rustls-pemfile v2.2.0
21572026-06-25T00:08:14.573Z Compiling crossbeam-epoch v0.9.18
21582026-06-25T00:08:14.653Z Compiling aho-corasick v1.1.4
21592026-06-25T00:08:14.695Z Compiling tempfile v3.27.0
21602026-06-25T00:08:14.707Z Compiling num_enum_derive v0.7.6
21612026-06-25T00:08:14.916Z Compiling hyper v1.10.1
21622026-06-25T00:08:15.097Z Compiling crossbeam-deque v0.8.6
21632026-06-25T00:08:15.298Z Compiling crypto-common v0.1.7
21642026-06-25T00:08:15.420Z Compiling block-buffer v0.10.4
21652026-06-25T00:08:15.463Z Compiling dropshot-api-manager-types v0.7.2
21662026-06-25T00:08:15.562Z Compiling regex-automata v0.4.14
21672026-06-25T00:08:15.683Z Compiling clap_builder v4.6.0
21682026-06-25T00:08:15.720Z Compiling git-stub v1.0.0
21692026-06-25T00:08:15.728Z Compiling num_enum v0.7.6
21702026-06-25T00:08:15.775Z Compiling digest v0.10.7
21712026-06-25T00:08:15.845Z Compiling rayon-core v1.13.0
21722026-06-25T00:08:15.974Z Compiling hyper-util v0.1.20
21732026-06-25T00:08:15.985Z Compiling atomicwrites v0.4.4
21742026-06-25T00:08:16.082Z Compiling fs-err v3.3.0
21752026-06-25T00:08:16.170Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-06-25T00:08:16.381Z Compiling clap_derive v4.6.1
21772026-06-25T00:08:16.498Z Compiling serde_repr v0.1.20
21782026-06-25T00:08:16.538Z Compiling terminal_size v0.4.4
21792026-06-25T00:08:16.565Z Compiling nom v8.0.0
21802026-06-25T00:08:16.676Z Compiling bstr v1.12.1
21812026-06-25T00:08:17.035Z Compiling is_ci v1.2.0
21822026-06-25T00:08:17.055Z Compiling either v1.16.0
21832026-06-25T00:08:17.085Z Compiling sha2 v0.10.9
21842026-06-25T00:08:17.163Z Compiling dropshot v0.17.1
21852026-06-25T00:08:17.227Z Compiling regex v1.12.3
21862026-06-25T00:08:17.472Z Compiling rayon v1.12.0
21872026-06-25T00:08:17.614Z Compiling drift v0.2.0
21882026-06-25T00:08:17.692Z Compiling supports-color v3.0.2
21892026-06-25T00:08:17.866Z Compiling textwrap v0.16.2
21902026-06-25T00:08:18.073Z Compiling clap v4.6.1
21912026-06-25T00:08:18.216Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21922026-06-25T00:08:18.423Z Compiling similar v2.7.0
21932026-06-25T00:08:18.681Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21942026-06-25T00:08:18.777Z Compiling git-stub-vcs v0.1.0
21952026-06-25T00:08:19.982Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21962026-06-25T00:08:19.982Z Compiling dropshot-api-manager v0.7.2
21972026-06-25T00:08:23.812Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21982026-06-25T00:08:25.002Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21992026-06-25T00:08:31.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s
22002026-06-25T00:08:31.873Z Running `target/debug/maghemite-dropshot-apis check`
22012026-06-25T00:08:31.901Z -------
22022026-06-25T00:08:31.901Z Generating OpenAPI documents from API definitions ...
22032026-06-25T00:08:31.960Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22042026-06-25T00:08:31.993Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22052026-06-25T00:08:32.125Z -------
22062026-06-25T00:08:32.125Z Checking 13 OpenAPI documents...
22072026-06-25T00:08:32.126Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22082026-06-25T00:08:32.126Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22092026-06-25T00:08:32.126Z Fresh ddm-admin "latest" symlink
22102026-06-25T00:08:32.128Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22112026-06-25T00:08:32.128Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22122026-06-25T00:08:32.128Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22132026-06-25T00:08:32.129Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22142026-06-25T00:08:32.129Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22152026-06-25T00:08:32.129Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22162026-06-25T00:08:32.129Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22172026-06-25T00:08:32.129Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22182026-06-25T00:08:32.129Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22192026-06-25T00:08:32.129Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22202026-06-25T00:08:32.129Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22212026-06-25T00:08:32.129Z Fresh mg-admin "latest" symlink
22222026-06-25T00:08:32.129Z -------
22232026-06-25T00:08:32.129Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22242026-06-25T00:08:32.172Z+ banner build
22252026-06-25T00:08:32.175Z
22262026-06-25T00:08:32.175Z ##### # # # # #####
22272026-06-25T00:08:32.175Z # # # # # # # #
22282026-06-25T00:08:32.175Z ##### # # # # # #
22292026-06-25T00:08:32.176Z # # # # # # # #
22302026-06-25T00:08:32.176Z # # # # # # # #
22312026-06-25T00:08:32.176Z ##### #### # ###### #####
22322026-06-25T00:08:32.176Z
22332026-06-25T00:08:32.176Z+ ptime -m cargo build
22342026-06-25T00:08:32.768Z Compiling smallvec v1.15.1
22352026-06-25T00:08:32.885Z Compiling log v0.4.32
22362026-06-25T00:08:32.899Z Compiling slog v2.8.2
22372026-06-25T00:08:32.913Z Compiling ring v0.17.14
22382026-06-25T00:08:32.934Z Compiling webpki-roots v1.0.7
22392026-06-25T00:08:32.983Z Compiling similar v2.7.0
22402026-06-25T00:08:33.016Z Compiling fxhash v0.2.1
22412026-06-25T00:08:33.019Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22422026-06-25T00:08:33.054Z Compiling icu_normalizer v2.2.0
22432026-06-25T00:08:33.086Z Compiling parking_lot_core v0.9.12
22442026-06-25T00:08:33.090Z Compiling goblin v0.10.7
22452026-06-25T00:08:33.168Z Compiling goblin v0.8.2
22462026-06-25T00:08:33.281Z Compiling slog-term v2.9.2
22472026-06-25T00:08:33.346Z Compiling parking_lot v0.12.5
22482026-06-25T00:08:33.455Z Compiling idna_adapter v1.2.2
22492026-06-25T00:08:33.619Z Compiling idna v1.1.0
22502026-06-25T00:08:33.671Z Compiling tokio v1.52.3
22512026-06-25T00:08:33.732Z Compiling slog-async v2.8.0
22522026-06-25T00:08:33.845Z Compiling slog-json v2.6.1
22532026-06-25T00:08:33.924Z Compiling url v2.5.8
22542026-06-25T00:08:34.062Z Compiling rustls-webpki v0.103.13
22552026-06-25T00:08:34.238Z Compiling slog-bunyan v2.5.0
22562026-06-25T00:08:34.364Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-25T00:08:34.388Z Compiling expectorate v1.2.0
22582026-06-25T00:08:34.507Z Compiling schemars v0.8.22
22592026-06-25T00:08:34.546Z Compiling globset v0.4.18
22602026-06-25T00:08:34.770Z Compiling rustls v0.23.40
22612026-06-25T00:08:34.871Z Compiling moka v0.12.15
22622026-06-25T00:08:35.042Z Compiling parking_lot_core v0.8.6
22632026-06-25T00:08:35.325Z Compiling ipnetwork v0.21.1
22642026-06-25T00:08:35.369Z Compiling newtype-uuid v1.3.2
22652026-06-25T00:08:35.645Z Compiling oxnet v0.1.6
22662026-06-25T00:08:35.719Z Compiling serde_with v3.20.0
22672026-06-25T00:08:35.755Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-25T00:08:35.838Z Compiling typify-impl v0.6.2
22692026-06-25T00:08:36.115Z Compiling daft v0.1.7
22702026-06-25T00:08:36.403Z Compiling dof v0.4.0
22712026-06-25T00:08:36.642Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-06-25T00:08:37.038Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22732026-06-25T00:08:37.149Z Compiling usdt-impl v0.6.0
22742026-06-25T00:08:37.464Z Compiling tokio-util v0.7.18
22752026-06-25T00:08:37.621Z Compiling tower v0.5.3
22762026-06-25T00:08:37.770Z Compiling tokio-rustls v0.26.4
22772026-06-25T00:08:37.818Z Compiling rustls-platform-verifier v0.7.0
22782026-06-25T00:08:37.906Z Compiling usdt v0.6.0
22792026-06-25T00:08:38.005Z Compiling async-compression v0.4.42
22802026-06-25T00:08:38.057Z Compiling h2 v0.4.14
22812026-06-25T00:08:38.115Z Compiling tower-http v0.6.11
22822026-06-25T00:08:38.231Z Compiling iddqd v0.4.2
22832026-06-25T00:08:38.244Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-06-25T00:08:38.380Z Compiling backoff v0.4.0
22852026-06-25T00:08:38.509Z Compiling typify v0.6.2
22862026-06-25T00:08:38.601Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-06-25T00:08:38.614Z Compiling dof v0.3.0
22882026-06-25T00:08:38.628Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-25T00:08:38.957Z Compiling byte-wrapper v0.1.0
22902026-06-25T00:08:39.044Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22912026-06-25T00:08:39.329Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22922026-06-25T00:08:39.370Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-06-25T00:08:39.418Z Compiling usdt-impl v0.5.0
22942026-06-25T00:08:39.549Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-06-25T00:08:39.635Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-06-25T00:08:39.905Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-06-25T00:08:39.948Z Compiling usdt v0.5.0
22982026-06-25T00:08:40.082Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
22992026-06-25T00:08:40.232Z Compiling hyper v1.10.1
23002026-06-25T00:08:40.440Z Compiling progenitor-impl v0.13.0
23012026-06-25T00:08:40.574Z Compiling progenitor-impl v0.14.0
23022026-06-25T00:08:41.021Z Compiling hickory-proto v0.24.4
23032026-06-25T00:08:41.306Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23042026-06-25T00:08:41.436Z Compiling hyper-util v0.1.20
23052026-06-25T00:08:41.895Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-25T00:08:42.011Z Compiling tokio-stream v0.1.18
23072026-06-25T00:08:42.148Z Compiling tokio-dtrace v0.1.1
23082026-06-25T00:08:42.429Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-25T00:08:42.460Z Compiling zone v0.3.1
23102026-06-25T00:08:42.498Z Compiling libsw-core v0.3.2
23112026-06-25T00:08:42.676Z Compiling hyper-rustls v0.27.9
23122026-06-25T00:08:42.925Z Compiling reqwest v0.13.4
23132026-06-25T00:08:43.020Z Compiling dropshot v0.17.1
23142026-06-25T00:08:43.046Z Compiling reqwest v0.12.28
23152026-06-25T00:08:43.094Z Compiling hickory-resolver v0.24.4
23162026-06-25T00:08:43.279Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-06-25T00:08:43.637Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23182026-06-25T00:08:43.793Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23192026-06-25T00:08:44.019Z Compiling libsw v3.5.0
23202026-06-25T00:08:44.209Z Compiling progenitor-client v0.14.0
23212026-06-25T00:08:44.221Z Compiling progenitor-client v0.13.0
23222026-06-25T00:08:44.533Z Compiling progenitor-client v0.10.0
23232026-06-25T00:08:44.533Z Compiling progenitor-extras v0.2.0
23242026-06-25T00:08:44.643Z Compiling progenitor v0.14.0
23252026-06-25T00:08:44.673Z Compiling progenitor v0.13.0
23262026-06-25T00:08:44.787Z Compiling qorb v0.4.1
23272026-06-25T00:08:44.813Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23282026-06-25T00:08:44.826Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-06-25T00:08:44.872Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23302026-06-25T00:08:45.369Z Compiling oxide-tokio-rt v0.1.6
23312026-06-25T00:08:45.471Z Compiling slog-dtrace v0.3.0
23322026-06-25T00:08:45.688Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23332026-06-25T00:08:45.798Z Compiling tough v0.22.0
23342026-06-25T00:08:45.823Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23352026-06-25T00:08:45.857Z Compiling cancel-safe-futures v0.1.5
23362026-06-25T00:08:46.171Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23372026-06-25T00:08:46.690Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-06-25T00:08:46.804Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-06-25T00:08:46.883Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-25T00:08:47.114Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-06-25T00:08:47.374Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-06-25T00:08:47.583Z Compiling hickory-proto v0.25.2
23432026-06-25T00:08:47.697Z Compiling steno v0.4.1
23442026-06-25T00:08:48.783Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-25T00:08:48.786Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23462026-06-25T00:08:48.910Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23472026-06-25T00:08:48.984Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-25T00:08:49.344Z Compiling parking_lot v0.11.2
23492026-06-25T00:08:49.654Z Compiling hickory-resolver v0.25.2
23502026-06-25T00:08:49.747Z Compiling sled v0.34.7
23512026-06-25T00:08:49.840Z Compiling arc-swap v1.9.1
23522026-06-25T00:08:50.158Z Compiling slog-scope v4.4.1
23532026-06-25T00:08:50.428Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-06-25T00:08:50.684Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-06-25T00:08:50.913Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-25T00:08:51.626Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-25T00:08:51.701Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23582026-06-25T00:08:51.817Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23592026-06-25T00:08:52.038Z Compiling papergrid v0.18.0
23602026-06-25T00:08:52.507Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-25T00:08:52.784Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-25T00:08:52.799Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-25T00:08:53.004Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-25T00:08:53.257Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-25T00:08:53.323Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-25T00:08:53.995Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-25T00:08:54.034Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-25T00:08:54.160Z Compiling testing_table v0.3.0
23692026-06-25T00:08:54.255Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-25T00:08:54.273Z Compiling internet-checksum v0.2.1
23712026-06-25T00:08:54.340Z Compiling tabled v0.21.0
23722026-06-25T00:08:54.420Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23732026-06-25T00:08:54.432Z Compiling slog-stdlog v4.1.1
23742026-06-25T00:08:54.521Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-06-25T00:08:54.649Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23762026-06-25T00:08:54.778Z Compiling dropshot-api-manager-types v0.7.2
23772026-06-25T00:08:54.894Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23782026-06-25T00:08:55.148Z Compiling slog-envlogger v2.2.0
23792026-06-25T00:08:55.569Z Compiling const-random v0.1.18
23802026-06-25T00:08:55.656Z Compiling typify-impl v0.4.3
23812026-06-25T00:08:55.800Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23822026-06-25T00:08:55.989Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23832026-06-25T00:08:56.126Z Compiling crc8 v0.1.1
23842026-06-25T00:08:56.259Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23852026-06-25T00:08:56.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23862026-06-25T00:08:57.005Z Compiling ahash v0.8.12
23872026-06-25T00:08:57.186Z Compiling smartstring v1.0.1
23882026-06-25T00:08:57.257Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23892026-06-25T00:08:57.423Z Compiling typify v0.4.3
23902026-06-25T00:08:57.473Z Compiling sha1 v0.10.6
23912026-06-25T00:08:57.547Z Compiling thin-vec v0.2.18
23922026-06-25T00:08:57.695Z Compiling utf-8 v0.7.6
23932026-06-25T00:08:57.717Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23942026-06-25T00:08:57.846Z Compiling tungstenite v0.21.0
23952026-06-25T00:08:57.895Z Compiling rhai v1.25.1
23962026-06-25T00:08:58.101Z Compiling progenitor-impl v0.10.0
23972026-06-25T00:08:58.279Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23982026-06-25T00:08:58.616Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23992026-06-25T00:08:58.806Z Compiling sha2 v0.10.9
24002026-06-25T00:08:59.088Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24012026-06-25T00:08:59.219Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-06-25T00:08:59.991Z Compiling progenitor v0.10.0
24032026-06-25T00:09:00.152Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-25T00:09:01.156Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-06-25T00:09:01.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24062026-06-25T00:09:01.290Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-06-25T00:09:02.106Z Compiling tokio-tungstenite v0.21.0
24082026-06-25T00:09:02.327Z Compiling lzma-sys v0.1.20
24092026-06-25T00:09:02.441Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24102026-06-25T00:09:02.453Z Compiling typeid v1.0.3
24112026-06-25T00:09:02.577Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24122026-06-25T00:09:03.037Z Compiling console v0.16.3
24132026-06-25T00:09:03.731Z Compiling git-stub v1.0.0
24142026-06-25T00:09:03.753Z Compiling toml_datetime v0.7.5+spec-1.1.0
24152026-06-25T00:09:03.822Z Compiling base64 v0.21.7
24162026-06-25T00:09:03.886Z Compiling unit-prefix v0.5.2
24172026-06-25T00:09:04.022Z Compiling indicatif v0.18.4
24182026-06-25T00:09:04.055Z Compiling toml v0.9.12+spec-1.1.0
24192026-06-25T00:09:04.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24202026-06-25T00:09:04.176Z Compiling git-stub-vcs v0.1.0
24212026-06-25T00:09:04.541Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24222026-06-25T00:09:04.687Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24232026-06-25T00:09:04.960Z Compiling ron v0.12.1
24242026-06-25T00:09:05.330Z Compiling xz2 v0.1.7
24252026-06-25T00:09:05.467Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24262026-06-25T00:09:05.580Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24272026-06-25T00:09:05.596Z Compiling drift v0.2.0
24282026-06-25T00:09:06.006Z Compiling base16ct v1.0.0
24292026-06-25T00:09:06.211Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24302026-06-25T00:09:06.321Z Compiling dropshot-api-manager v0.7.2
24312026-06-25T00:09:06.479Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24322026-06-25T00:09:06.894Z Compiling natord v1.0.9
24332026-06-25T00:09:07.079Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24342026-06-25T00:09:09.563Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24352026-06-25T00:09:10.691Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24362026-06-25T00:09:17.752Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-25T00:09:19.475Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-06-25T00:09:20.500Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24392026-06-25T00:09:21.440Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24402026-06-25T00:09:21.440Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24412026-06-25T00:09:21.469Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24422026-06-25T00:09:21.901Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24432026-06-25T00:09:21.901Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24442026-06-25T00:09:21.904Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24452026-06-25T00:09:22.370Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24462026-06-25T00:09:23.896Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24472026-06-25T00:09:23.896Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24482026-06-25T00:09:23.899Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24492026-06-25T00:09:28.554Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24502026-06-25T00:09:30.711Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24512026-06-25T00:09:30.711Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24522026-06-25T00:09:30.714Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24532026-06-25T00:10:10.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
24542026-06-25T00:10:10.886Z
24552026-06-25T00:10:10.886Zreal 1:38.662963327
24562026-06-25T00:10:10.886Zuser 7:23.659474927
24572026-06-25T00:10:10.886Zsys 1:04.246889790
24582026-06-25T00:10:10.886Ztrap 0.194047128
24592026-06-25T00:10:10.886Ztflt 0.001325023
24602026-06-25T00:10:10.886Zdflt 0.207162364
24612026-06-25T00:10:10.886Zkflt 0.000098630
24622026-06-25T00:10:10.890Zlock 28:40.257280384
24632026-06-25T00:10:10.890Zslp 23:34.318883416
24642026-06-25T00:10:10.890Zlat 24.382412214
24652026-06-25T00:10:10.890Zstop 35.804081777
24662026-06-25T00:10:10.890Z+ ptime -m cargo build --release
24672026-06-25T00:10:11.532Z Compiling proc-macro2 v1.0.106
24682026-06-25T00:10:11.532Z Compiling quote v1.0.45
24692026-06-25T00:10:11.532Z Compiling unicode-ident v1.0.24
24702026-06-25T00:10:11.532Z Compiling serde_core v1.0.228
24712026-06-25T00:10:11.535Z Compiling serde v1.0.228
24722026-06-25T00:10:11.535Z Compiling libc v0.2.186
24732026-06-25T00:10:11.535Z Compiling cfg-if v1.0.4
24742026-06-25T00:10:11.763Z Compiling zmij v1.0.21
24752026-06-25T00:10:11.785Z Compiling autocfg v1.5.1
24762026-06-25T00:10:12.038Z Compiling memchr v2.8.1
24772026-06-25T00:10:12.072Z Compiling libm v0.2.16
24782026-06-25T00:10:12.200Z Compiling itoa v1.0.18
24792026-06-25T00:10:12.463Z Compiling icu_normalizer_data v2.2.0
24802026-06-25T00:10:12.475Z Compiling icu_properties_data v2.2.0
24812026-06-25T00:10:12.719Z Compiling version_check v0.9.5
24822026-06-25T00:10:12.734Z Compiling stable_deref_trait v1.2.1
24832026-06-25T00:10:12.886Z Compiling serde_json v1.0.150
24842026-06-25T00:10:12.900Z Compiling syn v2.0.117
24852026-06-25T00:10:12.975Z Compiling litemap v0.8.2
24862026-06-25T00:10:12.990Z Compiling writeable v0.6.3
24872026-06-25T00:10:13.167Z Compiling thiserror v2.0.18
24882026-06-25T00:10:13.181Z Compiling utf8_iter v1.0.4
24892026-06-25T00:10:13.243Z Compiling num-traits v0.2.19
24902026-06-25T00:10:13.330Z Compiling percent-encoding v2.3.2
24912026-06-25T00:10:13.533Z Compiling form_urlencoded v1.2.2
24922026-06-25T00:10:13.545Z Compiling getrandom v0.4.2
24932026-06-25T00:10:13.594Z Compiling rand_core v0.10.1
24942026-06-25T00:10:13.783Z Compiling parking_lot_core v0.9.12
24952026-06-25T00:10:13.811Z Compiling iana-time-zone v0.1.65
24962026-06-25T00:10:13.893Z Compiling heck v0.5.0
24972026-06-25T00:10:14.038Z Compiling uuid v1.23.2
24982026-06-25T00:10:14.092Z Compiling errno v0.3.14
24992026-06-25T00:10:14.151Z Compiling zerocopy v0.8.50
25002026-06-25T00:10:14.469Z Compiling semver v1.0.28
25012026-06-25T00:10:14.536Z Compiling dyn-clone v1.0.20
25022026-06-25T00:10:14.576Z Compiling schemars v0.8.22
25032026-06-25T00:10:14.773Z Compiling jobserver v0.1.34
25042026-06-25T00:10:14.882Z Compiling shlex v2.0.1
25052026-06-25T00:10:14.898Z Compiling find-msvc-tools v0.1.9
25062026-06-25T00:10:15.082Z Compiling cc v1.2.63
25072026-06-25T00:10:15.116Z Compiling rustversion v1.0.22
25082026-06-25T00:10:15.129Z Compiling pin-project-lite v0.2.17
25092026-06-25T00:10:15.145Z Compiling getrandom v0.2.17
25102026-06-25T00:10:15.235Z Compiling bitflags v2.12.1
25112026-06-25T00:10:15.355Z Compiling socket2 v0.6.4
25122026-06-25T00:10:15.384Z Compiling scopeguard v1.2.0
25132026-06-25T00:10:15.518Z Compiling portable-atomic v1.13.1
25142026-06-25T00:10:15.648Z Compiling lock_api v0.4.14
25152026-06-25T00:10:15.686Z Compiling log v0.4.32
25162026-06-25T00:10:15.875Z Compiling synstructure v0.13.2
25172026-06-25T00:10:15.911Z Compiling serde_derive_internals v0.29.1
25182026-06-25T00:10:16.162Z Compiling critical-section v1.2.0
25192026-06-25T00:10:16.284Z Compiling signal-hook-registry v1.4.8
25202026-06-25T00:10:16.297Z Compiling mio v1.2.1
25212026-06-25T00:10:16.378Z Compiling equivalent v1.0.2
25222026-06-25T00:10:16.458Z Compiling cmake v0.1.58
25232026-06-25T00:10:16.528Z Compiling once_cell v1.21.4
25242026-06-25T00:10:16.651Z Compiling fs_extra v1.3.0
25252026-06-25T00:10:16.659Z Compiling dunce v1.0.5
25262026-06-25T00:10:16.767Z Compiling subtle v2.6.1
25272026-06-25T00:10:16.868Z Compiling futures-core v0.3.32
25282026-06-25T00:10:16.891Z Compiling httparse v1.10.1
25292026-06-25T00:10:16.898Z Compiling futures-sink v0.3.32
25302026-06-25T00:10:16.913Z Compiling serde_derive v1.0.228
25312026-06-25T00:10:16.925Z Compiling zerofrom-derive v0.1.7
25322026-06-25T00:10:16.949Z Compiling yoke-derive v0.8.2
25332026-06-25T00:10:16.956Z Compiling zerovec-derive v0.11.3
25342026-06-25T00:10:16.979Z Compiling displaydoc v0.2.6
25352026-06-25T00:10:16.997Z Compiling schemars_derive v0.8.22
25362026-06-25T00:10:17.015Z Compiling thiserror-impl v2.0.18
25372026-06-25T00:10:17.195Z Compiling tokio-macros v2.7.0
25382026-06-25T00:10:17.810Z Compiling zerocopy-derive v0.8.50
25392026-06-25T00:10:20.449Z Compiling zeroize_derive v1.4.3
25402026-06-25T00:10:20.510Z Compiling futures-macro v0.3.32
25412026-06-25T00:10:20.510Z Compiling aws-lc-sys v0.41.0
25422026-06-25T00:10:20.510Z Compiling zerofrom v0.1.8
25432026-06-25T00:10:20.510Z Compiling slab v0.4.12
25442026-06-25T00:10:20.510Z Compiling yoke v0.8.3
25452026-06-25T00:10:20.510Z Compiling thiserror v1.0.69
25462026-06-25T00:10:20.510Z Compiling zerovec v0.11.6
25472026-06-25T00:10:20.510Z Compiling zerotrie v0.2.4
25482026-06-25T00:10:20.510Z Compiling zeroize v1.8.2
25492026-06-25T00:10:20.510Z Compiling rustix v1.1.4
25502026-06-25T00:10:20.510Z Compiling typenum v1.20.1
25512026-06-25T00:10:20.510Z Compiling futures-channel v0.3.32
25522026-06-25T00:10:20.510Z Compiling thiserror-impl v1.0.69
25532026-06-25T00:10:20.510Z Compiling futures-io v0.3.32
25542026-06-25T00:10:20.510Z Compiling tinystr v0.8.3
25552026-06-25T00:10:20.510Z Compiling potential_utf v0.1.5
25562026-06-25T00:10:20.510Z Compiling futures-task v0.3.32
25572026-06-25T00:10:20.510Z Compiling hashbrown v0.17.1
25582026-06-25T00:10:20.510Z Compiling icu_locale_core v2.2.0
25592026-06-25T00:10:20.510Z Compiling icu_collections v2.2.0
25602026-06-25T00:10:20.510Z Compiling futures-util v0.3.32
25612026-06-25T00:10:20.510Z Compiling indexmap v2.14.0
25622026-06-25T00:10:20.511Z Compiling smallvec v1.15.1
25632026-06-25T00:10:20.511Z Compiling bytes v1.11.1
25642026-06-25T00:10:20.511Z Compiling icu_provider v2.2.0
25652026-06-25T00:10:20.511Z Compiling chrono v0.4.45
25662026-06-25T00:10:20.516Z Compiling serde_tokenstream v0.2.3
25672026-06-25T00:10:20.770Z Compiling icu_properties v2.2.0
25682026-06-25T00:10:20.898Z Compiling icu_normalizer v2.2.0
25692026-06-25T00:10:20.942Z Compiling parking_lot v0.12.5
25702026-06-25T00:10:21.695Z Compiling idna_adapter v1.2.2
25712026-06-25T00:10:21.787Z Compiling tokio v1.52.3
25722026-06-25T00:10:21.858Z Compiling idna v1.1.0
25732026-06-25T00:10:22.110Z Compiling ucd-trie v0.1.7
25742026-06-25T00:10:22.294Z Compiling url v2.5.8
25752026-06-25T00:10:22.344Z Compiling pest v2.8.6
25762026-06-25T00:10:22.355Z Compiling tracing-attributes v0.1.31
25772026-06-25T00:10:22.678Z Compiling tracing-core v0.1.36
25782026-06-25T00:10:23.641Z Compiling rand_core v0.6.4
25792026-06-25T00:10:23.669Z Compiling regex-syntax v0.8.10
25802026-06-25T00:10:23.784Z Compiling tracing v0.1.44
25812026-06-25T00:10:23.843Z Compiling pest_meta v2.8.6
25822026-06-25T00:10:23.906Z Compiling slog v2.8.2
25832026-06-25T00:10:24.149Z Compiling base64 v0.22.1
25842026-06-25T00:10:24.179Z Compiling byteorder v1.5.0
25852026-06-25T00:10:24.482Z Compiling pest_generator v2.8.6
25862026-06-25T00:10:24.864Z Compiling ipnetwork v0.21.1
25872026-06-25T00:10:24.929Z Compiling http v1.4.1
25882026-06-25T00:10:25.110Z Compiling erased-serde v0.3.31
25892026-06-25T00:10:25.138Z Compiling aho-corasick v1.1.4
25902026-06-25T00:10:25.845Z Compiling getrandom v0.3.4
25912026-06-25T00:10:27.046Z Compiling regex-automata v0.4.14
25922026-06-25T00:10:27.073Z Compiling pest_derive v2.8.6
25932026-06-25T00:10:27.073Z Compiling fnv v1.0.7
25942026-06-25T00:10:27.073Z Compiling anyhow v1.0.102
25952026-06-25T00:10:27.073Z Compiling oxnet v0.1.6
25962026-06-25T00:10:27.158Z Compiling rustls-pki-types v1.14.1
25972026-06-25T00:10:27.769Z Compiling ring v0.17.14
25982026-06-25T00:10:28.025Z Compiling regex v1.12.3
25992026-06-25T00:10:28.372Z Compiling aws-lc-rs v1.17.0
26002026-06-25T00:10:28.661Z Compiling strsim v0.11.1
26012026-06-25T00:10:28.675Z Compiling paste v1.0.15
26022026-06-25T00:10:28.874Z Compiling tokio-util v0.7.18
26032026-06-25T00:10:29.095Z Compiling num-conv v0.2.2
26042026-06-25T00:10:29.144Z Compiling ipnet v2.12.0
26052026-06-25T00:10:29.283Z Compiling untrusted v0.9.0
26062026-06-25T00:10:29.429Z Compiling time-core v0.1.8
26072026-06-25T00:10:29.590Z Compiling untrusted v0.7.1
26082026-06-25T00:10:29.728Z Compiling time-macros v0.2.27
26092026-06-25T00:10:31.580Z Compiling ident_case v1.0.1
26102026-06-25T00:10:31.628Z Compiling rustls v0.23.40
26112026-06-25T00:10:31.628Z Compiling http-body v1.0.1
26122026-06-25T00:10:31.628Z Compiling scroll_derive v0.13.1
26132026-06-25T00:10:31.628Z Compiling atomic-waker v1.1.2
26142026-06-25T00:10:31.628Z Compiling camino v1.2.2
26152026-06-25T00:10:31.637Z Compiling async-trait v0.1.89
26162026-06-25T00:10:31.854Z Compiling tower-layer v0.3.3
26172026-06-25T00:10:31.934Z Compiling ryu v1.0.23
26182026-06-25T00:10:32.065Z Compiling try-lock v0.2.5
26192026-06-25T00:10:32.186Z Compiling omicron-workspace-hack v0.1.0
26202026-06-25T00:10:32.403Z Compiling pretty-hex v0.4.2
26212026-06-25T00:10:32.424Z Compiling tower-service v0.3.3
26222026-06-25T00:10:32.548Z Compiling want v0.3.1
26232026-06-25T00:10:32.570Z Compiling h2 v0.4.14
26242026-06-25T00:10:32.735Z Compiling ppv-lite86 v0.2.21
26252026-06-25T00:10:32.851Z Compiling crossbeam-utils v0.8.21
26262026-06-25T00:10:33.080Z Compiling httpdate v1.0.3
26272026-06-25T00:10:33.924Z Compiling crc32fast v1.5.0
26282026-06-25T00:10:34.482Z Compiling slog-async v2.8.0
26292026-06-25T00:10:34.797Z Compiling usdt-impl v0.6.0
26302026-06-25T00:10:35.043Z Compiling hyper v1.10.1
26312026-06-25T00:10:35.077Z Compiling serde_urlencoded v0.7.1
26322026-06-25T00:10:35.365Z Compiling scroll v0.13.0
26332026-06-25T00:10:35.452Z Compiling http-body-util v0.1.3
26342026-06-25T00:10:35.639Z Compiling plain v0.2.3
26352026-06-25T00:10:35.742Z Compiling goblin v0.10.7
26362026-06-25T00:10:35.784Z Compiling daft-derive v0.1.7
26372026-06-25T00:10:36.868Z Compiling hyper-util v0.1.20
26382026-06-25T00:10:39.334Z Compiling foldhash v0.2.0
26392026-06-25T00:10:39.411Z Compiling allocator-api2 v0.2.21
26402026-06-25T00:10:39.724Z Compiling dof v0.4.0
26412026-06-25T00:10:39.813Z Compiling hashbrown v0.16.1
26422026-06-25T00:10:39.867Z Compiling dtrace-parser v0.3.0
26432026-06-25T00:10:40.222Z Compiling openapiv3 v2.2.0
26442026-06-25T00:10:40.446Z Compiling thread-id v5.1.0
26452026-06-25T00:10:40.529Z Compiling syn v1.0.109
26462026-06-25T00:10:41.104Z Compiling generic-array v0.14.7
26472026-06-25T00:10:41.365Z Compiling powerfmt v0.2.0
26482026-06-25T00:10:41.634Z Compiling deranged v0.5.8
26492026-06-25T00:10:42.408Z Compiling num_threads v0.1.7
26502026-06-25T00:10:42.897Z Compiling time v0.3.47
26512026-06-25T00:10:43.638Z Compiling usdt-attr-macro v0.6.0
26522026-06-25T00:10:43.893Z Compiling usdt-macro v0.6.0
26532026-06-25T00:10:44.071Z Compiling rand_core v0.9.5
26542026-06-25T00:10:44.578Z Compiling multer v3.1.0
26552026-06-25T00:10:44.799Z Compiling ref-cast v1.0.25
26562026-06-25T00:10:44.842Z Compiling crossbeam-channel v0.5.15
26572026-06-25T00:10:45.153Z Compiling sync_wrapper v1.0.2
26582026-06-25T00:10:45.281Z Compiling winnow v1.0.3
26592026-06-25T00:10:45.294Z Compiling cpufeatures v0.3.0
26602026-06-25T00:10:45.375Z Compiling hex v0.4.3
26612026-06-25T00:10:45.411Z Compiling tower v0.5.3
26622026-06-25T00:10:45.518Z Compiling rand_chacha v0.9.0
26632026-06-25T00:10:45.688Z Compiling webpki-roots v1.0.7
26642026-06-25T00:10:45.795Z Compiling futures-executor v0.3.32
26652026-06-25T00:10:45.814Z Compiling async-stream-impl v0.3.6
26662026-06-25T00:10:45.987Z Compiling ref-cast-impl v1.0.25
26672026-06-25T00:10:46.075Z Compiling dropshot v0.17.1
26682026-06-25T00:10:46.286Z Compiling thread_local v1.1.9
26692026-06-25T00:10:46.474Z Compiling futures v0.3.32
26702026-06-25T00:10:46.564Z Compiling tower-http v0.6.11
26712026-06-25T00:10:46.575Z Compiling rand v0.9.4
26722026-06-25T00:10:46.687Z Compiling structmeta-derive v0.3.0
26732026-06-25T00:10:46.705Z Compiling is-terminal v0.4.17
26742026-06-25T00:10:46.749Z Compiling take_mut v0.2.2
26752026-06-25T00:10:46.871Z Compiling term v1.2.1
26762026-06-25T00:10:46.921Z Compiling fastrand v2.4.1
26772026-06-25T00:10:47.249Z Compiling slog-term v2.9.2
26782026-06-25T00:10:47.298Z Compiling crypto-common v0.1.7
26792026-06-25T00:10:47.612Z Compiling darling_core v0.23.0
26802026-06-25T00:10:47.759Z Compiling newtype-uuid-macros v0.1.0
26812026-06-25T00:10:47.762Z Compiling structmeta v0.3.0
26822026-06-25T00:10:47.990Z Compiling dropshot_endpoint v0.17.1
26832026-06-25T00:10:48.639Z Compiling newtype-uuid v1.3.2
26842026-06-25T00:10:48.652Z Compiling strum_macros v0.26.4
26852026-06-25T00:10:48.943Z Compiling daft v0.1.7
26862026-06-25T00:10:49.267Z Compiling tempfile v3.27.0
26872026-06-25T00:10:49.708Z Compiling hybrid-array v0.4.12
26882026-06-25T00:10:49.780Z Compiling darling_macro v0.23.0
26892026-06-25T00:10:50.016Z Compiling match_cfg v0.1.0
26902026-06-25T00:10:50.099Z Compiling either v1.16.0
26912026-06-25T00:10:50.127Z Compiling openssl-probe v0.2.1
26922026-06-25T00:10:50.227Z Compiling adler2 v2.0.1
26932026-06-25T00:10:50.334Z Compiling simd-adler32 v0.3.9
26942026-06-25T00:10:50.376Z Compiling rustls-native-certs v0.8.4
26952026-06-25T00:10:50.388Z Compiling hostname v0.3.1
26962026-06-25T00:10:50.400Z Compiling toml_parser v1.1.2+spec-1.1.0
26972026-06-25T00:10:50.411Z Compiling darling v0.23.0
26982026-06-25T00:10:50.500Z Compiling serde_with_macros v3.20.0
26992026-06-25T00:10:50.550Z Compiling miniz_oxide v0.8.9
27002026-06-25T00:10:51.185Z Compiling slog-json v2.6.1
27012026-06-25T00:10:51.207Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-25T00:10:51.440Z Compiling serde_spanned v1.1.1
27032026-06-25T00:10:51.602Z Compiling memmap2 v0.9.10
27042026-06-25T00:10:51.743Z Compiling toml_writer v1.1.1+spec-1.1.0
27052026-06-25T00:10:51.941Z Compiling slog-bunyan v2.5.0
27062026-06-25T00:10:51.973Z Compiling flate2 v1.1.9
27072026-06-25T00:10:52.015Z Compiling block-buffer v0.12.0
27082026-06-25T00:10:52.134Z Compiling crypto-common v0.2.2
27092026-06-25T00:10:52.199Z Compiling derive-ex v0.1.8
27102026-06-25T00:10:52.212Z Compiling rand_chacha v0.3.1
27112026-06-25T00:10:52.531Z Compiling strum_macros v0.27.2
27122026-06-25T00:10:53.422Z Compiling usdt v0.6.0
27132026-06-25T00:10:53.435Z Compiling compression-core v0.4.32
27142026-06-25T00:10:53.622Z Compiling const-oid v0.10.2
27152026-06-25T00:10:53.824Z Compiling debug-ignore v1.0.5
27162026-06-25T00:10:53.951Z Compiling test-strategy v0.4.5
27172026-06-25T00:10:53.954Z Compiling digest v0.11.3
27182026-06-25T00:10:54.063Z Compiling compression-codecs v0.4.38
27192026-06-25T00:10:54.168Z Compiling rand v0.8.6
27202026-06-25T00:10:54.516Z Compiling macaddr v1.0.1
27212026-06-25T00:10:54.534Z Compiling toml_datetime v1.1.1+spec-1.1.0
27222026-06-25T00:10:54.826Z Compiling encoding_rs v0.8.35
27232026-06-25T00:10:54.986Z Compiling spin v0.9.8
27242026-06-25T00:10:55.053Z Compiling mime v0.3.17
27252026-06-25T00:10:55.117Z Compiling toml v1.1.2+spec-1.1.0
27262026-06-25T00:10:55.317Z Compiling async-compression v0.4.42
27272026-06-25T00:10:55.421Z Compiling sha1 v0.11.0
27282026-06-25T00:10:55.558Z Compiling async-stream v0.3.6
27292026-06-25T00:10:55.801Z Compiling block-buffer v0.10.4
27302026-06-25T00:10:55.829Z Compiling waitgroup v0.1.2
27312026-06-25T00:10:55.842Z Compiling rustls-pemfile v2.2.0
27322026-06-25T00:10:55.994Z Compiling serde_path_to_error v0.1.20
27332026-06-25T00:10:56.120Z Compiling hostname v0.4.2
27342026-06-25T00:10:56.128Z Compiling digest v0.10.7
27352026-06-25T00:10:56.371Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-25T00:10:56.417Z Compiling unicode-width v0.2.2
27372026-06-25T00:10:56.821Z Compiling parse-display-derive v0.10.0
27382026-06-25T00:10:57.022Z Compiling regress v0.10.5
27392026-06-25T00:10:58.129Z Compiling strum v0.26.3
27402026-06-25T00:10:58.452Z Compiling wait-timeout v0.2.1
27412026-06-25T00:10:58.926Z Compiling bit-vec v0.8.0
27422026-06-25T00:10:59.214Z Compiling quick-error v1.2.3
27432026-06-25T00:10:59.335Z Compiling rusty-fork v0.3.1
27442026-06-25T00:10:59.360Z Compiling bit-set v0.8.0
27452026-06-25T00:10:59.365Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-25T00:10:59.561Z Compiling serde_with v3.20.0
27472026-06-25T00:10:59.886Z Compiling rand_xorshift v0.4.0
27482026-06-25T00:10:59.963Z Compiling unarray v0.1.4
27492026-06-25T00:11:00.092Z Compiling proptest v1.11.0
27502026-06-25T00:11:00.106Z Compiling strum v0.27.2
27512026-06-25T00:11:00.174Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27522026-06-25T00:11:00.248Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27532026-06-25T00:11:00.331Z Compiling instant v0.1.13
27542026-06-25T00:11:00.597Z Compiling cpufeatures v0.2.17
27552026-06-25T00:11:00.647Z Compiling iddqd v0.4.2
27562026-06-25T00:11:00.681Z Compiling itertools v0.14.0
27572026-06-25T00:11:00.716Z Compiling clap_derive v4.6.1
27582026-06-25T00:11:01.962Z Compiling utf8parse v0.2.2
27592026-06-25T00:11:02.290Z Compiling anstyle-parse v1.0.0
27602026-06-25T00:11:02.520Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27612026-06-25T00:11:02.627Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-25T00:11:02.777Z Compiling backon v1.6.0
27632026-06-25T00:11:02.804Z Compiling terminal_size v0.4.4
27642026-06-25T00:11:03.361Z Compiling anstyle v1.0.14
27652026-06-25T00:11:03.439Z Compiling anstyle-query v1.1.5
27662026-06-25T00:11:03.560Z Compiling colorchoice v1.0.5
27672026-06-25T00:11:03.689Z Compiling is_terminal_polyfill v1.70.2
27682026-06-25T00:11:03.795Z Compiling anstream v1.0.0
27692026-06-25T00:11:04.420Z Compiling backoff v0.4.0
27702026-06-25T00:11:04.495Z Compiling parse-display v0.10.0
27712026-06-25T00:11:04.637Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27722026-06-25T00:11:05.135Z Compiling clap_lex v1.1.0
27732026-06-25T00:11:05.340Z Compiling humantime v2.3.0
27742026-06-25T00:11:05.509Z Compiling clap_builder v4.6.0
27752026-06-25T00:11:06.237Z Compiling regress v0.11.1
27762026-06-25T00:11:07.475Z Compiling clap v4.6.1
27772026-06-25T00:11:07.862Z Compiling typify-impl v0.6.2
27782026-06-25T00:11:08.831Z Compiling toml_edit v0.25.12+spec-1.1.0
27792026-06-25T00:11:09.382Z Compiling crucible-workspace-hack v0.1.0
27802026-06-25T00:11:09.562Z Compiling proc-macro-crate v3.5.0
27812026-06-25T00:11:09.993Z Compiling zerocopy-derive v0.7.35
27822026-06-25T00:11:10.221Z Compiling unsafe-libyaml v0.2.11
27832026-06-25T00:11:10.894Z Compiling serde_yaml v0.9.34+deprecated
27842026-06-25T00:11:11.201Z Compiling typify-macro v0.6.2
27852026-06-25T00:11:11.659Z Compiling num_enum_derive v0.7.6
27862026-06-25T00:11:12.357Z Compiling darling_core v0.21.3
27872026-06-25T00:11:12.748Z Compiling convert_case v0.4.0
27882026-06-25T00:11:12.980Z Compiling num_enum v0.7.6
27892026-06-25T00:11:13.052Z Compiling derive_more v0.99.20
27902026-06-25T00:11:13.525Z Compiling toml_datetime v0.6.11
27912026-06-25T00:11:14.461Z Compiling darling_macro v0.21.3
27922026-06-25T00:11:14.643Z Compiling typify v0.6.2
27932026-06-25T00:11:14.941Z Compiling secrecy v0.10.3
27942026-06-25T00:11:15.071Z Compiling darling v0.21.3
27952026-06-25T00:11:15.113Z Compiling proc-macro-error-attr v1.0.4
27962026-06-25T00:11:15.320Z Compiling tinyvec_macros v0.1.1
27972026-06-25T00:11:15.397Z Compiling prettyplease v0.2.37
27982026-06-25T00:11:15.497Z Compiling heapless v0.8.0
27992026-06-25T00:11:15.560Z Compiling tinyvec v1.11.0
28002026-06-25T00:11:15.910Z Compiling ingot-macros v0.1.1
28012026-06-25T00:11:16.068Z Compiling zerocopy v0.7.35
28022026-06-25T00:11:16.174Z Compiling tabwriter v1.4.1
28032026-06-25T00:11:16.616Z Compiling crossbeam-epoch v0.9.18
28042026-06-25T00:11:16.727Z Compiling hash32 v0.3.1
28052026-06-25T00:11:16.844Z Compiling scroll_derive v0.12.1
28062026-06-25T00:11:16.895Z Compiling rustc_version v0.4.1
28072026-06-25T00:11:17.120Z Compiling num-integer v0.1.46
28082026-06-25T00:11:17.173Z Compiling usdt-impl v0.5.0
28092026-06-25T00:11:17.461Z Compiling proc-macro-error v1.0.4
28102026-06-25T00:11:17.587Z Compiling pkg-config v0.3.33
28112026-06-25T00:11:17.620Z Compiling smoltcp v0.11.0
28122026-06-25T00:11:17.729Z Compiling data-encoding v2.11.0
28132026-06-25T00:11:17.991Z Compiling rustix v0.38.44
28142026-06-25T00:11:18.037Z Compiling winnow v0.7.15
28152026-06-25T00:11:18.378Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-06-25T00:11:18.608Z Compiling ingot-types v0.1.2
28172026-06-25T00:11:19.030Z Compiling scroll v0.12.0
28182026-06-25T00:11:19.184Z Compiling curve25519-dalek v4.1.3
28192026-06-25T00:11:19.524Z Compiling dof v0.3.0
28202026-06-25T00:11:20.469Z Compiling dtrace-parser v0.2.0
28212026-06-25T00:11:20.556Z Compiling hmac v0.12.1
28222026-06-25T00:11:20.573Z Compiling inout v0.1.4
28232026-06-25T00:11:20.635Z Compiling ff v0.13.1
28242026-06-25T00:11:20.717Z Compiling cobs v0.3.0
28252026-06-25T00:11:20.793Z Compiling bstr v1.12.1
28262026-06-25T00:11:20.977Z Compiling thread-id v4.2.2
28272026-06-25T00:11:21.009Z Compiling colored v3.1.1
28282026-06-25T00:11:21.117Z Compiling static_assertions v1.1.0
28292026-06-25T00:11:21.139Z Compiling bitflags v1.3.2
28302026-06-25T00:11:21.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28312026-06-25T00:11:21.225Z Compiling managed v0.8.0
28322026-06-25T00:11:21.849Z Compiling postcard v1.1.3
28332026-06-25T00:11:21.871Z Compiling group v0.13.0
28342026-06-25T00:11:21.925Z Compiling cipher v0.4.4
28352026-06-25T00:11:21.995Z Compiling hkdf v0.12.4
28362026-06-25T00:11:22.646Z Compiling goblin v0.8.2
28372026-06-25T00:11:22.793Z Compiling ingot v0.1.1
28382026-06-25T00:11:22.807Z Compiling num-iter v0.1.45
28392026-06-25T00:11:22.937Z Compiling num-rational v0.4.2
28402026-06-25T00:11:24.552Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28412026-06-25T00:11:24.767Z Compiling universal-hash v0.5.1
28422026-06-25T00:11:24.925Z Compiling thiserror-impl-no-std v2.0.2
28432026-06-25T00:11:24.938Z Compiling hubpack_derive v0.1.1
28442026-06-25T00:11:25.059Z Compiling crypto-bigint v0.5.5
28452026-06-25T00:11:25.574Z Compiling half v2.7.1
28462026-06-25T00:11:25.851Z Compiling foreign-types-macros v0.2.3
28472026-06-25T00:11:25.921Z Compiling serde_repr v0.1.20
28482026-06-25T00:11:26.027Z Compiling curve25519-dalek-derive v0.1.1
28492026-06-25T00:11:26.537Z Compiling num-complex v0.4.6
28502026-06-25T00:11:27.021Z Compiling memoffset v0.9.1
28512026-06-25T00:11:27.182Z Compiling opaque-debug v0.3.1
28522026-06-25T00:11:27.265Z Compiling cfg_aliases v0.2.1
28532026-06-25T00:11:27.292Z Compiling heck v0.4.1
28542026-06-25T00:11:27.359Z Compiling base64ct v1.8.3
28552026-06-25T00:11:27.749Z Compiling foreign-types-shared v0.3.1
28562026-06-25T00:11:27.811Z Compiling ciborium-io v0.2.2
28572026-06-25T00:11:27.847Z Compiling base16ct v0.2.0
28582026-06-25T00:11:27.861Z Compiling indent_write v2.2.0
28592026-06-25T00:11:28.050Z Compiling elliptic-curve v0.13.8
28602026-06-25T00:11:28.062Z Compiling ciborium-ll v0.2.2
28612026-06-25T00:11:28.321Z Compiling foreign-types v0.5.0
28622026-06-25T00:11:28.408Z Compiling password-hash v0.5.0
28632026-06-25T00:11:28.784Z Compiling nix v0.31.3
28642026-06-25T00:11:29.124Z Compiling poly1305 v0.8.0
28652026-06-25T00:11:29.479Z Compiling num v0.4.3
28662026-06-25T00:11:29.564Z Compiling thiserror-no-std v2.0.2
28672026-06-25T00:11:29.669Z Compiling hubpack v0.1.2
28682026-06-25T00:11:30.896Z Compiling chacha20 v0.9.1
28692026-06-25T00:11:31.403Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28702026-06-25T00:11:31.419Z Compiling reqwest v0.12.28
28712026-06-25T00:11:32.186Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28722026-06-25T00:11:32.665Z Compiling blake2 v0.10.6
28732026-06-25T00:11:32.998Z Compiling aead v0.5.2
28742026-06-25T00:11:33.077Z Compiling byte-wrapper v0.1.0
28752026-06-25T00:11:33.164Z Compiling chacha20 v0.10.0
28762026-06-25T00:11:33.192Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28772026-06-25T00:11:33.463Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28782026-06-25T00:11:34.077Z Compiling cstr-argument v0.1.2
28792026-06-25T00:11:34.280Z Compiling keccak v0.1.6
28802026-06-25T00:11:34.380Z Compiling float-ord v0.3.2
28812026-06-25T00:11:34.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28822026-06-25T00:11:34.499Z Compiling sha3 v0.10.9
28832026-06-25T00:11:34.689Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28842026-06-25T00:11:35.000Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28852026-06-25T00:11:35.097Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28862026-06-25T00:11:35.111Z Compiling rand v0.10.1
28872026-06-25T00:11:35.256Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28882026-06-25T00:11:35.901Z Compiling chacha20poly1305 v0.10.1
28892026-06-25T00:11:36.057Z Compiling argon2 v0.5.3
28902026-06-25T00:11:36.466Z Compiling progenitor-client v0.10.0
28912026-06-25T00:11:36.999Z Compiling rustls-webpki v0.103.13
28922026-06-25T00:11:38.089Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28932026-06-25T00:11:38.341Z Compiling vsss-rs v3.3.4
28942026-06-25T00:11:39.269Z Compiling ciborium v0.2.2
28952026-06-25T00:11:39.654Z Compiling atomicwrites v0.4.4
28962026-06-25T00:11:39.863Z Compiling usdt-attr-macro v0.5.0
28972026-06-25T00:11:39.938Z Compiling usdt-macro v0.5.0
28982026-06-25T00:11:40.892Z Compiling enum-as-inner v0.6.1
28992026-06-25T00:11:41.095Z Compiling num-derive v0.4.2
29002026-06-25T00:11:41.178Z Compiling memmap v0.7.0
29012026-06-25T00:11:41.760Z Compiling tokio-rustls v0.26.4
29022026-06-25T00:11:41.910Z Compiling rustls-platform-verifier v0.7.0
29032026-06-25T00:11:42.077Z Compiling hyper-rustls v0.27.9
29042026-06-25T00:11:42.331Z Compiling reqwest v0.13.4
29052026-06-25T00:11:42.901Z Compiling semver v0.1.20
29062026-06-25T00:11:43.024Z Compiling winnow v0.5.40
29072026-06-25T00:11:43.174Z Compiling rayon-core v1.13.0
29082026-06-25T00:11:43.406Z Compiling rustc_version v0.1.7
29092026-06-25T00:11:43.616Z Compiling usdt v0.5.0
29102026-06-25T00:11:43.745Z Compiling progenitor-client v0.14.0
29112026-06-25T00:11:44.256Z Compiling progenitor-extras v0.2.0
29122026-06-25T00:11:44.451Z Compiling toml_edit v0.19.15
29132026-06-25T00:11:44.604Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29142026-06-25T00:11:46.490Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29152026-06-25T00:11:54.414Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29162026-06-25T00:11:54.805Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29172026-06-25T00:11:56.551Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-25T00:11:56.897Z Compiling similar v2.7.0
29192026-06-25T00:11:56.986Z Compiling crossbeam-deque v0.8.6
29202026-06-25T00:11:57.198Z Compiling serde_spanned v0.6.9
29212026-06-25T00:11:57.222Z Compiling vcpkg v0.2.15
29222026-06-25T00:11:57.536Z Compiling toml_write v0.1.2
29232026-06-25T00:11:57.724Z Compiling lazy_static v1.5.0
29242026-06-25T00:11:57.848Z Compiling bytecount v0.6.9
29252026-06-25T00:11:57.879Z Compiling openssl-sys v0.9.116
29262026-06-25T00:11:58.064Z Compiling toml_edit v0.22.27
29272026-06-25T00:11:59.743Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29282026-06-25T00:12:00.044Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-06-25T00:12:00.324Z Compiling proc-macro-crate v1.3.1
29302026-06-25T00:12:00.337Z Compiling newtype_derive v0.1.6
29312026-06-25T00:12:00.407Z Compiling progenitor-impl v0.13.0
29322026-06-25T00:12:00.450Z Compiling progenitor-impl v0.14.0
29332026-06-25T00:12:00.617Z Compiling itertools v0.12.1
29342026-06-25T00:12:01.275Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29352026-06-25T00:12:01.747Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29362026-06-25T00:12:02.033Z Compiling owo-colors v4.3.0
29372026-06-25T00:12:02.124Z Compiling swrite v0.1.0
29382026-06-25T00:12:02.251Z Compiling resolv-conf v0.7.6
29392026-06-25T00:12:02.321Z Compiling unicode-segmentation v1.13.3
29402026-06-25T00:12:02.410Z Compiling linked-hash-map v0.5.6
29412026-06-25T00:12:02.563Z Compiling progenitor-macro v0.14.0
29422026-06-25T00:12:02.643Z Compiling lru-cache v0.1.2
29432026-06-25T00:12:02.801Z Compiling newline-converter v0.3.0
29442026-06-25T00:12:02.884Z Compiling progenitor-macro v0.13.0
29452026-06-25T00:12:03.006Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29462026-06-25T00:12:03.286Z Compiling num_enum_derive v0.5.11
29472026-06-25T00:12:03.817Z Compiling toml v0.8.23
29482026-06-25T00:12:04.618Z Compiling rayon v1.12.0
29492026-06-25T00:12:04.624Z Compiling progenitor-client v0.13.0
29502026-06-25T00:12:04.624Z Compiling hickory-proto v0.24.4
29512026-06-25T00:12:06.524Z Compiling console v0.15.11
29522026-06-25T00:12:06.896Z Compiling camino-tempfile v1.4.1
29532026-06-25T00:12:07.304Z Compiling serde-big-array v0.5.1
29542026-06-25T00:12:07.332Z Compiling pin-project-internal v1.1.13
29552026-06-25T00:12:07.469Z Compiling derive-where v1.6.1
29562026-06-25T00:12:07.830Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29572026-06-25T00:12:08.399Z Compiling minimal-lexical v0.2.1
29582026-06-25T00:12:08.482Z Compiling siphasher v1.0.3
29592026-06-25T00:12:08.672Z Compiling phf_shared v0.12.1
29602026-06-25T00:12:08.741Z Compiling nom v7.1.3
29612026-06-25T00:12:08.816Z Compiling pin-project v1.1.13
29622026-06-25T00:12:08.938Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29632026-06-25T00:12:09.771Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29642026-06-25T00:12:10.170Z Compiling progenitor v0.13.0
29652026-06-25T00:12:10.328Z Compiling expectorate v1.2.0
29662026-06-25T00:12:10.556Z Compiling progenitor v0.14.0
29672026-06-25T00:12:10.716Z Compiling hickory-resolver v0.24.4
29682026-06-25T00:12:12.952Z Compiling num_enum v0.5.11
29692026-06-25T00:12:13.176Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29702026-06-25T00:12:14.594Z Compiling zone_cfg_derive v0.3.1
29712026-06-25T00:12:15.354Z Compiling unicode-normalization v0.1.25
29722026-06-25T00:12:15.367Z Compiling tokio-stream v0.1.18
29732026-06-25T00:12:15.936Z Compiling snafu-derive v0.8.9
29742026-06-25T00:12:15.962Z Compiling async-recursion v1.1.1
29752026-06-25T00:12:16.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29762026-06-25T00:12:17.043Z Compiling slog-dtrace v0.3.0
29772026-06-25T00:12:17.322Z Compiling csv-core v0.1.13
29782026-06-25T00:12:17.716Z Compiling foreign-types-shared v0.1.1
29792026-06-25T00:12:17.740Z Compiling smawk v0.3.2
29802026-06-25T00:12:17.806Z Compiling unicode-linebreak v0.1.5
29812026-06-25T00:12:17.919Z Compiling unicode-xid v0.2.6
29822026-06-25T00:12:18.066Z Compiling cancel-safe-futures v0.1.5
29832026-06-25T00:12:18.123Z Compiling highway v1.3.0
29842026-06-25T00:12:18.628Z Compiling foldhash v0.1.5
29852026-06-25T00:12:18.651Z Compiling konst_macro_rules v0.2.19
29862026-06-25T00:12:18.651Z Compiling chrono-tz v0.10.4
29872026-06-25T00:12:18.663Z Compiling unicode-width v0.1.14
29882026-06-25T00:12:18.834Z Compiling openssl v0.10.80
29892026-06-25T00:12:18.863Z Compiling same-file v1.0.6
29902026-06-25T00:12:18.997Z Compiling walkdir v2.5.0
29912026-06-25T00:12:19.046Z Compiling konst v0.2.20
29922026-06-25T00:12:19.164Z Compiling hashbrown v0.15.5
29932026-06-25T00:12:19.464Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29942026-06-25T00:12:19.728Z Compiling const_format_proc_macros v0.2.34
29952026-06-25T00:12:19.744Z Compiling textwrap v0.16.2
29962026-06-25T00:12:19.797Z Compiling foreign-types v0.3.2
29972026-06-25T00:12:19.854Z Compiling snafu v0.8.9
29982026-06-25T00:12:19.884Z Compiling csv v1.4.0
29992026-06-25T00:12:20.439Z Compiling qorb v0.4.1
30002026-06-25T00:12:20.449Z Compiling olpc-cjson v0.1.4
30012026-06-25T00:12:20.485Z Compiling zone v0.3.1
30022026-06-25T00:12:20.546Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30032026-06-25T00:12:20.671Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-06-25T00:12:21.221Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30052026-06-25T00:12:21.330Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-25T00:12:25.886Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-25T00:12:25.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30082026-06-25T00:12:25.984Z Compiling phf v0.12.1
30092026-06-25T00:12:25.984Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-06-25T00:12:25.984Z Compiling tokio-dtrace v0.1.1
30112026-06-25T00:12:25.984Z Compiling globset v0.4.18
30122026-06-25T00:12:25.984Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30132026-06-25T00:12:25.984Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-06-25T00:12:26.237Z Compiling smf v0.2.3
30152026-06-25T00:12:26.383Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30162026-06-25T00:12:26.961Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30172026-06-25T00:12:27.404Z Compiling libsw-core v0.3.2
30182026-06-25T00:12:27.482Z Compiling pem v3.0.6
30192026-06-25T00:12:27.603Z Compiling serde_plain v1.0.2
30202026-06-25T00:12:27.909Z Compiling openssl-macros v0.1.1
30212026-06-25T00:12:28.075Z Compiling cookie v0.18.1
30222026-06-25T00:12:28.182Z Compiling sigpipe v0.1.3
30232026-06-25T00:12:28.223Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-06-25T00:12:28.290Z Compiling fixedbitset v0.5.7
30252026-06-25T00:12:28.426Z Compiling glob v0.3.3
30262026-06-25T00:12:28.487Z Compiling typed-path v0.9.3
30272026-06-25T00:12:28.675Z Compiling jiff v0.2.28
30282026-06-25T00:12:28.739Z Compiling fixedbitset v0.4.2
30292026-06-25T00:12:29.130Z Compiling petgraph v0.6.5
30302026-06-25T00:12:29.373Z Compiling petgraph v0.8.3
30312026-06-25T00:12:29.539Z Compiling libsw v3.5.0
30322026-06-25T00:12:29.740Z Compiling tough v0.22.0
30332026-06-25T00:12:30.583Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30342026-06-25T00:12:31.078Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30352026-06-25T00:12:31.502Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-06-25T00:12:31.757Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30372026-06-25T00:12:31.841Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30382026-06-25T00:12:32.066Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-25T00:12:32.537Z Compiling oxide-tokio-rt v0.1.6
30402026-06-25T00:12:33.847Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30412026-06-25T00:12:35.120Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-25T00:12:35.340Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-25T00:12:35.792Z Compiling const_format v0.2.36
30442026-06-25T00:12:36.328Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-25T00:12:37.094Z Compiling papergrid v0.11.0
30462026-06-25T00:12:37.359Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-06-25T00:12:37.823Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30482026-06-25T00:12:38.156Z Compiling libscf-sys v1.2.0
30492026-06-25T00:12:38.316Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-25T00:12:38.454Z Compiling tabled_derive v0.7.0
30512026-06-25T00:12:38.535Z Compiling gethostname v0.5.0
30522026-06-25T00:12:38.683Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30532026-06-25T00:12:39.163Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30542026-06-25T00:12:39.320Z Compiling bcs v0.1.6
30552026-06-25T00:12:39.483Z Compiling linear-map v1.2.0
30562026-06-25T00:12:39.641Z Compiling whoami v1.6.1
30572026-06-25T00:12:39.722Z Compiling tagptr v0.2.0
30582026-06-25T00:12:39.738Z Compiling termtree v0.5.1
30592026-06-25T00:12:39.753Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-06-25T00:12:39.929Z Compiling moka v0.12.15
30612026-06-25T00:12:41.196Z Compiling tabled v0.15.0
30622026-06-25T00:12:41.299Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-06-25T00:12:42.266Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-25T00:12:42.386Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-25T00:12:42.613Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-25T00:12:42.804Z Compiling steno v0.4.1
30672026-06-25T00:12:44.402Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-25T00:12:48.160Z Compiling hickory-proto v0.25.2
30692026-06-25T00:12:48.544Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-25T00:12:49.136Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30712026-06-25T00:12:49.668Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30722026-06-25T00:12:49.785Z Compiling parking_lot_core v0.8.6
30732026-06-25T00:12:49.857Z Compiling nom v8.0.0
30742026-06-25T00:12:50.553Z Compiling hickory-resolver v0.25.2
30752026-06-25T00:12:51.176Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30762026-06-25T00:12:51.272Z Compiling crunchy v0.2.4
30772026-06-25T00:12:51.606Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-06-25T00:12:51.707Z Compiling parking_lot v0.11.2
30792026-06-25T00:12:52.454Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30802026-06-25T00:12:52.496Z Compiling typify-impl v0.4.3
30812026-06-25T00:12:52.618Z Compiling fxhash v0.2.1
30822026-06-25T00:12:52.772Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30832026-06-25T00:12:53.076Z Compiling proc-macro-error-attr2 v2.0.0
30842026-06-25T00:12:53.556Z Compiling tiny-keccak v2.0.2
30852026-06-25T00:12:53.824Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30862026-06-25T00:12:54.133Z Compiling proc-macro-error2 v2.0.1
30872026-06-25T00:12:54.450Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30882026-06-25T00:12:55.897Z Compiling typify-macro v0.4.3
30892026-06-25T00:12:56.389Z Compiling sled v0.34.7
30902026-06-25T00:12:56.993Z Compiling arc-swap v1.9.1
30912026-06-25T00:12:57.353Z Compiling slog-scope v4.4.1
30922026-06-25T00:12:57.715Z Compiling tabled_derive v0.11.0
30932026-06-25T00:12:58.333Z Compiling papergrid v0.18.0
30942026-06-25T00:12:58.851Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30952026-06-25T00:12:58.986Z Compiling testing_table v0.3.0
30962026-06-25T00:12:59.351Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30972026-06-25T00:12:59.434Z Compiling internet-checksum v0.2.1
30982026-06-25T00:12:59.589Z Compiling tabled v0.21.0
30992026-06-25T00:12:59.689Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31002026-06-25T00:12:59.816Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31012026-06-25T00:13:00.411Z Compiling const-random-macro v0.1.16
31022026-06-25T00:13:00.848Z Compiling slog-stdlog v4.1.1
31032026-06-25T00:13:01.293Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31042026-06-25T00:13:01.990Z Compiling dropshot-api-manager-types v0.7.2
31052026-06-25T00:13:02.549Z Compiling ahash v0.8.12
31062026-06-25T00:13:02.845Z Compiling smartstring v1.0.1
31072026-06-25T00:13:03.592Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31082026-06-25T00:13:03.993Z Compiling slog-envlogger v2.2.0
31092026-06-25T00:13:05.162Z Compiling const-random v0.1.18
31102026-06-25T00:13:05.253Z Compiling typify v0.4.3
31112026-06-25T00:13:05.365Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31122026-06-25T00:13:07.460Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31132026-06-25T00:13:09.588Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31142026-06-25T00:13:10.228Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31152026-06-25T00:13:10.713Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31162026-06-25T00:13:12.167Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31172026-06-25T00:13:13.194Z Compiling toml_datetime v0.7.5+spec-1.1.0
31182026-06-25T00:13:13.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31192026-06-25T00:13:13.775Z Compiling crc8 v0.1.1
31202026-06-25T00:13:13.900Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31212026-06-25T00:13:13.953Z Compiling toml v0.9.12+spec-1.1.0
31222026-06-25T00:13:13.971Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-25T00:13:14.456Z Compiling progenitor-impl v0.10.0
31242026-06-25T00:13:15.705Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31252026-06-25T00:13:15.738Z Compiling lzma-sys v0.1.20
31262026-06-25T00:13:16.200Z Compiling sha1 v0.10.6
31272026-06-25T00:13:16.396Z Compiling thin-vec v0.2.18
31282026-06-25T00:13:16.511Z Compiling rhai_codegen v3.2.0
31292026-06-25T00:13:16.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31302026-06-25T00:13:16.767Z Compiling fs-err v3.3.0
31312026-06-25T00:13:17.055Z Compiling utf-8 v0.7.6
31322026-06-25T00:13:17.180Z Compiling typeid v1.0.3
31332026-06-25T00:13:17.293Z Compiling tungstenite v0.21.0
31342026-06-25T00:13:17.787Z Compiling rhai v1.25.1
31352026-06-25T00:13:18.554Z Compiling progenitor-macro v0.10.0
31362026-06-25T00:13:19.509Z Compiling cargo_toml v0.22.3
31372026-06-25T00:13:22.765Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-06-25T00:13:24.366Z Compiling sha2 v0.10.9
31392026-06-25T00:13:24.380Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31402026-06-25T00:13:25.497Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-06-25T00:13:25.626Z Compiling progenitor v0.10.0
31422026-06-25T00:13:25.793Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31432026-06-25T00:13:27.335Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31442026-06-25T00:13:29.495Z Compiling tokio-tungstenite v0.21.0
31452026-06-25T00:13:29.857Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31462026-06-25T00:13:29.972Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31472026-06-25T00:13:30.698Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31482026-06-25T00:13:31.534Z Compiling console v0.16.3
31492026-06-25T00:13:32.097Z Compiling git-stub v1.0.0
31502026-06-25T00:13:32.561Z Compiling is_ci v1.2.0
31512026-06-25T00:13:32.643Z Compiling base64 v0.21.7
31522026-06-25T00:13:32.748Z Compiling unit-prefix v0.5.2
31532026-06-25T00:13:32.796Z Compiling supports-color v3.0.2
31542026-06-25T00:13:32.927Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31552026-06-25T00:13:33.053Z Compiling indicatif v0.18.4
31562026-06-25T00:13:33.249Z Compiling git-stub-vcs v0.1.0
31572026-06-25T00:13:33.995Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31582026-06-25T00:13:35.535Z Compiling ron v0.12.1
31592026-06-25T00:13:35.775Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31602026-06-25T00:13:36.264Z Compiling xz2 v0.1.7
31612026-06-25T00:13:36.614Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31622026-06-25T00:13:36.875Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31632026-06-25T00:13:37.347Z Compiling drift v0.2.0
31642026-06-25T00:13:39.312Z Compiling base16ct v1.0.0
31652026-06-25T00:13:39.735Z Compiling dropshot-api-manager v0.7.2
31662026-06-25T00:13:43.756Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31672026-06-25T00:13:46.183Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31682026-06-25T00:13:47.362Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31692026-06-25T00:13:48.733Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31702026-06-25T00:13:50.099Z Compiling natord v1.0.9
31712026-06-25T00:13:50.398Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31722026-06-25T00:13:50.494Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31732026-06-25T00:13:52.889Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31742026-06-25T00:13:54.598Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31752026-06-25T00:13:56.180Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31762026-06-25T00:14:02.783Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31772026-06-25T00:14:03.858Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31782026-06-25T00:14:04.012Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31792026-06-25T00:14:04.877Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31802026-06-25T00:14:09.301Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31812026-06-25T00:14:33.917Z Finished `release` profile [optimized] target(s) in 4m 23s
31822026-06-25T00:14:34.102Z
31832026-06-25T00:14:34.102Zreal 4:23.163988537
31842026-06-25T00:14:34.102Zuser 30:04.058390894
31852026-06-25T00:14:34.102Zsys 2:45.784441977
31862026-06-25T00:14:34.102Ztrap 0.774007156
31872026-06-25T00:14:34.105Ztflt 1.316297198
31882026-06-25T00:14:34.105Zdflt 1.453971362
31892026-06-25T00:14:34.105Zkflt 0.000108780
31902026-06-25T00:14:34.105Zlock 2:00:15.506277561
31912026-06-25T00:14:34.105Zslp 1:27:12.667329609
31922026-06-25T00:14:34.105Zlat 2:09.510636644
31932026-06-25T00:14:34.105Zstop 3:18.053988789
31942026-06-25T00:14:34.105Z+ for x in debug release
31952026-06-25T00:14:34.105Z+ mkdir -p /work/debug
31962026-06-25T00:14:34.108Z+ cp target/debug/ddmd /work/debug/ddmd
31972026-06-25T00:14:34.560Z+ cp target/debug/ddmadm /work/debug/ddmadm
31982026-06-25T00:14:35.055Z+ cp target/debug/mgd /work/debug/mgd
31992026-06-25T00:14:35.629Z+ cp target/debug/mgadm /work/debug/mgadm
32002026-06-25T00:14:36.066Z+ for x in debug release
32012026-06-25T00:14:36.066Z+ mkdir -p /work/release
32022026-06-25T00:14:36.069Z+ cp target/release/ddmd /work/release/ddmd
32032026-06-25T00:14:36.164Z+ cp target/release/ddmadm /work/release/ddmadm
32042026-06-25T00:14:36.249Z+ cp target/release/mgd /work/release/mgd
32052026-06-25T00:14:36.379Z+ cp target/release/mgadm /work/release/mgadm
32062026-06-25T00:14:36.495Z+ cp target/release/falcon-lab /work/release/falcon-lab
32072026-06-25T00:14:36.573Zprocess exited: duration 674842 ms, exit code 0
 
32082026-06-25T00:14:36.589Zfound 9 output files
32092026-06-25T00:14:36.589Zuploading: /work/debug/ddmadm (513717352 bytes)
32102026-06-25T00:14:44.547Zuploaded: /work/debug/ddmadm
32112026-06-25T00:14:44.558Zuploading: /work/debug/ddmd (588572512 bytes)
32122026-06-25T00:14:53.213Zuploaded: /work/debug/ddmd
32132026-06-25T00:14:53.213Zuploading: /work/debug/mgadm (609388712 bytes)
32142026-06-25T00:15:02.173Zuploaded: /work/debug/mgadm
32152026-06-25T00:15:02.173Zuploading: /work/debug/mgd (688819824 bytes)
32162026-06-25T00:15:11.700Zuploaded: /work/debug/mgd
32172026-06-25T00:15:11.700Zuploading: /work/release/ddmadm (45420224 bytes)
32182026-06-25T00:15:13.041Zuploaded: /work/release/ddmadm
32192026-06-25T00:15:13.041Zuploading: /work/release/ddmd (53075112 bytes)
32202026-06-25T00:15:14.439Zuploaded: /work/release/ddmd
32212026-06-25T00:15:14.439Zuploading: /work/release/falcon-lab (39489152 bytes)
32222026-06-25T00:15:15.690Zuploaded: /work/release/falcon-lab
32232026-06-25T00:15:15.690Zuploading: /work/release/mgadm (60257504 bytes)
32242026-06-25T00:15:17.087Zuploaded: /work/release/mgadm
32252026-06-25T00:15:17.087Zuploading: /work/release/mgd (72093936 bytes)
32262026-06-25T00:15:18.626Zuploaded: /work/release/mgd