01KVDE2B8J4VV7C0F6D0ACM4S6: 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: 01KVDE2TQCHQCZJE522805BMHX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T13:18:30.924Zjob assigned to worker 01KVDE2XB81EPG0ZJ5D9ZBGJ1P [factory aws, i-0e539ad7fec4d04d6] (queued for 44 s)
 
22026-06-18T13:18:37.746Zstarting task 0: "setup"
32026-06-18T13:18:37.752Z++ uname -s
42026-06-18T13:18:37.755Z+ kern=SunOS
52026-06-18T13:18:37.755Z+ build_user=build
62026-06-18T13:18:37.755Z+ build_uid=12345
72026-06-18T13:18:37.755Z+ work_dir=/work
82026-06-18T13:18:37.755Z+ input_dir=/input
92026-06-18T13:18:37.755Z+ [[ 0 == 12345 ]]
102026-06-18T13:18:37.755Z+ case "$kern" in
112026-06-18T13:18:37.755Z+ groupadd -g 12345 build
122026-06-18T13:18:37.758Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T13:18:39.761Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T13:18:39.846Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T13:18:39.849Z+ home_fs=zfs
162026-06-18T13:18:39.849Z+ [[ zfs == autofs ]]
172026-06-18T13:18:39.849Z+ mkdir -p /home/build
182026-06-18T13:18:39.849Z+ chown build:build /home/build /work
192026-06-18T13:18:41.850Z+ chmod 0700 /home/build /work
202026-06-18T13:18:41.853Zprocess exited: duration 4104 ms, exit code 0
 
212026-06-18T13:18:41.859Zstarting task 1: "rust-toolchain"
222026-06-18T13:18:41.862Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-18T13:18:41.862Z * rust toolchain channel = "stable"
242026-06-18T13:18:41.862Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-18T13:18:41.862Z * rust toolchain profile = "default"
262026-06-18T13:18:41.862Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T13:18:41.862Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T13:18:41.865Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T13:18:41.865Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-18T13:18:41.982Zinfo: downloading installer
312026-06-18T13:18:43.375Zwarn: It looks like you have an existing installation of Rust at:
322026-06-18T13:18:43.375Zwarn: /opt/ooce/bin
332026-06-18T13:18:43.375Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-18T13:18:43.375Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-18T13:18:43.375Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-18T13:18:43.375Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-18T13:18:43.375Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-18T13:18:43.375Zerror: cannot install while Rust is installed
392026-06-18T13:18:43.375Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-18T13:18:43.375Zwarn: It looks like you have an existing rustup settings file at:
412026-06-18T13:18:43.375Zwarn: /home/build/.rustup/settings.toml
422026-06-18T13:18:43.375Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-18T13:18:43.375Zwarn: instead of the one inferred from the default host triple.
442026-06-18T13:18:43.388Zinfo: profile set to default
452026-06-18T13:18:43.388Zinfo: default host triple is x86_64-unknown-illumos
462026-06-18T13:18:43.391Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-18T13:18:43.524Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-18T13:18:43.527Zinfo: downloading 6 components
492026-06-18T13:18:58.596Z
502026-06-18T13:18:58.596Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-18T13:18:58.632Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-18T13:18:58.632Z
532026-06-18T13:18:58.632Z
542026-06-18T13:18:58.632ZRust is installed now. Great!
552026-06-18T13:18:58.632Z
562026-06-18T13:18:58.632ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-18T13:18:58.633Zenvironment variable. This has not been done automatically.
582026-06-18T13:18:58.633Z
592026-06-18T13:18:58.633ZTo configure your current shell, you need to source
602026-06-18T13:18:58.633Zthe corresponding env file under $HOME/.cargo.
612026-06-18T13:18:58.633Z
622026-06-18T13:18:58.633ZThis is usually done by running one of the following (note the leading DOT):
632026-06-18T13:18:58.633Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-18T13:18:58.633Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-18T13:18:58.633Zsource "~/.cargo/env.nu" # For nushell
662026-06-18T13:18:58.633Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-18T13:18:58.636Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-18T13:18:58.636Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-18T13:18:58.636Zwarn: no default linker (`cc`) was found in your PATH
702026-06-18T13:18:58.636Zwarn: many Rust crates require a system C toolchain to build
712026-06-18T13:18:58.722Z+ rustup --version
722026-06-18T13:18:58.731Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-18T13:18:58.734Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-18T13:18:58.751Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-18T13:18:58.755Z+ cargo --version
762026-06-18T13:18:58.767Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-18T13:18:58.770Z+ rustc --version
782026-06-18T13:18:58.788Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-18T13:18:58.792Zprocess exited: duration 16929 ms, exit code 0
 
802026-06-18T13:18:58.797Zstarting task 2: "authentication"
812026-06-18T13:18:58.813Zprocess exited: duration 15 ms, exit code 0
 
822026-06-18T13:18:58.819Zstarting task 3: "clone repository"
832026-06-18T13:18:58.822Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-18T13:18:58.825Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-18T13:18:58.853ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-18T13:18:59.986Z+ cd /work/oxidecomputer/maghemite
872026-06-18T13:18:59.986Z+ git fetch origin a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
882026-06-18T13:19:00.270ZFrom https://github.com/oxidecomputer/maghemite
892026-06-18T13:19:00.270Z * branch a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d -> FETCH_HEAD
902026-06-18T13:19:00.275Z+ [[ -n trey/ttl-dscp ]]
912026-06-18T13:19:00.279Z++ git branch --show-current
922026-06-18T13:19:00.279Z+ current=main
932026-06-18T13:19:00.279Z+ [[ main != trey/ttl-dscp ]]
942026-06-18T13:19:00.279Z+ git branch -f trey/ttl-dscp a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
952026-06-18T13:19:00.282Z+ git checkout -f trey/ttl-dscp
962026-06-18T13:19:00.299ZSwitched to branch 'trey/ttl-dscp'
972026-06-18T13:19:00.302Z+ git reset --hard a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
982026-06-18T13:19:00.318ZHEAD is now at a5bbbd0 Merge branch 'main' into trey/ttl-dscp
992026-06-18T13:19:00.323Zprocess exited: duration 1498 ms, exit code 0
 
1002026-06-18T13:19:00.330Zstarting task 4: "build"
1012026-06-18T13:19:00.334Z+ pfexec pkg install clang-15
1022026-06-18T13:19:09.401Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-18T13:19:17.083Z Startup: Caching catalogs ... Done
1042026-06-18T13:19:24.318ZPlanning: Solver setup ... Done
1052026-06-18T13:19:24.359ZPlanning: Running solver ... Done
1062026-06-18T13:19:24.502ZPlanning: Finding local manifests ... Done
1072026-06-18T13:19:24.513ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-18T13:19:24.603ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-18T13:19:24.633ZPlanning: Package planning ... Done
1102026-06-18T13:19:24.659ZPlanning: Merging actions ... Done
1112026-06-18T13:19:24.767ZPlanning: Checking for conflicting actions ... Done
1122026-06-18T13:19:24.773ZPlanning: Consolidating action changes ... Done
1132026-06-18T13:19:25.535ZPlanning: Evaluating mediators ... Done
1142026-06-18T13:19:25.540ZPlanning: Planning completed in 8.29 seconds
1152026-06-18T13:19:25.551Z Packages to install: 2
1162026-06-18T13:19:25.551Z Mediators to change: 2
1172026-06-18T13:19:25.554Z Services to change: 1
1182026-06-18T13:19:25.554Z Create boot environment: No
1192026-06-18T13:19:25.554ZCreate backup boot environment: No
1202026-06-18T13:19:25.593Z
1212026-06-18T13:19:25.593ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-18T13:19:30.595ZDownload: 1642/3076 items 116.5/211.3MB 55% complete (23.7M/s)
1232026-06-18T13:19:35.596ZDownload: 2994/3076 items 171.0/211.3MB 80% complete (17.0M/s)
1242026-06-18T13:19:38.635ZDownload: Completed 211.31 MB in 13.04 seconds (16.2M/s)
1252026-06-18T13:19:38.767Z Actions: 1/3418 actions (Installing new actions)
1262026-06-18T13:19:41.908Z Actions: Completed 3418 actions in 3.14 seconds.
1272026-06-18T13:19:42.538Z Done
1282026-06-18T13:19:42.538Z Done
1292026-06-18T13:19:43.271Z Done
1302026-06-18T13:19:46.605Z Done
1312026-06-18T13:19:46.672Z Done
1322026-06-18T13:19:46.675Z Done
1332026-06-18T13:19:46.969Z Done
1342026-06-18T13:19:47.645Z+ cargo --version
1352026-06-18T13:19:47.651Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1362026-06-18T13:19:47.821Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1372026-06-18T13:19:47.824Zinfo: downloading 6 components
1382026-06-18T13:20:02.689Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1392026-06-18T13:20:02.692Z+ rustc --version
1402026-06-18T13:20:02.718Zrustc 1.95.0 (59807616e 2026-04-14)
1412026-06-18T13:20:02.722Z+ banner check
1422026-06-18T13:20:02.724Z
1432026-06-18T13:20:02.724Z #### # # ###### #### # #
1442026-06-18T13:20:02.724Z # # # # # # # # #
1452026-06-18T13:20:02.724Z # ###### ##### # ####
1462026-06-18T13:20:02.724Z # # # # # # #
1472026-06-18T13:20:02.724Z # # # # # # # # #
1482026-06-18T13:20:02.725Z #### # # ###### #### # #
1492026-06-18T13:20:02.725Z
1502026-06-18T13:20:02.725Z+ cargo fmt -- --check
1512026-06-18T13:20:03.117Z+ cargo clippy --all-targets -- --deny warnings
1522026-06-18T13:20:03.228Z Updating git repository `https://github.com/oxidecomputer/falcon`
1532026-06-18T13:20:03.879ZFrom https://github.com/oxidecomputer/falcon
1542026-06-18T13:20:03.879Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1552026-06-18T13:20:03.959Z Updating crates.io index
1562026-06-18T13:20:03.962Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1572026-06-18T13:20:04.597ZFrom https://github.com/oxidecomputer/dendrite
1582026-06-18T13:20:04.597Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1592026-06-18T13:20:04.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
1602026-06-18T13:20:05.040ZFrom https://github.com/oxidecomputer/ispf
1612026-06-18T13:20:05.040Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1622026-06-18T13:20:05.046Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-18T13:20:05.491ZFrom https://github.com/oxidecomputer/netadm-sys
1642026-06-18T13:20:05.491Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1652026-06-18T13:20:05.499Z Updating git repository `https://github.com/oxidecomputer/omicron`
1662026-06-18T13:20:15.124ZFrom https://github.com/oxidecomputer/omicron
1672026-06-18T13:20:15.124Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1682026-06-18T13:20:15.548Z Updating git repository `https://github.com/oxidecomputer/opte`
1692026-06-18T13:20:16.195ZFrom https://github.com/oxidecomputer/opte
1702026-06-18T13:20:16.195Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1712026-06-18T13:20:16.226Z Updating git repository `https://github.com/illumos/smf-rs`
1722026-06-18T13:20:16.553ZFrom https://github.com/illumos/smf-rs
1732026-06-18T13:20:16.553Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1742026-06-18T13:20:16.806Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1752026-06-18T13:20:17.137ZFrom https://github.com/oxidecomputer/network-interface
1762026-06-18T13:20:17.137Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1772026-06-18T13:20:17.257Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-06-18T13:20:17.544ZFrom https://github.com/oxidecomputer/zone
1792026-06-18T13:20:17.544Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1802026-06-18T13:20:17.605Z Updating git repository `https://github.com/oxidecomputer/propolis`
1812026-06-18T13:20:18.413ZFrom https://github.com/oxidecomputer/propolis
1822026-06-18T13:20:18.413Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1832026-06-18T13:20:18.587Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1842026-06-18T13:20:19.154ZFrom https://github.com/oxidecomputer/transceiver-control
1852026-06-18T13:20:19.154Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1862026-06-18T13:20:19.164Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1872026-06-18T13:20:19.482ZFrom https://github.com/oxidecomputer/dlpi-sys
1882026-06-18T13:20:19.482Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1892026-06-18T13:20:19.496Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1902026-06-18T13:20:19.980ZFrom https://github.com/jmesmon/rust-libzfs
1912026-06-18T13:20:19.980Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1922026-06-18T13:20:19.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1932026-06-18T13:20:20.331ZFrom https://github.com/oxidecomputer/rusty-doors
1942026-06-18T13:20:20.331Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1952026-06-18T13:20:20.383Z Updating git repository `https://github.com/oxidecomputer/lldp`
1962026-06-18T13:20:20.934ZFrom https://github.com/oxidecomputer/lldp
1972026-06-18T13:20:20.934Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1982026-06-18T13:20:20.982Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1992026-06-18T13:20:21.317ZFrom https://github.com/oxidecomputer/slog-error-chain
2002026-06-18T13:20:21.317Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2012026-06-18T13:20:21.325Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2022026-06-18T13:20:21.673ZFrom https://github.com/oxidecomputer/tufaceous
2032026-06-18T13:20:21.673Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2042026-06-18T13:20:21.701Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2052026-06-18T13:20:22.198ZFrom https://github.com/oxidecomputer/management-gateway-service
2062026-06-18T13:20:22.198Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2072026-06-18T13:20:22.364Z Updating git repository `https://github.com/oxidecomputer/crucible`
2082026-06-18T13:20:23.269ZFrom https://github.com/oxidecomputer/crucible
2092026-06-18T13:20:23.270Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2102026-06-18T13:20:24.328Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2112026-06-18T13:20:24.635ZFrom https://github.com/oxidecomputer/serde_human_bytes
2122026-06-18T13:20:24.635Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2132026-06-18T13:20:24.669Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142026-06-18T13:20:25.281ZFrom https://github.com/oxidecomputer/propolis
2152026-06-18T13:20:25.281Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2162026-06-18T13:20:25.606Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172026-06-18T13:20:26.424ZFrom https://github.com/oxidecomputer/crucible
2182026-06-18T13:20:26.424Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2192026-06-18T13:20:26.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-06-18T13:20:27.044ZFrom https://github.com/oxidecomputer/tofino
2212026-06-18T13:20:27.044Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2222026-06-18T13:20:27.055Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-18T13:20:27.756ZFrom https://github.com/oxidecomputer/maghemite
2242026-06-18T13:20:27.756Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2252026-06-18T13:20:27.798Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-06-18T13:20:28.100ZFrom https://github.com/oxidecomputer/clickward
2272026-06-18T13:20:28.100Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2282026-06-18T13:20:28.237Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-06-18T13:20:28.695ZFrom https://github.com/oxidecomputer/illumos-devinfo
2302026-06-18T13:20:28.695Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2312026-06-18T13:20:29.529Z Downloading crates ...
2322026-06-18T13:20:29.591Z Downloaded adler2 v2.0.1
2332026-06-18T13:20:29.597Z Downloaded bit-set v0.8.0
2342026-06-18T13:20:29.600Z Downloaded base64ct v1.8.3
2352026-06-18T13:20:29.602Z Downloaded blake2 v0.10.6
2362026-06-18T13:20:29.606Z Downloaded atomic-waker v1.1.2
2372026-06-18T13:20:29.609Z Downloaded atomicwrites v0.4.4
2382026-06-18T13:20:29.612Z Downloaded aead v0.5.2
2392026-06-18T13:20:29.623Z Downloaded crypto-common v0.2.2
2402026-06-18T13:20:29.626Z Downloaded dof v0.4.0
2412026-06-18T13:20:29.629Z Downloaded autocfg v1.5.1
2422026-06-18T13:20:29.631Z Downloaded digest v0.10.7
2432026-06-18T13:20:29.634Z Downloaded dof v0.3.0
2442026-06-18T13:20:29.637Z Downloaded cobs v0.3.0
2452026-06-18T13:20:29.640Z Downloaded displaydoc v0.2.6
2462026-06-18T13:20:29.642Z Downloaded fnv v1.0.7
2472026-06-18T13:20:29.642Z Downloaded derive-ex v0.1.8
2482026-06-18T13:20:29.645Z Downloaded block-buffer v0.10.4
2492026-06-18T13:20:29.648Z Downloaded clap_lex v1.1.0
2502026-06-18T13:20:29.651Z Downloaded foreign-types-macros v0.2.3
2512026-06-18T13:20:29.651Z Downloaded fxhash v0.2.1
2522026-06-18T13:20:29.654Z Downloaded ciborium-io v0.2.2
2532026-06-18T13:20:29.657Z Downloaded foreign-types-shared v0.3.1
2542026-06-18T13:20:29.659Z Downloaded heck v0.4.1
2552026-06-18T13:20:29.659Z Downloaded futures-core v0.3.32
2562026-06-18T13:20:29.662Z Downloaded cstr-argument v0.1.2
2572026-06-18T13:20:29.665Z Downloaded crossbeam-deque v0.8.6
2582026-06-18T13:20:29.668Z Downloaded foldhash v0.1.5
2592026-06-18T13:20:29.668Z Downloaded defmt-parser v1.0.0
2602026-06-18T13:20:29.671Z Downloaded const-random v0.1.18
2612026-06-18T13:20:29.674Z Downloaded foreign-types-shared v0.1.1
2622026-06-18T13:20:29.674Z Downloaded foreign-types v0.3.2
2632026-06-18T13:20:29.676Z Downloaded futures-task v0.3.32
2642026-06-18T13:20:29.679Z Downloaded crunchy v0.2.4
2652026-06-18T13:20:29.679Z Downloaded fs_extra v1.3.0
2662026-06-18T13:20:29.682Z Downloaded anstream v1.0.0
2672026-06-18T13:20:29.685Z Downloaded futures-sink v0.3.32
2682026-06-18T13:20:29.687Z Downloaded hostname v0.4.2
2692026-06-18T13:20:29.690Z Downloaded darling v0.23.0
2702026-06-18T13:20:29.693Z Downloaded futures-macro v0.3.32
2712026-06-18T13:20:29.696Z Downloaded diff v0.1.13
2722026-06-18T13:20:29.699Z Downloaded http-body v1.0.1
2732026-06-18T13:20:29.702Z Downloaded git-stub v1.0.0
2742026-06-18T13:20:29.704Z Downloaded float-ord v0.3.2
2752026-06-18T13:20:29.704Z Downloaded hash32 v0.3.1
2762026-06-18T13:20:29.707Z Downloaded dtrace-parser v0.3.0
2772026-06-18T13:20:29.710Z Downloaded foreign-types v0.5.0
2782026-06-18T13:20:29.710Z Downloaded embedded-io v0.4.0
2792026-06-18T13:20:29.713Z Downloaded hostname v0.3.1
2802026-06-18T13:20:29.715Z Downloaded critical-section v1.2.0
2812026-06-18T13:20:29.718Z Downloaded byteorder v1.5.0
2822026-06-18T13:20:29.721Z Downloaded group v0.13.0
2832026-06-18T13:20:29.721Z Downloaded futures-io v0.3.32
2842026-06-18T13:20:29.724Z Downloaded cpufeatures v0.3.0
2852026-06-18T13:20:29.726Z Downloaded fastrand v2.4.1
2862026-06-18T13:20:29.729Z Downloaded dropshot-api-manager-types v0.7.2
2872026-06-18T13:20:29.729Z Downloaded fixedbitset v0.4.2
2882026-06-18T13:20:29.732Z Downloaded form_urlencoded v1.2.2
2892026-06-18T13:20:29.735Z Downloaded darling_macro v0.21.3
2902026-06-18T13:20:29.735Z Downloaded heck v0.5.0
2912026-06-18T13:20:29.738Z Downloaded compression-codecs v0.4.38
2922026-06-18T13:20:29.741Z Downloaded gethostname v0.5.0
2932026-06-18T13:20:29.743Z Downloaded hubpack_derive v0.1.1
2942026-06-18T13:20:29.743Z Downloaded httpdate v1.0.3
2952026-06-18T13:20:29.746Z Downloaded hubpack v0.1.2
2962026-06-18T13:20:29.746Z Downloaded embedded-io v0.6.1
2972026-06-18T13:20:29.749Z Downloaded dtrace-parser v0.2.0
2982026-06-18T13:20:29.752Z Downloaded bytecount v0.6.9
2992026-06-18T13:20:29.755Z Downloaded derive_more v0.99.20
3002026-06-18T13:20:29.758Z Downloaded data-encoding v2.11.0
3012026-06-18T13:20:29.760Z Downloaded daft v0.1.7
3022026-06-18T13:20:29.760Z Downloaded anstyle v1.0.14
3032026-06-18T13:20:29.763Z Downloaded indent_write v2.2.0
3042026-06-18T13:20:29.766Z Downloaded instant v0.1.13
3052026-06-18T13:20:29.768Z Downloaded http-body-util v0.1.3
3062026-06-18T13:20:29.768Z Downloaded globset v0.4.18
3072026-06-18T13:20:29.771Z Downloaded highway v1.3.0
3082026-06-18T13:20:29.774Z Downloaded crossbeam-utils v0.8.21
3092026-06-18T13:20:29.777Z Downloaded internet-checksum v0.2.1
3102026-06-18T13:20:29.777Z Downloaded foldhash v0.2.0
3112026-06-18T13:20:29.780Z Downloaded anyhow v1.0.102
3122026-06-18T13:20:29.782Z Downloaded git-stub-vcs v0.1.0
3132026-06-18T13:20:29.785Z Downloaded daft-derive v0.1.7
3142026-06-18T13:20:29.788Z Downloaded crossbeam-epoch v0.9.18
3152026-06-18T13:20:29.791Z Downloaded fs-err v3.3.0
3162026-06-18T13:20:29.794Z Downloaded futures-executor v0.3.32
3172026-06-18T13:20:29.796Z Downloaded libscf-sys v1.2.0
3182026-06-18T13:20:29.799Z Downloaded is_ci v1.2.0
3192026-06-18T13:20:29.799Z Downloaded is-terminal v0.4.17
3202026-06-18T13:20:29.802Z Downloaded humantime v2.3.0
3212026-06-18T13:20:29.802Z Downloaded memmap v0.7.0
3222026-06-18T13:20:29.805Z Downloaded mime v0.3.17
3232026-06-18T13:20:29.807Z Downloaded linked-hash-map v0.5.6
3242026-06-18T13:20:29.807Z Downloaded lazy_static v1.5.0
3252026-06-18T13:20:29.811Z Downloaded fixedbitset v0.5.7
3262026-06-18T13:20:29.813Z Downloaded hyper-rustls v0.27.9
3272026-06-18T13:20:29.813Z Downloaded colored v3.1.1
3282026-06-18T13:20:29.816Z Downloaded glob v0.3.3
3292026-06-18T13:20:29.819Z Downloaded match_cfg v0.1.0
3302026-06-18T13:20:29.821Z Downloaded newtype-uuid-macros v0.1.0
3312026-06-18T13:20:29.822Z Downloaded defmt v1.1.0
3322026-06-18T13:20:29.825Z Downloaded num-conv v0.2.2
3332026-06-18T13:20:29.827Z Downloaded no-std-compat v0.4.1
3342026-06-18T13:20:29.830Z Downloaded newtype_derive v0.1.6
3352026-06-18T13:20:29.830Z Downloaded natord v1.0.9
3362026-06-18T13:20:29.833Z Downloaded managed v0.8.0
3372026-06-18T13:20:29.833Z Downloaded clap v4.6.1
3382026-06-18T13:20:29.839Z Downloaded num-iter v0.1.45
3392026-06-18T13:20:29.842Z Downloaded is_terminal_polyfill v1.70.2
3402026-06-18T13:20:29.845Z Downloaded ingot-types v0.1.2
3412026-06-18T13:20:29.845Z Downloaded itoa v1.0.18
3422026-06-18T13:20:29.847Z Downloaded olpc-cjson v0.1.4
3432026-06-18T13:20:29.847Z Downloaded num-derive v0.4.2
3442026-06-18T13:20:29.850Z Downloaded ipnetwork v0.21.1
3452026-06-18T13:20:29.853Z Downloaded openssl-macros v0.1.1
3462026-06-18T13:20:29.853Z Downloaded omicron-workspace-hack v0.1.0
3472026-06-18T13:20:29.855Z Downloaded getrandom v0.3.4
3482026-06-18T13:20:29.858Z Downloaded hybrid-array v0.4.12
3492026-06-18T13:20:29.861Z Downloaded darling v0.21.3
3502026-06-18T13:20:29.864Z Downloaded openssl-probe v0.2.1
3512026-06-18T13:20:29.866Z Downloaded opaque-debug v0.3.1
3522026-06-18T13:20:29.866Z Downloaded keccak v0.1.6
3532026-06-18T13:20:29.869Z Downloaded base64 v0.21.7
3542026-06-18T13:20:29.872Z Downloaded memoffset v0.9.1
3552026-06-18T13:20:29.878Z Downloaded lock_api v0.4.14
3562026-06-18T13:20:29.878Z Downloaded linear-map v1.2.0
3572026-06-18T13:20:29.878Z Downloaded libsw-core v0.3.2
3582026-06-18T13:20:29.881Z Downloaded lru-cache v0.1.2
3592026-06-18T13:20:29.881Z Downloaded plain v0.2.3
3602026-06-18T13:20:29.882Z Downloaded iana-time-zone v0.1.65
3612026-06-18T13:20:29.884Z Downloaded libsw v3.5.0
3622026-06-18T13:20:29.887Z Downloaded percent-encoding v2.3.2
3632026-06-18T13:20:29.887Z Downloaded backon v1.6.0
3642026-06-18T13:20:29.890Z Downloaded num_threads v0.1.7
3652026-06-18T13:20:29.893Z Downloaded allocator-api2 v0.2.21
3662026-06-18T13:20:29.896Z Downloaded powerfmt v0.2.0
3672026-06-18T13:20:29.896Z Downloaded arc-swap v1.9.1
3682026-06-18T13:20:29.898Z Downloaded phf_shared v0.12.1
3692026-06-18T13:20:29.901Z Downloaded pretty-hex v0.4.2
3702026-06-18T13:20:29.901Z Downloaded potential_utf v0.1.5
3712026-06-18T13:20:29.904Z Downloaded num_enum v0.5.11
3722026-06-18T13:20:29.907Z Downloaded num-integer v0.1.46
3732026-06-18T13:20:29.909Z Downloaded num_enum_derive v0.7.6
3742026-06-18T13:20:29.912Z Downloaded num_enum v0.7.6
3752026-06-18T13:20:29.915Z Downloaded proc-macro-crate v3.5.0
3762026-06-18T13:20:29.918Z Downloaded oxnet v0.1.6
3772026-06-18T13:20:29.918Z Downloaded ingot-macros v0.1.1
3782026-06-18T13:20:29.921Z Downloaded proc-macro-error-attr2 v2.0.0
3792026-06-18T13:20:29.921Z Downloaded proc-macro-error-attr v1.0.4
3802026-06-18T13:20:29.924Z Downloaded progenitor-client v0.10.0
3812026-06-18T13:20:29.924Z Downloaded parse-display v0.10.0
3822026-06-18T13:20:29.927Z Downloaded owo-colors v4.3.0
3832026-06-18T13:20:29.927Z Downloaded progenitor-macro v0.14.0
3842026-06-18T13:20:29.930Z Downloaded progenitor-macro v0.10.0
3852026-06-18T13:20:29.930Z Downloaded progenitor-macro v0.13.0
3862026-06-18T13:20:29.932Z Downloaded heapless v0.8.0
3872026-06-18T13:20:29.936Z Downloaded futures v0.3.32
3882026-06-18T13:20:29.939Z Downloaded litemap v0.8.2
3892026-06-18T13:20:29.942Z Downloaded parse-display-derive v0.10.0
3902026-06-18T13:20:29.942Z Downloaded paste v1.0.15
3912026-06-18T13:20:29.945Z Downloaded dropshot_endpoint v0.17.1
3922026-06-18T13:20:29.948Z Downloaded phf v0.12.1
3932026-06-18T13:20:29.950Z Downloaded pem v3.0.6
3942026-06-18T13:20:29.950Z Downloaded password-hash v0.5.0
3952026-06-18T13:20:29.953Z Downloaded parking_lot_core v0.8.6
3962026-06-18T13:20:29.953Z Downloaded ref-cast-impl v1.0.25
3972026-06-18T13:20:29.956Z Downloaded darling_core v0.21.3
3982026-06-18T13:20:29.959Z Downloaded pkg-config v0.3.33
3992026-06-18T13:20:29.962Z Downloaded poly1305 v0.8.0
4002026-06-18T13:20:29.964Z Downloaded memmap2 v0.9.10
4012026-06-18T13:20:29.964Z Downloaded pin-project-lite v0.2.17
4022026-06-18T13:20:29.968Z Downloaded ref-cast v1.0.25
4032026-06-18T13:20:29.971Z Downloaded ppv-lite86 v0.2.21
4042026-06-18T13:20:29.973Z Downloaded const_format v0.2.36
4052026-06-18T13:20:29.976Z Downloaded indexmap v1.9.3
4062026-06-18T13:20:29.979Z Downloaded icu_properties v2.2.0
4072026-06-18T13:20:29.981Z Downloaded progenitor v0.10.0
4082026-06-18T13:20:29.984Z Downloaded rand_xorshift v0.4.0
4092026-06-18T13:20:29.984Z Downloaded hmac v0.12.1
4102026-06-18T13:20:29.987Z Downloaded rustc_version v0.1.7
4112026-06-18T13:20:29.987Z Downloaded proc-macro-crate v1.3.1
4122026-06-18T13:20:29.990Z Downloaded rustc_version v0.4.1
4132026-06-18T13:20:29.990Z Downloaded once_cell v1.21.4
4142026-06-18T13:20:29.992Z Downloaded clap_derive v4.6.1
4152026-06-18T13:20:29.995Z Downloaded progenitor v0.13.0
4162026-06-18T13:20:29.995Z Downloaded quick-error v1.2.3
4172026-06-18T13:20:29.998Z Downloaded rustc-hash v2.1.2
4182026-06-18T13:20:29.998Z Downloaded rand_chacha v0.3.1
4192026-06-18T13:20:30.001Z Downloaded progenitor-client v0.13.0
4202026-06-18T13:20:30.001Z Downloaded same-file v1.0.6
4212026-06-18T13:20:30.004Z Downloaded progenitor v0.14.0
4222026-06-18T13:20:30.004Z Downloaded proc-macro-error2 v2.0.1
4232026-06-18T13:20:30.007Z Downloaded parking_lot v0.12.5
4242026-06-18T13:20:30.007Z Downloaded oxide-tokio-rt v0.1.6
4252026-06-18T13:20:30.010Z Downloaded num-rational v0.4.2
4262026-06-18T13:20:30.010Z Downloaded newtype-uuid v1.3.2
4272026-06-18T13:20:30.012Z Downloaded getrandom v0.4.2
4282026-06-18T13:20:30.015Z Downloaded pest_derive v2.8.6
4292026-06-18T13:20:30.015Z Downloaded parking_lot_core v0.9.12
4302026-06-18T13:20:30.018Z Downloaded progenitor-extras v0.2.0
4312026-06-18T13:20:30.021Z Downloaded rand_core v0.9.5
4322026-06-18T13:20:30.021Z Downloaded rand_core v0.6.4
4332026-06-18T13:20:30.023Z Downloaded progenitor-client v0.14.0
4342026-06-18T13:20:30.023Z Downloaded scopeguard v1.2.0
4352026-06-18T13:20:30.023Z Downloaded secrecy v0.10.3
4362026-06-18T13:20:30.026Z Downloaded chacha20poly1305 v0.10.1
4372026-06-18T13:20:30.026Z Downloaded pin-project-internal v1.1.13
4382026-06-18T13:20:30.029Z Downloaded indicatif v0.18.4
4392026-06-18T13:20:30.032Z Downloaded quote v1.0.45
4402026-06-18T13:20:30.032Z Downloaded crypto-bigint v0.5.5
4412026-06-18T13:20:30.035Z Downloaded semver v0.1.20
4422026-06-18T13:20:30.038Z Downloaded half v2.7.1
4432026-06-18T13:20:30.041Z Downloaded scroll_derive v0.13.1
4442026-06-18T13:20:30.041Z Downloaded serde_plain v1.0.2
4452026-06-18T13:20:30.041Z Downloaded serde-big-array v0.5.1
4462026-06-18T13:20:30.044Z Downloaded scroll_derive v0.12.1
4472026-06-18T13:20:30.044Z Downloaded cc v1.2.63
4482026-06-18T13:20:30.047Z Downloaded rand_chacha v0.9.0
4492026-06-18T13:20:30.047Z Downloaded bytes v1.11.1
4502026-06-18T13:20:30.049Z Downloaded num-traits v0.2.19
4512026-06-18T13:20:30.052Z Downloaded async-compression v0.4.42
4522026-06-18T13:20:30.055Z Downloaded rand_core v0.10.1
4532026-06-18T13:20:30.058Z Downloaded serial_test v3.5.0
4542026-06-18T13:20:30.060Z Downloaded serde_spanned v1.1.1
4552026-06-18T13:20:30.060Z Downloaded serde_urlencoded v0.7.1
4562026-06-18T13:20:30.063Z Downloaded resolv-conf v0.7.6
4572026-06-18T13:20:30.063Z Downloaded serde_spanned v0.6.9
4582026-06-18T13:20:30.063Z Downloaded rustls-native-certs v0.8.4
4592026-06-18T13:20:30.066Z Downloaded proc-macro-error v1.0.4
4602026-06-18T13:20:30.069Z Downloaded icu_provider v2.2.0
4612026-06-18T13:20:30.069Z Downloaded parking_lot v0.11.2
4622026-06-18T13:20:30.071Z Downloaded multer v3.1.0
4632026-06-18T13:20:30.074Z Downloaded serial_test_derive v3.5.0
4642026-06-18T13:20:30.074Z Downloaded sha1 v0.11.0
4652026-06-18T13:20:30.074Z Downloaded sha1 v0.10.6
4662026-06-18T13:20:30.077Z Downloaded rusty-fork v0.3.1
4672026-06-18T13:20:30.077Z Downloaded slog-bunyan v2.5.0
4682026-06-18T13:20:30.080Z Downloaded siphasher v1.0.3
4692026-06-18T13:20:30.080Z Downloaded sigpipe v0.1.3
4702026-06-18T13:20:30.080Z Downloaded darling_core v0.23.0
4712026-06-18T13:20:30.083Z Downloaded flate2 v1.1.9
4722026-06-18T13:20:30.086Z Downloaded icu_locale_core v2.2.0
4732026-06-18T13:20:30.090Z Downloaded papergrid v0.18.0
4742026-06-18T13:20:30.093Z Downloaded pin-project v1.1.13
4752026-06-18T13:20:30.099Z Downloaded rustversion v1.0.22
4762026-06-18T13:20:30.102Z Downloaded scroll v0.12.0
4772026-06-18T13:20:30.105Z Downloaded schemars_derive v0.8.22
4782026-06-18T13:20:30.105Z Downloaded quinn-udp v0.5.14
4792026-06-18T13:20:30.108Z Downloaded scroll v0.13.0
4802026-06-18T13:20:30.108Z Downloaded postcard v1.1.3
4812026-06-18T13:20:30.108Z Downloaded miniz_oxide v0.8.9
4822026-06-18T13:20:30.110Z Downloaded hickory-resolver v0.25.2
4832026-06-18T13:20:30.113Z Downloaded serde_path_to_error v0.1.20
4842026-06-18T13:20:30.116Z Downloaded rhai_codegen v3.2.0
4852026-06-18T13:20:30.119Z Downloaded serde_repr v0.1.20
4862026-06-18T13:20:30.121Z Downloaded icu_normalizer_data v2.2.0
4872026-06-18T13:20:30.122Z Downloaded smawk v0.3.2
4882026-06-18T13:20:30.124Z Downloaded serde_derive_internals v0.29.1
4892026-06-18T13:20:30.124Z Downloaded structmeta v0.3.0
4902026-06-18T13:20:30.124Z Downloaded icu_normalizer v2.2.0
4912026-06-18T13:20:30.127Z Downloaded strum v0.27.2
4922026-06-18T13:20:30.130Z Downloaded serde_tokenstream v0.2.3
4932026-06-18T13:20:30.130Z Downloaded konst v0.2.20
4942026-06-18T13:20:30.133Z Downloaded rustls-pemfile v2.2.0
4952026-06-18T13:20:30.133Z Downloaded dropshot-api-manager v0.7.2
4962026-06-18T13:20:30.136Z Downloaded subtle v2.6.1
4972026-06-18T13:20:30.139Z Downloaded jiff-static v0.2.28
4982026-06-18T13:20:30.142Z Downloaded sha2 v0.10.9
4992026-06-18T13:20:30.142Z Downloaded strum v0.26.3
5002026-06-18T13:20:30.142Z Downloaded papergrid v0.11.0
5012026-06-18T13:20:30.145Z Downloaded progenitor-impl v0.14.0
5022026-06-18T13:20:30.148Z Downloaded supports-color v3.0.2
5032026-06-18T13:20:30.148Z Downloaded http v1.4.1
5042026-06-18T13:20:30.150Z Downloaded hickory-resolver v0.24.4
5052026-06-18T13:20:30.153Z Downloaded simd-adler32 v0.3.9
5062026-06-18T13:20:30.153Z Downloaded hashbrown v0.12.3
5072026-06-18T13:20:30.156Z Downloaded sync_wrapper v1.0.2
5082026-06-18T13:20:30.159Z Downloaded tabled_derive v0.11.0
5092026-06-18T13:20:30.159Z Downloaded tagptr v0.2.0
5102026-06-18T13:20:30.159Z Downloaded progenitor-impl v0.13.0
5112026-06-18T13:20:30.161Z Downloaded take_mut v0.2.2
5122026-06-18T13:20:30.162Z Downloaded progenitor-impl v0.10.0
5132026-06-18T13:20:30.164Z Downloaded termtree v0.5.1
5142026-06-18T13:20:30.164Z Downloaded slog-json v2.6.1
5152026-06-18T13:20:30.167Z Downloaded slog-term v2.9.2
5162026-06-18T13:20:30.167Z Downloaded smartstring v1.0.1
5172026-06-18T13:20:30.170Z Downloaded slog-stdlog v4.1.1
5182026-06-18T13:20:30.170Z Downloaded slog-envlogger v2.2.0
5192026-06-18T13:20:30.170Z Downloaded testing_table v0.3.0
5202026-06-18T13:20:30.173Z Downloaded pest_meta v2.8.6
5212026-06-18T13:20:30.173Z Downloaded slog-dtrace v0.3.0
5222026-06-18T13:20:30.175Z Downloaded slog-async v2.8.0
5232026-06-18T13:20:30.176Z Downloaded proc-macro2 v1.0.106
5242026-06-18T13:20:30.178Z Downloaded tabwriter v1.4.1
5252026-06-18T13:20:30.178Z Downloaded slab v0.4.12
5262026-06-18T13:20:30.178Z Downloaded terminal_size v0.4.4
5272026-06-18T13:20:30.181Z Downloaded openssl-sys v0.9.116
5282026-06-18T13:20:30.184Z Downloaded thread-id v4.2.2
5292026-06-18T13:20:30.184Z Downloaded smf v0.2.3
5302026-06-18T13:20:30.187Z Downloaded snafu-derive v0.8.9
5312026-06-18T13:20:30.187Z Downloaded prettyplease v0.2.37
5322026-06-18T13:20:30.190Z Downloaded semver v1.0.28
5332026-06-18T13:20:30.190Z Downloaded time-core v0.1.8
5342026-06-18T13:20:30.192Z Downloaded thiserror-impl-no-std v2.0.2
5352026-06-18T13:20:30.192Z Downloaded slog-scope v4.4.1
5362026-06-18T13:20:30.192Z Downloaded pest_generator v2.8.6
5372026-06-18T13:20:30.195Z Downloaded serde_with_macros v3.20.0
5382026-06-18T13:20:30.195Z Downloaded static_assertions v1.1.0
5392026-06-18T13:20:30.198Z Downloaded strum_macros v0.26.4
5402026-06-18T13:20:30.198Z Downloaded spin v0.5.2
5412026-06-18T13:20:30.198Z Downloaded structmeta-derive v0.3.0
5422026-06-18T13:20:30.202Z Downloaded strsim v0.11.1
5432026-06-18T13:20:30.202Z Downloaded signal-hook-registry v1.4.8
5442026-06-18T13:20:30.202Z Downloaded rustls-pki-types v1.14.1
5452026-06-18T13:20:30.206Z Downloaded tinyvec_macros v0.1.1
5462026-06-18T13:20:30.206Z Downloaded shlex v2.0.1
5472026-06-18T13:20:30.206Z Downloaded crossbeam-channel v0.5.15
5482026-06-18T13:20:30.209Z Downloaded stable_deref_trait v1.2.1
5492026-06-18T13:20:30.209Z Downloaded expectorate v1.2.0
5502026-06-18T13:20:30.209Z Downloaded log v0.4.32
5512026-06-18T13:20:30.212Z Downloaded tokio-macros v2.7.0
5522026-06-18T13:20:30.212Z Downloaded strum_macros v0.27.2
5532026-06-18T13:20:30.214Z Downloaded icu_collections v2.2.0
5542026-06-18T13:20:30.218Z Downloaded num-complex v0.4.6
5552026-06-18T13:20:30.218Z Downloaded schemars v0.8.22
5562026-06-18T13:20:30.223Z Downloaded tabled_derive v0.7.0
5572026-06-18T13:20:30.226Z Downloaded synstructure v0.13.2
5582026-06-18T13:20:30.226Z Downloaded swrite v0.1.0
5592026-06-18T13:20:30.226Z Downloaded const-oid v0.10.2
5602026-06-18T13:20:30.229Z Downloaded console v0.15.11
5612026-06-18T13:20:30.229Z Downloaded num_enum_derive v0.5.11
5622026-06-18T13:20:30.231Z Downloaded jobserver v0.1.34
5632026-06-18T13:20:30.231Z Downloaded memchr v2.8.1
5642026-06-18T13:20:30.234Z Downloaded toml_datetime v0.6.11
5652026-06-18T13:20:30.237Z Downloaded hyper-util v0.1.20
5662026-06-18T13:20:30.240Z Downloaded toml_write v0.1.2
5672026-06-18T13:20:30.240Z Downloaded thiserror-impl v2.0.18
5682026-06-18T13:20:30.243Z Downloaded thiserror v2.0.18
5692026-06-18T13:20:30.245Z Downloaded tower-service v0.3.3
5702026-06-18T13:20:30.245Z Downloaded thiserror-impl v1.0.69
5712026-06-18T13:20:30.245Z Downloaded rayon-core v1.13.0
5722026-06-18T13:20:30.248Z Downloaded pretty_assertions v1.4.1
5732026-06-18T13:20:30.248Z Downloaded indexmap v2.14.0
5742026-06-18T13:20:30.251Z Downloaded thiserror v1.0.69
5752026-06-18T13:20:30.254Z Downloaded serde_core v1.0.228
5762026-06-18T13:20:30.256Z Downloaded try-lock v0.2.5
5772026-06-18T13:20:30.256Z Downloaded thread_local v1.1.9
5782026-06-18T13:20:30.256Z Downloaded thiserror-no-std v2.0.2
5792026-06-18T13:20:30.259Z Downloaded typeid v1.0.3
5802026-06-18T13:20:30.262Z Downloaded thread-id v5.1.0
5812026-06-18T13:20:30.262Z Downloaded time-macros v0.2.27
5822026-06-18T13:20:30.262Z Downloaded typify-macro v0.6.2
5832026-06-18T13:20:30.265Z Downloaded typify-macro v0.4.3
5842026-06-18T13:20:30.265Z Downloaded serde_yaml v0.9.34+deprecated
5852026-06-18T13:20:30.265Z Downloaded similar v2.7.0
5862026-06-18T13:20:30.268Z Downloaded tinystr v0.8.3
5872026-06-18T13:20:30.271Z Downloaded tiny-keccak v2.0.2
5882026-06-18T13:20:30.271Z Downloaded spin v0.9.8
5892026-06-18T13:20:30.274Z Downloaded ryu v1.0.23
5902026-06-18T13:20:30.274Z Downloaded universal-hash v0.5.1
5912026-06-18T13:20:30.283Z Downloaded tokio-tungstenite v0.21.0
5922026-06-18T13:20:30.283Z Downloaded tokio-dtrace v0.1.1
5932026-06-18T13:20:30.283Z Downloaded unicode-xid v0.2.6
5942026-06-18T13:20:30.283Z Downloaded unarray v0.1.4
5952026-06-18T13:20:30.283Z Downloaded unicode-linebreak v0.1.5
5962026-06-18T13:20:30.283Z Downloaded tower-layer v0.3.3
5972026-06-18T13:20:30.283Z Downloaded smallvec v1.15.1
5982026-06-18T13:20:30.283Z Downloaded ipnet v2.12.0
5992026-06-18T13:20:30.283Z Downloaded qorb v0.4.1
6002026-06-18T13:20:30.287Z Downloaded usdt-attr-macro v0.5.0
6012026-06-18T13:20:30.287Z Downloaded rustls-platform-verifier v0.7.0
6022026-06-18T13:20:30.288Z Downloaded usdt v0.5.0
6032026-06-18T13:20:30.288Z Downloaded aho-corasick v1.1.4
6042026-06-18T13:20:30.290Z Downloaded utf8parse v0.2.2
6052026-06-18T13:20:30.293Z Downloaded untrusted v0.9.0
6062026-06-18T13:20:30.293Z Downloaded quinn v0.11.9
6072026-06-18T13:20:30.296Z Downloaded utf8_iter v1.0.4
6082026-06-18T13:20:30.296Z Downloaded usdt-macro v0.6.0
6092026-06-18T13:20:30.296Z Downloaded slog v2.8.2
6102026-06-18T13:20:30.299Z Downloaded httparse v1.10.1
6112026-06-18T13:20:30.299Z Downloaded cancel-safe-futures v0.1.5
6122026-06-18T13:20:30.302Z Downloaded term v1.2.1
6132026-06-18T13:20:30.305Z Downloaded untrusted v0.7.1
6142026-06-18T13:20:30.305Z Downloaded usdt-attr-macro v0.6.0
6152026-06-18T13:20:30.305Z Downloaded usdt-macro v0.5.0
6162026-06-18T13:20:30.305Z Downloaded usdt v0.6.0
6172026-06-18T13:20:30.305Z Downloaded thin-vec v0.2.18
6182026-06-18T13:20:30.308Z Downloaded minimal-lexical v0.2.1
6192026-06-18T13:20:30.310Z Downloaded version_check v0.9.5
6202026-06-18T13:20:30.310Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6212026-06-18T13:20:30.311Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6222026-06-18T13:20:30.313Z Downloaded byte-wrapper v0.1.0
6232026-06-18T13:20:30.314Z Downloaded num v0.4.3
6242026-06-18T13:20:30.314Z Downloaded newline-converter v0.3.0
6252026-06-18T13:20:30.314Z Downloaded ingot v0.1.1
6262026-06-18T13:20:30.317Z Downloaded camino v1.2.2
6272026-06-18T13:20:30.317Z Downloaded macaddr v1.0.1
6282026-06-18T13:20:30.317Z Downloaded rand v0.8.6
6292026-06-18T13:20:30.320Z Downloaded socket2 v0.6.4
6302026-06-18T13:20:30.320Z Downloaded mio v1.2.1
6312026-06-18T13:20:30.322Z Downloaded wait-timeout v0.2.1
6322026-06-18T13:20:30.325Z Downloaded want v0.3.1
6332026-06-18T13:20:30.325Z Downloaded waitgroup v0.1.2
6342026-06-18T13:20:30.325Z Downloaded lru-slab v0.1.2
6352026-06-18T13:20:30.325Z Downloaded yoke-derive v0.8.2
6362026-06-18T13:20:30.328Z Downloaded cipher v0.4.4
6372026-06-18T13:20:30.328Z Downloaded ciborium v0.2.2
6382026-06-18T13:20:30.328Z Downloaded chacha20 v0.10.0
6392026-06-18T13:20:30.331Z Downloaded digest v0.11.3
6402026-06-18T13:20:30.331Z Downloaded konst_macro_rules v0.2.19
6412026-06-18T13:20:30.334Z Downloaded elliptic-curve v0.13.8
6422026-06-18T13:20:30.337Z Downloaded hashbrown v0.16.1
6432026-06-18T13:20:30.339Z Downloaded serde_derive v1.0.228
6442026-06-18T13:20:30.339Z Downloaded base64 v0.22.1
6452026-06-18T13:20:30.342Z Downloaded find-msvc-tools v0.1.9
6462026-06-18T13:20:30.342Z Downloaded cookie v0.18.1
6472026-06-18T13:20:30.345Z Downloaded zerofrom v0.1.8
6482026-06-18T13:20:30.345Z Downloaded unit-prefix v0.5.2
6492026-06-18T13:20:30.345Z Downloaded cargo_toml v0.22.3
6502026-06-18T13:20:30.348Z Downloaded tokio-rustls v0.26.4
6512026-06-18T13:20:30.348Z Downloaded erased-serde v0.3.31
6522026-06-18T13:20:30.348Z Downloaded either v1.16.0
6532026-06-18T13:20:30.351Z Downloaded generic-array v0.14.7
6542026-06-18T13:20:30.351Z Downloaded ff v0.13.1
6552026-06-18T13:20:30.351Z Downloaded csv-core v0.1.13
6562026-06-18T13:20:30.354Z Downloaded inout v0.1.4
6572026-06-18T13:20:30.354Z Downloaded console v0.16.3
6582026-06-18T13:20:30.354Z Downloaded idna_adapter v1.2.2
6592026-06-18T13:20:30.354Z Downloaded schemars v0.9.0
6602026-06-18T13:20:30.360Z Downloaded ident_case v1.0.1
6612026-06-18T13:20:30.363Z Downloaded zeroize_derive v1.4.3
6622026-06-18T13:20:30.363Z Downloaded utf-8 v0.7.6
6632026-06-18T13:20:30.363Z Downloaded zerofrom-derive v0.1.7
6642026-06-18T13:20:30.363Z Downloaded usdt-impl v0.5.0
6652026-06-18T13:20:30.366Z Downloaded zone_cfg_derive v0.3.1
6662026-06-18T13:20:30.366Z Downloaded schemars v1.2.1
6672026-06-18T13:20:30.371Z Downloaded toml v0.8.23
6682026-06-18T13:20:30.374Z Downloaded textwrap v0.16.2
6692026-06-18T13:20:30.374Z Downloaded toml_writer v1.1.1+spec-1.1.0
6702026-06-18T13:20:30.377Z Downloaded rustls-webpki v0.103.13
6712026-06-18T13:20:30.377Z Downloaded toml_parser v1.1.2+spec-1.1.0
6722026-06-18T13:20:30.380Z Downloaded usdt-impl v0.6.0
6732026-06-18T13:20:30.380Z Downloaded aws-lc-rs v1.17.0
6742026-06-18T13:20:30.385Z Downloaded zone v0.3.1
6752026-06-18T13:20:30.387Z Downloaded test-strategy v0.4.5
6762026-06-18T13:20:30.390Z Downloaded tempfile v3.27.0
6772026-06-18T13:20:30.390Z Downloaded snafu v0.8.9
6782026-06-18T13:20:30.393Z Downloaded whoami v1.6.1
6792026-06-18T13:20:30.396Z Downloaded walkdir v2.5.0
6802026-06-18T13:20:30.396Z Downloaded vsss-rs v3.3.4
6812026-06-18T13:20:30.396Z Downloaded tracing-attributes v0.1.31
6822026-06-18T13:20:30.399Z Downloaded nom v7.1.3
6832026-06-18T13:20:30.402Z Downloaded hashbrown v0.15.5
6842026-06-18T13:20:30.404Z Downloaded serde v1.0.228
6852026-06-18T13:20:30.404Z Downloaded xz2 v0.1.7
6862026-06-18T13:20:30.407Z Downloaded derive-where v1.6.1
6872026-06-18T13:20:30.410Z Downloaded tinyvec v1.11.0
6882026-06-18T13:20:30.410Z Downloaded chacha20 v0.9.1
6892026-06-18T13:20:30.410Z Downloaded async-trait v0.1.89
6902026-06-18T13:20:30.413Z Downloaded futures-util v0.3.32
6912026-06-18T13:20:30.418Z Downloaded tokio-stream v0.1.18
6922026-06-18T13:20:30.421Z Downloaded hashbrown v0.17.1
6932026-06-18T13:20:30.424Z Downloaded async-stream v0.3.6
6942026-06-18T13:20:30.426Z Downloaded hyper v1.10.1
6952026-06-18T13:20:30.429Z Downloaded zeroize v1.8.2
6962026-06-18T13:20:30.429Z Downloaded h2 v0.4.14
6972026-06-18T13:20:30.432Z Downloaded zmij v1.0.21
6982026-06-18T13:20:30.435Z Downloaded zerovec-derive v0.11.3
6992026-06-18T13:20:30.435Z Downloaded toml v1.1.2+spec-1.1.0
7002026-06-18T13:20:30.438Z Downloaded idna v1.1.0
7012026-06-18T13:20:30.441Z Downloaded rand v0.9.4
7022026-06-18T13:20:30.441Z Downloaded getrandom v0.2.17
7032026-06-18T13:20:30.443Z Downloaded futures-channel v0.3.32
7042026-06-18T13:20:30.443Z Downloaded enum-as-inner v0.6.1
7052026-06-18T13:20:30.446Z Downloaded writeable v0.6.3
7062026-06-18T13:20:30.446Z Downloaded defmt v0.3.100
7072026-06-18T13:20:30.446Z Downloaded yoke v0.8.3
7082026-06-18T13:20:30.449Z Downloaded itertools v0.14.0
7092026-06-18T13:20:30.452Z Downloaded itertools v0.12.1
7102026-06-18T13:20:30.455Z Downloaded unicode-ident v1.0.24
7112026-06-18T13:20:30.458Z Downloaded typify v0.4.3
7122026-06-18T13:20:30.458Z Downloaded rand v0.10.1
7132026-06-18T13:20:30.461Z Downloaded unsafe-libyaml v0.2.11
7142026-06-18T13:20:30.463Z Downloaded clap_builder v4.6.0
7152026-06-18T13:20:30.466Z Downloaded bitflags v2.12.1
7162026-06-18T13:20:30.469Z Downloaded uuid v1.23.2
7172026-06-18T13:20:30.469Z Downloaded pest v2.8.6
7182026-06-18T13:20:30.472Z Downloaded steno v0.4.1
7192026-06-18T13:20:30.474Z Downloaded toml v0.9.12+spec-1.1.0
7202026-06-18T13:20:30.477Z Downloaded ucd-trie v0.1.7
7212026-06-18T13:20:30.477Z Downloaded typify v0.6.2
7222026-06-18T13:20:30.480Z Downloaded goblin v0.10.7
7232026-06-18T13:20:30.483Z Downloaded nom v8.0.0
7242026-06-18T13:20:30.485Z Downloaded bs58 v0.5.1
7252026-06-18T13:20:30.488Z Downloaded const_format_proc_macros v0.2.34
7262026-06-18T13:20:30.490Z Downloaded cmake v0.1.58
7272026-06-18T13:20:30.491Z Downloaded camino-tempfile v1.4.1
7282026-06-18T13:20:30.491Z Downloaded argon2 v0.5.3
7292026-06-18T13:20:30.491Z Downloaded crc32fast v1.5.0
7302026-06-18T13:20:30.493Z Downloaded toml_edit v0.25.12+spec-1.1.0
7312026-06-18T13:20:30.496Z Downloaded toml_edit v0.22.27
7322026-06-18T13:20:30.496Z Downloaded ron v0.12.1
7332026-06-18T13:20:30.500Z Downloaded hkdf v0.12.4
7342026-06-18T13:20:30.503Z Downloaded libm v0.2.16
7352026-06-18T13:20:30.507Z Downloaded zerocopy-derive v0.7.35
7362026-06-18T13:20:30.509Z Downloaded tungstenite v0.21.0
7372026-06-18T13:20:30.512Z Downloaded icu_properties_data v2.2.0
7382026-06-18T13:20:30.516Z Downloaded tracing-core v0.1.36
7392026-06-18T13:20:30.518Z Downloaded compression-core v0.4.32
7402026-06-18T13:20:30.518Z Downloaded base16ct v1.0.0
7412026-06-18T13:20:30.519Z Downloaded anstyle-parse v1.0.0
7422026-06-18T13:20:30.521Z Downloaded equivalent v1.0.2
7432026-06-18T13:20:30.521Z Downloaded dunce v1.0.5
7442026-06-18T13:20:30.521Z Downloaded colorchoice v1.0.5
7452026-06-18T13:20:30.524Z Downloaded dyn-clone v1.0.20
7462026-06-18T13:20:30.524Z Downloaded hex v0.4.3
7472026-06-18T13:20:30.524Z Downloaded debug-ignore v1.0.5
7482026-06-18T13:20:30.524Z Downloaded curve25519-dalek-derive v0.1.1
7492026-06-18T13:20:30.527Z Downloaded crypto-common v0.1.7
7502026-06-18T13:20:30.527Z Downloaded crucible-workspace-hack v0.1.0
7512026-06-18T13:20:30.527Z Downloaded convert_case v0.4.0
7522026-06-18T13:20:30.527Z Downloaded ciborium-ll v0.2.2
7532026-06-18T13:20:30.527Z Downloaded async-stream-impl v0.3.6
7542026-06-18T13:20:30.530Z Downloaded cfg_aliases v0.2.1
7552026-06-18T13:20:30.530Z Downloaded async-recursion v1.1.1
7562026-06-18T13:20:30.530Z Downloaded anstyle-query v1.1.5
7572026-06-18T13:20:30.533Z Downloaded goblin v0.8.2
7582026-06-18T13:20:30.536Z Downloaded errno v0.3.14
7592026-06-18T13:20:30.536Z Downloaded url v2.5.8
7602026-06-18T13:20:30.536Z Downloaded crc8 v0.1.1
7612026-06-18T13:20:30.538Z Downloaded cfg-if v1.0.4
7622026-06-18T13:20:30.538Z Downloaded base16ct v0.2.0
7632026-06-18T13:20:30.538Z Downloaded ahash v0.8.12
7642026-06-18T13:20:30.541Z Downloaded bitflags v1.3.2
7652026-06-18T13:20:30.541Z Downloaded toml_edit v0.19.15
7662026-06-18T13:20:30.549Z Downloaded iddqd v0.4.2
7672026-06-18T13:20:30.554Z Downloaded zerocopy-derive v0.8.50
7682026-06-18T13:20:30.559Z Downloaded cpufeatures v0.2.17
7692026-06-18T13:20:30.561Z Downloaded const-random-macro v0.1.16
7702026-06-18T13:20:30.561Z Downloaded block-buffer v0.12.0
7712026-06-18T13:20:30.561Z Downloaded yansi v1.0.1
7722026-06-18T13:20:30.564Z Downloaded bit-vec v0.8.0
7732026-06-18T13:20:30.564Z Downloaded darling_macro v0.23.0
7742026-06-18T13:20:30.564Z Downloaded drift v0.2.0
7752026-06-18T13:20:30.568Z Downloaded tower v0.5.3
7762026-06-18T13:20:30.573Z Downloaded deranged v0.5.8
7772026-06-18T13:20:30.575Z Downloaded defmt-macros v1.1.0
7782026-06-18T13:20:30.575Z Downloaded bcs v0.1.6
7792026-06-18T13:20:30.578Z Downloaded backoff v0.4.0
7802026-06-18T13:20:30.581Z Downloaded reqwest v0.13.4
7812026-06-18T13:20:30.584Z Downloaded reqwest v0.12.28
7822026-06-18T13:20:30.599Z Downloaded regex v1.12.3
7832026-06-18T13:20:30.602Z Downloaded unicode-normalization v0.1.25
7842026-06-18T13:20:30.605Z Downloaded rayon v1.12.0
7852026-06-18T13:20:30.609Z Downloaded tough v0.22.0
7862026-06-18T13:20:30.613Z Downloaded tokio-util v0.7.18
7872026-06-18T13:20:30.623Z Downloaded moka v0.12.15
7882026-06-18T13:20:30.635Z Downloaded serde_json v1.0.150
7892026-06-18T13:20:30.642Z Downloaded zerovec v0.11.6
7902026-06-18T13:20:30.645Z Downloaded zerotrie v0.2.4
7912026-06-18T13:20:30.648Z Downloaded winnow v0.5.40
7922026-06-18T13:20:30.651Z Downloaded unicode-segmentation v1.13.3
7932026-06-18T13:20:30.654Z Downloaded typenum v1.20.1
7942026-06-18T13:20:30.657Z Downloaded typed-path v0.9.3
7952026-06-18T13:20:30.665Z Downloaded serde_with v3.20.0
7962026-06-18T13:20:30.687Z Downloaded winnow v1.0.3
7972026-06-18T13:20:30.692Z Downloaded dropshot v0.17.1
7982026-06-18T13:20:30.704Z Downloaded time v0.3.47
7992026-06-18T13:20:30.710Z Downloaded portable-atomic v1.13.1
8002026-06-18T13:20:30.714Z Downloaded syn v1.0.109
8012026-06-18T13:20:30.719Z Downloaded webpki-roots v1.0.7
8022026-06-18T13:20:30.722Z Downloaded openssl v0.10.80
8032026-06-18T13:20:30.740Z Downloaded tower-http v0.6.11
8042026-06-18T13:20:30.745Z Downloaded smoltcp v0.11.0
8052026-06-18T13:20:30.751Z Downloaded openapiv3 v2.2.0
8062026-06-18T13:20:30.757Z Downloaded zerocopy v0.8.50
8072026-06-18T13:20:30.767Z Downloaded proptest v1.11.0
8082026-06-18T13:20:30.772Z Downloaded regress v0.10.5
8092026-06-18T13:20:30.777Z Downloaded hickory-proto v0.25.2
8102026-06-18T13:20:30.785Z Downloaded zerocopy v0.7.35
8112026-06-18T13:20:30.793Z Downloaded chrono v0.4.45
8122026-06-18T13:20:30.797Z Downloaded hickory-proto v0.24.4
8132026-06-18T13:20:30.805Z Downloaded tabled v0.15.0
8142026-06-18T13:20:30.813Z Downloaded tracing v0.1.44
8152026-06-18T13:20:30.823Z Downloaded quinn-proto v0.11.14
8162026-06-18T13:20:30.826Z Downloaded syn v2.0.117
8172026-06-18T13:20:30.832Z Downloaded regress v0.11.1
8182026-06-18T13:20:30.857Z Downloaded tabled v0.21.0
8192026-06-18T13:20:30.867Z Downloaded winnow v0.7.15
8202026-06-18T13:20:30.872Z Downloaded curve25519-dalek v4.1.3
8212026-06-18T13:20:30.876Z Downloaded bstr v1.12.1
8222026-06-18T13:20:30.882Z Downloaded encoding_rs v0.8.35
8232026-06-18T13:20:30.937Z Downloaded vcpkg v0.2.15
8242026-06-18T13:20:30.975Z Downloaded nix v0.31.3
8252026-06-18T13:20:30.982Z Downloaded unicode-width v0.2.2
8262026-06-18T13:20:30.996Z Downloaded unicode-width v0.1.14
8272026-06-18T13:20:30.999Z Downloaded rhai v1.25.1
8282026-06-18T13:20:31.019Z Downloaded regex-syntax v0.8.10
8292026-06-18T13:20:31.034Z Downloaded rustls v0.23.40
8302026-06-18T13:20:31.040Z Downloaded rustix v0.38.44
8312026-06-18T13:20:31.091Z Downloaded rustix v1.1.4
8322026-06-18T13:20:31.174Z Downloaded sled v0.34.7
8332026-06-18T13:20:31.181Z Downloaded typify-impl v0.6.2
8342026-06-18T13:20:31.188Z Downloaded typify-impl v0.4.3
8352026-06-18T13:20:31.269Z Downloaded regex-automata v0.4.14
8362026-06-18T13:20:31.306Z Downloaded petgraph v0.6.5
8372026-06-18T13:20:31.321Z Downloaded jiff v0.2.28
8382026-06-18T13:20:31.331Z Downloaded lzma-sys v0.1.20
8392026-06-18T13:20:31.347Z Downloaded chrono-tz v0.10.4
8402026-06-18T13:20:31.362Z Downloaded libc v0.2.186
8412026-06-18T13:20:31.380Z Downloaded petgraph v0.8.3
8422026-06-18T13:20:31.399Z Downloaded csv v1.4.0
8432026-06-18T13:20:31.421Z Downloaded tokio v1.52.3
8442026-06-18T13:20:31.443Z Downloaded sha3 v0.10.9
8452026-06-18T13:20:31.499Z Downloaded ring v0.17.14
8462026-06-18T13:20:32.051Z Downloaded aws-lc-sys v0.41.0
8472026-06-18T13:20:32.600Z Compiling proc-macro2 v1.0.106
8482026-06-18T13:20:32.600Z Compiling quote v1.0.45
8492026-06-18T13:20:32.600Z Compiling unicode-ident v1.0.24
8502026-06-18T13:20:32.600Z Compiling serde_core v1.0.228
8512026-06-18T13:20:32.600Z Compiling serde v1.0.228
8522026-06-18T13:20:32.600Z Compiling libc v0.2.186
8532026-06-18T13:20:32.603Z Compiling zmij v1.0.21
8542026-06-18T13:20:32.603Z Compiling autocfg v1.5.1
8552026-06-18T13:20:32.962Z Compiling libm v0.2.16
8562026-06-18T13:20:33.263Z Compiling icu_properties_data v2.2.0
8572026-06-18T13:20:33.280Z Compiling icu_normalizer_data v2.2.0
8582026-06-18T13:20:33.313Z Compiling serde_json v1.0.150
8592026-06-18T13:20:33.381Z Compiling num-traits v0.2.19
8602026-06-18T13:20:33.402Z Compiling getrandom v0.4.2
8612026-06-18T13:20:33.624Z Compiling version_check v0.9.5
8622026-06-18T13:20:33.793Z Compiling thiserror v2.0.18
8632026-06-18T13:20:34.005Z Compiling memchr v2.8.1
8642026-06-18T13:20:34.156Z Compiling schemars v0.8.22
8652026-06-18T13:20:34.211Z Compiling syn v2.0.117
8662026-06-18T13:20:34.244Z Checking cfg-if v1.0.4
8672026-06-18T13:20:34.317Z Compiling parking_lot_core v0.9.12
8682026-06-18T13:20:34.495Z Compiling heck v0.5.0
8692026-06-18T13:20:34.525Z Compiling zerocopy v0.8.50
8702026-06-18T13:20:34.641Z Compiling portable-atomic v1.13.1
8712026-06-18T13:20:34.664Z Compiling rustversion v1.0.22
8722026-06-18T13:20:34.711Z Compiling itoa v1.0.18
8732026-06-18T13:20:34.892Z Compiling jobserver v0.1.34
8742026-06-18T13:20:34.993Z Compiling shlex v2.0.1
8752026-06-18T13:20:35.163Z Compiling find-msvc-tools v0.1.9
8762026-06-18T13:20:35.412Z Compiling cc v1.2.63
8772026-06-18T13:20:35.580Z Compiling dunce v1.0.5
8782026-06-18T13:20:35.651Z Compiling fs_extra v1.3.0
8792026-06-18T13:20:35.670Z Compiling semver v1.0.28
8802026-06-18T13:20:35.688Z Compiling log v0.4.32
8812026-06-18T13:20:35.704Z Compiling httparse v1.10.1
8822026-06-18T13:20:35.722Z Compiling slog v2.8.2
8832026-06-18T13:20:35.878Z Compiling rustix v1.1.4
8842026-06-18T13:20:35.915Z Checking stable_deref_trait v1.2.1
8852026-06-18T13:20:36.006Z Compiling equivalent v1.0.2
8862026-06-18T13:20:36.027Z Compiling thiserror v1.0.69
8872026-06-18T13:20:36.130Z Checking litemap v0.8.2
8882026-06-18T13:20:36.201Z Compiling cmake v0.1.58
8892026-06-18T13:20:36.312Z Checking writeable v0.6.3
8902026-06-18T13:20:36.436Z Checking utf8_iter v1.0.4
8912026-06-18T13:20:36.470Z Compiling aws-lc-rs v1.17.0
8922026-06-18T13:20:36.526Z Checking percent-encoding v2.3.2
8932026-06-18T13:20:36.649Z Checking rand_core v0.10.1
8942026-06-18T13:20:36.673Z Checking form_urlencoded v1.2.2
8952026-06-18T13:20:36.692Z Compiling anyhow v1.0.102
8962026-06-18T13:20:36.724Z Compiling aws-lc-sys v0.41.0
8972026-06-18T13:20:36.796Z Compiling ring v0.17.14
8982026-06-18T13:20:36.815Z Compiling ucd-trie v0.1.7
8992026-06-18T13:20:36.818Z Compiling rustls v0.23.40
9002026-06-18T13:20:36.990Z Compiling pest v2.8.6
9012026-06-18T13:20:37.034Z Compiling synstructure v0.13.2
9022026-06-18T13:20:37.052Z Compiling serde_derive_internals v0.29.1
9032026-06-18T13:20:37.449Z Compiling regex-syntax v0.8.10
9042026-06-18T13:20:37.636Z Compiling aho-corasick v1.1.4
9052026-06-18T13:20:37.825Z Compiling getrandom v0.3.4
9062026-06-18T13:20:38.071Z Compiling pest_meta v2.8.6
9072026-06-18T13:20:38.223Z Compiling hashbrown v0.17.1
9082026-06-18T13:20:38.259Z Compiling serde_derive v1.0.228
9092026-06-18T13:20:38.745Z Compiling zerofrom-derive v0.1.7
9102026-06-18T13:20:38.780Z Compiling yoke-derive v0.8.2
9112026-06-18T13:20:39.049Z Compiling zerovec-derive v0.11.3
9122026-06-18T13:20:39.358Z Compiling displaydoc v0.2.6
9132026-06-18T13:20:39.493Z Compiling schemars_derive v0.8.22
9142026-06-18T13:20:39.868Z Compiling thiserror-impl v2.0.18
9152026-06-18T13:20:39.929Z Compiling tokio-macros v2.7.0
9162026-06-18T13:20:40.125Z Compiling zeroize_derive v1.4.3
9172026-06-18T13:20:40.145Z Compiling zerocopy-derive v0.8.50
9182026-06-18T13:20:40.664Z Compiling futures-macro v0.3.32
9192026-06-18T13:20:40.667Z Compiling tracing-attributes v0.1.31
9202026-06-18T13:20:40.775Z Checking zerofrom v0.1.8
9212026-06-18T13:20:40.891Z Checking yoke v0.8.3
9222026-06-18T13:20:41.405Z Compiling serde_tokenstream v0.2.3
9232026-06-18T13:20:41.446Z Checking smallvec v1.15.1
9242026-06-18T13:20:41.465Z Checking bytes v1.11.1
9252026-06-18T13:20:41.502Z Compiling thiserror-impl v1.0.69
9262026-06-18T13:20:41.586Z Checking zerovec v0.11.6
9272026-06-18T13:20:41.644Z Checking zerotrie v0.2.4
9282026-06-18T13:20:41.701Z Compiling pest_generator v2.8.6
9292026-06-18T13:20:41.875Z Compiling regex-automata v0.4.14
9302026-06-18T13:20:41.894Z Compiling crossbeam-utils v0.8.21
9312026-06-18T13:20:42.034Z Checking tinystr v0.8.3
9322026-06-18T13:20:42.109Z Checking potential_utf v0.1.5
9332026-06-18T13:20:42.223Z Checking icu_locale_core v2.2.0
9342026-06-18T13:20:42.242Z Checking icu_collections v2.2.0
9352026-06-18T13:20:42.261Z Compiling indexmap v2.14.0
9362026-06-18T13:20:42.291Z Compiling pest_derive v2.8.6
9372026-06-18T13:20:42.543Z Checking iana-time-zone v0.1.65
9382026-06-18T13:20:42.572Z Compiling paste v1.0.15
9392026-06-18T13:20:42.650Z Compiling num-conv v0.2.2
9402026-06-18T13:20:42.653Z Checking chrono v0.4.45
9412026-06-18T13:20:42.805Z Compiling time-core v0.1.8
9422026-06-18T13:20:42.808Z Checking icu_provider v2.2.0
9432026-06-18T13:20:42.951Z Compiling time-macros v0.2.27
9442026-06-18T13:20:43.047Z Checking icu_normalizer v2.2.0
9452026-06-18T13:20:43.065Z Checking icu_properties v2.2.0
9462026-06-18T13:20:43.492Z Compiling regex v1.12.3
9472026-06-18T13:20:43.529Z Checking uuid v1.23.2
9482026-06-18T13:20:43.822Z Compiling async-trait v0.1.89
9492026-06-18T13:20:43.916Z Checking idna_adapter v1.2.2
9502026-06-18T13:20:43.935Z Compiling byteorder v1.5.0
9512026-06-18T13:20:44.059Z Checking idna v1.1.0
9522026-06-18T13:20:44.307Z Checking url v2.5.8
9532026-06-18T13:20:44.408Z Compiling camino v1.2.2
9542026-06-18T13:20:44.428Z Checking dyn-clone v1.0.20
9552026-06-18T13:20:44.618Z Compiling strsim v0.11.1
9562026-06-18T13:20:44.808Z Compiling scroll_derive v0.13.1
9572026-06-18T13:20:44.831Z Checking errno v0.3.14
9582026-06-18T13:20:44.954Z Compiling ident_case v1.0.1
9592026-06-18T13:20:45.108Z Compiling omicron-workspace-hack v0.1.0
9602026-06-18T13:20:45.197Z Compiling slog-async v2.8.0
9612026-06-18T13:20:45.360Z Compiling generic-array v0.14.7
9622026-06-18T13:20:45.377Z Compiling crc32fast v1.5.0
9632026-06-18T13:20:45.396Z Compiling usdt-impl v0.6.0
9642026-06-18T13:20:45.555Z Compiling plain v0.2.3
9652026-06-18T13:20:45.648Z Compiling scroll v0.13.0
9662026-06-18T13:20:45.686Z Compiling daft-derive v0.1.7
9672026-06-18T13:20:45.770Z Checking pin-project-lite v0.2.17
9682026-06-18T13:20:45.853Z Compiling pretty-hex v0.4.2
9692026-06-18T13:20:45.872Z Compiling goblin v0.10.7
9702026-06-18T13:20:45.902Z Compiling dtrace-parser v0.3.0
9712026-06-18T13:20:46.098Z Compiling thread-id v5.1.0
9722026-06-18T13:20:46.443Z Compiling syn v1.0.109
9732026-06-18T13:20:46.489Z Checking getrandom v0.2.17
9742026-06-18T13:20:46.507Z Checking zeroize v1.8.2
9752026-06-18T13:20:46.751Z Checking bitflags v2.12.1
9762026-06-18T13:20:47.113Z Compiling multer v3.1.0
9772026-06-18T13:20:47.133Z Compiling async-stream-impl v0.3.6
9782026-06-18T13:20:47.467Z Checking socket2 v0.6.4
9792026-06-18T13:20:47.656Z Checking scopeguard v1.2.0
9802026-06-18T13:20:47.751Z Compiling ref-cast v1.0.25
9812026-06-18T13:20:47.769Z Checking lock_api v0.4.14
9822026-06-18T13:20:47.986Z Compiling ref-cast-impl v1.0.25
9832026-06-18T13:20:48.099Z Compiling dropshot v0.17.1
9842026-06-18T13:20:48.263Z Checking critical-section v1.2.0
9852026-06-18T13:20:48.336Z Compiling dropshot_endpoint v0.17.1
9862026-06-18T13:20:48.374Z Checking once_cell v1.21.4
9872026-06-18T13:20:48.576Z Compiling dof v0.4.0
9882026-06-18T13:20:48.603Z Checking parking_lot v0.12.5
9892026-06-18T13:20:48.717Z Compiling newtype-uuid-macros v0.1.0
9902026-06-18T13:20:49.252Z Checking signal-hook-registry v1.4.8
9912026-06-18T13:20:49.634Z Checking mio v1.2.1
9922026-06-18T13:20:49.770Z Compiling darling_core v0.23.0
9932026-06-18T13:20:49.850Z Compiling strum_macros v0.26.4
9942026-06-18T13:20:49.906Z Compiling structmeta-derive v0.3.0
9952026-06-18T13:20:49.925Z Checking tokio v1.52.3
9962026-06-18T13:20:49.942Z Compiling usdt-attr-macro v0.6.0
9972026-06-18T13:20:49.961Z Compiling usdt-macro v0.6.0
9982026-06-18T13:20:50.162Z Checking subtle v2.6.1
9992026-06-18T13:20:50.315Z Compiling allocator-api2 v0.2.21
10002026-06-18T13:20:50.639Z Compiling foldhash v0.2.0
10012026-06-18T13:20:50.781Z Checking futures-core v0.3.32
10022026-06-18T13:20:50.803Z Compiling hashbrown v0.16.1
10032026-06-18T13:20:50.939Z Compiling structmeta v0.3.0
10042026-06-18T13:20:51.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10052026-06-18T13:20:51.414Z Compiling strum_macros v0.27.2
10062026-06-18T13:20:51.464Z Compiling derive-ex v0.1.8
10072026-06-18T13:20:51.604Z Compiling http v1.4.1
10082026-06-18T13:20:51.837Z Compiling darling_macro v0.23.0
10092026-06-18T13:20:52.086Z Checking futures-sink v0.3.32
10102026-06-18T13:20:52.191Z Checking ipnetwork v0.21.1
10112026-06-18T13:20:52.399Z Compiling darling v0.23.0
10122026-06-18T13:20:52.437Z Checking slab v0.4.12
10132026-06-18T13:20:52.507Z Compiling serde_with_macros v3.20.0
10142026-06-18T13:20:52.594Z Compiling winnow v1.0.3
10152026-06-18T13:20:52.990Z Compiling test-strategy v0.4.5
10162026-06-18T13:20:53.236Z Checking futures-channel v0.3.32
10172026-06-18T13:20:53.431Z Compiling fnv v1.0.7
10182026-06-18T13:20:53.529Z Compiling toml_parser v1.1.2+spec-1.1.0
10192026-06-18T13:20:53.548Z Checking typenum v1.20.1
10202026-06-18T13:20:53.590Z Checking futures-task v0.3.32
10212026-06-18T13:20:53.609Z Checking futures-io v0.3.32
10222026-06-18T13:20:53.745Z Checking futures-util v0.3.32
10232026-06-18T13:20:53.880Z Compiling toml_datetime v1.1.1+spec-1.1.0
10242026-06-18T13:20:54.128Z Compiling parse-display-derive v0.10.0
10252026-06-18T13:20:54.358Z Checking oxnet v0.1.6
10262026-06-18T13:20:54.390Z Checking tracing-core v0.1.36
10272026-06-18T13:20:54.448Z Checking erased-serde v0.3.31
10282026-06-18T13:20:54.903Z Checking tracing v0.1.44
10292026-06-18T13:20:55.105Z Compiling ryu v1.0.23
10302026-06-18T13:20:55.238Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10312026-06-18T13:20:55.280Z Compiling clap_derive v4.6.1
10322026-06-18T13:20:55.647Z Checking base64 v0.22.1
10332026-06-18T13:20:55.987Z Checking rand_core v0.6.4
10342026-06-18T13:20:56.019Z Compiling openapiv3 v2.2.0
10352026-06-18T13:20:56.251Z Checking rustls-pki-types v1.14.1
10362026-06-18T13:20:56.463Z Checking tokio-util v0.7.18
10372026-06-18T13:20:56.603Z Checking untrusted v0.7.1
10382026-06-18T13:20:56.718Z Checking untrusted v0.9.0
10392026-06-18T13:20:56.834Z Checking ipnet v2.12.0
10402026-06-18T13:20:56.943Z Compiling toml_edit v0.25.12+spec-1.1.0
10412026-06-18T13:20:57.400Z Checking http-body v1.0.1
10422026-06-18T13:20:57.536Z Compiling proc-macro-crate v3.5.0
10432026-06-18T13:20:57.837Z Checking atomic-waker v1.1.2
10442026-06-18T13:20:57.945Z Compiling either v1.16.0
10452026-06-18T13:20:57.964Z Checking tower-service v0.3.3
10462026-06-18T13:20:57.982Z Compiling num_enum_derive v0.7.6
10472026-06-18T13:20:58.092Z Checking tower-layer v0.3.3
10482026-06-18T13:20:58.173Z Checking try-lock v0.2.5
10492026-06-18T13:20:58.273Z Checking want v0.3.1
10502026-06-18T13:20:58.299Z Compiling itertools v0.14.0
10512026-06-18T13:20:58.354Z Checking h2 v0.4.14
10522026-06-18T13:20:58.628Z Checking httpdate v1.0.3
10532026-06-18T13:20:58.744Z Compiling regress v0.11.1
10542026-06-18T13:20:59.142Z Compiling crucible-workspace-hack v0.1.0
10552026-06-18T13:20:59.520Z Checking serde_urlencoded v0.7.1
10562026-06-18T13:20:59.544Z Checking http-body-util v0.1.3
10572026-06-18T13:21:00.034Z Checking ppv-lite86 v0.2.21
10582026-06-18T13:21:00.231Z Checking hyper v1.10.1
10592026-06-18T13:21:00.293Z Compiling typify-impl v0.6.2
10602026-06-18T13:21:00.321Z Compiling unsafe-libyaml v0.2.11
10612026-06-18T13:21:00.977Z Compiling serde_yaml v0.9.34+deprecated
10622026-06-18T13:21:01.139Z Checking hyper-util v0.1.20
10632026-06-18T13:21:01.792Z Compiling convert_case v0.4.0
10642026-06-18T13:21:02.094Z Compiling derive_more v0.99.20
10652026-06-18T13:21:02.738Z Compiling darling_core v0.21.3
10662026-06-18T13:21:02.743Z Compiling zerocopy-derive v0.7.35
10672026-06-18T13:21:03.365Z Checking powerfmt v0.2.0
10682026-06-18T13:21:03.520Z Checking deranged v0.5.8
10692026-06-18T13:21:03.611Z Compiling typify-macro v0.6.2
10702026-06-18T13:21:04.452Z Compiling regress v0.10.5
10712026-06-18T13:21:04.751Z Checking num_threads v0.1.7
10722026-06-18T13:21:04.823Z Compiling darling_macro v0.21.3
10732026-06-18T13:21:04.841Z Checking time v0.3.47
10742026-06-18T13:21:05.384Z Compiling darling v0.21.3
10752026-06-18T13:21:05.435Z Compiling heapless v0.8.0
10762026-06-18T13:21:05.470Z Compiling ingot-macros v0.1.1
10772026-06-18T13:21:05.827Z Compiling typify v0.6.2
10782026-06-18T13:21:05.938Z Checking crossbeam-channel v0.5.15
10792026-06-18T13:21:05.956Z Compiling serde_repr v0.1.20
10802026-06-18T13:21:06.124Z Compiling scroll_derive v0.12.1
10812026-06-18T13:21:06.672Z Compiling rustix v0.38.44
10822026-06-18T13:21:06.977Z Checking cpufeatures v0.3.0
10832026-06-18T13:21:07.442Z Checking futures-executor v0.3.32
10842026-06-18T13:21:07.589Z Checking sync_wrapper v1.0.2
10852026-06-18T13:21:07.682Z Checking thread_local v1.1.9
10862026-06-18T13:21:07.917Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10872026-06-18T13:21:08.032Z Compiling smoltcp v0.11.0
10882026-06-18T13:21:08.193Z Checking tower v0.5.3
10892026-06-18T13:21:08.402Z Checking rand_core v0.9.5
10902026-06-18T13:21:08.424Z Checking webpki-roots v1.0.7
10912026-06-18T13:21:08.625Z Compiling rustc_version v0.4.1
10922026-06-18T13:21:08.728Z Checking is-terminal v0.4.17
10932026-06-18T13:21:08.768Z Checking term v1.2.1
10942026-06-18T13:21:08.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10952026-06-18T13:21:08.948Z Checking take_mut v0.2.2
10962026-06-18T13:21:08.993Z Compiling curve25519-dalek v4.1.3
10972026-06-18T13:21:09.040Z Checking slog-term v2.9.2
10982026-06-18T13:21:09.201Z Checking tower-http v0.6.11
10992026-06-18T13:21:09.220Z Checking futures v0.3.32
11002026-06-18T13:21:09.295Z Compiling toml_datetime v0.6.11
11012026-06-18T13:21:09.314Z Compiling foreign-types-macros v0.2.3
11022026-06-18T13:21:09.607Z Checking hex v0.4.3
11032026-06-18T13:21:09.952Z Checking rand_chacha v0.9.0
11042026-06-18T13:21:10.133Z Compiling zerocopy v0.7.35
11052026-06-18T13:21:10.195Z Compiling thiserror-impl-no-std v2.0.2
11062026-06-18T13:21:10.357Z Compiling hubpack_derive v0.1.1
11072026-06-18T13:21:10.608Z Compiling curve25519-dalek-derive v0.1.1
11082026-06-18T13:21:10.890Z Compiling usdt-impl v0.5.0
11092026-06-18T13:21:10.911Z Compiling proc-macro-error-attr v1.0.4
11102026-06-18T13:21:11.145Z Checking fastrand v2.4.1
11112026-06-18T13:21:11.287Z Compiling dof v0.3.0
11122026-06-18T13:21:11.324Z Checking rand v0.9.4
11132026-06-18T13:21:11.341Z Compiling dtrace-parser v0.2.0
11142026-06-18T13:21:11.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11152026-06-18T13:21:11.773Z Compiling serde_spanned v1.1.1
11162026-06-18T13:21:11.919Z Compiling thread-id v4.2.2
11172026-06-18T13:21:11.947Z Compiling proc-macro-error v1.0.4
11182026-06-18T13:21:12.011Z Compiling memoffset v0.9.1
11192026-06-18T13:21:12.199Z Compiling pkg-config v0.3.33
11202026-06-18T13:21:12.234Z Compiling toml_writer v1.1.1+spec-1.1.0
11212026-06-18T13:21:13.253Z Checking crypto-common v0.1.7
11222026-06-18T13:21:13.545Z Checking hybrid-array v0.4.12
11232026-06-18T13:21:14.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11242026-06-18T13:21:14.078Z Compiling cfg_aliases v0.2.1
11252026-06-18T13:21:14.115Z Checking openssl-probe v0.2.1
11262026-06-18T13:21:14.156Z Compiling prettyplease v0.2.37
11272026-06-18T13:21:14.227Z Checking adler2 v2.0.1
11282026-06-18T13:21:14.286Z Checking match_cfg v0.1.0
11292026-06-18T13:21:14.306Z Checking simd-adler32 v0.3.9
11302026-06-18T13:21:14.363Z Checking hostname v0.3.1
11312026-06-18T13:21:14.462Z Checking miniz_oxide v0.8.9
11322026-06-18T13:21:14.465Z Checking rustls-native-certs v0.8.4
11332026-06-18T13:21:14.509Z Compiling nix v0.31.3
11342026-06-18T13:21:14.798Z Checking tempfile v3.27.0
11352026-06-18T13:21:14.992Z Checking slog-json v2.6.1
11362026-06-18T13:21:15.051Z Checking newtype-uuid v1.3.2
11372026-06-18T13:21:15.146Z Checking memmap2 v0.9.10
11382026-06-18T13:21:15.304Z Compiling heck v0.4.1
11392026-06-18T13:21:15.500Z Checking usdt v0.6.0
11402026-06-18T13:21:15.504Z Checking daft v0.1.7
11412026-06-18T13:21:15.659Z Checking slog-bunyan v2.5.0
11422026-06-18T13:21:15.755Z Checking flate2 v1.1.9
11432026-06-18T13:21:15.773Z Checking crypto-common v0.2.2
11442026-06-18T13:21:15.791Z Checking block-buffer v0.12.0
11452026-06-18T13:21:15.922Z Compiling usdt-attr-macro v0.5.0
11462026-06-18T13:21:15.942Z Compiling usdt-macro v0.5.0
11472026-06-18T13:21:16.259Z Compiling enum-as-inner v0.6.1
11482026-06-18T13:21:16.310Z Compiling num-derive v0.4.2
11492026-06-18T13:21:16.358Z Checking debug-ignore v1.0.5
11502026-06-18T13:21:16.670Z Checking compression-core v0.4.32
11512026-06-18T13:21:16.707Z Compiling winnow v0.7.15
11522026-06-18T13:21:16.757Z Checking const-oid v0.10.2
11532026-06-18T13:21:16.794Z Checking compression-codecs v0.4.38
11542026-06-18T13:21:16.910Z Checking digest v0.11.3
11552026-06-18T13:21:17.647Z Checking encoding_rs v0.8.35
11562026-06-18T13:21:17.667Z Compiling rayon-core v1.13.0
11572026-06-18T13:21:17.775Z Checking spin v0.9.8
11582026-06-18T13:21:17.795Z Checking mime v0.3.17
11592026-06-18T13:21:17.832Z Checking toml v1.1.2+spec-1.1.0
11602026-06-18T13:21:18.069Z Checking sha1 v0.11.0
11612026-06-18T13:21:18.089Z Checking async-compression v0.4.42
11622026-06-18T13:21:18.431Z Checking rand_chacha v0.3.1
11632026-06-18T13:21:18.609Z Checking waitgroup v0.1.2
11642026-06-18T13:21:18.626Z Checking rustls-pemfile v2.2.0
11652026-06-18T13:21:18.662Z Checking async-stream v0.3.6
11662026-06-18T13:21:18.763Z Checking serde_path_to_error v0.1.20
11672026-06-18T13:21:18.783Z Checking hostname v0.4.2
11682026-06-18T13:21:18.786Z Compiling wait-timeout v0.2.1
11692026-06-18T13:21:18.908Z Compiling bit-vec v0.8.0
11702026-06-18T13:21:19.049Z Compiling quick-error v1.2.3
11712026-06-18T13:21:19.141Z Compiling bit-set v0.8.0
11722026-06-18T13:21:19.177Z Compiling rusty-fork v0.3.1
11732026-06-18T13:21:19.318Z Checking rand v0.8.6
11742026-06-18T13:21:19.670Z Compiling rand_xorshift v0.4.0
11752026-06-18T13:21:19.785Z Compiling progenitor-impl v0.14.0
11762026-06-18T13:21:19.850Z Compiling num-integer v0.1.46
11772026-06-18T13:21:19.918Z Checking macaddr v1.0.1
11782026-06-18T13:21:20.213Z Checking unicode-width v0.2.2
11792026-06-18T13:21:20.384Z Compiling unarray v0.1.4
11802026-06-18T13:21:20.465Z Compiling semver v0.1.20
11812026-06-18T13:21:20.501Z Compiling winnow v0.5.40
11822026-06-18T13:21:21.277Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11832026-06-18T13:21:21.364Z Checking rustls-webpki v0.103.13
11842026-06-18T13:21:21.401Z Compiling rustc_version v0.1.7
11852026-06-18T13:21:21.448Z Compiling proptest v1.11.0
11862026-06-18T13:21:21.830Z Compiling progenitor-macro v0.14.0
11872026-06-18T13:21:21.871Z Compiling toml_edit v0.19.15
11882026-06-18T13:21:23.211Z Compiling reqwest v0.12.28
11892026-06-18T13:21:23.461Z Compiling backon v1.6.0
11902026-06-18T13:21:23.882Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11912026-06-18T13:21:24.134Z Checking tokio-rustls v0.26.4
11922026-06-18T13:21:24.261Z Checking rustls-platform-verifier v0.7.0
11932026-06-18T13:21:24.369Z Checking hyper-rustls v0.27.9
11942026-06-18T13:21:24.577Z Checking block-buffer v0.10.4
11952026-06-18T13:21:24.597Z Checking reqwest v0.13.4
11962026-06-18T13:21:24.912Z Compiling strum v0.26.3
11972026-06-18T13:21:25.298Z Compiling instant v0.1.13
11982026-06-18T13:21:25.470Z Compiling utf8parse v0.2.2
11992026-06-18T13:21:25.676Z Compiling anstyle-parse v1.0.0
12002026-06-18T13:21:25.860Z Compiling backoff v0.4.0
12012026-06-18T13:21:25.889Z Compiling iddqd v0.4.2
12022026-06-18T13:21:25.965Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12032026-06-18T13:21:26.005Z Checking digest v0.10.7
12042026-06-18T13:21:26.059Z Compiling progenitor-client v0.10.0
12052026-06-18T13:21:26.205Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12062026-06-18T13:21:26.320Z Compiling proc-macro-crate v1.3.1
12072026-06-18T13:21:26.394Z Compiling newtype_derive v0.1.6
12082026-06-18T13:21:26.447Z Compiling num-rational v0.4.2
12092026-06-18T13:21:26.467Z Compiling num-iter v0.1.45
12102026-06-18T13:21:26.529Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12112026-06-18T13:21:26.602Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12122026-06-18T13:21:26.641Z Compiling progenitor-client v0.14.0
12132026-06-18T13:21:26.918Z Compiling progenitor-extras v0.2.0
12142026-06-18T13:21:26.961Z Compiling progenitor-impl v0.13.0
12152026-06-18T13:21:26.981Z Compiling parse-display v0.10.0
12162026-06-18T13:21:27.135Z Compiling serde_with v3.20.0
12172026-06-18T13:21:27.135Z Compiling strum v0.27.2
12182026-06-18T13:21:27.173Z Compiling num-complex v0.4.6
12192026-06-18T13:21:27.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-06-18T13:21:27.472Z Compiling is_terminal_polyfill v1.70.2
12212026-06-18T13:21:27.502Z Compiling anstyle v1.0.14
12222026-06-18T13:21:27.547Z Compiling vcpkg v0.2.15
12232026-06-18T13:21:27.566Z Compiling humantime v2.3.0
12242026-06-18T13:21:27.584Z Compiling anstyle-query v1.1.5
12252026-06-18T13:21:27.697Z Compiling colorchoice v1.0.5
12262026-06-18T13:21:27.728Z Compiling owo-colors v4.3.0
12272026-06-18T13:21:27.808Z Compiling anstream v1.0.0
12282026-06-18T13:21:27.879Z Compiling num v0.4.3
12292026-06-18T13:21:27.965Z Compiling num_enum_derive v0.5.11
12302026-06-18T13:21:28.118Z Compiling openssl-sys v0.9.116
12312026-06-18T13:21:28.154Z Compiling terminal_size v0.4.4
12322026-06-18T13:21:28.369Z Compiling serde_spanned v0.6.9
12332026-06-18T13:21:28.538Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12342026-06-18T13:21:28.562Z Compiling derive-where v1.6.1
12352026-06-18T13:21:28.680Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12362026-06-18T13:21:28.959Z Compiling pin-project-internal v1.1.13
12372026-06-18T13:21:29.015Z Compiling progenitor-macro v0.13.0
12382026-06-18T13:21:29.245Z Compiling clap_lex v1.1.0
12392026-06-18T13:21:29.473Z Compiling float-ord v0.3.2
12402026-06-18T13:21:29.600Z Compiling toml_write v0.1.2
12412026-06-18T13:21:29.757Z Compiling clap_builder v4.6.0
12422026-06-18T13:21:29.806Z Compiling toml_edit v0.22.27
12432026-06-18T13:21:31.202Z Compiling toml v0.8.23
12442026-06-18T13:21:31.333Z Compiling clap v4.6.1
12452026-06-18T13:21:31.530Z Compiling zone_cfg_derive v0.3.1
12462026-06-18T13:21:31.852Z Compiling async-recursion v1.1.1
12472026-06-18T13:21:31.871Z Compiling snafu-derive v0.8.9
12482026-06-18T13:21:32.455Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-06-18T13:21:33.420Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12502026-06-18T13:21:33.541Z Compiling slog-dtrace v0.3.0
12512026-06-18T13:21:33.614Z Compiling cancel-safe-futures v0.1.5
12522026-06-18T13:21:33.749Z Compiling unicode-xid v0.2.6
12532026-06-18T13:21:33.820Z Compiling openssl v0.10.80
12542026-06-18T13:21:33.839Z Compiling minimal-lexical v0.2.1
12552026-06-18T13:21:33.870Z Compiling chrono-tz v0.10.4
12562026-06-18T13:21:34.134Z Compiling nom v7.1.3
12572026-06-18T13:21:34.188Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12582026-06-18T13:21:34.224Z Compiling const_format_proc_macros v0.2.34
12592026-06-18T13:21:34.378Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-06-18T13:21:34.539Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-18T13:21:34.996Z Compiling openssl-macros v0.1.1
12622026-06-18T13:21:35.165Z Checking cpufeatures v0.2.17
12632026-06-18T13:21:35.463Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12642026-06-18T13:21:35.565Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-18T13:21:35.867Z Compiling cookie v0.18.1
12662026-06-18T13:21:35.939Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-18T13:21:36.190Z Compiling tabled_derive v0.7.0
12682026-06-18T13:21:36.608Z Checking num_enum v0.7.6
12692026-06-18T13:21:38.955Z Checking tabwriter v1.4.1
12702026-06-18T13:21:39.128Z Checking secrecy v0.10.3
12712026-06-18T13:21:39.233Z Checking tinyvec_macros v0.1.1
12722026-06-18T13:21:39.269Z Checking colored v3.1.1
12732026-06-18T13:21:39.315Z Checking tinyvec v1.11.0
12742026-06-18T13:21:39.334Z Checking crossbeam-epoch v0.9.18
12752026-06-18T13:21:39.366Z Checking hash32 v0.3.1
12762026-06-18T13:21:39.495Z Checking bstr v1.12.1
12772026-06-18T13:21:39.561Z Checking data-encoding v2.11.0
12782026-06-18T13:21:39.702Z Checking hmac v0.12.1
12792026-06-18T13:21:39.834Z Checking ingot-types v0.1.2
12802026-06-18T13:21:39.837Z Checking inout v0.1.4
12812026-06-18T13:21:39.996Z Checking scroll v0.12.0
12822026-06-18T13:21:40.020Z Checking ff v0.13.1
12832026-06-18T13:21:40.153Z Checking cobs v0.3.0
12842026-06-18T13:21:40.201Z Checking foreign-types-shared v0.3.1
12852026-06-18T13:21:40.234Z Checking managed v0.8.0
12862026-06-18T13:21:40.298Z Checking bitflags v1.3.2
12872026-06-18T13:21:40.317Z Checking static_assertions v1.1.0
12882026-06-18T13:21:40.379Z Checking postcard v1.1.3
12892026-06-18T13:21:40.397Z Checking foreign-types v0.5.0
12902026-06-18T13:21:40.478Z Checking goblin v0.8.2
12912026-06-18T13:21:40.529Z Checking ingot v0.1.1
12922026-06-18T13:21:40.550Z Checking group v0.13.0
12932026-06-18T13:21:40.662Z Checking cipher v0.4.4
12942026-06-18T13:21:40.679Z Checking hkdf v0.12.4
12952026-06-18T13:21:40.821Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12962026-06-18T13:21:40.857Z Checking universal-hash v0.5.1
12972026-06-18T13:21:40.985Z Checking crypto-bigint v0.5.5
12982026-06-18T13:21:41.084Z Checking chacha20 v0.10.0
12992026-06-18T13:21:41.133Z Checking half v2.7.1
13002026-06-18T13:21:41.388Z Checking cstr-argument v0.1.2
13012026-06-18T13:21:41.515Z Checking base16ct v0.2.0
13022026-06-18T13:21:41.582Z Checking ciborium-io v0.2.2
13032026-06-18T13:21:41.602Z Checking base64ct v1.8.3
13042026-06-18T13:21:41.619Z Checking indent_write v2.2.0
13052026-06-18T13:21:41.639Z Checking opaque-debug v0.3.1
13062026-06-18T13:21:41.677Z Checking ciborium-ll v0.2.2
13072026-06-18T13:21:41.712Z Checking poly1305 v0.8.0
13082026-06-18T13:21:41.827Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13092026-06-18T13:21:41.846Z Checking password-hash v0.5.0
13102026-06-18T13:21:41.866Z Checking rand v0.10.1
13112026-06-18T13:21:41.869Z Checking elliptic-curve v0.13.8
13122026-06-18T13:21:41.936Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13132026-06-18T13:21:41.997Z Checking chacha20 v0.9.1
13142026-06-18T13:21:42.069Z Checking atomicwrites v0.4.4
13152026-06-18T13:21:42.093Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13162026-06-18T13:21:42.112Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13172026-06-18T13:21:42.184Z Checking blake2 v0.10.6
13182026-06-18T13:21:42.203Z Checking aead v0.5.2
13192026-06-18T13:21:42.340Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13202026-06-18T13:21:42.340Z Checking thiserror-no-std v2.0.2
13212026-06-18T13:21:42.376Z Checking hubpack v0.1.2
13222026-06-18T13:21:42.399Z Checking byte-wrapper v0.1.0
13232026-06-18T13:21:42.446Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13242026-06-18T13:21:42.542Z Checking keccak v0.1.6
13252026-06-18T13:21:42.598Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-06-18T13:21:42.704Z Checking sha3 v0.10.9
13272026-06-18T13:21:42.707Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13282026-06-18T13:21:42.816Z Checking vsss-rs v3.3.4
13292026-06-18T13:21:42.901Z Checking argon2 v0.5.3
13302026-06-18T13:21:42.965Z Checking chacha20poly1305 v0.10.1
13312026-06-18T13:21:43.020Z Checking ciborium v0.2.2
13322026-06-18T13:21:43.096Z Checking similar v2.7.0
13332026-06-18T13:21:43.288Z Checking memmap v0.7.0
13342026-06-18T13:21:43.307Z Checking lazy_static v1.5.0
13352026-06-18T13:21:43.429Z Checking usdt v0.5.0
13362026-06-18T13:21:43.429Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13372026-06-18T13:21:43.594Z Checking crossbeam-deque v0.8.6
13382026-06-18T13:21:43.762Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13392026-06-18T13:21:43.781Z Checking bytecount v0.6.9
13402026-06-18T13:21:43.889Z Checking unicode-segmentation v1.13.3
13412026-06-18T13:21:43.892Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13422026-06-18T13:21:44.156Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13432026-06-18T13:21:44.249Z Checking newline-converter v0.3.0
13442026-06-18T13:21:44.326Z Checking console v0.15.11
13452026-06-18T13:21:44.354Z Checking progenitor v0.14.0
13462026-06-18T13:21:44.373Z Checking itertools v0.12.1
13472026-06-18T13:21:44.518Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13482026-06-18T13:21:44.610Z Checking resolv-conf v0.7.6
13492026-06-18T13:21:44.721Z Checking swrite v0.1.0
13502026-06-18T13:21:44.742Z Checking linked-hash-map v0.5.6
13512026-06-18T13:21:44.816Z Compiling parking_lot_core v0.8.6
13522026-06-18T13:21:44.819Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13532026-06-18T13:21:44.902Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-18T13:21:44.921Z Checking lru-cache v0.1.2
13552026-06-18T13:21:45.042Z Checking expectorate v1.2.0
13562026-06-18T13:21:45.130Z Checking rayon v1.12.0
13572026-06-18T13:21:45.171Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13582026-06-18T13:21:45.369Z Checking hickory-proto v0.24.4
13592026-06-18T13:21:45.618Z Checking progenitor-client v0.13.0
13602026-06-18T13:21:45.706Z Checking camino-tempfile v1.4.1
13612026-06-18T13:21:46.002Z Checking serde-big-array v0.5.1
13622026-06-18T13:21:46.103Z Checking siphasher v1.0.3
13632026-06-18T13:21:46.140Z Checking progenitor v0.13.0
13642026-06-18T13:21:46.159Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13652026-06-18T13:21:46.268Z Checking phf_shared v0.12.1
13662026-06-18T13:21:46.557Z Checking unicode-normalization v0.1.25
13672026-06-18T13:21:46.728Z Checking pin-project v1.1.13
13682026-06-18T13:21:46.815Z Checking num_enum v0.5.11
13692026-06-18T13:21:46.886Z Checking hickory-resolver v0.24.4
13702026-06-18T13:21:47.121Z Checking tokio-stream v0.1.18
13712026-06-18T13:21:47.343Z Checking csv-core v0.1.13
13722026-06-18T13:21:47.463Z Checking highway v1.3.0
13732026-06-18T13:21:47.482Z Checking unicode-width v0.1.14
13742026-06-18T13:21:47.499Z Checking foldhash v0.1.5
13752026-06-18T13:21:47.521Z Checking unicode-linebreak v0.1.5
13762026-06-18T13:21:47.557Z Checking foreign-types-shared v0.1.1
13772026-06-18T13:21:47.635Z Checking smawk v0.3.2
13782026-06-18T13:21:47.653Z Checking konst_macro_rules v0.2.19
13792026-06-18T13:21:47.689Z Checking same-file v1.0.6
13802026-06-18T13:21:47.801Z Checking konst v0.2.20
13812026-06-18T13:21:47.820Z Checking textwrap v0.16.2
13822026-06-18T13:21:47.823Z Checking walkdir v2.5.0
13832026-06-18T13:21:47.823Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13842026-06-18T13:21:47.876Z Checking foreign-types v0.3.2
13852026-06-18T13:21:47.952Z Checking hashbrown v0.15.5
13862026-06-18T13:21:47.990Z Checking qorb v0.4.1
13872026-06-18T13:21:48.008Z Checking csv v1.4.0
13882026-06-18T13:21:48.422Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13892026-06-18T13:21:48.657Z Checking olpc-cjson v0.1.4
13902026-06-18T13:21:48.780Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13912026-06-18T13:21:48.801Z Checking snafu v0.8.9
13922026-06-18T13:21:48.987Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13932026-06-18T13:21:49.056Z Checking phf v0.12.1
13942026-06-18T13:21:49.200Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-06-18T13:21:49.233Z Checking zone v0.3.1
13962026-06-18T13:21:49.361Z Checking tokio-dtrace v0.1.1
13972026-06-18T13:21:49.553Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-06-18T13:21:49.597Z Checking globset v0.4.18
13992026-06-18T13:21:49.856Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14002026-06-18T13:21:50.228Z Checking smf v0.2.3
14012026-06-18T13:21:50.363Z Checking pem v3.0.6
14022026-06-18T13:21:50.466Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14032026-06-18T13:21:50.527Z Checking libsw-core v0.3.2
14042026-06-18T13:21:50.630Z Checking serde_plain v1.0.2
14052026-06-18T13:21:50.650Z Checking sigpipe v0.1.3
14062026-06-18T13:21:50.781Z Checking fixedbitset v0.4.2
14072026-06-18T13:21:50.816Z Checking jiff v0.2.28
14082026-06-18T13:21:50.836Z Checking fixedbitset v0.5.7
14092026-06-18T13:21:50.866Z Checking typed-path v0.9.3
14102026-06-18T13:21:50.932Z Checking glob v0.3.3
14112026-06-18T13:21:51.038Z Checking petgraph v0.8.3
14122026-06-18T13:21:51.126Z Checking petgraph v0.6.5
14132026-06-18T13:21:51.596Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-06-18T13:21:51.635Z Checking tough v0.22.0
14152026-06-18T13:21:51.683Z Checking libsw v3.5.0
14162026-06-18T13:21:51.774Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-18T13:21:52.114Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-06-18T13:21:52.315Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-18T13:21:52.353Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14202026-06-18T13:21:52.401Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14212026-06-18T13:21:52.420Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-06-18T13:21:52.509Z Checking oxide-tokio-rt v0.1.6
14232026-06-18T13:21:52.698Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-18T13:21:52.776Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-18T13:21:52.869Z Checking const_format v0.2.36
14262026-06-18T13:21:52.915Z Checking papergrid v0.11.0
14272026-06-18T13:21:53.025Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-06-18T13:21:53.360Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-18T13:21:53.396Z Checking gethostname v0.5.0
14302026-06-18T13:21:53.482Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-06-18T13:21:53.501Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14322026-06-18T13:21:53.591Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-18T13:21:53.718Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-06-18T13:21:54.059Z Checking libscf-sys v1.2.0
14352026-06-18T13:21:54.227Z Checking bcs v0.1.6
14362026-06-18T13:21:54.316Z Checking termtree v0.5.1
14372026-06-18T13:21:54.353Z Checking whoami v1.6.1
14382026-06-18T13:21:54.424Z Checking linear-map v1.2.0
14392026-06-18T13:21:54.463Z Checking tagptr v0.2.0
14402026-06-18T13:21:54.606Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-06-18T13:21:54.610Z Checking moka v0.12.15
14422026-06-18T13:21:55.223Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-06-18T13:21:55.866Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-18T13:21:56.073Z Checking tabled v0.15.0
14452026-06-18T13:21:56.331Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-18T13:21:56.350Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-18T13:21:56.353Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-06-18T13:21:56.435Z Checking steno v0.4.1
14492026-06-18T13:21:56.953Z Checking hickory-proto v0.25.2
14502026-06-18T13:21:58.447Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14512026-06-18T13:21:58.520Z Checking hickory-resolver v0.25.2
14522026-06-18T13:21:58.586Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-18T13:21:59.186Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-18T13:21:59.450Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14552026-06-18T13:21:59.925Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14562026-06-18T13:22:03.739Z Checking nom v8.0.0
14572026-06-18T13:22:03.821Z Compiling proc-macro-error-attr2 v2.0.0
14582026-06-18T13:22:04.082Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-06-18T13:22:04.498Z Compiling proc-macro-error2 v2.0.1
14602026-06-18T13:22:07.523Z Compiling crunchy v0.2.4
14612026-06-18T13:22:09.107Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14622026-06-18T13:22:09.644Z Compiling tabled_derive v0.11.0
14632026-06-18T13:22:10.171Z Compiling tiny-keccak v2.0.2
14642026-06-18T13:22:10.439Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14652026-06-18T13:22:10.778Z Compiling typify-impl v0.4.3
14662026-06-18T13:22:10.919Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14672026-06-18T13:22:10.953Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14682026-06-18T13:22:11.046Z Checking parking_lot v0.11.2
14692026-06-18T13:22:11.133Z Compiling const-random-macro v0.1.16
14702026-06-18T13:22:11.545Z Checking fxhash v0.2.1
14712026-06-18T13:22:11.568Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14722026-06-18T13:22:11.588Z Compiling ahash v0.8.12
14732026-06-18T13:22:11.673Z Checking sled v0.34.7
14742026-06-18T13:22:11.862Z Compiling smartstring v1.0.1
14752026-06-18T13:22:12.427Z Checking internet-checksum v0.2.1
14762026-06-18T13:22:12.549Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14772026-06-18T13:22:12.770Z Compiling rhai_codegen v3.2.0
14782026-06-18T13:22:12.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14792026-06-18T13:22:12.884Z Checking arc-swap v1.9.1
14802026-06-18T13:22:13.202Z Checking slog-scope v4.4.1
14812026-06-18T13:22:13.261Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-06-18T13:22:13.389Z Checking papergrid v0.18.0
14832026-06-18T13:22:13.548Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14842026-06-18T13:22:13.861Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14852026-06-18T13:22:13.986Z Checking testing_table v0.3.0
14862026-06-18T13:22:14.101Z Checking dropshot-api-manager-types v0.7.2
14872026-06-18T13:22:14.121Z Compiling typify-macro v0.4.3
14882026-06-18T13:22:14.351Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14892026-06-18T13:22:14.496Z Checking tabled v0.21.0
14902026-06-18T13:22:14.671Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14912026-06-18T13:22:15.221Z Checking slog-stdlog v4.1.1
14922026-06-18T13:22:15.357Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14932026-06-18T13:22:15.492Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14942026-06-18T13:22:15.555Z Compiling lzma-sys v0.1.20
14952026-06-18T13:22:15.593Z Compiling fs-err v3.3.0
14962026-06-18T13:22:15.612Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14972026-06-18T13:22:15.629Z Compiling typify v0.4.3
14982026-06-18T13:22:15.735Z Compiling progenitor-impl v0.10.0
14992026-06-18T13:22:15.798Z Compiling typeid v1.0.3
15002026-06-18T13:22:16.011Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15012026-06-18T13:22:16.093Z Checking slog-envlogger v2.2.0
15022026-06-18T13:22:16.707Z Compiling toml_datetime v0.7.5+spec-1.1.0
15032026-06-18T13:22:16.797Z Checking crc8 v0.1.1
15042026-06-18T13:22:16.964Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15052026-06-18T13:22:16.988Z Compiling toml v0.9.12+spec-1.1.0
15062026-06-18T13:22:17.155Z Checking const-random v0.1.18
15072026-06-18T13:22:17.621Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15082026-06-18T13:22:17.754Z Compiling progenitor-macro v0.10.0
15092026-06-18T13:22:17.852Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15102026-06-18T13:22:17.959Z Compiling cargo_toml v0.22.3
15112026-06-18T13:22:19.129Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15122026-06-18T13:22:19.883Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-06-18T13:22:20.312Z Checking thin-vec v0.2.18
15142026-06-18T13:22:20.559Z Checking rhai v1.25.1
15152026-06-18T13:22:20.799Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15162026-06-18T13:22:21.488Z Checking sha1 v0.10.6
15172026-06-18T13:22:21.831Z Checking utf-8 v0.7.6
15182026-06-18T13:22:21.970Z Checking tungstenite v0.21.0
15192026-06-18T13:22:22.218Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15202026-06-18T13:22:23.240Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15212026-06-18T13:22:23.283Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15222026-06-18T13:22:23.517Z Checking sha2 v0.10.9
15232026-06-18T13:22:23.590Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15242026-06-18T13:22:23.778Z Checking yansi v1.0.1
15252026-06-18T13:22:23.831Z Checking diff v0.1.13
15262026-06-18T13:22:23.851Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15272026-06-18T13:22:23.983Z Checking progenitor v0.10.0
15282026-06-18T13:22:24.064Z Checking pretty_assertions v1.4.1
15292026-06-18T13:22:24.199Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15302026-06-18T13:22:24.415Z Checking tokio-tungstenite v0.21.0
15312026-06-18T13:22:25.333Z Checking console v0.16.3
15322026-06-18T13:22:25.456Z Checking git-stub v1.0.0
15332026-06-18T13:22:25.635Z Checking base64 v0.21.7
15342026-06-18T13:22:25.669Z Checking is_ci v1.2.0
15352026-06-18T13:22:25.818Z Checking unit-prefix v0.5.2
15362026-06-18T13:22:25.950Z Checking indicatif v0.18.4
15372026-06-18T13:22:25.995Z Checking supports-color v3.0.2
15382026-06-18T13:22:26.014Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15392026-06-18T13:22:26.833Z Checking git-stub-vcs v0.1.0
15402026-06-18T13:22:26.916Z Checking xz2 v0.1.7
15412026-06-18T13:22:27.083Z Checking ron v0.12.1
15422026-06-18T13:22:27.314Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15432026-06-18T13:22:27.460Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15442026-06-18T13:22:27.579Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15452026-06-18T13:22:27.717Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15462026-06-18T13:22:28.105Z Checking drift v0.2.0
15472026-06-18T13:22:28.419Z Compiling serial_test_derive v3.5.0
15482026-06-18T13:22:28.492Z Checking base16ct v1.0.0
15492026-06-18T13:22:28.795Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15502026-06-18T13:22:29.159Z Checking serial_test v3.5.0
15512026-06-18T13:22:29.346Z Checking dropshot-api-manager v0.7.2
15522026-06-18T13:22:30.275Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15532026-06-18T13:22:30.574Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15542026-06-18T13:22:30.733Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15552026-06-18T13:22:31.598Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15562026-06-18T13:22:31.763Z Checking natord v1.0.9
15572026-06-18T13:22:31.912Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15582026-06-18T13:22:32.052Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15592026-06-18T13:22:32.147Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15602026-06-18T13:22:32.479Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15612026-06-18T13:22:32.898Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15622026-06-18T13:22:33.078Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15632026-06-18T13:22:33.104Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15642026-06-18T13:22:33.156Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15652026-06-18T13:22:33.231Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15662026-06-18T13:22:41.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
15672026-06-18T13:22:42.171Z+ cargo xtask openapi check
15682026-06-18T13:22:42.788Z Compiling cfg-if v1.0.4
15692026-06-18T13:22:42.791Z Compiling libc v0.2.186
15702026-06-18T13:22:42.791Z Compiling serde_core v1.0.228
15712026-06-18T13:22:42.896Z Compiling memchr v2.8.1
15722026-06-18T13:22:42.901Z Compiling smallvec v1.15.1
15732026-06-18T13:22:42.909Z Compiling itoa v1.0.18
15742026-06-18T13:22:42.919Z Compiling stable_deref_trait v1.2.1
15752026-06-18T13:22:42.922Z Compiling zerofrom v0.1.8
15762026-06-18T13:22:42.939Z Compiling zmij v1.0.21
15772026-06-18T13:22:42.988Z Compiling writeable v0.6.3
15782026-06-18T13:22:43.043Z Compiling yoke v0.8.3
15792026-06-18T13:22:43.089Z Compiling litemap v0.8.2
15802026-06-18T13:22:43.102Z Compiling utf8_iter v1.0.4
15812026-06-18T13:22:43.186Z Compiling percent-encoding v2.3.2
15822026-06-18T13:22:43.209Z Compiling zerovec v0.11.6
15832026-06-18T13:22:43.220Z Compiling zerotrie v0.2.4
15842026-06-18T13:22:43.240Z Compiling icu_normalizer_data v2.2.0
15852026-06-18T13:22:43.271Z Compiling icu_properties_data v2.2.0
15862026-06-18T13:22:43.315Z Compiling libm v0.2.16
15872026-06-18T13:22:43.347Z Compiling form_urlencoded v1.2.2
15882026-06-18T13:22:43.379Z Compiling rand_core v0.10.1
15892026-06-18T13:22:43.405Z Compiling errno v0.3.14
15902026-06-18T13:22:43.510Z Compiling getrandom v0.4.2
15912026-06-18T13:22:43.527Z Compiling iana-time-zone v0.1.65
15922026-06-18T13:22:43.540Z Compiling pin-project-lite v0.2.17
15932026-06-18T13:22:43.549Z Compiling zeroize v1.8.2
15942026-06-18T13:22:43.580Z Compiling dyn-clone v1.0.20
15952026-06-18T13:22:43.630Z Compiling scopeguard v1.2.0
15962026-06-18T13:22:43.688Z Compiling tinystr v0.8.3
15972026-06-18T13:22:43.718Z Compiling potential_utf v0.1.5
15982026-06-18T13:22:43.729Z Compiling lock_api v0.4.14
15992026-06-18T13:22:43.738Z Compiling socket2 v0.6.4
16002026-06-18T13:22:43.741Z Compiling parking_lot_core v0.9.12
16012026-06-18T13:22:43.758Z Compiling signal-hook-registry v1.4.8
16022026-06-18T13:22:43.881Z Compiling icu_locale_core v2.2.0
16032026-06-18T13:22:43.892Z Compiling icu_collections v2.2.0
16042026-06-18T13:22:43.947Z Compiling parking_lot v0.12.5
16052026-06-18T13:22:44.047Z Compiling num-traits v0.2.19
16062026-06-18T13:22:44.065Z Compiling mio v1.2.1
16072026-06-18T13:22:44.182Z Compiling portable-atomic v1.13.1
16082026-06-18T13:22:44.327Z Compiling futures-core v0.3.32
16092026-06-18T13:22:44.437Z Compiling thiserror v2.0.18
16102026-06-18T13:22:44.480Z Compiling critical-section v1.2.0
16112026-06-18T13:22:44.491Z Compiling equivalent v1.0.2
16122026-06-18T13:22:44.537Z Compiling subtle v2.6.1
16132026-06-18T13:22:44.571Z Compiling serde v1.0.228
16142026-06-18T13:22:44.582Z Compiling serde_json v1.0.150
16152026-06-18T13:22:44.592Z Compiling uuid v1.23.2
16162026-06-18T13:22:44.679Z Compiling icu_provider v2.2.0
16172026-06-18T13:22:44.690Z Compiling semver v1.0.28
16182026-06-18T13:22:44.703Z Compiling bitflags v2.12.1
16192026-06-18T13:22:44.731Z Compiling once_cell v1.21.4
16202026-06-18T13:22:44.938Z Compiling icu_normalizer v2.2.0
16212026-06-18T13:22:44.942Z Compiling icu_properties v2.2.0
16222026-06-18T13:22:44.989Z Compiling zerocopy v0.8.50
16232026-06-18T13:22:44.999Z Compiling bytes v1.11.1
16242026-06-18T13:22:45.010Z Compiling chrono v0.4.45
16252026-06-18T13:22:45.014Z Compiling log v0.4.32
16262026-06-18T13:22:45.090Z Compiling futures-sink v0.3.32
16272026-06-18T13:22:45.195Z Compiling typenum v1.20.1
16282026-06-18T13:22:45.207Z Compiling slab v0.4.12
16292026-06-18T13:22:45.381Z Compiling slog v2.8.2
16302026-06-18T13:22:45.399Z Compiling futures-channel v0.3.32
16312026-06-18T13:22:45.504Z Compiling tokio v1.52.3
16322026-06-18T13:22:45.624Z Compiling getrandom v0.2.17
16332026-06-18T13:22:45.635Z Compiling futures-task v0.3.32
16342026-06-18T13:22:45.660Z Compiling futures-io v0.3.32
16352026-06-18T13:22:45.800Z Compiling rand_core v0.6.4
16362026-06-18T13:22:45.800Z Compiling futures-util v0.3.32
16372026-06-18T13:22:45.821Z Compiling idna_adapter v1.2.2
16382026-06-18T13:22:45.959Z Compiling idna v1.1.0
16392026-06-18T13:22:45.986Z Compiling hashbrown v0.17.1
16402026-06-18T13:22:46.031Z Compiling tracing-core v0.1.36
16412026-06-18T13:22:46.080Z Compiling base64 v0.22.1
16422026-06-18T13:22:46.411Z Compiling url v2.5.8
16432026-06-18T13:22:46.484Z Compiling indexmap v2.14.0
16442026-06-18T13:22:46.544Z Compiling tracing v0.1.44
16452026-06-18T13:22:46.625Z Compiling http v1.4.1
16462026-06-18T13:22:46.679Z Compiling unicode-ident v1.0.24
16472026-06-18T13:22:46.777Z Compiling proc-macro2 v1.0.106
16482026-06-18T13:22:46.805Z Compiling fnv v1.0.7
16492026-06-18T13:22:46.906Z Compiling schemars v0.8.22
16502026-06-18T13:22:47.127Z Compiling quote v1.0.45
16512026-06-18T13:22:47.234Z Compiling byteorder v1.5.0
16522026-06-18T13:22:47.405Z Compiling syn v2.0.117
16532026-06-18T13:22:47.459Z Compiling ipnet v2.12.0
16542026-06-18T13:22:47.472Z Compiling erased-serde v0.3.31
16552026-06-18T13:22:47.556Z Compiling rustls-pki-types v1.14.1
16562026-06-18T13:22:47.922Z Compiling ipnetwork v0.21.1
16572026-06-18T13:22:47.963Z Compiling ppv-lite86 v0.2.21
16582026-06-18T13:22:48.037Z Compiling http-body v1.0.1
16592026-06-18T13:22:48.067Z Compiling thiserror v1.0.69
16602026-06-18T13:22:48.170Z Compiling oxnet v0.1.6
16612026-06-18T13:22:48.189Z Compiling aws-lc-sys v0.41.0
16622026-06-18T13:22:48.205Z Compiling untrusted v0.7.1
16632026-06-18T13:22:48.282Z Compiling atomic-waker v1.1.2
16642026-06-18T13:22:48.328Z Compiling httparse v1.10.1
16652026-06-18T13:22:48.342Z Compiling ryu v1.0.23
16662026-06-18T13:22:48.370Z Compiling try-lock v0.2.5
16672026-06-18T13:22:48.404Z Compiling tower-service v0.3.3
16682026-06-18T13:22:48.477Z Compiling tower-layer v0.3.3
16692026-06-18T13:22:48.498Z Compiling pretty-hex v0.4.2
16702026-06-18T13:22:48.521Z Compiling untrusted v0.9.0
16712026-06-18T13:22:48.616Z Compiling rustls v0.23.40
16722026-06-18T13:22:48.631Z Compiling want v0.3.1
16732026-06-18T13:22:48.644Z Compiling rustix v1.1.4
16742026-06-18T13:22:48.649Z Compiling plain v0.2.3
16752026-06-18T13:22:48.649Z Compiling httpdate v1.0.3
16762026-06-18T13:22:48.766Z Compiling aws-lc-rs v1.17.0
16772026-06-18T13:22:48.788Z Compiling omicron-workspace-hack v0.1.0
16782026-06-18T13:22:48.799Z Compiling getrandom v0.3.4
16792026-06-18T13:22:48.859Z Compiling ucd-trie v0.1.7
16802026-06-18T13:22:48.873Z Compiling regex-syntax v0.8.10
16812026-06-18T13:22:48.909Z Compiling crossbeam-utils v0.8.21
16822026-06-18T13:22:48.977Z Compiling rand_core v0.9.5
16832026-06-18T13:22:49.201Z Compiling tokio-util v0.7.18
16842026-06-18T13:22:49.201Z Compiling pest v2.8.6
16852026-06-18T13:22:49.432Z Compiling serde_urlencoded v0.7.1
16862026-06-18T13:22:49.694Z Compiling http-body-util v0.1.3
16872026-06-18T13:22:49.924Z Compiling h2 v0.4.14
16882026-06-18T13:22:49.939Z Compiling rustls-webpki v0.103.13
16892026-06-18T13:22:49.951Z Compiling newtype-uuid v1.3.2
16902026-06-18T13:22:50.246Z Compiling hex v0.4.3
16912026-06-18T13:22:50.307Z Compiling foldhash v0.2.0
16922026-06-18T13:22:50.510Z Compiling allocator-api2 v0.2.21
16932026-06-18T13:22:50.545Z Compiling daft v0.1.7
16942026-06-18T13:22:50.821Z Compiling hashbrown v0.16.1
16952026-06-18T13:22:50.836Z Compiling rand_chacha v0.9.0
16962026-06-18T13:22:50.881Z Compiling fastrand v2.4.1
16972026-06-18T13:22:51.147Z Compiling rand v0.9.4
16982026-06-18T13:22:51.217Z Compiling sync_wrapper v1.0.2
16992026-06-18T13:22:51.331Z Compiling tower v0.5.3
17002026-06-18T13:22:51.377Z Compiling generic-array v0.14.7
17012026-06-18T13:22:51.412Z Compiling anyhow v1.0.102
17022026-06-18T13:22:51.462Z Compiling aho-corasick v1.1.4
17032026-06-18T13:22:51.522Z Compiling powerfmt v0.2.0
17042026-06-18T13:22:51.731Z Compiling tower-http v0.6.11
17052026-06-18T13:22:51.743Z Compiling deranged v0.5.8
17062026-06-18T13:22:51.784Z Compiling tempfile v3.27.0
17072026-06-18T13:22:51.796Z Compiling camino v1.2.2
17082026-06-18T13:22:51.865Z Compiling futures-executor v0.3.32
17092026-06-18T13:22:52.140Z Compiling hyper v1.10.1
17102026-06-18T13:22:52.143Z Compiling openapiv3 v2.2.0
17112026-06-18T13:22:52.171Z Compiling cpufeatures v0.3.0
17122026-06-18T13:22:52.199Z Compiling time-core v0.1.8
17132026-06-18T13:22:52.246Z Compiling regex-automata v0.4.14
17142026-06-18T13:22:52.344Z Compiling num-conv v0.2.2
17152026-06-18T13:22:52.499Z Compiling num_threads v0.1.7
17162026-06-18T13:22:52.601Z Compiling openssl-probe v0.2.1
17172026-06-18T13:22:52.705Z Compiling time v0.3.47
17182026-06-18T13:22:52.792Z Compiling rustls-native-certs v0.8.4
17192026-06-18T13:22:52.877Z Compiling futures v0.3.32
17202026-06-18T13:22:52.962Z Compiling scroll v0.13.0
17212026-06-18T13:22:53.126Z Compiling hybrid-array v0.4.12
17222026-06-18T13:22:53.234Z Compiling hyper-util v0.1.20
17232026-06-18T13:22:53.305Z Compiling tokio-rustls v0.26.4
17242026-06-18T13:22:53.573Z Compiling adler2 v2.0.1
17252026-06-18T13:22:53.593Z Compiling simd-adler32 v0.3.9
17262026-06-18T13:22:53.704Z Compiling winnow v1.0.3
17272026-06-18T13:22:53.715Z Compiling rustls-platform-verifier v0.7.0
17282026-06-18T13:22:53.785Z Compiling miniz_oxide v0.8.9
17292026-06-18T13:22:53.799Z Compiling goblin v0.10.7
17302026-06-18T13:22:53.943Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-18T13:22:54.426Z Compiling crossbeam-channel v0.5.15
17322026-06-18T13:22:54.442Z Compiling crc32fast v1.5.0
17332026-06-18T13:22:54.489Z Compiling hyper-rustls v0.27.9
17342026-06-18T13:22:54.641Z Compiling flate2 v1.1.9
17352026-06-18T13:22:54.790Z Compiling reqwest v0.13.4
17362026-06-18T13:22:54.837Z Compiling regex v1.12.3
17372026-06-18T13:22:54.906Z Compiling crypto-common v0.2.2
17382026-06-18T13:22:54.948Z Compiling block-buffer v0.12.0
17392026-06-18T13:22:55.071Z Compiling crypto-common v0.1.7
17402026-06-18T13:22:55.115Z Compiling dtrace-parser v0.3.0
17412026-06-18T13:22:55.210Z Compiling rand_chacha v0.3.1
17422026-06-18T13:22:55.304Z Compiling thread-id v5.1.0
17432026-06-18T13:22:55.391Z Compiling thread_local v1.1.9
17442026-06-18T13:22:55.470Z Compiling debug-ignore v1.0.5
17452026-06-18T13:22:55.578Z Compiling match_cfg v0.1.0
17462026-06-18T13:22:55.616Z Compiling compression-core v0.4.32
17472026-06-18T13:22:55.653Z Compiling const-oid v0.10.2
17482026-06-18T13:22:55.665Z Compiling hostname v0.3.1
17492026-06-18T13:22:55.777Z Compiling compression-codecs v0.4.38
17502026-06-18T13:22:55.804Z Compiling digest v0.11.3
17512026-06-18T13:22:55.816Z Compiling rand v0.8.6
17522026-06-18T13:22:55.863Z Compiling toml_parser v1.1.2+spec-1.1.0
17532026-06-18T13:22:55.896Z Compiling slog-json v2.6.1
17542026-06-18T13:22:55.973Z Compiling ref-cast v1.0.25
17552026-06-18T13:22:56.004Z Compiling strum v0.26.3
17562026-06-18T13:22:56.026Z Compiling macaddr v1.0.1
17572026-06-18T13:22:56.072Z Compiling toml_datetime v1.1.1+spec-1.1.0
17582026-06-18T13:22:56.100Z Compiling serde_spanned v1.1.1
17592026-06-18T13:22:56.132Z Compiling memmap2 v0.9.10
17602026-06-18T13:22:56.257Z Compiling is-terminal v0.4.17
17612026-06-18T13:22:56.257Z Compiling wait-timeout v0.2.1
17622026-06-18T13:22:56.353Z Compiling encoding_rs v0.8.35
17632026-06-18T13:22:56.363Z Compiling toml_writer v1.1.1+spec-1.1.0
17642026-06-18T13:22:56.380Z Compiling bit-vec v0.8.0
17652026-06-18T13:22:56.453Z Compiling take_mut v0.2.2
17662026-06-18T13:22:56.507Z Compiling quick-error v1.2.3
17672026-06-18T13:22:56.547Z Compiling mime v0.3.17
17682026-06-18T13:22:56.564Z Compiling either v1.16.0
17692026-06-18T13:22:56.575Z Compiling term v1.2.1
17702026-06-18T13:22:56.611Z Compiling spin v0.9.8
17712026-06-18T13:22:56.614Z Compiling rusty-fork v0.3.1
17722026-06-18T13:22:56.731Z Compiling dof v0.4.0
17732026-06-18T13:22:56.772Z Compiling bit-set v0.8.0
17742026-06-18T13:22:56.820Z Compiling slog-async v2.8.0
17752026-06-18T13:22:56.936Z Compiling slog-term v2.9.2
17762026-06-18T13:22:56.962Z Compiling toml v1.1.2+spec-1.1.0
17772026-06-18T13:22:57.228Z Compiling slog-bunyan v2.5.0
17782026-06-18T13:22:57.317Z Compiling multer v3.1.0
17792026-06-18T13:22:57.371Z Compiling async-compression v0.4.42
17802026-06-18T13:22:57.494Z Compiling usdt-impl v0.6.0
17812026-06-18T13:22:57.695Z Compiling sha1 v0.11.0
17822026-06-18T13:22:57.809Z Compiling serde_with v3.20.0
17832026-06-18T13:22:57.953Z Compiling usdt v0.6.0
17842026-06-18T13:22:58.002Z Compiling async-stream v0.3.6
17852026-06-18T13:22:58.002Z Compiling rand_xorshift v0.4.0
17862026-06-18T13:22:58.162Z Compiling waitgroup v0.1.2
17872026-06-18T13:22:58.165Z Compiling rustls-pemfile v2.2.0
17882026-06-18T13:22:58.181Z Compiling serde_path_to_error v0.1.20
17892026-06-18T13:22:58.237Z Compiling hostname v0.4.2
17902026-06-18T13:22:58.300Z Compiling unarray v0.1.4
17912026-06-18T13:22:58.366Z Compiling strum v0.27.2
17922026-06-18T13:22:58.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17932026-06-18T13:22:58.388Z Compiling proptest v1.11.0
17942026-06-18T13:22:58.409Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17952026-06-18T13:22:58.464Z Compiling dropshot v0.17.1
17962026-06-18T13:22:58.494Z Compiling progenitor-client v0.14.0
17972026-06-18T13:22:58.505Z Compiling iddqd v0.4.2
17982026-06-18T13:22:58.532Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-18T13:22:58.586Z Compiling reqwest v0.12.28
18002026-06-18T13:22:58.617Z Compiling block-buffer v0.10.4
18012026-06-18T13:22:58.771Z Compiling backon v1.6.0
18022026-06-18T13:22:58.784Z Compiling instant v0.1.13
18032026-06-18T13:22:58.796Z Compiling digest v0.10.7
18042026-06-18T13:22:58.891Z Compiling backoff v0.4.0
18052026-06-18T13:22:58.975Z Compiling progenitor-extras v0.2.0
18062026-06-18T13:22:59.060Z Compiling itertools v0.14.0
18072026-06-18T13:22:59.127Z Compiling parse-display v0.10.0
18082026-06-18T13:22:59.244Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18092026-06-18T13:22:59.452Z Compiling regress v0.10.5
18102026-06-18T13:22:59.595Z Compiling progenitor-client v0.10.0
18112026-06-18T13:22:59.780Z Compiling humantime v2.3.0
18122026-06-18T13:23:00.058Z Compiling cpufeatures v0.2.17
18132026-06-18T13:23:00.137Z Compiling unicode-width v0.2.2
18142026-06-18T13:23:00.151Z Compiling secrecy v0.10.3
18152026-06-18T13:23:00.248Z Compiling heck v0.5.0
18162026-06-18T13:23:00.299Z Compiling tinyvec_macros v0.1.1
18172026-06-18T13:23:00.313Z Compiling num-integer v0.1.46
18182026-06-18T13:23:00.374Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18192026-06-18T13:23:00.423Z Compiling tinyvec v1.11.0
18202026-06-18T13:23:00.505Z Compiling scroll v0.12.0
18212026-06-18T13:23:00.641Z Compiling crucible-workspace-hack v0.1.0
18222026-06-18T13:23:00.719Z Compiling hmac v0.12.1
18232026-06-18T13:23:00.769Z Compiling inout v0.1.4
18242026-06-18T13:23:00.780Z Compiling ff v0.13.1
18252026-06-18T13:23:00.864Z Compiling utf8parse v0.2.2
18262026-06-18T13:23:00.911Z Compiling cipher v0.4.4
18272026-06-18T13:23:00.923Z Compiling group v0.13.0
18282026-06-18T13:23:00.936Z Compiling hkdf v0.12.4
18292026-06-18T13:23:00.979Z Compiling anstyle-parse v1.0.0
18302026-06-18T13:23:01.034Z Compiling goblin v0.8.2
18312026-06-18T13:23:01.085Z Compiling num-iter v0.1.45
18322026-06-18T13:23:01.130Z Compiling num-rational v0.4.2
18332026-06-18T13:23:01.207Z Compiling zerocopy v0.7.35
18342026-06-18T13:23:01.367Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-18T13:23:01.521Z Compiling universal-hash v0.5.1
18362026-06-18T13:23:01.663Z Compiling crypto-bigint v0.5.5
18372026-06-18T13:23:01.674Z Compiling regress v0.11.1
18382026-06-18T13:23:01.760Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-18T13:23:01.990Z Compiling terminal_size v0.4.4
18402026-06-18T13:23:02.119Z Compiling half v2.7.1
18412026-06-18T13:23:02.134Z Compiling num-complex v0.4.6
18422026-06-18T13:23:02.419Z Compiling base16ct v0.2.0
18432026-06-18T13:23:02.518Z Compiling base64ct v1.8.3
18442026-06-18T13:23:02.584Z Compiling anstyle v1.0.14
18452026-06-18T13:23:02.812Z Compiling is_terminal_polyfill v1.70.2
18462026-06-18T13:23:02.825Z Compiling opaque-debug v0.3.1
18472026-06-18T13:23:02.828Z Compiling colorchoice v1.0.5
18482026-06-18T13:23:02.850Z Compiling ciborium-io v0.2.2
18492026-06-18T13:23:02.899Z Compiling anstyle-query v1.1.5
18502026-06-18T13:23:02.910Z Compiling poly1305 v0.8.0
18512026-06-18T13:23:02.940Z Compiling ciborium-ll v0.2.2
18522026-06-18T13:23:03.012Z Compiling anstream v1.0.0
18532026-06-18T13:23:03.162Z Compiling password-hash v0.5.0
18542026-06-18T13:23:03.320Z Compiling dof v0.3.0
18552026-06-18T13:23:03.337Z Compiling typify-impl v0.6.2
18562026-06-18T13:23:03.340Z Compiling elliptic-curve v0.13.8
18572026-06-18T13:23:03.605Z Compiling num v0.4.3
18582026-06-18T13:23:03.688Z Compiling curve25519-dalek v4.1.3
18592026-06-18T13:23:04.118Z Compiling thiserror-no-std v2.0.2
18602026-06-18T13:23:04.214Z Compiling chacha20 v0.9.1
18612026-06-18T13:23:04.298Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-18T13:23:04.446Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-18T13:23:04.785Z Compiling blake2 v0.10.6
18642026-06-18T13:23:04.859Z Compiling aead v0.5.2
18652026-06-18T13:23:04.871Z Compiling byte-wrapper v0.1.0
18662026-06-18T13:23:04.914Z Compiling dtrace-parser v0.2.0
18672026-06-18T13:23:04.924Z Compiling crossbeam-epoch v0.9.18
18682026-06-18T13:23:05.023Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18692026-06-18T13:23:05.219Z Compiling thread-id v4.2.2
18702026-06-18T13:23:05.223Z Compiling keccak v0.1.6
18712026-06-18T13:23:05.248Z Compiling float-ord v0.3.2
18722026-06-18T13:23:05.259Z Compiling strsim v0.11.1
18732026-06-18T13:23:05.305Z Compiling clap_lex v1.1.0
18742026-06-18T13:23:05.335Z Compiling usdt-impl v0.5.0
18752026-06-18T13:23:05.365Z Compiling sha3 v0.10.9
18762026-06-18T13:23:05.468Z Compiling clap_builder v4.6.0
18772026-06-18T13:23:05.556Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-18T13:23:05.658Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-06-18T13:23:05.673Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-18T13:23:05.998Z Compiling typify v0.6.2
18812026-06-18T13:23:06.113Z Compiling argon2 v0.5.3
18822026-06-18T13:23:06.624Z Compiling chacha20poly1305 v0.10.1
18832026-06-18T13:23:06.757Z Compiling vsss-rs v3.3.4
18842026-06-18T13:23:06.786Z Compiling ciborium v0.2.2
18852026-06-18T13:23:06.972Z Compiling hash32 v0.3.1
18862026-06-18T13:23:07.135Z Compiling memmap v0.7.0
18872026-06-18T13:23:07.323Z Compiling data-encoding v2.11.0
18882026-06-18T13:23:07.362Z Compiling indent_write v2.2.0
18892026-06-18T13:23:07.506Z Compiling usdt v0.5.0
18902026-06-18T13:23:07.787Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18912026-06-18T13:23:07.865Z Compiling heapless v0.8.0
18922026-06-18T13:23:07.891Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-18T13:23:08.024Z Compiling clap v4.6.1
18942026-06-18T13:23:08.058Z Compiling ingot-types v0.1.2
18952026-06-18T13:23:08.108Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-18T13:23:08.160Z Compiling rustix v0.38.44
18972026-06-18T13:23:08.301Z Compiling tabwriter v1.4.1
18982026-06-18T13:23:08.366Z Compiling cobs v0.3.0
18992026-06-18T13:23:08.547Z Compiling bitflags v1.3.2
19002026-06-18T13:23:08.568Z Compiling managed v0.8.0
19012026-06-18T13:23:08.627Z Compiling postcard v1.1.3
19022026-06-18T13:23:08.668Z Compiling ingot v0.1.1
19032026-06-18T13:23:08.783Z Compiling smoltcp v0.11.0
19042026-06-18T13:23:08.821Z Compiling memoffset v0.9.1
19052026-06-18T13:23:08.910Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-18T13:23:08.969Z Compiling toml_datetime v0.6.11
19072026-06-18T13:23:09.098Z Compiling serde_spanned v0.6.9
19082026-06-18T13:23:09.180Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-06-18T13:23:09.252Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-18T13:23:09.276Z Compiling static_assertions v1.1.0
19112026-06-18T13:23:09.355Z Compiling swrite v0.1.0
19122026-06-18T13:23:09.452Z Compiling colored v3.1.1
19132026-06-18T13:23:09.494Z Compiling foreign-types-shared v0.3.1
19142026-06-18T13:23:09.592Z Compiling winnow v0.7.15
19152026-06-18T13:23:09.852Z Compiling resolv-conf v0.7.6
19162026-06-18T13:23:10.222Z Compiling linked-hash-map v0.5.6
19172026-06-18T13:23:10.237Z Compiling unicode-segmentation v1.13.3
19182026-06-18T13:23:10.416Z Compiling toml_write v0.1.2
19192026-06-18T13:23:10.585Z Compiling newline-converter v0.3.0
19202026-06-18T13:23:10.620Z Compiling lru-cache v0.1.2
19212026-06-18T13:23:10.666Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19222026-06-18T13:23:10.706Z Compiling foreign-types v0.5.0
19232026-06-18T13:23:10.727Z Compiling hubpack v0.1.2
19242026-06-18T13:23:10.747Z Compiling nix v0.31.3
19252026-06-18T13:23:10.787Z Compiling atomicwrites v0.4.4
19262026-06-18T13:23:10.955Z Compiling toml_edit v0.22.27
19272026-06-18T13:23:10.978Z Compiling num_enum v0.7.6
19282026-06-18T13:23:11.100Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19292026-06-18T13:23:11.113Z Compiling hickory-proto v0.24.4
19302026-06-18T13:23:11.221Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19312026-06-18T13:23:11.338Z Compiling crossbeam-deque v0.8.6
19322026-06-18T13:23:11.422Z Compiling console v0.15.11
19332026-06-18T13:23:11.536Z Compiling chacha20 v0.10.0
19342026-06-18T13:23:11.792Z Compiling camino-tempfile v1.4.1
19352026-06-18T13:23:11.804Z Compiling serde-big-array v0.5.1
19362026-06-18T13:23:11.947Z Compiling cstr-argument v0.1.2
19372026-06-18T13:23:12.030Z Compiling siphasher v1.0.3
19382026-06-18T13:23:12.042Z Compiling similar v2.7.0
19392026-06-18T13:23:12.101Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19402026-06-18T13:23:12.227Z Compiling phf_shared v0.12.1
19412026-06-18T13:23:12.365Z Compiling toml v0.8.23
19422026-06-18T13:23:12.406Z Compiling pin-project v1.1.13
19432026-06-18T13:23:12.425Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19442026-06-18T13:23:12.904Z Compiling hickory-resolver v0.24.4
19452026-06-18T13:23:12.922Z Compiling expectorate v1.2.0
19462026-06-18T13:23:13.006Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19472026-06-18T13:23:13.075Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19482026-06-18T13:23:13.202Z Compiling rand v0.10.1
19492026-06-18T13:23:13.742Z Compiling rayon-core v1.13.0
19502026-06-18T13:23:13.776Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19512026-06-18T13:23:13.870Z Compiling num_enum v0.5.11
19522026-06-18T13:23:14.007Z Compiling progenitor-impl v0.13.0
19532026-06-18T13:23:14.019Z Compiling prettyplease v0.2.37
19542026-06-18T13:23:14.471Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-06-18T13:23:14.485Z Compiling unicode-normalization v0.1.25
19562026-06-18T13:23:14.963Z Compiling progenitor-client v0.13.0
19572026-06-18T13:23:15.027Z Compiling tokio-stream v0.1.18
19582026-06-18T13:23:15.244Z Compiling csv-core v0.1.13
19592026-06-18T13:23:15.263Z Compiling bstr v1.12.1
19602026-06-18T13:23:15.305Z Compiling konst_macro_rules v0.2.19
19612026-06-18T13:23:15.485Z Compiling foldhash v0.1.5
19622026-06-18T13:23:15.499Z Compiling same-file v1.0.6
19632026-06-18T13:23:15.507Z Compiling highway v1.3.0
19642026-06-18T13:23:15.648Z Compiling foreign-types-shared v0.1.1
19652026-06-18T13:23:15.666Z Compiling unicode-width v0.1.14
19662026-06-18T13:23:15.670Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-06-18T13:23:15.742Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-06-18T13:23:15.753Z Compiling foreign-types v0.3.2
19692026-06-18T13:23:15.826Z Compiling hashbrown v0.15.5
19702026-06-18T13:23:15.868Z Compiling globset v0.4.18
19712026-06-18T13:23:15.894Z Compiling walkdir v2.5.0
19722026-06-18T13:23:15.945Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-18T13:23:16.228Z Compiling konst v0.2.20
19742026-06-18T13:23:16.355Z Compiling csv v1.4.0
19752026-06-18T13:23:16.474Z Compiling qorb v0.4.1
19762026-06-18T13:23:16.636Z Compiling snafu v0.8.9
19772026-06-18T13:23:16.914Z Compiling progenitor v0.13.0
19782026-06-18T13:23:17.019Z Compiling olpc-cjson v0.1.4
19792026-06-18T13:23:17.144Z Compiling rayon v1.12.0
19802026-06-18T13:23:17.184Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19812026-06-18T13:23:17.386Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-18T13:23:17.497Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19832026-06-18T13:23:17.969Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-18T13:23:18.442Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19852026-06-18T13:23:18.511Z Compiling phf v0.12.1
19862026-06-18T13:23:18.671Z Compiling openssl-sys v0.9.116
19872026-06-18T13:23:18.857Z Compiling tokio-dtrace v0.1.1
19882026-06-18T13:23:18.941Z Compiling progenitor-impl v0.14.0
19892026-06-18T13:23:19.026Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-18T13:23:19.137Z Compiling itertools v0.12.1
19912026-06-18T13:23:19.175Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19922026-06-18T13:23:19.379Z Compiling libsw-core v0.3.2
19932026-06-18T13:23:19.488Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19942026-06-18T13:23:19.555Z Compiling pem v3.0.6
19952026-06-18T13:23:19.842Z Compiling serde_plain v1.0.2
19962026-06-18T13:23:19.854Z Compiling sigpipe v0.1.3
19972026-06-18T13:23:19.906Z Compiling typed-path v0.9.3
19982026-06-18T13:23:19.929Z Compiling bytecount v0.6.9
19992026-06-18T13:23:19.943Z Compiling jiff v0.2.28
20002026-06-18T13:23:20.051Z Compiling minimal-lexical v0.2.1
20012026-06-18T13:23:20.072Z Compiling fixedbitset v0.5.7
20022026-06-18T13:23:20.317Z Compiling glob v0.3.3
20032026-06-18T13:23:20.364Z Compiling fixedbitset v0.4.2
20042026-06-18T13:23:20.400Z Compiling petgraph v0.8.3
20052026-06-18T13:23:20.417Z Compiling zone v0.3.1
20062026-06-18T13:23:20.597Z Compiling petgraph v0.6.5
20072026-06-18T13:23:20.746Z Compiling nom v7.1.3
20082026-06-18T13:23:20.767Z Compiling progenitor v0.14.0
20092026-06-18T13:23:20.906Z Compiling tough v0.22.0
20102026-06-18T13:23:21.163Z Compiling papergrid v0.11.0
20112026-06-18T13:23:21.193Z Compiling openssl v0.10.80
20122026-06-18T13:23:22.060Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20132026-06-18T13:23:22.072Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-06-18T13:23:22.142Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-18T13:23:22.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20162026-06-18T13:23:22.261Z Compiling libsw v3.5.0
20172026-06-18T13:23:22.439Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-18T13:23:22.682Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-18T13:23:22.769Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20202026-06-18T13:23:23.014Z Compiling oxide-tokio-rt v0.1.6
20212026-06-18T13:23:23.168Z Compiling chrono-tz v0.10.4
20222026-06-18T13:23:23.253Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-18T13:23:23.314Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20242026-06-18T13:23:23.353Z Compiling newtype_derive v0.1.6
20252026-06-18T13:23:23.420Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-18T13:23:23.432Z Compiling slog-dtrace v0.3.0
20272026-06-18T13:23:23.623Z Compiling const_format v0.2.36
20282026-06-18T13:23:23.734Z Compiling owo-colors v4.3.0
20292026-06-18T13:23:23.976Z Compiling cancel-safe-futures v0.1.5
20302026-06-18T13:23:24.251Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20312026-06-18T13:23:24.326Z Compiling gethostname v0.5.0
20322026-06-18T13:23:24.344Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20332026-06-18T13:23:24.448Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-18T13:23:24.494Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-18T13:23:24.506Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-18T13:23:24.577Z Compiling bcs v0.1.6
20372026-06-18T13:23:24.627Z Compiling smf v0.2.3
20382026-06-18T13:23:24.641Z Compiling termtree v0.5.1
20392026-06-18T13:23:24.791Z Compiling tagptr v0.2.0
20402026-06-18T13:23:24.860Z Compiling linear-map v1.2.0
20412026-06-18T13:23:24.892Z Compiling lazy_static v1.5.0
20422026-06-18T13:23:24.946Z Compiling unicode-linebreak v0.1.5
20432026-06-18T13:23:24.996Z Compiling whoami v1.6.1
20442026-06-18T13:23:25.029Z Compiling smawk v0.3.2
20452026-06-18T13:23:25.047Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-18T13:23:25.171Z Compiling textwrap v0.16.2
20472026-06-18T13:23:25.199Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-18T13:23:25.210Z Compiling steno v0.4.1
20492026-06-18T13:23:25.313Z Compiling moka v0.12.15
20502026-06-18T13:23:25.624Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-18T13:23:25.665Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-18T13:23:26.083Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-18T13:23:26.633Z Compiling tabled v0.15.0
20542026-06-18T13:23:26.833Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-18T13:23:27.028Z Compiling cookie v0.18.1
20562026-06-18T13:23:27.661Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-18T13:23:27.811Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-18T13:23:28.090Z Compiling hickory-proto v0.25.2
20592026-06-18T13:23:28.314Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20602026-06-18T13:23:28.386Z Compiling libscf-sys v1.2.0
20612026-06-18T13:23:28.535Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-18T13:23:28.672Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20632026-06-18T13:23:29.069Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20642026-06-18T13:23:29.132Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20652026-06-18T13:23:29.401Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20662026-06-18T13:23:29.910Z Compiling hickory-resolver v0.25.2
20672026-06-18T13:23:30.695Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-18T13:23:35.395Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-18T13:23:42.841Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-18T13:23:44.439Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-18T13:23:45.426Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20722026-06-18T13:23:46.732Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20732026-06-18T13:23:47.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20742026-06-18T13:23:47.984Z Running `target/debug/xtask openapi check`
20752026-06-18T13:23:48.446Z Compiling serde_core v1.0.228
20762026-06-18T13:23:48.450Z Compiling serde v1.0.228
20772026-06-18T13:23:48.512Z Compiling serde_json v1.0.150
20782026-06-18T13:23:48.519Z Compiling syn v2.0.117
20792026-06-18T13:23:48.527Z Compiling bytes v1.11.1
20802026-06-18T13:23:48.531Z Compiling getrandom v0.4.2
20812026-06-18T13:23:48.534Z Compiling zerocopy v0.8.50
20822026-06-18T13:23:48.540Z Compiling once_cell v1.21.4
20832026-06-18T13:23:48.685Z Compiling num-traits v0.2.19
20842026-06-18T13:23:48.860Z Compiling zeroize v1.8.2
20852026-06-18T13:23:48.976Z Compiling http v1.4.1
20862026-06-18T13:23:49.078Z Compiling schemars v0.8.22
20872026-06-18T13:23:49.133Z Compiling aws-lc-rs v1.17.0
20882026-06-18T13:23:49.145Z Compiling usdt-impl v0.6.0
20892026-06-18T13:23:49.176Z Compiling time-macros v0.2.27
20902026-06-18T13:23:49.353Z Compiling rustls-pki-types v1.14.1
20912026-06-18T13:23:49.416Z Compiling tracing-core v0.1.36
20922026-06-18T13:23:49.689Z Compiling bitflags v2.12.1
20932026-06-18T13:23:49.838Z Compiling tracing v0.1.44
20942026-06-18T13:23:49.927Z Compiling http-body v1.0.1
20952026-06-18T13:23:50.017Z Compiling generic-array v0.14.7
20962026-06-18T13:23:50.085Z Compiling indexmap v2.14.0
20972026-06-18T13:23:50.089Z Compiling rustls v0.23.40
20982026-06-18T13:23:50.113Z Compiling rustix v1.1.4
20992026-06-18T13:23:50.168Z Compiling time v0.3.47
21002026-06-18T13:23:50.309Z Compiling subtle v2.6.1
21012026-06-18T13:23:50.459Z Compiling winnow v1.0.3
21022026-06-18T13:23:50.726Z Compiling uuid v1.23.2
21032026-06-18T13:23:51.168Z Compiling pest_generator v2.8.6
21042026-06-18T13:23:51.215Z Compiling serde_derive_internals v0.29.1
21052026-06-18T13:23:51.307Z Compiling camino v1.2.2
21062026-06-18T13:23:51.316Z Compiling rustls-webpki v0.103.13
21072026-06-18T13:23:51.432Z Compiling toml_datetime v1.1.1+spec-1.1.0
21082026-06-18T13:23:51.648Z Compiling toml_edit v0.25.12+spec-1.1.0
21092026-06-18T13:23:51.658Z Compiling toml_parser v1.1.2+spec-1.1.0
21102026-06-18T13:23:51.720Z Compiling serde_spanned v1.1.1
21112026-06-18T13:23:51.944Z Compiling semver v1.0.28
21122026-06-18T13:23:52.083Z Compiling rustix v0.38.44
21132026-06-18T13:23:52.240Z Compiling toml v1.1.2+spec-1.1.0
21142026-06-18T13:23:52.265Z Compiling serde_derive v1.0.228
21152026-06-18T13:23:52.305Z Compiling thiserror-impl v2.0.18
21162026-06-18T13:23:52.342Z Compiling zerocopy-derive v0.8.50
21172026-06-18T13:23:52.451Z Compiling tokio-macros v2.7.0
21182026-06-18T13:23:52.542Z Compiling pest_derive v2.8.6
21192026-06-18T13:23:52.557Z Compiling schemars_derive v0.8.22
21202026-06-18T13:23:53.075Z Compiling futures-macro v0.3.32
21212026-06-18T13:23:53.199Z Compiling tokio v1.52.3
21222026-06-18T13:23:53.523Z Compiling thiserror v2.0.18
21232026-06-18T13:23:53.632Z Compiling scroll_derive v0.13.1
21242026-06-18T13:23:53.711Z Compiling dtrace-parser v0.3.0
21252026-06-18T13:23:53.903Z Compiling futures-util v0.3.32
21262026-06-18T13:23:54.505Z Compiling scroll v0.13.0
21272026-06-18T13:23:54.773Z Compiling goblin v0.10.7
21282026-06-18T13:23:55.473Z Compiling erased-serde v0.3.31
21292026-06-18T13:23:55.667Z Compiling chrono v0.4.45
21302026-06-18T13:23:55.968Z Compiling slog v2.8.2
21312026-06-18T13:23:56.191Z Compiling serde_tokenstream v0.2.3
21322026-06-18T13:23:56.367Z Compiling slog-json v2.6.1
21332026-06-18T13:23:56.480Z Compiling futures-executor v0.3.32
21342026-06-18T13:23:56.569Z Compiling dof v0.4.0
21352026-06-18T13:23:56.713Z Compiling openapiv3 v2.2.0
21362026-06-18T13:23:56.757Z Compiling async-stream-impl v0.3.6
21372026-06-18T13:23:57.274Z Compiling tokio-util v0.7.18
21382026-06-18T13:23:57.283Z Compiling tokio-rustls v0.26.4
21392026-06-18T13:23:57.394Z Compiling async-stream v0.3.6
21402026-06-18T13:23:57.574Z Compiling oxnet v0.1.6
21412026-06-18T13:23:57.667Z Compiling usdt-macro v0.6.0
21422026-06-18T13:23:57.893Z Compiling h2 v0.4.14
21432026-06-18T13:23:57.987Z Compiling usdt-attr-macro v0.6.0
21442026-06-18T13:23:58.044Z Compiling async-compression v0.4.42
21452026-06-18T13:23:58.352Z Compiling futures v0.3.32
21462026-06-18T13:23:58.361Z Compiling slog-term v2.9.2
21472026-06-18T13:23:58.434Z Compiling slog-bunyan v2.5.0
21482026-06-18T13:23:58.577Z Compiling dropshot_endpoint v0.17.1
21492026-06-18T13:23:58.745Z Compiling usdt v0.6.0
21502026-06-18T13:23:58.831Z Compiling slog-async v2.8.0
21512026-06-18T13:23:58.933Z Compiling multer v3.1.0
21522026-06-18T13:23:58.942Z Compiling serde_urlencoded v0.7.1
21532026-06-18T13:23:59.144Z Compiling async-trait v0.1.89
21542026-06-18T13:23:59.155Z Compiling proc-macro-crate v3.5.0
21552026-06-18T13:23:59.231Z Compiling serde_path_to_error v0.1.20
21562026-06-18T13:23:59.392Z Compiling http-body-util v0.1.3
21572026-06-18T13:23:59.478Z Compiling rustls-pemfile v2.2.0
21582026-06-18T13:23:59.487Z Compiling crossbeam-epoch v0.9.18
21592026-06-18T13:23:59.580Z Compiling aho-corasick v1.1.4
21602026-06-18T13:23:59.590Z Compiling tempfile v3.27.0
21612026-06-18T13:23:59.635Z Compiling num_enum_derive v0.7.6
21622026-06-18T13:23:59.824Z Compiling crossbeam-deque v0.8.6
21632026-06-18T13:23:59.993Z Compiling hyper v1.10.1
21642026-06-18T13:24:00.021Z Compiling dropshot-api-manager-types v0.7.2
21652026-06-18T13:24:00.122Z Compiling crypto-common v0.1.7
21662026-06-18T13:24:00.252Z Compiling block-buffer v0.10.4
21672026-06-18T13:24:00.268Z Compiling clap_builder v4.6.0
21682026-06-18T13:24:00.371Z Compiling digest v0.10.7
21692026-06-18T13:24:00.388Z Compiling atomicwrites v0.4.4
21702026-06-18T13:24:00.551Z Compiling regex-automata v0.4.14
21712026-06-18T13:24:00.574Z Compiling git-stub v1.0.0
21722026-06-18T13:24:00.583Z Compiling rayon-core v1.13.0
21732026-06-18T13:24:00.673Z Compiling num_enum v0.7.6
21742026-06-18T13:24:00.793Z Compiling fs-err v3.3.0
21752026-06-18T13:24:00.836Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-06-18T13:24:00.881Z Compiling clap_derive v4.6.1
21772026-06-18T13:24:01.090Z Compiling hyper-util v0.1.20
21782026-06-18T13:24:01.278Z Compiling serde_repr v0.1.20
21792026-06-18T13:24:01.439Z Compiling terminal_size v0.4.4
21802026-06-18T13:24:01.580Z Compiling bstr v1.12.1
21812026-06-18T13:24:01.650Z Compiling nom v8.0.0
21822026-06-18T13:24:01.678Z Compiling is_ci v1.2.0
21832026-06-18T13:24:01.818Z Compiling either v1.16.0
21842026-06-18T13:24:01.856Z Compiling textwrap v0.16.2
21852026-06-18T13:24:01.941Z Compiling sha2 v0.10.9
21862026-06-18T13:24:02.001Z Compiling rayon v1.12.0
21872026-06-18T13:24:02.322Z Compiling dropshot v0.17.1
21882026-06-18T13:24:02.349Z Compiling regex v1.12.3
21892026-06-18T13:24:02.564Z Compiling clap v4.6.1
21902026-06-18T13:24:02.649Z Compiling drift v0.2.0
21912026-06-18T13:24:02.738Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21922026-06-18T13:24:02.807Z Compiling similar v2.7.0
21932026-06-18T13:24:03.189Z Compiling supports-color v3.0.2
21942026-06-18T13:24:03.369Z Compiling git-stub-vcs v0.1.0
21952026-06-18T13:24:03.714Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21962026-06-18T13:24:05.007Z Compiling dropshot-api-manager v0.7.2
21972026-06-18T13:24:05.007Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21982026-06-18T13:24:09.151Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21992026-06-18T13:24:10.445Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22002026-06-18T13:24:17.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.13s
22012026-06-18T13:24:17.243Z Running `target/debug/maghemite-dropshot-apis check`
22022026-06-18T13:24:17.271Z -------
22032026-06-18T13:24:17.271Z Generating OpenAPI documents from API definitions ...
22042026-06-18T13:24:17.334Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22052026-06-18T13:24:17.370Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22062026-06-18T13:24:17.498Z -------
22072026-06-18T13:24:17.498Z Checking 14 OpenAPI documents...
22082026-06-18T13:24:17.498Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22092026-06-18T13:24:17.499Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22102026-06-18T13:24:17.499Z Fresh ddm-admin "latest" symlink
22112026-06-18T13:24:17.499Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22122026-06-18T13:24:17.499Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22132026-06-18T13:24:17.502Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22142026-06-18T13:24:17.503Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22152026-06-18T13:24:17.503Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22162026-06-18T13:24:17.503Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22172026-06-18T13:24:17.503Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22182026-06-18T13:24:17.503Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22192026-06-18T13:24:17.503Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22202026-06-18T13:24:17.503Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22212026-06-18T13:24:17.503Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22222026-06-18T13:24:17.503Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22232026-06-18T13:24:17.503Z Fresh mg-admin "latest" symlink
22242026-06-18T13:24:17.503Z -------
22252026-06-18T13:24:17.503Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22262026-06-18T13:24:17.547Z+ banner build
22272026-06-18T13:24:17.551Z
22282026-06-18T13:24:17.551Z ##### # # # # #####
22292026-06-18T13:24:17.551Z # # # # # # # #
22302026-06-18T13:24:17.551Z ##### # # # # # #
22312026-06-18T13:24:17.551Z # # # # # # # #
22322026-06-18T13:24:17.551Z # # # # # # # #
22332026-06-18T13:24:17.551Z ##### #### # ###### #####
22342026-06-18T13:24:17.551Z
22352026-06-18T13:24:17.551Z+ ptime -m cargo build
22362026-06-18T13:24:18.136Z Compiling smallvec v1.15.1
22372026-06-18T13:24:18.250Z Compiling log v0.4.32
22382026-06-18T13:24:18.266Z Compiling slog v2.8.2
22392026-06-18T13:24:18.280Z Compiling ring v0.17.14
22402026-06-18T13:24:18.299Z Compiling webpki-roots v1.0.7
22412026-06-18T13:24:18.347Z Compiling similar v2.7.0
22422026-06-18T13:24:18.381Z Compiling fxhash v0.2.1
22432026-06-18T13:24:18.381Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22442026-06-18T13:24:18.417Z Compiling icu_normalizer v2.2.0
22452026-06-18T13:24:18.452Z Compiling parking_lot_core v0.9.12
22462026-06-18T13:24:18.452Z Compiling goblin v0.10.7
22472026-06-18T13:24:18.511Z Compiling goblin v0.8.2
22482026-06-18T13:24:18.626Z Compiling slog-async v2.8.0
22492026-06-18T13:24:18.667Z Compiling parking_lot v0.12.5
22502026-06-18T13:24:18.753Z Compiling idna_adapter v1.2.2
22512026-06-18T13:24:18.910Z Compiling idna v1.1.0
22522026-06-18T13:24:18.985Z Compiling tokio v1.52.3
22532026-06-18T13:24:19.071Z Compiling slog-term v2.9.2
22542026-06-18T13:24:19.188Z Compiling slog-json v2.6.1
22552026-06-18T13:24:19.328Z Compiling url v2.5.8
22562026-06-18T13:24:19.397Z Compiling slog-bunyan v2.5.0
22572026-06-18T13:24:19.542Z Compiling rustls-webpki v0.103.13
22582026-06-18T13:24:19.636Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-06-18T13:24:19.697Z Compiling expectorate v1.2.0
22602026-06-18T13:24:19.773Z Compiling globset v0.4.18
22612026-06-18T13:24:19.851Z Compiling schemars v0.8.22
22622026-06-18T13:24:20.174Z Compiling rustls v0.23.40
22632026-06-18T13:24:20.240Z Compiling moka v0.12.15
22642026-06-18T13:24:20.496Z Compiling parking_lot_core v0.8.6
22652026-06-18T13:24:20.548Z Compiling arc-swap v1.9.1
22662026-06-18T13:24:20.803Z Compiling ipnetwork v0.21.1
22672026-06-18T13:24:20.851Z Compiling newtype-uuid v1.3.2
22682026-06-18T13:24:21.009Z Compiling serde_with v3.20.0
22692026-06-18T13:24:21.174Z Compiling oxnet v0.1.6
22702026-06-18T13:24:21.188Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22712026-06-18T13:24:21.230Z Compiling dof v0.4.0
22722026-06-18T13:24:21.626Z Compiling daft v0.1.7
22732026-06-18T13:24:21.911Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22742026-06-18T13:24:22.056Z Compiling usdt-impl v0.6.0
22752026-06-18T13:24:22.349Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22762026-06-18T13:24:22.404Z Compiling usdt v0.6.0
22772026-06-18T13:24:22.502Z Compiling iddqd v0.4.2
22782026-06-18T13:24:22.695Z Compiling tokio-util v0.7.18
22792026-06-18T13:24:22.713Z Compiling tower v0.5.3
22802026-06-18T13:24:22.748Z Compiling async-compression v0.4.42
22812026-06-18T13:24:22.919Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-06-18T13:24:23.070Z Compiling backoff v0.4.0
22832026-06-18T13:24:23.177Z Compiling tokio-rustls v0.26.4
22842026-06-18T13:24:23.194Z Compiling tower-http v0.6.11
22852026-06-18T13:24:23.207Z Compiling rustls-platform-verifier v0.7.0
22862026-06-18T13:24:23.289Z Compiling h2 v0.4.14
22872026-06-18T13:24:23.419Z Compiling typify-impl v0.6.2
22882026-06-18T13:24:23.438Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-18T13:24:23.451Z Compiling dof v0.3.0
22902026-06-18T13:24:23.627Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22912026-06-18T13:24:23.775Z Compiling byte-wrapper v0.1.0
22922026-06-18T13:24:23.787Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22932026-06-18T13:24:24.156Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22942026-06-18T13:24:24.168Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22952026-06-18T13:24:24.275Z Compiling usdt-impl v0.5.0
22962026-06-18T13:24:24.289Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-06-18T13:24:24.571Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-06-18T13:24:24.950Z Compiling usdt v0.5.0
22992026-06-18T13:24:24.987Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-06-18T13:24:25.224Z Compiling typify v0.6.2
23012026-06-18T13:24:25.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23022026-06-18T13:24:25.339Z Compiling progenitor-impl v0.13.0
23032026-06-18T13:24:25.656Z Compiling hyper v1.10.1
23042026-06-18T13:24:25.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-18T13:24:26.064Z Compiling progenitor-impl v0.14.0
23062026-06-18T13:24:26.278Z Compiling hickory-proto v0.24.4
23072026-06-18T13:24:26.403Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-06-18T13:24:26.597Z Compiling tokio-stream v0.1.18
23092026-06-18T13:24:27.069Z Compiling hyper-util v0.1.20
23102026-06-18T13:24:27.320Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-06-18T13:24:27.543Z Compiling tokio-dtrace v0.1.1
23122026-06-18T13:24:27.771Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23132026-06-18T13:24:27.816Z Compiling libsw-core v0.3.2
23142026-06-18T13:24:27.819Z Compiling zone v0.3.1
23152026-06-18T13:24:28.002Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23162026-06-18T13:24:28.365Z Compiling hyper-rustls v0.27.9
23172026-06-18T13:24:28.474Z Compiling dropshot v0.17.1
23182026-06-18T13:24:28.578Z Compiling hickory-resolver v0.24.4
23192026-06-18T13:24:28.707Z Compiling reqwest v0.13.4
23202026-06-18T13:24:28.722Z Compiling reqwest v0.12.28
23212026-06-18T13:24:28.930Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23222026-06-18T13:24:29.229Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-06-18T13:24:29.273Z Compiling libsw v3.5.0
23242026-06-18T13:24:29.420Z Compiling oxide-tokio-rt v0.1.6
23252026-06-18T13:24:29.456Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23262026-06-18T13:24:29.587Z Compiling qorb v0.4.1
23272026-06-18T13:24:29.758Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23282026-06-18T13:24:29.910Z Compiling progenitor-client v0.14.0
23292026-06-18T13:24:30.233Z Compiling progenitor-client v0.10.0
23302026-06-18T13:24:30.257Z Compiling progenitor-extras v0.2.0
23312026-06-18T13:24:30.274Z Compiling progenitor-client v0.13.0
23322026-06-18T13:24:30.507Z Compiling progenitor v0.13.0
23332026-06-18T13:24:30.531Z Compiling progenitor v0.14.0
23342026-06-18T13:24:30.583Z Compiling slog-dtrace v0.3.0
23352026-06-18T13:24:30.655Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23362026-06-18T13:24:30.684Z Compiling tough v0.22.0
23372026-06-18T13:24:30.905Z Compiling cancel-safe-futures v0.1.5
23382026-06-18T13:24:30.965Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23392026-06-18T13:24:31.221Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-18T13:24:31.664Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-06-18T13:24:32.024Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-06-18T13:24:32.250Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-06-18T13:24:32.412Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-18T13:24:32.445Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-18T13:24:32.611Z Compiling hickory-proto v0.25.2
23462026-06-18T13:24:32.811Z Compiling steno v0.4.1
23472026-06-18T13:24:34.050Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-18T13:24:34.098Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23492026-06-18T13:24:34.209Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23502026-06-18T13:24:34.243Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-06-18T13:24:34.687Z Compiling hickory-resolver v0.25.2
23522026-06-18T13:24:34.728Z Compiling parking_lot v0.11.2
23532026-06-18T13:24:35.130Z Compiling sled v0.34.7
23542026-06-18T13:24:35.428Z Compiling slog-scope v4.4.1
23552026-06-18T13:24:35.694Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-18T13:24:35.742Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-18T13:24:35.933Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-06-18T13:24:36.732Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-18T13:24:37.000Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23602026-06-18T13:24:37.024Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23612026-06-18T13:24:37.348Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-18T13:24:37.594Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-18T13:24:37.877Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-18T13:24:37.984Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-18T13:24:38.256Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-18T13:24:38.314Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-18T13:24:38.476Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-18T13:24:38.505Z Compiling papergrid v0.18.0
23692026-06-18T13:24:39.347Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-18T13:24:39.363Z Compiling testing_table v0.3.0
23712026-06-18T13:24:39.417Z Compiling internet-checksum v0.2.1
23722026-06-18T13:24:39.533Z Compiling tabled v0.21.0
23732026-06-18T13:24:39.565Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-06-18T13:24:39.584Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23752026-06-18T13:24:39.598Z Compiling slog-stdlog v4.1.1
23762026-06-18T13:24:39.821Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23772026-06-18T13:24:40.197Z Compiling dropshot-api-manager-types v0.7.2
23782026-06-18T13:24:40.282Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23792026-06-18T13:24:40.452Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23802026-06-18T13:24:40.553Z Compiling slog-envlogger v2.2.0
23812026-06-18T13:24:40.577Z Compiling const-random v0.1.18
23822026-06-18T13:24:40.659Z Compiling typify-impl v0.4.3
23832026-06-18T13:24:40.970Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23842026-06-18T13:24:40.982Z Compiling crc8 v0.1.1
23852026-06-18T13:24:41.105Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23862026-06-18T13:24:41.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-18T13:24:42.166Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23882026-06-18T13:24:42.287Z Compiling ahash v0.8.12
23892026-06-18T13:24:42.348Z Compiling typify v0.4.3
23902026-06-18T13:24:42.424Z Compiling smartstring v1.0.1
23912026-06-18T13:24:42.464Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23922026-06-18T13:24:42.528Z Compiling sha1 v0.10.6
23932026-06-18T13:24:42.705Z Compiling thin-vec v0.2.18
23942026-06-18T13:24:42.774Z Compiling utf-8 v0.7.6
23952026-06-18T13:24:42.973Z Compiling rhai v1.25.1
23962026-06-18T13:24:43.002Z Compiling tungstenite v0.21.0
23972026-06-18T13:24:43.326Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23982026-06-18T13:24:43.539Z Compiling progenitor-impl v0.10.0
23992026-06-18T13:24:43.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-06-18T13:24:43.905Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24012026-06-18T13:24:44.351Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-06-18T13:24:45.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-06-18T13:24:46.086Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-18T13:24:46.134Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-06-18T13:24:46.147Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-06-18T13:24:46.477Z Compiling sha2 v0.10.9
24072026-06-18T13:24:46.739Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24082026-06-18T13:24:46.871Z Compiling progenitor v0.10.0
24092026-06-18T13:24:47.025Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24102026-06-18T13:24:47.341Z Compiling lzma-sys v0.1.20
24112026-06-18T13:24:47.460Z Compiling tokio-tungstenite v0.21.0
24122026-06-18T13:24:47.796Z Compiling typeid v1.0.3
24132026-06-18T13:24:47.918Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24142026-06-18T13:24:48.362Z Compiling console v0.16.3
24152026-06-18T13:24:48.462Z Compiling git-stub v1.0.0
24162026-06-18T13:24:48.748Z Compiling toml_datetime v0.7.5+spec-1.1.0
24172026-06-18T13:24:48.761Z Compiling base64 v0.21.7
24182026-06-18T13:24:49.009Z Compiling unit-prefix v0.5.2
24192026-06-18T13:24:49.022Z Compiling toml v0.9.12+spec-1.1.0
24202026-06-18T13:24:49.119Z Compiling indicatif v0.18.4
24212026-06-18T13:24:49.141Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-06-18T13:24:49.160Z Compiling git-stub-vcs v0.1.0
24232026-06-18T13:24:49.521Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24242026-06-18T13:24:50.064Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24252026-06-18T13:24:50.174Z Compiling ron v0.12.1
24262026-06-18T13:24:50.456Z Compiling xz2 v0.1.7
24272026-06-18T13:24:50.570Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24282026-06-18T13:24:50.701Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24292026-06-18T13:24:51.103Z Compiling drift v0.2.0
24302026-06-18T13:24:51.190Z Compiling base16ct v1.0.0
24312026-06-18T13:24:51.388Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24322026-06-18T13:24:51.400Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24332026-06-18T13:24:51.686Z Compiling natord v1.0.9
24342026-06-18T13:24:51.795Z Compiling dropshot-api-manager v0.7.2
24352026-06-18T13:24:51.864Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24362026-06-18T13:24:54.534Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-18T13:24:56.129Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24382026-06-18T13:25:02.733Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-18T13:25:04.419Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-06-18T13:25:05.452Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24412026-06-18T13:25:06.387Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24422026-06-18T13:25:06.387Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24432026-06-18T13:25:06.391Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24442026-06-18T13:25:06.847Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24452026-06-18T13:25:06.847Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-06-18T13:25:06.850Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24472026-06-18T13:25:07.304Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24482026-06-18T13:25:08.762Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24492026-06-18T13:25:08.763Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24502026-06-18T13:25:08.763Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24512026-06-18T13:25:13.343Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24522026-06-18T13:25:15.608Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24532026-06-18T13:25:15.611Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24542026-06-18T13:25:15.611Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24552026-06-18T13:25:54.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
24562026-06-18T13:25:55.159Z
24572026-06-18T13:25:55.159Zreal 1:37.551800632
24582026-06-18T13:25:55.159Zuser 7:18.146705803
24592026-06-18T13:25:55.159Zsys 1:03.254538443
24602026-06-18T13:25:55.159Ztrap 0.195519847
24612026-06-18T13:25:55.159Ztflt 0.003411230
24622026-06-18T13:25:55.160Zdflt 0.211975921
24632026-06-18T13:25:55.160Zkflt 0.000056273
24642026-06-18T13:25:55.160Zlock 28:21.273618070
24652026-06-18T13:25:55.160Zslp 23:21.411598468
24662026-06-18T13:25:55.160Zlat 21.129860062
24672026-06-18T13:25:55.160Zstop 32.280744777
24682026-06-18T13:25:55.163Z+ ptime -m cargo build --release
24692026-06-18T13:25:55.797Z Compiling proc-macro2 v1.0.106
24702026-06-18T13:25:55.797Z Compiling quote v1.0.45
24712026-06-18T13:25:55.797Z Compiling unicode-ident v1.0.24
24722026-06-18T13:25:55.797Z Compiling serde_core v1.0.228
24732026-06-18T13:25:55.801Z Compiling serde v1.0.228
24742026-06-18T13:25:55.801Z Compiling libc v0.2.186
24752026-06-18T13:25:55.801Z Compiling cfg-if v1.0.4
24762026-06-18T13:25:56.018Z Compiling zmij v1.0.21
24772026-06-18T13:25:56.046Z Compiling autocfg v1.5.1
24782026-06-18T13:25:56.342Z Compiling memchr v2.8.1
24792026-06-18T13:25:56.345Z Compiling libm v0.2.16
24802026-06-18T13:25:56.440Z Compiling itoa v1.0.18
24812026-06-18T13:25:56.706Z Compiling icu_normalizer_data v2.2.0
24822026-06-18T13:25:56.717Z Compiling icu_properties_data v2.2.0
24832026-06-18T13:25:56.904Z Compiling version_check v0.9.5
24842026-06-18T13:25:56.970Z Compiling stable_deref_trait v1.2.1
24852026-06-18T13:25:57.106Z Compiling serde_json v1.0.150
24862026-06-18T13:25:57.178Z Compiling syn v2.0.117
24872026-06-18T13:25:57.196Z Compiling writeable v0.6.3
24882026-06-18T13:25:57.239Z Compiling litemap v0.8.2
24892026-06-18T13:25:57.381Z Compiling thiserror v2.0.18
24902026-06-18T13:25:57.440Z Compiling utf8_iter v1.0.4
24912026-06-18T13:25:57.544Z Compiling num-traits v0.2.19
24922026-06-18T13:25:57.547Z Compiling percent-encoding v2.3.2
24932026-06-18T13:25:57.740Z Compiling form_urlencoded v1.2.2
24942026-06-18T13:25:57.775Z Compiling getrandom v0.4.2
24952026-06-18T13:25:57.850Z Compiling rand_core v0.10.1
24962026-06-18T13:25:58.009Z Compiling parking_lot_core v0.9.12
24972026-06-18T13:25:58.039Z Compiling iana-time-zone v0.1.65
24982026-06-18T13:25:58.114Z Compiling heck v0.5.0
24992026-06-18T13:25:58.290Z Compiling uuid v1.23.2
25002026-06-18T13:25:58.315Z Compiling errno v0.3.14
25012026-06-18T13:25:58.386Z Compiling zerocopy v0.8.50
25022026-06-18T13:25:58.696Z Compiling semver v1.0.28
25032026-06-18T13:25:58.741Z Compiling schemars v0.8.22
25042026-06-18T13:25:58.809Z Compiling dyn-clone v1.0.20
25052026-06-18T13:25:59.037Z Compiling jobserver v0.1.34
25062026-06-18T13:25:59.050Z Compiling shlex v2.0.1
25072026-06-18T13:25:59.079Z Compiling find-msvc-tools v0.1.9
25082026-06-18T13:25:59.242Z Compiling rustversion v1.0.22
25092026-06-18T13:25:59.286Z Compiling cc v1.2.63
25102026-06-18T13:25:59.325Z Compiling pin-project-lite v0.2.17
25112026-06-18T13:25:59.371Z Compiling getrandom v0.2.17
25122026-06-18T13:25:59.429Z Compiling bitflags v2.12.1
25132026-06-18T13:25:59.576Z Compiling socket2 v0.6.4
25142026-06-18T13:25:59.614Z Compiling scopeguard v1.2.0
25152026-06-18T13:25:59.735Z Compiling portable-atomic v1.13.1
25162026-06-18T13:25:59.862Z Compiling lock_api v0.4.14
25172026-06-18T13:25:59.916Z Compiling synstructure v0.13.2
25182026-06-18T13:26:00.112Z Compiling serde_derive_internals v0.29.1
25192026-06-18T13:26:00.271Z Compiling log v0.4.32
25202026-06-18T13:26:00.413Z Compiling critical-section v1.2.0
25212026-06-18T13:26:00.456Z Compiling signal-hook-registry v1.4.8
25222026-06-18T13:26:00.521Z Compiling mio v1.2.1
25232026-06-18T13:26:00.533Z Compiling equivalent v1.0.2
25242026-06-18T13:26:00.624Z Compiling cmake v0.1.58
25252026-06-18T13:26:00.712Z Compiling once_cell v1.21.4
25262026-06-18T13:26:00.809Z Compiling dunce v1.0.5
25272026-06-18T13:26:00.841Z Compiling fs_extra v1.3.0
25282026-06-18T13:26:00.912Z Compiling subtle v2.6.1
25292026-06-18T13:26:00.962Z Compiling futures-core v0.3.32
25302026-06-18T13:26:00.976Z Compiling httparse v1.10.1
25312026-06-18T13:26:01.067Z Compiling futures-sink v0.3.32
25322026-06-18T13:26:01.086Z Compiling slab v0.4.12
25332026-06-18T13:26:01.102Z Compiling serde_derive v1.0.228
25342026-06-18T13:26:01.105Z Compiling zerofrom-derive v0.1.7
25352026-06-18T13:26:01.127Z Compiling yoke-derive v0.8.2
25362026-06-18T13:26:01.130Z Compiling zerovec-derive v0.11.3
25372026-06-18T13:26:01.176Z Compiling displaydoc v0.2.6
25382026-06-18T13:26:01.227Z Compiling schemars_derive v0.8.22
25392026-06-18T13:26:01.292Z Compiling thiserror-impl v2.0.18
25402026-06-18T13:26:01.361Z Compiling tokio-macros v2.7.0
25412026-06-18T13:26:01.980Z Compiling zerocopy-derive v0.8.50
25422026-06-18T13:26:02.125Z Compiling zeroize_derive v1.4.3
25432026-06-18T13:26:02.199Z Compiling futures-macro v0.3.32
25442026-06-18T13:26:02.245Z Compiling aws-lc-sys v0.41.0
25452026-06-18T13:26:02.295Z Compiling zerofrom v0.1.8
25462026-06-18T13:26:02.431Z Compiling yoke v0.8.3
25472026-06-18T13:26:02.461Z Compiling typenum v1.20.1
25482026-06-18T13:26:02.636Z Compiling zerovec v0.11.6
25492026-06-18T13:26:02.674Z Compiling zerotrie v0.2.4
25502026-06-18T13:26:02.827Z Compiling zeroize v1.8.2
25512026-06-18T13:26:03.079Z Compiling rustix v1.1.4
25522026-06-18T13:26:03.111Z Compiling thiserror v1.0.69
25532026-06-18T13:26:03.140Z Compiling futures-channel v0.3.32
25542026-06-18T13:26:03.153Z Compiling thiserror-impl v1.0.69
25552026-06-18T13:26:03.248Z Compiling tinystr v0.8.3
25562026-06-18T13:26:03.271Z Compiling potential_utf v0.1.5
25572026-06-18T13:26:03.401Z Compiling futures-io v0.3.32
25582026-06-18T13:26:03.414Z Compiling icu_collections v2.2.0
25592026-06-18T13:26:03.449Z Compiling icu_locale_core v2.2.0
25602026-06-18T13:26:03.462Z Compiling futures-task v0.3.32
25612026-06-18T13:26:03.486Z Compiling hashbrown v0.17.1
25622026-06-18T13:26:03.641Z Compiling futures-util v0.3.32
25632026-06-18T13:26:03.655Z Compiling ucd-trie v0.1.7
25642026-06-18T13:26:04.066Z Compiling indexmap v2.14.0
25652026-06-18T13:26:04.361Z Compiling smallvec v1.15.1
25662026-06-18T13:26:04.400Z Compiling bytes v1.11.1
25672026-06-18T13:26:04.465Z Compiling icu_provider v2.2.0
25682026-06-18T13:26:04.651Z Compiling chrono v0.4.45
25692026-06-18T13:26:04.729Z Compiling serde_tokenstream v0.2.3
25702026-06-18T13:26:04.910Z Compiling icu_properties v2.2.0
25712026-06-18T13:26:05.026Z Compiling icu_normalizer v2.2.0
25722026-06-18T13:26:05.482Z Compiling parking_lot v0.12.5
25732026-06-18T13:26:05.863Z Compiling idna_adapter v1.2.2
25742026-06-18T13:26:06.029Z Compiling idna v1.1.0
25752026-06-18T13:26:06.205Z Compiling tokio v1.52.3
25762026-06-18T13:26:06.347Z Compiling pest v2.8.6
25772026-06-18T13:26:06.429Z Compiling url v2.5.8
25782026-06-18T13:26:06.464Z Compiling tracing-attributes v0.1.31
25792026-06-18T13:26:06.710Z Compiling tracing-core v0.1.36
25802026-06-18T13:26:07.572Z Compiling rand_core v0.6.4
25812026-06-18T13:26:07.746Z Compiling regex-syntax v0.8.10
25822026-06-18T13:26:07.837Z Compiling tracing v0.1.44
25832026-06-18T13:26:07.861Z Compiling pest_meta v2.8.6
25842026-06-18T13:26:08.127Z Compiling ipnetwork v0.21.1
25852026-06-18T13:26:08.170Z Compiling slog v2.8.2
25862026-06-18T13:26:08.407Z Compiling base64 v0.22.1
25872026-06-18T13:26:08.568Z Compiling byteorder v1.5.0
25882026-06-18T13:26:08.931Z Compiling pest_generator v2.8.6
25892026-06-18T13:26:08.965Z Compiling http v1.4.1
25902026-06-18T13:26:09.104Z Compiling erased-serde v0.3.31
25912026-06-18T13:26:09.590Z Compiling aho-corasick v1.1.4
25922026-06-18T13:26:09.713Z Compiling getrandom v0.3.4
25932026-06-18T13:26:09.828Z Compiling pest_derive v2.8.6
25942026-06-18T13:26:11.138Z Compiling regex-automata v0.4.14
25952026-06-18T13:26:11.143Z Compiling anyhow v1.0.102
25962026-06-18T13:26:11.143Z Compiling fnv v1.0.7
25972026-06-18T13:26:11.143Z Compiling oxnet v0.1.6
25982026-06-18T13:26:11.143Z Compiling rustls-pki-types v1.14.1
25992026-06-18T13:26:11.248Z Compiling ring v0.17.14
26002026-06-18T13:26:11.812Z Compiling aws-lc-rs v1.17.0
26012026-06-18T13:26:12.146Z Compiling regex v1.12.3
26022026-06-18T13:26:12.457Z Compiling paste v1.0.15
26032026-06-18T13:26:12.554Z Compiling strsim v0.11.1
26042026-06-18T13:26:12.916Z Compiling tokio-util v0.7.18
26052026-06-18T13:26:13.078Z Compiling untrusted v0.9.0
26062026-06-18T13:26:13.112Z Compiling time-core v0.1.8
26072026-06-18T13:26:13.205Z Compiling ipnet v2.12.0
26082026-06-18T13:26:13.266Z Compiling num-conv v0.2.2
26092026-06-18T13:26:13.416Z Compiling untrusted v0.7.1
26102026-06-18T13:26:13.569Z Compiling time-macros v0.2.27
26112026-06-18T13:26:15.241Z Compiling rustls v0.23.40
26122026-06-18T13:26:15.251Z Compiling ident_case v1.0.1
26132026-06-18T13:26:15.251Z Compiling http-body v1.0.1
26142026-06-18T13:26:15.251Z Compiling scroll_derive v0.13.1
26152026-06-18T13:26:15.251Z Compiling atomic-waker v1.1.2
26162026-06-18T13:26:15.251Z Compiling camino v1.2.2
26172026-06-18T13:26:15.578Z Compiling async-trait v0.1.89
26182026-06-18T13:26:15.874Z Compiling pretty-hex v0.4.2
26192026-06-18T13:26:15.894Z Compiling omicron-workspace-hack v0.1.0
26202026-06-18T13:26:16.018Z Compiling try-lock v0.2.5
26212026-06-18T13:26:16.257Z Compiling tower-layer v0.3.3
26222026-06-18T13:26:16.267Z Compiling ryu v1.0.23
26232026-06-18T13:26:16.451Z Compiling tower-service v0.3.3
26242026-06-18T13:26:16.528Z Compiling want v0.3.1
26252026-06-18T13:26:16.561Z Compiling h2 v0.4.14
26262026-06-18T13:26:16.714Z Compiling ppv-lite86 v0.2.21
26272026-06-18T13:26:17.040Z Compiling httpdate v1.0.3
26282026-06-18T13:26:17.423Z Compiling crossbeam-utils v0.8.21
26292026-06-18T13:26:18.041Z Compiling crc32fast v1.5.0
26302026-06-18T13:26:18.585Z Compiling slog-async v2.8.0
26312026-06-18T13:26:18.878Z Compiling hyper v1.10.1
26322026-06-18T13:26:19.018Z Compiling usdt-impl v0.6.0
26332026-06-18T13:26:19.403Z Compiling serde_urlencoded v0.7.1
26342026-06-18T13:26:19.813Z Compiling scroll v0.13.0
26352026-06-18T13:26:20.138Z Compiling http-body-util v0.1.3
26362026-06-18T13:26:20.147Z Compiling plain v0.2.3
26372026-06-18T13:26:20.147Z Compiling goblin v0.10.7
26382026-06-18T13:26:21.254Z Compiling hyper-util v0.1.20
26392026-06-18T13:26:22.229Z Compiling daft-derive v0.1.7
26402026-06-18T13:26:23.010Z Compiling foldhash v0.2.0
26412026-06-18T13:26:23.042Z Compiling allocator-api2 v0.2.21
26422026-06-18T13:26:23.345Z Compiling dof v0.4.0
26432026-06-18T13:26:23.384Z Compiling hashbrown v0.16.1
26442026-06-18T13:26:23.432Z Compiling dtrace-parser v0.3.0
26452026-06-18T13:26:23.501Z Compiling openapiv3 v2.2.0
26462026-06-18T13:26:23.891Z Compiling thread-id v5.1.0
26472026-06-18T13:26:24.102Z Compiling syn v1.0.109
26482026-06-18T13:26:24.614Z Compiling generic-array v0.14.7
26492026-06-18T13:26:24.883Z Compiling powerfmt v0.2.0
26502026-06-18T13:26:25.074Z Compiling deranged v0.5.8
26512026-06-18T13:26:27.267Z Compiling num_threads v0.1.7
26522026-06-18T13:26:27.274Z Compiling time v0.3.47
26532026-06-18T13:26:27.356Z Compiling usdt-attr-macro v0.6.0
26542026-06-18T13:26:27.450Z Compiling usdt-macro v0.6.0
26552026-06-18T13:26:28.181Z Compiling rand_core v0.9.5
26562026-06-18T13:26:28.331Z Compiling multer v3.1.0
26572026-06-18T13:26:28.420Z Compiling ref-cast v1.0.25
26582026-06-18T13:26:28.582Z Compiling crossbeam-channel v0.5.15
26592026-06-18T13:26:28.802Z Compiling sync_wrapper v1.0.2
26602026-06-18T13:26:28.922Z Compiling winnow v1.0.3
26612026-06-18T13:26:29.032Z Compiling hex v0.4.3
26622026-06-18T13:26:29.192Z Compiling cpufeatures v0.3.0
26632026-06-18T13:26:29.206Z Compiling tower v0.5.3
26642026-06-18T13:26:29.278Z Compiling rand_chacha v0.9.0
26652026-06-18T13:26:29.312Z Compiling webpki-roots v1.0.7
26662026-06-18T13:26:29.336Z Compiling futures-executor v0.3.32
26672026-06-18T13:26:29.435Z Compiling ref-cast-impl v1.0.25
26682026-06-18T13:26:29.773Z Compiling async-stream-impl v0.3.6
26692026-06-18T13:26:29.808Z Compiling dropshot v0.17.1
26702026-06-18T13:26:29.830Z Compiling thread_local v1.1.9
26712026-06-18T13:26:30.067Z Compiling tower-http v0.6.11
26722026-06-18T13:26:30.170Z Compiling futures v0.3.32
26732026-06-18T13:26:30.259Z Compiling rand v0.9.4
26742026-06-18T13:26:30.402Z Compiling structmeta-derive v0.3.0
26752026-06-18T13:26:30.415Z Compiling is-terminal v0.4.17
26762026-06-18T13:26:30.427Z Compiling take_mut v0.2.2
26772026-06-18T13:26:30.546Z Compiling fastrand v2.4.1
26782026-06-18T13:26:30.626Z Compiling term v1.2.1
26792026-06-18T13:26:30.874Z Compiling crypto-common v0.1.7
26802026-06-18T13:26:30.982Z Compiling slog-term v2.9.2
26812026-06-18T13:26:31.196Z Compiling darling_core v0.23.0
26822026-06-18T13:26:31.346Z Compiling newtype-uuid-macros v0.1.0
26832026-06-18T13:26:31.451Z Compiling structmeta v0.3.0
26842026-06-18T13:26:31.666Z Compiling dropshot_endpoint v0.17.1
26852026-06-18T13:26:32.216Z Compiling newtype-uuid v1.3.2
26862026-06-18T13:26:32.220Z Compiling strum_macros v0.26.4
26872026-06-18T13:26:32.694Z Compiling daft v0.1.7
26882026-06-18T13:26:32.989Z Compiling tempfile v3.27.0
26892026-06-18T13:26:33.275Z Compiling darling_macro v0.23.0
26902026-06-18T13:26:33.327Z Compiling hybrid-array v0.4.12
26912026-06-18T13:26:33.848Z Compiling either v1.16.0
26922026-06-18T13:26:33.874Z Compiling simd-adler32 v0.3.9
26932026-06-18T13:26:33.909Z Compiling darling v0.23.0
26942026-06-18T13:26:33.928Z Compiling openssl-probe v0.2.1
26952026-06-18T13:26:34.080Z Compiling adler2 v2.0.1
26962026-06-18T13:26:34.106Z Compiling match_cfg v0.1.0
26972026-06-18T13:26:34.136Z Compiling rustls-native-certs v0.8.4
26982026-06-18T13:26:34.180Z Compiling miniz_oxide v0.8.9
26992026-06-18T13:26:34.192Z Compiling hostname v0.3.1
27002026-06-18T13:26:34.249Z Compiling serde_with_macros v3.20.0
27012026-06-18T13:26:34.355Z Compiling toml_parser v1.1.2+spec-1.1.0
27022026-06-18T13:26:34.729Z Compiling slog-json v2.6.1
27032026-06-18T13:26:34.934Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-06-18T13:26:34.988Z Compiling serde_spanned v1.1.1
27052026-06-18T13:26:35.146Z Compiling memmap2 v0.9.10
27062026-06-18T13:26:35.449Z Compiling toml_writer v1.1.1+spec-1.1.0
27072026-06-18T13:26:35.648Z Compiling slog-bunyan v2.5.0
27082026-06-18T13:26:35.684Z Compiling flate2 v1.1.9
27092026-06-18T13:26:35.697Z Compiling crypto-common v0.2.2
27102026-06-18T13:26:35.712Z Compiling block-buffer v0.12.0
27112026-06-18T13:26:35.830Z Compiling derive-ex v0.1.8
27122026-06-18T13:26:35.893Z Compiling rand_chacha v0.3.1
27132026-06-18T13:26:36.600Z Compiling usdt v0.6.0
27142026-06-18T13:26:36.955Z Compiling strum_macros v0.27.2
27152026-06-18T13:26:37.105Z Compiling debug-ignore v1.0.5
27162026-06-18T13:26:37.225Z Compiling compression-core v0.4.32
27172026-06-18T13:26:37.264Z Compiling const-oid v0.10.2
27182026-06-18T13:26:37.409Z Compiling compression-codecs v0.4.38
27192026-06-18T13:26:37.412Z Compiling test-strategy v0.4.5
27202026-06-18T13:26:37.571Z Compiling digest v0.11.3
27212026-06-18T13:26:37.770Z Compiling rand v0.8.6
27222026-06-18T13:26:37.886Z Compiling macaddr v1.0.1
27232026-06-18T13:26:38.175Z Compiling toml_datetime v1.1.1+spec-1.1.0
27242026-06-18T13:26:38.239Z Compiling encoding_rs v0.8.35
27252026-06-18T13:26:38.549Z Compiling spin v0.9.8
27262026-06-18T13:26:38.629Z Compiling mime v0.3.17
27272026-06-18T13:26:38.849Z Compiling toml v1.1.2+spec-1.1.0
27282026-06-18T13:26:38.963Z Compiling sha1 v0.11.0
27292026-06-18T13:26:38.991Z Compiling async-compression v0.4.42
27302026-06-18T13:26:39.123Z Compiling async-stream v0.3.6
27312026-06-18T13:26:39.367Z Compiling block-buffer v0.10.4
27322026-06-18T13:26:39.456Z Compiling waitgroup v0.1.2
27332026-06-18T13:26:39.541Z Compiling rustls-pemfile v2.2.0
27342026-06-18T13:26:39.558Z Compiling serde_path_to_error v0.1.20
27352026-06-18T13:26:39.612Z Compiling hostname v0.4.2
27362026-06-18T13:26:39.781Z Compiling digest v0.10.7
27372026-06-18T13:26:39.901Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-18T13:26:40.043Z Compiling unicode-width v0.2.2
27392026-06-18T13:26:40.389Z Compiling parse-display-derive v0.10.0
27402026-06-18T13:26:40.588Z Compiling regress v0.10.5
27412026-06-18T13:26:41.615Z Compiling strum v0.26.3
27422026-06-18T13:26:41.940Z Compiling wait-timeout v0.2.1
27432026-06-18T13:26:42.410Z Compiling quick-error v1.2.3
27442026-06-18T13:26:42.646Z Compiling bit-vec v0.8.0
27452026-06-18T13:26:42.759Z Compiling rusty-fork v0.3.1
27462026-06-18T13:26:42.947Z Compiling bit-set v0.8.0
27472026-06-18T13:26:42.992Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-18T13:26:43.146Z Compiling serde_with v3.20.0
27492026-06-18T13:26:43.356Z Compiling rand_xorshift v0.4.0
27502026-06-18T13:26:43.421Z Compiling unarray v0.1.4
27512026-06-18T13:26:43.554Z Compiling proptest v1.11.0
27522026-06-18T13:26:43.584Z Compiling strum v0.27.2
27532026-06-18T13:26:43.616Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542026-06-18T13:26:43.725Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27552026-06-18T13:26:43.771Z Compiling instant v0.1.13
27562026-06-18T13:26:44.051Z Compiling cpufeatures v0.2.17
27572026-06-18T13:26:44.090Z Compiling iddqd v0.4.2
27582026-06-18T13:26:44.133Z Compiling itertools v0.14.0
27592026-06-18T13:26:44.198Z Compiling clap_derive v4.6.1
27602026-06-18T13:26:45.626Z Compiling utf8parse v0.2.2
27612026-06-18T13:26:45.741Z Compiling anstyle-parse v1.0.0
27622026-06-18T13:26:45.922Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27632026-06-18T13:26:46.175Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-18T13:26:46.189Z Compiling backon v1.6.0
27652026-06-18T13:26:46.303Z Compiling terminal_size v0.4.4
27662026-06-18T13:26:46.815Z Compiling colorchoice v1.0.5
27672026-06-18T13:26:46.897Z Compiling anstyle v1.0.14
27682026-06-18T13:26:46.941Z Compiling anstyle-query v1.1.5
27692026-06-18T13:26:47.057Z Compiling is_terminal_polyfill v1.70.2
27702026-06-18T13:26:47.174Z Compiling anstream v1.0.0
27712026-06-18T13:26:47.778Z Compiling backoff v0.4.0
27722026-06-18T13:26:47.844Z Compiling parse-display v0.10.0
27732026-06-18T13:26:48.011Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27742026-06-18T13:26:48.272Z Compiling clap_lex v1.1.0
27752026-06-18T13:26:48.678Z Compiling humantime v2.3.0
27762026-06-18T13:26:48.979Z Compiling clap_builder v4.6.0
27772026-06-18T13:26:49.522Z Compiling regress v0.11.1
27782026-06-18T13:26:50.964Z Compiling clap v4.6.1
27792026-06-18T13:26:51.071Z Compiling typify-impl v0.6.2
27802026-06-18T13:26:52.191Z Compiling toml_edit v0.25.12+spec-1.1.0
27812026-06-18T13:26:52.573Z Compiling crucible-workspace-hack v0.1.0
27822026-06-18T13:26:52.848Z Compiling proc-macro-crate v3.5.0
27832026-06-18T13:26:53.265Z Compiling zerocopy-derive v0.7.35
27842026-06-18T13:26:54.138Z Compiling unsafe-libyaml v0.2.11
27852026-06-18T13:26:54.346Z Compiling typify-macro v0.6.2
27862026-06-18T13:26:54.525Z Compiling num_enum_derive v0.7.6
27872026-06-18T13:26:54.789Z Compiling serde_yaml v0.9.34+deprecated
27882026-06-18T13:26:55.753Z Compiling darling_core v0.21.3
27892026-06-18T13:26:56.017Z Compiling convert_case v0.4.0
27902026-06-18T13:26:56.289Z Compiling num_enum v0.7.6
27912026-06-18T13:26:56.327Z Compiling derive_more v0.99.20
27922026-06-18T13:26:56.747Z Compiling toml_datetime v0.6.11
27932026-06-18T13:26:57.799Z Compiling darling_macro v0.21.3
27942026-06-18T13:26:57.821Z Compiling typify v0.6.2
27952026-06-18T13:26:58.219Z Compiling secrecy v0.10.3
27962026-06-18T13:26:58.384Z Compiling proc-macro-error-attr v1.0.4
27972026-06-18T13:26:58.399Z Compiling darling v0.21.3
27982026-06-18T13:26:58.567Z Compiling tinyvec_macros v0.1.1
27992026-06-18T13:26:58.646Z Compiling prettyplease v0.2.37
28002026-06-18T13:26:58.683Z Compiling heapless v0.8.0
28012026-06-18T13:26:59.000Z Compiling tinyvec v1.11.0
28022026-06-18T13:26:59.161Z Compiling ingot-macros v0.1.1
28032026-06-18T13:26:59.549Z Compiling zerocopy v0.7.35
28042026-06-18T13:26:59.566Z Compiling tabwriter v1.4.1
28052026-06-18T13:26:59.917Z Compiling crossbeam-epoch v0.9.18
28062026-06-18T13:27:00.087Z Compiling hash32 v0.3.1
28072026-06-18T13:27:00.139Z Compiling scroll_derive v0.12.1
28082026-06-18T13:27:00.252Z Compiling rustc_version v0.4.1
28092026-06-18T13:27:00.413Z Compiling num-integer v0.1.46
28102026-06-18T13:27:00.525Z Compiling usdt-impl v0.5.0
28112026-06-18T13:27:00.812Z Compiling proc-macro-error v1.0.4
28122026-06-18T13:27:00.871Z Compiling winnow v0.7.15
28132026-06-18T13:27:00.905Z Compiling data-encoding v2.11.0
28142026-06-18T13:27:01.069Z Compiling smoltcp v0.11.0
28152026-06-18T13:27:01.432Z Compiling pkg-config v0.3.33
28162026-06-18T13:27:01.836Z Compiling rustix v0.38.44
28172026-06-18T13:27:01.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28182026-06-18T13:27:02.289Z Compiling ingot-types v0.1.2
28192026-06-18T13:27:02.333Z Compiling scroll v0.12.0
28202026-06-18T13:27:02.535Z Compiling curve25519-dalek v4.1.3
28212026-06-18T13:27:02.738Z Compiling dof v0.3.0
28222026-06-18T13:27:03.570Z Compiling dtrace-parser v0.2.0
28232026-06-18T13:27:03.771Z Compiling hmac v0.12.1
28242026-06-18T13:27:03.874Z Compiling inout v0.1.4
28252026-06-18T13:27:03.932Z Compiling ff v0.13.1
28262026-06-18T13:27:03.936Z Compiling cobs v0.3.0
28272026-06-18T13:27:04.037Z Compiling bstr v1.12.1
28282026-06-18T13:27:04.091Z Compiling thread-id v4.2.2
28292026-06-18T13:27:04.176Z Compiling static_assertions v1.1.0
28302026-06-18T13:27:04.235Z Compiling bitflags v1.3.2
28312026-06-18T13:27:04.258Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28322026-06-18T13:27:04.315Z Compiling managed v0.8.0
28332026-06-18T13:27:04.383Z Compiling colored v3.1.1
28342026-06-18T13:27:05.026Z Compiling postcard v1.1.3
28352026-06-18T13:27:05.052Z Compiling group v0.13.0
28362026-06-18T13:27:05.064Z Compiling cipher v0.4.4
28372026-06-18T13:27:05.317Z Compiling hkdf v0.12.4
28382026-06-18T13:27:05.796Z Compiling ingot v0.1.1
28392026-06-18T13:27:05.850Z Compiling goblin v0.8.2
28402026-06-18T13:27:06.059Z Compiling num-iter v0.1.45
28412026-06-18T13:27:06.192Z Compiling num-rational v0.4.2
28422026-06-18T13:27:07.704Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28432026-06-18T13:27:07.926Z Compiling universal-hash v0.5.1
28442026-06-18T13:27:07.985Z Compiling hubpack_derive v0.1.1
28452026-06-18T13:27:08.003Z Compiling thiserror-impl-no-std v2.0.2
28462026-06-18T13:27:08.072Z Compiling crypto-bigint v0.5.5
28472026-06-18T13:27:08.705Z Compiling half v2.7.1
28482026-06-18T13:27:08.909Z Compiling foreign-types-macros v0.2.3
28492026-06-18T13:27:09.053Z Compiling serde_repr v0.1.20
28502026-06-18T13:27:09.114Z Compiling curve25519-dalek-derive v0.1.1
28512026-06-18T13:27:09.652Z Compiling num-complex v0.4.6
28522026-06-18T13:27:10.098Z Compiling memoffset v0.9.1
28532026-06-18T13:27:10.189Z Compiling heck v0.4.1
28542026-06-18T13:27:10.229Z Compiling base16ct v0.2.0
28552026-06-18T13:27:10.396Z Compiling indent_write v2.2.0
28562026-06-18T13:27:10.435Z Compiling opaque-debug v0.3.1
28572026-06-18T13:27:10.474Z Compiling cfg_aliases v0.2.1
28582026-06-18T13:27:10.632Z Compiling base64ct v1.8.3
28592026-06-18T13:27:10.916Z Compiling foreign-types-shared v0.3.1
28602026-06-18T13:27:10.983Z Compiling ciborium-io v0.2.2
28612026-06-18T13:27:11.030Z Compiling foreign-types v0.5.0
28622026-06-18T13:27:11.095Z Compiling ciborium-ll v0.2.2
28632026-06-18T13:27:11.119Z Compiling password-hash v0.5.0
28642026-06-18T13:27:11.657Z Compiling nix v0.31.3
28652026-06-18T13:27:11.786Z Compiling poly1305 v0.8.0
28662026-06-18T13:27:12.178Z Compiling elliptic-curve v0.13.8
28672026-06-18T13:27:12.482Z Compiling num v0.4.3
28682026-06-18T13:27:12.568Z Compiling thiserror-no-std v2.0.2
28692026-06-18T13:27:12.636Z Compiling hubpack v0.1.2
28702026-06-18T13:27:13.859Z Compiling chacha20 v0.9.1
28712026-06-18T13:27:14.388Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28722026-06-18T13:27:14.421Z Compiling reqwest v0.12.28
28732026-06-18T13:27:15.085Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28742026-06-18T13:27:15.650Z Compiling blake2 v0.10.6
28752026-06-18T13:27:15.977Z Compiling aead v0.5.2
28762026-06-18T13:27:16.106Z Compiling byte-wrapper v0.1.0
28772026-06-18T13:27:16.140Z Compiling chacha20 v0.10.0
28782026-06-18T13:27:16.165Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28792026-06-18T13:27:16.425Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28802026-06-18T13:27:17.050Z Compiling cstr-argument v0.1.2
28812026-06-18T13:27:17.137Z Compiling float-ord v0.3.2
28822026-06-18T13:27:17.219Z Compiling keccak v0.1.6
28832026-06-18T13:27:17.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28842026-06-18T13:27:17.533Z Compiling sha3 v0.10.9
28852026-06-18T13:27:17.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28862026-06-18T13:27:17.962Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28872026-06-18T13:27:18.001Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28882026-06-18T13:27:18.134Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28892026-06-18T13:27:18.137Z Compiling rand v0.10.1
28902026-06-18T13:27:18.941Z Compiling chacha20poly1305 v0.10.1
28912026-06-18T13:27:19.101Z Compiling rustls-webpki v0.103.13
28922026-06-18T13:27:19.462Z Compiling argon2 v0.5.3
28932026-06-18T13:27:20.702Z Compiling progenitor-client v0.10.0
28942026-06-18T13:27:21.220Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28952026-06-18T13:27:21.457Z Compiling vsss-rs v3.3.4
28962026-06-18T13:27:22.067Z Compiling ciborium v0.2.2
28972026-06-18T13:27:22.615Z Compiling atomicwrites v0.4.4
28982026-06-18T13:27:22.730Z Compiling usdt-macro v0.5.0
28992026-06-18T13:27:22.890Z Compiling usdt-attr-macro v0.5.0
29002026-06-18T13:27:23.714Z Compiling num-derive v0.4.2
29012026-06-18T13:27:23.925Z Compiling enum-as-inner v0.6.1
29022026-06-18T13:27:24.043Z Compiling tokio-rustls v0.26.4
29032026-06-18T13:27:24.349Z Compiling hyper-rustls v0.27.9
29042026-06-18T13:27:24.526Z Compiling rustls-platform-verifier v0.7.0
29052026-06-18T13:27:24.827Z Compiling reqwest v0.13.4
29062026-06-18T13:27:25.119Z Compiling memmap v0.7.0
29072026-06-18T13:27:25.354Z Compiling semver v0.1.20
29082026-06-18T13:27:25.653Z Compiling rayon-core v1.13.0
29092026-06-18T13:27:25.863Z Compiling winnow v0.5.40
29102026-06-18T13:27:26.213Z Compiling progenitor-client v0.14.0
29112026-06-18T13:27:27.168Z Compiling progenitor-extras v0.2.0
29122026-06-18T13:27:27.233Z Compiling toml_edit v0.19.15
29132026-06-18T13:27:27.418Z Compiling rustc_version v0.1.7
29142026-06-18T13:27:27.624Z Compiling usdt v0.5.0
29152026-06-18T13:27:27.720Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29162026-06-18T13:27:27.950Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29172026-06-18T13:27:37.762Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-18T13:27:38.392Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29192026-06-18T13:27:38.508Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29202026-06-18T13:27:39.125Z Compiling similar v2.7.0
29212026-06-18T13:27:39.169Z Compiling crossbeam-deque v0.8.6
29222026-06-18T13:27:39.565Z Compiling serde_spanned v0.6.9
29232026-06-18T13:27:39.885Z Compiling lazy_static v1.5.0
29242026-06-18T13:27:40.007Z Compiling bytecount v0.6.9
29252026-06-18T13:27:40.100Z Compiling vcpkg v0.2.15
29262026-06-18T13:27:40.207Z Compiling toml_write v0.1.2
29272026-06-18T13:27:40.424Z Compiling toml_edit v0.22.27
29282026-06-18T13:27:40.664Z Compiling openssl-sys v0.9.116
29292026-06-18T13:27:41.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29302026-06-18T13:27:41.921Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-06-18T13:27:41.936Z Compiling proc-macro-crate v1.3.1
29322026-06-18T13:27:42.290Z Compiling newtype_derive v0.1.6
29332026-06-18T13:27:42.557Z Compiling progenitor-impl v0.13.0
29342026-06-18T13:27:42.570Z Compiling progenitor-impl v0.14.0
29352026-06-18T13:27:42.731Z Compiling itertools v0.12.1
29362026-06-18T13:27:44.320Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-06-18T13:27:44.628Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29382026-06-18T13:27:44.661Z Compiling resolv-conf v0.7.6
29392026-06-18T13:27:44.786Z Compiling owo-colors v4.3.0
29402026-06-18T13:27:44.902Z Compiling swrite v0.1.0
29412026-06-18T13:27:44.930Z Compiling linked-hash-map v0.5.6
29422026-06-18T13:27:45.022Z Compiling unicode-segmentation v1.13.3
29432026-06-18T13:27:45.154Z Compiling lru-cache v0.1.2
29442026-06-18T13:27:45.282Z Compiling progenitor-macro v0.14.0
29452026-06-18T13:27:45.306Z Compiling progenitor-macro v0.13.0
29462026-06-18T13:27:45.524Z Compiling newline-converter v0.3.0
29472026-06-18T13:27:45.648Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29482026-06-18T13:27:45.677Z Compiling num_enum_derive v0.5.11
29492026-06-18T13:27:45.715Z Compiling rayon v1.12.0
29502026-06-18T13:27:46.736Z Compiling toml v0.8.23
29512026-06-18T13:27:47.045Z Compiling progenitor-client v0.13.0
29522026-06-18T13:27:47.297Z Compiling hickory-proto v0.24.4
29532026-06-18T13:27:47.937Z Compiling console v0.15.11
29542026-06-18T13:27:49.239Z Compiling camino-tempfile v1.4.1
29552026-06-18T13:27:49.523Z Compiling serde-big-array v0.5.1
29562026-06-18T13:27:49.538Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29572026-06-18T13:27:49.659Z Compiling derive-where v1.6.1
29582026-06-18T13:27:49.696Z Compiling pin-project-internal v1.1.13
29592026-06-18T13:27:50.090Z Compiling siphasher v1.0.3
29602026-06-18T13:27:50.320Z Compiling minimal-lexical v0.2.1
29612026-06-18T13:27:50.579Z Compiling nom v7.1.3
29622026-06-18T13:27:50.808Z Compiling pin-project v1.1.13
29632026-06-18T13:27:50.927Z Compiling phf_shared v0.12.1
29642026-06-18T13:27:51.159Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29652026-06-18T13:27:51.778Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29662026-06-18T13:27:51.922Z Compiling progenitor v0.14.0
29672026-06-18T13:27:52.075Z Compiling progenitor v0.13.0
29682026-06-18T13:27:52.231Z Compiling hickory-resolver v0.24.4
29692026-06-18T13:27:53.697Z Compiling expectorate v1.2.0
29702026-06-18T13:27:54.904Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29712026-06-18T13:27:56.123Z Compiling num_enum v0.5.11
29722026-06-18T13:27:57.297Z Compiling zone_cfg_derive v0.3.1
29732026-06-18T13:27:57.550Z Compiling unicode-normalization v0.1.25
29742026-06-18T13:27:58.025Z Compiling tokio-stream v0.1.18
29752026-06-18T13:27:58.165Z Compiling async-recursion v1.1.1
29762026-06-18T13:27:58.595Z Compiling snafu-derive v0.8.9
29772026-06-18T13:27:58.888Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29782026-06-18T13:27:59.231Z Compiling slog-dtrace v0.3.0
29792026-06-18T13:27:59.507Z Compiling csv-core v0.1.13
29802026-06-18T13:27:59.741Z Compiling smawk v0.3.2
29812026-06-18T13:27:59.919Z Compiling unicode-linebreak v0.1.5
29822026-06-18T13:27:59.944Z Compiling unicode-width v0.1.14
29832026-06-18T13:28:00.206Z Compiling chrono-tz v0.10.4
29842026-06-18T13:28:00.269Z Compiling openssl v0.10.80
29852026-06-18T13:28:00.415Z Compiling foreign-types-shared v0.1.1
29862026-06-18T13:28:00.459Z Compiling konst_macro_rules v0.2.19
29872026-06-18T13:28:00.517Z Compiling same-file v1.0.6
29882026-06-18T13:28:00.571Z Compiling unicode-xid v0.2.6
29892026-06-18T13:28:00.657Z Compiling highway v1.3.0
29902026-06-18T13:28:00.699Z Compiling foldhash v0.1.5
29912026-06-18T13:28:00.712Z Compiling cancel-safe-futures v0.1.5
29922026-06-18T13:28:00.928Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29932026-06-18T13:28:01.010Z Compiling hashbrown v0.15.5
29942026-06-18T13:28:01.363Z Compiling const_format_proc_macros v0.2.34
29952026-06-18T13:28:01.517Z Compiling walkdir v2.5.0
29962026-06-18T13:28:01.664Z Compiling konst v0.2.20
29972026-06-18T13:28:02.077Z Compiling foreign-types v0.3.2
29982026-06-18T13:28:02.183Z Compiling snafu v0.8.9
29992026-06-18T13:28:02.196Z Compiling textwrap v0.16.2
30002026-06-18T13:28:02.210Z Compiling csv v1.4.0
30012026-06-18T13:28:02.353Z Compiling qorb v0.4.1
30022026-06-18T13:28:02.627Z Compiling zone v0.3.1
30032026-06-18T13:28:02.743Z Compiling olpc-cjson v0.1.4
30042026-06-18T13:28:02.747Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-06-18T13:28:02.960Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-18T13:28:03.314Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-18T13:28:03.791Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-18T13:28:04.351Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-06-18T13:28:04.896Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30102026-06-18T13:28:06.552Z Compiling phf v0.12.1
30112026-06-18T13:28:06.849Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-06-18T13:28:07.070Z Compiling tokio-dtrace v0.1.1
30132026-06-18T13:28:07.205Z Compiling globset v0.4.18
30142026-06-18T13:28:07.414Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-18T13:28:07.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30162026-06-18T13:28:08.327Z Compiling smf v0.2.3
30172026-06-18T13:28:08.462Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30182026-06-18T13:28:09.022Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30192026-06-18T13:28:09.478Z Compiling libsw-core v0.3.2
30202026-06-18T13:28:09.505Z Compiling pem v3.0.6
30212026-06-18T13:28:09.671Z Compiling serde_plain v1.0.2
30222026-06-18T13:28:09.773Z Compiling openssl-macros v0.1.1
30232026-06-18T13:28:09.866Z Compiling cookie v0.18.1
30242026-06-18T13:28:09.965Z Compiling sigpipe v0.1.3
30252026-06-18T13:28:10.135Z Compiling glob v0.3.3
30262026-06-18T13:28:10.201Z Compiling jiff v0.2.28
30272026-06-18T13:28:10.281Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-06-18T13:28:10.412Z Compiling fixedbitset v0.5.7
30292026-06-18T13:28:10.540Z Compiling typed-path v0.9.3
30302026-06-18T13:28:10.640Z Compiling fixedbitset v0.4.2
30312026-06-18T13:28:10.941Z Compiling petgraph v0.6.5
30322026-06-18T13:28:11.012Z Compiling petgraph v0.8.3
30332026-06-18T13:28:11.869Z Compiling tough v0.22.0
30342026-06-18T13:28:12.745Z Compiling libsw v3.5.0
30352026-06-18T13:28:12.778Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30362026-06-18T13:28:12.941Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30372026-06-18T13:28:13.446Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30382026-06-18T13:28:13.460Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-18T13:28:13.727Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30402026-06-18T13:28:14.043Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30412026-06-18T13:28:14.235Z Compiling oxide-tokio-rt v0.1.6
30422026-06-18T13:28:15.494Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30432026-06-18T13:28:17.026Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-06-18T13:28:17.243Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-18T13:28:18.092Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-18T13:28:18.785Z Compiling const_format v0.2.36
30472026-06-18T13:28:19.311Z Compiling papergrid v0.11.0
30482026-06-18T13:28:19.438Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-06-18T13:28:19.457Z Compiling libscf-sys v1.2.0
30502026-06-18T13:28:19.612Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30512026-06-18T13:28:19.740Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-18T13:28:19.878Z Compiling tabled_derive v0.7.0
30532026-06-18T13:28:20.303Z Compiling gethostname v0.5.0
30542026-06-18T13:28:20.452Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30552026-06-18T13:28:20.583Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-06-18T13:28:20.713Z Compiling bcs v0.1.6
30572026-06-18T13:28:20.872Z Compiling whoami v1.6.1
30582026-06-18T13:28:21.124Z Compiling tagptr v0.2.0
30592026-06-18T13:28:21.299Z Compiling linear-map v1.2.0
30602026-06-18T13:28:21.334Z Compiling termtree v0.5.1
30612026-06-18T13:28:21.404Z Compiling moka v0.12.15
30622026-06-18T13:28:21.513Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-06-18T13:28:22.650Z Compiling tabled v0.15.0
30642026-06-18T13:28:23.616Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-18T13:28:24.229Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-18T13:28:24.516Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-18T13:28:24.567Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-18T13:28:24.745Z Compiling steno v0.4.1
30692026-06-18T13:28:26.092Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-18T13:28:29.833Z Compiling hickory-proto v0.25.2
30712026-06-18T13:28:30.421Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-18T13:28:30.525Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30732026-06-18T13:28:31.242Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30742026-06-18T13:28:31.360Z Compiling parking_lot_core v0.8.6
30752026-06-18T13:28:31.723Z Compiling nom v8.0.0
30762026-06-18T13:28:32.272Z Compiling hickory-resolver v0.25.2
30772026-06-18T13:28:33.059Z Compiling crunchy v0.2.4
30782026-06-18T13:28:33.392Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-06-18T13:28:33.520Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30802026-06-18T13:28:33.641Z Compiling parking_lot v0.11.2
30812026-06-18T13:28:33.975Z Compiling typify-impl v0.4.3
30822026-06-18T13:28:34.385Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30832026-06-18T13:28:34.551Z Compiling fxhash v0.2.1
30842026-06-18T13:28:34.704Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30852026-06-18T13:28:34.994Z Compiling proc-macro-error-attr2 v2.0.0
30862026-06-18T13:28:35.482Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30872026-06-18T13:28:35.746Z Compiling tiny-keccak v2.0.2
30882026-06-18T13:28:36.055Z Compiling proc-macro-error2 v2.0.1
30892026-06-18T13:28:36.355Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-06-18T13:28:37.324Z Compiling typify-macro v0.4.3
30912026-06-18T13:28:37.927Z Compiling sled v0.34.7
30922026-06-18T13:28:38.728Z Compiling arc-swap v1.9.1
30932026-06-18T13:28:39.090Z Compiling slog-scope v4.4.1
30942026-06-18T13:28:39.173Z Compiling tabled_derive v0.11.0
30952026-06-18T13:28:40.060Z Compiling papergrid v0.18.0
30962026-06-18T13:28:40.317Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30972026-06-18T13:28:40.799Z Compiling testing_table v0.3.0
30982026-06-18T13:28:40.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30992026-06-18T13:28:41.219Z Compiling internet-checksum v0.2.1
31002026-06-18T13:28:41.308Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31012026-06-18T13:28:41.366Z Compiling tabled v0.21.0
31022026-06-18T13:28:41.757Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-06-18T13:28:41.902Z Compiling slog-stdlog v4.1.1
31042026-06-18T13:28:42.342Z Compiling const-random-macro v0.1.16
31052026-06-18T13:28:42.782Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31062026-06-18T13:28:43.503Z Compiling dropshot-api-manager-types v0.7.2
31072026-06-18T13:28:44.112Z Compiling ahash v0.8.12
31082026-06-18T13:28:44.414Z Compiling smartstring v1.0.1
31092026-06-18T13:28:45.515Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31102026-06-18T13:28:45.617Z Compiling const-random v0.1.18
31112026-06-18T13:28:45.718Z Compiling slog-envlogger v2.2.0
31122026-06-18T13:28:46.881Z Compiling typify v0.4.3
31132026-06-18T13:28:47.565Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31142026-06-18T13:28:49.244Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31152026-06-18T13:28:49.707Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-06-18T13:28:51.569Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31172026-06-18T13:28:51.589Z Compiling toml_datetime v0.7.5+spec-1.1.0
31182026-06-18T13:28:51.886Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31192026-06-18T13:28:52.223Z Compiling crc8 v0.1.1
31202026-06-18T13:28:52.353Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31212026-06-18T13:28:55.444Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31222026-06-18T13:28:55.621Z Compiling toml v0.9.12+spec-1.1.0
31232026-06-18T13:28:55.898Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-18T13:28:56.734Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31252026-06-18T13:28:57.016Z Compiling progenitor-impl v0.10.0
31262026-06-18T13:28:57.895Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31272026-06-18T13:28:58.011Z Compiling lzma-sys v0.1.20
31282026-06-18T13:28:58.473Z Compiling sha1 v0.10.6
31292026-06-18T13:28:58.626Z Compiling thin-vec v0.2.18
31302026-06-18T13:28:58.905Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31312026-06-18T13:28:58.992Z Compiling rhai_codegen v3.2.0
31322026-06-18T13:28:59.110Z Compiling fs-err v3.3.0
31332026-06-18T13:28:59.402Z Compiling typeid v1.0.3
31342026-06-18T13:28:59.475Z Compiling utf-8 v0.7.6
31352026-06-18T13:28:59.707Z Compiling tungstenite v0.21.0
31362026-06-18T13:29:00.265Z Compiling rhai v1.25.1
31372026-06-18T13:29:00.763Z Compiling progenitor-macro v0.10.0
31382026-06-18T13:29:05.028Z Compiling cargo_toml v0.22.3
31392026-06-18T13:29:07.282Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-06-18T13:29:08.825Z Compiling sha2 v0.10.9
31412026-06-18T13:29:08.894Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-06-18T13:29:09.990Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-06-18T13:29:10.069Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31442026-06-18T13:29:10.533Z Compiling progenitor v0.10.0
31452026-06-18T13:29:11.004Z Compiling tokio-tungstenite v0.21.0
31462026-06-18T13:29:11.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31472026-06-18T13:29:11.508Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31482026-06-18T13:29:12.154Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31492026-06-18T13:29:12.579Z Compiling console v0.16.3
31502026-06-18T13:29:12.868Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31512026-06-18T13:29:13.479Z Compiling git-stub v1.0.0
31522026-06-18T13:29:13.967Z Compiling is_ci v1.2.0
31532026-06-18T13:29:14.153Z Compiling base64 v0.21.7
31542026-06-18T13:29:14.276Z Compiling unit-prefix v0.5.2
31552026-06-18T13:29:14.451Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31562026-06-18T13:29:14.664Z Compiling indicatif v0.18.4
31572026-06-18T13:29:14.894Z Compiling supports-color v3.0.2
31582026-06-18T13:29:16.054Z Compiling git-stub-vcs v0.1.0
31592026-06-18T13:29:16.180Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31602026-06-18T13:29:16.798Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-18T13:29:17.375Z Compiling ron v0.12.1
31622026-06-18T13:29:17.743Z Compiling xz2 v0.1.7
31632026-06-18T13:29:18.071Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31642026-06-18T13:29:18.412Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31652026-06-18T13:29:19.293Z Compiling drift v0.2.0
31662026-06-18T13:29:20.738Z Compiling base16ct v1.0.0
31672026-06-18T13:29:21.187Z Compiling dropshot-api-manager v0.7.2
31682026-06-18T13:29:25.744Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31692026-06-18T13:29:27.849Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31702026-06-18T13:29:29.030Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31712026-06-18T13:29:30.389Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31722026-06-18T13:29:32.322Z Compiling natord v1.0.9
31732026-06-18T13:29:32.615Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31742026-06-18T13:29:32.756Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31752026-06-18T13:29:34.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31762026-06-18T13:29:36.192Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31772026-06-18T13:29:36.890Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31782026-06-18T13:29:42.851Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31792026-06-18T13:29:46.052Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31802026-06-18T13:29:46.560Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31812026-06-18T13:29:48.683Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31822026-06-18T13:29:50.444Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31832026-06-18T13:30:16.656Z Finished `release` profile [optimized] target(s) in 4m 21s
31842026-06-18T13:30:16.839Z
31852026-06-18T13:30:16.839Zreal 4:21.597535559
31862026-06-18T13:30:16.839Zuser 29:44.360368999
31872026-06-18T13:30:16.839Zsys 2:44.254568087
31882026-06-18T13:30:16.839Ztrap 0.747709816
31892026-06-18T13:30:16.839Ztflt 1.387574892
31902026-06-18T13:30:16.843Zdflt 1.610850058
31912026-06-18T13:30:16.843Zkflt 0.000236629
31922026-06-18T13:30:16.843Zlock 1:58:16.393172484
31932026-06-18T13:30:16.843Zslp 1:25:01.323500353
31942026-06-18T13:30:16.843Zlat 2:14.984310837
31952026-06-18T13:30:16.843Zstop 3:34.168844929
31962026-06-18T13:30:16.843Z+ for x in debug release
31972026-06-18T13:30:16.843Z+ mkdir -p /work/debug
31982026-06-18T13:30:16.843Z+ cp target/debug/ddmd /work/debug/ddmd
31992026-06-18T13:30:17.344Z+ cp target/debug/ddmadm /work/debug/ddmadm
32002026-06-18T13:30:17.719Z+ cp target/debug/mgd /work/debug/mgd
32012026-06-18T13:30:18.409Z+ cp target/debug/mgadm /work/debug/mgadm
32022026-06-18T13:30:18.904Z+ for x in debug release
32032026-06-18T13:30:18.904Z+ mkdir -p /work/release
32042026-06-18T13:30:18.908Z+ cp target/release/ddmd /work/release/ddmd
32052026-06-18T13:30:18.994Z+ cp target/release/ddmadm /work/release/ddmadm
32062026-06-18T13:30:19.068Z+ cp target/release/mgd /work/release/mgd
32072026-06-18T13:30:19.127Z+ cp target/release/mgadm /work/release/mgadm
32082026-06-18T13:30:19.227Z+ cp target/release/falcon-lab /work/release/falcon-lab
32092026-06-18T13:30:19.291Zprocess exited: duration 678878 ms, exit code 0
 
32102026-06-18T13:30:19.308Zfound 9 output files
32112026-06-18T13:30:19.308Zuploading: /work/debug/ddmadm (513717344 bytes)
32122026-06-18T13:30:25.111Zuploaded: /work/debug/ddmadm
32132026-06-18T13:30:25.111Zuploading: /work/debug/ddmd (588572504 bytes)
32142026-06-18T13:30:34.236Zuploaded: /work/debug/ddmd
32152026-06-18T13:30:34.236Zuploading: /work/debug/mgadm (610320048 bytes)
32162026-06-18T13:30:42.593Zuploaded: /work/debug/mgadm
32172026-06-18T13:30:42.593Zuploading: /work/debug/mgd (692469264 bytes)
32182026-06-18T13:30:51.686Zuploaded: /work/debug/mgd
32192026-06-18T13:30:51.686Zuploading: /work/release/ddmadm (45420224 bytes)
32202026-06-18T13:30:53.061Zuploaded: /work/release/ddmadm
32212026-06-18T13:30:53.061Zuploading: /work/release/ddmd (53074928 bytes)
32222026-06-18T13:30:54.442Zuploaded: /work/release/ddmd
32232026-06-18T13:30:54.442Zuploading: /work/release/falcon-lab (39045472 bytes)
32242026-06-18T13:30:55.702Zuploaded: /work/release/falcon-lab
32252026-06-18T13:30:55.702Zuploading: /work/release/mgadm (60389872 bytes)
32262026-06-18T13:30:57.095Zuploaded: /work/release/mgadm
32272026-06-18T13:30:57.106Zuploading: /work/release/mgd (72906568 bytes)
32282026-06-18T13:30:58.700Zuploaded: /work/release/mgd