01KV4MYBHY36ABG8WDBWK4SFBN: 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: 01KV4MYRVB6MV6CRBV2XKC9XCH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:25.746Zjob assigned to worker 01KV4MYRZ83G123EPB9T6QNZ06 [factory aws, i-09739e6c7cff2b77c] (queued for 41 s)
 
22026-06-15T03:25:32.513Zstarting task 0: "setup"
32026-06-15T03:25:32.518Z++ uname -s
42026-06-15T03:25:32.520Z+ kern=SunOS
52026-06-15T03:25:32.520Z+ build_user=build
62026-06-15T03:25:32.520Z+ build_uid=12345
72026-06-15T03:25:32.520Z+ work_dir=/work
82026-06-15T03:25:32.520Z+ input_dir=/input
92026-06-15T03:25:32.521Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:32.521Z+ case "$kern" in
112026-06-15T03:25:32.521Z+ groupadd -g 12345 build
122026-06-15T03:25:32.524Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:34.527Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:34.579Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:34.582Z+ home_fs=zfs
162026-06-15T03:25:34.582Z+ [[ zfs == autofs ]]
172026-06-15T03:25:34.583Z+ mkdir -p /home/build
182026-06-15T03:25:34.583Z+ chown build:build /home/build /work
192026-06-15T03:25:36.578Z+ chmod 0700 /home/build /work
202026-06-15T03:25:36.581Zprocess exited: duration 4066 ms, exit code 0
 
212026-06-15T03:25:36.586Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:36.589Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:36.591Z * rust toolchain channel = "stable"
242026-06-15T03:25:36.591Z * rust toolchain profile = "default"
252026-06-15T03:25:36.591Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T03:25:36.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:36.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:36.591Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:36.591Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:36.688Zinfo: downloading installer
312026-06-15T03:25:38.235Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:38.236Zwarn: /opt/ooce/bin
332026-06-15T03:25:38.236Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:38.236Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:38.236Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:38.236Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:38.236Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:38.237Zerror: cannot install while Rust is installed
392026-06-15T03:25:38.237Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:38.237Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:38.237Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:38.237Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:38.237Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:38.249Zinfo: profile set to default
452026-06-15T03:25:38.249Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:38.252Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:38.500Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:38.503Zinfo: downloading 6 components
492026-06-15T03:25:54.800Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T03:25:54.800Z
512026-06-15T03:25:54.826Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:25:54.826Z
532026-06-15T03:25:54.826Z
542026-06-15T03:25:54.826ZRust is installed now. Great!
552026-06-15T03:25:54.827Z
562026-06-15T03:25:54.829ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:25:54.830Zenvironment variable. This has not been done automatically.
582026-06-15T03:25:54.830Z
592026-06-15T03:25:54.830ZTo configure your current shell, you need to source
602026-06-15T03:25:54.830Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:25:54.830Z
622026-06-15T03:25:54.830ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:25:54.830Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:25:54.830Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:25:54.830Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:25:54.830Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:25:54.831Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:25:54.831Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:25:54.831Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:25:54.831Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:25:54.919Z+ rustup --version
722026-06-15T03:25:54.928Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:25:54.930Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:25:54.949Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:25:54.951Z+ cargo --version
762026-06-15T03:25:54.964Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:25:54.967Z+ rustc --version
782026-06-15T03:25:54.985Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:25:54.988Zprocess exited: duration 18400 ms, exit code 0
 
802026-06-15T03:25:54.993Zstarting task 2: "authentication"
812026-06-15T03:25:55.009Zprocess exited: duration 15 ms, exit code 0
 
822026-06-15T03:25:55.014Zstarting task 3: "clone repository"
832026-06-15T03:25:55.017Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:25:55.019Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:25:55.051ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:25:56.163Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:25:56.163Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:25:56.381ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:25:56.381Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:25:56.385Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:25:56.387Z++ git branch --show-current
922026-06-15T03:25:56.387Z+ current=main
932026-06-15T03:25:56.387Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:25:56.387Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:25:56.390Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:25:56.410ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:25:56.413Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:25:56.430ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:25:56.433Zprocess exited: duration 1416 ms, exit code 0
 
1002026-06-15T03:25:56.438Zstarting task 4: "build"
1012026-06-15T03:25:56.443Z+ pfexec pkg install clang-15
1022026-06-15T03:26:05.233Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-15T03:26:13.012Z Startup: Caching catalogs ... Done
1042026-06-15T03:26:20.311ZPlanning: Solver setup ... Done
1052026-06-15T03:26:20.352ZPlanning: Running solver ... Done
1062026-06-15T03:26:20.494ZPlanning: Finding local manifests ... Done
1072026-06-15T03:26:20.514ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-15T03:26:20.606ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-15T03:26:20.635ZPlanning: Package planning ... Done
1102026-06-15T03:26:20.661ZPlanning: Merging actions ... Done
1112026-06-15T03:26:20.765ZPlanning: Checking for conflicting actions ... Done
1122026-06-15T03:26:20.771ZPlanning: Consolidating action changes ... Done
1132026-06-15T03:26:21.545ZPlanning: Evaluating mediators ... Done
1142026-06-15T03:26:21.550ZPlanning: Planning completed in 8.37 seconds
1152026-06-15T03:26:21.561Z Packages to install: 2
1162026-06-15T03:26:21.564Z Mediators to change: 2
1172026-06-15T03:26:21.564Z Services to change: 1
1182026-06-15T03:26:21.564Z Create boot environment: No
1192026-06-15T03:26:21.564ZCreate backup boot environment: No
1202026-06-15T03:26:21.604Z
1212026-06-15T03:26:21.604ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-15T03:26:26.664ZDownload: 2008/3076 items 117.7/211.3MB 55% complete (25.8M/s)
1232026-06-15T03:26:33.358ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (20.6M/s)
1242026-06-15T03:26:39.503ZDownload: 3067/3076 items 208.0/211.3MB 98% complete (11.3M/s)
1252026-06-15T03:26:45.875ZDownload: 3070/3076 items 208.2/211.3MB 98% complete (10.4M/s)
1262026-06-15T03:26:58.583ZDownload: 3073/3076 items 209.9/211.3MB 99% complete
1272026-06-15T03:27:03.547ZDownload: Completed 211.31 MB in 41.94 seconds (5.0M/s)
1282026-06-15T03:27:03.668Z Actions: 1/3418 actions (Installing new actions)
1292026-06-15T03:27:06.790Z Actions: Completed 3418 actions in 3.12 seconds.
1302026-06-15T03:27:07.448Z Done
1312026-06-15T03:27:07.448Z Done
1322026-06-15T03:27:08.187Z Done
1332026-06-15T03:27:11.565Z Done
1342026-06-15T03:27:11.636Z Done
1352026-06-15T03:27:11.638Z Done
1362026-06-15T03:27:11.902Z Done
1372026-06-15T03:27:12.578Z+ cargo --version
1382026-06-15T03:27:12.585Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1392026-06-15T03:27:12.764Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1402026-06-15T03:27:12.767Zinfo: downloading 6 components
1412026-06-15T03:27:29.476Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1422026-06-15T03:27:29.479Z+ rustc --version
1432026-06-15T03:27:29.509Zrustc 1.95.0 (59807616e 2026-04-14)
1442026-06-15T03:27:29.514Z+ banner check
1452026-06-15T03:27:29.516Z
1462026-06-15T03:27:29.516Z #### # # ###### #### # #
1472026-06-15T03:27:29.516Z # # # # # # # # #
1482026-06-15T03:27:29.516Z # ###### ##### # ####
1492026-06-15T03:27:29.516Z # # # # # # #
1502026-06-15T03:27:29.516Z # # # # # # # # #
1512026-06-15T03:27:29.516Z #### # # ###### #### # #
1522026-06-15T03:27:29.516Z
1532026-06-15T03:27:29.520Z+ cargo fmt -- --check
1542026-06-15T03:27:29.948Z+ cargo clippy --all-targets -- --deny warnings
1552026-06-15T03:27:30.068Z Updating crates.io index
1562026-06-15T03:27:30.071Z Updating git repository `https://github.com/oxidecomputer/omicron`
1572026-06-15T03:27:36.011ZFrom https://github.com/oxidecomputer/omicron
1582026-06-15T03:27:36.011Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1592026-06-15T03:27:36.508Z Updating git repository `https://github.com/oxidecomputer/falcon`
1602026-06-15T03:27:37.425ZFrom https://github.com/oxidecomputer/falcon
1612026-06-15T03:27:37.425Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1622026-06-15T03:27:37.521Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1632026-06-15T03:27:38.403ZFrom https://github.com/oxidecomputer/dendrite
1642026-06-15T03:27:38.404Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
1652026-06-15T03:27:38.436Z Updating git repository `https://github.com/oxidecomputer/ispf`
1662026-06-15T03:27:38.725ZFrom https://github.com/oxidecomputer/ispf
1672026-06-15T03:27:38.725Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1682026-06-15T03:27:38.810Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1692026-06-15T03:27:39.142ZFrom https://github.com/oxidecomputer/netadm-sys
1702026-06-15T03:27:39.142Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1712026-06-15T03:27:39.155Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-06-15T03:27:39.815ZFrom https://github.com/oxidecomputer/opte
1732026-06-15T03:27:39.815Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1742026-06-15T03:27:39.847Z Updating git repository `https://github.com/illumos/smf-rs`
1752026-06-15T03:27:40.105ZFrom https://github.com/illumos/smf-rs
1762026-06-15T03:27:40.105Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1772026-06-15T03:27:40.440Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1782026-06-15T03:27:40.716ZFrom https://github.com/oxidecomputer/poptrie
1792026-06-15T03:27:40.716Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1802026-06-15T03:27:40.724Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1812026-06-15T03:27:40.988ZFrom https://github.com/oxidecomputer/network-interface
1822026-06-15T03:27:40.988Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1832026-06-15T03:27:41.018Z Updating git repository `https://github.com/oxidecomputer/zone`
1842026-06-15T03:27:41.292ZFrom https://github.com/oxidecomputer/zone
1852026-06-15T03:27:41.292Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1862026-06-15T03:27:41.304Z Updating git repository `https://github.com/oxidecomputer/lldp`
1872026-06-15T03:27:41.612ZFrom https://github.com/oxidecomputer/lldp
1882026-06-15T03:27:41.613Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1892026-06-15T03:27:41.733Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1902026-06-15T03:27:42.002ZFrom https://github.com/oxidecomputer/slog-error-chain
1912026-06-15T03:27:42.002Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1922026-06-15T03:27:42.010Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1932026-06-15T03:27:42.324ZFrom https://github.com/oxidecomputer/tufaceous
1942026-06-15T03:27:42.324Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1952026-06-15T03:27:42.345Z Updating git repository `https://github.com/oxidecomputer/propolis`
1962026-06-15T03:27:42.935ZFrom https://github.com/oxidecomputer/propolis
1972026-06-15T03:27:42.935Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1982026-06-15T03:27:43.011Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1992026-06-15T03:27:43.511ZFrom https://github.com/oxidecomputer/transceiver-control
2002026-06-15T03:27:43.511Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2012026-06-15T03:27:43.686Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2022026-06-15T03:27:43.964ZFrom https://github.com/oxidecomputer/dlpi-sys
2032026-06-15T03:27:43.964Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2042026-06-15T03:27:43.970Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2052026-06-15T03:27:44.255ZFrom https://github.com/jmesmon/rust-libzfs
2062026-06-15T03:27:44.255Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2072026-06-15T03:27:44.261Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2082026-06-15T03:27:44.516ZFrom https://github.com/oxidecomputer/rusty-doors
2092026-06-15T03:27:44.516Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2102026-06-15T03:27:44.542Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2112026-06-15T03:27:45.005ZFrom https://github.com/oxidecomputer/management-gateway-service
2122026-06-15T03:27:45.005Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2132026-06-15T03:27:45.657Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2142026-06-15T03:27:45.937ZFrom https://github.com/oxidecomputer/serde_human_bytes
2152026-06-15T03:27:45.937Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2162026-06-15T03:27:45.949Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172026-06-15T03:27:46.733ZFrom https://github.com/oxidecomputer/crucible
2182026-06-15T03:27:46.733Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2192026-06-15T03:27:47.327Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-06-15T03:27:47.755ZFrom https://github.com/oxidecomputer/propolis
2212026-06-15T03:27:47.755Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2222026-06-15T03:27:47.804Z Updating git repository `https://github.com/oxidecomputer/crucible`
2232026-06-15T03:27:48.270ZFrom https://github.com/oxidecomputer/crucible
2242026-06-15T03:27:48.270Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2252026-06-15T03:27:48.602Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-06-15T03:27:48.925ZFrom https://github.com/oxidecomputer/tofino
2272026-06-15T03:27:48.925Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2282026-06-15T03:27:48.936Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-06-15T03:27:49.584ZFrom https://github.com/oxidecomputer/maghemite
2302026-06-15T03:27:49.584Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2312026-06-15T03:27:49.633Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-06-15T03:27:49.896ZFrom https://github.com/oxidecomputer/clickward
2332026-06-15T03:27:49.897Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2342026-06-15T03:27:49.945Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-06-15T03:27:50.183ZFrom https://github.com/oxidecomputer/illumos-devinfo
2362026-06-15T03:27:50.183Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2372026-06-15T03:27:51.690Z Downloading crates ...
2382026-06-15T03:27:51.776Z Downloaded async-stream v0.3.6
2392026-06-15T03:27:51.779Z Downloaded atomic-waker v1.1.2
2402026-06-15T03:27:51.786Z Downloaded argon2 v0.5.3
2412026-06-15T03:27:51.795Z Downloaded embedded-io v0.4.0
2422026-06-15T03:27:51.798Z Downloaded atomicwrites v0.4.4
2432026-06-15T03:27:51.800Z Downloaded base16ct v0.2.0
2442026-06-15T03:27:51.803Z Downloaded diff v0.1.13
2452026-06-15T03:27:51.806Z Downloaded async-stream-impl v0.3.6
2462026-06-15T03:27:51.808Z Downloaded drift v0.2.0
2472026-06-15T03:27:51.816Z Downloaded futures-sink v0.3.32
2482026-06-15T03:27:51.819Z Downloaded git-stub-vcs v0.1.0
2492026-06-15T03:27:51.822Z Downloaded dunce v1.0.5
2502026-06-15T03:27:51.824Z Downloaded futures-task v0.3.32
2512026-06-15T03:27:51.827Z Downloaded enum-as-inner v0.6.1
2522026-06-15T03:27:51.829Z Downloaded backon v1.6.0
2532026-06-15T03:27:51.833Z Downloaded getrandom v0.3.4
2542026-06-15T03:27:51.836Z Downloaded cstr-argument v0.1.2
2552026-06-15T03:27:51.836Z Downloaded hashbrown v0.12.3
2562026-06-15T03:27:51.839Z Downloaded hashbrown v0.16.1
2572026-06-15T03:27:51.844Z Downloaded dropshot_endpoint v0.17.1
2582026-06-15T03:27:51.847Z Downloaded anstyle-query v1.1.5
2592026-06-15T03:27:51.850Z Downloaded anstream v1.0.0
2602026-06-15T03:27:51.853Z Downloaded h2 v0.4.14
2612026-06-15T03:27:51.858Z Downloaded equivalent v1.0.2
2622026-06-15T03:27:51.861Z Downloaded errno v0.3.14
2632026-06-15T03:27:51.863Z Downloaded hostname v0.4.2
2642026-06-15T03:27:51.866Z Downloaded futures-macro v0.3.32
2652026-06-15T03:27:51.869Z Downloaded httparse v1.10.1
2662026-06-15T03:27:51.871Z Downloaded embedded-io v0.6.1
2672026-06-15T03:27:51.871Z Downloaded dtrace-parser v0.2.0
2682026-06-15T03:27:51.874Z Downloaded derive-where v1.6.1
2692026-06-15T03:27:51.877Z Downloaded deranged v0.5.8
2702026-06-15T03:27:51.880Z Downloaded block-buffer v0.12.0
2712026-06-15T03:27:51.882Z Downloaded foreign-types-shared v0.1.1
2722026-06-15T03:27:51.885Z Downloaded futures-executor v0.3.32
2732026-06-15T03:27:51.888Z Downloaded displaydoc v0.2.6
2742026-06-15T03:27:51.890Z Downloaded darling_macro v0.21.3
2752026-06-15T03:27:51.890Z Downloaded git-stub v1.0.0
2762026-06-15T03:27:51.893Z Downloaded fxhash v0.2.1
2772026-06-15T03:27:51.895Z Downloaded hash32 v0.3.1
2782026-06-15T03:27:51.895Z Downloaded darling_macro v0.23.0
2792026-06-15T03:27:51.897Z Downloaded generic-array v0.14.7
2802026-06-15T03:27:51.900Z Downloaded crypto-common v0.1.7
2812026-06-15T03:27:51.902Z Downloaded debug-ignore v1.0.5
2822026-06-15T03:27:51.905Z Downloaded dtrace-parser v0.3.0
2832026-06-15T03:27:51.907Z Downloaded cpufeatures v0.2.17
2842026-06-15T03:27:51.907Z Downloaded bytes v1.11.1
2852026-06-15T03:27:51.911Z Downloaded futures-core v0.3.32
2862026-06-15T03:27:51.914Z Downloaded critical-section v1.2.0
2872026-06-15T03:27:51.917Z Downloaded byteorder v1.5.0
2882026-06-15T03:27:51.919Z Downloaded derive-ex v0.1.8
2892026-06-15T03:27:51.922Z Downloaded heck v0.5.0
2902026-06-15T03:27:51.922Z Downloaded bytecount v0.6.9
2912026-06-15T03:27:51.924Z Downloaded foreign-types v0.3.2
2922026-06-15T03:27:51.927Z Downloaded const-random-macro v0.1.16
2932026-06-15T03:27:51.929Z Downloaded dof v0.4.0
2942026-06-15T03:27:51.929Z Downloaded dof v0.3.0
2952026-06-15T03:27:51.931Z Downloaded cpufeatures v0.3.0
2962026-06-15T03:27:51.935Z Downloaded fixedbitset v0.4.2
2972026-06-15T03:27:51.935Z Downloaded form_urlencoded v1.2.2
2982026-06-15T03:27:51.937Z Downloaded defmt v0.3.100
2992026-06-15T03:27:51.940Z Downloaded glob v0.3.3
3002026-06-15T03:27:51.945Z Downloaded digest v0.11.3
3012026-06-15T03:27:51.948Z Downloaded gethostname v0.5.0
3022026-06-15T03:27:51.949Z Downloaded defmt v1.1.0
3032026-06-15T03:27:51.951Z Downloaded heck v0.4.1
3042026-06-15T03:27:51.951Z Downloaded foreign-types v0.5.0
3052026-06-15T03:27:51.955Z Downloaded is_ci v1.2.0
3062026-06-15T03:27:51.957Z Downloaded chacha20 v0.9.1
3072026-06-15T03:27:51.957Z Downloaded futures-io v0.3.32
3082026-06-15T03:27:51.959Z Downloaded csv-core v0.1.13
3092026-06-15T03:27:51.962Z Downloaded erased-serde v0.3.31
3102026-06-15T03:27:51.964Z Downloaded dyn-clone v1.0.20
3112026-06-15T03:27:51.967Z Downloaded foldhash v0.1.5
3122026-06-15T03:27:51.967Z Downloaded fastrand v2.4.1
3132026-06-15T03:27:51.972Z Downloaded instant v0.1.13
3142026-06-15T03:27:51.972Z Downloaded fnv v1.0.7
3152026-06-15T03:27:51.974Z Downloaded crucible-workspace-hack v0.1.0
3162026-06-15T03:27:51.974Z Downloaded chacha20poly1305 v0.10.1
3172026-06-15T03:27:51.978Z Downloaded fs-err v3.3.0
3182026-06-15T03:27:51.981Z Downloaded convert_case v0.4.0
3192026-06-15T03:27:51.981Z Downloaded futures-channel v0.3.32
3202026-06-15T03:27:51.984Z Downloaded anstyle-parse v1.0.0
3212026-06-15T03:27:51.986Z Downloaded crc32fast v1.5.0
3222026-06-15T03:27:51.988Z Downloaded hex v0.4.3
3232026-06-15T03:27:51.991Z Downloaded itoa v1.0.18
3242026-06-15T03:27:51.991Z Downloaded curve25519-dalek-derive v0.1.1
3252026-06-15T03:27:51.993Z Downloaded hubpack_derive v0.1.1
3262026-06-15T03:27:51.997Z Downloaded foreign-types-shared v0.3.1
3272026-06-15T03:27:51.997Z Downloaded foreign-types-macros v0.2.3
3282026-06-15T03:27:52.000Z Downloaded fs_extra v1.3.0
3292026-06-15T03:27:52.000Z Downloaded const_format_proc_macros v0.2.34
3302026-06-15T03:27:52.003Z Downloaded cipher v0.4.4
3312026-06-15T03:27:52.006Z Downloaded camino v1.2.2
3322026-06-15T03:27:52.006Z Downloaded float-ord v0.3.2
3332026-06-15T03:27:52.008Z Downloaded darling v0.23.0
3342026-06-15T03:27:52.013Z Downloaded cc v1.2.63
3352026-06-15T03:27:52.015Z Downloaded hostname v0.3.1
3362026-06-15T03:27:52.018Z Downloaded find-msvc-tools v0.1.9
3372026-06-15T03:27:52.021Z Downloaded cmake v0.1.58
3382026-06-15T03:27:52.021Z Downloaded ff v0.13.1
3392026-06-15T03:27:52.023Z Downloaded elliptic-curve v0.13.8
3402026-06-15T03:27:52.026Z Downloaded linked-hash-map v0.5.6
3412026-06-15T03:27:52.029Z Downloaded is_terminal_polyfill v1.70.2
3422026-06-15T03:27:52.031Z Downloaded crossbeam-deque v0.8.6
3432026-06-15T03:27:52.033Z Downloaded libscf-sys v1.2.0
3442026-06-15T03:27:52.033Z Downloaded const-oid v0.10.2
3452026-06-15T03:27:52.036Z Downloaded idna_adapter v1.2.2
3462026-06-15T03:27:52.038Z Downloaded ident_case v1.0.1
3472026-06-15T03:27:52.041Z Downloaded internet-checksum v0.2.1
3482026-06-15T03:27:52.041Z Downloaded match_cfg v0.1.0
3492026-06-15T03:27:52.043Z Downloaded macaddr v1.0.1
3502026-06-15T03:27:52.043Z Downloaded konst_macro_rules v0.2.19
3512026-06-15T03:27:52.045Z Downloaded managed v0.8.0
3522026-06-15T03:27:52.049Z Downloaded hyper-rustls v0.27.9
3532026-06-15T03:27:52.052Z Downloaded jobserver v0.1.34
3542026-06-15T03:27:52.052Z Downloaded globset v0.4.18
3552026-06-15T03:27:52.055Z Downloaded newtype_derive v0.1.6
3562026-06-15T03:27:52.055Z Downloaded crc8 v0.1.1
3572026-06-15T03:27:52.057Z Downloaded keccak v0.1.6
3582026-06-15T03:27:52.058Z Downloaded indent_write v2.2.0
3592026-06-15T03:27:52.060Z Downloaded is-terminal v0.4.17
3602026-06-15T03:27:52.063Z Downloaded newtype-uuid-macros v0.1.0
3612026-06-15T03:27:52.063Z Downloaded inout v0.1.4
3622026-06-15T03:27:52.065Z Downloaded arc-swap v1.9.1
3632026-06-15T03:27:52.068Z Downloaded mime v0.3.17
3642026-06-15T03:27:52.070Z Downloaded libsw v3.5.0
3652026-06-15T03:27:52.072Z Downloaded num-derive v0.4.2
3662026-06-15T03:27:52.075Z Downloaded crunchy v0.2.4
3672026-06-15T03:27:52.075Z Downloaded lru-slab v0.1.2
3682026-06-15T03:27:52.078Z Downloaded ingot-types v0.1.2
3692026-06-15T03:27:52.078Z Downloaded httpdate v1.0.3
3702026-06-15T03:27:52.080Z Downloaded num-conv v0.2.2
3712026-06-15T03:27:52.080Z Downloaded getrandom v0.4.2
3722026-06-15T03:27:52.084Z Downloaded lazy_static v1.5.0
3732026-06-15T03:27:52.086Z Downloaded hmac v0.12.1
3742026-06-15T03:27:52.089Z Downloaded natord v1.0.9
3752026-06-15T03:27:52.130Z Downloaded memmap2 v0.9.10
3762026-06-15T03:27:52.130Z Downloaded hickory-resolver v0.24.4
3772026-06-15T03:27:52.130Z Downloaded crossbeam-epoch v0.9.18
3782026-06-15T03:27:52.131Z Downloaded highway v1.3.0
3792026-06-15T03:27:52.131Z Downloaded parse-display v0.10.0
3802026-06-15T03:27:52.131Z Downloaded num-iter v0.1.45
3812026-06-15T03:27:52.131Z Downloaded percent-encoding v2.3.2
3822026-06-15T03:27:52.131Z Downloaded colored v3.1.1
3832026-06-15T03:27:52.131Z Downloaded icu_provider v2.2.0
3842026-06-15T03:27:52.131Z Downloaded getrandom v0.2.17
3852026-06-15T03:27:52.131Z Downloaded parking_lot_core v0.8.6
3862026-06-15T03:27:52.131Z Downloaded hybrid-array v0.4.12
3872026-06-15T03:27:52.131Z Downloaded num v0.4.3
3882026-06-15T03:27:52.131Z Downloaded no-std-compat v0.4.1
3892026-06-15T03:27:52.131Z Downloaded bitflags v2.12.1
3902026-06-15T03:27:52.131Z Downloaded potential_utf v0.1.5
3912026-06-15T03:27:52.134Z Downloaded linear-map v1.2.0
3922026-06-15T03:27:52.134Z Downloaded ipnetwork v0.21.1
3932026-06-15T03:27:52.134Z Downloaded http-body-util v0.1.3
3942026-06-15T03:27:52.134Z Downloaded allocator-api2 v0.2.21
3952026-06-15T03:27:52.134Z Downloaded olpc-cjson v0.1.4
3962026-06-15T03:27:52.134Z Downloaded console v0.15.11
3972026-06-15T03:27:52.137Z Downloaded clap_lex v1.1.0
3982026-06-15T03:27:52.139Z Downloaded openssl-probe v0.2.1
3992026-06-15T03:27:52.140Z Downloaded num_threads v0.1.7
4002026-06-15T03:27:52.142Z Downloaded bit-set v0.8.0
4012026-06-15T03:27:52.144Z Downloaded bit-vec v0.8.0
4022026-06-15T03:27:52.144Z Downloaded defmt-parser v1.0.0
4032026-06-15T03:27:52.148Z Downloaded litemap v0.8.2
4042026-06-15T03:27:52.150Z Downloaded opaque-debug v0.3.1
4052026-06-15T03:27:52.151Z Downloaded half v2.7.1
4062026-06-15T03:27:52.154Z Downloaded libsw-core v0.3.2
4072026-06-15T03:27:52.156Z Downloaded iana-time-zone v0.1.65
4082026-06-15T03:27:52.159Z Downloaded derive_more v0.99.20
4092026-06-15T03:27:52.161Z Downloaded plain v0.2.3
4102026-06-15T03:27:52.163Z Downloaded async-compression v0.4.42
4112026-06-15T03:27:52.167Z Downloaded papergrid v0.11.0
4122026-06-15T03:27:52.170Z Downloaded futures v0.3.32
4132026-06-15T03:27:52.174Z Downloaded lock_api v0.4.14
4142026-06-15T03:27:52.177Z Downloaded icu_normalizer v2.2.0
4152026-06-15T03:27:52.179Z Downloaded bs58 v0.5.1
4162026-06-15T03:27:52.182Z Downloaded powerfmt v0.2.0
4172026-06-15T03:27:52.184Z Downloaded clap_derive v4.6.1
4182026-06-15T03:27:52.187Z Downloaded base64 v0.21.7
4192026-06-15T03:27:52.189Z Downloaded pin-project v1.1.13
4202026-06-15T03:27:52.195Z Downloaded progenitor-macro v0.10.0
4212026-06-15T03:27:52.198Z Downloaded progenitor-client v0.14.0
4222026-06-15T03:27:52.200Z Downloaded flate2 v1.1.9
4232026-06-15T03:27:52.205Z Downloaded indexmap v1.9.3
4242026-06-15T03:27:52.207Z Downloaded hubpack v0.1.2
4252026-06-15T03:27:52.207Z Downloaded icu_normalizer_data v2.2.0
4262026-06-15T03:27:52.210Z Downloaded progenitor-client v0.13.0
4272026-06-15T03:27:52.212Z Downloaded poly1305 v0.8.0
4282026-06-15T03:27:52.212Z Downloaded oxnet v0.1.6
4292026-06-15T03:27:52.215Z Downloaded darling_core v0.23.0
4302026-06-15T03:27:52.218Z Downloaded progenitor-extras v0.2.0
4312026-06-15T03:27:52.220Z Downloaded expectorate v1.2.0
4322026-06-15T03:27:52.223Z Downloaded proc-macro-error-attr2 v2.0.0
4332026-06-15T03:27:52.223Z Downloaded proc-macro-crate v1.3.1
4342026-06-15T03:27:52.225Z Downloaded num_enum v0.5.11
4352026-06-15T03:27:52.228Z Downloaded indicatif v0.18.4
4362026-06-15T03:27:52.231Z Downloaded progenitor-macro v0.13.0
4372026-06-15T03:27:52.234Z Downloaded aho-corasick v1.1.4
4382026-06-15T03:27:52.236Z Downloaded progenitor-client v0.10.0
4392026-06-15T03:27:52.239Z Downloaded papergrid v0.18.0
4402026-06-15T03:27:52.241Z Downloaded num_enum_derive v0.7.6
4412026-06-15T03:27:52.244Z Downloaded phf v0.12.1
4422026-06-15T03:27:52.246Z Downloaded progenitor-impl v0.10.0
4432026-06-15T03:27:52.246Z Downloaded progenitor v0.14.0
4442026-06-15T03:27:52.249Z Downloaded ppv-lite86 v0.2.21
4452026-06-15T03:27:52.254Z Downloaded pest_meta v2.8.6
4462026-06-15T03:27:52.254Z Downloaded http v1.4.1
4472026-06-15T03:27:52.256Z Downloaded paste v1.0.15
4482026-06-15T03:27:52.259Z Downloaded pkg-config v0.3.33
4492026-06-15T03:27:52.259Z Downloaded parse-display-derive v0.10.0
4502026-06-15T03:27:52.264Z Downloaded rand_xorshift v0.4.0
4512026-06-15T03:27:52.264Z Downloaded num-complex v0.4.6
4522026-06-15T03:27:52.267Z Downloaded ipnet v2.12.0
4532026-06-15T03:27:52.267Z Downloaded dropshot-api-manager v0.7.2
4542026-06-15T03:27:52.269Z Downloaded proc-macro-error2 v2.0.1
4552026-06-15T03:27:52.272Z Downloaded lru-cache v0.1.2
4562026-06-15T03:27:52.277Z Downloaded indexmap v2.14.0
4572026-06-15T03:27:52.281Z Downloaded hashbrown v0.17.1
4582026-06-15T03:27:52.283Z Downloaded rand_chacha v0.3.1
4592026-06-15T03:27:52.284Z Downloaded pretty-hex v0.4.2
4602026-06-15T03:27:52.284Z Downloaded pretty_assertions v1.4.1
4612026-06-15T03:27:52.288Z Downloaded ciborium v0.2.2
4622026-06-15T03:27:52.288Z Downloaded anyhow v1.0.102
4632026-06-15T03:27:52.290Z Downloaded rustc_version v0.4.1
4642026-06-15T03:27:52.293Z Downloaded memmap v0.7.0
4652026-06-15T03:27:52.293Z Downloaded openssl-macros v0.1.1
4662026-06-15T03:27:52.295Z Downloaded icu_properties v2.2.0
4672026-06-15T03:27:52.297Z Downloaded progenitor v0.10.0
4682026-06-15T03:27:52.297Z Downloaded hashbrown v0.15.5
4692026-06-15T03:27:52.301Z Downloaded rustc-hash v2.1.2
4702026-06-15T03:27:52.304Z Downloaded ref-cast-impl v1.0.25
4712026-06-15T03:27:52.306Z Downloaded ref-cast v1.0.25
4722026-06-15T03:27:52.306Z Downloaded async-trait v0.1.89
4732026-06-15T03:27:52.310Z Downloaded rand_core v0.9.5
4742026-06-15T03:27:52.312Z Downloaded num_enum_derive v0.5.11
4752026-06-15T03:27:52.312Z Downloaded rand_core v0.6.4
4762026-06-15T03:27:52.315Z Downloaded http-body v1.0.1
4772026-06-15T03:27:52.315Z Downloaded quote v1.0.45
4782026-06-15T03:27:52.319Z Downloaded pest_generator v2.8.6
4792026-06-15T03:27:52.321Z Downloaded oxide-tokio-rt v0.1.6
4802026-06-15T03:27:52.321Z Downloaded num-traits v0.2.19
4812026-06-15T03:27:52.324Z Downloaded icu_locale_core v2.2.0
4822026-06-15T03:27:52.326Z Downloaded pem v3.0.6
4832026-06-15T03:27:52.329Z Downloaded heapless v0.8.0
4842026-06-15T03:27:52.331Z Downloaded cfg_aliases v0.2.1
4852026-06-15T03:27:52.334Z Downloaded num_enum v0.7.6
4862026-06-15T03:27:52.336Z Downloaded parking_lot_core v0.9.12
4872026-06-15T03:27:52.339Z Downloaded miniz_oxide v0.8.9
4882026-06-15T03:27:52.341Z Downloaded block-buffer v0.10.4
4892026-06-15T03:27:52.341Z Downloaded parking_lot v0.11.2
4902026-06-15T03:27:52.344Z Downloaded num-rational v0.4.2
4912026-06-15T03:27:52.344Z Downloaded konst v0.2.20
4922026-06-15T03:27:52.350Z Downloaded same-file v1.0.6
4932026-06-15T03:27:52.353Z Downloaded newtype-uuid v1.3.2
4942026-06-15T03:27:52.353Z Downloaded proc-macro-error-attr v1.0.4
4952026-06-15T03:27:52.353Z Downloaded darling_core v0.21.3
4962026-06-15T03:27:52.358Z Downloaded secrecy v0.10.3
4972026-06-15T03:27:52.361Z Downloaded quinn-udp v0.5.14
4982026-06-15T03:27:52.361Z Downloaded serde-big-array v0.5.1
4992026-06-15T03:27:52.361Z Downloaded semver v0.1.20
5002026-06-15T03:27:52.363Z Downloaded scroll_derive v0.13.1
5012026-06-15T03:27:52.363Z Downloaded pin-project-lite v0.2.17
5022026-06-15T03:27:52.366Z Downloaded serde_repr v0.1.20
5032026-06-15T03:27:52.370Z Downloaded scroll_derive v0.12.1
5042026-06-15T03:27:52.373Z Downloaded scopeguard v1.2.0
5052026-06-15T03:27:52.373Z Downloaded icu_collections v2.2.0
5062026-06-15T03:27:52.375Z Downloaded rand_chacha v0.9.0
5072026-06-15T03:27:52.375Z Downloaded humantime v2.3.0
5082026-06-15T03:27:52.378Z Downloaded serde_plain v1.0.2
5092026-06-15T03:27:52.380Z Downloaded hyper v1.10.1
5102026-06-15T03:27:52.383Z Downloaded serde_spanned v0.6.9
5112026-06-15T03:27:52.385Z Downloaded resolv-conf v0.7.6
5122026-06-15T03:27:52.388Z Downloaded quinn v0.11.9
5132026-06-15T03:27:52.396Z Downloaded autocfg v1.5.1
5142026-06-15T03:27:52.397Z Downloaded proc-macro2 v1.0.106
5152026-06-15T03:27:52.399Z Downloaded qorb v0.4.1
5162026-06-15T03:27:52.399Z Downloaded log v0.4.32
5172026-06-15T03:27:52.399Z Downloaded rustls-native-certs v0.8.4
5182026-06-15T03:27:52.399Z Downloaded blake2 v0.10.6
5192026-06-15T03:27:52.401Z Downloaded anstyle v1.0.14
5202026-06-15T03:27:52.404Z Downloaded once_cell v1.21.4
5212026-06-15T03:27:52.406Z Downloaded cobs v0.3.0
5222026-06-15T03:27:52.406Z Downloaded postcard v1.1.3
5232026-06-15T03:27:52.409Z Downloaded ciborium-ll v0.2.2
5242026-06-15T03:27:52.411Z Downloaded chrono v0.4.45
5252026-06-15T03:27:52.414Z Downloaded siphasher v1.0.3
5262026-06-15T03:27:52.417Z Downloaded rustls-pemfile v2.2.0
5272026-06-15T03:27:52.419Z Downloaded minimal-lexical v0.2.1
5282026-06-15T03:27:52.422Z Downloaded serde_derive_internals v0.29.1
5292026-06-15T03:27:52.422Z Downloaded schemars_derive v0.8.22
5302026-06-15T03:27:52.424Z Downloaded serial_test_derive v3.5.0
5312026-06-15T03:27:52.424Z Downloaded serial_test v3.5.0
5322026-06-15T03:27:52.427Z Downloaded rand_core v0.10.1
5332026-06-15T03:27:52.427Z Downloaded progenitor v0.13.0
5342026-06-15T03:27:52.429Z Downloaded rustc_version v0.1.7
5352026-06-15T03:27:52.429Z Downloaded slog-bunyan v2.5.0
5362026-06-15T03:27:52.432Z Downloaded openssl-sys v0.9.116
5372026-06-15T03:27:52.434Z Downloaded serde_path_to_error v0.1.20
5382026-06-15T03:27:52.437Z Downloaded compression-codecs v0.4.38
5392026-06-15T03:27:52.439Z Downloaded base16ct v1.0.0
5402026-06-15T03:27:52.439Z Downloaded const_format v0.2.36
5412026-06-15T03:27:52.442Z Downloaded slog-envlogger v2.2.0
5422026-06-15T03:27:52.445Z Downloaded newline-converter v0.3.0
5432026-06-15T03:27:52.445Z Downloaded ingot v0.1.1
5442026-06-15T03:27:52.447Z Downloaded serde_spanned v1.1.1
5452026-06-15T03:27:52.450Z Downloaded clap v4.6.1
5462026-06-15T03:27:52.453Z Downloaded smawk v0.3.2
5472026-06-15T03:27:52.457Z Downloaded rhai_codegen v3.2.0
5482026-06-15T03:27:52.460Z Downloaded chacha20 v0.10.0
5492026-06-15T03:27:52.462Z Downloaded progenitor-impl v0.13.0
5502026-06-15T03:27:52.465Z Downloaded sync_wrapper v1.0.2
5512026-06-15T03:27:52.465Z Downloaded aead v0.5.2
5522026-06-15T03:27:52.468Z Downloaded sha1 v0.10.6
5532026-06-15T03:27:52.468Z Downloaded prettyplease v0.2.37
5542026-06-15T03:27:52.470Z Downloaded owo-colors v4.3.0
5552026-06-15T03:27:52.472Z Downloaded hyper-util v0.1.20
5562026-06-15T03:27:52.475Z Downloaded sha2 v0.10.9
5572026-06-15T03:27:52.478Z Downloaded signal-hook-registry v1.4.8
5582026-06-15T03:27:52.483Z Downloaded hickory-resolver v0.25.2
5592026-06-15T03:27:52.483Z Downloaded tabled_derive v0.11.0
5602026-06-15T03:27:52.483Z Downloaded stable_deref_trait v1.2.1
5612026-06-15T03:27:52.485Z Downloaded omicron-workspace-hack v0.1.0
5622026-06-15T03:27:52.485Z Downloaded memoffset v0.9.1
5632026-06-15T03:27:52.487Z Downloaded swrite v0.1.0
5642026-06-15T03:27:52.487Z Downloaded strsim v0.11.1
5652026-06-15T03:27:52.488Z Downloaded testing_table v0.3.0
5662026-06-15T03:27:52.490Z Downloaded tabwriter v1.4.1
5672026-06-15T03:27:52.490Z Downloaded tabled_derive v0.7.0
5682026-06-15T03:27:52.492Z Downloaded daft v0.1.7
5692026-06-15T03:27:52.493Z Downloaded terminal_size v0.4.4
5702026-06-15T03:27:52.495Z Downloaded subtle v2.6.1
5712026-06-15T03:27:52.495Z Downloaded strum v0.27.2
5722026-06-15T03:27:52.495Z Downloaded tagptr v0.2.0
5732026-06-15T03:27:52.498Z Downloaded supports-color v3.0.2
5742026-06-15T03:27:52.498Z Downloaded structmeta v0.3.0
5752026-06-15T03:27:52.500Z Downloaded cookie v0.18.1
5762026-06-15T03:27:52.500Z Downloaded memchr v2.8.1
5772026-06-15T03:27:52.503Z Downloaded multer v3.1.0
5782026-06-15T03:27:52.507Z Downloaded structmeta-derive v0.3.0
5792026-06-15T03:27:52.507Z Downloaded backoff v0.4.0
5802026-06-15T03:27:52.507Z Downloaded slog-dtrace v0.3.0
5812026-06-15T03:27:52.509Z Downloaded progenitor-impl v0.14.0
5822026-06-15T03:27:52.512Z Downloaded semver v1.0.28
5832026-06-15T03:27:52.512Z Downloaded shlex v2.0.1
5842026-06-15T03:27:52.515Z Downloaded foldhash v0.2.0
5852026-06-15T03:27:52.515Z Downloaded ingot-macros v0.1.1
5862026-06-15T03:27:52.515Z Downloaded console v0.16.3
5872026-06-15T03:27:52.518Z Downloaded dropshot-api-manager-types v0.7.2
5882026-06-15T03:27:52.519Z Downloaded crypto-common v0.2.2
5892026-06-15T03:27:52.519Z Downloaded spin v0.5.2
5902026-06-15T03:27:52.523Z Downloaded progenitor-macro v0.14.0
5912026-06-15T03:27:52.523Z Downloaded serde_with_macros v3.20.0
5922026-06-15T03:27:52.523Z Downloaded camino-tempfile v1.4.1
5932026-06-15T03:27:52.528Z Downloaded cfg-if v1.0.4
5942026-06-15T03:27:52.528Z Downloaded sha1 v0.11.0
5952026-06-15T03:27:52.528Z Downloaded rustversion v1.0.22
5962026-06-15T03:27:52.533Z Downloaded smartstring v1.0.1
5972026-06-15T03:27:52.533Z Downloaded strum v0.26.3
5982026-06-15T03:27:52.533Z Downloaded cancel-safe-futures v0.1.5
5992026-06-15T03:27:52.536Z Downloaded proc-macro-crate v3.5.0
6002026-06-15T03:27:52.536Z Downloaded const-random v0.1.18
6012026-06-15T03:27:52.537Z Downloaded simd-adler32 v0.3.9
6022026-06-15T03:27:52.537Z Downloaded colorchoice v1.0.5
6032026-06-15T03:27:52.537Z Downloaded ahash v0.8.12
6042026-06-15T03:27:52.542Z Downloaded compression-core v0.4.32
6052026-06-15T03:27:52.543Z Downloaded ciborium-io v0.2.2
6062026-06-15T03:27:52.543Z Downloaded rustls-platform-verifier v0.7.0
6072026-06-15T03:27:52.543Z Downloaded time-core v0.1.8
6082026-06-15T03:27:52.543Z Downloaded phf_shared v0.12.1
6092026-06-15T03:27:52.545Z Downloaded sigpipe v0.1.3
6102026-06-15T03:27:52.545Z Downloaded base64ct v1.8.3
6112026-06-15T03:27:52.545Z Downloaded schemars v0.8.22
6122026-06-15T03:27:52.551Z Downloaded tinyvec_macros v0.1.1
6132026-06-15T03:27:52.554Z Downloaded slog-async v2.8.0
6142026-06-15T03:27:52.554Z Downloaded proc-macro-error v1.0.4
6152026-06-15T03:27:52.556Z Downloaded byte-wrapper v0.1.0
6162026-06-15T03:27:52.556Z Downloaded strum_macros v0.26.4
6172026-06-15T03:27:52.559Z Downloaded thiserror-impl-no-std v2.0.2
6182026-06-15T03:27:52.559Z Downloaded termtree v0.5.1
6192026-06-15T03:27:52.562Z Downloaded slog-stdlog v4.1.1
6202026-06-15T03:27:52.562Z Downloaded either v1.16.0
6212026-06-15T03:27:52.565Z Downloaded digest v0.10.7
6222026-06-15T03:27:52.565Z Downloaded defmt-macros v1.1.0
6232026-06-15T03:27:52.568Z Downloaded cargo_toml v0.22.3
6242026-06-15T03:27:52.570Z Downloaded bitflags v1.3.2
6252026-06-15T03:27:52.572Z Downloaded take_mut v0.2.2
6262026-06-15T03:27:52.572Z Downloaded thiserror-impl v2.0.18
6272026-06-15T03:27:52.572Z Downloaded tokio-macros v2.7.0
6282026-06-15T03:27:52.572Z Downloaded synstructure v0.13.2
6292026-06-15T03:27:52.572Z Downloaded slog-term v2.9.2
6302026-06-15T03:27:52.575Z Downloaded group v0.13.0
6312026-06-15T03:27:52.575Z Downloaded serde_tokenstream v0.2.3
6322026-06-15T03:27:52.577Z Downloaded static_assertions v1.1.0
6332026-06-15T03:27:52.577Z Downloaded password-hash v0.5.0
6342026-06-15T03:27:52.577Z Downloaded bcs v0.1.6
6352026-06-15T03:27:52.580Z Downloaded data-encoding v2.11.0
6362026-06-15T03:27:52.580Z Downloaded base64 v0.22.1
6372026-06-15T03:27:52.582Z Downloaded aws-lc-rs v1.17.0
6382026-06-15T03:27:52.587Z Downloaded tower-service v0.3.3
6392026-06-15T03:27:52.589Z Downloaded tower-layer v0.3.3
6402026-06-15T03:27:52.589Z Downloaded toml_write v0.1.2
6412026-06-15T03:27:52.592Z Downloaded thread-id v5.1.0
6422026-06-15T03:27:52.592Z Downloaded thread-id v4.2.2
6432026-06-15T03:27:52.592Z Downloaded quick-error v1.2.3
6442026-06-15T03:27:52.594Z Downloaded async-recursion v1.1.1
6452026-06-15T03:27:52.594Z Downloaded itertools v0.12.1
6462026-06-15T03:27:52.598Z Downloaded smallvec v1.15.1
6472026-06-15T03:27:52.600Z Downloaded fixedbitset v0.5.7
6482026-06-15T03:27:52.602Z Downloaded crossbeam-utils v0.8.21
6492026-06-15T03:27:52.602Z Downloaded serde_urlencoded v0.7.1
6502026-06-15T03:27:52.605Z Downloaded daft-derive v0.1.7
6512026-06-15T03:27:52.608Z Downloaded adler2 v2.0.1
6522026-06-15T03:27:52.608Z Downloaded thiserror-no-std v2.0.2
6532026-06-15T03:27:52.610Z Downloaded snafu-derive v0.8.9
6542026-06-15T03:27:52.613Z Downloaded slog-json v2.6.1
6552026-06-15T03:27:52.615Z Downloaded spin v0.9.8
6562026-06-15T03:27:52.615Z Downloaded itertools v0.14.0
6572026-06-15T03:27:52.620Z Downloaded thread_local v1.1.9
6582026-06-15T03:27:52.622Z Downloaded thiserror v2.0.18
6592026-06-15T03:27:52.625Z Downloaded unarray v0.1.4
6602026-06-15T03:27:52.627Z Downloaded tiny-keccak v2.0.2
6612026-06-15T03:27:52.627Z Downloaded time-macros v0.2.27
6622026-06-15T03:27:52.630Z Downloaded unicode-xid v0.2.6
6632026-06-15T03:27:52.630Z Downloaded unicode-linebreak v0.1.5
6642026-06-15T03:27:52.633Z Downloaded thiserror-impl v1.0.69
6652026-06-15T03:27:52.633Z Downloaded num-integer v0.1.46
6662026-06-15T03:27:52.635Z Downloaded typify-macro v0.6.2
6672026-06-15T03:27:52.635Z Downloaded tokio-tungstenite v0.21.0
6682026-06-15T03:27:52.635Z Downloaded smf v0.2.3
6692026-06-15T03:27:52.639Z Downloaded rand v0.10.1
6702026-06-15T03:27:52.639Z Downloaded pin-project-internal v1.1.13
6712026-06-15T03:27:52.645Z Downloaded typify-macro v0.4.3
6722026-06-15T03:27:52.645Z Downloaded rand v0.8.6
6732026-06-15T03:27:52.647Z Downloaded thin-vec v0.2.18
6742026-06-15T03:27:52.647Z Downloaded nom v7.1.3
6752026-06-15T03:27:52.650Z Downloaded unit-prefix v0.5.2
6762026-06-15T03:27:52.650Z Downloaded pest_derive v2.8.6
6772026-06-15T03:27:52.652Z Downloaded untrusted v0.7.1
6782026-06-15T03:27:52.652Z Downloaded similar v2.7.0
6792026-06-15T03:27:52.656Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6802026-06-15T03:27:52.659Z Downloaded serde_derive v1.0.228
6812026-06-15T03:27:52.662Z Downloaded strum_macros v0.27.2
6822026-06-15T03:27:52.662Z Downloaded ryu v1.0.23
6832026-06-15T03:27:52.665Z Downloaded utf-8 v0.7.6
6842026-06-15T03:27:52.665Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6852026-06-15T03:27:52.668Z Downloaded rand v0.9.4
6862026-06-15T03:27:52.668Z Downloaded universal-hash v0.5.1
6872026-06-15T03:27:52.671Z Downloaded slog v2.8.2
6882026-06-15T03:27:52.671Z Downloaded usdt v0.6.0
6892026-06-15T03:27:52.673Z Downloaded usdt-macro v0.5.0
6902026-06-15T03:27:52.674Z Downloaded utf8parse v0.2.2
6912026-06-15T03:27:52.674Z Downloaded serde_yaml v0.9.34+deprecated
6922026-06-15T03:27:52.677Z Downloaded scroll v0.12.0
6932026-06-15T03:27:52.677Z Downloaded serde_core v1.0.228
6942026-06-15T03:27:52.682Z Downloaded jiff-static v0.2.28
6952026-06-15T03:27:52.686Z Downloaded usdt-attr-macro v0.6.0
6962026-06-15T03:27:52.690Z Downloaded term v1.2.1
6972026-06-15T03:27:52.693Z Downloaded utf8_iter v1.0.4
6982026-06-15T03:27:52.693Z Downloaded usdt-macro v0.6.0
6992026-06-15T03:27:52.697Z Downloaded rayon-core v1.13.0
7002026-06-15T03:27:52.699Z Downloaded schemars v0.9.0
7012026-06-15T03:27:52.707Z Downloaded waitgroup v0.1.2
7022026-06-15T03:27:52.709Z Downloaded tokio-rustls v0.26.4
7032026-06-15T03:27:52.709Z Downloaded snafu v0.8.9
7042026-06-15T03:27:52.712Z Downloaded slog-scope v4.4.1
7052026-06-15T03:27:52.715Z Downloaded futures-util v0.3.32
7062026-06-15T03:27:52.720Z Downloaded zeroize_derive v1.4.3
7072026-06-15T03:27:52.723Z Downloaded schemars v1.2.1
7082026-06-15T03:27:52.732Z Downloaded zone_cfg_derive v0.3.1
7092026-06-15T03:27:52.734Z Downloaded want v0.3.1
7102026-06-15T03:27:52.734Z Downloaded wait-timeout v0.2.1
7112026-06-15T03:27:52.734Z Downloaded version_check v0.9.5
7122026-06-15T03:27:52.734Z Downloaded slab v0.4.12
7132026-06-15T03:27:52.734Z Downloaded usdt-impl v0.5.0
7142026-06-15T03:27:52.737Z Downloaded scroll v0.13.0
7152026-06-15T03:27:52.737Z Downloaded rusty-fork v0.3.1
7162026-06-15T03:27:52.737Z Downloaded usdt-attr-macro v0.5.0
7172026-06-15T03:27:52.739Z Downloaded toml v0.8.23
7182026-06-15T03:27:52.740Z Downloaded usdt v0.5.0
7192026-06-15T03:27:52.743Z Downloaded libm v0.2.16
7202026-06-15T03:27:52.746Z Downloaded typeid v1.0.3
7212026-06-15T03:27:52.748Z Downloaded try-lock v0.2.5
7222026-06-15T03:27:52.748Z Downloaded toml_datetime v0.6.11
7232026-06-15T03:27:52.748Z Downloaded textwrap v0.16.2
7242026-06-15T03:27:52.751Z Downloaded tempfile v3.27.0
7252026-06-15T03:27:52.751Z Downloaded parking_lot v0.12.5
7262026-06-15T03:27:52.754Z Downloaded xz2 v0.1.7
7272026-06-15T03:27:52.757Z Downloaded whoami v1.6.1
7282026-06-15T03:27:52.760Z Downloaded yoke-derive v0.8.2
7292026-06-15T03:27:52.764Z Downloaded zerofrom-derive v0.1.7
7302026-06-15T03:27:52.768Z Downloaded tokio-stream v0.1.18
7312026-06-15T03:27:52.770Z Downloaded zerofrom v0.1.8
7322026-06-15T03:27:52.773Z Downloaded toml_parser v1.1.2+spec-1.1.0
7332026-06-15T03:27:52.773Z Downloaded goblin v0.8.2
7342026-06-15T03:27:52.776Z Downloaded thiserror v1.0.69
7352026-06-15T03:27:52.781Z Downloaded tokio-dtrace v0.1.1
7362026-06-15T03:27:52.783Z Downloaded rustls-pki-types v1.14.1
7372026-06-15T03:27:52.785Z Downloaded vsss-rs v3.3.4
7382026-06-15T03:27:52.785Z Downloaded usdt-impl v0.6.0
7392026-06-15T03:27:52.788Z Downloaded ucd-trie v0.1.7
7402026-06-15T03:27:52.790Z Downloaded tinystr v0.8.3
7412026-06-15T03:27:52.793Z Downloaded zeroize v1.8.2
7422026-06-15T03:27:52.800Z Downloaded curve25519-dalek v4.1.3
7432026-06-15T03:27:52.802Z Downloaded ron v0.12.1
7442026-06-15T03:27:52.807Z Downloaded zmij v1.0.21
7452026-06-15T03:27:52.810Z Downloaded steno v0.4.1
7462026-06-15T03:27:52.812Z Downloaded tungstenite v0.21.0
7472026-06-15T03:27:52.815Z Downloaded hkdf v0.12.4
7482026-06-15T03:27:52.815Z Downloaded darling v0.21.3
7492026-06-15T03:27:52.818Z Downloaded walkdir v2.5.0
7502026-06-15T03:27:52.820Z Downloaded tracing-attributes v0.1.31
7512026-06-15T03:27:52.823Z Downloaded crossbeam-channel v0.5.15
7522026-06-15T03:27:52.825Z Downloaded typify v0.6.2
7532026-06-15T03:27:52.827Z Downloaded toml v0.9.12+spec-1.1.0
7542026-06-15T03:27:52.831Z Downloaded rustls-webpki v0.103.13
7552026-06-15T03:27:52.831Z Downloaded portable-atomic v1.13.1
7562026-06-15T03:27:52.834Z Downloaded yoke v0.8.3
7572026-06-15T03:27:52.837Z Downloaded nom v8.0.0
7582026-06-15T03:27:52.839Z Downloaded zone v0.3.1
7592026-06-15T03:27:52.842Z Downloaded untrusted v0.9.0
7602026-06-15T03:27:52.844Z Downloaded zerovec-derive v0.11.3
7612026-06-15T03:27:52.847Z Downloaded unsafe-libyaml v0.2.11
7622026-06-15T03:27:52.855Z Downloaded pest v2.8.6
7632026-06-15T03:27:52.860Z Downloaded toml_writer v1.1.1+spec-1.1.0
7642026-06-15T03:27:52.872Z Downloaded tracing-core v0.1.36
7652026-06-15T03:27:52.884Z Downloaded serde v1.0.228
7662026-06-15T03:27:52.894Z Downloaded typify v0.4.3
7672026-06-15T03:27:52.898Z Downloaded toml_edit v0.19.15
7682026-06-15T03:27:52.909Z Downloaded unicode-ident v1.0.24
7692026-06-15T03:27:52.913Z Downloaded toml v1.1.2+spec-1.1.0
7702026-06-15T03:27:52.915Z Downloaded tinyvec v1.11.0
7712026-06-15T03:27:52.918Z Downloaded test-strategy v0.4.5
7722026-06-15T03:27:52.920Z Downloaded yansi v1.0.1
7732026-06-15T03:27:52.923Z Downloaded iddqd v0.4.2
7742026-06-15T03:27:52.926Z Downloaded toml_edit v0.25.12+spec-1.1.0
7752026-06-15T03:27:52.931Z Downloaded uuid v1.23.2
7762026-06-15T03:27:52.933Z Downloaded crypto-bigint v0.5.5
7772026-06-15T03:27:52.936Z Downloaded url v2.5.8
7782026-06-15T03:27:52.939Z Downloaded rayon v1.12.0
7792026-06-15T03:27:52.956Z Downloaded zerocopy-derive v0.7.35
7802026-06-15T03:27:52.959Z Downloaded socket2 v0.6.4
7812026-06-15T03:27:52.972Z Downloaded writeable v0.6.3
7822026-06-15T03:27:52.978Z Downloaded mio v1.2.1
7832026-06-15T03:27:52.981Z Downloaded zerotrie v0.2.4
7842026-06-15T03:27:52.985Z Downloaded regex v1.12.3
7852026-06-15T03:27:52.990Z Downloaded tower v0.5.3
7862026-06-15T03:27:52.996Z Downloaded reqwest v0.13.4
7872026-06-15T03:27:53.000Z Downloaded reqwest v0.12.28
7882026-06-15T03:27:53.004Z Downloaded toml_edit v0.22.27
7892026-06-15T03:27:53.008Z Downloaded clap_builder v4.6.0
7902026-06-15T03:27:53.011Z Downloaded zerocopy-derive v0.8.50
7912026-06-15T03:27:53.050Z Downloaded typed-path v0.9.3
7922026-06-15T03:27:53.057Z Downloaded idna v1.1.0
7932026-06-15T03:27:53.057Z Downloaded serde_json v1.0.150
7942026-06-15T03:27:53.057Z Downloaded unicode-segmentation v1.13.3
7952026-06-15T03:27:53.058Z Downloaded goblin v0.10.7
7962026-06-15T03:27:53.058Z Downloaded unicode-normalization v0.1.25
7972026-06-15T03:27:53.066Z Downloaded typenum v1.20.1
7982026-06-15T03:27:53.066Z Downloaded icu_properties_data v2.2.0
7992026-06-15T03:27:53.072Z Downloaded zerovec v0.11.6
8002026-06-15T03:27:53.073Z Downloaded moka v0.12.15
8012026-06-15T03:27:53.086Z Downloaded serde_with v3.20.0
8022026-06-15T03:27:53.097Z Downloaded tower-http v0.6.11
8032026-06-15T03:27:53.102Z Downloaded tokio-util v0.7.18
8042026-06-15T03:27:53.112Z Downloaded quinn-proto v0.11.14
8052026-06-15T03:27:53.163Z Downloaded tough v0.22.0
8062026-06-15T03:27:53.181Z Downloaded zerocopy v0.7.35
8072026-06-15T03:27:53.204Z Downloaded winnow v0.5.40
8082026-06-15T03:27:53.208Z Downloaded dropshot v0.17.1
8092026-06-15T03:27:53.223Z Downloaded proptest v1.11.0
8102026-06-15T03:27:53.235Z Downloaded winnow v1.0.3
8112026-06-15T03:27:53.258Z Downloaded tabled v0.15.0
8122026-06-15T03:27:53.266Z Downloaded vcpkg v0.2.15
8132026-06-15T03:27:53.290Z Downloaded winnow v0.7.15
8142026-06-15T03:27:53.293Z Downloaded hickory-proto v0.24.4
8152026-06-15T03:27:53.302Z Downloaded webpki-roots v1.0.7
8162026-06-15T03:27:53.305Z Downloaded tabled v0.21.0
8172026-06-15T03:27:53.315Z Downloaded time v0.3.47
8182026-06-15T03:27:53.322Z Downloaded unicode-width v0.2.2
8192026-06-15T03:27:53.325Z Downloaded unicode-width v0.1.14
8202026-06-15T03:27:53.329Z Downloaded nix v0.31.3
8212026-06-15T03:27:54.338Z Downloaded openssl v0.10.80
8222026-06-15T03:27:54.341Z Downloaded rhai v1.25.1
8232026-06-15T03:27:54.341Z Downloaded syn v2.0.117
8242026-06-15T03:27:54.341Z Downloaded rustls v0.23.40
8252026-06-15T03:27:54.341Z Downloaded regress v0.11.1
8262026-06-15T03:27:54.341Z Downloaded regress v0.10.5
8272026-06-15T03:27:54.341Z Downloaded regex-syntax v0.8.10
8282026-06-15T03:27:54.341Z Downloaded smoltcp v0.11.0
8292026-06-15T03:27:54.341Z Downloaded openapiv3 v2.2.0
8302026-06-15T03:27:54.341Z Downloaded zerocopy v0.8.50
8312026-06-15T03:27:54.341Z Downloaded rustix v1.1.4
8322026-06-15T03:27:54.341Z Downloaded hickory-proto v0.25.2
8332026-06-15T03:27:54.341Z Downloaded bstr v1.12.1
8342026-06-15T03:27:54.341Z Downloaded syn v1.0.109
8352026-06-15T03:27:54.341Z Downloaded rustix v0.38.44
8362026-06-15T03:27:54.341Z Downloaded typify-impl v0.6.2
8372026-06-15T03:27:54.341Z Downloaded sled v0.34.7
8382026-06-15T03:27:54.341Z Downloaded tracing v0.1.44
8392026-06-15T03:27:54.341Z Downloaded libc v0.2.186
8402026-06-15T03:27:54.341Z Downloaded typify-impl v0.4.3
8412026-06-15T03:27:54.341Z Downloaded regex-automata v0.4.14
8422026-06-15T03:27:54.341Z Downloaded petgraph v0.8.3
8432026-06-15T03:27:54.341Z Downloaded chrono-tz v0.10.4
8442026-06-15T03:27:54.341Z Downloaded lzma-sys v0.1.20
8452026-06-15T03:27:54.341Z Downloaded jiff v0.2.28
8462026-06-15T03:27:54.341Z Downloaded petgraph v0.6.5
8472026-06-15T03:27:54.341Z Downloaded csv v1.4.0
8482026-06-15T03:27:54.341Z Downloaded sha3 v0.10.9
8492026-06-15T03:27:54.341Z Downloaded tokio v1.52.3
8502026-06-15T03:27:54.341Z Downloaded encoding_rs v0.8.35
8512026-06-15T03:27:54.342Z Downloaded ring v0.17.14
8522026-06-15T03:27:54.377Z Downloaded aws-lc-sys v0.41.0
8532026-06-15T03:27:54.927Z Compiling proc-macro2 v1.0.106
8542026-06-15T03:27:54.927Z Compiling quote v1.0.45
8552026-06-15T03:27:54.928Z Compiling unicode-ident v1.0.24
8562026-06-15T03:27:54.928Z Compiling serde_core v1.0.228
8572026-06-15T03:27:54.930Z Compiling serde v1.0.228
8582026-06-15T03:27:54.930Z Compiling libc v0.2.186
8592026-06-15T03:27:54.930Z Compiling zmij v1.0.21
8602026-06-15T03:27:54.930Z Compiling autocfg v1.5.1
8612026-06-15T03:27:55.301Z Compiling libm v0.2.16
8622026-06-15T03:27:55.641Z Compiling icu_normalizer_data v2.2.0
8632026-06-15T03:27:55.641Z Compiling icu_properties_data v2.2.0
8642026-06-15T03:27:55.692Z Compiling serde_json v1.0.150
8652026-06-15T03:27:55.764Z Compiling num-traits v0.2.19
8662026-06-15T03:27:55.783Z Compiling getrandom v0.4.2
8672026-06-15T03:27:55.997Z Compiling thiserror v2.0.18
8682026-06-15T03:27:56.105Z Compiling version_check v0.9.5
8692026-06-15T03:27:56.403Z Compiling memchr v2.8.1
8702026-06-15T03:27:56.432Z Compiling schemars v0.8.22
8712026-06-15T03:27:56.584Z Compiling syn v2.0.117
8722026-06-15T03:27:56.605Z Checking cfg-if v1.0.4
8732026-06-15T03:27:56.624Z Compiling parking_lot_core v0.9.12
8742026-06-15T03:27:56.677Z Compiling zerocopy v0.8.50
8752026-06-15T03:27:56.797Z Compiling portable-atomic v1.13.1
8762026-06-15T03:27:56.941Z Compiling heck v0.5.0
8772026-06-15T03:27:56.980Z Compiling rustversion v1.0.22
8782026-06-15T03:27:57.207Z Compiling itoa v1.0.18
8792026-06-15T03:27:57.210Z Compiling jobserver v0.1.34
8802026-06-15T03:27:57.343Z Compiling shlex v2.0.1
8812026-06-15T03:27:57.395Z Compiling find-msvc-tools v0.1.9
8822026-06-15T03:27:57.600Z Compiling cc v1.2.63
8832026-06-15T03:27:57.931Z Compiling fs_extra v1.3.0
8842026-06-15T03:27:57.988Z Compiling dunce v1.0.5
8852026-06-15T03:27:58.008Z Compiling semver v1.0.28
8862026-06-15T03:27:58.025Z Compiling log v0.4.32
8872026-06-15T03:27:58.028Z Compiling httparse v1.10.1
8882026-06-15T03:27:58.089Z Compiling slog v2.8.2
8892026-06-15T03:27:58.186Z Checking stable_deref_trait v1.2.1
8902026-06-15T03:27:58.210Z Compiling rustix v1.1.4
8912026-06-15T03:27:58.305Z Compiling cmake v0.1.58
8922026-06-15T03:27:58.355Z Compiling thiserror v1.0.69
8932026-06-15T03:27:58.457Z Compiling equivalent v1.0.2
8942026-06-15T03:27:58.671Z Compiling getrandom v0.3.4
8952026-06-15T03:27:58.706Z Checking writeable v0.6.3
8962026-06-15T03:27:58.725Z Checking litemap v0.8.2
8972026-06-15T03:27:58.799Z Checking utf8_iter v1.0.4
8982026-06-15T03:27:58.842Z Compiling aws-lc-sys v0.41.0
8992026-06-15T03:27:58.894Z Compiling ring v0.17.14
9002026-06-15T03:27:58.912Z Compiling aws-lc-rs v1.17.0
9012026-06-15T03:27:58.931Z Checking percent-encoding v2.3.2
9022026-06-15T03:27:59.103Z Checking form_urlencoded v1.2.2
9032026-06-15T03:27:59.142Z Checking rand_core v0.10.1
9042026-06-15T03:27:59.280Z Compiling ucd-trie v0.1.7
9052026-06-15T03:27:59.299Z Compiling rustls v0.23.40
9062026-06-15T03:27:59.339Z Compiling anyhow v1.0.102
9072026-06-15T03:27:59.365Z Compiling synstructure v0.13.2
9082026-06-15T03:27:59.494Z Compiling serde_derive_internals v0.29.1
9092026-06-15T03:27:59.538Z Compiling pest v2.8.6
9102026-06-15T03:27:59.902Z Compiling regex-syntax v0.8.10
9112026-06-15T03:28:00.022Z Compiling aho-corasick v1.1.4
9122026-06-15T03:28:00.338Z Compiling crossbeam-utils v0.8.21
9132026-06-15T03:28:00.581Z Compiling serde_derive v1.0.228
9142026-06-15T03:28:00.660Z Compiling zerofrom-derive v0.1.7
9152026-06-15T03:28:00.752Z Compiling yoke-derive v0.8.2
9162026-06-15T03:28:01.140Z Compiling zerovec-derive v0.11.3
9172026-06-15T03:28:01.400Z Compiling displaydoc v0.2.6
9182026-06-15T03:28:01.800Z Compiling schemars_derive v0.8.22
9192026-06-15T03:28:01.837Z Compiling thiserror-impl v2.0.18
9202026-06-15T03:28:01.913Z Compiling zerocopy-derive v0.8.50
9212026-06-15T03:28:02.171Z Compiling tokio-macros v2.7.0
9222026-06-15T03:28:02.210Z Compiling zeroize_derive v1.4.3
9232026-06-15T03:28:02.864Z Compiling futures-macro v0.3.32
9242026-06-15T03:28:02.887Z Compiling tracing-attributes v0.1.31
9252026-06-15T03:28:02.959Z Checking zerofrom v0.1.8
9262026-06-15T03:28:03.077Z Checking yoke v0.8.3
9272026-06-15T03:28:03.158Z Compiling thiserror-impl v1.0.69
9282026-06-15T03:28:03.595Z Compiling serde_tokenstream v0.2.3
9292026-06-15T03:28:03.621Z Checking zerovec v0.11.6
9302026-06-15T03:28:03.641Z Checking smallvec v1.15.1
9312026-06-15T03:28:03.659Z Checking bytes v1.11.1
9322026-06-15T03:28:03.847Z Checking zerotrie v0.2.4
9332026-06-15T03:28:03.898Z Compiling pest_meta v2.8.6
9342026-06-15T03:28:04.062Z Compiling regex-automata v0.4.14
9352026-06-15T03:28:04.066Z Checking tinystr v0.8.3
9362026-06-15T03:28:04.099Z Checking potential_utf v0.1.5
9372026-06-15T03:28:04.262Z Checking icu_locale_core v2.2.0
9382026-06-15T03:28:04.302Z Checking icu_collections v2.2.0
9392026-06-15T03:28:04.347Z Checking iana-time-zone v0.1.65
9402026-06-15T03:28:04.391Z Compiling paste v1.0.15
9412026-06-15T03:28:04.456Z Compiling pest_generator v2.8.6
9422026-06-15T03:28:04.616Z Checking chrono v0.4.45
9432026-06-15T03:28:04.699Z Compiling num-conv v0.2.2
9442026-06-15T03:28:04.884Z Compiling time-core v0.1.8
9452026-06-15T03:28:04.886Z Checking icu_provider v2.2.0
9462026-06-15T03:28:04.944Z Compiling hashbrown v0.17.1
9472026-06-15T03:28:05.036Z Compiling time-macros v0.2.27
9482026-06-15T03:28:05.142Z Checking icu_properties v2.2.0
9492026-06-15T03:28:05.145Z Checking icu_normalizer v2.2.0
9502026-06-15T03:28:05.180Z Compiling pest_derive v2.8.6
9512026-06-15T03:28:05.477Z Compiling indexmap v2.14.0
9522026-06-15T03:28:05.702Z Checking uuid v1.23.2
9532026-06-15T03:28:05.893Z Compiling regex v1.12.3
9542026-06-15T03:28:06.010Z Checking idna_adapter v1.2.2
9552026-06-15T03:28:06.109Z Compiling async-trait v0.1.89
9562026-06-15T03:28:06.140Z Checking idna v1.1.0
9572026-06-15T03:28:06.279Z Compiling byteorder v1.5.0
9582026-06-15T03:28:06.386Z Checking url v2.5.8
9592026-06-15T03:28:06.648Z Checking dyn-clone v1.0.20
9602026-06-15T03:28:06.669Z Compiling camino v1.2.2
9612026-06-15T03:28:06.687Z Compiling strsim v0.11.1
9622026-06-15T03:28:06.883Z Compiling scroll_derive v0.13.1
9632026-06-15T03:28:07.075Z Checking errno v0.3.14
9642026-06-15T03:28:07.198Z Compiling ident_case v1.0.1
9652026-06-15T03:28:07.450Z Compiling omicron-workspace-hack v0.1.0
9662026-06-15T03:28:07.545Z Compiling slog-async v2.8.0
9672026-06-15T03:28:07.618Z Compiling crc32fast v1.5.0
9682026-06-15T03:28:07.722Z Compiling generic-array v0.14.7
9692026-06-15T03:28:07.815Z Compiling usdt-impl v0.6.0
9702026-06-15T03:28:07.818Z Compiling scroll v0.13.0
9712026-06-15T03:28:07.906Z Compiling plain v0.2.3
9722026-06-15T03:28:07.987Z Compiling daft-derive v0.1.7
9732026-06-15T03:28:08.023Z Compiling pretty-hex v0.4.2
9742026-06-15T03:28:08.027Z Checking pin-project-lite v0.2.17
9752026-06-15T03:28:08.095Z Compiling goblin v0.10.7
9762026-06-15T03:28:08.137Z Compiling dtrace-parser v0.3.0
9772026-06-15T03:28:08.155Z Compiling thread-id v5.1.0
9782026-06-15T03:28:08.699Z Checking getrandom v0.2.17
9792026-06-15T03:28:08.747Z Checking zeroize v1.8.2
9802026-06-15T03:28:08.838Z Compiling syn v1.0.109
9812026-06-15T03:28:09.055Z Checking bitflags v2.12.1
9822026-06-15T03:28:09.341Z Compiling multer v3.1.0
9832026-06-15T03:28:09.362Z Checking critical-section v1.2.0
9842026-06-15T03:28:09.465Z Checking once_cell v1.21.4
9852026-06-15T03:28:09.752Z Compiling async-stream-impl v0.3.6
9862026-06-15T03:28:09.787Z Checking socket2 v0.6.4
9872026-06-15T03:28:10.030Z Checking scopeguard v1.2.0
9882026-06-15T03:28:10.141Z Checking lock_api v0.4.14
9892026-06-15T03:28:10.193Z Compiling ref-cast v1.0.25
9902026-06-15T03:28:10.341Z Compiling ref-cast-impl v1.0.25
9912026-06-15T03:28:10.362Z Compiling dropshot v0.17.1
9922026-06-15T03:28:10.396Z Compiling dropshot_endpoint v0.17.1
9932026-06-15T03:28:10.770Z Checking parking_lot v0.12.5
9942026-06-15T03:28:10.925Z Compiling dof v0.4.0
9952026-06-15T03:28:11.292Z Compiling newtype-uuid-macros v0.1.0
9962026-06-15T03:28:11.922Z Checking signal-hook-registry v1.4.8
9972026-06-15T03:28:12.065Z Checking mio v1.2.1
9982026-06-15T03:28:12.105Z Compiling darling_core v0.23.0
9992026-06-15T03:28:12.183Z Compiling strum_macros v0.26.4
10002026-06-15T03:28:12.292Z Compiling usdt-macro v0.6.0
10012026-06-15T03:28:12.341Z Compiling usdt-attr-macro v0.6.0
10022026-06-15T03:28:12.542Z Checking tokio v1.52.3
10032026-06-15T03:28:12.985Z Compiling structmeta-derive v0.3.0
10042026-06-15T03:28:13.208Z Checking subtle v2.6.1
10052026-06-15T03:28:13.365Z Checking futures-core v0.3.32
10062026-06-15T03:28:13.497Z Compiling allocator-api2 v0.2.21
10072026-06-15T03:28:13.515Z Compiling foldhash v0.2.0
10082026-06-15T03:28:13.722Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10092026-06-15T03:28:13.776Z Compiling hashbrown v0.16.1
10102026-06-15T03:28:13.992Z Compiling strum_macros v0.27.2
10112026-06-15T03:28:14.021Z Compiling structmeta v0.3.0
10122026-06-15T03:28:14.167Z Compiling darling_macro v0.23.0
10132026-06-15T03:28:14.256Z Compiling derive-ex v0.1.8
10142026-06-15T03:28:14.404Z Checking futures-sink v0.3.32
10152026-06-15T03:28:14.478Z Checking ipnetwork v0.21.1
10162026-06-15T03:28:14.516Z Checking slab v0.4.12
10172026-06-15T03:28:14.680Z Compiling http v1.4.1
10182026-06-15T03:28:14.785Z Compiling darling v0.23.0
10192026-06-15T03:28:14.873Z Compiling serde_with_macros v3.20.0
10202026-06-15T03:28:14.986Z Compiling winnow v1.0.3
10212026-06-15T03:28:15.219Z Checking futures-channel v0.3.32
10222026-06-15T03:28:15.817Z Compiling test-strategy v0.4.5
10232026-06-15T03:28:15.855Z Checking futures-io v0.3.32
10242026-06-15T03:28:15.946Z Compiling toml_parser v1.1.2+spec-1.1.0
10252026-06-15T03:28:15.968Z Checking typenum v1.20.1
10262026-06-15T03:28:15.988Z Checking futures-task v0.3.32
10272026-06-15T03:28:16.025Z Compiling parse-display-derive v0.10.0
10282026-06-15T03:28:16.125Z Checking futures-util v0.3.32
10292026-06-15T03:28:16.578Z Compiling fnv v1.0.7
10302026-06-15T03:28:16.705Z Checking oxnet v0.1.6
10312026-06-15T03:28:16.841Z Checking tracing-core v0.1.36
10322026-06-15T03:28:16.959Z Compiling toml_datetime v1.1.1+spec-1.1.0
10332026-06-15T03:28:17.185Z Checking tracing v0.1.44
10342026-06-15T03:28:17.229Z Checking erased-serde v0.3.31
10352026-06-15T03:28:17.630Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10362026-06-15T03:28:17.726Z Checking base64 v0.22.1
10372026-06-15T03:28:18.111Z Compiling ryu v1.0.23
10382026-06-15T03:28:18.130Z Compiling clap_derive v4.6.1
10392026-06-15T03:28:18.226Z Checking rand_core v0.6.4
10402026-06-15T03:28:18.352Z Checking rustls-pki-types v1.14.1
10412026-06-15T03:28:18.395Z Compiling openapiv3 v2.2.0
10422026-06-15T03:28:18.579Z Checking tokio-util v0.7.18
10432026-06-15T03:28:18.634Z Checking ppv-lite86 v0.2.21
10442026-06-15T03:28:18.940Z Checking untrusted v0.7.1
10452026-06-15T03:28:19.067Z Checking untrusted v0.9.0
10462026-06-15T03:28:19.142Z Checking ipnet v2.12.0
10472026-06-15T03:28:19.537Z Checking http-body v1.0.1
10482026-06-15T03:28:19.848Z Checking atomic-waker v1.1.2
10492026-06-15T03:28:19.998Z Compiling toml_edit v0.25.12+spec-1.1.0
10502026-06-15T03:28:20.076Z Checking tower-layer v0.3.3
10512026-06-15T03:28:20.234Z Checking tower-service v0.3.3
10522026-06-15T03:28:20.325Z Checking try-lock v0.2.5
10532026-06-15T03:28:20.328Z Checking h2 v0.4.14
10542026-06-15T03:28:20.363Z Checking httpdate v1.0.3
10552026-06-15T03:28:20.427Z Checking want v0.3.1
10562026-06-15T03:28:20.554Z Compiling proc-macro-crate v3.5.0
10572026-06-15T03:28:20.993Z Compiling num_enum_derive v0.7.6
10582026-06-15T03:28:21.039Z Compiling either v1.16.0
10592026-06-15T03:28:21.247Z Compiling itertools v0.14.0
10602026-06-15T03:28:21.482Z Checking serde_urlencoded v0.7.1
10612026-06-15T03:28:21.527Z Checking http-body-util v0.1.3
10622026-06-15T03:28:21.686Z Compiling regress v0.11.1
10632026-06-15T03:28:22.007Z Compiling crucible-workspace-hack v0.1.0
10642026-06-15T03:28:22.160Z Checking hyper v1.10.1
10652026-06-15T03:28:22.284Z Checking rand_core v0.9.5
10662026-06-15T03:28:22.706Z Checking rand_chacha v0.9.0
10672026-06-15T03:28:23.076Z Checking hyper-util v0.1.20
10682026-06-15T03:28:23.221Z Compiling typify-impl v0.6.2
10692026-06-15T03:28:23.526Z Compiling unsafe-libyaml v0.2.11
10702026-06-15T03:28:24.159Z Compiling serde_yaml v0.9.34+deprecated
10712026-06-15T03:28:24.326Z Checking rand v0.9.4
10722026-06-15T03:28:24.677Z Compiling convert_case v0.4.0
10732026-06-15T03:28:24.791Z Checking fastrand v2.4.1
10742026-06-15T03:28:24.975Z Checking powerfmt v0.2.0
10752026-06-15T03:28:24.996Z Compiling derive_more v0.99.20
10762026-06-15T03:28:25.125Z Checking deranged v0.5.8
10772026-06-15T03:28:25.422Z Checking num_threads v0.1.7
10782026-06-15T03:28:26.053Z Checking time v0.3.47
10792026-06-15T03:28:26.071Z Compiling darling_core v0.21.3
10802026-06-15T03:28:26.157Z Compiling zerocopy-derive v0.7.35
10812026-06-15T03:28:26.559Z Compiling typify-macro v0.6.2
10822026-06-15T03:28:27.156Z Checking tempfile v3.27.0
10832026-06-15T03:28:27.204Z Checking crossbeam-channel v0.5.15
10842026-06-15T03:28:27.229Z Compiling regress v0.10.5
10852026-06-15T03:28:27.535Z Checking cpufeatures v0.3.0
10862026-06-15T03:28:28.071Z Checking futures-executor v0.3.32
10872026-06-15T03:28:28.132Z Compiling darling_macro v0.21.3
10882026-06-15T03:28:28.227Z Checking sync_wrapper v1.0.2
10892026-06-15T03:28:28.519Z Checking thread_local v1.1.9
10902026-06-15T03:28:28.713Z Compiling darling v0.21.3
10912026-06-15T03:28:28.834Z Compiling heapless v0.8.0
10922026-06-15T03:28:28.967Z Compiling ingot-macros v0.1.1
10932026-06-15T03:28:28.967Z Checking tower v0.5.3
10942026-06-15T03:28:29.005Z Compiling typify v0.6.2
10952026-06-15T03:28:29.343Z Checking webpki-roots v1.0.7
10962026-06-15T03:28:29.380Z Compiling scroll_derive v0.12.1
10972026-06-15T03:28:29.413Z Compiling serde_repr v0.1.20
10982026-06-15T03:28:29.468Z Checking is-terminal v0.4.17
10992026-06-15T03:28:29.567Z Checking term v1.2.1
11002026-06-15T03:28:29.806Z Compiling rustix v0.38.44
11012026-06-15T03:28:30.152Z Compiling heck v0.4.1
11022026-06-15T03:28:30.228Z Checking take_mut v0.2.2
11032026-06-15T03:28:30.397Z Checking slog-term v2.9.2
11042026-06-15T03:28:30.415Z Checking tower-http v0.6.11
11052026-06-15T03:28:30.508Z Checking futures v0.3.32
11062026-06-15T03:28:30.756Z Compiling smoltcp v0.11.0
11072026-06-15T03:28:30.864Z Checking hex v0.4.3
11082026-06-15T03:28:31.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11092026-06-15T03:28:31.721Z Compiling rustc_version v0.4.1
11102026-06-15T03:28:31.721Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11112026-06-15T03:28:32.030Z Compiling curve25519-dalek v4.1.3
11122026-06-15T03:28:32.085Z Compiling toml_datetime v0.6.11
11132026-06-15T03:28:32.102Z Compiling foreign-types-macros v0.2.3
11142026-06-15T03:28:33.136Z Compiling zerocopy v0.7.35
11152026-06-15T03:28:33.269Z Checking hybrid-array v0.4.12
11162026-06-15T03:28:33.448Z Compiling hubpack_derive v0.1.1
11172026-06-15T03:28:33.674Z Compiling thiserror-impl-no-std v2.0.2
11182026-06-15T03:28:33.717Z Compiling curve25519-dalek-derive v0.1.1
11192026-06-15T03:28:34.052Z Compiling proc-macro-error-attr v1.0.4
11202026-06-15T03:28:34.232Z Compiling usdt-impl v0.5.0
11212026-06-15T03:28:34.381Z Checking simd-adler32 v0.3.9
11222026-06-15T03:28:34.449Z Checking adler2 v2.0.1
11232026-06-15T03:28:34.530Z Checking match_cfg v0.1.0
11242026-06-15T03:28:34.553Z Checking openssl-probe v0.2.1
11252026-06-15T03:28:34.602Z Checking hostname v0.3.1
11262026-06-15T03:28:34.664Z Checking rustls-native-certs v0.8.4
11272026-06-15T03:28:34.697Z Checking miniz_oxide v0.8.9
11282026-06-15T03:28:34.809Z Compiling dof v0.3.0
11292026-06-15T03:28:34.988Z Checking slog-json v2.6.1
11302026-06-15T03:28:35.047Z Compiling dtrace-parser v0.2.0
11312026-06-15T03:28:35.151Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11322026-06-15T03:28:35.185Z Checking newtype-uuid v1.3.2
11332026-06-15T03:28:35.339Z Checking serde_spanned v1.1.1
11342026-06-15T03:28:35.523Z Compiling proc-macro-error v1.0.4
11352026-06-15T03:28:35.650Z Compiling thread-id v4.2.2
11362026-06-15T03:28:35.669Z Checking memmap2 v0.9.10
11372026-06-15T03:28:35.689Z Checking wait-timeout v0.2.1
11382026-06-15T03:28:35.740Z Compiling memoffset v0.9.1
11392026-06-15T03:28:35.815Z Checking bit-vec v0.8.0
11402026-06-15T03:28:35.864Z Checking toml_writer v1.1.1+spec-1.1.0
11412026-06-15T03:28:35.989Z Compiling pkg-config v0.3.33
11422026-06-15T03:28:36.045Z Checking quick-error v1.2.3
11432026-06-15T03:28:36.064Z Checking bit-set v0.8.0
11442026-06-15T03:28:36.152Z Checking rusty-fork v0.3.1
11452026-06-15T03:28:36.282Z Checking usdt v0.6.0
11462026-06-15T03:28:36.434Z Checking daft v0.1.7
11472026-06-15T03:28:36.453Z Checking slog-bunyan v2.5.0
11482026-06-15T03:28:36.565Z Checking flate2 v1.1.9
11492026-06-15T03:28:36.788Z Checking block-buffer v0.12.0
11502026-06-15T03:28:36.857Z Checking crypto-common v0.2.2
11512026-06-15T03:28:36.938Z Checking crypto-common v0.1.7
11522026-06-15T03:28:37.087Z Checking rand_xorshift v0.4.0
11532026-06-15T03:28:37.320Z Checking compression-core v0.4.32
11542026-06-15T03:28:37.341Z Compiling prettyplease v0.2.37
11552026-06-15T03:28:37.540Z Compiling cfg_aliases v0.2.1
11562026-06-15T03:28:37.572Z Checking debug-ignore v1.0.5
11572026-06-15T03:28:37.610Z Checking unarray v0.1.4
11582026-06-15T03:28:37.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11592026-06-15T03:28:37.646Z Checking const-oid v0.10.2
11602026-06-15T03:28:37.670Z Compiling nix v0.31.3
11612026-06-15T03:28:37.714Z Checking proptest v1.11.0
11622026-06-15T03:28:37.820Z Checking digest v0.11.3
11632026-06-15T03:28:37.885Z Checking compression-codecs v0.4.38
11642026-06-15T03:28:38.562Z Checking encoding_rs v0.8.35
11652026-06-15T03:28:38.802Z Checking spin v0.9.8
11662026-06-15T03:28:38.852Z Checking mime v0.3.17
11672026-06-15T03:28:38.917Z Checking toml v1.1.2+spec-1.1.0
11682026-06-15T03:28:39.539Z Checking async-compression v0.4.42
11692026-06-15T03:28:39.542Z Checking sha1 v0.11.0
11702026-06-15T03:28:39.575Z Compiling usdt-macro v0.5.0
11712026-06-15T03:28:39.718Z Compiling usdt-attr-macro v0.5.0
11722026-06-15T03:28:39.738Z Checking waitgroup v0.1.2
11732026-06-15T03:28:39.782Z Checking rand_chacha v0.3.1
11742026-06-15T03:28:39.834Z Checking rustls-pemfile v2.2.0
11752026-06-15T03:28:39.853Z Checking async-stream v0.3.6
11762026-06-15T03:28:39.974Z Compiling enum-as-inner v0.6.1
11772026-06-15T03:28:39.974Z Compiling num-derive v0.4.2
11782026-06-15T03:28:40.031Z Checking serde_path_to_error v0.1.20
11792026-06-15T03:28:40.049Z Checking hostname v0.4.2
11802026-06-15T03:28:40.301Z Compiling winnow v0.7.15
11812026-06-15T03:28:40.844Z Checking rand v0.8.6
11822026-06-15T03:28:41.343Z Checking macaddr v1.0.1
11832026-06-15T03:28:41.387Z Compiling rayon-core v1.13.0
11842026-06-15T03:28:43.212Z Checking rustls-webpki v0.103.13
11852026-06-15T03:28:43.437Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11862026-06-15T03:28:43.475Z Compiling progenitor-impl v0.14.0
11872026-06-15T03:28:43.707Z Compiling num-integer v0.1.46
11882026-06-15T03:28:44.131Z Checking unicode-width v0.2.2
11892026-06-15T03:28:44.418Z Compiling semver v0.1.20
11902026-06-15T03:28:44.437Z Compiling winnow v0.5.40
11912026-06-15T03:28:45.094Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11922026-06-15T03:28:45.274Z Compiling rustc_version v0.1.7
11932026-06-15T03:28:45.584Z Compiling progenitor-macro v0.14.0
11942026-06-15T03:28:45.853Z Compiling toml_edit v0.19.15
11952026-06-15T03:28:46.048Z Checking tokio-rustls v0.26.4
11962026-06-15T03:28:46.205Z Checking rustls-platform-verifier v0.7.0
11972026-06-15T03:28:46.287Z Checking hyper-rustls v0.27.9
11982026-06-15T03:28:46.490Z Checking reqwest v0.13.4
11992026-06-15T03:28:47.222Z Checking progenitor-client v0.14.0
12002026-06-15T03:28:47.441Z Compiling reqwest v0.12.28
12012026-06-15T03:28:47.461Z Compiling backon v1.6.0
12022026-06-15T03:28:47.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12032026-06-15T03:28:48.018Z Checking block-buffer v0.10.4
12042026-06-15T03:28:48.494Z Compiling strum v0.26.3
12052026-06-15T03:28:48.735Z Compiling instant v0.1.13
12062026-06-15T03:28:49.090Z Compiling utf8parse v0.2.2
12072026-06-15T03:28:49.243Z Compiling anstyle-parse v1.0.0
12082026-06-15T03:28:49.266Z Compiling progenitor-extras v0.2.0
12092026-06-15T03:28:49.436Z Compiling backoff v0.4.0
12102026-06-15T03:28:49.504Z Compiling iddqd v0.4.2
12112026-06-15T03:28:49.534Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12122026-06-15T03:28:49.553Z Compiling progenitor-client v0.10.0
12132026-06-15T03:28:49.644Z Checking digest v0.10.7
12142026-06-15T03:28:49.739Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12152026-06-15T03:28:49.743Z Compiling proc-macro-crate v1.3.1
12162026-06-15T03:28:49.821Z Compiling newtype_derive v0.1.6
12172026-06-15T03:28:49.892Z Compiling num-iter v0.1.45
12182026-06-15T03:28:49.978Z Compiling num-rational v0.4.2
12192026-06-15T03:28:49.996Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12202026-06-15T03:28:50.096Z Compiling progenitor-impl v0.13.0
12212026-06-15T03:28:50.203Z Compiling parse-display v0.10.0
12222026-06-15T03:28:50.238Z Compiling serde_with v3.20.0
12232026-06-15T03:28:50.464Z Compiling strum v0.27.2
12242026-06-15T03:28:50.576Z Compiling num-complex v0.4.6
12252026-06-15T03:28:50.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12262026-06-15T03:28:50.766Z Compiling is_terminal_polyfill v1.70.2
12272026-06-15T03:28:50.831Z Compiling vcpkg v0.2.15
12282026-06-15T03:28:50.834Z Compiling anstyle v1.0.14
12292026-06-15T03:28:50.872Z Compiling anstyle-query v1.1.5
12302026-06-15T03:28:50.891Z Compiling colorchoice v1.0.5
12312026-06-15T03:28:50.951Z Compiling owo-colors v4.3.0
12322026-06-15T03:28:50.985Z Compiling humantime v2.3.0
12332026-06-15T03:28:51.011Z Compiling num v0.4.3
12342026-06-15T03:28:51.067Z Compiling anstream v1.0.0
12352026-06-15T03:28:51.232Z Compiling num_enum_derive v0.5.11
12362026-06-15T03:28:51.375Z Compiling terminal_size v0.4.4
12372026-06-15T03:28:51.393Z Compiling openssl-sys v0.9.116
12382026-06-15T03:28:51.516Z Compiling serde_spanned v0.6.9
12392026-06-15T03:28:51.643Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12402026-06-15T03:28:51.670Z Compiling derive-where v1.6.1
12412026-06-15T03:28:51.951Z Compiling pin-project-internal v1.1.13
12422026-06-15T03:28:52.149Z Compiling progenitor-macro v0.13.0
12432026-06-15T03:28:52.169Z Compiling float-ord v0.3.2
12442026-06-15T03:28:52.237Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12452026-06-15T03:28:52.294Z Compiling clap_lex v1.1.0
12462026-06-15T03:28:52.520Z Compiling toml_write v0.1.2
12472026-06-15T03:28:52.742Z Compiling toml_edit v0.22.27
12482026-06-15T03:28:52.886Z Compiling clap_builder v4.6.0
12492026-06-15T03:28:54.499Z Compiling clap v4.6.1
12502026-06-15T03:28:54.595Z Compiling toml v0.8.23
12512026-06-15T03:28:55.067Z Compiling zone_cfg_derive v0.3.1
12522026-06-15T03:28:55.087Z Compiling snafu-derive v0.8.9
12532026-06-15T03:28:55.144Z Compiling async-recursion v1.1.1
12542026-06-15T03:28:56.033Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12552026-06-15T03:28:56.264Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-06-15T03:28:56.284Z Compiling slog-dtrace v0.3.0
12572026-06-15T03:28:56.315Z Compiling minimal-lexical v0.2.1
12582026-06-15T03:28:56.539Z Compiling chrono-tz v0.10.4
12592026-06-15T03:28:56.588Z Compiling cancel-safe-futures v0.1.5
12602026-06-15T03:28:56.800Z Compiling openssl v0.10.80
12612026-06-15T03:28:56.875Z Compiling unicode-xid v0.2.6
12622026-06-15T03:28:57.003Z Compiling const_format_proc_macros v0.2.34
12632026-06-15T03:28:57.189Z Compiling nom v7.1.3
12642026-06-15T03:28:57.565Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-15T03:28:57.743Z Compiling openssl-macros v0.1.1
12662026-06-15T03:28:57.958Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-15T03:28:58.014Z Checking cpufeatures v0.2.17
12682026-06-15T03:28:58.216Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-06-15T03:28:58.490Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-06-15T03:28:59.051Z Compiling cookie v0.18.1
12712026-06-15T03:28:59.098Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-06-15T03:28:59.383Z Compiling tabled_derive v0.7.0
12732026-06-15T03:28:59.423Z Compiling proc-macro-error-attr2 v2.0.0
12742026-06-15T03:28:59.426Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-06-15T03:28:59.747Z Checking num_enum v0.7.6
12762026-06-15T03:28:59.867Z Compiling proc-macro-error2 v2.0.1
12772026-06-15T03:29:00.159Z Compiling tabled_derive v0.11.0
12782026-06-15T03:29:00.220Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
12792026-06-15T03:29:01.415Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
12802026-06-15T03:29:02.043Z Checking tabwriter v1.4.1
12812026-06-15T03:29:02.197Z Checking secrecy v0.10.3
12822026-06-15T03:29:02.307Z Checking colored v3.1.1
12832026-06-15T03:29:02.480Z Checking tinyvec_macros v0.1.1
12842026-06-15T03:29:02.532Z Checking crossbeam-epoch v0.9.18
12852026-06-15T03:29:02.560Z Checking hash32 v0.3.1
12862026-06-15T03:29:02.571Z Checking tinyvec v1.11.0
12872026-06-15T03:29:02.759Z Checking bstr v1.12.1
12882026-06-15T03:29:02.815Z Checking data-encoding v2.11.0
12892026-06-15T03:29:02.912Z Checking hmac v0.12.1
12902026-06-15T03:29:02.978Z Checking ingot-types v0.1.2
12912026-06-15T03:29:03.051Z Checking inout v0.1.4
12922026-06-15T03:29:03.097Z Checking scroll v0.12.0
12932026-06-15T03:29:03.192Z Checking ff v0.13.1
12942026-06-15T03:29:03.271Z Checking cobs v0.3.0
12952026-06-15T03:29:03.326Z Checking static_assertions v1.1.0
12962026-06-15T03:29:03.346Z Checking managed v0.8.0
12972026-06-15T03:29:03.365Z Checking bitflags v1.3.2
12982026-06-15T03:29:03.405Z Checking foreign-types-shared v0.3.1
12992026-06-15T03:29:03.424Z Checking postcard v1.1.3
13002026-06-15T03:29:03.447Z Checking goblin v0.8.2
13012026-06-15T03:29:03.502Z Checking foreign-types v0.5.0
13022026-06-15T03:29:03.588Z Checking ingot v0.1.1
13032026-06-15T03:29:03.718Z Checking group v0.13.0
13042026-06-15T03:29:03.767Z Checking cipher v0.4.4
13052026-06-15T03:29:03.831Z Checking hkdf v0.12.4
13062026-06-15T03:29:03.971Z Checking universal-hash v0.5.1
13072026-06-15T03:29:04.011Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13082026-06-15T03:29:04.126Z Checking crypto-bigint v0.5.5
13092026-06-15T03:29:04.247Z Checking chacha20 v0.10.0
13102026-06-15T03:29:04.305Z Checking half v2.7.1
13112026-06-15T03:29:04.571Z Checking cstr-argument v0.1.2
13122026-06-15T03:29:04.703Z Checking ciborium-io v0.2.2
13132026-06-15T03:29:04.755Z Checking base16ct v0.2.0
13142026-06-15T03:29:04.776Z Checking indent_write v2.2.0
13152026-06-15T03:29:04.800Z Checking opaque-debug v0.3.1
13162026-06-15T03:29:04.821Z Checking base64ct v1.8.3
13172026-06-15T03:29:04.880Z Checking poly1305 v0.8.0
13182026-06-15T03:29:04.901Z Checking ciborium-ll v0.2.2
13192026-06-15T03:29:05.002Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13202026-06-15T03:29:05.023Z Checking elliptic-curve v0.13.8
13212026-06-15T03:29:05.067Z Checking password-hash v0.5.0
13222026-06-15T03:29:05.089Z Checking rand v0.10.1
13232026-06-15T03:29:05.117Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13242026-06-15T03:29:05.181Z Checking chacha20 v0.9.1
13252026-06-15T03:29:05.250Z Checking atomicwrites v0.4.4
13262026-06-15T03:29:05.288Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13272026-06-15T03:29:05.288Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13282026-06-15T03:29:05.376Z Checking blake2 v0.10.6
13292026-06-15T03:29:05.397Z Checking aead v0.5.2
13302026-06-15T03:29:05.542Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13312026-06-15T03:29:05.561Z Checking thiserror-no-std v2.0.2
13322026-06-15T03:29:05.581Z Checking hubpack v0.1.2
13332026-06-15T03:29:05.599Z Checking byte-wrapper v0.1.0
13342026-06-15T03:29:05.653Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13352026-06-15T03:29:05.748Z Checking keccak v0.1.6
13362026-06-15T03:29:05.805Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13372026-06-15T03:29:05.907Z Checking sha3 v0.10.9
13382026-06-15T03:29:05.909Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13392026-06-15T03:29:06.024Z Checking vsss-rs v3.3.4
13402026-06-15T03:29:06.103Z Checking argon2 v0.5.3
13412026-06-15T03:29:06.141Z Checking chacha20poly1305 v0.10.1
13422026-06-15T03:29:06.168Z Checking ciborium v0.2.2
13432026-06-15T03:29:06.276Z Checking similar v2.7.0
13442026-06-15T03:29:06.464Z Checking memmap v0.7.0
13452026-06-15T03:29:06.491Z Checking lazy_static v1.5.0
13462026-06-15T03:29:06.608Z Checking usdt v0.5.0
13472026-06-15T03:29:06.611Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13482026-06-15T03:29:06.806Z Checking crossbeam-deque v0.8.6
13492026-06-15T03:29:06.930Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13502026-06-15T03:29:07.009Z Checking bytecount v0.6.9
13512026-06-15T03:29:07.104Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13522026-06-15T03:29:07.124Z Checking unicode-segmentation v1.13.3
13532026-06-15T03:29:07.334Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13542026-06-15T03:29:07.463Z Checking newline-converter v0.3.0
13552026-06-15T03:29:07.501Z Checking progenitor v0.14.0
13562026-06-15T03:29:07.522Z Checking console v0.15.11
13572026-06-15T03:29:07.584Z Checking itertools v0.12.1
13582026-06-15T03:29:07.685Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13592026-06-15T03:29:07.890Z Compiling parking_lot_core v0.8.6
13602026-06-15T03:29:07.916Z Checking swrite v0.1.0
13612026-06-15T03:29:07.935Z Checking resolv-conf v0.7.6
13622026-06-15T03:29:07.954Z Checking linked-hash-map v0.5.6
13632026-06-15T03:29:08.012Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13642026-06-15T03:29:08.084Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13652026-06-15T03:29:08.139Z Checking lru-cache v0.1.2
13662026-06-15T03:29:08.205Z Checking expectorate v1.2.0
13672026-06-15T03:29:08.262Z Checking rayon v1.12.0
13682026-06-15T03:29:08.339Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13692026-06-15T03:29:08.593Z Checking hickory-proto v0.24.4
13702026-06-15T03:29:08.841Z Checking progenitor-client v0.13.0
13712026-06-15T03:29:09.081Z Checking camino-tempfile v1.4.1
13722026-06-15T03:29:09.251Z Checking serde-big-array v0.5.1
13732026-06-15T03:29:09.254Z Checking siphasher v1.0.3
13742026-06-15T03:29:09.395Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13752026-06-15T03:29:09.429Z Checking progenitor v0.13.0
13762026-06-15T03:29:09.448Z Checking phf_shared v0.12.1
13772026-06-15T03:29:09.733Z Checking unicode-normalization v0.1.25
13782026-06-15T03:29:09.967Z Checking pin-project v1.1.13
13792026-06-15T03:29:10.072Z Checking num_enum v0.5.11
13802026-06-15T03:29:10.131Z Checking hickory-resolver v0.24.4
13812026-06-15T03:29:10.351Z Checking tokio-stream v0.1.18
13822026-06-15T03:29:10.594Z Checking csv-core v0.1.13
13832026-06-15T03:29:10.689Z Checking unicode-width v0.1.14
13842026-06-15T03:29:10.708Z Checking foldhash v0.1.5
13852026-06-15T03:29:10.727Z Checking same-file v1.0.6
13862026-06-15T03:29:10.851Z Checking smawk v0.3.2
13872026-06-15T03:29:10.890Z Checking konst_macro_rules v0.2.19
13882026-06-15T03:29:10.910Z Checking unicode-linebreak v0.1.5
13892026-06-15T03:29:10.940Z Checking foreign-types-shared v0.1.1
13902026-06-15T03:29:10.985Z Checking highway v1.3.0
13912026-06-15T03:29:11.030Z Checking foreign-types v0.3.2
13922026-06-15T03:29:11.049Z Checking konst v0.2.20
13932026-06-15T03:29:11.093Z Checking hashbrown v0.15.5
13942026-06-15T03:29:11.141Z Checking walkdir v2.5.0
13952026-06-15T03:29:11.147Z Checking textwrap v0.16.2
13962026-06-15T03:29:11.210Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13972026-06-15T03:29:11.237Z Checking qorb v0.4.1
13982026-06-15T03:29:11.280Z Checking csv v1.4.0
13992026-06-15T03:29:11.673Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14002026-06-15T03:29:11.951Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14012026-06-15T03:29:12.133Z Checking olpc-cjson v0.1.4
14022026-06-15T03:29:12.152Z Checking snafu v0.8.9
14032026-06-15T03:29:12.236Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14042026-06-15T03:29:12.275Z Checking phf v0.12.1
14052026-06-15T03:29:12.421Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-06-15T03:29:12.518Z Checking zone v0.3.1
14072026-06-15T03:29:12.630Z Checking tokio-dtrace v0.1.1
14082026-06-15T03:29:12.821Z Checking globset v0.4.18
14092026-06-15T03:29:12.881Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14102026-06-15T03:29:13.244Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14112026-06-15T03:29:13.475Z Checking smf v0.2.3
14122026-06-15T03:29:13.515Z Checking pem v3.0.6
14132026-06-15T03:29:13.685Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-06-15T03:29:13.711Z Checking libsw-core v0.3.2
14152026-06-15T03:29:13.857Z Checking serde_plain v1.0.2
14162026-06-15T03:29:13.877Z Checking sigpipe v0.1.3
14172026-06-15T03:29:13.965Z Checking typed-path v0.9.3
14182026-06-15T03:29:14.078Z Checking fixedbitset v0.4.2
14192026-06-15T03:29:14.206Z Checking glob v0.3.3
14202026-06-15T03:29:14.236Z Checking jiff v0.2.28
14212026-06-15T03:29:14.256Z Checking fixedbitset v0.5.7
14222026-06-15T03:29:14.393Z Checking petgraph v0.6.5
14232026-06-15T03:29:14.495Z Checking petgraph v0.8.3
14242026-06-15T03:29:14.762Z Checking tough v0.22.0
14252026-06-15T03:29:14.830Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14262026-06-15T03:29:15.116Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-06-15T03:29:15.188Z Checking libsw v3.5.0
14282026-06-15T03:29:15.324Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-15T03:29:15.534Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14302026-06-15T03:29:15.647Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-06-15T03:29:15.697Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14322026-06-15T03:29:15.748Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-06-15T03:29:15.873Z Checking oxide-tokio-rt v0.1.6
14342026-06-15T03:29:16.048Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-06-15T03:29:16.114Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-06-15T03:29:16.202Z Checking const_format v0.2.36
14372026-06-15T03:29:16.268Z Checking papergrid v0.11.0
14382026-06-15T03:29:16.467Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-06-15T03:29:16.672Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14402026-06-15T03:29:16.704Z Checking gethostname v0.5.0
14412026-06-15T03:29:16.743Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-06-15T03:29:16.796Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14432026-06-15T03:29:16.886Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14442026-06-15T03:29:17.077Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-15T03:29:17.375Z Checking libscf-sys v1.2.0
14462026-06-15T03:29:17.522Z Checking bcs v0.1.6
14472026-06-15T03:29:17.625Z Checking tagptr v0.2.0
14482026-06-15T03:29:17.642Z Checking whoami v1.6.1
14492026-06-15T03:29:17.694Z Checking linear-map v1.2.0
14502026-06-15T03:29:17.714Z Checking termtree v0.5.1
14512026-06-15T03:29:17.852Z Checking moka v0.12.15
14522026-06-15T03:29:17.872Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-15T03:29:18.418Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-15T03:29:19.156Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-06-15T03:29:19.393Z Checking tabled v0.15.0
14562026-06-15T03:29:19.664Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-15T03:29:19.687Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-06-15T03:29:19.724Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-06-15T03:29:19.791Z Checking steno v0.4.1
14602026-06-15T03:29:20.304Z Checking papergrid v0.18.0
14612026-06-15T03:29:20.421Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14622026-06-15T03:29:20.441Z Checking hickory-proto v0.25.2
14632026-06-15T03:29:20.776Z Checking testing_table v0.3.0
14642026-06-15T03:29:21.112Z Checking tabled v0.21.0
14652026-06-15T03:29:21.204Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14662026-06-15T03:29:22.010Z Checking hickory-resolver v0.25.2
14672026-06-15T03:29:22.208Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14682026-06-15T03:29:22.447Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14692026-06-15T03:29:22.651Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14702026-06-15T03:29:22.671Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
14712026-06-15T03:29:22.733Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14722026-06-15T03:29:23.300Z Checking crc8 v0.1.1
14732026-06-15T03:29:23.606Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
14742026-06-15T03:29:23.637Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14752026-06-15T03:29:24.699Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14762026-06-15T03:29:27.453Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14772026-06-15T03:29:29.127Z Checking nom v8.0.0
14782026-06-15T03:29:32.719Z Compiling crunchy v0.2.4
14792026-06-15T03:29:34.265Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14802026-06-15T03:29:35.074Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14812026-06-15T03:29:35.473Z Compiling tiny-keccak v2.0.2
14822026-06-15T03:29:36.776Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14832026-06-15T03:29:37.056Z Compiling typify-impl v0.4.3
14842026-06-15T03:29:37.248Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-06-15T03:29:37.382Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14862026-06-15T03:29:37.568Z Checking parking_lot v0.11.2
14872026-06-15T03:29:37.676Z Compiling const-random-macro v0.1.16
14882026-06-15T03:29:37.895Z Checking fxhash v0.2.1
14892026-06-15T03:29:37.966Z Compiling ahash v0.8.12
14902026-06-15T03:29:38.030Z Checking sled v0.34.7
14912026-06-15T03:29:38.094Z Compiling smartstring v1.0.1
14922026-06-15T03:29:38.309Z Checking internet-checksum v0.2.1
14932026-06-15T03:29:38.435Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14942026-06-15T03:29:38.663Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14952026-06-15T03:29:38.964Z Compiling rhai_codegen v3.2.0
14962026-06-15T03:29:39.267Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14972026-06-15T03:29:39.622Z Checking arc-swap v1.9.1
14982026-06-15T03:29:39.803Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
14992026-06-15T03:29:39.864Z Checking slog-scope v4.4.1
15002026-06-15T03:29:40.017Z Checking dropshot-api-manager-types v0.7.2
15012026-06-15T03:29:40.228Z Checking slog-stdlog v4.1.1
15022026-06-15T03:29:40.359Z Compiling lzma-sys v0.1.20
15032026-06-15T03:29:40.403Z Compiling typify-macro v0.4.3
15042026-06-15T03:29:40.599Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15052026-06-15T03:29:40.636Z Compiling fs-err v3.3.0
15062026-06-15T03:29:40.728Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15072026-06-15T03:29:40.787Z Compiling typeid v1.0.3
15082026-06-15T03:29:41.171Z Checking slog-envlogger v2.2.0
15092026-06-15T03:29:41.332Z Compiling toml_datetime v0.7.5+spec-1.1.0
15102026-06-15T03:29:41.517Z Checking const-random v0.1.18
15112026-06-15T03:29:41.598Z Compiling toml v0.9.12+spec-1.1.0
15122026-06-15T03:29:41.637Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15132026-06-15T03:29:41.867Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15142026-06-15T03:29:41.935Z Compiling typify v0.4.3
15152026-06-15T03:29:42.042Z Compiling progenitor-impl v0.10.0
15162026-06-15T03:29:42.314Z Compiling cargo_toml v0.22.3
15172026-06-15T03:29:42.438Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15182026-06-15T03:29:43.285Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15192026-06-15T03:29:43.837Z Checking thin-vec v0.2.18
15202026-06-15T03:29:44.067Z Compiling progenitor-macro v0.10.0
15212026-06-15T03:29:44.107Z Checking rhai v1.25.1
15222026-06-15T03:29:44.550Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15232026-06-15T03:29:44.589Z Checking sha1 v0.10.6
15242026-06-15T03:29:44.947Z Checking utf-8 v0.7.6
15252026-06-15T03:29:45.249Z Checking tungstenite v0.21.0
15262026-06-15T03:29:45.682Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15272026-06-15T03:29:46.577Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15282026-06-15T03:29:46.679Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15292026-06-15T03:29:46.871Z Checking sha2 v0.10.9
15302026-06-15T03:29:46.977Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-06-15T03:29:47.135Z Checking yansi v1.0.1
15322026-06-15T03:29:47.154Z Checking diff v0.1.13
15332026-06-15T03:29:47.220Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15342026-06-15T03:29:47.295Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15352026-06-15T03:29:47.395Z Checking pretty_assertions v1.4.1
15362026-06-15T03:29:47.538Z Checking tokio-tungstenite v0.21.0
15372026-06-15T03:29:48.229Z Checking progenitor v0.10.0
15382026-06-15T03:29:48.569Z Checking console v0.16.3
15392026-06-15T03:29:48.627Z Checking git-stub v1.0.0
15402026-06-15T03:29:48.871Z Checking unit-prefix v0.5.2
15412026-06-15T03:29:48.890Z Checking is_ci v1.2.0
15422026-06-15T03:29:48.953Z Checking base64 v0.21.7
15432026-06-15T03:29:49.013Z Checking supports-color v3.0.2
15442026-06-15T03:29:49.051Z Checking indicatif v0.18.4
15452026-06-15T03:29:49.215Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15462026-06-15T03:29:49.558Z Checking git-stub-vcs v0.1.0
15472026-06-15T03:29:49.879Z Checking xz2 v0.1.7
15482026-06-15T03:29:50.023Z Checking ron v0.12.1
15492026-06-15T03:29:50.368Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15502026-06-15T03:29:50.675Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15512026-06-15T03:29:50.734Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15522026-06-15T03:29:51.075Z Checking drift v0.2.0
15532026-06-15T03:29:51.391Z Compiling serial_test_derive v3.5.0
15542026-06-15T03:29:51.415Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15552026-06-15T03:29:51.504Z Checking base16ct v1.0.0
15562026-06-15T03:29:52.121Z Checking serial_test v3.5.0
15572026-06-15T03:29:52.313Z Checking dropshot-api-manager v0.7.2
15582026-06-15T03:29:52.874Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15592026-06-15T03:29:53.079Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15602026-06-15T03:29:53.135Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15612026-06-15T03:29:53.344Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15622026-06-15T03:29:53.365Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15632026-06-15T03:29:53.554Z Checking natord v1.0.9
15642026-06-15T03:29:54.157Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15652026-06-15T03:29:54.471Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15662026-06-15T03:29:54.770Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15672026-06-15T03:29:55.138Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15682026-06-15T03:29:55.294Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15692026-06-15T03:29:55.318Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15702026-06-15T03:29:56.808Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15712026-06-15T03:29:57.095Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15722026-06-15T03:29:57.559Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15732026-06-15T03:30:05.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15742026-06-15T03:30:05.996Z+ cargo xtask openapi check
15752026-06-15T03:30:06.616Z Compiling cfg-if v1.0.4
15762026-06-15T03:30:06.714Z Compiling libc v0.2.186
15772026-06-15T03:30:06.717Z Compiling serde_core v1.0.228
15782026-06-15T03:30:06.724Z Compiling memchr v2.8.1
15792026-06-15T03:30:06.729Z Compiling itoa v1.0.18
15802026-06-15T03:30:06.737Z Compiling smallvec v1.15.1
15812026-06-15T03:30:06.746Z Compiling stable_deref_trait v1.2.1
15822026-06-15T03:30:06.754Z Compiling zerofrom v0.1.8
15832026-06-15T03:30:06.768Z Compiling zmij v1.0.21
15842026-06-15T03:30:06.815Z Compiling writeable v0.6.3
15852026-06-15T03:30:06.868Z Compiling yoke v0.8.3
15862026-06-15T03:30:06.901Z Compiling litemap v0.8.2
15872026-06-15T03:30:06.937Z Compiling utf8_iter v1.0.4
15882026-06-15T03:30:07.012Z Compiling percent-encoding v2.3.2
15892026-06-15T03:30:07.052Z Compiling zerovec v0.11.6
15902026-06-15T03:30:07.052Z Compiling zerotrie v0.2.4
15912026-06-15T03:30:07.077Z Compiling icu_properties_data v2.2.0
15922026-06-15T03:30:07.089Z Compiling icu_normalizer_data v2.2.0
15932026-06-15T03:30:07.164Z Compiling libm v0.2.16
15942026-06-15T03:30:07.186Z Compiling form_urlencoded v1.2.2
15952026-06-15T03:30:07.217Z Compiling rand_core v0.10.1
15962026-06-15T03:30:07.266Z Compiling errno v0.3.14
15972026-06-15T03:30:07.346Z Compiling getrandom v0.4.2
15982026-06-15T03:30:07.358Z Compiling iana-time-zone v0.1.65
15992026-06-15T03:30:07.369Z Compiling pin-project-lite v0.2.17
16002026-06-15T03:30:07.370Z Compiling dyn-clone v1.0.20
16012026-06-15T03:30:07.391Z Compiling zeroize v1.8.2
16022026-06-15T03:30:07.463Z Compiling scopeguard v1.2.0
16032026-06-15T03:30:07.514Z Compiling socket2 v0.6.4
16042026-06-15T03:30:07.525Z Compiling tinystr v0.8.3
16052026-06-15T03:30:07.564Z Compiling potential_utf v0.1.5
16062026-06-15T03:30:07.574Z Compiling lock_api v0.4.14
16072026-06-15T03:30:07.589Z Compiling parking_lot_core v0.9.12
16082026-06-15T03:30:07.599Z Compiling thiserror v2.0.18
16092026-06-15T03:30:07.704Z Compiling icu_locale_core v2.2.0
16102026-06-15T03:30:07.722Z Compiling icu_collections v2.2.0
16112026-06-15T03:30:07.725Z Compiling signal-hook-registry v1.4.8
16122026-06-15T03:30:07.798Z Compiling parking_lot v0.12.5
16132026-06-15T03:30:07.883Z Compiling mio v1.2.1
16142026-06-15T03:30:07.946Z Compiling num-traits v0.2.19
16152026-06-15T03:30:08.014Z Compiling portable-atomic v1.13.1
16162026-06-15T03:30:08.175Z Compiling futures-core v0.3.32
16172026-06-15T03:30:08.244Z Compiling critical-section v1.2.0
16182026-06-15T03:30:08.327Z Compiling zerocopy v0.8.50
16192026-06-15T03:30:08.338Z Compiling subtle v2.6.1
16202026-06-15T03:30:08.353Z Compiling equivalent v1.0.2
16212026-06-15T03:30:08.372Z Compiling serde v1.0.228
16222026-06-15T03:30:08.439Z Compiling serde_json v1.0.150
16232026-06-15T03:30:08.505Z Compiling icu_provider v2.2.0
16242026-06-15T03:30:08.519Z Compiling uuid v1.23.2
16252026-06-15T03:30:08.531Z Compiling semver v1.0.28
16262026-06-15T03:30:08.562Z Compiling bitflags v2.12.1
16272026-06-15T03:30:08.773Z Compiling icu_properties v2.2.0
16282026-06-15T03:30:08.804Z Compiling bytes v1.11.1
16292026-06-15T03:30:08.822Z Compiling icu_normalizer v2.2.0
16302026-06-15T03:30:08.854Z Compiling chrono v0.4.45
16312026-06-15T03:30:08.889Z Compiling once_cell v1.21.4
16322026-06-15T03:30:08.931Z Compiling log v0.4.32
16332026-06-15T03:30:09.103Z Compiling futures-sink v0.3.32
16342026-06-15T03:30:09.126Z Compiling slab v0.4.12
16352026-06-15T03:30:09.227Z Compiling typenum v1.20.1
16362026-06-15T03:30:09.333Z Compiling tokio v1.52.3
16372026-06-15T03:30:09.412Z Compiling futures-channel v0.3.32
16382026-06-15T03:30:09.458Z Compiling getrandom v0.2.17
16392026-06-15T03:30:09.553Z Compiling futures-task v0.3.32
16402026-06-15T03:30:09.644Z Compiling futures-io v0.3.32
16412026-06-15T03:30:09.647Z Compiling rand_core v0.6.4
16422026-06-15T03:30:09.737Z Compiling idna_adapter v1.2.2
16432026-06-15T03:30:09.808Z Compiling futures-util v0.3.32
16442026-06-15T03:30:09.882Z Compiling idna v1.1.0
16452026-06-15T03:30:09.882Z Compiling hashbrown v0.17.1
16462026-06-15T03:30:09.920Z Compiling tracing-core v0.1.36
16472026-06-15T03:30:10.051Z Compiling base64 v0.22.1
16482026-06-15T03:30:10.378Z Compiling url v2.5.8
16492026-06-15T03:30:10.396Z Compiling indexmap v2.14.0
16502026-06-15T03:30:10.442Z Compiling fnv v1.0.7
16512026-06-15T03:30:10.512Z Compiling tracing v0.1.44
16522026-06-15T03:30:10.543Z Compiling unicode-ident v1.0.24
16532026-06-15T03:30:10.605Z Compiling http v1.4.1
16542026-06-15T03:30:10.670Z Compiling proc-macro2 v1.0.106
16552026-06-15T03:30:10.750Z Compiling byteorder v1.5.0
16562026-06-15T03:30:10.980Z Compiling schemars v0.8.22
16572026-06-15T03:30:11.016Z Compiling quote v1.0.45
16582026-06-15T03:30:11.208Z Compiling syn v2.0.117
16592026-06-15T03:30:11.301Z Compiling ppv-lite86 v0.2.21
16602026-06-15T03:30:11.334Z Compiling erased-serde v0.3.31
16612026-06-15T03:30:11.364Z Compiling thiserror v1.0.69
16622026-06-15T03:30:11.470Z Compiling ipnet v2.12.0
16632026-06-15T03:30:11.564Z Compiling rustix v1.1.4
16642026-06-15T03:30:11.617Z Compiling rustls-pki-types v1.14.1
16652026-06-15T03:30:11.828Z Compiling ipnetwork v0.21.1
16662026-06-15T03:30:11.982Z Compiling slog v2.8.2
16672026-06-15T03:30:12.080Z Compiling oxnet v0.1.6
16682026-06-15T03:30:12.098Z Compiling http-body v1.0.1
16692026-06-15T03:30:12.254Z Compiling aws-lc-sys v0.41.0
16702026-06-15T03:30:12.264Z Compiling atomic-waker v1.1.2
16712026-06-15T03:30:12.289Z Compiling pretty-hex v0.4.2
16722026-06-15T03:30:12.381Z Compiling untrusted v0.7.1
16732026-06-15T03:30:12.394Z Compiling httparse v1.10.1
16742026-06-15T03:30:12.424Z Compiling plain v0.2.3
16752026-06-15T03:30:12.508Z Compiling try-lock v0.2.5
16762026-06-15T03:30:12.533Z Compiling tower-layer v0.3.3
16772026-06-15T03:30:12.545Z Compiling tower-service v0.3.3
16782026-06-15T03:30:12.617Z Compiling untrusted v0.9.0
16792026-06-15T03:30:12.692Z Compiling rustls v0.23.40
16802026-06-15T03:30:12.697Z Compiling ryu v1.0.23
16812026-06-15T03:30:12.708Z Compiling aws-lc-rs v1.17.0
16822026-06-15T03:30:12.739Z Compiling want v0.3.1
16832026-06-15T03:30:12.797Z Compiling getrandom v0.3.4
16842026-06-15T03:30:12.847Z Compiling ucd-trie v0.1.7
16852026-06-15T03:30:12.884Z Compiling httpdate v1.0.3
16862026-06-15T03:30:12.898Z Compiling crossbeam-utils v0.8.21
16872026-06-15T03:30:12.909Z Compiling omicron-workspace-hack v0.1.0
16882026-06-15T03:30:12.978Z Compiling rand_core v0.9.5
16892026-06-15T03:30:12.991Z Compiling pest v2.8.6
16902026-06-15T03:30:13.134Z Compiling tokio-util v0.7.18
16912026-06-15T03:30:13.145Z Compiling regex-syntax v0.8.10
16922026-06-15T03:30:13.197Z Compiling rand_chacha v0.9.0
16932026-06-15T03:30:13.412Z Compiling serde_urlencoded v0.7.1
16942026-06-15T03:30:13.580Z Compiling http-body-util v0.1.3
16952026-06-15T03:30:13.664Z Compiling rustls-webpki v0.103.13
16962026-06-15T03:30:13.831Z Compiling h2 v0.4.14
16972026-06-15T03:30:13.853Z Compiling foldhash v0.2.0
16982026-06-15T03:30:14.095Z Compiling allocator-api2 v0.2.21
16992026-06-15T03:30:14.135Z Compiling rand v0.9.4
17002026-06-15T03:30:14.455Z Compiling hashbrown v0.16.1
17012026-06-15T03:30:14.680Z Compiling newtype-uuid v1.3.2
17022026-06-15T03:30:14.786Z Compiling anyhow v1.0.102
17032026-06-15T03:30:15.027Z Compiling powerfmt v0.2.0
17042026-06-15T03:30:15.067Z Compiling hex v0.4.3
17052026-06-15T03:30:15.180Z Compiling deranged v0.5.8
17062026-06-15T03:30:15.247Z Compiling daft v0.1.7
17072026-06-15T03:30:15.308Z Compiling sync_wrapper v1.0.2
17082026-06-15T03:30:15.340Z Compiling fastrand v2.4.1
17092026-06-15T03:30:15.377Z Compiling num-conv v0.2.2
17102026-06-15T03:30:15.417Z Compiling num_threads v0.1.7
17112026-06-15T03:30:15.519Z Compiling time-core v0.1.8
17122026-06-15T03:30:15.519Z Compiling tower v0.5.3
17132026-06-15T03:30:15.542Z Compiling aho-corasick v1.1.4
17142026-06-15T03:30:15.603Z Compiling generic-array v0.14.7
17152026-06-15T03:30:15.666Z Compiling crossbeam-channel v0.5.15
17162026-06-15T03:30:15.700Z Compiling futures-executor v0.3.32
17172026-06-15T03:30:15.973Z Compiling hyper v1.10.1
17182026-06-15T03:30:16.002Z Compiling tower-http v0.6.11
17192026-06-15T03:30:16.107Z Compiling time v0.3.47
17202026-06-15T03:30:16.130Z Compiling openapiv3 v2.2.0
17212026-06-15T03:30:16.155Z Compiling scroll v0.13.0
17222026-06-15T03:30:16.426Z Compiling regex-automata v0.4.14
17232026-06-15T03:30:16.439Z Compiling openssl-probe v0.2.1
17242026-06-15T03:30:16.627Z Compiling rustls-native-certs v0.8.4
17252026-06-15T03:30:16.823Z Compiling goblin v0.10.7
17262026-06-15T03:30:16.965Z Compiling futures v0.3.32
17272026-06-15T03:30:17.050Z Compiling hyper-util v0.1.20
17282026-06-15T03:30:17.385Z Compiling tokio-rustls v0.26.4
17292026-06-15T03:30:17.622Z Compiling tempfile v3.27.0
17302026-06-15T03:30:17.656Z Compiling camino v1.2.2
17312026-06-15T03:30:17.701Z Compiling thread_local v1.1.9
17322026-06-15T03:30:17.770Z Compiling cpufeatures v0.3.0
17332026-06-15T03:30:17.851Z Compiling rustls-platform-verifier v0.7.0
17342026-06-15T03:30:17.970Z Compiling dtrace-parser v0.3.0
17352026-06-15T03:30:18.014Z Compiling hybrid-array v0.4.12
17362026-06-15T03:30:18.074Z Compiling thread-id v5.1.0
17372026-06-15T03:30:18.086Z Compiling is-terminal v0.4.17
17382026-06-15T03:30:18.166Z Compiling match_cfg v0.1.0
17392026-06-15T03:30:18.184Z Compiling take_mut v0.2.2
17402026-06-15T03:30:18.236Z Compiling hyper-rustls v0.27.9
17412026-06-15T03:30:18.297Z Compiling adler2 v2.0.1
17422026-06-15T03:30:18.441Z Compiling simd-adler32 v0.3.9
17432026-06-15T03:30:18.476Z Compiling winnow v1.0.3
17442026-06-15T03:30:18.536Z Compiling term v1.2.1
17452026-06-15T03:30:18.650Z Compiling miniz_oxide v0.8.9
17462026-06-15T03:30:18.708Z Compiling reqwest v0.13.4
17472026-06-15T03:30:18.751Z Compiling slog-async v2.8.0
17482026-06-15T03:30:19.223Z Compiling slog-term v2.9.2
17492026-06-15T03:30:19.284Z Compiling hostname v0.3.1
17502026-06-15T03:30:19.350Z Compiling regex v1.12.3
17512026-06-15T03:30:19.429Z Compiling slog-json v2.6.1
17522026-06-15T03:30:19.577Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-15T03:30:19.644Z Compiling dof v0.4.0
17542026-06-15T03:30:19.661Z Compiling crc32fast v1.5.0
17552026-06-15T03:30:19.797Z Compiling memmap2 v0.9.10
17562026-06-15T03:30:19.818Z Compiling either v1.16.0
17572026-06-15T03:30:19.864Z Compiling flate2 v1.1.9
17582026-06-15T03:30:19.878Z Compiling slog-bunyan v2.5.0
17592026-06-15T03:30:20.024Z Compiling crypto-common v0.2.2
17602026-06-15T03:30:20.030Z Compiling block-buffer v0.12.0
17612026-06-15T03:30:20.046Z Compiling crypto-common v0.1.7
17622026-06-15T03:30:20.089Z Compiling rand_chacha v0.3.1
17632026-06-15T03:30:20.182Z Compiling const-oid v0.10.2
17642026-06-15T03:30:20.194Z Compiling compression-core v0.4.32
17652026-06-15T03:30:20.288Z Compiling debug-ignore v1.0.5
17662026-06-15T03:30:20.360Z Compiling usdt-impl v0.6.0
17672026-06-15T03:30:20.395Z Compiling compression-codecs v0.4.38
17682026-06-15T03:30:20.406Z Compiling rand v0.8.6
17692026-06-15T03:30:20.512Z Compiling toml_parser v1.1.2+spec-1.1.0
17702026-06-15T03:30:20.647Z Compiling digest v0.11.3
17712026-06-15T03:30:20.826Z Compiling usdt v0.6.0
17722026-06-15T03:30:20.923Z Compiling ref-cast v1.0.25
17732026-06-15T03:30:20.948Z Compiling strum v0.26.3
17742026-06-15T03:30:21.009Z Compiling macaddr v1.0.1
17752026-06-15T03:30:21.029Z Compiling toml_datetime v1.1.1+spec-1.1.0
17762026-06-15T03:30:21.056Z Compiling serde_spanned v1.1.1
17772026-06-15T03:30:21.084Z Compiling wait-timeout v0.2.1
17782026-06-15T03:30:21.112Z Compiling encoding_rs v0.8.35
17792026-06-15T03:30:21.182Z Compiling toml_writer v1.1.1+spec-1.1.0
17802026-06-15T03:30:21.208Z Compiling spin v0.9.8
17812026-06-15T03:30:21.233Z Compiling quick-error v1.2.3
17822026-06-15T03:30:21.330Z Compiling bit-vec v0.8.0
17832026-06-15T03:30:21.340Z Compiling mime v0.3.17
17842026-06-15T03:30:21.350Z Compiling rusty-fork v0.3.1
17852026-06-15T03:30:21.376Z Compiling toml v1.1.2+spec-1.1.0
17862026-06-15T03:30:21.397Z Compiling sha1 v0.11.0
17872026-06-15T03:30:21.564Z Compiling bit-set v0.8.0
17882026-06-15T03:30:21.608Z Compiling async-compression v0.4.42
17892026-06-15T03:30:21.652Z Compiling serde_with v3.20.0
17902026-06-15T03:30:21.652Z Compiling async-stream v0.3.6
17912026-06-15T03:30:21.688Z Compiling rand_xorshift v0.4.0
17922026-06-15T03:30:21.728Z Compiling waitgroup v0.1.2
17932026-06-15T03:30:21.832Z Compiling rustls-pemfile v2.2.0
17942026-06-15T03:30:21.844Z Compiling serde_path_to_error v0.1.20
17952026-06-15T03:30:21.870Z Compiling hostname v0.4.2
17962026-06-15T03:30:21.925Z Compiling unarray v0.1.4
17972026-06-15T03:30:22.015Z Compiling proptest v1.11.0
17982026-06-15T03:30:22.034Z Compiling strum v0.27.2
17992026-06-15T03:30:22.046Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18002026-06-15T03:30:22.170Z Compiling multer v3.1.0
18012026-06-15T03:30:22.181Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18022026-06-15T03:30:22.195Z Compiling progenitor-client v0.14.0
18032026-06-15T03:30:22.363Z Compiling iddqd v0.4.2
18042026-06-15T03:30:22.476Z Compiling dropshot v0.17.1
18052026-06-15T03:30:22.489Z Compiling itertools v0.14.0
18062026-06-15T03:30:22.654Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-15T03:30:22.787Z Compiling reqwest v0.12.28
18082026-06-15T03:30:22.801Z Compiling block-buffer v0.10.4
18092026-06-15T03:30:22.900Z Compiling backon v1.6.0
18102026-06-15T03:30:22.953Z Compiling regress v0.10.5
18112026-06-15T03:30:23.105Z Compiling instant v0.1.13
18122026-06-15T03:30:23.219Z Compiling backoff v0.4.0
18132026-06-15T03:30:23.406Z Compiling progenitor-extras v0.2.0
18142026-06-15T03:30:23.441Z Compiling digest v0.10.7
18152026-06-15T03:30:23.632Z Compiling parse-display v0.10.0
18162026-06-15T03:30:23.649Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18172026-06-15T03:30:23.663Z Compiling humantime v2.3.0
18182026-06-15T03:30:23.720Z Compiling progenitor-client v0.10.0
18192026-06-15T03:30:23.943Z Compiling unicode-width v0.2.2
18202026-06-15T03:30:23.965Z Compiling cpufeatures v0.2.17
18212026-06-15T03:30:23.999Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18222026-06-15T03:30:24.045Z Compiling utf8parse v0.2.2
18232026-06-15T03:30:24.174Z Compiling anstyle-parse v1.0.0
18242026-06-15T03:30:24.271Z Compiling terminal_size v0.4.4
18252026-06-15T03:30:24.383Z Compiling anstyle-query v1.1.5
18262026-06-15T03:30:24.422Z Compiling heck v0.5.0
18272026-06-15T03:30:24.499Z Compiling colorchoice v1.0.5
18282026-06-15T03:30:24.573Z Compiling is_terminal_polyfill v1.70.2
18292026-06-15T03:30:24.600Z Compiling anstyle v1.0.14
18302026-06-15T03:30:24.625Z Compiling secrecy v0.10.3
18312026-06-15T03:30:24.672Z Compiling tinyvec_macros v0.1.1
18322026-06-15T03:30:24.683Z Compiling clap_lex v1.1.0
18332026-06-15T03:30:24.747Z Compiling strsim v0.11.1
18342026-06-15T03:30:24.787Z Compiling anstream v1.0.0
18352026-06-15T03:30:24.834Z Compiling tinyvec v1.11.0
18362026-06-15T03:30:24.945Z Compiling num-integer v0.1.46
18372026-06-15T03:30:25.122Z Compiling clap_builder v4.6.0
18382026-06-15T03:30:25.148Z Compiling scroll v0.12.0
18392026-06-15T03:30:25.191Z Compiling crucible-workspace-hack v0.1.0
18402026-06-15T03:30:25.271Z Compiling hmac v0.12.1
18412026-06-15T03:30:25.283Z Compiling inout v0.1.4
18422026-06-15T03:30:25.417Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-15T03:30:25.429Z Compiling regress v0.11.1
18442026-06-15T03:30:25.440Z Compiling ff v0.13.1
18452026-06-15T03:30:25.576Z Compiling group v0.13.0
18462026-06-15T03:30:25.636Z Compiling cipher v0.4.4
18472026-06-15T03:30:25.692Z Compiling hkdf v0.12.4
18482026-06-15T03:30:25.695Z Compiling goblin v0.8.2
18492026-06-15T03:30:25.846Z Compiling num-iter v0.1.45
18502026-06-15T03:30:25.860Z Compiling num-rational v0.4.2
18512026-06-15T03:30:25.972Z Compiling zerocopy v0.7.35
18522026-06-15T03:30:26.384Z Compiling universal-hash v0.5.1
18532026-06-15T03:30:26.405Z Compiling crypto-bigint v0.5.5
18542026-06-15T03:30:26.525Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-15T03:30:26.538Z Compiling half v2.7.1
18562026-06-15T03:30:26.842Z Compiling clap v4.6.1
18572026-06-15T03:30:26.868Z Compiling num-complex v0.4.6
18582026-06-15T03:30:26.931Z Compiling base16ct v0.2.0
18592026-06-15T03:30:27.103Z Compiling typify-impl v0.6.2
18602026-06-15T03:30:27.262Z Compiling base64ct v1.8.3
18612026-06-15T03:30:27.567Z Compiling opaque-debug v0.3.1
18622026-06-15T03:30:27.579Z Compiling ciborium-io v0.2.2
18632026-06-15T03:30:27.647Z Compiling poly1305 v0.8.0
18642026-06-15T03:30:27.679Z Compiling ciborium-ll v0.2.2
18652026-06-15T03:30:27.909Z Compiling dof v0.3.0
18662026-06-15T03:30:28.068Z Compiling password-hash v0.5.0
18672026-06-15T03:30:28.435Z Compiling elliptic-curve v0.13.8
18682026-06-15T03:30:28.532Z Compiling num v0.4.3
18692026-06-15T03:30:28.615Z Compiling curve25519-dalek v4.1.3
18702026-06-15T03:30:28.714Z Compiling thiserror-no-std v2.0.2
18712026-06-15T03:30:28.727Z Compiling hubpack v0.1.2
18722026-06-15T03:30:28.738Z Compiling chacha20 v0.9.1
18732026-06-15T03:30:28.809Z Compiling typify v0.6.2
18742026-06-15T03:30:28.924Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18752026-06-15T03:30:28.952Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-15T03:30:28.965Z Compiling blake2 v0.10.6
18772026-06-15T03:30:28.965Z Compiling aead v0.5.2
18782026-06-15T03:30:29.138Z Compiling byte-wrapper v0.1.0
18792026-06-15T03:30:29.377Z Compiling dtrace-parser v0.2.0
18802026-06-15T03:30:29.463Z Compiling crossbeam-epoch v0.9.18
18812026-06-15T03:30:29.518Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18822026-06-15T03:30:29.531Z Compiling thread-id v4.2.2
18832026-06-15T03:30:29.573Z Compiling static_assertions v1.1.0
18842026-06-15T03:30:29.617Z Compiling float-ord v0.3.2
18852026-06-15T03:30:29.651Z Compiling keccak v0.1.6
18862026-06-15T03:30:29.741Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-15T03:30:29.785Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-06-15T03:30:29.816Z Compiling sha3 v0.10.9
18892026-06-15T03:30:29.844Z Compiling usdt-impl v0.5.0
18902026-06-15T03:30:29.905Z Compiling vsss-rs v3.3.4
18912026-06-15T03:30:30.117Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-15T03:30:30.183Z Compiling argon2 v0.5.3
18932026-06-15T03:30:30.515Z Compiling chacha20poly1305 v0.10.1
18942026-06-15T03:30:30.656Z Compiling memoffset v0.9.1
18952026-06-15T03:30:30.691Z Compiling ciborium v0.2.2
18962026-06-15T03:30:30.748Z Compiling hash32 v0.3.1
18972026-06-15T03:30:30.862Z Compiling memmap v0.7.0
18982026-06-15T03:30:30.906Z Compiling data-encoding v2.11.0
18992026-06-15T03:30:31.049Z Compiling indent_write v2.2.0
19002026-06-15T03:30:31.180Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-15T03:30:31.192Z Compiling usdt v0.5.0
19022026-06-15T03:30:31.204Z Compiling heapless v0.8.0
19032026-06-15T03:30:31.278Z Compiling nix v0.31.3
19042026-06-15T03:30:31.461Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19052026-06-15T03:30:31.568Z Compiling ingot-types v0.1.2
19062026-06-15T03:30:31.634Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-15T03:30:31.738Z Compiling rustix v0.38.44
19082026-06-15T03:30:31.896Z Compiling tabwriter v1.4.1
19092026-06-15T03:30:31.984Z Compiling cobs v0.3.0
19102026-06-15T03:30:32.007Z Compiling bytecount v0.6.9
19112026-06-15T03:30:32.141Z Compiling managed v0.8.0
19122026-06-15T03:30:32.153Z Compiling bitflags v1.3.2
19132026-06-15T03:30:32.188Z Compiling postcard v1.1.3
19142026-06-15T03:30:32.230Z Compiling ingot v0.1.1
19152026-06-15T03:30:32.251Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-15T03:30:32.356Z Compiling smoltcp v0.11.0
19172026-06-15T03:30:32.501Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-06-15T03:30:32.524Z Compiling serde_spanned v0.6.9
19192026-06-15T03:30:32.565Z Compiling toml_datetime v0.6.11
19202026-06-15T03:30:32.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-06-15T03:30:32.670Z Compiling foreign-types-shared v0.3.1
19222026-06-15T03:30:32.768Z Compiling winnow v0.7.15
19232026-06-15T03:30:32.845Z Compiling toml_write v0.1.2
19242026-06-15T03:30:32.951Z Compiling unicode-segmentation v1.13.3
19252026-06-15T03:30:32.967Z Compiling linked-hash-map v0.5.6
19262026-06-15T03:30:33.049Z Compiling swrite v0.1.0
19272026-06-15T03:30:33.148Z Compiling resolv-conf v0.7.6
19282026-06-15T03:30:33.160Z Compiling colored v3.1.1
19292026-06-15T03:30:33.375Z Compiling newline-converter v0.3.0
19302026-06-15T03:30:33.498Z Compiling lru-cache v0.1.2
19312026-06-15T03:30:33.514Z Compiling foreign-types v0.5.0
19322026-06-15T03:30:33.543Z Compiling num_enum v0.7.6
19332026-06-15T03:30:33.596Z Compiling atomicwrites v0.4.4
19342026-06-15T03:30:33.629Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19352026-06-15T03:30:33.664Z Compiling hickory-proto v0.24.4
19362026-06-15T03:30:33.747Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19372026-06-15T03:30:33.787Z Compiling crossbeam-deque v0.8.6
19382026-06-15T03:30:33.865Z Compiling progenitor-impl v0.13.0
19392026-06-15T03:30:33.995Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19402026-06-15T03:30:34.098Z Compiling toml_edit v0.22.27
19412026-06-15T03:30:34.283Z Compiling console v0.15.11
19422026-06-15T03:30:34.321Z Compiling progenitor-client v0.13.0
19432026-06-15T03:30:34.631Z Compiling camino-tempfile v1.4.1
19442026-06-15T03:30:34.671Z Compiling chacha20 v0.10.0
19452026-06-15T03:30:34.871Z Compiling serde-big-array v0.5.1
19462026-06-15T03:30:34.930Z Compiling cstr-argument v0.1.2
19472026-06-15T03:30:34.942Z Compiling similar v2.7.0
19482026-06-15T03:30:35.020Z Compiling siphasher v1.0.3
19492026-06-15T03:30:35.089Z Compiling progenitor v0.13.0
19502026-06-15T03:30:35.179Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19512026-06-15T03:30:35.220Z Compiling phf_shared v0.12.1
19522026-06-15T03:30:35.233Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19532026-06-15T03:30:35.398Z Compiling expectorate v1.2.0
19542026-06-15T03:30:35.442Z Compiling pin-project v1.1.13
19552026-06-15T03:30:35.549Z Compiling toml v0.8.23
19562026-06-15T03:30:35.552Z Compiling hickory-resolver v0.24.4
19572026-06-15T03:30:35.827Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19582026-06-15T03:30:36.218Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19592026-06-15T03:30:36.319Z Compiling rand v0.10.1
19602026-06-15T03:30:36.345Z Compiling rayon-core v1.13.0
19612026-06-15T03:30:36.795Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19622026-06-15T03:30:36.967Z Compiling num_enum v0.5.11
19632026-06-15T03:30:36.991Z Compiling prettyplease v0.2.37
19642026-06-15T03:30:37.007Z Compiling unicode-normalization v0.1.25
19652026-06-15T03:30:37.050Z Compiling tokio-stream v0.1.18
19662026-06-15T03:30:37.067Z Compiling bstr v1.12.1
19672026-06-15T03:30:37.085Z Compiling csv-core v0.1.13
19682026-06-15T03:30:37.350Z Compiling foreign-types-shared v0.1.1
19692026-06-15T03:30:37.451Z Compiling foldhash v0.1.5
19702026-06-15T03:30:37.476Z Compiling highway v1.3.0
19712026-06-15T03:30:37.503Z Compiling konst_macro_rules v0.2.19
19722026-06-15T03:30:37.552Z Compiling same-file v1.0.6
19732026-06-15T03:30:37.631Z Compiling unicode-width v0.1.14
19742026-06-15T03:30:37.681Z Compiling konst v0.2.20
19752026-06-15T03:30:37.727Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-06-15T03:30:37.851Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-06-15T03:30:37.865Z Compiling walkdir v2.5.0
19782026-06-15T03:30:37.913Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-15T03:30:37.925Z Compiling hashbrown v0.15.5
19802026-06-15T03:30:38.068Z Compiling foreign-types v0.3.2
19812026-06-15T03:30:38.149Z Compiling globset v0.4.18
19822026-06-15T03:30:38.202Z Compiling qorb v0.4.1
19832026-06-15T03:30:38.264Z Compiling olpc-cjson v0.1.4
19842026-06-15T03:30:38.434Z Compiling csv v1.4.0
19852026-06-15T03:30:38.448Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19862026-06-15T03:30:38.763Z Compiling snafu v0.8.9
19872026-06-15T03:30:38.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19882026-06-15T03:30:38.993Z Compiling rayon v1.12.0
19892026-06-15T03:30:39.139Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19902026-06-15T03:30:39.326Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-15T03:30:39.528Z Compiling phf v0.12.1
19922026-06-15T03:30:39.688Z Compiling openssl-sys v0.9.116
19932026-06-15T03:30:39.783Z Compiling tokio-dtrace v0.1.1
19942026-06-15T03:30:40.063Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-06-15T03:30:40.102Z Compiling progenitor-impl v0.14.0
19962026-06-15T03:30:40.303Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19972026-06-15T03:30:40.316Z Compiling itertools v0.12.1
19982026-06-15T03:30:40.507Z Compiling libsw-core v0.3.2
19992026-06-15T03:30:40.540Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20002026-06-15T03:30:40.680Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-06-15T03:30:40.809Z Compiling pem v3.0.6
20022026-06-15T03:30:40.900Z Compiling serde_plain v1.0.2
20032026-06-15T03:30:40.915Z Compiling sigpipe v0.1.3
20042026-06-15T03:30:41.009Z Compiling minimal-lexical v0.2.1
20052026-06-15T03:30:41.113Z Compiling fixedbitset v0.5.7
20062026-06-15T03:30:41.174Z Compiling jiff v0.2.28
20072026-06-15T03:30:41.279Z Compiling glob v0.3.3
20082026-06-15T03:30:41.446Z Compiling fixedbitset v0.4.2
20092026-06-15T03:30:41.533Z Compiling typed-path v0.9.3
20102026-06-15T03:30:41.687Z Compiling petgraph v0.6.5
20112026-06-15T03:30:41.702Z Compiling zone v0.3.1
20122026-06-15T03:30:41.712Z Compiling petgraph v0.8.3
20132026-06-15T03:30:42.442Z Compiling tough v0.22.0
20142026-06-15T03:30:42.739Z Compiling progenitor v0.14.0
20152026-06-15T03:30:42.808Z Compiling nom v7.1.3
20162026-06-15T03:30:42.885Z Compiling openssl v0.10.80
20172026-06-15T03:30:43.180Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-15T03:30:43.229Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20192026-06-15T03:30:43.389Z Compiling libsw v3.5.0
20202026-06-15T03:30:43.470Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-06-15T03:30:43.572Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-15T03:30:43.816Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-15T03:30:44.009Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20242026-06-15T03:30:44.144Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20252026-06-15T03:30:44.306Z Compiling oxide-tokio-rt v0.1.6
20262026-06-15T03:30:44.516Z Compiling chrono-tz v0.10.4
20272026-06-15T03:30:44.625Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-15T03:30:44.666Z Compiling newtype_derive v0.1.6
20292026-06-15T03:30:44.750Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-15T03:30:44.799Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20312026-06-15T03:30:45.121Z Compiling slog-dtrace v0.3.0
20322026-06-15T03:30:45.210Z Compiling const_format v0.2.36
20332026-06-15T03:30:45.446Z Compiling papergrid v0.11.0
20342026-06-15T03:30:45.561Z Compiling owo-colors v4.3.0
20352026-06-15T03:30:45.577Z Compiling cancel-safe-futures v0.1.5
20362026-06-15T03:30:45.776Z Compiling gethostname v0.5.0
20372026-06-15T03:30:45.888Z Compiling libscf-sys v1.2.0
20382026-06-15T03:30:45.904Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20392026-06-15T03:30:46.034Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-15T03:30:46.122Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20412026-06-15T03:30:46.164Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-15T03:30:46.282Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-15T03:30:46.293Z Compiling smf v0.2.3
20442026-06-15T03:30:46.407Z Compiling bcs v0.1.6
20452026-06-15T03:30:46.494Z Compiling tagptr v0.2.0
20462026-06-15T03:30:46.650Z Compiling termtree v0.5.1
20472026-06-15T03:30:46.686Z Compiling linear-map v1.2.0
20482026-06-15T03:30:46.725Z Compiling lazy_static v1.5.0
20492026-06-15T03:30:46.802Z Compiling smawk v0.3.2
20502026-06-15T03:30:46.832Z Compiling whoami v1.6.1
20512026-06-15T03:30:46.850Z Compiling unicode-linebreak v0.1.5
20522026-06-15T03:30:46.875Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-15T03:30:46.944Z Compiling steno v0.4.1
20542026-06-15T03:30:47.072Z Compiling textwrap v0.16.2
20552026-06-15T03:30:47.105Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-15T03:30:47.148Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-15T03:30:47.389Z Compiling moka v0.12.15
20582026-06-15T03:30:47.590Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-15T03:30:48.026Z Compiling tabled v0.15.0
20602026-06-15T03:30:48.167Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-15T03:30:48.463Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-15T03:30:48.664Z Compiling cookie v0.18.1
20632026-06-15T03:30:49.118Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-15T03:30:49.331Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-15T03:30:49.834Z Compiling papergrid v0.18.0
20662026-06-15T03:30:50.220Z Compiling hickory-proto v0.25.2
20672026-06-15T03:30:50.366Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20682026-06-15T03:30:50.500Z Compiling testing_table v0.3.0
20692026-06-15T03:30:50.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20702026-06-15T03:30:50.862Z Compiling tabled v0.21.0
20712026-06-15T03:30:51.049Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20722026-06-15T03:30:51.358Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20732026-06-15T03:30:51.370Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20742026-06-15T03:30:51.617Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
20752026-06-15T03:30:51.724Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-15T03:30:52.518Z Compiling hickory-resolver v0.25.2
20772026-06-15T03:30:52.531Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20782026-06-15T03:30:52.711Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20792026-06-15T03:30:53.450Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-15T03:30:53.472Z Compiling crc8 v0.1.1
20812026-06-15T03:30:53.483Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20822026-06-15T03:30:53.592Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
20832026-06-15T03:30:53.604Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20842026-06-15T03:30:56.945Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-06-15T03:31:04.690Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-06-15T03:31:06.286Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-06-15T03:31:07.292Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20882026-06-15T03:31:08.537Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20892026-06-15T03:31:10.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
20902026-06-15T03:31:10.135Z Running `target/debug/xtask openapi check`
20912026-06-15T03:31:10.596Z Compiling serde_core v1.0.228
20922026-06-15T03:31:10.600Z Compiling serde v1.0.228
20932026-06-15T03:31:10.601Z Compiling serde_json v1.0.150
20942026-06-15T03:31:10.668Z Compiling syn v2.0.117
20952026-06-15T03:31:10.672Z Compiling getrandom v0.4.2
20962026-06-15T03:31:10.676Z Compiling bytes v1.11.1
20972026-06-15T03:31:10.686Z Compiling num-traits v0.2.19
20982026-06-15T03:31:10.689Z Compiling zerocopy v0.8.50
20992026-06-15T03:31:10.818Z Compiling once_cell v1.21.4
21002026-06-15T03:31:11.037Z Compiling schemars v0.8.22
21012026-06-15T03:31:11.120Z Compiling http v1.4.1
21022026-06-15T03:31:11.294Z Compiling slog v2.8.2
21032026-06-15T03:31:11.304Z Compiling zeroize v1.8.2
21042026-06-15T03:31:11.313Z Compiling aws-lc-rs v1.17.0
21052026-06-15T03:31:11.326Z Compiling usdt-impl v0.6.0
21062026-06-15T03:31:11.377Z Compiling time-macros v0.2.27
21072026-06-15T03:31:11.480Z Compiling rustls-pki-types v1.14.1
21082026-06-15T03:31:11.590Z Compiling tracing-core v0.1.36
21092026-06-15T03:31:11.617Z Compiling bitflags v2.12.1
21102026-06-15T03:31:11.854Z Compiling http-body v1.0.1
21112026-06-15T03:31:11.950Z Compiling tracing v0.1.44
21122026-06-15T03:31:12.059Z Compiling generic-array v0.14.7
21132026-06-15T03:31:12.178Z Compiling indexmap v2.14.0
21142026-06-15T03:31:12.206Z Compiling rustls v0.23.40
21152026-06-15T03:31:12.219Z Compiling rustix v1.1.4
21162026-06-15T03:31:12.351Z Compiling winnow v1.0.3
21172026-06-15T03:31:12.362Z Compiling time v0.3.47
21182026-06-15T03:31:12.783Z Compiling uuid v1.23.2
21192026-06-15T03:31:13.218Z Compiling pest_generator v2.8.6
21202026-06-15T03:31:13.354Z Compiling serde_derive_internals v0.29.1
21212026-06-15T03:31:13.407Z Compiling camino v1.2.2
21222026-06-15T03:31:13.419Z Compiling rustls-webpki v0.103.13
21232026-06-15T03:31:13.428Z Compiling subtle v2.6.1
21242026-06-15T03:31:13.584Z Compiling toml_datetime v1.1.1+spec-1.1.0
21252026-06-15T03:31:13.722Z Compiling serde_spanned v1.1.1
21262026-06-15T03:31:13.778Z Compiling toml_edit v0.25.12+spec-1.1.0
21272026-06-15T03:31:13.812Z Compiling toml_parser v1.1.2+spec-1.1.0
21282026-06-15T03:31:13.876Z Compiling semver v1.0.28
21292026-06-15T03:31:14.118Z Compiling rustix v0.38.44
21302026-06-15T03:31:14.335Z Compiling toml v1.1.2+spec-1.1.0
21312026-06-15T03:31:14.371Z Compiling serde_derive v1.0.228
21322026-06-15T03:31:14.400Z Compiling thiserror-impl v2.0.18
21332026-06-15T03:31:14.518Z Compiling zerocopy-derive v0.8.50
21342026-06-15T03:31:14.526Z Compiling pest_derive v2.8.6
21352026-06-15T03:31:14.558Z Compiling tokio-macros v2.7.0
21362026-06-15T03:31:14.747Z Compiling schemars_derive v0.8.22
21372026-06-15T03:31:15.046Z Compiling scroll_derive v0.13.1
21382026-06-15T03:31:15.327Z Compiling tokio v1.52.3
21392026-06-15T03:31:15.659Z Compiling thiserror v2.0.18
21402026-06-15T03:31:15.768Z Compiling futures-macro v0.3.32
21412026-06-15T03:31:15.857Z Compiling dtrace-parser v0.3.0
21422026-06-15T03:31:15.894Z Compiling scroll v0.13.0
21432026-06-15T03:31:16.157Z Compiling goblin v0.10.7
21442026-06-15T03:31:16.607Z Compiling futures-util v0.3.32
21452026-06-15T03:31:17.571Z Compiling chrono v0.4.45
21462026-06-15T03:31:17.714Z Compiling erased-serde v0.3.31
21472026-06-15T03:31:18.830Z Compiling dof v0.4.0
21482026-06-15T03:31:18.878Z Compiling serde_tokenstream v0.2.3
21492026-06-15T03:31:19.059Z Compiling tokio-util v0.7.18
21502026-06-15T03:31:19.171Z Compiling futures-executor v0.3.32
21512026-06-15T03:31:19.589Z Compiling h2 v0.4.14
21522026-06-15T03:31:19.607Z Compiling oxnet v0.1.6
21532026-06-15T03:31:20.008Z Compiling usdt-macro v0.6.0
21542026-06-15T03:31:20.017Z Compiling usdt-attr-macro v0.6.0
21552026-06-15T03:31:20.099Z Compiling slog-json v2.6.1
21562026-06-15T03:31:20.247Z Compiling openapiv3 v2.2.0
21572026-06-15T03:31:20.315Z Compiling async-stream-impl v0.3.6
21582026-06-15T03:31:20.418Z Compiling slog-bunyan v2.5.0
21592026-06-15T03:31:20.563Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
21602026-06-15T03:31:20.724Z Compiling futures v0.3.32
21612026-06-15T03:31:20.781Z Compiling usdt v0.6.0
21622026-06-15T03:31:20.805Z Compiling dropshot_endpoint v0.17.1
21632026-06-15T03:31:20.847Z Compiling async-compression v0.4.42
21642026-06-15T03:31:20.909Z Compiling tokio-rustls v0.26.4
21652026-06-15T03:31:20.975Z Compiling async-stream v0.3.6
21662026-06-15T03:31:21.054Z Compiling multer v3.1.0
21672026-06-15T03:31:21.153Z Compiling slog-term v2.9.2
21682026-06-15T03:31:21.156Z Compiling slog-async v2.8.0
21692026-06-15T03:31:21.168Z Compiling serde_urlencoded v0.7.1
21702026-06-15T03:31:21.408Z Compiling async-trait v0.1.89
21712026-06-15T03:31:21.446Z Compiling proc-macro-crate v3.5.0
21722026-06-15T03:31:21.527Z Compiling serde_path_to_error v0.1.20
21732026-06-15T03:31:21.643Z Compiling http-body-util v0.1.3
21742026-06-15T03:31:21.714Z Compiling hyper v1.10.1
21752026-06-15T03:31:21.840Z Compiling rustls-pemfile v2.2.0
21762026-06-15T03:31:21.860Z Compiling crossbeam-epoch v0.9.18
21772026-06-15T03:31:21.887Z Compiling aho-corasick v1.1.4
21782026-06-15T03:31:21.897Z Compiling tempfile v3.27.0
21792026-06-15T03:31:22.038Z Compiling num_enum_derive v0.7.6
21802026-06-15T03:31:22.194Z Compiling crossbeam-deque v0.8.6
21812026-06-15T03:31:22.370Z Compiling crypto-common v0.1.7
21822026-06-15T03:31:22.388Z Compiling block-buffer v0.10.4
21832026-06-15T03:31:22.425Z Compiling dropshot-api-manager-types v0.7.2
21842026-06-15T03:31:22.497Z Compiling git-stub v1.0.0
21852026-06-15T03:31:22.529Z Compiling clap_builder v4.6.0
21862026-06-15T03:31:22.558Z Compiling digest v0.10.7
21872026-06-15T03:31:22.756Z Compiling regex-automata v0.4.14
21882026-06-15T03:31:22.759Z Compiling rayon-core v1.13.0
21892026-06-15T03:31:22.759Z Compiling fs-err v3.3.0
21902026-06-15T03:31:23.064Z Compiling hyper-util v0.1.20
21912026-06-15T03:31:23.073Z Compiling num_enum v0.7.6
21922026-06-15T03:31:23.168Z Compiling atomicwrites v0.4.4
21932026-06-15T03:31:23.192Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21942026-06-15T03:31:23.360Z Compiling serde_repr v0.1.20
21952026-06-15T03:31:23.386Z Compiling clap_derive v4.6.1
21962026-06-15T03:31:23.448Z Compiling terminal_size v0.4.4
21972026-06-15T03:31:23.592Z Compiling nom v8.0.0
21982026-06-15T03:31:23.729Z Compiling bstr v1.12.1
21992026-06-15T03:31:23.953Z Compiling either v1.16.0
22002026-06-15T03:31:24.097Z Compiling is_ci v1.2.0
22012026-06-15T03:31:24.140Z Compiling sha2 v0.10.9
22022026-06-15T03:31:24.299Z Compiling dropshot v0.17.1
22032026-06-15T03:31:24.348Z Compiling supports-color v3.0.2
22042026-06-15T03:31:24.527Z Compiling regex v1.12.3
22052026-06-15T03:31:24.553Z Compiling rayon v1.12.0
22062026-06-15T03:31:24.774Z Compiling textwrap v0.16.2
22072026-06-15T03:31:24.994Z Compiling drift v0.2.0
22082026-06-15T03:31:25.115Z Compiling clap v4.6.1
22092026-06-15T03:31:25.204Z Compiling similar v2.7.0
22102026-06-15T03:31:25.283Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22112026-06-15T03:31:25.826Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22122026-06-15T03:31:25.919Z Compiling git-stub-vcs v0.1.0
22132026-06-15T03:31:27.077Z Compiling dropshot-api-manager v0.7.2
22142026-06-15T03:31:27.078Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22152026-06-15T03:31:31.253Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22162026-06-15T03:31:32.482Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22172026-06-15T03:31:39.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s
22182026-06-15T03:31:39.384Z Running `target/debug/maghemite-dropshot-apis check`
22192026-06-15T03:31:39.410Z -------
22202026-06-15T03:31:39.410Z Generating OpenAPI documents from API definitions ...
22212026-06-15T03:31:39.481Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22222026-06-15T03:31:39.518Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22232026-06-15T03:31:39.642Z -------
22242026-06-15T03:31:39.642Z Checking 15 OpenAPI documents...
22252026-06-15T03:31:39.642Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22262026-06-15T03:31:39.642Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22272026-06-15T03:31:39.642Z Fresh ddm-admin (versioned v3.0.0 (added locally)): DDM Admin
22282026-06-15T03:31:39.642Z Fresh ddm-admin "latest" symlink
22292026-06-15T03:31:39.645Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22302026-06-15T03:31:39.645Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22312026-06-15T03:31:39.645Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22322026-06-15T03:31:39.645Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22332026-06-15T03:31:39.645Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22342026-06-15T03:31:39.645Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22352026-06-15T03:31:39.645Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22362026-06-15T03:31:39.645Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22372026-06-15T03:31:39.645Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22382026-06-15T03:31:39.645Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22392026-06-15T03:31:39.645Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22402026-06-15T03:31:39.645Z Fresh mg-admin (versioned v12.0.0 (added locally)): Maghemite Admin
22412026-06-15T03:31:39.646Z Fresh mg-admin "latest" symlink
22422026-06-15T03:31:39.646Z -------
22432026-06-15T03:31:39.646Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22442026-06-15T03:31:39.696Z+ banner build
22452026-06-15T03:31:39.699Z
22462026-06-15T03:31:39.699Z ##### # # # # #####
22472026-06-15T03:31:39.699Z # # # # # # # #
22482026-06-15T03:31:39.699Z ##### # # # # # #
22492026-06-15T03:31:39.699Z # # # # # # # #
22502026-06-15T03:31:39.699Z # # # # # # # #
22512026-06-15T03:31:39.699Z ##### #### # ###### #####
22522026-06-15T03:31:39.699Z
22532026-06-15T03:31:39.699Z+ ptime -m cargo build
22542026-06-15T03:31:40.298Z Compiling smallvec v1.15.1
22552026-06-15T03:31:40.410Z Compiling log v0.4.32
22562026-06-15T03:31:40.430Z Compiling ring v0.17.14
22572026-06-15T03:31:41.453Z Compiling webpki-roots v1.0.7
22582026-06-15T03:31:41.456Z Compiling similar v2.7.0
22592026-06-15T03:31:41.456Z Compiling fxhash v0.2.1
22602026-06-15T03:31:41.456Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22612026-06-15T03:31:41.456Z Compiling goblin v0.10.7
22622026-06-15T03:31:41.456Z Compiling icu_normalizer v2.2.0
22632026-06-15T03:31:41.456Z Compiling parking_lot_core v0.9.12
22642026-06-15T03:31:41.456Z Compiling goblin v0.8.2
22652026-06-15T03:31:41.456Z Compiling globset v0.4.18
22662026-06-15T03:31:41.456Z Compiling parking_lot_core v0.8.6
22672026-06-15T03:31:41.456Z Compiling idna_adapter v1.2.2
22682026-06-15T03:31:41.456Z Compiling idna v1.1.0
22692026-06-15T03:31:41.456Z Compiling parking_lot v0.12.5
22702026-06-15T03:31:41.456Z Compiling expectorate v1.2.0
22712026-06-15T03:31:41.456Z Compiling tokio v1.52.3
22722026-06-15T03:31:41.456Z Compiling url v2.5.8
22732026-06-15T03:31:41.456Z Compiling moka v0.12.15
22742026-06-15T03:31:41.463Z Compiling parking_lot v0.11.2
22752026-06-15T03:31:41.796Z Compiling rustls-webpki v0.103.13
22762026-06-15T03:31:41.842Z Compiling sled v0.34.7
22772026-06-15T03:31:42.206Z Compiling schemars v0.8.22
22782026-06-15T03:31:42.239Z Compiling arc-swap v1.9.1
22792026-06-15T03:31:42.346Z Compiling rustls v0.23.40
22802026-06-15T03:31:42.544Z Compiling slog-scope v4.4.1
22812026-06-15T03:31:42.767Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22822026-06-15T03:31:42.805Z Compiling dof v0.3.0
22832026-06-15T03:31:43.087Z Compiling ipnetwork v0.21.1
22842026-06-15T03:31:43.511Z Compiling oxnet v0.1.6
22852026-06-15T03:31:43.524Z Compiling newtype-uuid v1.3.2
22862026-06-15T03:31:43.602Z Compiling dof v0.4.0
22872026-06-15T03:31:43.864Z Compiling daft v0.1.7
22882026-06-15T03:31:43.975Z Compiling serde_with v3.20.0
22892026-06-15T03:31:44.149Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-06-15T03:31:44.451Z Compiling usdt-impl v0.6.0
22912026-06-15T03:31:44.682Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-06-15T03:31:44.945Z Compiling usdt v0.6.0
22932026-06-15T03:31:45.139Z Compiling tokio-util v0.7.18
22942026-06-15T03:31:45.240Z Compiling tower v0.5.3
22952026-06-15T03:31:45.272Z Compiling async-compression v0.4.42
22962026-06-15T03:31:45.329Z Compiling tokio-rustls v0.26.4
22972026-06-15T03:31:45.600Z Compiling rustls-platform-verifier v0.7.0
22982026-06-15T03:31:45.612Z Compiling iddqd v0.4.2
22992026-06-15T03:31:45.722Z Compiling h2 v0.4.14
23002026-06-15T03:31:45.783Z Compiling tower-http v0.6.11
23012026-06-15T03:31:45.843Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23022026-06-15T03:31:45.867Z Compiling backoff v0.4.0
23032026-06-15T03:31:46.016Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23042026-06-15T03:31:46.086Z Compiling typify-impl v0.6.2
23052026-06-15T03:31:46.099Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23062026-06-15T03:31:46.218Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-15T03:31:46.443Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-06-15T03:31:46.539Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23092026-06-15T03:31:46.852Z Compiling byte-wrapper v0.1.0
23102026-06-15T03:31:46.892Z Compiling usdt-impl v0.5.0
23112026-06-15T03:31:46.905Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23122026-06-15T03:31:47.157Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23132026-06-15T03:31:47.216Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23142026-06-15T03:31:47.266Z Compiling usdt v0.5.0
23152026-06-15T03:31:47.550Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23162026-06-15T03:31:47.562Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
23172026-06-15T03:31:47.816Z Compiling hyper v1.10.1
23182026-06-15T03:31:47.854Z Compiling typify v0.6.2
23192026-06-15T03:31:47.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23202026-06-15T03:31:48.180Z Compiling progenitor-impl v0.14.0
23212026-06-15T03:31:48.236Z Compiling progenitor-impl v0.13.0
23222026-06-15T03:31:48.651Z Compiling hickory-proto v0.24.4
23232026-06-15T03:31:49.378Z Compiling hyper-util v0.1.20
23242026-06-15T03:31:49.507Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-15T03:31:49.521Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-06-15T03:31:49.621Z Compiling tokio-stream v0.1.18
23272026-06-15T03:31:50.115Z Compiling tokio-dtrace v0.1.1
23282026-06-15T03:31:50.399Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-06-15T03:31:50.428Z Compiling libsw-core v0.3.2
23302026-06-15T03:31:50.610Z Compiling hyper-rustls v0.27.9
23312026-06-15T03:31:50.685Z Compiling dropshot v0.17.1
23322026-06-15T03:31:50.897Z Compiling reqwest v0.13.4
23332026-06-15T03:31:50.955Z Compiling reqwest v0.12.28
23342026-06-15T03:31:51.066Z Compiling hickory-resolver v0.24.4
23352026-06-15T03:31:51.410Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-06-15T03:31:51.458Z Compiling zone v0.3.1
23372026-06-15T03:31:51.609Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23382026-06-15T03:31:51.850Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23392026-06-15T03:31:51.968Z Compiling qorb v0.4.1
23402026-06-15T03:31:52.211Z Compiling progenitor-client v0.14.0
23412026-06-15T03:31:52.533Z Compiling progenitor-client v0.10.0
23422026-06-15T03:31:52.771Z Compiling progenitor-extras v0.2.0
23432026-06-15T03:31:52.845Z Compiling progenitor-client v0.13.0
23442026-06-15T03:31:53.009Z Compiling progenitor v0.14.0
23452026-06-15T03:31:53.035Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23462026-06-15T03:31:53.156Z Compiling progenitor v0.13.0
23472026-06-15T03:31:53.169Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-06-15T03:31:53.308Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23492026-06-15T03:31:53.375Z Compiling libsw v3.5.0
23502026-06-15T03:31:53.565Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-06-15T03:31:53.761Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-06-15T03:31:54.056Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-06-15T03:31:54.198Z Compiling oxide-tokio-rt v0.1.6
23542026-06-15T03:31:54.563Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-06-15T03:31:54.611Z Compiling slog-dtrace v0.3.0
23562026-06-15T03:31:54.686Z Compiling tough v0.22.0
23572026-06-15T03:31:54.701Z Compiling cancel-safe-futures v0.1.5
23582026-06-15T03:31:54.713Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23592026-06-15T03:31:54.925Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-15T03:31:55.015Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-15T03:31:55.741Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-15T03:31:55.888Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-15T03:31:55.936Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-15T03:31:56.006Z Compiling steno v0.4.1
23652026-06-15T03:31:56.090Z Compiling hickory-proto v0.25.2
23662026-06-15T03:31:56.636Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23672026-06-15T03:31:56.881Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
23682026-06-15T03:31:57.634Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-15T03:31:58.059Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-15T03:31:58.615Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-06-15T03:31:58.691Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-06-15T03:31:58.909Z Compiling hickory-resolver v0.25.2
23732026-06-15T03:31:58.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23742026-06-15T03:31:58.986Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23752026-06-15T03:31:59.102Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23762026-06-15T03:31:59.352Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-06-15T03:31:59.644Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-06-15T03:31:59.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-06-15T03:32:00.286Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-06-15T03:32:00.396Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-06-15T03:32:00.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23822026-06-15T03:32:00.623Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-06-15T03:32:00.885Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-06-15T03:32:01.044Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-06-15T03:32:01.058Z Compiling internet-checksum v0.2.1
23862026-06-15T03:32:01.203Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23872026-06-15T03:32:01.358Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
23882026-06-15T03:32:01.708Z Compiling slog-stdlog v4.1.1
23892026-06-15T03:32:01.866Z Compiling dropshot-api-manager-types v0.7.2
23902026-06-15T03:32:01.934Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
23912026-06-15T03:32:01.960Z Compiling slog-envlogger v2.2.0
23922026-06-15T03:32:02.140Z Compiling const-random v0.1.18
23932026-06-15T03:32:02.224Z Compiling typify-impl v0.4.3
23942026-06-15T03:32:02.227Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23952026-06-15T03:32:02.374Z Compiling ahash v0.8.12
23962026-06-15T03:32:02.555Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23972026-06-15T03:32:02.625Z Compiling smartstring v1.0.1
23982026-06-15T03:32:02.832Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23992026-06-15T03:32:02.908Z Compiling sha1 v0.10.6
24002026-06-15T03:32:03.145Z Compiling thin-vec v0.2.18
24012026-06-15T03:32:03.444Z Compiling utf-8 v0.7.6
24022026-06-15T03:32:03.641Z Compiling tungstenite v0.21.0
24032026-06-15T03:32:03.717Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24042026-06-15T03:32:03.745Z Compiling rhai v1.25.1
24052026-06-15T03:32:04.233Z Compiling typify v0.4.3
24062026-06-15T03:32:04.357Z Compiling progenitor-impl v0.10.0
24072026-06-15T03:32:04.556Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24082026-06-15T03:32:04.896Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24092026-06-15T03:32:05.372Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
24102026-06-15T03:32:05.500Z Compiling sha2 v0.10.9
24112026-06-15T03:32:05.911Z Compiling progenitor v0.10.0
24122026-06-15T03:32:06.066Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24132026-06-15T03:32:06.858Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24142026-06-15T03:32:07.485Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-06-15T03:32:07.681Z Compiling lzma-sys v0.1.20
24162026-06-15T03:32:07.811Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24172026-06-15T03:32:07.849Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24182026-06-15T03:32:08.527Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-06-15T03:32:08.991Z Compiling tokio-tungstenite v0.21.0
24202026-06-15T03:32:09.386Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24212026-06-15T03:32:09.479Z Compiling typeid v1.0.3
24222026-06-15T03:32:09.602Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24232026-06-15T03:32:09.614Z Compiling console v0.16.3
24242026-06-15T03:32:10.249Z Compiling git-stub v1.0.0
24252026-06-15T03:32:10.305Z Compiling toml_datetime v0.7.5+spec-1.1.0
24262026-06-15T03:32:10.538Z Compiling unit-prefix v0.5.2
24272026-06-15T03:32:10.608Z Compiling base64 v0.21.7
24282026-06-15T03:32:10.632Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24292026-06-15T03:32:10.702Z Compiling indicatif v0.18.4
24302026-06-15T03:32:10.750Z Compiling toml v0.9.12+spec-1.1.0
24312026-06-15T03:32:10.793Z Compiling git-stub-vcs v0.1.0
24322026-06-15T03:32:10.949Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24332026-06-15T03:32:11.148Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24342026-06-15T03:32:11.635Z Compiling ron v0.12.1
24352026-06-15T03:32:11.669Z Compiling xz2 v0.1.7
24362026-06-15T03:32:11.783Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24372026-06-15T03:32:11.925Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24382026-06-15T03:32:12.150Z Compiling drift v0.2.0
24392026-06-15T03:32:12.448Z Compiling base16ct v1.0.0
24402026-06-15T03:32:12.979Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24412026-06-15T03:32:13.057Z Compiling dropshot-api-manager v0.7.2
24422026-06-15T03:32:13.158Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24432026-06-15T03:32:13.191Z Compiling natord v1.0.9
24442026-06-15T03:32:13.370Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24452026-06-15T03:32:17.200Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24462026-06-15T03:32:17.732Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24472026-06-15T03:32:25.758Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24482026-06-15T03:32:27.378Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24492026-06-15T03:32:28.405Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24502026-06-15T03:32:29.370Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24512026-06-15T03:32:29.374Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24522026-06-15T03:32:29.374Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24532026-06-15T03:32:29.751Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24542026-06-15T03:32:29.751Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24552026-06-15T03:32:29.755Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24562026-06-15T03:32:30.325Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24572026-06-15T03:32:32.053Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24582026-06-15T03:32:32.053Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24592026-06-15T03:32:32.056Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24602026-06-15T03:32:37.423Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24612026-06-15T03:32:38.890Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24622026-06-15T03:32:38.890Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24632026-06-15T03:32:38.893Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24642026-06-15T03:33:19.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
24652026-06-15T03:33:19.758Z
24662026-06-15T03:33:19.758Zreal 1:39.996686941
24672026-06-15T03:33:19.758Zuser 7:21.725672723
24682026-06-15T03:33:19.758Zsys 1:03.451511698
24692026-06-15T03:33:19.758Ztrap 0.182995414
24702026-06-15T03:33:19.758Ztflt 0.010361700
24712026-06-15T03:33:19.758Zdflt 0.175489444
24722026-06-15T03:33:19.758Zkflt 0.000056265
24732026-06-15T03:33:19.758Zlock 28:30.096590924
24742026-06-15T03:33:19.763Zslp 23:24.600973694
24752026-06-15T03:33:19.763Zlat 21.592347356
24762026-06-15T03:33:19.763Zstop 35.610654266
24772026-06-15T03:33:19.763Z+ ptime -m cargo build --release
24782026-06-15T03:33:20.403Z Compiling proc-macro2 v1.0.106
24792026-06-15T03:33:20.403Z Compiling quote v1.0.45
24802026-06-15T03:33:20.403Z Compiling unicode-ident v1.0.24
24812026-06-15T03:33:20.403Z Compiling serde_core v1.0.228
24822026-06-15T03:33:20.406Z Compiling serde v1.0.228
24832026-06-15T03:33:20.406Z Compiling libc v0.2.186
24842026-06-15T03:33:20.406Z Compiling cfg-if v1.0.4
24852026-06-15T03:33:20.623Z Compiling zmij v1.0.21
24862026-06-15T03:33:20.636Z Compiling autocfg v1.5.1
24872026-06-15T03:33:20.928Z Compiling memchr v2.8.1
24882026-06-15T03:33:20.965Z Compiling libm v0.2.16
24892026-06-15T03:33:21.037Z Compiling itoa v1.0.18
24902026-06-15T03:33:21.312Z Compiling icu_normalizer_data v2.2.0
24912026-06-15T03:33:21.355Z Compiling icu_properties_data v2.2.0
24922026-06-15T03:33:21.587Z Compiling version_check v0.9.5
24932026-06-15T03:33:21.608Z Compiling stable_deref_trait v1.2.1
24942026-06-15T03:33:21.721Z Compiling serde_json v1.0.150
24952026-06-15T03:33:21.751Z Compiling syn v2.0.117
24962026-06-15T03:33:21.838Z Compiling thiserror v2.0.18
24972026-06-15T03:33:21.851Z Compiling writeable v0.6.3
24982026-06-15T03:33:21.999Z Compiling litemap v0.8.2
24992026-06-15T03:33:22.086Z Compiling utf8_iter v1.0.4
25002026-06-15T03:33:22.147Z Compiling num-traits v0.2.19
25012026-06-15T03:33:22.164Z Compiling percent-encoding v2.3.2
25022026-06-15T03:33:22.291Z Compiling rand_core v0.10.1
25032026-06-15T03:33:22.399Z Compiling form_urlencoded v1.2.2
25042026-06-15T03:33:22.435Z Compiling getrandom v0.4.2
25052026-06-15T03:33:22.578Z Compiling parking_lot_core v0.9.12
25062026-06-15T03:33:22.635Z Compiling iana-time-zone v0.1.65
25072026-06-15T03:33:22.671Z Compiling heck v0.5.0
25082026-06-15T03:33:22.868Z Compiling semver v1.0.28
25092026-06-15T03:33:22.880Z Compiling errno v0.3.14
25102026-06-15T03:33:22.940Z Compiling uuid v1.23.2
25112026-06-15T03:33:22.981Z Compiling zerocopy v0.8.50
25122026-06-15T03:33:23.088Z Compiling dyn-clone v1.0.20
25132026-06-15T03:33:23.244Z Compiling schemars v0.8.22
25142026-06-15T03:33:23.581Z Compiling jobserver v0.1.34
25152026-06-15T03:33:23.639Z Compiling find-msvc-tools v0.1.9
25162026-06-15T03:33:23.712Z Compiling shlex v2.0.1
25172026-06-15T03:33:23.888Z Compiling cc v1.2.63
25182026-06-15T03:33:23.914Z Compiling rustversion v1.0.22
25192026-06-15T03:33:23.927Z Compiling pin-project-lite v0.2.17
25202026-06-15T03:33:23.998Z Compiling getrandom v0.2.17
25212026-06-15T03:33:24.013Z Compiling bitflags v2.12.1
25222026-06-15T03:33:24.032Z Compiling socket2 v0.6.4
25232026-06-15T03:33:24.224Z Compiling portable-atomic v1.13.1
25242026-06-15T03:33:24.438Z Compiling scopeguard v1.2.0
25252026-06-15T03:33:24.560Z Compiling lock_api v0.4.14
25262026-06-15T03:33:24.701Z Compiling synstructure v0.13.2
25272026-06-15T03:33:24.733Z Compiling serde_derive_internals v0.29.1
25282026-06-15T03:33:24.845Z Compiling log v0.4.32
25292026-06-15T03:33:25.041Z Compiling critical-section v1.2.0
25302026-06-15T03:33:25.150Z Compiling signal-hook-registry v1.4.8
25312026-06-15T03:33:25.153Z Compiling mio v1.2.1
25322026-06-15T03:33:25.175Z Compiling equivalent v1.0.2
25332026-06-15T03:33:25.239Z Compiling cmake v0.1.58
25342026-06-15T03:33:25.314Z Compiling once_cell v1.21.4
25352026-06-15T03:33:25.467Z Compiling fs_extra v1.3.0
25362026-06-15T03:33:25.485Z Compiling dunce v1.0.5
25372026-06-15T03:33:25.569Z Compiling subtle v2.6.1
25382026-06-15T03:33:25.582Z Compiling futures-core v0.3.32
25392026-06-15T03:33:25.631Z Compiling httparse v1.10.1
25402026-06-15T03:33:25.703Z Compiling futures-sink v0.3.32
25412026-06-15T03:33:25.733Z Compiling aws-lc-sys v0.41.0
25422026-06-15T03:33:25.746Z Compiling slab v0.4.12
25432026-06-15T03:33:25.749Z Compiling thiserror v1.0.69
25442026-06-15T03:33:25.772Z Compiling serde_derive v1.0.228
25452026-06-15T03:33:25.792Z Compiling zerofrom-derive v0.1.7
25462026-06-15T03:33:25.817Z Compiling yoke-derive v0.8.2
25472026-06-15T03:33:25.854Z Compiling zerovec-derive v0.11.3
25482026-06-15T03:33:25.959Z Compiling displaydoc v0.2.6
25492026-06-15T03:33:26.002Z Compiling schemars_derive v0.8.22
25502026-06-15T03:33:26.074Z Compiling thiserror-impl v2.0.18
25512026-06-15T03:33:26.627Z Compiling tokio-macros v2.7.0
25522026-06-15T03:33:26.769Z Compiling zerocopy-derive v0.8.50
25532026-06-15T03:33:26.889Z Compiling zeroize_derive v1.4.3
25542026-06-15T03:33:26.974Z Compiling futures-macro v0.3.32
25552026-06-15T03:33:27.007Z Compiling zerofrom v0.1.8
25562026-06-15T03:33:27.144Z Compiling yoke v0.8.3
25572026-06-15T03:33:27.225Z Compiling typenum v1.20.1
25582026-06-15T03:33:27.321Z Compiling zerovec v0.11.6
25592026-06-15T03:33:27.351Z Compiling zerotrie v0.2.4
25602026-06-15T03:33:27.585Z Compiling zeroize v1.8.2
25612026-06-15T03:33:27.646Z Compiling rustix v1.1.4
25622026-06-15T03:33:27.794Z Compiling futures-channel v0.3.32
25632026-06-15T03:33:27.828Z Compiling thiserror-impl v1.0.69
25642026-06-15T03:33:27.841Z Compiling futures-task v0.3.32
25652026-06-15T03:33:27.939Z Compiling tinystr v0.8.3
25662026-06-15T03:33:28.050Z Compiling potential_utf v0.1.5
25672026-06-15T03:33:28.064Z Compiling futures-io v0.3.32
25682026-06-15T03:33:28.076Z Compiling hashbrown v0.17.1
25692026-06-15T03:33:28.189Z Compiling icu_locale_core v2.2.0
25702026-06-15T03:33:28.218Z Compiling icu_collections v2.2.0
25712026-06-15T03:33:28.265Z Compiling futures-util v0.3.32
25722026-06-15T03:33:28.797Z Compiling indexmap v2.14.0
25732026-06-15T03:33:28.995Z Compiling smallvec v1.15.1
25742026-06-15T03:33:29.098Z Compiling bytes v1.11.1
25752026-06-15T03:33:29.101Z Compiling icu_provider v2.2.0
25762026-06-15T03:33:29.155Z Compiling chrono v0.4.45
25772026-06-15T03:33:29.285Z Compiling serde_tokenstream v0.2.3
25782026-06-15T03:33:29.457Z Compiling icu_normalizer v2.2.0
25792026-06-15T03:33:29.590Z Compiling icu_properties v2.2.0
25802026-06-15T03:33:29.960Z Compiling parking_lot v0.12.5
25812026-06-15T03:33:30.643Z Compiling idna_adapter v1.2.2
25822026-06-15T03:33:30.711Z Compiling tokio v1.52.3
25832026-06-15T03:33:30.832Z Compiling idna v1.1.0
25842026-06-15T03:33:30.835Z Compiling ucd-trie v0.1.7
25852026-06-15T03:33:31.081Z Compiling pest v2.8.6
25862026-06-15T03:33:31.104Z Compiling tracing-attributes v0.1.31
25872026-06-15T03:33:31.159Z Compiling tracing-core v0.1.36
25882026-06-15T03:33:31.488Z Compiling url v2.5.8
25892026-06-15T03:33:31.766Z Compiling rand_core v0.6.4
25902026-06-15T03:33:32.181Z Compiling regex-syntax v0.8.10
25912026-06-15T03:33:32.333Z Compiling pest_meta v2.8.6
25922026-06-15T03:33:32.347Z Compiling tracing v0.1.44
25932026-06-15T03:33:32.612Z Compiling slog v2.8.2
25942026-06-15T03:33:32.889Z Compiling byteorder v1.5.0
25952026-06-15T03:33:32.907Z Compiling base64 v0.22.1
25962026-06-15T03:33:33.180Z Compiling ipnetwork v0.21.1
25972026-06-15T03:33:33.436Z Compiling pest_generator v2.8.6
25982026-06-15T03:33:33.623Z Compiling http v1.4.1
25992026-06-15T03:33:34.027Z Compiling erased-serde v0.3.31
26002026-06-15T03:33:34.077Z Compiling aho-corasick v1.1.4
26012026-06-15T03:33:34.317Z Compiling getrandom v0.3.4
26022026-06-15T03:33:34.749Z Compiling pest_derive v2.8.6
26032026-06-15T03:33:35.104Z Compiling regex-automata v0.4.14
26042026-06-15T03:33:35.349Z Compiling fnv v1.0.7
26052026-06-15T03:33:35.431Z Compiling anyhow v1.0.102
26062026-06-15T03:33:35.542Z Compiling oxnet v0.1.6
26072026-06-15T03:33:35.783Z Compiling rustls-pki-types v1.14.1
26082026-06-15T03:33:36.381Z Compiling ring v0.17.14
26092026-06-15T03:33:36.640Z Compiling aws-lc-rs v1.17.0
26102026-06-15T03:33:36.924Z Compiling regex v1.12.3
26112026-06-15T03:33:37.026Z Compiling strsim v0.11.1
26122026-06-15T03:33:37.322Z Compiling paste v1.0.15
26132026-06-15T03:33:37.565Z Compiling tokio-util v0.7.18
26142026-06-15T03:33:37.742Z Compiling untrusted v0.9.0
26152026-06-15T03:33:37.803Z Compiling ipnet v2.12.0
26162026-06-15T03:33:37.880Z Compiling untrusted v0.7.1
26172026-06-15T03:33:38.017Z Compiling time-core v0.1.8
26182026-06-15T03:33:38.174Z Compiling num-conv v0.2.2
26192026-06-15T03:33:38.334Z Compiling time-macros v0.2.27
26202026-06-15T03:33:39.448Z Compiling rustls v0.23.40
26212026-06-15T03:33:39.512Z Compiling ident_case v1.0.1
26222026-06-15T03:33:39.638Z Compiling http-body v1.0.1
26232026-06-15T03:33:39.685Z Compiling scroll_derive v0.13.1
26242026-06-15T03:33:39.805Z Compiling camino v1.2.2
26252026-06-15T03:33:40.159Z Compiling atomic-waker v1.1.2
26262026-06-15T03:33:40.299Z Compiling async-trait v0.1.89
26272026-06-15T03:33:40.518Z Compiling omicron-workspace-hack v0.1.0
26282026-06-15T03:33:40.531Z Compiling tower-service v0.3.3
26292026-06-15T03:33:40.633Z Compiling ryu v1.0.23
26302026-06-15T03:33:40.928Z Compiling tower-layer v0.3.3
26312026-06-15T03:33:40.943Z Compiling try-lock v0.2.5
26322026-06-15T03:33:41.062Z Compiling pretty-hex v0.4.2
26332026-06-15T03:33:41.125Z Compiling want v0.3.1
26342026-06-15T03:33:41.255Z Compiling h2 v0.4.14
26352026-06-15T03:33:41.308Z Compiling ppv-lite86 v0.2.21
26362026-06-15T03:33:41.430Z Compiling httpdate v1.0.3
26372026-06-15T03:33:41.641Z Compiling crossbeam-utils v0.8.21
26382026-06-15T03:33:42.447Z Compiling crc32fast v1.5.0
26392026-06-15T03:33:43.168Z Compiling usdt-impl v0.6.0
26402026-06-15T03:33:43.464Z Compiling slog-async v2.8.0
26412026-06-15T03:33:43.735Z Compiling hyper v1.10.1
26422026-06-15T03:33:43.748Z Compiling serde_urlencoded v0.7.1
26432026-06-15T03:33:44.024Z Compiling scroll v0.13.0
26442026-06-15T03:33:44.088Z Compiling http-body-util v0.1.3
26452026-06-15T03:33:44.300Z Compiling plain v0.2.3
26462026-06-15T03:33:44.390Z Compiling goblin v0.10.7
26472026-06-15T03:33:44.419Z Compiling daft-derive v0.1.7
26482026-06-15T03:33:45.199Z Compiling hyper-util v0.1.20
26492026-06-15T03:33:47.814Z Compiling allocator-api2 v0.2.21
26502026-06-15T03:33:48.039Z Compiling foldhash v0.2.0
26512026-06-15T03:33:48.237Z Compiling hashbrown v0.16.1
26522026-06-15T03:33:48.334Z Compiling dof v0.4.0
26532026-06-15T03:33:48.603Z Compiling dtrace-parser v0.3.0
26542026-06-15T03:33:48.616Z Compiling openapiv3 v2.2.0
26552026-06-15T03:33:48.968Z Compiling thread-id v5.1.0
26562026-06-15T03:33:49.059Z Compiling syn v1.0.109
26572026-06-15T03:33:49.754Z Compiling generic-array v0.14.7
26582026-06-15T03:33:49.987Z Compiling powerfmt v0.2.0
26592026-06-15T03:33:50.261Z Compiling deranged v0.5.8
26602026-06-15T03:33:51.180Z Compiling num_threads v0.1.7
26612026-06-15T03:33:51.330Z Compiling time v0.3.47
26622026-06-15T03:33:52.137Z Compiling usdt-attr-macro v0.6.0
26632026-06-15T03:33:52.496Z Compiling usdt-macro v0.6.0
26642026-06-15T03:33:52.658Z Compiling rand_core v0.9.5
26652026-06-15T03:33:53.072Z Compiling multer v3.1.0
26662026-06-15T03:33:53.371Z Compiling ref-cast v1.0.25
26672026-06-15T03:33:53.404Z Compiling crossbeam-channel v0.5.15
26682026-06-15T03:33:53.736Z Compiling sync_wrapper v1.0.2
26692026-06-15T03:33:53.853Z Compiling winnow v1.0.3
26702026-06-15T03:33:53.866Z Compiling hex v0.4.3
26712026-06-15T03:33:53.959Z Compiling cpufeatures v0.3.0
26722026-06-15T03:33:54.044Z Compiling tower v0.5.3
26732026-06-15T03:33:54.094Z Compiling rand_chacha v0.9.0
26742026-06-15T03:33:54.176Z Compiling webpki-roots v1.0.7
26752026-06-15T03:33:54.214Z Compiling futures-executor v0.3.32
26762026-06-15T03:33:54.302Z Compiling async-stream-impl v0.3.6
26772026-06-15T03:33:54.609Z Compiling ref-cast-impl v1.0.25
26782026-06-15T03:33:54.650Z Compiling dropshot v0.17.1
26792026-06-15T03:33:54.695Z Compiling thread_local v1.1.9
26802026-06-15T03:33:54.972Z Compiling tower-http v0.6.11
26812026-06-15T03:33:55.045Z Compiling futures v0.3.32
26822026-06-15T03:33:55.133Z Compiling rand v0.9.4
26832026-06-15T03:33:55.260Z Compiling structmeta-derive v0.3.0
26842026-06-15T03:33:55.271Z Compiling is-terminal v0.4.17
26852026-06-15T03:33:55.305Z Compiling take_mut v0.2.2
26862026-06-15T03:33:55.376Z Compiling term v1.2.1
26872026-06-15T03:33:55.425Z Compiling fastrand v2.4.1
26882026-06-15T03:33:55.756Z Compiling slog-term v2.9.2
26892026-06-15T03:33:55.860Z Compiling crypto-common v0.1.7
26902026-06-15T03:33:56.012Z Compiling darling_core v0.23.0
26912026-06-15T03:33:56.226Z Compiling newtype-uuid-macros v0.1.0
26922026-06-15T03:33:56.298Z Compiling structmeta v0.3.0
26932026-06-15T03:33:56.509Z Compiling dropshot_endpoint v0.17.1
26942026-06-15T03:33:57.093Z Compiling newtype-uuid v1.3.2
26952026-06-15T03:33:57.153Z Compiling strum_macros v0.26.4
26962026-06-15T03:33:57.423Z Compiling daft v0.1.7
26972026-06-15T03:33:57.722Z Compiling tempfile v3.27.0
26982026-06-15T03:33:58.099Z Compiling darling_macro v0.23.0
26992026-06-15T03:33:58.208Z Compiling hybrid-array v0.4.12
27002026-06-15T03:33:58.550Z Compiling simd-adler32 v0.3.9
27012026-06-15T03:33:58.594Z Compiling openssl-probe v0.2.1
27022026-06-15T03:33:58.715Z Compiling either v1.16.0
27032026-06-15T03:33:58.728Z Compiling darling v0.23.0
27042026-06-15T03:33:58.805Z Compiling adler2 v2.0.1
27052026-06-15T03:33:58.847Z Compiling match_cfg v0.1.0
27062026-06-15T03:33:58.921Z Compiling hostname v0.3.1
27072026-06-15T03:33:58.935Z Compiling miniz_oxide v0.8.9
27082026-06-15T03:33:58.947Z Compiling serde_with_macros v3.20.0
27092026-06-15T03:33:58.974Z Compiling rustls-native-certs v0.8.4
27102026-06-15T03:33:59.083Z Compiling toml_parser v1.1.2+spec-1.1.0
27112026-06-15T03:33:59.409Z Compiling slog-json v2.6.1
27122026-06-15T03:33:59.667Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27132026-06-15T03:33:59.770Z Compiling serde_spanned v1.1.1
27142026-06-15T03:33:59.928Z Compiling memmap2 v0.9.10
27152026-06-15T03:34:00.330Z Compiling toml_writer v1.1.1+spec-1.1.0
27162026-06-15T03:34:00.383Z Compiling slog-bunyan v2.5.0
27172026-06-15T03:34:00.396Z Compiling flate2 v1.1.9
27182026-06-15T03:34:00.564Z Compiling block-buffer v0.12.0
27192026-06-15T03:34:00.564Z Compiling crypto-common v0.2.2
27202026-06-15T03:34:00.595Z Compiling derive-ex v0.1.8
27212026-06-15T03:34:00.747Z Compiling rand_chacha v0.3.1
27222026-06-15T03:34:00.929Z Compiling strum_macros v0.27.2
27232026-06-15T03:34:01.855Z Compiling usdt v0.6.0
27242026-06-15T03:34:01.975Z Compiling compression-core v0.4.32
27252026-06-15T03:34:02.163Z Compiling const-oid v0.10.2
27262026-06-15T03:34:02.182Z Compiling debug-ignore v1.0.5
27272026-06-15T03:34:02.302Z Compiling test-strategy v0.4.5
27282026-06-15T03:34:02.471Z Compiling digest v0.11.3
27292026-06-15T03:34:02.495Z Compiling compression-codecs v0.4.38
27302026-06-15T03:34:02.675Z Compiling rand v0.8.6
27312026-06-15T03:34:02.867Z Compiling macaddr v1.0.1
27322026-06-15T03:34:02.886Z Compiling toml_datetime v1.1.1+spec-1.1.0
27332026-06-15T03:34:03.083Z Compiling encoding_rs v0.8.35
27342026-06-15T03:34:03.181Z Compiling spin v0.9.8
27352026-06-15T03:34:03.362Z Compiling mime v0.3.17
27362026-06-15T03:34:03.499Z Compiling toml v1.1.2+spec-1.1.0
27372026-06-15T03:34:03.752Z Compiling async-compression v0.4.42
27382026-06-15T03:34:03.769Z Compiling sha1 v0.11.0
27392026-06-15T03:34:03.858Z Compiling async-stream v0.3.6
27402026-06-15T03:34:04.114Z Compiling block-buffer v0.10.4
27412026-06-15T03:34:04.222Z Compiling waitgroup v0.1.2
27422026-06-15T03:34:04.291Z Compiling rustls-pemfile v2.2.0
27432026-06-15T03:34:04.386Z Compiling serde_path_to_error v0.1.20
27442026-06-15T03:34:04.459Z Compiling hostname v0.4.2
27452026-06-15T03:34:04.582Z Compiling digest v0.10.7
27462026-06-15T03:34:04.708Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-15T03:34:04.848Z Compiling unicode-width v0.2.2
27482026-06-15T03:34:05.234Z Compiling parse-display-derive v0.10.0
27492026-06-15T03:34:05.363Z Compiling regress v0.10.5
27502026-06-15T03:34:06.453Z Compiling strum v0.26.3
27512026-06-15T03:34:06.754Z Compiling wait-timeout v0.2.1
27522026-06-15T03:34:07.369Z Compiling quick-error v1.2.3
27532026-06-15T03:34:07.427Z Compiling bit-vec v0.8.0
27542026-06-15T03:34:07.599Z Compiling rusty-fork v0.3.1
27552026-06-15T03:34:07.646Z Compiling bit-set v0.8.0
27562026-06-15T03:34:07.735Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-15T03:34:07.843Z Compiling serde_with v3.20.0
27582026-06-15T03:34:08.242Z Compiling rand_xorshift v0.4.0
27592026-06-15T03:34:08.259Z Compiling unarray v0.1.4
27602026-06-15T03:34:08.386Z Compiling proptest v1.11.0
27612026-06-15T03:34:08.415Z Compiling strum v0.27.2
27622026-06-15T03:34:08.489Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27632026-06-15T03:34:08.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27642026-06-15T03:34:08.643Z Compiling instant v0.1.13
27652026-06-15T03:34:08.841Z Compiling cpufeatures v0.2.17
27662026-06-15T03:34:08.925Z Compiling iddqd v0.4.2
27672026-06-15T03:34:08.957Z Compiling itertools v0.14.0
27682026-06-15T03:34:09.023Z Compiling clap_derive v4.6.1
27692026-06-15T03:34:10.457Z Compiling utf8parse v0.2.2
27702026-06-15T03:34:10.572Z Compiling anstyle-parse v1.0.0
27712026-06-15T03:34:10.797Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27722026-06-15T03:34:10.951Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-15T03:34:11.047Z Compiling backon v1.6.0
27742026-06-15T03:34:11.061Z Compiling terminal_size v0.4.4
27752026-06-15T03:34:11.314Z Compiling is_terminal_polyfill v1.70.2
27762026-06-15T03:34:11.598Z Compiling colorchoice v1.0.5
27772026-06-15T03:34:11.640Z Compiling anstyle-query v1.1.5
27782026-06-15T03:34:11.722Z Compiling anstyle v1.0.14
27792026-06-15T03:34:12.311Z Compiling anstream v1.0.0
27802026-06-15T03:34:12.694Z Compiling backoff v0.4.0
27812026-06-15T03:34:12.735Z Compiling parse-display v0.10.0
27822026-06-15T03:34:12.907Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27832026-06-15T03:34:13.102Z Compiling clap_lex v1.1.0
27842026-06-15T03:34:13.232Z Compiling humantime v2.3.0
27852026-06-15T03:34:13.932Z Compiling clap_builder v4.6.0
27862026-06-15T03:34:14.232Z Compiling regress v0.11.1
27872026-06-15T03:34:15.839Z Compiling clap v4.6.1
27882026-06-15T03:34:15.853Z Compiling typify-impl v0.6.2
27892026-06-15T03:34:16.918Z Compiling toml_edit v0.25.12+spec-1.1.0
27902026-06-15T03:34:17.326Z Compiling crucible-workspace-hack v0.1.0
27912026-06-15T03:34:17.712Z Compiling proc-macro-crate v3.5.0
27922026-06-15T03:34:18.148Z Compiling zerocopy-derive v0.7.35
27932026-06-15T03:34:18.749Z Compiling unsafe-libyaml v0.2.11
27942026-06-15T03:34:19.168Z Compiling typify-macro v0.6.2
27952026-06-15T03:34:19.357Z Compiling serde_yaml v0.9.34+deprecated
27962026-06-15T03:34:19.720Z Compiling num_enum_derive v0.7.6
27972026-06-15T03:34:20.681Z Compiling darling_core v0.21.3
27982026-06-15T03:34:20.811Z Compiling convert_case v0.4.0
27992026-06-15T03:34:20.990Z Compiling num_enum v0.7.6
28002026-06-15T03:34:21.102Z Compiling derive_more v0.99.20
28012026-06-15T03:34:21.490Z Compiling toml_datetime v0.6.11
28022026-06-15T03:34:21.602Z Compiling heck v0.4.1
28032026-06-15T03:34:22.607Z Compiling typify v0.6.2
28042026-06-15T03:34:22.722Z Compiling darling_macro v0.21.3
28052026-06-15T03:34:23.064Z Compiling secrecy v0.10.3
28062026-06-15T03:34:23.235Z Compiling proc-macro-error-attr v1.0.4
28072026-06-15T03:34:23.356Z Compiling darling v0.21.3
28082026-06-15T03:34:23.477Z Compiling prettyplease v0.2.37
28092026-06-15T03:34:23.668Z Compiling heapless v0.8.0
28102026-06-15T03:34:23.680Z Compiling tinyvec_macros v0.1.1
28112026-06-15T03:34:23.743Z Compiling tinyvec v1.11.0
28122026-06-15T03:34:24.054Z Compiling ingot-macros v0.1.1
28132026-06-15T03:34:24.340Z Compiling zerocopy v0.7.35
28142026-06-15T03:34:24.356Z Compiling tabwriter v1.4.1
28152026-06-15T03:34:24.716Z Compiling crossbeam-epoch v0.9.18
28162026-06-15T03:34:24.969Z Compiling hash32 v0.3.1
28172026-06-15T03:34:25.101Z Compiling scroll_derive v0.12.1
28182026-06-15T03:34:25.139Z Compiling rustc_version v0.4.1
28192026-06-15T03:34:25.212Z Compiling num-integer v0.1.46
28202026-06-15T03:34:25.409Z Compiling proc-macro-error v1.0.4
28212026-06-15T03:34:25.676Z Compiling usdt-impl v0.5.0
28222026-06-15T03:34:25.700Z Compiling data-encoding v2.11.0
28232026-06-15T03:34:25.825Z Compiling pkg-config v0.3.33
28242026-06-15T03:34:25.966Z Compiling winnow v0.7.15
28252026-06-15T03:34:26.271Z Compiling rustix v0.38.44
28262026-06-15T03:34:26.650Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28272026-06-15T03:34:26.727Z Compiling smoltcp v0.11.0
28282026-06-15T03:34:26.944Z Compiling ingot-types v0.1.2
28292026-06-15T03:34:27.394Z Compiling scroll v0.12.0
28302026-06-15T03:34:27.418Z Compiling curve25519-dalek v4.1.3
28312026-06-15T03:34:27.725Z Compiling dof v0.3.0
28322026-06-15T03:34:28.476Z Compiling dtrace-parser v0.2.0
28332026-06-15T03:34:28.625Z Compiling hmac v0.12.1
28342026-06-15T03:34:28.660Z Compiling inout v0.1.4
28352026-06-15T03:34:28.771Z Compiling ff v0.13.1
28362026-06-15T03:34:28.785Z Compiling cobs v0.3.0
28372026-06-15T03:34:28.893Z Compiling bstr v1.12.1
28382026-06-15T03:34:28.923Z Compiling thread-id v4.2.2
28392026-06-15T03:34:29.057Z Compiling managed v0.8.0
28402026-06-15T03:34:29.216Z Compiling bitflags v1.3.2
28412026-06-15T03:34:29.245Z Compiling static_assertions v1.1.0
28422026-06-15T03:34:29.299Z Compiling colored v3.1.1
28432026-06-15T03:34:29.326Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28442026-06-15T03:34:29.875Z Compiling postcard v1.1.3
28452026-06-15T03:34:29.914Z Compiling group v0.13.0
28462026-06-15T03:34:29.964Z Compiling cipher v0.4.4
28472026-06-15T03:34:30.218Z Compiling hkdf v0.12.4
28482026-06-15T03:34:30.668Z Compiling goblin v0.8.2
28492026-06-15T03:34:30.694Z Compiling ingot v0.1.1
28502026-06-15T03:34:30.926Z Compiling num-rational v0.4.2
28512026-06-15T03:34:31.890Z Compiling num-iter v0.1.45
28522026-06-15T03:34:32.555Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28532026-06-15T03:34:32.800Z Compiling universal-hash v0.5.1
28542026-06-15T03:34:32.857Z Compiling thiserror-impl-no-std v2.0.2
28552026-06-15T03:34:32.894Z Compiling hubpack_derive v0.1.1
28562026-06-15T03:34:32.995Z Compiling crypto-bigint v0.5.5
28572026-06-15T03:34:33.586Z Compiling half v2.7.1
28582026-06-15T03:34:33.793Z Compiling serde_repr v0.1.20
28592026-06-15T03:34:33.935Z Compiling foreign-types-macros v0.2.3
28602026-06-15T03:34:33.998Z Compiling curve25519-dalek-derive v0.1.1
28612026-06-15T03:34:34.600Z Compiling num-complex v0.4.6
28622026-06-15T03:34:35.041Z Compiling memoffset v0.9.1
28632026-06-15T03:34:35.288Z Compiling opaque-debug v0.3.1
28642026-06-15T03:34:35.310Z Compiling indent_write v2.2.0
28652026-06-15T03:34:35.346Z Compiling base64ct v1.8.3
28662026-06-15T03:34:35.486Z Compiling foreign-types-shared v0.3.1
28672026-06-15T03:34:35.590Z Compiling cfg_aliases v0.2.1
28682026-06-15T03:34:35.704Z Compiling base16ct v0.2.0
28692026-06-15T03:34:35.746Z Compiling ciborium-io v0.2.2
28702026-06-15T03:34:35.849Z Compiling ciborium-ll v0.2.2
28712026-06-15T03:34:36.080Z Compiling elliptic-curve v0.13.8
28722026-06-15T03:34:36.379Z Compiling nix v0.31.3
28732026-06-15T03:34:36.401Z Compiling password-hash v0.5.0
28742026-06-15T03:34:36.490Z Compiling foreign-types v0.5.0
28752026-06-15T03:34:36.528Z Compiling poly1305 v0.8.0
28762026-06-15T03:34:37.138Z Compiling num v0.4.3
28772026-06-15T03:34:37.219Z Compiling thiserror-no-std v2.0.2
28782026-06-15T03:34:37.317Z Compiling hubpack v0.1.2
28792026-06-15T03:34:38.532Z Compiling chacha20 v0.9.1
28802026-06-15T03:34:39.361Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28812026-06-15T03:34:39.577Z Compiling reqwest v0.12.28
28822026-06-15T03:34:39.793Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28832026-06-15T03:34:40.311Z Compiling blake2 v0.10.6
28842026-06-15T03:34:40.801Z Compiling aead v0.5.2
28852026-06-15T03:34:40.886Z Compiling byte-wrapper v0.1.0
28862026-06-15T03:34:40.938Z Compiling chacha20 v0.10.0
28872026-06-15T03:34:41.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28882026-06-15T03:34:41.520Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28892026-06-15T03:34:41.850Z Compiling cstr-argument v0.1.2
28902026-06-15T03:34:41.930Z Compiling float-ord v0.3.2
28912026-06-15T03:34:42.015Z Compiling keccak v0.1.6
28922026-06-15T03:34:42.048Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28932026-06-15T03:34:42.329Z Compiling sha3 v0.10.9
28942026-06-15T03:34:42.518Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28952026-06-15T03:34:42.733Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28962026-06-15T03:34:42.937Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28972026-06-15T03:34:42.963Z Compiling rand v0.10.1
28982026-06-15T03:34:43.091Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28992026-06-15T03:34:43.755Z Compiling chacha20poly1305 v0.10.1
29002026-06-15T03:34:43.921Z Compiling argon2 v0.5.3
29012026-06-15T03:34:44.307Z Compiling rustls-webpki v0.103.13
29022026-06-15T03:34:45.715Z Compiling progenitor-client v0.10.0
29032026-06-15T03:34:46.234Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29042026-06-15T03:34:46.473Z Compiling vsss-rs v3.3.4
29052026-06-15T03:34:47.008Z Compiling ciborium v0.2.2
29062026-06-15T03:34:47.707Z Compiling atomicwrites v0.4.4
29072026-06-15T03:34:47.819Z Compiling usdt-attr-macro v0.5.0
29082026-06-15T03:34:47.832Z Compiling usdt-macro v0.5.0
29092026-06-15T03:34:48.494Z Compiling tokio-rustls v0.26.4
29102026-06-15T03:34:48.551Z Compiling rustls-platform-verifier v0.7.0
29112026-06-15T03:34:48.754Z Compiling hyper-rustls v0.27.9
29122026-06-15T03:34:48.978Z Compiling reqwest v0.13.4
29132026-06-15T03:34:50.301Z Compiling progenitor-client v0.14.0
29142026-06-15T03:34:50.612Z Compiling progenitor-extras v0.2.0
29152026-06-15T03:34:50.788Z Compiling num-derive v0.4.2
29162026-06-15T03:34:50.866Z Compiling enum-as-inner v0.6.1
29172026-06-15T03:34:51.013Z Compiling memmap v0.7.0
29182026-06-15T03:34:51.758Z Compiling winnow v0.5.40
29192026-06-15T03:34:52.062Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29202026-06-15T03:34:53.163Z Compiling rayon-core v1.13.0
29212026-06-15T03:34:53.271Z Compiling semver v0.1.20
29222026-06-15T03:34:53.567Z Compiling rustc_version v0.1.7
29232026-06-15T03:34:53.809Z Compiling toml_edit v0.19.15
29242026-06-15T03:34:53.867Z Compiling usdt v0.5.0
29252026-06-15T03:34:54.844Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29262026-06-15T03:35:02.358Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29272026-06-15T03:35:04.206Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29282026-06-15T03:35:04.281Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-06-15T03:35:04.316Z Compiling similar v2.7.0
29302026-06-15T03:35:04.320Z Compiling crossbeam-deque v0.8.6
29312026-06-15T03:35:04.617Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
29322026-06-15T03:35:04.712Z Compiling serde_spanned v0.6.9
29332026-06-15T03:35:04.880Z Compiling vcpkg v0.2.15
29342026-06-15T03:35:05.024Z Compiling lazy_static v1.5.0
29352026-06-15T03:35:05.148Z Compiling toml_write v0.1.2
29362026-06-15T03:35:05.364Z Compiling bytecount v0.6.9
29372026-06-15T03:35:05.568Z Compiling openssl-sys v0.9.116
29382026-06-15T03:35:06.032Z Compiling toml_edit v0.22.27
29392026-06-15T03:35:06.898Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-06-15T03:35:07.091Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29412026-06-15T03:35:07.688Z Compiling proc-macro-crate v1.3.1
29422026-06-15T03:35:08.023Z Compiling newtype_derive v0.1.6
29432026-06-15T03:35:08.061Z Compiling progenitor-impl v0.13.0
29442026-06-15T03:35:08.299Z Compiling progenitor-impl v0.14.0
29452026-06-15T03:35:08.396Z Compiling itertools v0.12.1
29462026-06-15T03:35:09.158Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29472026-06-15T03:35:09.437Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29482026-06-15T03:35:09.625Z Compiling swrite v0.1.0
29492026-06-15T03:35:09.714Z Compiling linked-hash-map v0.5.6
29502026-06-15T03:35:09.752Z Compiling owo-colors v4.3.0
29512026-06-15T03:35:09.850Z Compiling unicode-segmentation v1.13.3
29522026-06-15T03:35:09.932Z Compiling resolv-conf v0.7.6
29532026-06-15T03:35:10.114Z Compiling progenitor-macro v0.13.0
29542026-06-15T03:35:10.205Z Compiling newline-converter v0.3.0
29552026-06-15T03:35:10.353Z Compiling lru-cache v0.1.2
29562026-06-15T03:35:10.386Z Compiling progenitor-macro v0.14.0
29572026-06-15T03:35:10.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-06-15T03:35:10.603Z Compiling num_enum_derive v0.5.11
29592026-06-15T03:35:10.796Z Compiling toml v0.8.23
29602026-06-15T03:35:11.442Z Compiling rayon v1.12.0
29612026-06-15T03:35:11.505Z Compiling hickory-proto v0.24.4
29622026-06-15T03:35:11.642Z Compiling progenitor-client v0.13.0
29632026-06-15T03:35:13.698Z Compiling console v0.15.11
29642026-06-15T03:35:14.355Z Compiling camino-tempfile v1.4.1
29652026-06-15T03:35:14.649Z Compiling serde-big-array v0.5.1
29662026-06-15T03:35:14.780Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-06-15T03:35:14.818Z Compiling pin-project-internal v1.1.13
29682026-06-15T03:35:14.978Z Compiling derive-where v1.6.1
29692026-06-15T03:35:15.340Z Compiling siphasher v1.0.3
29702026-06-15T03:35:15.564Z Compiling minimal-lexical v0.2.1
29712026-06-15T03:35:15.826Z Compiling nom v7.1.3
29722026-06-15T03:35:15.954Z Compiling pin-project v1.1.13
29732026-06-15T03:35:16.074Z Compiling phf_shared v0.12.1
29742026-06-15T03:35:16.275Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29752026-06-15T03:35:17.128Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29762026-06-15T03:35:17.160Z Compiling progenitor v0.14.0
29772026-06-15T03:35:17.313Z Compiling progenitor v0.13.0
29782026-06-15T03:35:17.469Z Compiling expectorate v1.2.0
29792026-06-15T03:35:18.598Z Compiling hickory-resolver v0.24.4
29802026-06-15T03:35:21.055Z Compiling num_enum v0.5.11
29812026-06-15T03:35:21.196Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29822026-06-15T03:35:22.392Z Compiling zone_cfg_derive v0.3.1
29832026-06-15T03:35:22.476Z Compiling unicode-normalization v0.1.25
29842026-06-15T03:35:23.103Z Compiling snafu-derive v0.8.9
29852026-06-15T03:35:23.156Z Compiling tokio-stream v0.1.18
29862026-06-15T03:35:23.728Z Compiling async-recursion v1.1.1
29872026-06-15T03:35:24.450Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29882026-06-15T03:35:24.809Z Compiling slog-dtrace v0.3.0
29892026-06-15T03:35:24.853Z Compiling csv-core v0.1.13
29902026-06-15T03:35:25.097Z Compiling smawk v0.3.2
29912026-06-15T03:35:25.270Z Compiling foreign-types-shared v0.1.1
29922026-06-15T03:35:25.282Z Compiling konst_macro_rules v0.2.19
29932026-06-15T03:35:25.373Z Compiling highway v1.3.0
29942026-06-15T03:35:25.482Z Compiling cancel-safe-futures v0.1.5
29952026-06-15T03:35:25.762Z Compiling unicode-xid v0.2.6
29962026-06-15T03:35:25.896Z Compiling unicode-width v0.1.14
29972026-06-15T03:35:26.066Z Compiling foldhash v0.1.5
29982026-06-15T03:35:26.140Z Compiling chrono-tz v0.10.4
29992026-06-15T03:35:26.142Z Compiling unicode-linebreak v0.1.5
30002026-06-15T03:35:26.215Z Compiling same-file v1.0.6
30012026-06-15T03:35:26.301Z Compiling openssl v0.10.80
30022026-06-15T03:35:26.399Z Compiling textwrap v0.16.2
30032026-06-15T03:35:26.424Z Compiling walkdir v2.5.0
30042026-06-15T03:35:26.438Z Compiling hashbrown v0.15.5
30052026-06-15T03:35:26.449Z Compiling const_format_proc_macros v0.2.34
30062026-06-15T03:35:26.647Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-15T03:35:27.082Z Compiling konst v0.2.20
30082026-06-15T03:35:27.102Z Compiling foreign-types v0.3.2
30092026-06-15T03:35:27.187Z Compiling csv v1.4.0
30102026-06-15T03:35:27.202Z Compiling snafu v0.8.9
30112026-06-15T03:35:27.341Z Compiling qorb v0.4.1
30122026-06-15T03:35:27.412Z Compiling zone v0.3.1
30132026-06-15T03:35:27.479Z Compiling olpc-cjson v0.1.4
30142026-06-15T03:35:27.696Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-06-15T03:35:27.761Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30162026-06-15T03:35:27.970Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-06-15T03:35:28.328Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30182026-06-15T03:35:29.160Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30192026-06-15T03:35:29.723Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-06-15T03:35:31.363Z Compiling phf v0.12.1
30212026-06-15T03:35:31.966Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30222026-06-15T03:35:32.035Z Compiling tokio-dtrace v0.1.1
30232026-06-15T03:35:32.400Z Compiling globset v0.4.18
30242026-06-15T03:35:32.665Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30252026-06-15T03:35:32.903Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30262026-06-15T03:35:33.489Z Compiling smf v0.2.3
30272026-06-15T03:35:33.579Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30282026-06-15T03:35:33.685Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30292026-06-15T03:35:34.626Z Compiling libsw-core v0.3.2
30302026-06-15T03:35:34.670Z Compiling pem v3.0.6
30312026-06-15T03:35:34.821Z Compiling serde_plain v1.0.2
30322026-06-15T03:35:34.845Z Compiling openssl-macros v0.1.1
30332026-06-15T03:35:35.111Z Compiling cookie v0.18.1
30342026-06-15T03:35:35.125Z Compiling proc-macro-error-attr2 v2.0.0
30352026-06-15T03:35:35.368Z Compiling sigpipe v0.1.3
30362026-06-15T03:35:35.387Z Compiling fixedbitset v0.5.7
30372026-06-15T03:35:35.399Z Compiling fixedbitset v0.4.2
30382026-06-15T03:35:35.604Z Compiling glob v0.3.3
30392026-06-15T03:35:35.691Z Compiling jiff v0.2.28
30402026-06-15T03:35:35.786Z Compiling typed-path v0.9.3
30412026-06-15T03:35:35.821Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-15T03:35:36.114Z Compiling petgraph v0.8.3
30432026-06-15T03:35:36.464Z Compiling proc-macro-error2 v2.0.1
30442026-06-15T03:35:36.555Z Compiling petgraph v0.6.5
30452026-06-15T03:35:37.486Z Compiling tough v0.22.0
30462026-06-15T03:35:37.634Z Compiling libsw v3.5.0
30472026-06-15T03:35:37.836Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30482026-06-15T03:35:38.470Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30492026-06-15T03:35:38.611Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-15T03:35:38.811Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30512026-06-15T03:35:38.869Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-15T03:35:39.135Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-06-15T03:35:40.100Z Compiling oxide-tokio-rt v0.1.6
30542026-06-15T03:35:40.930Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30552026-06-15T03:35:42.179Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-06-15T03:35:42.406Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-06-15T03:35:43.280Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-06-15T03:35:43.326Z Compiling const_format v0.2.36
30592026-06-15T03:35:44.288Z Compiling papergrid v0.11.0
30602026-06-15T03:35:44.567Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-06-15T03:35:44.903Z Compiling libscf-sys v1.2.0
30622026-06-15T03:35:45.078Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30632026-06-15T03:35:45.740Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-15T03:35:45.770Z Compiling gethostname v0.5.0
30652026-06-15T03:35:45.894Z Compiling tabled_derive v0.7.0
30662026-06-15T03:35:45.915Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30672026-06-15T03:35:46.232Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-15T03:35:46.368Z Compiling bcs v0.1.6
30692026-06-15T03:35:46.576Z Compiling tagptr v0.2.0
30702026-06-15T03:35:46.753Z Compiling linear-map v1.2.0
30712026-06-15T03:35:46.774Z Compiling termtree v0.5.1
30722026-06-15T03:35:46.884Z Compiling whoami v1.6.1
30732026-06-15T03:35:46.955Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-06-15T03:35:46.985Z Compiling tabled v0.15.0
30752026-06-15T03:35:49.139Z Compiling moka v0.12.15
30762026-06-15T03:35:49.497Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-06-15T03:35:50.034Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-06-15T03:35:50.100Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-06-15T03:35:50.242Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-06-15T03:35:50.316Z Compiling steno v0.4.1
30812026-06-15T03:35:51.787Z Compiling tabled_derive v0.11.0
30822026-06-15T03:35:52.930Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30832026-06-15T03:35:54.888Z Compiling papergrid v0.18.0
30842026-06-15T03:35:56.238Z Compiling hickory-proto v0.25.2
30852026-06-15T03:35:56.704Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30862026-06-15T03:35:57.698Z Compiling testing_table v0.3.0
30872026-06-15T03:35:58.159Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30882026-06-15T03:35:58.174Z Compiling tabled v0.21.0
30892026-06-15T03:35:58.513Z Compiling hickory-resolver v0.25.2
30902026-06-15T03:35:58.663Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30912026-06-15T03:35:59.580Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30922026-06-15T03:36:00.447Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
30932026-06-15T03:36:02.749Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-06-15T03:36:02.795Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30952026-06-15T03:36:04.355Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-06-15T03:36:04.788Z Compiling crc8 v0.1.1
30972026-06-15T03:36:04.913Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
30982026-06-15T03:36:05.983Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30992026-06-15T03:36:06.345Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
31002026-06-15T03:36:06.397Z Compiling parking_lot_core v0.8.6
31012026-06-15T03:36:06.464Z Compiling nom v8.0.0
31022026-06-15T03:36:06.687Z Compiling crunchy v0.2.4
31032026-06-15T03:36:07.036Z Compiling parking_lot v0.11.2
31042026-06-15T03:36:07.181Z Compiling typify-impl v0.4.3
31052026-06-15T03:36:07.436Z Compiling fxhash v0.2.1
31062026-06-15T03:36:07.650Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31072026-06-15T03:36:07.928Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31082026-06-15T03:36:07.955Z Compiling tiny-keccak v2.0.2
31092026-06-15T03:36:08.228Z Compiling sled v0.34.7
31102026-06-15T03:36:08.351Z Compiling arc-swap v1.9.1
31112026-06-15T03:36:08.708Z Compiling slog-scope v4.4.1
31122026-06-15T03:36:09.134Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31132026-06-15T03:36:09.931Z Compiling internet-checksum v0.2.1
31142026-06-15T03:36:10.085Z Compiling const-random-macro v0.1.16
31152026-06-15T03:36:10.196Z Compiling slog-stdlog v4.1.1
31162026-06-15T03:36:10.526Z Compiling dropshot-api-manager-types v0.7.2
31172026-06-15T03:36:10.561Z Compiling typify-macro v0.4.3
31182026-06-15T03:36:10.642Z Compiling smartstring v1.0.1
31192026-06-15T03:36:10.943Z Compiling ahash v0.8.12
31202026-06-15T03:36:11.100Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
31212026-06-15T03:36:11.448Z Compiling const-random v0.1.18
31222026-06-15T03:36:11.535Z Compiling slog-envlogger v2.2.0
31232026-06-15T03:36:12.136Z Compiling typify v0.4.3
31242026-06-15T03:36:12.248Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-15T03:36:12.686Z Compiling toml_datetime v0.7.5+spec-1.1.0
31262026-06-15T03:36:12.720Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-15T03:36:12.980Z Compiling toml v0.9.12+spec-1.1.0
31282026-06-15T03:36:13.082Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31292026-06-15T03:36:14.142Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31302026-06-15T03:36:14.927Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31312026-06-15T03:36:15.056Z Compiling progenitor-impl v0.10.0
31322026-06-15T03:36:17.097Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31332026-06-15T03:36:20.964Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31342026-06-15T03:36:21.905Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31352026-06-15T03:36:22.672Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31362026-06-15T03:36:22.942Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31372026-06-15T03:36:23.339Z Compiling lzma-sys v0.1.20
31382026-06-15T03:36:23.770Z Compiling sha1 v0.10.6
31392026-06-15T03:36:23.803Z Compiling thin-vec v0.2.18
31402026-06-15T03:36:23.872Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-15T03:36:24.152Z Compiling rhai_codegen v3.2.0
31422026-06-15T03:36:24.192Z Compiling fs-err v3.3.0
31432026-06-15T03:36:24.434Z Compiling utf-8 v0.7.6
31442026-06-15T03:36:24.476Z Compiling typeid v1.0.3
31452026-06-15T03:36:24.656Z Compiling tungstenite v0.21.0
31462026-06-15T03:36:25.405Z Compiling rhai v1.25.1
31472026-06-15T03:36:25.847Z Compiling progenitor-macro v0.10.0
31482026-06-15T03:36:30.009Z Compiling cargo_toml v0.22.3
31492026-06-15T03:36:32.268Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31502026-06-15T03:36:32.715Z Compiling sha2 v0.10.9
31512026-06-15T03:36:33.847Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31522026-06-15T03:36:34.052Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31532026-06-15T03:36:34.947Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31542026-06-15T03:36:34.980Z Compiling progenitor v0.10.0
31552026-06-15T03:36:35.273Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31562026-06-15T03:36:37.338Z Compiling tokio-tungstenite v0.21.0
31572026-06-15T03:36:37.848Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31582026-06-15T03:36:37.908Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31592026-06-15T03:36:38.664Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31602026-06-15T03:36:39.329Z Compiling console v0.16.3
31612026-06-15T03:36:39.581Z Compiling git-stub v1.0.0
31622026-06-15T03:36:40.482Z Compiling unit-prefix v0.5.2
31632026-06-15T03:36:40.599Z Compiling is_ci v1.2.0
31642026-06-15T03:36:40.662Z Compiling base64 v0.21.7
31652026-06-15T03:36:40.785Z Compiling supports-color v3.0.2
31662026-06-15T03:36:40.907Z Compiling indicatif v0.18.4
31672026-06-15T03:36:41.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31682026-06-15T03:36:41.178Z Compiling git-stub-vcs v0.1.0
31692026-06-15T03:36:41.433Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31702026-06-15T03:36:41.910Z Compiling ron v0.12.1
31712026-06-15T03:36:42.957Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31722026-06-15T03:36:43.637Z Compiling xz2 v0.1.7
31732026-06-15T03:36:43.997Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31742026-06-15T03:36:44.968Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31752026-06-15T03:36:45.163Z Compiling drift v0.2.0
31762026-06-15T03:36:45.694Z Compiling base16ct v1.0.0
31772026-06-15T03:36:45.958Z Compiling dropshot-api-manager v0.7.2
31782026-06-15T03:36:52.489Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31792026-06-15T03:36:54.008Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31802026-06-15T03:36:55.208Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31812026-06-15T03:36:58.095Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31822026-06-15T03:36:58.280Z Compiling natord v1.0.9
31832026-06-15T03:36:58.580Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31842026-06-15T03:36:58.676Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31852026-06-15T03:37:00.696Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31862026-06-15T03:37:02.442Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31872026-06-15T03:37:05.215Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31882026-06-15T03:37:09.293Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31892026-06-15T03:37:09.363Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31902026-06-15T03:37:10.071Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31912026-06-15T03:37:13.869Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31922026-06-15T03:37:22.234Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31932026-06-15T03:37:43.385Z Finished `release` profile [optimized] target(s) in 4m 23s
31942026-06-15T03:37:43.566Z
31952026-06-15T03:37:43.566Zreal 4:23.732483863
31962026-06-15T03:37:43.566Zuser 30:04.877234967
31972026-06-15T03:37:43.566Zsys 2:46.406668118
31982026-06-15T03:37:43.566Ztrap 0.760371223
31992026-06-15T03:37:43.566Ztflt 1.374063516
32002026-06-15T03:37:43.566Zdflt 1.473783545
32012026-06-15T03:37:43.566Zkflt 0.000079804
32022026-06-15T03:37:43.570Zlock 2:01:04.396760848
32032026-06-15T03:37:43.570Zslp 1:27:22.235127867
32042026-06-15T03:37:43.570Zlat 2:13.178212019
32052026-06-15T03:37:43.570Zstop 3:21.332892166
32062026-06-15T03:37:43.570Z+ for x in debug release
32072026-06-15T03:37:43.570Z+ mkdir -p /work/debug
32082026-06-15T03:37:43.571Z+ cp target/debug/ddmd /work/debug/ddmd
32092026-06-15T03:37:44.592Z+ cp target/debug/ddmadm /work/debug/ddmadm
32102026-06-15T03:37:44.975Z+ cp target/debug/mgd /work/debug/mgd
32112026-06-15T03:37:45.624Z+ cp target/debug/mgadm /work/debug/mgadm
32122026-06-15T03:37:46.144Z+ for x in debug release
32132026-06-15T03:37:46.144Z+ mkdir -p /work/release
32142026-06-15T03:37:46.147Z+ cp target/release/ddmd /work/release/ddmd
32152026-06-15T03:37:46.236Z+ cp target/release/ddmadm /work/release/ddmadm
32162026-06-15T03:37:46.314Z+ cp target/release/mgd /work/release/mgd
32172026-06-15T03:37:46.403Z+ cp target/release/mgadm /work/release/mgadm
32182026-06-15T03:37:46.500Z+ cp target/release/falcon-lab /work/release/falcon-lab
32192026-06-15T03:37:46.566Zprocess exited: duration 710047 ms, exit code 0
 
32202026-06-15T03:37:46.580Zfound 9 output files
32212026-06-15T03:37:46.580Zuploading: /work/debug/ddmadm (526857336 bytes)
32222026-06-15T03:37:53.638Zuploaded: /work/debug/ddmadm
32232026-06-15T03:37:53.638Zuploading: /work/debug/ddmd (595743632 bytes)
32242026-06-15T03:38:01.857Zuploaded: /work/debug/ddmd
32252026-06-15T03:38:01.864Zuploading: /work/debug/mgadm (627783872 bytes)
32262026-06-15T03:38:09.823Zuploaded: /work/debug/mgadm
32272026-06-15T03:38:09.829Zuploading: /work/debug/mgd (699232328 bytes)
32282026-06-15T03:38:19.228Zuploaded: /work/debug/mgd
32292026-06-15T03:38:19.229Zuploading: /work/release/ddmadm (46027880 bytes)
32302026-06-15T03:38:20.638Zuploaded: /work/release/ddmadm
32312026-06-15T03:38:20.638Zuploading: /work/release/ddmd (53509040 bytes)
32322026-06-15T03:38:22.049Zuploaded: /work/release/ddmd
32332026-06-15T03:38:22.049Zuploading: /work/release/falcon-lab (39160728 bytes)
32342026-06-15T03:38:23.371Zuploaded: /work/release/falcon-lab
32352026-06-15T03:38:23.379Zuploading: /work/release/mgadm (61286712 bytes)
32362026-06-15T03:38:24.742Zuploaded: /work/release/mgadm
32372026-06-15T03:38:24.743Zuploading: /work/release/mgd (73725104 bytes)
32382026-06-15T03:38:26.768Zuploaded: /work/release/mgd