01KTAYRW8JCBESFG8PX9FK147R: 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: 01KTAYTA9P7BWJ5SGJPB48B8WY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:06.409Zjob assigned to worker 01KTAYV2NRFNA4SZXS06H89HT7 [factory aws, i-05ac6c98828d7202f] (queued for 1 m 18 s)
 
22026-06-05T03:58:12.836Zstarting task 0: "setup"
32026-06-05T03:58:12.839Z++ uname -s
42026-06-05T03:58:12.842Z+ kern=SunOS
52026-06-05T03:58:12.842Z+ build_user=build
62026-06-05T03:58:12.842Z+ build_uid=12345
72026-06-05T03:58:12.842Z+ work_dir=/work
82026-06-05T03:58:12.842Z+ input_dir=/input
92026-06-05T03:58:12.842Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:12.842Z+ case "$kern" in
112026-06-05T03:58:12.842Z+ groupadd -g 12345 build
122026-06-05T03:58:12.845Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:14.847Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:14.951Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:14.954Z+ home_fs=zfs
162026-06-05T03:58:14.954Z+ [[ zfs == autofs ]]
172026-06-05T03:58:14.954Z+ mkdir -p /home/build
182026-06-05T03:58:14.954Z+ chown build:build /home/build /work
192026-06-05T03:58:16.956Z+ chmod 0700 /home/build /work
202026-06-05T03:58:16.958Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-05T03:58:16.963Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:16.968Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:16.968Z * rust toolchain channel = "stable"
242026-06-05T03:58:16.968Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T03:58:16.968Z * rust toolchain profile = "default"
262026-06-05T03:58:16.970Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:16.970Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:16.971Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:16.971Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:17.088Zinfo: downloading installer
312026-06-05T03:58:18.650Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:18.650Zwarn: /opt/ooce/bin
332026-06-05T03:58:18.650Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:18.650Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:18.650Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:18.650Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:18.650Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:18.650Zerror: cannot install while Rust is installed
392026-06-05T03:58:18.650Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:18.650Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:18.650Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:18.650Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:18.650Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:18.663Zinfo: profile set to default
452026-06-05T03:58:18.663Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:18.666Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:18.815Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:18.818Zinfo: downloading 6 components
492026-06-05T03:58:32.873Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:32.874Z
512026-06-05T03:58:32.900Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:32.900Z
532026-06-05T03:58:32.900Z
542026-06-05T03:58:32.900ZRust is installed now. Great!
552026-06-05T03:58:32.900Z
562026-06-05T03:58:32.900ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:32.900Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:32.900Z
592026-06-05T03:58:32.900ZTo configure your current shell, you need to source
602026-06-05T03:58:32.900Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:32.900Z
622026-06-05T03:58:32.900ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:32.900Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:32.901Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:32.901Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:32.901Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:32.901Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:32.901Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:32.906Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:32.906Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:33.002Z+ rustup --version
722026-06-05T03:58:33.013Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:33.023Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:33.044Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:33.044Z+ cargo --version
762026-06-05T03:58:33.052Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:33.052Z+ rustc --version
782026-06-05T03:58:33.077Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:33.095Zprocess exited: duration 16107 ms, exit code 0
 
802026-06-05T03:58:33.145Zstarting task 2: "authentication"
812026-06-05T03:58:33.159ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:45.208Zprocess exited: duration 12100 ms, exit code 0
 
832026-06-05T03:58:45.214Zstarting task 3: "clone repository"
842026-06-05T03:58:45.219Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:45.223Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:45.253ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:46.581Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:46.581Z+ git fetch origin 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
892026-06-05T03:58:46.952ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:46.952Z * branch 047407809b1bda96f8c90d6c8c32e6230f8a7c1d -> FETCH_HEAD
912026-06-05T03:58:46.958Z+ [[ -n renovate/hyper ]]
922026-06-05T03:58:46.961Z++ git branch --show-current
932026-06-05T03:58:46.961Z+ current=main
942026-06-05T03:58:46.961Z+ [[ main != renovate/hyper ]]
952026-06-05T03:58:46.961Z+ git branch -f renovate/hyper 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
962026-06-05T03:58:46.964Z+ git checkout -f renovate/hyper
972026-06-05T03:58:46.981ZSwitched to branch 'renovate/hyper'
982026-06-05T03:58:46.984Z+ git reset --hard 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
992026-06-05T03:58:46.989ZHEAD is now at 0474078 Update hyper to 1.10.1
1002026-06-05T03:58:46.989Zprocess exited: duration 1772 ms, exit code 0
 
1012026-06-05T03:58:46.994Zstarting task 4: "build"
1022026-06-05T03:58:46.998Z+ pfexec pkg install clang-15
1032026-06-05T03:58:54.802Z Startup: Refreshing catalog 'helios-dev' ... Done
1042026-06-05T03:59:02.538Z Startup: Caching catalogs ... Done
1052026-06-05T03:59:09.705ZPlanning: Solver setup ... Done
1062026-06-05T03:59:09.744ZPlanning: Running solver ... Done
1072026-06-05T03:59:09.885ZPlanning: Finding local manifests ... Done
1082026-06-05T03:59:11.106ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-05T03:59:11.203ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-05T03:59:11.229ZPlanning: Package planning ... Done
1112026-06-05T03:59:11.263ZPlanning: Merging actions ... Done
1122026-06-05T03:59:11.365ZPlanning: Checking for conflicting actions ... Done
1132026-06-05T03:59:11.371ZPlanning: Consolidating action changes ... Done
1142026-06-05T03:59:12.140ZPlanning: Evaluating mediators ... Done
1152026-06-05T03:59:12.146ZPlanning: Planning completed in 9.44 seconds
1162026-06-05T03:59:12.157Z Packages to install: 2
1172026-06-05T03:59:12.158Z Mediators to change: 2
1182026-06-05T03:59:12.158Z Services to change: 1
1192026-06-05T03:59:12.158Z Create boot environment: No
1202026-06-05T03:59:12.158ZCreate backup boot environment: No
1212026-06-05T03:59:12.199Z
1222026-06-05T03:59:12.199ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1232026-06-05T03:59:17.206ZDownload: 246/3076 items 15.6/211.3MB 7% complete (3.4M/s)
1242026-06-05T03:59:22.248ZDownload: 391/3076 items 16.3/211.3MB 7% complete (1.8M/s)
1252026-06-05T03:59:27.430ZDownload: 515/3076 items 17.0/211.3MB 8% complete (281k/s)
1262026-06-05T03:59:32.441ZDownload: 615/3076 items 17.5/211.3MB 8% complete (129k/s)
1272026-06-05T03:59:37.609ZDownload: 767/3076 items 18.2/211.3MB 8% complete (136k/s)
1282026-06-05T03:59:42.949ZDownload: 801/3076 items 18.2/211.3MB 8% complete (99.9k/s)
1292026-06-05T03:59:48.127ZDownload: 880/3076 items 18.4/211.3MB 8% complete (28.4k/s)
1302026-06-05T03:59:53.263ZDownload: 967/3076 items 81.6/211.3MB 38% complete (6.5M/s)
1312026-06-05T03:59:59.844ZDownload: 975/3076 items 81.7/211.3MB 38% complete (6.3M/s)
1322026-06-05T04:00:05.203ZDownload: 980/3076 items 81.7/211.3MB 38% complete (5.2M/s)
1332026-06-05T04:00:14.298ZDownload: 984/3076 items 81.8/211.3MB 38% complete (4.0M/s)
1342026-06-05T04:00:19.518ZDownload: 1156/3076 items 115.0/211.3MB 54% complete (3.4M/s)
1352026-06-05T04:00:24.316ZDownload: 1323/3076 items 116.1/211.3MB 54% complete (3.8M/s)
1362026-06-05T04:00:29.302ZDownload: 1577/3076 items 117.1/211.3MB 55% complete (220k/s)
1372026-06-05T04:00:34.310ZDownload: 1949/3076 items 117.6/211.3MB 55% complete (150k/s)
1382026-06-05T04:00:39.592ZDownload: 2002/3076 items 117.8/211.3MB 55% complete (152k/s)
1392026-06-05T04:00:44.825ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (136k/s)
1402026-06-05T04:00:51.176ZDownload: 2007/3076 items 117.9/211.3MB 55% complete
1412026-06-05T04:00:56.379ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1422026-06-05T04:01:01.393ZDownload: 2189/3076 items 118.8/211.3MB 56% complete (128k/s)
1432026-06-05T04:01:06.435ZDownload: 2374/3076 items 119.2/211.3MB 56% complete (140k/s)
1442026-06-05T04:01:11.466ZDownload: 2653/3076 items 119.8/211.3MB 56% complete (125k/s)
1452026-06-05T04:01:16.712ZDownload: 2801/3076 items 120.0/211.3MB 56% complete (97.6k/s)
1462026-06-05T04:01:21.834ZDownload: 2828/3076 items 120.1/211.3MB 56% complete (63.3k/s)
1472026-06-05T04:01:27.050ZDownload: 3018/3076 items 200.8/211.3MB 95% complete (8.3M/s)
1482026-06-05T04:01:32.345ZDownload: 3029/3076 items 201.6/211.3MB 95% complete (8.3M/s)
1492026-06-05T04:01:37.616ZDownload: 3034/3076 items 201.7/211.3MB 95% complete (6.7M/s)
1502026-06-05T04:01:43.776ZDownload: 3073/3076 items 211.2/211.3MB 99% complete (931k/s)
1512026-06-05T04:02:02.848ZDownload: 3075/3076 items 211.3/211.3MB 99% complete
1522026-06-05T04:02:02.866ZDownload: Completed 211.31 MB in 170.67 seconds (1.2M/s)
1532026-06-05T04:02:02.984Z Actions: 1/3418 actions (Installing new actions)
1542026-06-05T04:02:06.115Z Actions: Completed 3418 actions in 3.13 seconds.
1552026-06-05T04:02:06.758Z Done
1562026-06-05T04:02:06.758Z Done
1572026-06-05T04:02:07.496Z Done
1582026-06-05T04:02:10.836Z Done
1592026-06-05T04:02:10.907Z Done
1602026-06-05T04:02:10.910Z Done
1612026-06-05T04:02:11.187Z Done
1622026-06-05T04:02:11.855Z+ cargo --version
1632026-06-05T04:02:11.862Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-05T04:02:12.019Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-05T04:02:12.022Zinfo: downloading 6 components
1662026-06-05T04:02:28.437Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-05T04:02:28.439Z+ rustc --version
1682026-06-05T04:02:28.465Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-05T04:02:28.468Z+ banner check
1702026-06-05T04:02:28.472Z
1712026-06-05T04:02:28.472Z #### # # ###### #### # #
1722026-06-05T04:02:28.472Z # # # # # # # # #
1732026-06-05T04:02:28.473Z # ###### ##### # ####
1742026-06-05T04:02:28.473Z # # # # # # #
1752026-06-05T04:02:28.473Z # # # # # # # # #
1762026-06-05T04:02:28.473Z #### # # ###### #### # #
1772026-06-05T04:02:28.473Z
1782026-06-05T04:02:28.475Z+ cargo fmt -- --check
1792026-06-05T04:02:28.861Z+ cargo clippy --all-targets -- --deny warnings
1802026-06-05T04:02:28.977Z Updating git repository `https://github.com/oxidecomputer/falcon`
1812026-06-05T04:02:29.576ZFrom https://github.com/oxidecomputer/falcon
1822026-06-05T04:02:29.576Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1832026-06-05T04:02:29.653Z Updating crates.io index
1842026-06-05T04:02:29.656Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1852026-06-05T04:02:30.570ZFrom https://github.com/oxidecomputer/dendrite
1862026-06-05T04:02:30.570Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1872026-06-05T04:02:30.732Z Updating git repository `https://github.com/oxidecomputer/ispf`
1882026-06-05T04:02:30.982ZFrom https://github.com/oxidecomputer/ispf
1892026-06-05T04:02:30.982Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1902026-06-05T04:02:30.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1912026-06-05T04:02:31.313ZFrom https://github.com/oxidecomputer/netadm-sys
1922026-06-05T04:02:31.313Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1932026-06-05T04:02:31.320Z Updating git repository `https://github.com/oxidecomputer/omicron`
1942026-06-05T04:02:38.998ZFrom https://github.com/oxidecomputer/omicron
1952026-06-05T04:02:38.998Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1962026-06-05T04:02:39.419Z Updating git repository `https://github.com/oxidecomputer/opte`
1972026-06-05T04:02:40.063ZFrom https://github.com/oxidecomputer/opte
1982026-06-05T04:02:40.063Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1992026-06-05T04:02:40.330Z Updating git repository `https://github.com/illumos/smf-rs`
2002026-06-05T04:02:40.586ZFrom https://github.com/illumos/smf-rs
2012026-06-05T04:02:40.586Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
2022026-06-05T04:02:40.604Z Updating git repository `https://github.com/oxidecomputer/network-interface`
2032026-06-05T04:02:40.879ZFrom https://github.com/oxidecomputer/network-interface
2042026-06-05T04:02:40.879Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
2052026-06-05T04:02:41.025Z Updating git repository `https://github.com/oxidecomputer/zone`
2062026-06-05T04:02:41.299ZFrom https://github.com/oxidecomputer/zone
2072026-06-05T04:02:41.299Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
2082026-06-05T04:02:41.311Z Updating git repository `https://github.com/oxidecomputer/propolis`
2092026-06-05T04:02:41.946ZFrom https://github.com/oxidecomputer/propolis
2102026-06-05T04:02:41.946Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
2112026-06-05T04:02:42.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2122026-06-05T04:02:42.862ZFrom https://github.com/oxidecomputer/transceiver-control
2132026-06-05T04:02:42.862Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
2142026-06-05T04:02:42.883Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2152026-06-05T04:02:43.152ZFrom https://github.com/oxidecomputer/dlpi-sys
2162026-06-05T04:02:43.152Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
2172026-06-05T04:02:43.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2182026-06-05T04:02:43.421ZFrom https://github.com/jmesmon/rust-libzfs
2192026-06-05T04:02:43.421Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2202026-06-05T04:02:43.446Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2212026-06-05T04:02:43.653ZFrom https://github.com/oxidecomputer/rusty-doors
2222026-06-05T04:02:43.653Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2232026-06-05T04:02:43.664Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-06-05T04:02:43.991ZFrom https://github.com/oxidecomputer/lldp
2252026-06-05T04:02:43.991Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2262026-06-05T04:02:44.052Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2272026-06-05T04:02:44.333ZFrom https://github.com/oxidecomputer/slog-error-chain
2282026-06-05T04:02:44.333Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2292026-06-05T04:02:44.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2302026-06-05T04:02:44.690ZFrom https://github.com/oxidecomputer/tufaceous
2312026-06-05T04:02:44.691Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2322026-06-05T04:02:44.710Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2332026-06-05T04:02:45.166ZFrom https://github.com/oxidecomputer/management-gateway-service
2342026-06-05T04:02:45.166Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2352026-06-05T04:02:45.280Z Updating git repository `https://github.com/oxidecomputer/crucible`
2362026-06-05T04:02:46.108ZFrom https://github.com/oxidecomputer/crucible
2372026-06-05T04:02:46.108Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2382026-06-05T04:02:46.890Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-06-05T04:02:47.150ZFrom https://github.com/oxidecomputer/serde_human_bytes
2402026-06-05T04:02:47.150Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2412026-06-05T04:02:47.359Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-06-05T04:02:47.758ZFrom https://github.com/oxidecomputer/propolis
2432026-06-05T04:02:47.759Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2442026-06-05T04:02:47.993Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-05T04:02:48.488ZFrom https://github.com/oxidecomputer/crucible
2462026-06-05T04:02:48.488Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2472026-06-05T04:02:48.743Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-06-05T04:02:49.080ZFrom https://github.com/oxidecomputer/tofino
2492026-06-05T04:02:49.080Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2502026-06-05T04:02:49.097Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-06-05T04:02:49.739ZFrom https://github.com/oxidecomputer/maghemite
2522026-06-05T04:02:49.739Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2532026-06-05T04:02:49.803Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-05T04:02:50.215ZFrom https://github.com/oxidecomputer/clickward
2552026-06-05T04:02:50.215Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2562026-06-05T04:02:50.360Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-06-05T04:02:50.595ZFrom https://github.com/oxidecomputer/illumos-devinfo
2582026-06-05T04:02:50.595Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2592026-06-05T04:02:51.918Z Downloading crates ...
2602026-06-05T04:02:51.997Z Downloaded anstyle-parse v1.0.0
2612026-06-05T04:02:52.024Z Downloaded crunchy v0.2.4
2622026-06-05T04:02:52.024Z Downloaded colorchoice v1.0.5
2632026-06-05T04:02:52.024Z Downloaded cfg-if v1.0.4
2642026-06-05T04:02:52.024Z Downloaded block-buffer v0.10.4
2652026-06-05T04:02:52.024Z Downloaded crucible-workspace-hack v0.1.0
2662026-06-05T04:02:52.024Z Downloaded const-oid v0.10.2
2672026-06-05T04:02:52.024Z Downloaded critical-section v1.2.0
2682026-06-05T04:02:52.024Z Downloaded darling v0.23.0
2692026-06-05T04:02:52.043Z Downloaded generic-array v0.14.7
2702026-06-05T04:02:52.043Z Downloaded darling_core v0.21.3
2712026-06-05T04:02:52.043Z Downloaded dropshot_endpoint v0.17.1
2722026-06-05T04:02:52.043Z Downloaded displaydoc v0.2.6
2732026-06-05T04:02:52.043Z Downloaded httpdate v1.0.3
2742026-06-05T04:02:52.065Z Downloaded glob v0.3.3
2752026-06-05T04:02:52.065Z Downloaded getrandom v0.4.2
2762026-06-05T04:02:52.066Z Downloaded gethostname v0.5.0
2772026-06-05T04:02:52.066Z Downloaded debug-ignore v1.0.5
2782026-06-05T04:02:52.066Z Downloaded foreign-types v0.5.0
2792026-06-05T04:02:52.066Z Downloaded ciborium-io v0.2.2
2802026-06-05T04:02:52.066Z Downloaded base16ct v0.2.0
2812026-06-05T04:02:52.066Z Downloaded hmac v0.12.1
2822026-06-05T04:02:52.066Z Downloaded hickory-resolver v0.25.2
2832026-06-05T04:02:52.066Z Downloaded foreign-types v0.3.2
2842026-06-05T04:02:52.100Z Downloaded bcs v0.1.6
2852026-06-05T04:02:52.100Z Downloaded hex v0.4.3
2862026-06-05T04:02:52.100Z Downloaded backon v1.6.0
2872026-06-05T04:02:52.100Z Downloaded either v1.16.0
2882026-06-05T04:02:52.100Z Downloaded foldhash v0.2.0
2892026-06-05T04:02:52.100Z Downloaded form_urlencoded v1.2.2
2902026-06-05T04:02:52.100Z Downloaded futures-sink v0.3.32
2912026-06-05T04:02:52.100Z Downloaded futures-task v0.3.32
2922026-06-05T04:02:52.119Z Downloaded futures-macro v0.3.32
2932026-06-05T04:02:52.119Z Downloaded anyhow v1.0.102
2942026-06-05T04:02:52.119Z Downloaded float-ord v0.3.2
2952026-06-05T04:02:52.119Z Downloaded fxhash v0.2.1
2962026-06-05T04:02:52.119Z Downloaded errno v0.3.14
2972026-06-05T04:02:52.119Z Downloaded foreign-types-shared v0.1.1
2982026-06-05T04:02:52.119Z Downloaded hash32 v0.3.1
2992026-06-05T04:02:52.119Z Downloaded hostname v0.4.2
3002026-06-05T04:02:52.119Z Downloaded foreign-types-macros v0.2.3
3012026-06-05T04:02:52.119Z Downloaded dtrace-parser v0.3.0
3022026-06-05T04:02:52.119Z Downloaded hashbrown v0.15.5
3032026-06-05T04:02:52.119Z Downloaded heck v0.4.1
3042026-06-05T04:02:52.119Z Downloaded equivalent v1.0.2
3052026-06-05T04:02:52.119Z Downloaded crypto-common v0.2.2
3062026-06-05T04:02:52.119Z Downloaded dyn-clone v1.0.20
3072026-06-05T04:02:52.148Z Downloaded embedded-io v0.6.1
3082026-06-05T04:02:52.149Z Downloaded atomic-waker v1.1.2
3092026-06-05T04:02:52.149Z Downloaded crc8 v0.1.1
3102026-06-05T04:02:52.149Z Downloaded async-stream-impl v0.3.6
3112026-06-05T04:02:52.149Z Downloaded heck v0.5.0
3122026-06-05T04:02:52.149Z Downloaded enum-as-inner v0.6.1
3132026-06-05T04:02:52.149Z Downloaded dunce v1.0.5
3142026-06-05T04:02:52.149Z Downloaded ahash v0.8.12
3152026-06-05T04:02:52.149Z Downloaded http-body v1.0.1
3162026-06-05T04:02:52.149Z Downloaded clap_lex v1.1.0
3172026-06-05T04:02:52.149Z Downloaded hostname v0.3.1
3182026-06-05T04:02:52.149Z Downloaded async-recursion v1.1.1
3192026-06-05T04:02:52.149Z Downloaded git-stub-vcs v0.1.0
3202026-06-05T04:02:52.168Z Downloaded group v0.13.0
3212026-06-05T04:02:52.168Z Downloaded hubpack v0.1.2
3222026-06-05T04:02:52.168Z Downloaded base64ct v1.8.3
3232026-06-05T04:02:52.168Z Downloaded dtrace-parser v0.2.0
3242026-06-05T04:02:52.168Z Downloaded async-trait v0.1.89
3252026-06-05T04:02:52.168Z Downloaded const_format v0.2.36
3262026-06-05T04:02:52.168Z Downloaded instant v0.1.13
3272026-06-05T04:02:52.168Z Downloaded crossbeam-deque v0.8.6
3282026-06-05T04:02:52.168Z Downloaded is-terminal v0.4.17
3292026-06-05T04:02:52.183Z Downloaded indent_write v2.2.0
3302026-06-05T04:02:52.184Z Downloaded is_terminal_polyfill v1.70.2
3312026-06-05T04:02:52.184Z Downloaded base16ct v1.0.0
3322026-06-05T04:02:52.184Z Downloaded keccak v0.1.6
3332026-06-05T04:02:52.184Z Downloaded ident_case v1.0.1
3342026-06-05T04:02:52.184Z Downloaded http-body-util v0.1.3
3352026-06-05T04:02:52.184Z Downloaded cipher v0.4.4
3362026-06-05T04:02:52.184Z Downloaded fnv v1.0.7
3372026-06-05T04:02:52.184Z Downloaded hyper-rustls v0.27.9
3382026-06-05T04:02:52.192Z Downloaded futures-core v0.3.32
3392026-06-05T04:02:52.192Z Downloaded humantime v2.3.0
3402026-06-05T04:02:52.192Z Downloaded csv-core v0.1.13
3412026-06-05T04:02:52.192Z Downloaded globset v0.4.18
3422026-06-05T04:02:52.192Z Downloaded lazy_static v1.5.0
3432026-06-05T04:02:52.192Z Downloaded cargo_toml v0.22.3
3442026-06-05T04:02:52.192Z Downloaded anstream v1.0.0
3452026-06-05T04:02:52.213Z Downloaded defmt v1.1.0
3462026-06-05T04:02:52.213Z Downloaded itoa v1.0.18
3472026-06-05T04:02:52.213Z Downloaded internet-checksum v0.2.1
3482026-06-05T04:02:52.213Z Downloaded match_cfg v0.1.0
3492026-06-05T04:02:52.213Z Downloaded lru-slab v0.1.2
3502026-06-05T04:02:52.226Z Downloaded linked-hash-map v0.5.6
3512026-06-05T04:02:52.226Z Downloaded macaddr v1.0.1
3522026-06-05T04:02:52.226Z Downloaded managed v0.8.0
3532026-06-05T04:02:52.226Z Downloaded memmap v0.7.0
3542026-06-05T04:02:52.226Z Downloaded newtype-uuid-macros v0.1.0
3552026-06-05T04:02:52.226Z Downloaded highway v1.3.0
3562026-06-05T04:02:52.226Z Downloaded dropshot-api-manager-types v0.7.2
3572026-06-05T04:02:52.226Z Downloaded cookie v0.18.1
3582026-06-05T04:02:52.226Z Downloaded foldhash v0.1.5
3592026-06-05T04:02:52.226Z Downloaded darling v0.21.3
3602026-06-05T04:02:52.236Z Downloaded mime v0.3.17
3612026-06-05T04:02:52.236Z Downloaded daft-derive v0.1.7
3622026-06-05T04:02:52.237Z Downloaded crossbeam-utils v0.8.21
3632026-06-05T04:02:52.237Z Downloaded num-conv v0.2.2
3642026-06-05T04:02:52.237Z Downloaded cc v1.2.63
3652026-06-05T04:02:52.249Z Downloaded newline-converter v0.3.0
3662026-06-05T04:02:52.249Z Downloaded jobserver v0.1.34
3672026-06-05T04:02:52.250Z Downloaded natord v1.0.9
3682026-06-05T04:02:52.250Z Downloaded crypto-bigint v0.5.5
3692026-06-05T04:02:52.250Z Downloaded erased-serde v0.3.31
3702026-06-05T04:02:52.250Z Downloaded num v0.4.3
3712026-06-05T04:02:52.250Z Downloaded num_enum_derive v0.5.11
3722026-06-05T04:02:52.272Z Downloaded linear-map v1.2.0
3732026-06-05T04:02:52.272Z Downloaded iana-time-zone v0.1.65
3742026-06-05T04:02:52.272Z Downloaded half v2.7.1
3752026-06-05T04:02:52.273Z Downloaded openssl-probe v0.2.1
3762026-06-05T04:02:52.273Z Downloaded log v0.4.32
3772026-06-05T04:02:52.273Z Downloaded omicron-workspace-hack v0.1.0
3782026-06-05T04:02:52.273Z Downloaded libsw-core v0.3.2
3792026-06-05T04:02:52.290Z Downloaded parse-display v0.10.0
3802026-06-05T04:02:52.290Z Downloaded memoffset v0.9.1
3812026-06-05T04:02:52.290Z Downloaded crossbeam-channel v0.5.15
3822026-06-05T04:02:52.291Z Downloaded phf_shared v0.12.1
3832026-06-05T04:02:52.291Z Downloaded num-derive v0.4.2
3842026-06-05T04:02:52.291Z Downloaded icu_normalizer v2.2.0
3852026-06-05T04:02:52.291Z Downloaded lock_api v0.4.14
3862026-06-05T04:02:52.291Z Downloaded password-hash v0.5.0
3872026-06-05T04:02:52.291Z Downloaded chacha20poly1305 v0.10.1
3882026-06-05T04:02:52.337Z Downloaded ingot-macros v0.1.1
3892026-06-05T04:02:52.338Z Downloaded getrandom v0.2.17
3902026-06-05T04:02:52.338Z Downloaded http v1.4.1
3912026-06-05T04:02:52.338Z Downloaded opaque-debug v0.3.1
3922026-06-05T04:02:52.338Z Downloaded newtype-uuid v1.3.2
3932026-06-05T04:02:52.338Z Downloaded plain v0.2.3
3942026-06-05T04:02:52.338Z Downloaded proc-macro-error-attr v1.0.4
3952026-06-05T04:02:52.338Z Downloaded proc-macro-crate v1.3.1
3962026-06-05T04:02:52.338Z Downloaded pretty-hex v0.4.2
3972026-06-05T04:02:52.339Z Downloaded num-complex v0.4.6
3982026-06-05T04:02:52.339Z Downloaded memmap2 v0.9.10
3992026-06-05T04:02:52.339Z Downloaded num_enum v0.5.11
4002026-06-05T04:02:52.357Z Downloaded indexmap v2.14.0
4012026-06-05T04:02:52.357Z Downloaded futures v0.3.32
4022026-06-05T04:02:52.358Z Downloaded derive-where v1.6.1
4032026-06-05T04:02:52.358Z Downloaded paste v1.0.15
4042026-06-05T04:02:52.358Z Downloaded progenitor-client v0.10.0
4052026-06-05T04:02:52.358Z Downloaded clap_builder v4.6.0
4062026-06-05T04:02:52.358Z Downloaded litemap v0.8.2
4072026-06-05T04:02:52.358Z Downloaded owo-colors v4.3.0
4082026-06-05T04:02:52.358Z Downloaded proc-macro-error-attr2 v2.0.0
4092026-06-05T04:02:52.358Z Downloaded potential_utf v0.1.5
4102026-06-05T04:02:52.358Z Downloaded progenitor-client v0.14.0
4112026-06-05T04:02:52.358Z Downloaded progenitor-macro v0.14.0
4122026-06-05T04:02:52.358Z Downloaded progenitor-macro v0.13.0
4132026-06-05T04:02:52.358Z Downloaded parse-display-derive v0.10.0
4142026-06-05T04:02:52.358Z Downloaded progenitor-macro v0.10.0
4152026-06-05T04:02:52.358Z Downloaded num_enum v0.7.6
4162026-06-05T04:02:52.358Z Downloaded parking_lot_core v0.8.6
4172026-06-05T04:02:52.358Z Downloaded parking_lot_core v0.9.12
4182026-06-05T04:02:52.358Z Downloaded aho-corasick v1.1.4
4192026-06-05T04:02:52.358Z Downloaded proc-macro-error2 v2.0.1
4202026-06-05T04:02:52.359Z Downloaded rand_chacha v0.3.1
4212026-06-05T04:02:52.359Z Downloaded pin-project-lite v0.2.17
4222026-06-05T04:02:52.387Z Downloaded indexmap v1.9.3
4232026-06-05T04:02:52.387Z Downloaded icu_provider v2.2.0
4242026-06-05T04:02:52.387Z Downloaded ref-cast v1.0.25
4252026-06-05T04:02:52.388Z Downloaded rand_xorshift v0.4.0
4262026-06-05T04:02:52.388Z Downloaded poly1305 v0.8.0
4272026-06-05T04:02:52.388Z Downloaded parking_lot v0.12.5
4282026-06-05T04:02:52.388Z Downloaded num-integer v0.1.46
4292026-06-05T04:02:52.388Z Downloaded icu_properties v2.2.0
4302026-06-05T04:02:52.388Z Downloaded rand_core v0.9.5
4312026-06-05T04:02:52.388Z Downloaded darling_core v0.23.0
4322026-06-05T04:02:52.398Z Downloaded progenitor-impl v0.10.0
4332026-06-05T04:02:52.399Z Downloaded konst_macro_rules v0.2.19
4342026-06-05T04:02:52.399Z Downloaded ipnet v2.12.0
4352026-06-05T04:02:52.399Z Downloaded oxide-tokio-rt v0.1.6
4362026-06-05T04:02:52.399Z Downloaded progenitor-extras v0.2.0
4372026-06-05T04:02:52.399Z Downloaded progenitor-client v0.13.0
4382026-06-05T04:02:52.399Z Downloaded progenitor v0.14.0
4392026-06-05T04:02:52.399Z Downloaded rustc_version v0.4.1
4402026-06-05T04:02:52.399Z Downloaded rand v0.9.4
4412026-06-05T04:02:52.399Z Downloaded once_cell v1.21.4
4422026-06-05T04:02:52.399Z Downloaded proc-macro-crate v3.5.0
4432026-06-05T04:02:52.399Z Downloaded powerfmt v0.2.0
4442026-06-05T04:02:52.400Z Downloaded rustc_version v0.1.7
4452026-06-05T04:02:52.400Z Downloaded libm v0.2.16
4462026-06-05T04:02:52.408Z Downloaded rand_core v0.6.4
4472026-06-05T04:02:52.408Z Downloaded rand_chacha v0.9.0
4482026-06-05T04:02:52.408Z Downloaded quote v1.0.45
4492026-06-05T04:02:52.408Z Downloaded aws-lc-rs v1.17.0
4502026-06-05T04:02:52.416Z Downloaded rustc-hash v2.1.2
4512026-06-05T04:02:52.416Z Downloaded ingot-types v0.1.2
4522026-06-05T04:02:52.416Z Downloaded pest_generator v2.8.6
4532026-06-05T04:02:52.416Z Downloaded serde_spanned v1.1.1
4542026-06-05T04:02:52.416Z Downloaded progenitor v0.10.0
4552026-06-05T04:02:52.416Z Downloaded ref-cast-impl v1.0.25
4562026-06-05T04:02:52.423Z Downloaded pin-project-internal v1.1.13
4572026-06-05T04:02:52.423Z Downloaded num_enum_derive v0.7.6
4582026-06-05T04:02:52.423Z Downloaded elliptic-curve v0.13.8
4592026-06-05T04:02:52.423Z Downloaded pest_derive v2.8.6
4602026-06-05T04:02:52.430Z Downloaded scopeguard v1.2.0
4612026-06-05T04:02:52.431Z Downloaded secrecy v0.10.3
4622026-06-05T04:02:52.431Z Downloaded scroll_derive v0.13.1
4632026-06-05T04:02:52.431Z Downloaded multer v3.1.0
4642026-06-05T04:02:52.431Z Downloaded semver v0.1.20
4652026-06-05T04:02:52.431Z Downloaded rustls-pemfile v2.2.0
4662026-06-05T04:02:52.438Z Downloaded num-traits v0.2.19
4672026-06-05T04:02:52.438Z Downloaded ppv-lite86 v0.2.21
4682026-06-05T04:02:52.438Z Downloaded pem v3.0.6
4692026-06-05T04:02:52.438Z Downloaded num_threads v0.1.7
4702026-06-05T04:02:52.438Z Downloaded oxnet v0.1.6
4712026-06-05T04:02:52.438Z Downloaded konst v0.2.20
4722026-06-05T04:02:52.446Z Downloaded icu_collections v2.2.0
4732026-06-05T04:02:52.451Z Downloaded serial_test_derive v3.5.0
4742026-06-05T04:02:52.451Z Downloaded scroll v0.12.0
4752026-06-05T04:02:52.451Z Downloaded serial_test v3.5.0
4762026-06-05T04:02:52.452Z Downloaded serde_repr v0.1.20
4772026-06-05T04:02:52.452Z Downloaded heapless v0.8.0
4782026-06-05T04:02:52.457Z Downloaded async-compression v0.4.42
4792026-06-05T04:02:52.457Z Downloaded proc-macro-error v1.0.4
4802026-06-05T04:02:52.466Z Downloaded num-rational v0.4.2
4812026-06-05T04:02:52.466Z Downloaded serde_spanned v0.6.9
4822026-06-05T04:02:52.466Z Downloaded serde_urlencoded v0.7.1
4832026-06-05T04:02:52.466Z Downloaded serde_plain v1.0.2
4842026-06-05T04:02:52.474Z Downloaded sha1 v0.10.6
4852026-06-05T04:02:52.474Z Downloaded slog-bunyan v2.5.0
4862026-06-05T04:02:52.474Z Downloaded nom v8.0.0
4872026-06-05T04:02:52.474Z Downloaded progenitor-impl v0.14.0
4882026-06-05T04:02:52.474Z Downloaded sha2 v0.10.9
4892026-06-05T04:02:52.474Z Downloaded smawk v0.3.2
4902026-06-05T04:02:52.474Z Downloaded sigpipe v0.1.3
4912026-06-05T04:02:52.484Z Downloaded quinn-udp v0.5.14
4922026-06-05T04:02:52.484Z Downloaded serde_tokenstream v0.2.3
4932026-06-05T04:02:52.484Z Downloaded shlex v2.0.1
4942026-06-05T04:02:52.484Z Downloaded schemars_derive v0.8.22
4952026-06-05T04:02:52.484Z Downloaded pin-project v1.1.13
4962026-06-05T04:02:52.494Z Downloaded signal-hook-registry v1.4.8
4972026-06-05T04:02:52.494Z Downloaded rand v0.10.1
4982026-06-05T04:02:52.495Z Downloaded postcard v1.1.3
4992026-06-05T04:02:52.505Z Downloaded siphasher v1.0.3
5002026-06-05T04:02:52.506Z Downloaded structmeta v0.3.0
5012026-06-05T04:02:52.506Z Downloaded serde_derive v1.0.228
5022026-06-05T04:02:52.506Z Downloaded indicatif v0.18.4
5032026-06-05T04:02:52.506Z Downloaded slog-envlogger v2.2.0
5042026-06-05T04:02:52.506Z Downloaded hashbrown v0.12.3
5052026-06-05T04:02:52.513Z Downloaded serde_derive_internals v0.29.1
5062026-06-05T04:02:52.513Z Downloaded icu_normalizer_data v2.2.0
5072026-06-05T04:02:52.513Z Downloaded crypto-common v0.1.7
5082026-06-05T04:02:52.513Z Downloaded miniz_oxide v0.8.9
5092026-06-05T04:02:52.513Z Downloaded slab v0.4.12
5102026-06-05T04:02:52.513Z Downloaded proc-macro2 v1.0.106
5112026-06-05T04:02:52.513Z Downloaded curve25519-dalek v4.1.3
5122026-06-05T04:02:52.520Z Downloaded quick-error v1.2.3
5132026-06-05T04:02:52.520Z Downloaded serde_core v1.0.228
5142026-06-05T04:02:52.528Z Downloaded ryu v1.0.23
5152026-06-05T04:02:52.528Z Downloaded serde_path_to_error v0.1.20
5162026-06-05T04:02:52.528Z Downloaded rhai_codegen v3.2.0
5172026-06-05T04:02:52.534Z Downloaded tabled_derive v0.11.0
5182026-06-05T04:02:52.535Z Downloaded strsim v0.11.1
5192026-06-05T04:02:52.535Z Downloaded papergrid v0.11.0
5202026-06-05T04:02:52.544Z Downloaded supports-color v3.0.2
5212026-06-05T04:02:52.544Z Downloaded structmeta-derive v0.3.0
5222026-06-05T04:02:52.544Z Downloaded sha1 v0.11.0
5232026-06-05T04:02:52.545Z Downloaded scroll_derive v0.12.1
5242026-06-05T04:02:52.545Z Downloaded same-file v1.0.6
5252026-06-05T04:02:52.545Z Downloaded tabled_derive v0.7.0
5262026-06-05T04:02:52.545Z Downloaded strum v0.27.2
5272026-06-05T04:02:52.545Z Downloaded swrite v0.1.0
5282026-06-05T04:02:52.545Z Downloaded strum v0.26.3
5292026-06-05T04:02:52.554Z Downloaded simd-adler32 v0.3.9
5302026-06-05T04:02:52.554Z Downloaded progenitor v0.13.0
5312026-06-05T04:02:52.554Z Downloaded icu_locale_core v2.2.0
5322026-06-05T04:02:52.554Z Downloaded num-iter v0.1.45
5332026-06-05T04:02:52.554Z Downloaded cpufeatures v0.3.0
5342026-06-05T04:02:52.554Z Downloaded const-random v0.1.18
5352026-06-05T04:02:52.555Z Downloaded hickory-resolver v0.24.4
5362026-06-05T04:02:52.570Z Downloaded subtle v2.6.1
5372026-06-05T04:02:52.570Z Downloaded olpc-cjson v0.1.4
5382026-06-05T04:02:52.570Z Downloaded semver v1.0.28
5392026-06-05T04:02:52.570Z Downloaded rustls-platform-verifier v0.7.0
5402026-06-05T04:02:52.570Z Downloaded rusty-fork v0.3.1
5412026-06-05T04:02:52.571Z Downloaded tagptr v0.2.0
5422026-06-05T04:02:52.571Z Downloaded smf v0.2.3
5432026-06-05T04:02:52.580Z Downloaded slog-stdlog v4.1.1
5442026-06-05T04:02:52.580Z Downloaded slog-term v2.9.2
5452026-06-05T04:02:52.580Z Downloaded bytecount v0.6.9
5462026-06-05T04:02:52.580Z Downloaded prettyplease v0.2.37
5472026-06-05T04:02:52.580Z Downloaded slog-json v2.6.1
5482026-06-05T04:02:52.580Z Downloaded rustversion v1.0.22
5492026-06-05T04:02:52.580Z Downloaded resolv-conf v0.7.6
5502026-06-05T04:02:52.580Z Downloaded synstructure v0.13.2
5512026-06-05T04:02:52.580Z Downloaded snafu-derive v0.8.9
5522026-06-05T04:02:52.580Z Downloaded thread-id v5.1.0
5532026-06-05T04:02:52.585Z Downloaded hashbrown v0.16.1
5542026-06-05T04:02:52.585Z Downloaded testing_table v0.3.0
5552026-06-05T04:02:52.585Z Downloaded terminal_size v0.4.4
5562026-06-05T04:02:52.585Z Downloaded stable_deref_trait v1.2.1
5572026-06-05T04:02:52.585Z Downloaded flate2 v1.1.9
5582026-06-05T04:02:52.588Z Downloaded camino-tempfile v1.4.1
5592026-06-05T04:02:52.588Z Downloaded papergrid v0.18.0
5602026-06-05T04:02:52.591Z Downloaded jiff-static v0.2.28
5612026-06-05T04:02:52.597Z Downloaded pest_meta v2.8.6
5622026-06-05T04:02:52.597Z Downloaded drift v0.2.0
5632026-06-05T04:02:52.600Z Downloaded thiserror-impl-no-std v2.0.2
5642026-06-05T04:02:52.603Z Downloaded slog v2.8.2
5652026-06-05T04:02:52.603Z Downloaded schemars v0.8.22
5662026-06-05T04:02:52.609Z Downloaded time-core v0.1.8
5672026-06-05T04:02:52.611Z Downloaded tower-layer v0.3.3
5682026-06-05T04:02:52.611Z Downloaded anstyle v1.0.14
5692026-06-05T04:02:52.614Z Downloaded typeid v1.0.3
5702026-06-05T04:02:52.614Z Downloaded try-lock v0.2.5
5712026-06-05T04:02:52.615Z Downloaded hyper-util v0.1.20
5722026-06-05T04:02:52.618Z Downloaded daft v0.1.7
5732026-06-05T04:02:52.621Z Downloaded termtree v0.5.1
5742026-06-05T04:02:52.621Z Downloaded strum_macros v0.26.4
5752026-06-05T04:02:52.624Z Downloaded anstyle-query v1.1.5
5762026-06-05T04:02:52.624Z Downloaded sync_wrapper v1.0.2
5772026-06-05T04:02:52.624Z Downloaded slog-scope v4.4.1
5782026-06-05T04:02:52.624Z Downloaded smallvec v1.15.1
5792026-06-05T04:02:52.626Z Downloaded hybrid-array v0.4.12
5802026-06-05T04:02:52.629Z Downloaded rayon-core v1.13.0
5812026-06-05T04:02:52.629Z Downloaded pest v2.8.6
5822026-06-05T04:02:52.632Z Downloaded tokio-stream v0.1.18
5832026-06-05T04:02:52.635Z Downloaded serde-big-array v0.5.1
5842026-06-05T04:02:52.637Z Downloaded pretty_assertions v1.4.1
5852026-06-05T04:02:52.637Z Downloaded const-random-macro v0.1.16
5862026-06-05T04:02:52.640Z Downloaded thiserror v2.0.18
5872026-06-05T04:02:52.643Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5882026-06-05T04:02:52.643Z Downloaded backoff v0.4.0
5892026-06-05T04:02:53.670Z Downloaded progenitor-impl v0.13.0
5902026-06-05T04:02:53.670Z Downloaded term v1.2.1
5912026-06-05T04:02:53.679Z Downloaded rustls-pki-types v1.14.1
5922026-06-05T04:02:53.679Z Downloaded percent-encoding v2.3.2
5932026-06-05T04:02:53.680Z Downloaded rand_core v0.10.1
5942026-06-05T04:02:53.680Z Downloaded openssl-sys v0.9.116
5952026-06-05T04:02:53.680Z Downloaded openssl-macros v0.1.1
5962026-06-05T04:02:53.680Z Downloaded newtype_derive v0.1.6
5972026-06-05T04:02:53.680Z Downloaded console v0.15.11
5982026-06-05T04:02:53.680Z Downloaded serde_with_macros v3.20.0
5992026-06-05T04:02:53.680Z Downloaded compression-codecs v0.4.38
6002026-06-05T04:02:53.680Z Downloaded toml_write v0.1.2
6012026-06-05T04:02:53.680Z Downloaded spin v0.9.8
6022026-06-05T04:02:53.680Z Downloaded serde_yaml v0.9.34+deprecated
6032026-06-05T04:02:53.680Z Downloaded crossbeam-epoch v0.9.18
6042026-06-05T04:02:53.680Z Downloaded universal-hash v0.5.1
6052026-06-05T04:02:53.680Z Downloaded quinn v0.11.9
6062026-06-05T04:02:53.680Z Downloaded memchr v2.8.1
6072026-06-05T04:02:53.680Z Downloaded untrusted v0.9.0
6082026-06-05T04:02:53.680Z Downloaded tokio-macros v2.7.0
6092026-06-05T04:02:53.680Z Downloaded tiny-keccak v2.0.2
6102026-06-05T04:02:53.680Z Downloaded pkg-config v0.3.33
6112026-06-05T04:02:53.680Z Downloaded typify-macro v0.6.2
6122026-06-05T04:02:53.680Z Downloaded thiserror-impl v1.0.69
6132026-06-05T04:02:53.680Z Downloaded similar v2.7.0
6142026-06-05T04:02:53.680Z Downloaded scroll v0.13.0
6152026-06-05T04:02:53.680Z Downloaded rand v0.8.6
6162026-06-05T04:02:53.680Z Downloaded nom v7.1.3
6172026-06-05T04:02:53.680Z Downloaded mio v1.2.1
6182026-06-05T04:02:53.680Z Downloaded tokio-tungstenite v0.21.0
6192026-06-05T04:02:53.680Z Downloaded tokio-dtrace v0.1.1
6202026-06-05T04:02:53.680Z Downloaded libsw v3.5.0
6212026-06-05T04:02:53.680Z Downloaded unicode-linebreak v0.1.5
6222026-06-05T04:02:53.680Z Downloaded phf v0.12.1
6232026-06-05T04:02:53.680Z Downloaded byte-wrapper v0.1.0
6242026-06-05T04:02:53.680Z Downloaded time-macros v0.2.27
6252026-06-05T04:02:53.680Z Downloaded thread_local v1.1.9
6262026-06-05T04:02:53.680Z Downloaded unicode-xid v0.2.6
6272026-06-05T04:02:53.681Z Downloaded thiserror-no-std v2.0.2
6282026-06-05T04:02:53.681Z Downloaded usdt-attr-macro v0.5.0
6292026-06-05T04:02:53.681Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6302026-06-05T04:02:53.681Z Downloaded tabwriter v1.4.1
6312026-06-05T04:02:53.681Z Downloaded strum_macros v0.27.2
6322026-06-05T04:02:53.681Z Downloaded static_assertions v1.1.0
6332026-06-05T04:02:53.681Z Downloaded schemars v0.9.0
6342026-06-05T04:02:53.681Z Downloaded wait-timeout v0.2.1
6352026-06-05T04:02:53.681Z Downloaded tower-service v0.3.3
6362026-06-05T04:02:53.681Z Downloaded usdt v0.6.0
6372026-06-05T04:02:53.681Z Downloaded thread-id v4.2.2
6382026-06-05T04:02:53.681Z Downloaded usdt v0.5.0
6392026-06-05T04:02:53.681Z Downloaded untrusted v0.7.1
6402026-06-05T04:02:53.681Z Downloaded unarray v0.1.4
6412026-06-05T04:02:53.681Z Downloaded smartstring v1.0.1
6422026-06-05T04:02:53.681Z Downloaded dropshot-api-manager v0.7.2
6432026-06-05T04:02:53.681Z Downloaded unit-prefix v0.5.2
6442026-06-05T04:02:53.681Z Downloaded typify-macro v0.4.3
6452026-06-05T04:02:53.681Z Downloaded toml_datetime v0.6.11
6462026-06-05T04:02:53.681Z Downloaded bstr v1.12.1
6472026-06-05T04:02:53.681Z Downloaded utf8parse v0.2.2
6482026-06-05T04:02:53.681Z Downloaded usdt-attr-macro v0.6.0
6492026-06-05T04:02:53.681Z Downloaded toml_writer v1.1.1+spec-1.1.0
6502026-06-05T04:02:53.681Z Downloaded steno v0.4.1
6512026-06-05T04:02:53.681Z Downloaded serde v1.0.228
6522026-06-05T04:02:53.681Z Downloaded want v0.3.1
6532026-06-05T04:02:53.681Z Downloaded version_check v0.9.5
6542026-06-05T04:02:53.681Z Downloaded utf-8 v0.7.6
6552026-06-05T04:02:53.681Z Downloaded usdt-macro v0.6.0
6562026-06-05T04:02:53.681Z Downloaded usdt-macro v0.5.0
6572026-06-05T04:02:53.681Z Downloaded thiserror v1.0.69
6582026-06-05T04:02:53.681Z Downloaded zerofrom v0.1.8
6592026-06-05T04:02:53.681Z Downloaded schemars v1.2.1
6602026-06-05T04:02:53.681Z Downloaded waitgroup v0.1.2
6612026-06-05T04:02:53.681Z Downloaded spin v0.5.2
6622026-06-05T04:02:53.681Z Downloaded slog-dtrace v0.3.0
6632026-06-05T04:02:53.681Z Downloaded slog-async v2.8.0
6642026-06-05T04:02:53.681Z Downloaded toml v1.1.2+spec-1.1.0
6652026-06-05T04:02:53.681Z Downloaded rustls-native-certs v0.8.4
6662026-06-05T04:02:53.682Z Downloaded itertools v0.12.1
6672026-06-05T04:02:53.682Z Downloaded thiserror-impl v2.0.18
6682026-06-05T04:02:53.682Z Downloaded cancel-safe-futures v0.1.5
6692026-06-05T04:02:53.682Z Downloaded blake2 v0.10.6
6702026-06-05T04:02:53.682Z Downloaded argon2 v0.5.3
6712026-06-05T04:02:53.682Z Downloaded base64 v0.22.1
6722026-06-05T04:02:53.682Z Downloaded block-buffer v0.12.0
6732026-06-05T04:02:53.682Z Downloaded parking_lot v0.11.2
6742026-06-05T04:02:53.682Z Downloaded rustls-webpki v0.103.13
6752026-06-05T04:02:53.682Z Downloaded derive_more v0.99.20
6762026-06-05T04:02:53.682Z Downloaded toml v0.8.23
6772026-06-05T04:02:53.682Z Downloaded no-std-compat v0.4.1
6782026-06-05T04:02:53.682Z Downloaded toml_parser v1.1.2+spec-1.1.0
6792026-06-05T04:02:53.682Z Downloaded clap_derive v4.6.1
6802026-06-05T04:02:53.682Z Downloaded is_ci v1.2.0
6812026-06-05T04:02:53.682Z Downloaded ipnetwork v0.21.1
6822026-06-05T04:02:53.682Z Downloaded ingot v0.1.1
6832026-06-05T04:02:53.682Z Downloaded clap v4.6.1
6842026-06-05T04:02:53.682Z Downloaded minimal-lexical v0.2.1
6852026-06-05T04:02:53.682Z Downloaded test-strategy v0.4.5
6862026-06-05T04:02:53.682Z Downloaded ciborium v0.2.2
6872026-06-05T04:02:53.682Z Downloaded httparse v1.10.1
6882026-06-05T04:02:53.682Z Downloaded lru-cache v0.1.2
6892026-06-05T04:02:53.682Z Downloaded libscf-sys v1.2.0
6902026-06-05T04:02:53.682Z Downloaded tinyvec_macros v0.1.1
6912026-06-05T04:02:53.688Z Downloaded take_mut v0.2.2
6922026-06-05T04:02:53.688Z Downloaded getrandom v0.3.4
6932026-06-05T04:02:53.688Z Downloaded zerofrom-derive v0.1.7
6942026-06-05T04:02:53.688Z Downloaded digest v0.10.7
6952026-06-05T04:02:53.688Z Downloaded derive-ex v0.1.8
6962026-06-05T04:02:53.688Z Downloaded crc32fast v1.5.0
6972026-06-05T04:02:53.688Z Downloaded vsss-rs v3.3.4
6982026-06-05T04:02:53.688Z Downloaded colored v3.1.1
6992026-06-05T04:02:53.688Z Downloaded tempfile v3.27.0
7002026-06-05T04:02:53.688Z Downloaded byteorder v1.5.0
7012026-06-05T04:02:53.688Z Downloaded find-msvc-tools v0.1.9
7022026-06-05T04:02:53.688Z Downloaded ff v0.13.1
7032026-06-05T04:02:53.688Z Downloaded usdt-impl v0.5.0
7042026-06-05T04:02:53.688Z Downloaded digest v0.11.3
7052026-06-05T04:02:53.688Z Downloaded chacha20 v0.10.0
7062026-06-05T04:02:53.688Z Downloaded fixedbitset v0.5.7
7072026-06-05T04:02:53.688Z Downloaded fastrand v2.4.1
7082026-06-05T04:02:53.689Z Downloaded zeroize v1.8.2
7092026-06-05T04:02:53.689Z Downloaded zeroize_derive v1.4.3
7102026-06-05T04:02:53.689Z Downloaded h2 v0.4.14
7112026-06-05T04:02:53.689Z Downloaded yoke-derive v0.8.2
7122026-06-05T04:02:53.689Z Downloaded socket2 v0.6.4
7132026-06-05T04:02:53.689Z Downloaded hkdf v0.12.4
7142026-06-05T04:02:53.689Z Downloaded futures-util v0.3.32
7152026-06-05T04:02:53.689Z Downloaded hyper v1.10.1
7162026-06-05T04:02:53.689Z Downloaded zone_cfg_derive v0.3.1
7172026-06-05T04:02:53.689Z Downloaded utf8_iter v1.0.4
7182026-06-05T04:02:53.689Z Downloaded tracing-attributes v0.1.31
7192026-06-05T04:02:53.689Z Downloaded zone v0.3.1
7202026-06-05T04:02:53.689Z Downloaded qorb v0.4.1
7212026-06-05T04:02:53.689Z Downloaded usdt-impl v0.6.0
7222026-06-05T04:02:53.689Z Downloaded icu_properties_data v2.2.0
7232026-06-05T04:02:53.689Z Downloaded itertools v0.14.0
7242026-06-05T04:02:53.689Z Downloaded xz2 v0.1.7
7252026-06-05T04:02:53.689Z Downloaded typify v0.6.2
7262026-06-05T04:02:53.689Z Downloaded writeable v0.6.3
7272026-06-05T04:02:53.689Z Downloaded toml v0.9.12+spec-1.1.0
7282026-06-05T04:02:53.689Z Downloaded idna v1.1.0
7292026-06-05T04:02:53.689Z Downloaded ucd-trie v0.1.7
7302026-06-05T04:02:53.689Z Downloaded tinystr v0.8.3
7312026-06-05T04:02:53.689Z Downloaded base64 v0.21.7
7322026-06-05T04:02:53.689Z Downloaded unicode-ident v1.0.24
7332026-06-05T04:02:53.689Z Downloaded hashbrown v0.17.1
7342026-06-05T04:02:53.689Z Downloaded walkdir v2.5.0
7352026-06-05T04:02:53.689Z Downloaded unsafe-libyaml v0.2.11
7362026-06-05T04:02:53.689Z Downloaded tracing-core v0.1.36
7372026-06-05T04:02:53.689Z Downloaded snafu v0.8.9
7382026-06-05T04:02:53.689Z Downloaded rayon v1.12.0
7392026-06-05T04:02:53.689Z Downloaded zmij v1.0.21
7402026-06-05T04:02:53.689Z Downloaded cmake v0.1.58
7412026-06-05T04:02:53.689Z Downloaded bit-vec v0.8.0
7422026-06-05T04:02:53.689Z Downloaded yoke v0.8.3
7432026-06-05T04:02:53.689Z Downloaded iddqd v0.4.2
7442026-06-05T04:02:53.689Z Downloaded whoami v1.6.1
7452026-06-05T04:02:53.689Z Downloaded defmt-macros v1.1.0
7462026-06-05T04:02:53.689Z Downloaded uuid v1.23.2
7472026-06-05T04:02:53.690Z Downloaded typify v0.4.3
7482026-06-05T04:02:53.690Z Downloaded tungstenite v0.21.0
7492026-06-05T04:02:53.690Z Downloaded zerocopy-derive v0.7.35
7502026-06-05T04:02:53.690Z Downloaded tokio-rustls v0.26.4
7512026-06-05T04:02:53.690Z Downloaded toml_edit v0.22.27
7522026-06-05T04:02:53.690Z Downloaded thin-vec v0.2.18
7532026-06-05T04:02:53.690Z Downloaded bs58 v0.5.1
7542026-06-05T04:02:53.690Z Downloaded bitflags v1.3.2
7552026-06-05T04:02:53.690Z Downloaded reqwest v0.12.28
7562026-06-05T04:02:53.690Z Downloaded autocfg v1.5.1
7572026-06-05T04:02:53.690Z Downloaded embedded-io v0.4.0
7582026-06-05T04:02:53.690Z Downloaded aead v0.5.2
7592026-06-05T04:02:53.690Z Downloaded allocator-api2 v0.2.21
7602026-06-05T04:02:53.690Z Downloaded const_format_proc_macros v0.2.34
7612026-06-05T04:02:53.690Z Downloaded inout v0.1.4
7622026-06-05T04:02:53.690Z Downloaded idna_adapter v1.2.2
7632026-06-05T04:02:53.690Z Downloaded hubpack_derive v0.1.1
7642026-06-05T04:02:53.690Z Downloaded console v0.16.3
7652026-06-05T04:02:53.690Z Downloaded ron v0.12.1
7662026-06-05T04:02:53.690Z Downloaded tinyvec v1.11.0
7672026-06-05T04:02:53.690Z Downloaded camino v1.2.2
7682026-06-05T04:02:53.690Z Downloaded arc-swap v1.9.1
7692026-06-05T04:02:53.690Z Downloaded fs_extra v1.3.0
7702026-06-05T04:02:53.690Z Downloaded toml_edit v0.19.15
7712026-06-05T04:02:53.690Z Downloaded zerovec-derive v0.11.3
7722026-06-05T04:02:53.690Z Downloaded goblin v0.8.2
7732026-06-05T04:02:53.690Z Downloaded url v2.5.8
7742026-06-05T04:02:53.690Z Downloaded textwrap v0.16.2
7752026-06-05T04:02:53.690Z Downloaded tower v0.5.3
7762026-06-05T04:02:53.690Z Downloaded yansi v1.0.1
7772026-06-05T04:02:53.690Z Downloaded fixedbitset v0.4.2
7782026-06-05T04:02:53.690Z Downloaded adler2 v2.0.1
7792026-06-05T04:02:53.690Z Downloaded defmt v0.3.100
7802026-06-05T04:02:53.690Z Downloaded curve25519-dalek-derive v0.1.1
7812026-06-05T04:02:53.690Z Downloaded cstr-argument v0.1.2
7822026-06-05T04:02:53.690Z Downloaded convert_case v0.4.0
7832026-06-05T04:02:53.690Z Downloaded cobs v0.3.0
7842026-06-05T04:02:53.690Z Downloaded cfg_aliases v0.2.1
7852026-06-05T04:02:53.691Z Downloaded async-stream v0.3.6
7862026-06-05T04:02:53.691Z Downloaded futures-executor v0.3.32
7872026-06-05T04:02:53.691Z Downloaded deranged v0.5.8
7882026-06-05T04:02:53.691Z Downloaded toml_edit v0.25.12+spec-1.1.0
7892026-06-05T04:02:53.691Z Downloaded data-encoding v2.11.0
7902026-06-05T04:02:53.691Z Downloaded defmt-parser v1.0.0
7912026-06-05T04:02:53.697Z Downloaded darling_macro v0.21.3
7922026-06-05T04:02:53.697Z Downloaded compression-core v0.4.32
7932026-06-05T04:02:53.697Z Downloaded regex v1.12.3
7942026-06-05T04:02:53.697Z Downloaded typenum v1.20.1
7952026-06-05T04:02:53.697Z Downloaded moka v0.12.15
7962026-06-05T04:02:53.697Z Downloaded zerotrie v0.2.4
7972026-06-05T04:02:53.697Z Downloaded typed-path v0.9.3
7982026-06-05T04:02:53.697Z Downloaded serde_json v1.0.150
7992026-06-05T04:02:53.697Z Downloaded portable-atomic v1.13.1
8002026-06-05T04:02:53.697Z Downloaded zerocopy-derive v0.8.50
8012026-06-05T04:02:53.697Z Downloaded reqwest v0.13.4
8022026-06-05T04:02:53.698Z Downloaded openapiv3 v2.2.0
8032026-06-05T04:02:53.698Z Downloaded futures-io v0.3.32
8042026-06-05T04:02:53.698Z Downloaded unicode-segmentation v1.13.3
8052026-06-05T04:02:53.698Z Downloaded foreign-types-shared v0.3.1
8062026-06-05T04:02:53.698Z Downloaded git-stub v1.0.0
8072026-06-05T04:02:53.698Z Downloaded cpufeatures v0.2.17
8082026-06-05T04:02:53.698Z Downloaded dropshot v0.17.1
8092026-06-05T04:02:53.698Z Downloaded bit-set v0.8.0
8102026-06-05T04:02:53.698Z Downloaded ciborium-ll v0.2.2
8112026-06-05T04:02:53.698Z Downloaded bitflags v2.12.1
8122026-06-05T04:02:53.698Z Downloaded dof v0.4.0
8132026-06-05T04:02:53.698Z Downloaded atomicwrites v0.4.4
8142026-06-05T04:02:53.698Z Downloaded dof v0.3.0
8152026-06-05T04:02:53.698Z Downloaded darling_macro v0.23.0
8162026-06-05T04:02:53.698Z Downloaded expectorate v1.2.0
8172026-06-05T04:02:53.698Z Downloaded chrono-tz v0.10.4
8182026-06-05T04:02:53.698Z Downloaded unicode-normalization v0.1.25
8192026-06-05T04:02:53.698Z Downloaded tough v0.22.0
8202026-06-05T04:02:53.698Z Downloaded diff v0.1.13
8212026-06-05T04:02:53.698Z Downloaded chacha20 v0.9.1
8222026-06-05T04:02:53.698Z Downloaded futures-channel v0.3.32
8232026-06-05T04:02:53.698Z Downloaded fs-err v3.3.0
8242026-06-05T04:02:53.698Z Downloaded bytes v1.11.1
8252026-06-05T04:02:53.698Z Downloaded tokio-util v0.7.18
8262026-06-05T04:02:53.698Z Downloaded goblin v0.10.7
8272026-06-05T04:02:53.698Z Downloaded zerovec v0.11.6
8282026-06-05T04:02:53.698Z Downloaded proptest v1.11.0
8292026-06-05T04:02:53.698Z Downloaded syn v1.0.109
8302026-06-05T04:02:53.698Z Downloaded quinn-proto v0.11.14
8312026-06-05T04:02:53.698Z Downloaded openssl v0.10.80
8322026-06-05T04:02:53.698Z Downloaded zerocopy v0.7.35
8332026-06-05T04:02:53.698Z Downloaded chrono v0.4.45
8342026-06-05T04:02:53.698Z Downloaded serde_with v3.20.0
8352026-06-05T04:02:53.698Z Downloaded winnow v0.5.40
8362026-06-05T04:02:53.698Z Downloaded webpki-roots v1.0.7
8372026-06-05T04:02:53.698Z Downloaded tower-http v0.6.11
8382026-06-05T04:02:53.699Z Downloaded tabled v0.15.0
8392026-06-05T04:02:53.699Z Downloaded smoltcp v0.11.0
8402026-06-05T04:02:53.699Z Downloaded tabled v0.21.0
8412026-06-05T04:02:53.699Z Downloaded winnow v0.7.15
8422026-06-05T04:02:53.699Z Downloaded winnow v1.0.3
8432026-06-05T04:02:53.699Z Downloaded zerocopy v0.8.50
8442026-06-05T04:02:53.699Z Downloaded time v0.3.47
8452026-06-05T04:02:53.699Z Downloaded nix v0.31.3
8462026-06-05T04:02:53.699Z Downloaded rustix v1.1.4
8472026-06-05T04:02:53.699Z Downloaded vcpkg v0.2.15
8482026-06-05T04:02:53.699Z Downloaded unicode-width v0.2.2
8492026-06-05T04:02:53.699Z Downloaded hickory-proto v0.25.2
8502026-06-05T04:02:53.699Z Downloaded unicode-width v0.1.14
8512026-06-05T04:02:53.699Z Downloaded syn v2.0.117
8522026-06-05T04:02:53.699Z Downloaded regress v0.10.5
8532026-06-05T04:02:53.699Z Downloaded typify-impl v0.6.2
8542026-06-05T04:02:53.699Z Downloaded rustls v0.23.40
8552026-06-05T04:02:53.699Z Downloaded tracing v0.1.44
8562026-06-05T04:02:53.699Z Downloaded rustix v0.38.44
8572026-06-05T04:02:53.699Z Downloaded typify-impl v0.4.3
8582026-06-05T04:02:53.699Z Downloaded regress v0.11.1
8592026-06-05T04:02:53.699Z Downloaded regex-syntax v0.8.10
8602026-06-05T04:02:53.699Z Downloaded hickory-proto v0.24.4
8612026-06-05T04:02:53.699Z Downloaded rhai v1.25.1
8622026-06-05T04:02:53.699Z Downloaded sled v0.34.7
8632026-06-05T04:02:53.699Z Downloaded csv v1.4.0
8642026-06-05T04:02:53.699Z Downloaded petgraph v0.6.5
8652026-06-05T04:02:53.699Z Downloaded petgraph v0.8.3
8662026-06-05T04:02:53.699Z Downloaded regex-automata v0.4.14
8672026-06-05T04:02:53.699Z Downloaded sha3 v0.10.9
8682026-06-05T04:02:53.699Z Downloaded jiff v0.2.28
8692026-06-05T04:02:53.699Z Downloaded lzma-sys v0.1.20
8702026-06-05T04:02:53.699Z Downloaded libc v0.2.186
8712026-06-05T04:02:53.699Z Downloaded tokio v1.52.3
8722026-06-05T04:02:53.699Z Downloaded encoding_rs v0.8.35
8732026-06-05T04:02:53.699Z Downloaded ring v0.17.14
8742026-06-05T04:02:53.965Z Downloaded aws-lc-sys v0.41.0
8752026-06-05T04:02:54.520Z Compiling proc-macro2 v1.0.106
8762026-06-05T04:02:54.520Z Compiling quote v1.0.45
8772026-06-05T04:02:54.520Z Compiling unicode-ident v1.0.24
8782026-06-05T04:02:54.520Z Compiling serde_core v1.0.228
8792026-06-05T04:02:54.537Z Compiling serde v1.0.228
8802026-06-05T04:02:54.537Z Compiling libc v0.2.186
8812026-06-05T04:02:54.537Z Compiling zmij v1.0.21
8822026-06-05T04:02:54.537Z Compiling autocfg v1.5.1
8832026-06-05T04:02:54.873Z Compiling libm v0.2.16
8842026-06-05T04:02:55.206Z Compiling icu_properties_data v2.2.0
8852026-06-05T04:02:55.209Z Compiling icu_normalizer_data v2.2.0
8862026-06-05T04:02:55.224Z Compiling serde_json v1.0.150
8872026-06-05T04:02:55.314Z Compiling num-traits v0.2.19
8882026-06-05T04:02:55.350Z Compiling getrandom v0.4.2
8892026-06-05T04:02:55.606Z Compiling version_check v0.9.5
8902026-06-05T04:02:55.727Z Compiling thiserror v2.0.18
8912026-06-05T04:02:55.936Z Compiling memchr v2.8.1
8922026-06-05T04:02:56.100Z Compiling syn v2.0.117
8932026-06-05T04:02:56.143Z Compiling schemars v0.8.22
8942026-06-05T04:02:56.158Z Checking cfg-if v1.0.4
8952026-06-05T04:02:56.231Z Compiling parking_lot_core v0.9.12
8962026-06-05T04:02:56.393Z Compiling heck v0.5.0
8972026-06-05T04:02:56.440Z Compiling zerocopy v0.8.50
8982026-06-05T04:02:56.546Z Compiling portable-atomic v1.13.1
8992026-06-05T04:02:56.572Z Compiling rustversion v1.0.22
9002026-06-05T04:02:56.601Z Compiling itoa v1.0.18
9012026-06-05T04:02:56.784Z Compiling jobserver v0.1.34
9022026-06-05T04:02:56.894Z Compiling shlex v2.0.1
9032026-06-05T04:02:57.051Z Compiling find-msvc-tools v0.1.9
9042026-06-05T04:02:57.202Z Compiling cc v1.2.63
9052026-06-05T04:02:57.493Z Compiling dunce v1.0.5
9062026-06-05T04:02:57.533Z Compiling fs_extra v1.3.0
9072026-06-05T04:02:57.554Z Compiling semver v1.0.28
9082026-06-05T04:02:57.578Z Compiling log v0.4.32
9092026-06-05T04:02:57.590Z Compiling httparse v1.10.1
9102026-06-05T04:02:57.666Z Compiling slog v2.8.2
9112026-06-05T04:02:57.748Z Compiling rustix v1.1.4
9122026-06-05T04:02:57.781Z Checking stable_deref_trait v1.2.1
9132026-06-05T04:02:57.863Z Compiling equivalent v1.0.2
9142026-06-05T04:02:57.911Z Compiling cmake v0.1.58
9152026-06-05T04:02:57.955Z Compiling thiserror v1.0.69
9162026-06-05T04:02:58.133Z Checking litemap v0.8.2
9172026-06-05T04:02:58.253Z Checking writeable v0.6.3
9182026-06-05T04:02:58.279Z Checking utf8_iter v1.0.4
9192026-06-05T04:02:58.315Z Compiling aws-lc-rs v1.17.0
9202026-06-05T04:02:58.318Z Checking percent-encoding v2.3.2
9212026-06-05T04:02:58.441Z Compiling aws-lc-sys v0.41.0
9222026-06-05T04:02:58.471Z Compiling ring v0.17.14
9232026-06-05T04:02:58.508Z Checking form_urlencoded v1.2.2
9242026-06-05T04:02:58.532Z Checking rand_core v0.10.1
9252026-06-05T04:02:58.634Z Compiling anyhow v1.0.102
9262026-06-05T04:02:58.658Z Compiling rustls v0.23.40
9272026-06-05T04:02:58.694Z Compiling ucd-trie v0.1.7
9282026-06-05T04:02:58.907Z Compiling synstructure v0.13.2
9292026-06-05T04:02:58.925Z Compiling serde_derive_internals v0.29.1
9302026-06-05T04:02:58.947Z Compiling pest v2.8.6
9312026-06-05T04:02:59.365Z Compiling regex-syntax v0.8.10
9322026-06-05T04:02:59.499Z Compiling aho-corasick v1.1.4
9332026-06-05T04:02:59.673Z Compiling getrandom v0.3.4
9342026-06-05T04:03:00.008Z Compiling pest_meta v2.8.6
9352026-06-05T04:03:00.051Z Compiling serde_derive v1.0.228
9362026-06-05T04:03:00.054Z Compiling zerofrom-derive v0.1.7
9372026-06-05T04:03:00.154Z Compiling yoke-derive v0.8.2
9382026-06-05T04:03:00.888Z Compiling zerovec-derive v0.11.3
9392026-06-05T04:03:01.207Z Compiling displaydoc v0.2.6
9402026-06-05T04:03:01.282Z Compiling schemars_derive v0.8.22
9412026-06-05T04:03:01.288Z Compiling thiserror-impl v2.0.18
9422026-06-05T04:03:01.381Z Compiling tokio-macros v2.7.0
9432026-06-05T04:03:01.943Z Compiling zeroize_derive v1.4.3
9442026-06-05T04:03:01.976Z Compiling zerocopy-derive v0.8.50
9452026-06-05T04:03:02.118Z Compiling futures-macro v0.3.32
9462026-06-05T04:03:02.446Z Compiling tracing-attributes v0.1.31
9472026-06-05T04:03:02.581Z Checking zerofrom v0.1.8
9482026-06-05T04:03:02.599Z Compiling thiserror-impl v1.0.69
9492026-06-05T04:03:03.093Z Compiling serde_tokenstream v0.2.3
9502026-06-05T04:03:03.154Z Checking smallvec v1.15.1
9512026-06-05T04:03:03.177Z Checking bytes v1.11.1
9522026-06-05T04:03:03.324Z Checking yoke v0.8.3
9532026-06-05T04:03:03.380Z Compiling pest_generator v2.8.6
9542026-06-05T04:03:03.496Z Checking zerovec v0.11.6
9552026-06-05T04:03:03.517Z Checking zerotrie v0.2.4
9562026-06-05T04:03:03.640Z Compiling regex-automata v0.4.14
9572026-06-05T04:03:03.805Z Compiling crossbeam-utils v0.8.21
9582026-06-05T04:03:03.846Z Compiling hashbrown v0.17.1
9592026-06-05T04:03:03.993Z Checking tinystr v0.8.3
9602026-06-05T04:03:04.014Z Checking potential_utf v0.1.5
9612026-06-05T04:03:04.138Z Checking icu_collections v2.2.0
9622026-06-05T04:03:04.141Z Compiling pest_derive v2.8.6
9632026-06-05T04:03:04.177Z Checking icu_locale_core v2.2.0
9642026-06-05T04:03:04.363Z Compiling indexmap v2.14.0
9652026-06-05T04:03:04.387Z Checking iana-time-zone v0.1.65
9662026-06-05T04:03:04.432Z Compiling time-core v0.1.8
9672026-06-05T04:03:04.451Z Compiling paste v1.0.15
9682026-06-05T04:03:04.516Z Checking chrono v0.4.45
9692026-06-05T04:03:04.579Z Compiling num-conv v0.2.2
9702026-06-05T04:03:04.748Z Compiling time-macros v0.2.27
9712026-06-05T04:03:04.795Z Checking icu_provider v2.2.0
9722026-06-05T04:03:05.035Z Checking icu_properties v2.2.0
9732026-06-05T04:03:05.053Z Checking icu_normalizer v2.2.0
9742026-06-05T04:03:05.376Z Compiling regex v1.12.3
9752026-06-05T04:03:05.511Z Checking uuid v1.23.2
9762026-06-05T04:03:05.745Z Compiling async-trait v0.1.89
9772026-06-05T04:03:05.796Z Compiling byteorder v1.5.0
9782026-06-05T04:03:05.880Z Checking idna_adapter v1.2.2
9792026-06-05T04:03:06.025Z Checking idna v1.1.0
9802026-06-05T04:03:06.198Z Compiling camino v1.2.2
9812026-06-05T04:03:06.275Z Checking dyn-clone v1.0.20
9822026-06-05T04:03:06.294Z Checking url v2.5.8
9832026-06-05T04:03:06.509Z Compiling strsim v0.11.1
9842026-06-05T04:03:06.589Z Compiling scroll_derive v0.13.1
9852026-06-05T04:03:06.693Z Checking errno v0.3.14
9862026-06-05T04:03:06.824Z Compiling ident_case v1.0.1
9872026-06-05T04:03:06.984Z Compiling omicron-workspace-hack v0.1.0
9882026-06-05T04:03:07.105Z Compiling slog-async v2.8.0
9892026-06-05T04:03:07.246Z Compiling generic-array v0.14.7
9902026-06-05T04:03:07.271Z Compiling crc32fast v1.5.0
9912026-06-05T04:03:07.361Z Compiling usdt-impl v0.6.0
9922026-06-05T04:03:07.404Z Compiling scroll v0.13.0
9932026-06-05T04:03:07.543Z Compiling plain v0.2.3
9942026-06-05T04:03:07.636Z Compiling goblin v0.10.7
9952026-06-05T04:03:07.655Z Compiling daft-derive v0.1.7
9962026-06-05T04:03:07.696Z Checking pin-project-lite v0.2.17
9972026-06-05T04:03:07.793Z Compiling pretty-hex v0.4.2
9982026-06-05T04:03:07.814Z Compiling dtrace-parser v0.3.0
9992026-06-05T04:03:08.034Z Compiling thread-id v5.1.0
10002026-06-05T04:03:08.399Z Compiling syn v1.0.109
10012026-06-05T04:03:08.418Z Checking getrandom v0.2.17
10022026-06-05T04:03:08.421Z Checking zeroize v1.8.2
10032026-06-05T04:03:08.598Z Checking bitflags v2.12.1
10042026-06-05T04:03:08.826Z Compiling multer v3.1.0
10052026-06-05T04:03:09.139Z Compiling async-stream-impl v0.3.6
10062026-06-05T04:03:09.517Z Checking socket2 v0.6.4
10072026-06-05T04:03:09.739Z Checking scopeguard v1.2.0
10082026-06-05T04:03:09.761Z Compiling ref-cast v1.0.25
10092026-06-05T04:03:09.839Z Checking lock_api v0.4.14
10102026-06-05T04:03:10.050Z Compiling ref-cast-impl v1.0.25
10112026-06-05T04:03:10.074Z Compiling dropshot v0.17.1
10122026-06-05T04:03:10.172Z Checking critical-section v1.2.0
10132026-06-05T04:03:10.288Z Checking once_cell v1.21.4
10142026-06-05T04:03:10.372Z Compiling dropshot_endpoint v0.17.1
10152026-06-05T04:03:10.462Z Compiling dof v0.4.0
10162026-06-05T04:03:10.594Z Checking parking_lot v0.12.5
10172026-06-05T04:03:10.821Z Compiling newtype-uuid-macros v0.1.0
10182026-06-05T04:03:11.087Z Checking signal-hook-registry v1.4.8
10192026-06-05T04:03:11.487Z Checking mio v1.2.1
10202026-06-05T04:03:11.723Z Compiling darling_core v0.23.0
10212026-06-05T04:03:11.756Z Compiling usdt-attr-macro v0.6.0
10222026-06-05T04:03:11.775Z Compiling usdt-macro v0.6.0
10232026-06-05T04:03:11.780Z Checking tokio v1.52.3
10242026-06-05T04:03:11.892Z Compiling strum_macros v0.26.4
10252026-06-05T04:03:11.983Z Compiling structmeta-derive v0.3.0
10262026-06-05T04:03:12.120Z Checking subtle v2.6.1
10272026-06-05T04:03:12.272Z Compiling allocator-api2 v0.2.21
10282026-06-05T04:03:12.587Z Compiling foldhash v0.2.0
10292026-06-05T04:03:12.607Z Checking futures-core v0.3.32
10302026-06-05T04:03:12.797Z Compiling hashbrown v0.16.1
10312026-06-05T04:03:12.991Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10322026-06-05T04:03:13.029Z Compiling structmeta v0.3.0
10332026-06-05T04:03:13.462Z Compiling strum_macros v0.27.2
10342026-06-05T04:03:13.497Z Compiling derive-ex v0.1.8
10352026-06-05T04:03:13.526Z Compiling http v1.4.1
10362026-06-05T04:03:13.787Z Compiling darling_macro v0.23.0
10372026-06-05T04:03:14.128Z Checking futures-sink v0.3.32
10382026-06-05T04:03:14.236Z Checking ipnetwork v0.21.1
10392026-06-05T04:03:14.397Z Compiling darling v0.23.0
10402026-06-05T04:03:14.459Z Compiling winnow v1.0.3
10412026-06-05T04:03:14.485Z Compiling serde_with_macros v3.20.0
10422026-06-05T04:03:14.575Z Checking slab v0.4.12
10432026-06-05T04:03:15.111Z Compiling test-strategy v0.4.5
10442026-06-05T04:03:15.315Z Checking futures-channel v0.3.32
10452026-06-05T04:03:15.401Z Compiling toml_parser v1.1.2+spec-1.1.0
10462026-06-05T04:03:15.502Z Checking typenum v1.20.1
10472026-06-05T04:03:15.522Z Checking futures-task v0.3.32
10482026-06-05T04:03:15.597Z Compiling fnv v1.0.7
10492026-06-05T04:03:15.658Z Checking futures-io v0.3.32
10502026-06-05T04:03:15.778Z Checking futures-util v0.3.32
10512026-06-05T04:03:15.859Z Compiling toml_datetime v1.1.1+spec-1.1.0
10522026-06-05T04:03:15.961Z Compiling parse-display-derive v0.10.0
10532026-06-05T04:03:16.291Z Checking oxnet v0.1.6
10542026-06-05T04:03:16.374Z Checking tracing-core v0.1.36
10552026-06-05T04:03:16.458Z Checking erased-serde v0.3.31
10562026-06-05T04:03:16.886Z Checking tracing v0.1.44
10572026-06-05T04:03:17.069Z Compiling ryu v1.0.23
10582026-06-05T04:03:17.203Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10592026-06-05T04:03:17.244Z Compiling clap_derive v4.6.1
10602026-06-05T04:03:17.472Z Checking base64 v0.22.1
10612026-06-05T04:03:17.815Z Checking rand_core v0.6.4
10622026-06-05T04:03:17.980Z Compiling openapiv3 v2.2.0
10632026-06-05T04:03:18.163Z Checking rustls-pki-types v1.14.1
10642026-06-05T04:03:18.416Z Checking tokio-util v0.7.18
10652026-06-05T04:03:18.610Z Checking ipnet v2.12.0
10662026-06-05T04:03:18.634Z Checking untrusted v0.7.1
10672026-06-05T04:03:18.775Z Checking untrusted v0.9.0
10682026-06-05T04:03:18.936Z Compiling toml_edit v0.25.12+spec-1.1.0
10692026-06-05T04:03:19.393Z Checking http-body v1.0.1
10702026-06-05T04:03:19.524Z Compiling proc-macro-crate v3.5.0
10712026-06-05T04:03:19.565Z Checking atomic-waker v1.1.2
10722026-06-05T04:03:19.961Z Compiling num_enum_derive v0.7.6
10732026-06-05T04:03:19.967Z Compiling either v1.16.0
10742026-06-05T04:03:20.102Z Checking tower-layer v0.3.3
10752026-06-05T04:03:20.190Z Checking tower-service v0.3.3
10762026-06-05T04:03:20.219Z Checking try-lock v0.2.5
10772026-06-05T04:03:20.328Z Compiling itertools v0.14.0
10782026-06-05T04:03:20.351Z Checking want v0.3.1
10792026-06-05T04:03:20.393Z Checking h2 v0.4.14
10802026-06-05T04:03:20.675Z Checking httpdate v1.0.3
10812026-06-05T04:03:20.829Z Compiling regress v0.11.1
10822026-06-05T04:03:21.196Z Compiling crucible-workspace-hack v0.1.0
10832026-06-05T04:03:21.540Z Checking serde_urlencoded v0.7.1
10842026-06-05T04:03:21.560Z Checking http-body-util v0.1.3
10852026-06-05T04:03:22.048Z Checking ppv-lite86 v0.2.21
10862026-06-05T04:03:22.255Z Checking hyper v1.10.1
10872026-06-05T04:03:22.358Z Compiling unsafe-libyaml v0.2.11
10882026-06-05T04:03:22.379Z Compiling typify-impl v0.6.2
10892026-06-05T04:03:23.037Z Compiling serde_yaml v0.9.34+deprecated
10902026-06-05T04:03:23.193Z Checking hyper-util v0.1.20
10912026-06-05T04:03:23.745Z Compiling convert_case v0.4.0
10922026-06-05T04:03:24.068Z Compiling derive_more v0.99.20
10932026-06-05T04:03:24.839Z Compiling darling_core v0.21.3
10942026-06-05T04:03:24.881Z Compiling zerocopy-derive v0.7.35
10952026-06-05T04:03:24.956Z Checking powerfmt v0.2.0
10962026-06-05T04:03:25.706Z Compiling typify-macro v0.6.2
10972026-06-05T04:03:25.725Z Checking deranged v0.5.8
10982026-06-05T04:03:26.525Z Compiling regress v0.10.5
10992026-06-05T04:03:26.791Z Checking num_threads v0.1.7
11002026-06-05T04:03:26.881Z Checking time v0.3.47
11012026-06-05T04:03:26.915Z Compiling darling_macro v0.21.3
11022026-06-05T04:03:27.202Z Compiling heapless v0.8.0
11032026-06-05T04:03:27.489Z Compiling darling v0.21.3
11042026-06-05T04:03:27.635Z Compiling ingot-macros v0.1.1
11052026-06-05T04:03:27.861Z Compiling typify v0.6.2
11062026-06-05T04:03:27.959Z Checking crossbeam-channel v0.5.15
11072026-06-05T04:03:28.007Z Compiling scroll_derive v0.12.1
11082026-06-05T04:03:28.122Z Compiling serde_repr v0.1.20
11092026-06-05T04:03:28.530Z Checking cpufeatures v0.3.0
11102026-06-05T04:03:28.723Z Compiling rustix v0.38.44
11112026-06-05T04:03:29.562Z Checking futures-executor v0.3.32
11122026-06-05T04:03:29.675Z Checking sync_wrapper v1.0.2
11132026-06-05T04:03:29.784Z Checking thread_local v1.1.9
11142026-06-05T04:03:30.025Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11152026-06-05T04:03:30.048Z Compiling smoltcp v0.11.0
11162026-06-05T04:03:30.351Z Checking tower v0.5.3
11172026-06-05T04:03:30.414Z Checking rand_core v0.9.5
11182026-06-05T04:03:30.584Z Checking webpki-roots v1.0.7
11192026-06-05T04:03:30.800Z Compiling rustc_version v0.4.1
11202026-06-05T04:03:30.877Z Checking is-terminal v0.4.17
11212026-06-05T04:03:30.922Z Checking term v1.2.1
11222026-06-05T04:03:30.972Z Checking take_mut v0.2.2
11232026-06-05T04:03:31.075Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11242026-06-05T04:03:31.114Z Compiling curve25519-dalek v4.1.3
11252026-06-05T04:03:31.139Z Checking slog-term v2.9.2
11262026-06-05T04:03:31.344Z Checking tower-http v0.6.11
11272026-06-05T04:03:31.369Z Checking futures v0.3.32
11282026-06-05T04:03:31.431Z Compiling toml_datetime v0.6.11
11292026-06-05T04:03:31.448Z Compiling foreign-types-macros v0.2.3
11302026-06-05T04:03:31.739Z Checking hex v0.4.3
11312026-06-05T04:03:32.078Z Checking rand_chacha v0.9.0
11322026-06-05T04:03:32.262Z Compiling zerocopy v0.7.35
11332026-06-05T04:03:32.336Z Compiling hubpack_derive v0.1.1
11342026-06-05T04:03:32.433Z Compiling thiserror-impl-no-std v2.0.2
11352026-06-05T04:03:33.139Z Compiling curve25519-dalek-derive v0.1.1
11362026-06-05T04:03:33.143Z Compiling proc-macro-error-attr v1.0.4
11372026-06-05T04:03:33.143Z Compiling usdt-impl v0.5.0
11382026-06-05T04:03:33.143Z Checking fastrand v2.4.1
11392026-06-05T04:03:33.397Z Compiling dof v0.3.0
11402026-06-05T04:03:33.400Z Checking rand v0.9.4
11412026-06-05T04:03:33.474Z Compiling dtrace-parser v0.2.0
11422026-06-05T04:03:33.495Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11432026-06-05T04:03:33.942Z Compiling serde_spanned v1.1.1
11442026-06-05T04:03:34.095Z Compiling thread-id v4.2.2
11452026-06-05T04:03:34.145Z Compiling proc-macro-error v1.0.4
11462026-06-05T04:03:34.187Z Compiling memoffset v0.9.1
11472026-06-05T04:03:34.445Z Compiling toml_writer v1.1.1+spec-1.1.0
11482026-06-05T04:03:35.088Z Compiling pkg-config v0.3.33
11492026-06-05T04:03:35.423Z Checking crypto-common v0.1.7
11502026-06-05T04:03:35.800Z Checking hybrid-array v0.4.12
11512026-06-05T04:03:36.260Z Compiling cfg_aliases v0.2.1
11522026-06-05T04:03:36.324Z Checking simd-adler32 v0.3.9
11532026-06-05T04:03:36.345Z Checking match_cfg v0.1.0
11542026-06-05T04:03:36.348Z Checking openssl-probe v0.2.1
11552026-06-05T04:03:36.419Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11562026-06-05T04:03:36.470Z Checking adler2 v2.0.1
11572026-06-05T04:03:36.551Z Compiling prettyplease v0.2.37
11582026-06-05T04:03:36.601Z Checking miniz_oxide v0.8.9
11592026-06-05T04:03:36.635Z Checking rustls-native-certs v0.8.4
11602026-06-05T04:03:36.683Z Checking hostname v0.3.1
11612026-06-05T04:03:36.779Z Compiling nix v0.31.3
11622026-06-05T04:03:36.932Z Checking tempfile v3.27.0
11632026-06-05T04:03:37.167Z Checking slog-json v2.6.1
11642026-06-05T04:03:37.251Z Checking newtype-uuid v1.3.2
11652026-06-05T04:03:37.340Z Checking memmap2 v0.9.10
11662026-06-05T04:03:37.514Z Compiling heck v0.4.1
11672026-06-05T04:03:37.705Z Checking usdt v0.6.0
11682026-06-05T04:03:37.720Z Checking daft v0.1.7
11692026-06-05T04:03:37.740Z Checking slog-bunyan v2.5.0
11702026-06-05T04:03:37.867Z Checking flate2 v1.1.9
11712026-06-05T04:03:37.907Z Checking block-buffer v0.12.0
11722026-06-05T04:03:37.927Z Checking crypto-common v0.2.2
11732026-06-05T04:03:38.456Z Compiling usdt-attr-macro v0.5.0
11742026-06-05T04:03:38.460Z Compiling usdt-macro v0.5.0
11752026-06-05T04:03:38.460Z Compiling enum-as-inner v0.6.1
11762026-06-05T04:03:38.496Z Compiling num-derive v0.4.2
11772026-06-05T04:03:38.832Z Compiling winnow v0.7.15
11782026-06-05T04:03:38.958Z Checking const-oid v0.10.2
11792026-06-05T04:03:39.015Z Checking compression-core v0.4.32
11802026-06-05T04:03:39.060Z Checking debug-ignore v1.0.5
11812026-06-05T04:03:39.116Z Checking digest v0.11.3
11822026-06-05T04:03:39.135Z Checking compression-codecs v0.4.38
11832026-06-05T04:03:39.946Z Checking encoding_rs v0.8.35
11842026-06-05T04:03:40.008Z Checking mime v0.3.17
11852026-06-05T04:03:40.023Z Compiling rayon-core v1.13.0
11862026-06-05T04:03:40.096Z Checking spin v0.9.8
11872026-06-05T04:03:40.141Z Checking toml v1.1.2+spec-1.1.0
11882026-06-05T04:03:40.266Z Checking async-compression v0.4.42
11892026-06-05T04:03:40.287Z Checking sha1 v0.11.0
11902026-06-05T04:03:40.746Z Checking rand_chacha v0.3.1
11912026-06-05T04:03:40.860Z Checking waitgroup v0.1.2
11922026-06-05T04:03:40.899Z Checking rustls-pemfile v2.2.0
11932026-06-05T04:03:40.921Z Checking async-stream v0.3.6
11942026-06-05T04:03:41.045Z Checking serde_path_to_error v0.1.20
11952026-06-05T04:03:41.068Z Checking hostname v0.4.2
11962026-06-05T04:03:41.093Z Compiling wait-timeout v0.2.1
11972026-06-05T04:03:41.262Z Compiling quick-error v1.2.3
11982026-06-05T04:03:41.321Z Compiling bit-vec v0.8.0
11992026-06-05T04:03:41.377Z Compiling rusty-fork v0.3.1
12002026-06-05T04:03:41.620Z Compiling bit-set v0.8.0
12012026-06-05T04:03:41.673Z Checking rand v0.8.6
12022026-06-05T04:03:42.204Z Compiling rand_xorshift v0.4.0
12032026-06-05T04:03:42.319Z Compiling progenitor-impl v0.14.0
12042026-06-05T04:03:42.374Z Compiling num-integer v0.1.46
12052026-06-05T04:03:42.497Z Checking macaddr v1.0.1
12062026-06-05T04:03:42.827Z Checking unicode-width v0.2.2
12072026-06-05T04:03:42.872Z Checking rustls-webpki v0.103.13
12082026-06-05T04:03:43.009Z Compiling unarray v0.1.4
12092026-06-05T04:03:43.126Z Compiling semver v0.1.20
12102026-06-05T04:03:43.438Z Compiling winnow v0.5.40
12112026-06-05T04:03:43.877Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
12122026-06-05T04:03:44.058Z Compiling rustc_version v0.1.7
12132026-06-05T04:03:44.194Z Compiling proptest v1.11.0
12142026-06-05T04:03:44.352Z Compiling progenitor-macro v0.14.0
12152026-06-05T04:03:44.806Z Compiling toml_edit v0.19.15
12162026-06-05T04:03:45.723Z Compiling reqwest v0.12.28
12172026-06-05T04:03:45.743Z Checking tokio-rustls v0.26.4
12182026-06-05T04:03:45.940Z Checking hyper-rustls v0.27.9
12192026-06-05T04:03:46.367Z Checking rustls-platform-verifier v0.7.0
12202026-06-05T04:03:46.378Z Checking reqwest v0.13.4
12212026-06-05T04:03:46.378Z Compiling backon v1.6.0
12222026-06-05T04:03:46.980Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12232026-06-05T04:03:47.291Z Checking block-buffer v0.10.4
12242026-06-05T04:03:47.630Z Compiling strum v0.26.3
12252026-06-05T04:03:47.790Z Compiling instant v0.1.13
12262026-06-05T04:03:47.942Z Compiling utf8parse v0.2.2
12272026-06-05T04:03:48.195Z Compiling anstyle-parse v1.0.0
12282026-06-05T04:03:48.215Z Compiling backoff v0.4.0
12292026-06-05T04:03:48.276Z Compiling iddqd v0.4.2
12302026-06-05T04:03:48.319Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12312026-06-05T04:03:48.380Z Checking digest v0.10.7
12322026-06-05T04:03:48.820Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12332026-06-05T04:03:49.229Z Compiling progenitor-client v0.14.0
12342026-06-05T04:03:49.230Z Compiling progenitor-client v0.10.0
12352026-06-05T04:03:49.230Z Compiling proc-macro-crate v1.3.1
12362026-06-05T04:03:49.230Z Compiling newtype_derive v0.1.6
12372026-06-05T04:03:49.230Z Compiling progenitor-extras v0.2.0
12382026-06-05T04:03:49.230Z Compiling num-iter v0.1.45
12392026-06-05T04:03:49.230Z Compiling num-rational v0.4.2
12402026-06-05T04:03:49.233Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12412026-06-05T04:03:49.233Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12422026-06-05T04:03:49.233Z Compiling progenitor-impl v0.13.0
12432026-06-05T04:03:49.330Z Compiling parse-display v0.10.0
12442026-06-05T04:03:49.353Z Compiling serde_with v3.20.0
12452026-06-05T04:03:49.401Z Compiling strum v0.27.2
12462026-06-05T04:03:49.509Z Compiling num-complex v0.4.6
12472026-06-05T04:03:50.068Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12482026-06-05T04:03:50.074Z Compiling vcpkg v0.2.15
12492026-06-05T04:03:50.074Z Compiling anstyle-query v1.1.5
12502026-06-05T04:03:50.074Z Compiling owo-colors v4.3.0
12512026-06-05T04:03:50.074Z Compiling anstyle v1.0.14
12522026-06-05T04:03:50.074Z Compiling humantime v2.3.0
12532026-06-05T04:03:50.074Z Compiling colorchoice v1.0.5
12542026-06-05T04:03:50.074Z Compiling is_terminal_polyfill v1.70.2
12552026-06-05T04:03:50.151Z Compiling anstream v1.0.0
12562026-06-05T04:03:50.173Z Compiling num v0.4.3
12572026-06-05T04:03:50.235Z Compiling num_enum_derive v0.5.11
12582026-06-05T04:03:50.332Z Compiling openssl-sys v0.9.116
12592026-06-05T04:03:50.446Z Compiling terminal_size v0.4.4
12602026-06-05T04:03:50.625Z Compiling serde_spanned v0.6.9
12612026-06-05T04:03:50.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12622026-06-05T04:03:50.797Z Compiling derive-where v1.6.1
12632026-06-05T04:03:50.883Z Compiling pin-project-internal v1.1.13
12642026-06-05T04:03:51.176Z Compiling progenitor-macro v0.13.0
12652026-06-05T04:03:51.240Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-06-05T04:03:51.312Z Compiling toml_write v0.1.2
12672026-06-05T04:03:51.502Z Compiling float-ord v0.3.2
12682026-06-05T04:03:51.688Z Compiling clap_lex v1.1.0
12692026-06-05T04:03:51.915Z Compiling clap_builder v4.6.0
12702026-06-05T04:03:51.976Z Compiling toml_edit v0.22.27
12712026-06-05T04:03:53.454Z Compiling clap v4.6.1
12722026-06-05T04:03:53.474Z Compiling toml v0.8.23
12732026-06-05T04:03:53.728Z Compiling zone_cfg_derive v0.3.1
12742026-06-05T04:03:54.467Z Compiling async-recursion v1.1.1
12752026-06-05T04:03:54.876Z Compiling snafu-derive v0.8.9
12762026-06-05T04:03:55.228Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12772026-06-05T04:03:55.926Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12782026-06-05T04:03:55.929Z Compiling slog-dtrace v0.3.0
12792026-06-05T04:03:55.929Z Compiling chrono-tz v0.10.4
12802026-06-05T04:03:55.929Z Compiling openssl v0.10.80
12812026-06-05T04:03:55.929Z Compiling unicode-xid v0.2.6
12822026-06-05T04:03:55.981Z Compiling minimal-lexical v0.2.1
12832026-06-05T04:03:56.022Z Compiling cancel-safe-futures v0.1.5
12842026-06-05T04:03:56.652Z Compiling nom v7.1.3
12852026-06-05T04:03:56.659Z Compiling const_format_proc_macros v0.2.34
12862026-06-05T04:03:56.659Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12872026-06-05T04:03:56.981Z Compiling openssl-macros v0.1.1
12882026-06-05T04:03:57.063Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12892026-06-05T04:03:57.298Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12902026-06-05T04:03:57.318Z Checking cpufeatures v0.2.17
12912026-06-05T04:03:57.554Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12922026-06-05T04:03:58.058Z Compiling cookie v0.18.1
12932026-06-05T04:03:58.089Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12942026-06-05T04:03:58.373Z Compiling tabled_derive v0.7.0
12952026-06-05T04:03:58.450Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12962026-06-05T04:03:58.771Z Checking num_enum v0.7.6
12972026-06-05T04:04:01.205Z Checking tabwriter v1.4.1
12982026-06-05T04:04:01.400Z Checking secrecy v0.10.3
12992026-06-05T04:04:01.436Z Checking tinyvec_macros v0.1.1
13002026-06-05T04:04:01.525Z Checking colored v3.1.1
13012026-06-05T04:04:01.678Z Checking tinyvec v1.11.0
13022026-06-05T04:04:01.696Z Checking crossbeam-epoch v0.9.18
13032026-06-05T04:04:01.744Z Checking hash32 v0.3.1
13042026-06-05T04:04:01.872Z Checking bstr v1.12.1
13052026-06-05T04:04:01.922Z Checking data-encoding v2.11.0
13062026-06-05T04:04:02.057Z Checking hmac v0.12.1
13072026-06-05T04:04:02.198Z Checking ingot-types v0.1.2
13082026-06-05T04:04:02.204Z Checking inout v0.1.4
13092026-06-05T04:04:02.360Z Checking scroll v0.12.0
13102026-06-05T04:04:02.383Z Checking ff v0.13.1
13112026-06-05T04:04:02.537Z Checking cobs v0.3.0
13122026-06-05T04:04:02.570Z Checking bitflags v1.3.2
13132026-06-05T04:04:02.599Z Checking managed v0.8.0
13142026-06-05T04:04:02.655Z Checking static_assertions v1.1.0
13152026-06-05T04:04:02.687Z Checking foreign-types-shared v0.3.1
13162026-06-05T04:04:02.749Z Checking postcard v1.1.3
13172026-06-05T04:04:02.776Z Checking goblin v0.8.2
13182026-06-05T04:04:02.791Z Checking foreign-types v0.5.0
13192026-06-05T04:04:03.258Z Checking ingot v0.1.1
13202026-06-05T04:04:03.282Z Checking group v0.13.0
13212026-06-05T04:04:03.282Z Checking cipher v0.4.4
13222026-06-05T04:04:03.282Z Checking hkdf v0.12.4
13232026-06-05T04:04:03.282Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13242026-06-05T04:04:03.282Z Checking universal-hash v0.5.1
13252026-06-05T04:04:03.739Z Checking crypto-bigint v0.5.5
13262026-06-05T04:04:03.763Z Checking chacha20 v0.10.0
13272026-06-05T04:04:03.763Z Checking half v2.7.1
13282026-06-05T04:04:03.763Z Checking cstr-argument v0.1.2
13292026-06-05T04:04:03.880Z Checking base16ct v0.2.0
13302026-06-05T04:04:03.924Z Checking base64ct v1.8.3
13312026-06-05T04:04:03.934Z Checking indent_write v2.2.0
13322026-06-05T04:04:03.961Z Checking ciborium-io v0.2.2
13332026-06-05T04:04:04.009Z Checking opaque-debug v0.3.1
13342026-06-05T04:04:04.060Z Checking ciborium-ll v0.2.2
13352026-06-05T04:04:04.099Z Checking poly1305 v0.8.0
13362026-06-05T04:04:04.135Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13372026-06-05T04:04:04.580Z Checking password-hash v0.5.0
13382026-06-05T04:04:04.589Z Checking elliptic-curve v0.13.8
13392026-06-05T04:04:04.589Z Checking rand v0.10.1
13402026-06-05T04:04:04.589Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13412026-06-05T04:04:04.589Z Checking chacha20 v0.9.1
13422026-06-05T04:04:04.589Z Checking atomicwrites v0.4.4
13432026-06-05T04:04:04.589Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-06-05T04:04:04.589Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13452026-06-05T04:04:04.589Z Checking blake2 v0.10.6
13462026-06-05T04:04:04.589Z Checking aead v0.5.2
13472026-06-05T04:04:04.679Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13482026-06-05T04:04:04.718Z Checking thiserror-no-std v2.0.2
13492026-06-05T04:04:04.721Z Checking hubpack v0.1.2
13502026-06-05T04:04:04.755Z Checking byte-wrapper v0.1.0
13512026-06-05T04:04:05.217Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13522026-06-05T04:04:05.221Z Checking keccak v0.1.6
13532026-06-05T04:04:05.221Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-05T04:04:05.221Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13552026-06-05T04:04:05.221Z Checking sha3 v0.10.9
13562026-06-05T04:04:05.221Z Checking vsss-rs v3.3.4
13572026-06-05T04:04:05.288Z Checking argon2 v0.5.3
13582026-06-05T04:04:05.308Z Checking chacha20poly1305 v0.10.1
13592026-06-05T04:04:05.330Z Checking ciborium v0.2.2
13602026-06-05T04:04:05.438Z Checking similar v2.7.0
13612026-06-05T04:04:05.654Z Checking memmap v0.7.0
13622026-06-05T04:04:05.674Z Checking lazy_static v1.5.0
13632026-06-05T04:04:05.783Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13642026-06-05T04:04:05.816Z Checking usdt v0.5.0
13652026-06-05T04:04:05.983Z Checking crossbeam-deque v0.8.6
13662026-06-05T04:04:06.127Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13672026-06-05T04:04:06.168Z Checking unicode-segmentation v1.13.3
13682026-06-05T04:04:06.285Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13692026-06-05T04:04:06.470Z Checking bytecount v0.6.9
13702026-06-05T04:04:06.490Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13712026-06-05T04:04:06.507Z Checking newline-converter v0.3.0
13722026-06-05T04:04:07.027Z Checking console v0.15.11
13732026-06-05T04:04:07.079Z Checking progenitor v0.14.0
13742026-06-05T04:04:07.079Z Checking itertools v0.12.1
13752026-06-05T04:04:07.079Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13762026-06-05T04:04:07.079Z Compiling parking_lot_core v0.8.6
13772026-06-05T04:04:07.099Z Checking linked-hash-map v0.5.6
13782026-06-05T04:04:07.129Z Checking resolv-conf v0.7.6
13792026-06-05T04:04:07.148Z Checking swrite v0.1.0
13802026-06-05T04:04:07.208Z Checking lru-cache v0.1.2
13812026-06-05T04:04:07.268Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13822026-06-05T04:04:07.291Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13832026-06-05T04:04:07.309Z Checking rayon v1.12.0
13842026-06-05T04:04:07.333Z Checking expectorate v1.2.0
13852026-06-05T04:04:07.459Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13862026-06-05T04:04:08.086Z Checking hickory-proto v0.24.4
13872026-06-05T04:04:08.091Z Checking progenitor-client v0.13.0
13882026-06-05T04:04:08.091Z Checking camino-tempfile v1.4.1
13892026-06-05T04:04:08.408Z Checking serde-big-array v0.5.1
13902026-06-05T04:04:08.480Z Checking siphasher v1.0.3
13912026-06-05T04:04:08.916Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13922026-06-05T04:04:08.919Z Checking phf_shared v0.12.1
13932026-06-05T04:04:08.919Z Checking progenitor v0.13.0
13942026-06-05T04:04:08.919Z Checking unicode-normalization v0.1.25
13952026-06-05T04:04:09.128Z Checking pin-project v1.1.13
13962026-06-05T04:04:09.556Z Checking num_enum v0.5.11
13972026-06-05T04:04:09.559Z Checking hickory-resolver v0.24.4
13982026-06-05T04:04:09.559Z Checking tokio-stream v0.1.18
13992026-06-05T04:04:09.751Z Checking csv-core v0.1.13
14002026-06-05T04:04:09.822Z Checking highway v1.3.0
14012026-06-05T04:04:09.844Z Checking smawk v0.3.2
14022026-06-05T04:04:09.921Z Checking konst_macro_rules v0.2.19
14032026-06-05T04:04:09.936Z Checking same-file v1.0.6
14042026-06-05T04:04:10.005Z Checking foreign-types-shared v0.1.1
14052026-06-05T04:04:10.009Z Checking foldhash v0.1.5
14062026-06-05T04:04:10.071Z Checking unicode-linebreak v0.1.5
14072026-06-05T04:04:10.107Z Checking unicode-width v0.1.14
14082026-06-05T04:04:10.143Z Checking hashbrown v0.15.5
14092026-06-05T04:04:10.167Z Checking walkdir v2.5.0
14102026-06-05T04:04:10.231Z Checking konst v0.2.20
14112026-06-05T04:04:10.291Z Checking textwrap v0.16.2
14122026-06-05T04:04:10.347Z Checking foreign-types v0.3.2
14132026-06-05T04:04:10.361Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14142026-06-05T04:04:10.421Z Checking qorb v0.4.1
14152026-06-05T04:04:10.439Z Checking csv v1.4.0
14162026-06-05T04:04:10.823Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-05T04:04:11.079Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14182026-06-05T04:04:11.223Z Checking olpc-cjson v0.1.4
14192026-06-05T04:04:11.259Z Checking snafu v0.8.9
14202026-06-05T04:04:11.371Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14212026-06-05T04:04:11.437Z Checking phf v0.12.1
14222026-06-05T04:04:11.554Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-06-05T04:04:11.651Z Checking zone v0.3.1
14242026-06-05T04:04:11.775Z Checking tokio-dtrace v0.1.1
14252026-06-05T04:04:11.969Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-05T04:04:12.010Z Checking globset v0.4.18
14272026-06-05T04:04:12.255Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14282026-06-05T04:04:12.575Z Checking smf v0.2.3
14292026-06-05T04:04:13.146Z Checking pem v3.0.6
14302026-06-05T04:04:13.168Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14312026-06-05T04:04:13.168Z Checking libsw-core v0.3.2
14322026-06-05T04:04:13.168Z Checking serde_plain v1.0.2
14332026-06-05T04:04:13.168Z Checking sigpipe v0.1.3
14342026-06-05T04:04:13.168Z Checking fixedbitset v0.5.7
14352026-06-05T04:04:13.168Z Checking typed-path v0.9.3
14362026-06-05T04:04:13.262Z Checking fixedbitset v0.4.2
14372026-06-05T04:04:13.319Z Checking glob v0.3.3
14382026-06-05T04:04:13.359Z Checking jiff v0.2.28
14392026-06-05T04:04:13.434Z Checking petgraph v0.6.5
14402026-06-05T04:04:13.756Z Checking petgraph v0.8.3
14412026-06-05T04:04:13.858Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14422026-06-05T04:04:13.899Z Checking tough v0.22.0
14432026-06-05T04:04:13.919Z Checking libsw v3.5.0
14442026-06-05T04:04:14.334Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-05T04:04:14.373Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-05T04:04:14.615Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-05T04:04:14.722Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14482026-06-05T04:04:15.285Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14492026-06-05T04:04:15.695Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-06-05T04:04:15.695Z Checking oxide-tokio-rt v0.1.6
14512026-06-05T04:04:15.695Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-06-05T04:04:15.705Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-05T04:04:15.705Z Checking const_format v0.2.36
14542026-06-05T04:04:15.706Z Checking papergrid v0.11.0
14552026-06-05T04:04:15.706Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-06-05T04:04:15.819Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-05T04:04:15.863Z Checking gethostname v0.5.0
14582026-06-05T04:04:15.937Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-06-05T04:04:15.959Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14602026-06-05T04:04:16.052Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14612026-06-05T04:04:16.203Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-06-05T04:04:16.541Z Checking libscf-sys v1.2.0
14632026-06-05T04:04:16.707Z Checking bcs v0.1.6
14642026-06-05T04:04:16.792Z Checking termtree v0.5.1
14652026-06-05T04:04:16.882Z Checking tagptr v0.2.0
14662026-06-05T04:04:16.921Z Checking linear-map v1.2.0
14672026-06-05T04:04:16.940Z Checking whoami v1.6.1
14682026-06-05T04:04:17.024Z Checking moka v0.12.15
14692026-06-05T04:04:17.098Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14702026-06-05T04:04:17.898Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14712026-06-05T04:04:18.353Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14722026-06-05T04:04:18.587Z Checking tabled v0.15.0
14732026-06-05T04:04:18.803Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14742026-06-05T04:04:18.827Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14752026-06-05T04:04:18.964Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14762026-06-05T04:04:18.980Z Checking steno v0.4.1
14772026-06-05T04:04:19.521Z Checking hickory-proto v0.25.2
14782026-06-05T04:04:20.896Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14792026-06-05T04:04:21.077Z Checking hickory-resolver v0.25.2
14802026-06-05T04:04:21.168Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14812026-06-05T04:04:21.746Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14822026-06-05T04:04:22.019Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14832026-06-05T04:04:22.487Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14842026-06-05T04:04:26.718Z Checking nom v8.0.0
14852026-06-05T04:04:26.736Z Compiling proc-macro-error-attr2 v2.0.0
14862026-06-05T04:04:26.736Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14872026-06-05T04:04:27.335Z Compiling proc-macro-error2 v2.0.1
14882026-06-05T04:04:30.134Z Compiling crunchy v0.2.4
14892026-06-05T04:04:31.851Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14902026-06-05T04:04:32.073Z Compiling tabled_derive v0.11.0
14912026-06-05T04:04:32.808Z Compiling tiny-keccak v2.0.2
14922026-06-05T04:04:33.230Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14932026-06-05T04:04:33.335Z Compiling typify-impl v0.4.3
14942026-06-05T04:04:33.428Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14952026-06-05T04:04:33.501Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14962026-06-05T04:04:33.593Z Checking parking_lot v0.11.2
14972026-06-05T04:04:33.626Z Compiling const-random-macro v0.1.16
14982026-06-05T04:04:34.073Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14992026-06-05T04:04:34.087Z Checking fxhash v0.2.1
15002026-06-05T04:04:34.146Z Compiling smartstring v1.0.1
15012026-06-05T04:04:34.226Z Checking sled v0.34.7
15022026-06-05T04:04:34.435Z Compiling ahash v0.8.12
15032026-06-05T04:04:35.082Z Checking internet-checksum v0.2.1
15042026-06-05T04:04:35.211Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15052026-06-05T04:04:35.435Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15062026-06-05T04:04:35.456Z Compiling rhai_codegen v3.2.0
15072026-06-05T04:04:35.533Z Checking arc-swap v1.9.1
15082026-06-05T04:04:35.786Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15092026-06-05T04:04:35.862Z Checking slog-scope v4.4.1
15102026-06-05T04:04:36.003Z Checking papergrid v0.18.0
15112026-06-05T04:04:36.152Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15122026-06-05T04:04:36.395Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
15132026-06-05T04:04:36.676Z Compiling typify-macro v0.4.3
15142026-06-05T04:04:36.695Z Checking testing_table v0.3.0
15152026-06-05T04:04:36.827Z Checking dropshot-api-manager-types v0.7.2
15162026-06-05T04:04:36.857Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
15172026-06-05T04:04:37.036Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15182026-06-05T04:04:37.088Z Checking tabled v0.21.0
15192026-06-05T04:04:37.147Z Checking slog-stdlog v4.1.1
15202026-06-05T04:04:37.168Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
15212026-06-05T04:04:37.259Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15222026-06-05T04:04:37.471Z Compiling lzma-sys v0.1.20
15232026-06-05T04:04:37.945Z Compiling fs-err v3.3.0
15242026-06-05T04:04:38.053Z Compiling typeid v1.0.3
15252026-06-05T04:04:38.060Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15262026-06-05T04:04:38.205Z Compiling typify v0.4.3
15272026-06-05T04:04:38.277Z Compiling progenitor-impl v0.10.0
15282026-06-05T04:04:38.298Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15292026-06-05T04:04:38.340Z Checking slog-envlogger v2.2.0
15302026-06-05T04:04:39.268Z Compiling toml_datetime v0.7.5+spec-1.1.0
15312026-06-05T04:04:39.321Z Checking crc8 v0.1.1
15322026-06-05T04:04:39.434Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15332026-06-05T04:04:39.543Z Compiling toml v0.9.12+spec-1.1.0
15342026-06-05T04:04:39.965Z Checking const-random v0.1.18
15352026-06-05T04:04:40.045Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15362026-06-05T04:04:40.279Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15372026-06-05T04:04:40.336Z Compiling cargo_toml v0.22.3
15382026-06-05T04:04:40.351Z Compiling progenitor-macro v0.10.0
15392026-06-05T04:04:41.530Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15402026-06-05T04:04:42.098Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15412026-06-05T04:04:42.530Z Checking thin-vec v0.2.18
15422026-06-05T04:04:42.794Z Checking rhai v1.25.1
15432026-06-05T04:04:42.801Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15442026-06-05T04:04:43.691Z Checking sha1 v0.10.6
15452026-06-05T04:04:43.924Z Checking utf-8 v0.7.6
15462026-06-05T04:04:44.238Z Checking tungstenite v0.21.0
15472026-06-05T04:04:44.657Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15482026-06-05T04:04:46.085Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15492026-06-05T04:04:46.101Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15502026-06-05T04:04:46.101Z Checking sha2 v0.10.9
15512026-06-05T04:04:46.101Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15522026-06-05T04:04:46.111Z Checking yansi v1.0.1
15532026-06-05T04:04:46.220Z Checking diff v0.1.13
15542026-06-05T04:04:46.239Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15552026-06-05T04:04:46.418Z Checking progenitor v0.10.0
15562026-06-05T04:04:46.455Z Checking pretty_assertions v1.4.1
15572026-06-05T04:04:46.525Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15582026-06-05T04:04:46.677Z Checking tokio-tungstenite v0.21.0
15592026-06-05T04:04:48.098Z Checking console v0.16.3
15602026-06-05T04:04:48.128Z Checking git-stub v1.0.0
15612026-06-05T04:04:48.129Z Checking is_ci v1.2.0
15622026-06-05T04:04:48.129Z Checking unit-prefix v0.5.2
15632026-06-05T04:04:48.364Z Checking base64 v0.21.7
15642026-06-05T04:04:48.478Z Checking supports-color v3.0.2
15652026-06-05T04:04:48.478Z Checking indicatif v0.18.4
15662026-06-05T04:04:49.078Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15672026-06-05T04:04:49.285Z Checking git-stub-vcs v0.1.0
15682026-06-05T04:04:50.246Z Checking xz2 v0.1.7
15692026-06-05T04:04:50.338Z Checking ron v0.12.1
15702026-06-05T04:04:50.339Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15712026-06-05T04:04:50.339Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15722026-06-05T04:04:50.339Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15732026-06-05T04:04:50.339Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15742026-06-05T04:04:50.393Z Checking drift v0.2.0
15752026-06-05T04:04:50.615Z Compiling serial_test_derive v3.5.0
15762026-06-05T04:04:50.871Z Checking base16ct v1.0.0
15772026-06-05T04:04:51.327Z Checking serial_test v3.5.0
15782026-06-05T04:04:51.390Z Checking dropshot-api-manager v0.7.2
15792026-06-05T04:04:51.515Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15802026-06-05T04:04:52.282Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15812026-06-05T04:04:52.614Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15822026-06-05T04:04:53.246Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15832026-06-05T04:04:53.442Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15842026-06-05T04:04:54.114Z Checking natord v1.0.9
15852026-06-05T04:04:54.380Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15862026-06-05T04:04:54.498Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15872026-06-05T04:04:54.549Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15882026-06-05T04:04:54.970Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15892026-06-05T04:04:55.216Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15902026-06-05T04:04:55.325Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15912026-06-05T04:04:55.474Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15922026-06-05T04:04:55.516Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15932026-06-05T04:04:56.156Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15942026-06-05T04:05:02.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15952026-06-05T04:05:03.103Z+ cargo xtask openapi check
15962026-06-05T04:05:03.720Z Compiling cfg-if v1.0.4
15972026-06-05T04:05:03.750Z Compiling libc v0.2.186
15982026-06-05T04:05:03.799Z Compiling serde_core v1.0.228
15992026-06-05T04:05:03.814Z Compiling memchr v2.8.1
16002026-06-05T04:05:03.814Z Compiling smallvec v1.15.1
16012026-06-05T04:05:03.814Z Compiling itoa v1.0.18
16022026-06-05T04:05:03.858Z Compiling stable_deref_trait v1.2.1
16032026-06-05T04:05:03.908Z Compiling zerofrom v0.1.8
16042026-06-05T04:05:03.908Z Compiling zmij v1.0.21
16052026-06-05T04:05:03.960Z Compiling writeable v0.6.3
16062026-06-05T04:05:04.021Z Compiling yoke v0.8.3
16072026-06-05T04:05:04.078Z Compiling litemap v0.8.2
16082026-06-05T04:05:04.079Z Compiling utf8_iter v1.0.4
16092026-06-05T04:05:04.153Z Compiling zerovec v0.11.6
16102026-06-05T04:05:04.188Z Compiling zerotrie v0.2.4
16112026-06-05T04:05:04.188Z Compiling percent-encoding v2.3.2
16122026-06-05T04:05:04.188Z Compiling icu_properties_data v2.2.0
16132026-06-05T04:05:04.243Z Compiling icu_normalizer_data v2.2.0
16142026-06-05T04:05:04.312Z Compiling libm v0.2.16
16152026-06-05T04:05:04.376Z Compiling form_urlencoded v1.2.2
16162026-06-05T04:05:04.376Z Compiling rand_core v0.10.1
16172026-06-05T04:05:04.376Z Compiling errno v0.3.14
16182026-06-05T04:05:04.569Z Compiling iana-time-zone v0.1.65
16192026-06-05T04:05:05.041Z Compiling getrandom v0.4.2
16202026-06-05T04:05:05.041Z Compiling pin-project-lite v0.2.17
16212026-06-05T04:05:05.041Z Compiling zeroize v1.8.2
16222026-06-05T04:05:05.041Z Compiling dyn-clone v1.0.20
16232026-06-05T04:05:05.041Z Compiling scopeguard v1.2.0
16242026-06-05T04:05:05.041Z Compiling tinystr v0.8.3
16252026-06-05T04:05:05.041Z Compiling potential_utf v0.1.5
16262026-06-05T04:05:05.157Z Compiling lock_api v0.4.14
16272026-06-05T04:05:05.157Z Compiling parking_lot_core v0.9.12
16282026-06-05T04:05:05.157Z Compiling socket2 v0.6.4
16292026-06-05T04:05:05.157Z Compiling signal-hook-registry v1.4.8
16302026-06-05T04:05:05.157Z Compiling icu_locale_core v2.2.0
16312026-06-05T04:05:05.157Z Compiling icu_collections v2.2.0
16322026-06-05T04:05:05.157Z Compiling parking_lot v0.12.5
16332026-06-05T04:05:05.157Z Compiling mio v1.2.1
16342026-06-05T04:05:05.157Z Compiling portable-atomic v1.13.1
16352026-06-05T04:05:05.228Z Compiling num-traits v0.2.19
16362026-06-05T04:05:05.325Z Compiling futures-core v0.3.32
16372026-06-05T04:05:05.423Z Compiling thiserror v2.0.18
16382026-06-05T04:05:05.540Z Compiling critical-section v1.2.0
16392026-06-05T04:05:05.627Z Compiling equivalent v1.0.2
16402026-06-05T04:05:05.627Z Compiling subtle v2.6.1
16412026-06-05T04:05:05.627Z Compiling serde v1.0.228
16422026-06-05T04:05:05.627Z Compiling serde_json v1.0.150
16432026-06-05T04:05:05.627Z Compiling icu_provider v2.2.0
16442026-06-05T04:05:05.627Z Compiling uuid v1.23.2
16452026-06-05T04:05:05.686Z Compiling semver v1.0.28
16462026-06-05T04:05:05.774Z Compiling bitflags v2.12.1
16472026-06-05T04:05:05.818Z Compiling once_cell v1.21.4
16482026-06-05T04:05:05.879Z Compiling icu_properties v2.2.0
16492026-06-05T04:05:05.900Z Compiling icu_normalizer v2.2.0
16502026-06-05T04:05:05.944Z Compiling zerocopy v0.8.50
16512026-06-05T04:05:05.985Z Compiling bytes v1.11.1
16522026-06-05T04:05:05.995Z Compiling chrono v0.4.45
16532026-06-05T04:05:05.995Z Compiling futures-sink v0.3.32
16542026-06-05T04:05:05.995Z Compiling log v0.4.32
16552026-06-05T04:05:06.153Z Compiling typenum v1.20.1
16562026-06-05T04:05:06.190Z Compiling slab v0.4.12
16572026-06-05T04:05:06.366Z Compiling slog v2.8.2
16582026-06-05T04:05:06.407Z Compiling futures-channel v0.3.32
16592026-06-05T04:05:06.493Z Compiling tokio v1.52.3
16602026-06-05T04:05:06.616Z Compiling getrandom v0.2.17
16612026-06-05T04:05:06.659Z Compiling futures-task v0.3.32
16622026-06-05T04:05:06.659Z Compiling futures-io v0.3.32
16632026-06-05T04:05:06.785Z Compiling idna_adapter v1.2.2
16642026-06-05T04:05:06.833Z Compiling rand_core v0.6.4
16652026-06-05T04:05:06.833Z Compiling futures-util v0.3.32
16662026-06-05T04:05:06.921Z Compiling idna v1.1.0
16672026-06-05T04:05:06.960Z Compiling hashbrown v0.17.1
16682026-06-05T04:05:07.038Z Compiling tracing-core v0.1.36
16692026-06-05T04:05:07.231Z Compiling base64 v0.22.1
16702026-06-05T04:05:07.364Z Compiling url v2.5.8
16712026-06-05T04:05:07.569Z Compiling indexmap v2.14.0
16722026-06-05T04:05:07.621Z Compiling tracing v0.1.44
16732026-06-05T04:05:07.621Z Compiling http v1.4.1
16742026-06-05T04:05:07.688Z Compiling unicode-ident v1.0.24
16752026-06-05T04:05:07.752Z Compiling proc-macro2 v1.0.106
16762026-06-05T04:05:07.817Z Compiling fnv v1.0.7
16772026-06-05T04:05:07.923Z Compiling schemars v0.8.22
16782026-06-05T04:05:08.135Z Compiling quote v1.0.45
16792026-06-05T04:05:08.205Z Compiling byteorder v1.5.0
16802026-06-05T04:05:08.447Z Compiling syn v2.0.117
16812026-06-05T04:05:08.496Z Compiling ipnet v2.12.0
16822026-06-05T04:05:08.496Z Compiling erased-serde v0.3.31
16832026-06-05T04:05:08.555Z Compiling rustls-pki-types v1.14.1
16842026-06-05T04:05:08.890Z Compiling ipnetwork v0.21.1
16852026-06-05T04:05:08.953Z Compiling ppv-lite86 v0.2.21
16862026-06-05T04:05:09.121Z Compiling http-body v1.0.1
16872026-06-05T04:05:09.174Z Compiling oxnet v0.1.6
16882026-06-05T04:05:09.234Z Compiling thiserror v1.0.69
16892026-06-05T04:05:09.320Z Compiling aws-lc-sys v0.41.0
16902026-06-05T04:05:09.320Z Compiling untrusted v0.7.1
16912026-06-05T04:05:09.462Z Compiling atomic-waker v1.1.2
16922026-06-05T04:05:09.462Z Compiling httparse v1.10.1
16932026-06-05T04:05:09.643Z Compiling ryu v1.0.23
16942026-06-05T04:05:09.643Z Compiling tower-layer v0.3.3
16952026-06-05T04:05:09.643Z Compiling tower-service v0.3.3
16962026-06-05T04:05:10.005Z Compiling untrusted v0.9.0
16972026-06-05T04:05:10.005Z Compiling try-lock v0.2.5
16982026-06-05T04:05:10.005Z Compiling pretty-hex v0.4.2
16992026-06-05T04:05:10.005Z Compiling rustls v0.23.40
17002026-06-05T04:05:10.005Z Compiling rustix v1.1.4
17012026-06-05T04:05:10.005Z Compiling want v0.3.1
17022026-06-05T04:05:10.677Z Compiling plain v0.2.3
17032026-06-05T04:05:10.677Z Compiling httpdate v1.0.3
17042026-06-05T04:05:10.677Z Compiling aws-lc-rs v1.17.0
17052026-06-05T04:05:10.677Z Compiling omicron-workspace-hack v0.1.0
17062026-06-05T04:05:10.677Z Compiling getrandom v0.3.4
17072026-06-05T04:05:10.677Z Compiling ucd-trie v0.1.7
17082026-06-05T04:05:10.677Z Compiling regex-syntax v0.8.10
17092026-06-05T04:05:10.677Z Compiling crossbeam-utils v0.8.21
17102026-06-05T04:05:10.677Z Compiling pest v2.8.6
17112026-06-05T04:05:10.761Z Compiling rand_core v0.9.5
17122026-06-05T04:05:10.761Z Compiling tokio-util v0.7.18
17132026-06-05T04:05:10.761Z Compiling serde_urlencoded v0.7.1
17142026-06-05T04:05:10.820Z Compiling rustls-webpki v0.103.13
17152026-06-05T04:05:10.875Z Compiling http-body-util v0.1.3
17162026-06-05T04:05:11.139Z Compiling h2 v0.4.14
17172026-06-05T04:05:11.216Z Compiling newtype-uuid v1.3.2
17182026-06-05T04:05:11.323Z Compiling foldhash v0.2.0
17192026-06-05T04:05:11.452Z Compiling hex v0.4.3
17202026-06-05T04:05:11.551Z Compiling allocator-api2 v0.2.21
17212026-06-05T04:05:11.702Z Compiling daft v0.1.7
17222026-06-05T04:05:11.738Z Compiling rand_chacha v0.9.0
17232026-06-05T04:05:11.896Z Compiling hashbrown v0.16.1
17242026-06-05T04:05:11.946Z Compiling fastrand v2.4.1
17252026-06-05T04:05:12.123Z Compiling rand v0.9.4
17262026-06-05T04:05:12.182Z Compiling sync_wrapper v1.0.2
17272026-06-05T04:05:12.475Z Compiling tower v0.5.3
17282026-06-05T04:05:12.528Z Compiling generic-array v0.14.7
17292026-06-05T04:05:12.528Z Compiling anyhow v1.0.102
17302026-06-05T04:05:12.528Z Compiling aho-corasick v1.1.4
17312026-06-05T04:05:12.566Z Compiling powerfmt v0.2.0
17322026-06-05T04:05:12.923Z Compiling tower-http v0.6.11
17332026-06-05T04:05:12.954Z Compiling deranged v0.5.8
17342026-06-05T04:05:12.954Z Compiling tempfile v3.27.0
17352026-06-05T04:05:12.954Z Compiling camino v1.2.2
17362026-06-05T04:05:12.954Z Compiling futures-executor v0.3.32
17372026-06-05T04:05:13.164Z Compiling hyper v1.10.1
17382026-06-05T04:05:13.249Z Compiling openapiv3 v2.2.0
17392026-06-05T04:05:13.249Z Compiling num-conv v0.2.2
17402026-06-05T04:05:13.320Z Compiling time-core v0.1.8
17412026-06-05T04:05:13.370Z Compiling regex-automata v0.4.14
17422026-06-05T04:05:13.466Z Compiling cpufeatures v0.3.0
17432026-06-05T04:05:13.532Z Compiling openssl-probe v0.2.1
17442026-06-05T04:05:13.641Z Compiling num_threads v0.1.7
17452026-06-05T04:05:13.719Z Compiling time v0.3.47
17462026-06-05T04:05:13.759Z Compiling rustls-native-certs v0.8.4
17472026-06-05T04:05:14.108Z Compiling tokio-rustls v0.26.4
17482026-06-05T04:05:14.157Z Compiling futures v0.3.32
17492026-06-05T04:05:14.180Z Compiling scroll v0.13.0
17502026-06-05T04:05:14.355Z Compiling hyper-util v0.1.20
17512026-06-05T04:05:14.376Z Compiling hybrid-array v0.4.12
17522026-06-05T04:05:14.487Z Compiling adler2 v2.0.1
17532026-06-05T04:05:14.625Z Compiling winnow v1.0.3
17542026-06-05T04:05:15.246Z Compiling simd-adler32 v0.3.9
17552026-06-05T04:05:15.321Z Compiling goblin v0.10.7
17562026-06-05T04:05:15.321Z Compiling rustls-platform-verifier v0.7.0
17572026-06-05T04:05:15.322Z Compiling miniz_oxide v0.8.9
17582026-06-05T04:05:15.322Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-05T04:05:15.484Z Compiling crossbeam-channel v0.5.15
17602026-06-05T04:05:15.600Z Compiling hyper-rustls v0.27.9
17612026-06-05T04:05:15.656Z Compiling crc32fast v1.5.0
17622026-06-05T04:05:15.769Z Compiling regex v1.12.3
17632026-06-05T04:05:15.878Z Compiling flate2 v1.1.9
17642026-06-05T04:05:15.899Z Compiling reqwest v0.13.4
17652026-06-05T04:05:15.941Z Compiling block-buffer v0.12.0
17662026-06-05T04:05:16.051Z Compiling crypto-common v0.2.2
17672026-06-05T04:05:16.128Z Compiling crypto-common v0.1.7
17682026-06-05T04:05:16.324Z Compiling dtrace-parser v0.3.0
17692026-06-05T04:05:16.394Z Compiling rand_chacha v0.3.1
17702026-06-05T04:05:16.394Z Compiling thread-id v5.1.0
17712026-06-05T04:05:16.467Z Compiling thread_local v1.1.9
17722026-06-05T04:05:16.701Z Compiling match_cfg v0.1.0
17732026-06-05T04:05:17.069Z Compiling debug-ignore v1.0.5
17742026-06-05T04:05:17.069Z Compiling const-oid v0.10.2
17752026-06-05T04:05:17.069Z Compiling compression-core v0.4.32
17762026-06-05T04:05:17.069Z Compiling hostname v0.3.1
17772026-06-05T04:05:17.070Z Compiling rand v0.8.6
17782026-06-05T04:05:18.383Z Compiling compression-codecs v0.4.38
17792026-06-05T04:05:18.383Z Compiling digest v0.11.3
17802026-06-05T04:05:18.383Z Compiling toml_parser v1.1.2+spec-1.1.0
17812026-06-05T04:05:18.384Z Compiling slog-json v2.6.1
17822026-06-05T04:05:18.384Z Compiling ref-cast v1.0.25
17832026-06-05T04:05:18.384Z Compiling strum v0.26.3
17842026-06-05T04:05:18.384Z Compiling macaddr v1.0.1
17852026-06-05T04:05:18.384Z Compiling toml_datetime v1.1.1+spec-1.1.0
17862026-06-05T04:05:18.587Z Compiling serde_spanned v1.1.1
17872026-06-05T04:05:18.587Z Compiling is-terminal v0.4.17
17882026-06-05T04:05:18.587Z Compiling wait-timeout v0.2.1
17892026-06-05T04:05:18.587Z Compiling memmap2 v0.9.10
17902026-06-05T04:05:18.587Z Compiling encoding_rs v0.8.35
17912026-06-05T04:05:18.587Z Compiling term v1.2.1
17922026-06-05T04:05:18.587Z Compiling spin v0.9.8
17932026-06-05T04:05:18.587Z Compiling quick-error v1.2.3
17942026-06-05T04:05:18.587Z Compiling toml_writer v1.1.1+spec-1.1.0
17952026-06-05T04:05:18.587Z Compiling take_mut v0.2.2
17962026-06-05T04:05:18.587Z Compiling either v1.16.0
17972026-06-05T04:05:18.587Z Compiling bit-vec v0.8.0
17982026-06-05T04:05:18.587Z Compiling dof v0.4.0
17992026-06-05T04:05:18.587Z Compiling mime v0.3.17
18002026-06-05T04:05:18.587Z Compiling toml v1.1.2+spec-1.1.0
18012026-06-05T04:05:18.587Z Compiling bit-set v0.8.0
18022026-06-05T04:05:19.061Z Compiling slog-term v2.9.2
18032026-06-05T04:05:19.061Z Compiling slog-async v2.8.0
18042026-06-05T04:05:19.061Z Compiling rusty-fork v0.3.1
18052026-06-05T04:05:19.061Z Compiling usdt-impl v0.6.0
18062026-06-05T04:05:19.061Z Compiling multer v3.1.0
18072026-06-05T04:05:19.062Z Compiling slog-bunyan v2.5.0
18082026-06-05T04:05:19.062Z Compiling async-compression v0.4.42
18092026-06-05T04:05:19.179Z Compiling usdt v0.6.0
18102026-06-05T04:05:19.179Z Compiling sha1 v0.11.0
18112026-06-05T04:05:19.179Z Compiling serde_with v3.20.0
18122026-06-05T04:05:19.179Z Compiling async-stream v0.3.6
18132026-06-05T04:05:19.313Z Compiling rand_xorshift v0.4.0
18142026-06-05T04:05:19.313Z Compiling waitgroup v0.1.2
18152026-06-05T04:05:19.380Z Compiling rustls-pemfile v2.2.0
18162026-06-05T04:05:19.380Z Compiling serde_path_to_error v0.1.20
18172026-06-05T04:05:19.380Z Compiling hostname v0.4.2
18182026-06-05T04:05:19.380Z Compiling unarray v0.1.4
18192026-06-05T04:05:19.380Z Compiling strum v0.27.2
18202026-06-05T04:05:20.669Z Compiling proptest v1.11.0
18212026-06-05T04:05:20.669Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222026-06-05T04:05:20.687Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18232026-06-05T04:05:20.687Z Compiling progenitor-client v0.14.0
18242026-06-05T04:05:20.687Z Compiling iddqd v0.4.2
18252026-06-05T04:05:20.687Z Compiling dropshot v0.17.1
18262026-06-05T04:05:20.687Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-05T04:05:20.687Z Compiling reqwest v0.12.28
18282026-06-05T04:05:20.687Z Compiling block-buffer v0.10.4
18292026-06-05T04:05:20.687Z Compiling backon v1.6.0
18302026-06-05T04:05:20.688Z Compiling instant v0.1.13
18312026-06-05T04:05:20.688Z Compiling backoff v0.4.0
18322026-06-05T04:05:20.688Z Compiling progenitor-extras v0.2.0
18332026-06-05T04:05:20.688Z Compiling digest v0.10.7
18342026-06-05T04:05:20.688Z Compiling itertools v0.14.0
18352026-06-05T04:05:20.688Z Compiling parse-display v0.10.0
18362026-06-05T04:05:20.688Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18372026-06-05T04:05:20.688Z Compiling regress v0.10.5
18382026-06-05T04:05:20.947Z Compiling progenitor-client v0.10.0
18392026-06-05T04:05:21.162Z Compiling humantime v2.3.0
18402026-06-05T04:05:21.245Z Compiling cpufeatures v0.2.17
18412026-06-05T04:05:21.245Z Compiling unicode-width v0.2.2
18422026-06-05T04:05:21.245Z Compiling secrecy v0.10.3
18432026-06-05T04:05:21.371Z Compiling tinyvec_macros v0.1.1
18442026-06-05T04:05:21.436Z Compiling heck v0.5.0
18452026-06-05T04:05:21.436Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18462026-06-05T04:05:21.436Z Compiling tinyvec v1.11.0
18472026-06-05T04:05:21.436Z Compiling num-integer v0.1.46
18482026-06-05T04:05:21.728Z Compiling scroll v0.12.0
18492026-06-05T04:05:21.758Z Compiling crucible-workspace-hack v0.1.0
18502026-06-05T04:05:21.759Z Compiling hmac v0.12.1
18512026-06-05T04:05:21.776Z Compiling inout v0.1.4
18522026-06-05T04:05:21.823Z Compiling ff v0.13.1
18532026-06-05T04:05:21.864Z Compiling utf8parse v0.2.2
18542026-06-05T04:05:22.004Z Compiling cipher v0.4.4
18552026-06-05T04:05:22.134Z Compiling group v0.13.0
18562026-06-05T04:05:22.134Z Compiling anstyle-parse v1.0.0
18572026-06-05T04:05:22.134Z Compiling hkdf v0.12.4
18582026-06-05T04:05:22.134Z Compiling goblin v0.8.2
18592026-06-05T04:05:22.312Z Compiling num-rational v0.4.2
18602026-06-05T04:05:22.312Z Compiling num-iter v0.1.45
18612026-06-05T04:05:22.396Z Compiling zerocopy v0.7.35
18622026-06-05T04:05:22.396Z Compiling universal-hash v0.5.1
18632026-06-05T04:05:22.609Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-05T04:05:22.691Z Compiling crypto-bigint v0.5.5
18652026-06-05T04:05:22.745Z Compiling regress v0.11.1
18662026-06-05T04:05:22.895Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-05T04:05:22.976Z Compiling terminal_size v0.4.4
18682026-06-05T04:05:23.138Z Compiling half v2.7.1
18692026-06-05T04:05:23.182Z Compiling num-complex v0.4.6
18702026-06-05T04:05:23.447Z Compiling anstyle v1.0.14
18712026-06-05T04:05:23.617Z Compiling ciborium-io v0.2.2
18722026-06-05T04:05:23.747Z Compiling base16ct v0.2.0
18732026-06-05T04:05:23.772Z Compiling base64ct v1.8.3
18742026-06-05T04:05:23.772Z Compiling opaque-debug v0.3.1
18752026-06-05T04:05:23.772Z Compiling colorchoice v1.0.5
18762026-06-05T04:05:23.806Z Compiling anstyle-query v1.1.5
18772026-06-05T04:05:23.877Z Compiling is_terminal_polyfill v1.70.2
18782026-06-05T04:05:23.960Z Compiling password-hash v0.5.0
18792026-06-05T04:05:24.032Z Compiling anstream v1.0.0
18802026-06-05T04:05:24.098Z Compiling elliptic-curve v0.13.8
18812026-06-05T04:05:24.325Z Compiling typify-impl v0.6.2
18822026-06-05T04:05:24.366Z Compiling dof v0.3.0
18832026-06-05T04:05:24.366Z Compiling poly1305 v0.8.0
18842026-06-05T04:05:24.768Z Compiling ciborium-ll v0.2.2
18852026-06-05T04:05:24.931Z Compiling num v0.4.3
18862026-06-05T04:05:25.008Z Compiling curve25519-dalek v4.1.3
18872026-06-05T04:05:25.048Z Compiling thiserror-no-std v2.0.2
18882026-06-05T04:05:25.132Z Compiling chacha20 v0.9.1
18892026-06-05T04:05:25.228Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18902026-06-05T04:05:25.526Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-05T04:05:25.920Z Compiling blake2 v0.10.6
18922026-06-05T04:05:25.981Z Compiling aead v0.5.2
18932026-06-05T04:05:25.981Z Compiling byte-wrapper v0.1.0
18942026-06-05T04:05:25.981Z Compiling dtrace-parser v0.2.0
18952026-06-05T04:05:26.039Z Compiling crossbeam-epoch v0.9.18
18962026-06-05T04:05:26.157Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18972026-06-05T04:05:26.248Z Compiling thread-id v4.2.2
18982026-06-05T04:05:26.310Z Compiling keccak v0.1.6
18992026-06-05T04:05:26.352Z Compiling float-ord v0.3.2
19002026-06-05T04:05:26.352Z Compiling clap_lex v1.1.0
19012026-06-05T04:05:26.394Z Compiling strsim v0.11.1
19022026-06-05T04:05:26.476Z Compiling sha3 v0.10.9
19032026-06-05T04:05:26.506Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19042026-06-05T04:05:26.555Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-05T04:05:26.691Z Compiling clap_builder v4.6.0
19062026-06-05T04:05:26.722Z Compiling usdt-impl v0.5.0
19072026-06-05T04:05:26.807Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-05T04:05:27.762Z Compiling argon2 v0.5.3
19092026-06-05T04:05:28.101Z Compiling typify v0.6.2
19102026-06-05T04:05:28.242Z Compiling chacha20poly1305 v0.10.1
19112026-06-05T04:05:28.242Z Compiling vsss-rs v3.3.4
19122026-06-05T04:05:28.242Z Compiling ciborium v0.2.2
19132026-06-05T04:05:28.341Z Compiling hash32 v0.3.1
19142026-06-05T04:05:28.420Z Compiling memmap v0.7.0
19152026-06-05T04:05:30.105Z Compiling indent_write v2.2.0
19162026-06-05T04:05:30.222Z Compiling data-encoding v2.11.0
19172026-06-05T04:05:30.222Z Compiling usdt v0.5.0
19182026-06-05T04:05:30.222Z Compiling heapless v0.8.0
19192026-06-05T04:05:30.222Z Compiling clap v4.6.1
19202026-06-05T04:05:30.222Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-06-05T04:05:30.222Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19222026-06-05T04:05:30.222Z Compiling ingot-types v0.1.2
19232026-06-05T04:05:30.222Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-05T04:05:30.222Z Compiling rustix v0.38.44
19252026-06-05T04:05:30.222Z Compiling tabwriter v1.4.1
19262026-06-05T04:05:30.222Z Compiling cobs v0.3.0
19272026-06-05T04:05:30.223Z Compiling managed v0.8.0
19282026-06-05T04:05:30.223Z Compiling bitflags v1.3.2
19292026-06-05T04:05:30.223Z Compiling postcard v1.1.3
19302026-06-05T04:05:30.223Z Compiling ingot v0.1.1
19312026-06-05T04:05:30.223Z Compiling smoltcp v0.11.0
19322026-06-05T04:05:30.223Z Compiling memoffset v0.9.1
19332026-06-05T04:05:30.223Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-06-05T04:05:30.223Z Compiling serde_spanned v0.6.9
19352026-06-05T04:05:30.223Z Compiling toml_datetime v0.6.11
19362026-06-05T04:05:30.279Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19372026-06-05T04:05:30.351Z Compiling colored v3.1.1
19382026-06-05T04:05:30.419Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-06-05T04:05:30.569Z Compiling unicode-segmentation v1.13.3
19402026-06-05T04:05:30.716Z Compiling swrite v0.1.0
19412026-06-05T04:05:30.821Z Compiling resolv-conf v0.7.6
19422026-06-05T04:05:31.103Z Compiling foreign-types-shared v0.3.1
19432026-06-05T04:05:31.176Z Compiling static_assertions v1.1.0
19442026-06-05T04:05:31.176Z Compiling toml_write v0.1.2
19452026-06-05T04:05:31.177Z Compiling winnow v0.7.15
19462026-06-05T04:05:31.221Z Compiling linked-hash-map v0.5.6
19472026-06-05T04:05:31.317Z Compiling foreign-types v0.5.0
19482026-06-05T04:05:31.363Z Compiling lru-cache v0.1.2
19492026-06-05T04:05:31.438Z Compiling newline-converter v0.3.0
19502026-06-05T04:05:31.511Z Compiling hubpack v0.1.2
19512026-06-05T04:05:31.512Z Compiling nix v0.31.3
19522026-06-05T04:05:31.725Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19532026-06-05T04:05:31.758Z Compiling num_enum v0.7.6
19542026-06-05T04:05:31.876Z Compiling atomicwrites v0.4.4
19552026-06-05T04:05:31.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19562026-06-05T04:05:32.014Z Compiling hickory-proto v0.24.4
19572026-06-05T04:05:32.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19582026-06-05T04:05:32.163Z Compiling crossbeam-deque v0.8.6
19592026-06-05T04:05:32.390Z Compiling console v0.15.11
19602026-06-05T04:05:32.578Z Compiling toml_edit v0.22.27
19612026-06-05T04:05:32.615Z Compiling chacha20 v0.10.0
19622026-06-05T04:05:32.871Z Compiling camino-tempfile v1.4.1
19632026-06-05T04:05:32.942Z Compiling serde-big-array v0.5.1
19642026-06-05T04:05:32.992Z Compiling cstr-argument v0.1.2
19652026-06-05T04:05:33.043Z Compiling similar v2.7.0
19662026-06-05T04:05:33.134Z Compiling siphasher v1.0.3
19672026-06-05T04:05:33.172Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19682026-06-05T04:05:33.269Z Compiling pin-project v1.1.13
19692026-06-05T04:05:33.370Z Compiling phf_shared v0.12.1
19702026-06-05T04:05:33.416Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19712026-06-05T04:05:33.449Z Compiling expectorate v1.2.0
19722026-06-05T04:05:33.559Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19732026-06-05T04:05:33.825Z Compiling hickory-resolver v0.24.4
19742026-06-05T04:05:33.897Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19752026-06-05T04:05:34.045Z Compiling toml v0.8.23
19762026-06-05T04:05:34.919Z Compiling rand v0.10.1
19772026-06-05T04:05:35.117Z Compiling rayon-core v1.13.0
19782026-06-05T04:05:35.337Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19792026-06-05T04:05:35.433Z Compiling num_enum v0.5.11
19802026-06-05T04:05:35.807Z Compiling progenitor-impl v0.13.0
19812026-06-05T04:05:35.807Z Compiling prettyplease v0.2.37
19822026-06-05T04:05:36.789Z Compiling unicode-normalization v0.1.25
19832026-06-05T04:05:36.789Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-05T04:05:36.855Z Compiling progenitor-client v0.13.0
19852026-06-05T04:05:36.855Z Compiling tokio-stream v0.1.18
19862026-06-05T04:05:36.855Z Compiling bstr v1.12.1
19872026-06-05T04:05:36.855Z Compiling csv-core v0.1.13
19882026-06-05T04:05:36.855Z Compiling same-file v1.0.6
19892026-06-05T04:05:36.855Z Compiling konst_macro_rules v0.2.19
19902026-06-05T04:05:36.855Z Compiling foreign-types-shared v0.1.1
19912026-06-05T04:05:36.855Z Compiling unicode-width v0.1.14
19922026-06-05T04:05:36.855Z Compiling foldhash v0.1.5
19932026-06-05T04:05:36.855Z Compiling highway v1.3.0
19942026-06-05T04:05:36.855Z Compiling konst v0.2.20
19952026-06-05T04:05:36.855Z Compiling progenitor v0.13.0
19962026-06-05T04:05:36.855Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-06-05T04:05:36.855Z Compiling hashbrown v0.15.5
19982026-06-05T04:05:36.952Z Compiling foreign-types v0.3.2
19992026-06-05T04:05:36.952Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-06-05T04:05:37.035Z Compiling walkdir v2.5.0
20012026-06-05T04:05:37.035Z Compiling globset v0.4.18
20022026-06-05T04:05:37.078Z Compiling csv v1.4.0
20032026-06-05T04:05:37.343Z Compiling qorb v0.4.1
20042026-06-05T04:05:37.393Z Compiling snafu v0.8.9
20052026-06-05T04:05:37.601Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-05T04:05:37.727Z Compiling olpc-cjson v0.1.4
20072026-06-05T04:05:38.052Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20082026-06-05T04:05:38.717Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20092026-06-05T04:05:39.047Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-06-05T04:05:39.047Z Compiling rayon v1.12.0
20112026-06-05T04:05:39.181Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20122026-06-05T04:05:40.861Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-05T04:05:41.000Z Compiling phf v0.12.1
20142026-06-05T04:05:41.000Z Compiling openssl-sys v0.9.116
20152026-06-05T04:05:41.000Z Compiling tokio-dtrace v0.1.1
20162026-06-05T04:05:41.000Z Compiling progenitor-impl v0.14.0
20172026-06-05T04:05:41.000Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-06-05T04:05:41.001Z Compiling itertools v0.12.1
20192026-06-05T04:05:41.001Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20202026-06-05T04:05:41.001Z Compiling libsw-core v0.3.2
20212026-06-05T04:05:41.001Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20222026-06-05T04:05:41.001Z Compiling pem v3.0.6
20232026-06-05T04:05:41.001Z Compiling serde_plain v1.0.2
20242026-06-05T04:05:41.002Z Compiling sigpipe v0.1.3
20252026-06-05T04:05:41.079Z Compiling fixedbitset v0.5.7
20262026-06-05T04:05:41.079Z Compiling glob v0.3.3
20272026-06-05T04:05:41.079Z Compiling bytecount v0.6.9
20282026-06-05T04:05:41.079Z Compiling jiff v0.2.28
20292026-06-05T04:05:41.162Z Compiling fixedbitset v0.4.2
20302026-06-05T04:05:41.270Z Compiling minimal-lexical v0.2.1
20312026-06-05T04:05:41.369Z Compiling typed-path v0.9.3
20322026-06-05T04:05:41.417Z Compiling petgraph v0.6.5
20332026-06-05T04:05:41.437Z Compiling zone v0.3.1
20342026-06-05T04:05:41.540Z Compiling nom v7.1.3
20352026-06-05T04:05:41.801Z Compiling progenitor v0.14.0
20362026-06-05T04:05:41.938Z Compiling petgraph v0.8.3
20372026-06-05T04:05:41.954Z Compiling papergrid v0.11.0
20382026-06-05T04:05:42.160Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T04:05:42.352Z Compiling tough v0.22.0
20402026-06-05T04:05:42.646Z Compiling openssl v0.10.80
20412026-06-05T04:05:42.954Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20422026-06-05T04:05:42.954Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-06-05T04:05:43.212Z Compiling libsw v3.5.0
20442026-06-05T04:05:43.302Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20452026-06-05T04:05:43.542Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T04:05:43.573Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20472026-06-05T04:05:43.667Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-05T04:05:43.791Z Compiling oxide-tokio-rt v0.1.6
20492026-06-05T04:05:44.065Z Compiling chrono-tz v0.10.4
20502026-06-05T04:05:44.171Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T04:05:44.366Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20522026-06-05T04:05:44.452Z Compiling newtype_derive v0.1.6
20532026-06-05T04:05:44.511Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:05:44.625Z Compiling slog-dtrace v0.3.0
20552026-06-05T04:05:44.674Z Compiling const_format v0.2.36
20562026-06-05T04:05:44.968Z Compiling owo-colors v4.3.0
20572026-06-05T04:05:45.038Z Compiling cancel-safe-futures v0.1.5
20582026-06-05T04:05:45.308Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20592026-06-05T04:05:45.355Z Compiling gethostname v0.5.0
20602026-06-05T04:05:45.446Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20612026-06-05T04:05:45.724Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-05T04:05:45.769Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-05T04:05:45.769Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-05T04:05:45.769Z Compiling smf v0.2.3
20652026-06-05T04:05:45.799Z Compiling bcs v0.1.6
20662026-06-05T04:05:45.832Z Compiling tagptr v0.2.0
20672026-06-05T04:05:45.975Z Compiling lazy_static v1.5.0
20682026-06-05T04:05:46.086Z Compiling unicode-linebreak v0.1.5
20692026-06-05T04:05:46.100Z Compiling whoami v1.6.1
20702026-06-05T04:05:46.181Z Compiling smawk v0.3.2
20712026-06-05T04:05:46.329Z Compiling termtree v0.5.1
20722026-06-05T04:05:46.356Z Compiling linear-map v1.2.0
20732026-06-05T04:05:46.356Z Compiling textwrap v0.16.2
20742026-06-05T04:05:46.381Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-05T04:05:46.421Z Compiling steno v0.4.1
20762026-06-05T04:05:46.467Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-06-05T04:05:46.503Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-05T04:05:46.691Z Compiling moka v0.12.15
20792026-06-05T04:05:46.822Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-06-05T04:05:47.491Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-06-05T04:05:47.724Z Compiling tabled v0.15.0
20822026-06-05T04:05:48.111Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-06-05T04:05:48.297Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-06-05T04:05:48.622Z Compiling cookie v0.18.1
20852026-06-05T04:05:49.319Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20862026-06-05T04:05:49.346Z Compiling hickory-proto v0.25.2
20872026-06-05T04:05:49.346Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20882026-06-05T04:05:51.028Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20892026-06-05T04:05:51.198Z Compiling libscf-sys v1.2.0
20902026-06-05T04:05:51.198Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-06-05T04:05:51.198Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20922026-06-05T04:05:51.198Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20932026-06-05T04:05:51.198Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20942026-06-05T04:05:51.601Z Compiling hickory-resolver v0.25.2
20952026-06-05T04:05:53.759Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-06-05T04:05:56.184Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-06-05T04:06:03.775Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-06-05T04:06:06.118Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-06-05T04:06:06.524Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21002026-06-05T04:06:09.108Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
21012026-06-05T04:06:09.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
21022026-06-05T04:06:09.296Z Running `target/debug/xtask openapi check`
21032026-06-05T04:06:09.412Z Compiling serde_core v1.0.228
21042026-06-05T04:06:09.503Z Compiling serde v1.0.228
21052026-06-05T04:06:09.503Z Compiling serde_json v1.0.150
21062026-06-05T04:06:09.503Z Compiling syn v2.0.117
21072026-06-05T04:06:09.503Z Compiling bytes v1.11.1
21082026-06-05T04:06:09.503Z Compiling getrandom v0.4.2
21092026-06-05T04:06:09.503Z Compiling zerocopy v0.8.50
21102026-06-05T04:06:09.503Z Compiling once_cell v1.21.4
21112026-06-05T04:06:09.624Z Compiling num-traits v0.2.19
21122026-06-05T04:06:09.809Z Compiling schemars v0.8.22
21132026-06-05T04:06:09.912Z Compiling http v1.4.1
21142026-06-05T04:06:10.034Z Compiling zeroize v1.8.2
21152026-06-05T04:06:10.095Z Compiling aws-lc-rs v1.17.0
21162026-06-05T04:06:10.095Z Compiling usdt-impl v0.6.0
21172026-06-05T04:06:10.106Z Compiling time-macros v0.2.27
21182026-06-05T04:06:10.344Z Compiling rustls-pki-types v1.14.1
21192026-06-05T04:06:10.369Z Compiling tracing-core v0.1.36
21202026-06-05T04:06:10.568Z Compiling bitflags v2.12.1
21212026-06-05T04:06:10.666Z Compiling tracing v0.1.44
21222026-06-05T04:06:10.800Z Compiling http-body v1.0.1
21232026-06-05T04:06:10.903Z Compiling generic-array v0.14.7
21242026-06-05T04:06:10.933Z Compiling indexmap v2.14.0
21252026-06-05T04:06:10.962Z Compiling rustls v0.23.40
21262026-06-05T04:06:10.962Z Compiling rustix v1.1.4
21272026-06-05T04:06:11.072Z Compiling time v0.3.47
21282026-06-05T04:06:11.380Z Compiling winnow v1.0.3
21292026-06-05T04:06:11.648Z Compiling uuid v1.23.2
21302026-06-05T04:06:12.053Z Compiling pest_generator v2.8.6
21312026-06-05T04:06:12.162Z Compiling serde_derive_internals v0.29.1
21322026-06-05T04:06:12.220Z Compiling camino v1.2.2
21332026-06-05T04:06:12.220Z Compiling rustls-webpki v0.103.13
21342026-06-05T04:06:12.267Z Compiling toml_datetime v1.1.1+spec-1.1.0
21352026-06-05T04:06:12.456Z Compiling subtle v2.6.1
21362026-06-05T04:06:12.501Z Compiling toml_edit v0.25.12+spec-1.1.0
21372026-06-05T04:06:12.553Z Compiling toml_parser v1.1.2+spec-1.1.0
21382026-06-05T04:06:12.595Z Compiling serde_spanned v1.1.1
21392026-06-05T04:06:12.855Z Compiling rustix v0.38.44
21402026-06-05T04:06:12.915Z Compiling semver v1.0.28
21412026-06-05T04:06:13.103Z Compiling serde_derive v1.0.228
21422026-06-05T04:06:13.160Z Compiling thiserror-impl v2.0.18
21432026-06-05T04:06:13.160Z Compiling zerocopy-derive v0.8.50
21442026-06-05T04:06:13.197Z Compiling pest_derive v2.8.6
21452026-06-05T04:06:13.224Z Compiling tokio-macros v2.7.0
21462026-06-05T04:06:13.224Z Compiling scroll_derive v0.13.1
21472026-06-05T04:06:13.566Z Compiling futures-macro v0.3.32
21482026-06-05T04:06:13.781Z Compiling schemars_derive v0.8.22
21492026-06-05T04:06:14.231Z Compiling tokio v1.52.3
21502026-06-05T04:06:14.297Z Compiling scroll v0.13.0
21512026-06-05T04:06:14.297Z Compiling futures-util v0.3.32
21522026-06-05T04:06:14.401Z Compiling thiserror v2.0.18
21532026-06-05T04:06:14.512Z Compiling dtrace-parser v0.3.0
21542026-06-05T04:06:14.512Z Compiling goblin v0.10.7
21552026-06-05T04:06:17.707Z Compiling chrono v0.4.45
21562026-06-05T04:06:17.749Z Compiling erased-serde v0.3.31
21572026-06-05T04:06:17.749Z Compiling serde_tokenstream v0.2.3
21582026-06-05T04:06:17.749Z Compiling slog v2.8.2
21592026-06-05T04:06:17.749Z Compiling futures-executor v0.3.32
21602026-06-05T04:06:17.749Z Compiling slog-json v2.6.1
21612026-06-05T04:06:17.749Z Compiling openapiv3 v2.2.0
21622026-06-05T04:06:17.749Z Compiling dof v0.4.0
21632026-06-05T04:06:17.975Z Compiling tokio-util v0.7.18
21642026-06-05T04:06:18.372Z Compiling h2 v0.4.14
21652026-06-05T04:06:18.417Z Compiling oxnet v0.1.6
21662026-06-05T04:06:18.684Z Compiling usdt-attr-macro v0.6.0
21672026-06-05T04:06:18.774Z Compiling usdt-macro v0.6.0
21682026-06-05T04:06:18.939Z Compiling async-stream-impl v0.3.6
21692026-06-05T04:06:19.281Z Compiling multer v3.1.0
21702026-06-05T04:06:19.473Z Compiling tokio-rustls v0.26.4
21712026-06-05T04:06:19.522Z Compiling dropshot_endpoint v0.17.1
21722026-06-05T04:06:19.522Z Compiling async-compression v0.4.42
21732026-06-05T04:06:19.550Z Compiling usdt v0.6.0
21742026-06-05T04:06:19.654Z Compiling async-stream v0.3.6
21752026-06-05T04:06:19.691Z Compiling slog-bunyan v2.5.0
21762026-06-05T04:06:19.815Z Compiling slog-term v2.9.2
21772026-06-05T04:06:19.841Z Compiling slog-async v2.8.0
21782026-06-05T04:06:19.841Z Compiling futures v0.3.32
21792026-06-05T04:06:19.841Z Compiling serde_urlencoded v0.7.1
21802026-06-05T04:06:19.849Z Compiling async-trait v0.1.89
21812026-06-05T04:06:19.916Z Compiling proc-macro-crate v3.5.0
21822026-06-05T04:06:19.982Z Compiling toml v1.1.2+spec-1.1.0
21832026-06-05T04:06:20.064Z Compiling serde_path_to_error v0.1.20
21842026-06-05T04:06:20.282Z Compiling http-body-util v0.1.3
21852026-06-05T04:06:20.442Z Compiling rustls-pemfile v2.2.0
21862026-06-05T04:06:20.512Z Compiling crossbeam-epoch v0.9.18
21872026-06-05T04:06:20.512Z Compiling aho-corasick v1.1.4
21882026-06-05T04:06:20.589Z Compiling hyper v1.10.1
21892026-06-05T04:06:20.589Z Compiling tempfile v3.27.0
21902026-06-05T04:06:20.761Z Compiling crossbeam-deque v0.8.6
21912026-06-05T04:06:21.277Z Compiling num_enum_derive v0.7.6
21922026-06-05T04:06:21.310Z Compiling dropshot-api-manager-types v0.7.2
21932026-06-05T04:06:21.310Z Compiling block-buffer v0.10.4
21942026-06-05T04:06:21.310Z Compiling regex-automata v0.4.14
21952026-06-05T04:06:21.310Z Compiling crypto-common v0.1.7
21962026-06-05T04:06:21.350Z Compiling clap_builder v4.6.0
21972026-06-05T04:06:21.350Z Compiling git-stub v1.0.0
21982026-06-05T04:06:21.421Z Compiling digest v0.10.7
21992026-06-05T04:06:21.623Z Compiling hyper-util v0.1.20
22002026-06-05T04:06:21.663Z Compiling atomicwrites v0.4.4
22012026-06-05T04:06:21.830Z Compiling fs-err v3.3.0
22022026-06-05T04:06:21.889Z Compiling rayon-core v1.13.0
22032026-06-05T04:06:21.952Z Compiling num_enum v0.7.6
22042026-06-05T04:06:22.013Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22052026-06-05T04:06:22.139Z Compiling serde_repr v0.1.20
22062026-06-05T04:06:22.189Z Compiling clap_derive v4.6.1
22072026-06-05T04:06:22.292Z Compiling terminal_size v0.4.4
22082026-06-05T04:06:22.516Z Compiling nom v8.0.0
22092026-06-05T04:06:22.649Z Compiling bstr v1.12.1
22102026-06-05T04:06:22.732Z Compiling either v1.16.0
22112026-06-05T04:06:23.112Z Compiling dropshot v0.17.1
22122026-06-05T04:06:23.112Z Compiling is_ci v1.2.0
22132026-06-05T04:06:23.112Z Compiling textwrap v0.16.2
22142026-06-05T04:06:23.112Z Compiling regex v1.12.3
22152026-06-05T04:06:23.361Z Compiling supports-color v3.0.2
22162026-06-05T04:06:23.395Z Compiling drift v0.2.0
22172026-06-05T04:06:24.238Z Compiling sha2 v0.10.9
22182026-06-05T04:06:24.291Z Compiling rayon v1.12.0
22192026-06-05T04:06:24.291Z Compiling similar v2.7.0
22202026-06-05T04:06:24.291Z Compiling clap v4.6.1
22212026-06-05T04:06:24.292Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22222026-06-05T04:06:24.464Z Compiling git-stub-vcs v0.1.0
22232026-06-05T04:06:24.563Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22242026-06-05T04:06:25.686Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22252026-06-05T04:06:25.686Z Compiling dropshot-api-manager v0.7.2
22262026-06-05T04:06:29.388Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22272026-06-05T04:06:29.894Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22282026-06-05T04:06:36.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.58s
22292026-06-05T04:06:36.592Z Running `target/debug/maghemite-dropshot-apis check`
22302026-06-05T04:06:36.638Z -------
22312026-06-05T04:06:36.639Z Generating OpenAPI documents from API definitions ...
22322026-06-05T04:06:36.807Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22332026-06-05T04:06:36.933Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22342026-06-05T04:06:36.933Z -------
22352026-06-05T04:06:36.933Z Checking 12 OpenAPI documents...
22362026-06-05T04:06:36.933Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22372026-06-05T04:06:36.933Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22382026-06-05T04:06:36.933Z Fresh ddm-admin "latest" symlink
22392026-06-05T04:06:36.933Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22402026-06-05T04:06:36.933Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22412026-06-05T04:06:36.933Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22422026-06-05T04:06:36.933Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22432026-06-05T04:06:36.934Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22442026-06-05T04:06:36.934Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22452026-06-05T04:06:36.934Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22462026-06-05T04:06:36.934Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22472026-06-05T04:06:36.934Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22482026-06-05T04:06:36.934Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22492026-06-05T04:06:36.934Z Fresh mg-admin "latest" symlink
22502026-06-05T04:06:36.934Z -------
22512026-06-05T04:06:36.934Z Success 12 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
22522026-06-05T04:06:37.022Z+ banner build
22532026-06-05T04:06:37.022Z
22542026-06-05T04:06:37.023Z ##### # # # # #####
22552026-06-05T04:06:37.023Z # # # # # # # #
22562026-06-05T04:06:37.023Z ##### # # # # # #
22572026-06-05T04:06:37.023Z # # # # # # # #
22582026-06-05T04:06:37.023Z # # # # # # # #
22592026-06-05T04:06:37.023Z ##### #### # ###### #####
22602026-06-05T04:06:37.023Z
22612026-06-05T04:06:37.023Z+ ptime -m cargo build
22622026-06-05T04:06:37.549Z Compiling smallvec v1.15.1
22632026-06-05T04:06:37.592Z Compiling log v0.4.32
22642026-06-05T04:06:37.662Z Compiling slog v2.8.2
22652026-06-05T04:06:37.662Z Compiling ring v0.17.14
22662026-06-05T04:06:37.681Z Compiling webpki-roots v1.0.7
22672026-06-05T04:06:37.681Z Compiling similar v2.7.0
22682026-06-05T04:06:37.725Z Compiling fxhash v0.2.1
22692026-06-05T04:06:37.770Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22702026-06-05T04:06:37.770Z Compiling icu_normalizer v2.2.0
22712026-06-05T04:06:37.796Z Compiling parking_lot_core v0.9.12
22722026-06-05T04:06:37.796Z Compiling goblin v0.10.7
22732026-06-05T04:06:37.862Z Compiling slog-term v2.9.2
22742026-06-05T04:06:37.947Z Compiling slog-async v2.8.0
22752026-06-05T04:06:37.999Z Compiling slog-json v2.6.1
22762026-06-05T04:06:38.129Z Compiling idna_adapter v1.2.2
22772026-06-05T04:06:38.189Z Compiling parking_lot v0.12.5
22782026-06-05T04:06:38.262Z Compiling idna v1.1.0
22792026-06-05T04:06:38.335Z Compiling slog-bunyan v2.5.0
22802026-06-05T04:06:38.449Z Compiling tokio v1.52.3
22812026-06-05T04:06:38.492Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22822026-06-05T04:06:38.517Z Compiling goblin v0.8.2
22832026-06-05T04:06:38.654Z Compiling url v2.5.8
22842026-06-05T04:06:39.079Z Compiling expectorate v1.2.0
22852026-06-05T04:06:39.080Z Compiling globset v0.4.18
22862026-06-05T04:06:39.409Z Compiling rustls-webpki v0.103.13
22872026-06-05T04:06:39.409Z Compiling moka v0.12.15
22882026-06-05T04:06:39.570Z Compiling schemars v0.8.22
22892026-06-05T04:06:39.681Z Compiling rustls v0.23.40
22902026-06-05T04:06:39.681Z Compiling parking_lot_core v0.8.6
22912026-06-05T04:06:39.811Z Compiling arc-swap v1.9.1
22922026-06-05T04:06:39.886Z Compiling parking_lot v0.11.2
22932026-06-05T04:06:39.934Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22942026-06-05T04:06:40.835Z Compiling sled v0.34.7
22952026-06-05T04:06:40.923Z Compiling ipnetwork v0.21.1
22962026-06-05T04:06:40.923Z Compiling newtype-uuid v1.3.2
22972026-06-05T04:06:40.923Z Compiling oxnet v0.1.6
22982026-06-05T04:06:40.923Z Compiling dof v0.4.0
22992026-06-05T04:06:40.923Z Compiling serde_with v3.20.0
23002026-06-05T04:06:41.088Z Compiling daft v0.1.7
23012026-06-05T04:06:41.361Z Compiling usdt-impl v0.6.0
23022026-06-05T04:06:41.935Z Compiling usdt v0.6.0
23032026-06-05T04:06:42.061Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23042026-06-05T04:06:42.267Z Compiling tokio-util v0.7.18
23052026-06-05T04:06:42.378Z Compiling tower v0.5.3
23062026-06-05T04:06:42.538Z Compiling tokio-rustls v0.26.4
23072026-06-05T04:06:42.700Z Compiling rustls-platform-verifier v0.7.0
23082026-06-05T04:06:42.700Z Compiling async-compression v0.4.42
23092026-06-05T04:06:43.097Z Compiling h2 v0.4.14
23102026-06-05T04:06:43.168Z Compiling tower-http v0.6.11
23112026-06-05T04:06:43.209Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-06-05T04:06:43.209Z Compiling iddqd v0.4.2
23132026-06-05T04:06:43.209Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-06-05T04:06:43.271Z Compiling backoff v0.4.0
23152026-06-05T04:06:43.271Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23162026-06-05T04:06:43.436Z Compiling typify-impl v0.6.2
23172026-06-05T04:06:43.547Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23182026-06-05T04:06:44.537Z Compiling dof v0.3.0
23192026-06-05T04:06:44.586Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-06-05T04:06:44.587Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23212026-06-05T04:06:44.587Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23222026-06-05T04:06:44.587Z Compiling byte-wrapper v0.1.0
23232026-06-05T04:06:44.590Z Compiling usdt-impl v0.5.0
23242026-06-05T04:06:44.677Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23252026-06-05T04:06:44.735Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23262026-06-05T04:06:44.855Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-06-05T04:06:44.900Z Compiling hyper v1.10.1
23282026-06-05T04:06:45.238Z Compiling typify v0.6.2
23292026-06-05T04:06:45.305Z Compiling usdt v0.5.0
23302026-06-05T04:06:45.357Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23312026-06-05T04:06:45.579Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23322026-06-05T04:06:45.580Z Compiling progenitor-impl v0.14.0
23332026-06-05T04:06:45.733Z Compiling progenitor-impl v0.13.0
23342026-06-05T04:06:45.765Z Compiling hickory-proto v0.24.4
23352026-06-05T04:06:46.738Z Compiling hyper-util v0.1.20
23362026-06-05T04:06:46.913Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23372026-06-05T04:06:47.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23382026-06-05T04:06:47.138Z Compiling tokio-stream v0.1.18
23392026-06-05T04:06:47.557Z Compiling tokio-dtrace v0.1.1
23402026-06-05T04:06:47.994Z Compiling hyper-rustls v0.27.9
23412026-06-05T04:06:48.278Z Compiling reqwest v0.13.4
23422026-06-05T04:06:48.353Z Compiling dropshot v0.17.1
23432026-06-05T04:06:48.353Z Compiling reqwest v0.12.28
23442026-06-05T04:06:48.353Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-06-05T04:06:48.820Z Compiling hickory-resolver v0.24.4
23462026-06-05T04:06:49.936Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-06-05T04:06:50.037Z Compiling libsw-core v0.3.2
23482026-06-05T04:06:50.037Z Compiling zone v0.3.1
23492026-06-05T04:06:50.037Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23502026-06-05T04:06:50.037Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23512026-06-05T04:06:50.037Z Compiling libsw v3.5.0
23522026-06-05T04:06:50.037Z Compiling progenitor-client v0.14.0
23532026-06-05T04:06:50.037Z Compiling progenitor-client v0.10.0
23542026-06-05T04:06:50.037Z Compiling progenitor-extras v0.2.0
23552026-06-05T04:06:50.037Z Compiling progenitor-client v0.13.0
23562026-06-05T04:06:50.153Z Compiling progenitor v0.14.0
23572026-06-05T04:06:50.196Z Compiling qorb v0.4.1
23582026-06-05T04:06:50.196Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23592026-06-05T04:06:50.196Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23602026-06-05T04:06:50.289Z Compiling progenitor v0.13.0
23612026-06-05T04:06:50.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23622026-06-05T04:06:50.663Z Compiling oxide-tokio-rt v0.1.6
23632026-06-05T04:06:50.987Z Compiling slog-dtrace v0.3.0
23642026-06-05T04:06:51.059Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-05T04:06:51.181Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-05T04:06:51.226Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-05T04:06:51.305Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-05T04:06:51.864Z Compiling tough v0.22.0
23692026-06-05T04:06:51.911Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-05T04:06:51.949Z Compiling cancel-safe-futures v0.1.5
23712026-06-05T04:06:52.844Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23722026-06-05T04:06:52.867Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-06-05T04:06:52.867Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-06-05T04:06:53.016Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-06-05T04:06:53.230Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-06-05T04:06:53.348Z Compiling steno v0.4.1
23772026-06-05T04:06:54.430Z Compiling hickory-proto v0.25.2
23782026-06-05T04:06:54.492Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23792026-06-05T04:06:54.492Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23802026-06-05T04:06:54.526Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23812026-06-05T04:06:55.276Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-06-05T04:06:55.633Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-06-05T04:06:55.997Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-06-05T04:06:56.059Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-06-05T04:06:56.209Z Compiling hickory-resolver v0.25.2
23862026-06-05T04:06:56.666Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23872026-06-05T04:06:56.740Z Compiling slog-scope v4.4.1
23882026-06-05T04:06:56.895Z Compiling papergrid v0.18.0
23892026-06-05T04:06:57.075Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23902026-06-05T04:06:57.290Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23912026-06-05T04:06:57.858Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23922026-06-05T04:06:57.894Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23932026-06-05T04:06:58.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23942026-06-05T04:06:58.383Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23952026-06-05T04:06:59.581Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23962026-06-05T04:06:59.581Z Compiling testing_table v0.3.0
23972026-06-05T04:06:59.755Z Compiling internet-checksum v0.2.1
23982026-06-05T04:06:59.756Z Compiling tabled v0.21.0
23992026-06-05T04:06:59.756Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24002026-06-05T04:06:59.756Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
24012026-06-05T04:06:59.756Z Compiling slog-stdlog v4.1.1
24022026-06-05T04:06:59.756Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
24032026-06-05T04:06:59.756Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
24042026-06-05T04:06:59.756Z Compiling dropshot-api-manager-types v0.7.2
24052026-06-05T04:06:59.756Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
24062026-06-05T04:06:59.955Z Compiling const-random v0.1.18
24072026-06-05T04:07:00.073Z Compiling slog-envlogger v2.2.0
24082026-06-05T04:07:00.250Z Compiling typify-impl v0.4.3
24092026-06-05T04:07:00.441Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
24102026-06-05T04:07:00.589Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24112026-06-05T04:07:00.991Z Compiling crc8 v0.1.1
24122026-06-05T04:07:01.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24132026-06-05T04:07:01.185Z Compiling ahash v0.8.12
24142026-06-05T04:07:01.414Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
24152026-06-05T04:07:01.467Z Compiling smartstring v1.0.1
24162026-06-05T04:07:01.640Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24172026-06-05T04:07:01.701Z Compiling sha1 v0.10.6
24182026-06-05T04:07:01.728Z Compiling thin-vec v0.2.18
24192026-06-05T04:07:01.935Z Compiling typify v0.4.3
24202026-06-05T04:07:02.044Z Compiling utf-8 v0.7.6
24212026-06-05T04:07:02.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24222026-06-05T04:07:02.352Z Compiling tungstenite v0.21.0
24232026-06-05T04:07:02.401Z Compiling rhai v1.25.1
24242026-06-05T04:07:02.461Z Compiling progenitor-impl v0.10.0
24252026-06-05T04:07:02.560Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24262026-06-05T04:07:03.138Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24272026-06-05T04:07:03.278Z Compiling sha2 v0.10.9
24282026-06-05T04:07:03.420Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24292026-06-05T04:07:03.564Z Compiling tokio-tungstenite v0.21.0
24302026-06-05T04:07:04.997Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24312026-06-05T04:07:05.106Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24322026-06-05T04:07:05.213Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24332026-06-05T04:07:05.637Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24342026-06-05T04:07:05.740Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24352026-06-05T04:07:05.992Z Compiling progenitor v0.10.0
24362026-06-05T04:07:06.072Z Compiling lzma-sys v0.1.20
24372026-06-05T04:07:06.135Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24382026-06-05T04:07:06.195Z Compiling typeid v1.0.3
24392026-06-05T04:07:06.362Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24402026-06-05T04:07:07.196Z Compiling console v0.16.3
24412026-06-05T04:07:07.464Z Compiling git-stub v1.0.0
24422026-06-05T04:07:07.538Z Compiling toml_datetime v0.7.5+spec-1.1.0
24432026-06-05T04:07:07.714Z Compiling base64 v0.21.7
24442026-06-05T04:07:07.848Z Compiling unit-prefix v0.5.2
24452026-06-05T04:07:07.875Z Compiling toml v0.9.12+spec-1.1.0
24462026-06-05T04:07:07.997Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24472026-06-05T04:07:08.062Z Compiling indicatif v0.18.4
24482026-06-05T04:07:08.356Z Compiling git-stub-vcs v0.1.0
24492026-06-05T04:07:08.706Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24502026-06-05T04:07:09.044Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24512026-06-05T04:07:09.318Z Compiling ron v0.12.1
24522026-06-05T04:07:09.704Z Compiling xz2 v0.1.7
24532026-06-05T04:07:09.822Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24542026-06-05T04:07:11.113Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24552026-06-05T04:07:11.203Z Compiling drift v0.2.0
24562026-06-05T04:07:11.203Z Compiling base16ct v1.0.0
24572026-06-05T04:07:11.203Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24582026-06-05T04:07:11.203Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24592026-06-05T04:07:11.203Z Compiling natord v1.0.9
24602026-06-05T04:07:11.203Z Compiling dropshot-api-manager v0.7.2
24612026-06-05T04:07:11.203Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24622026-06-05T04:07:14.701Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24632026-06-05T04:07:14.921Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24642026-06-05T04:07:22.814Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24652026-06-05T04:07:25.285Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24662026-06-05T04:07:25.483Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24672026-06-05T04:07:26.380Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24682026-06-05T04:07:26.380Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24692026-06-05T04:07:26.441Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24702026-06-05T04:07:26.843Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24712026-06-05T04:07:26.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24722026-06-05T04:07:26.863Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24732026-06-05T04:07:27.298Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24742026-06-05T04:07:28.810Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24752026-06-05T04:07:28.810Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24762026-06-05T04:07:28.914Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24772026-06-05T04:07:33.414Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24782026-06-05T04:07:35.559Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24792026-06-05T04:07:35.559Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24802026-06-05T04:07:35.626Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24812026-06-05T04:08:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
24822026-06-05T04:08:13.970Z
24832026-06-05T04:08:13.970Zreal 1:37.062982923
24842026-06-05T04:08:13.970Zuser 7:13.970072990
24852026-06-05T04:08:13.970Zsys 1:03.071601810
24862026-06-05T04:08:13.970Ztrap 0.188295602
24872026-06-05T04:08:13.970Ztflt 0.006089066
24882026-06-05T04:08:13.970Zdflt 0.163345331
24892026-06-05T04:08:13.970Zkflt 0.000128013
24902026-06-05T04:08:13.970Zlock 27:54.743588937
24912026-06-05T04:08:13.974Zslp 22:58.191222594
24922026-06-05T04:08:13.974Zlat 24.977147964
24932026-06-05T04:08:13.974Zstop 38.778707368
24942026-06-05T04:08:13.974Z+ ptime -m cargo build --release
24952026-06-05T04:08:14.609Z Compiling proc-macro2 v1.0.106
24962026-06-05T04:08:14.609Z Compiling quote v1.0.45
24972026-06-05T04:08:14.609Z Compiling unicode-ident v1.0.24
24982026-06-05T04:08:14.609Z Compiling serde_core v1.0.228
24992026-06-05T04:08:14.613Z Compiling serde v1.0.228
25002026-06-05T04:08:14.613Z Compiling libc v0.2.186
25012026-06-05T04:08:14.613Z Compiling cfg-if v1.0.4
25022026-06-05T04:08:14.810Z Compiling zmij v1.0.21
25032026-06-05T04:08:14.834Z Compiling autocfg v1.5.1
25042026-06-05T04:08:15.122Z Compiling memchr v2.8.1
25052026-06-05T04:08:15.155Z Compiling libm v0.2.16
25062026-06-05T04:08:15.223Z Compiling itoa v1.0.18
25072026-06-05T04:08:15.523Z Compiling icu_properties_data v2.2.0
25082026-06-05T04:08:15.538Z Compiling icu_normalizer_data v2.2.0
25092026-06-05T04:08:15.794Z Compiling version_check v0.9.5
25102026-06-05T04:08:15.808Z Compiling stable_deref_trait v1.2.1
25112026-06-05T04:08:15.942Z Compiling serde_json v1.0.150
25122026-06-05T04:08:15.976Z Compiling syn v2.0.117
25132026-06-05T04:08:16.050Z Compiling writeable v0.6.3
25142026-06-05T04:08:16.066Z Compiling litemap v0.8.2
25152026-06-05T04:08:16.221Z Compiling utf8_iter v1.0.4
25162026-06-05T04:08:16.257Z Compiling thiserror v2.0.18
25172026-06-05T04:08:16.321Z Compiling num-traits v0.2.19
25182026-06-05T04:08:16.334Z Compiling percent-encoding v2.3.2
25192026-06-05T04:08:16.610Z Compiling form_urlencoded v1.2.2
25202026-06-05T04:08:16.622Z Compiling rand_core v0.10.1
25212026-06-05T04:08:16.636Z Compiling getrandom v0.4.2
25222026-06-05T04:08:16.789Z Compiling parking_lot_core v0.9.12
25232026-06-05T04:08:16.878Z Compiling iana-time-zone v0.1.65
25242026-06-05T04:08:16.950Z Compiling heck v0.5.0
25252026-06-05T04:08:17.063Z Compiling errno v0.3.14
25262026-06-05T04:08:17.156Z Compiling uuid v1.23.2
25272026-06-05T04:08:17.196Z Compiling zerocopy v0.8.50
25282026-06-05T04:08:17.524Z Compiling semver v1.0.28
25292026-06-05T04:08:17.542Z Compiling dyn-clone v1.0.20
25302026-06-05T04:08:17.632Z Compiling schemars v0.8.22
25312026-06-05T04:08:17.840Z Compiling jobserver v0.1.34
25322026-06-05T04:08:17.913Z Compiling shlex v2.0.1
25332026-06-05T04:08:17.945Z Compiling find-msvc-tools v0.1.9
25342026-06-05T04:08:18.130Z Compiling cc v1.2.63
25352026-06-05T04:08:18.141Z Compiling rustversion v1.0.22
25362026-06-05T04:08:18.178Z Compiling pin-project-lite v0.2.17
25372026-06-05T04:08:18.197Z Compiling getrandom v0.2.17
25382026-06-05T04:08:18.284Z Compiling bitflags v2.12.1
25392026-06-05T04:08:18.430Z Compiling socket2 v0.6.4
25402026-06-05T04:08:18.436Z Compiling portable-atomic v1.13.1
25412026-06-05T04:08:18.687Z Compiling scopeguard v1.2.0
25422026-06-05T04:08:18.722Z Compiling log v0.4.32
25432026-06-05T04:08:18.777Z Compiling synstructure v0.13.2
25442026-06-05T04:08:18.910Z Compiling serde_derive_internals v0.29.1
25452026-06-05T04:08:18.973Z Compiling lock_api v0.4.14
25462026-06-05T04:08:19.225Z Compiling critical-section v1.2.0
25472026-06-05T04:08:19.281Z Compiling signal-hook-registry v1.4.8
25482026-06-05T04:08:19.344Z Compiling mio v1.2.1
25492026-06-05T04:08:19.380Z Compiling equivalent v1.0.2
25502026-06-05T04:08:19.476Z Compiling cmake v0.1.58
25512026-06-05T04:08:19.549Z Compiling dunce v1.0.5
25522026-06-05T04:08:19.649Z Compiling once_cell v1.21.4
25532026-06-05T04:08:19.653Z Compiling fs_extra v1.3.0
25542026-06-05T04:08:19.675Z Compiling subtle v2.6.1
25552026-06-05T04:08:19.833Z Compiling futures-core v0.3.32
25562026-06-05T04:08:19.870Z Compiling httparse v1.10.1
25572026-06-05T04:08:19.900Z Compiling futures-sink v0.3.32
25582026-06-05T04:08:19.914Z Compiling serde_derive v1.0.228
25592026-06-05T04:08:19.928Z Compiling zerofrom-derive v0.1.7
25602026-06-05T04:08:19.942Z Compiling yoke-derive v0.8.2
25612026-06-05T04:08:19.955Z Compiling zerovec-derive v0.11.3
25622026-06-05T04:08:20.000Z Compiling displaydoc v0.2.6
25632026-06-05T04:08:20.016Z Compiling schemars_derive v0.8.22
25642026-06-05T04:08:20.054Z Compiling thiserror-impl v2.0.18
25652026-06-05T04:08:20.234Z Compiling tokio-macros v2.7.0
25662026-06-05T04:08:20.812Z Compiling zerocopy-derive v0.8.50
25672026-06-05T04:08:20.994Z Compiling zeroize_derive v1.4.3
25682026-06-05T04:08:21.007Z Compiling futures-macro v0.3.32
25692026-06-05T04:08:21.058Z Compiling aws-lc-sys v0.41.0
25702026-06-05T04:08:21.125Z Compiling zerofrom v0.1.8
25712026-06-05T04:08:21.228Z Compiling slab v0.4.12
25722026-06-05T04:08:21.260Z Compiling yoke v0.8.3
25732026-06-05T04:08:21.435Z Compiling zerovec v0.11.6
25742026-06-05T04:08:21.435Z Compiling zerotrie v0.2.4
25752026-06-05T04:08:21.584Z Compiling typenum v1.20.1
25762026-06-05T04:08:21.683Z Compiling zeroize v1.8.2
25772026-06-05T04:08:21.852Z Compiling thiserror v1.0.69
25782026-06-05T04:08:21.892Z Compiling rustix v1.1.4
25792026-06-05T04:08:21.935Z Compiling futures-channel v0.3.32
25802026-06-05T04:08:21.949Z Compiling thiserror-impl v1.0.69
25812026-06-05T04:08:22.046Z Compiling tinystr v0.8.3
25822026-06-05T04:08:22.192Z Compiling potential_utf v0.1.5
25832026-06-05T04:08:22.193Z Compiling futures-io v0.3.32
25842026-06-05T04:08:22.269Z Compiling icu_locale_core v2.2.0
25852026-06-05T04:08:22.283Z Compiling futures-task v0.3.32
25862026-06-05T04:08:22.399Z Compiling icu_collections v2.2.0
25872026-06-05T04:08:22.433Z Compiling hashbrown v0.17.1
25882026-06-05T04:08:22.488Z Compiling futures-util v0.3.32
25892026-06-05T04:08:23.140Z Compiling smallvec v1.15.1
25902026-06-05T04:08:23.173Z Compiling bytes v1.11.1
25912026-06-05T04:08:23.191Z Compiling icu_provider v2.2.0
25922026-06-05T04:08:23.217Z Compiling chrono v0.4.45
25932026-06-05T04:08:23.429Z Compiling serde_tokenstream v0.2.3
25942026-06-05T04:08:23.510Z Compiling icu_normalizer v2.2.0
25952026-06-05T04:08:23.731Z Compiling icu_properties v2.2.0
25962026-06-05T04:08:24.065Z Compiling parking_lot v0.12.5
25972026-06-05T04:08:24.674Z Compiling idna_adapter v1.2.2
25982026-06-05T04:08:24.790Z Compiling tokio v1.52.3
25992026-06-05T04:08:24.825Z Compiling idna v1.1.0
26002026-06-05T04:08:24.927Z Compiling indexmap v2.14.0
26012026-06-05T04:08:25.135Z Compiling ucd-trie v0.1.7
26022026-06-05T04:08:25.198Z Compiling url v2.5.8
26032026-06-05T04:08:25.288Z Compiling pest v2.8.6
26042026-06-05T04:08:25.449Z Compiling tracing-attributes v0.1.31
26052026-06-05T04:08:25.604Z Compiling tracing-core v0.1.36
26062026-06-05T04:08:26.513Z Compiling rand_core v0.6.4
26072026-06-05T04:08:26.659Z Compiling regex-syntax v0.8.10
26082026-06-05T04:08:26.690Z Compiling tracing v0.1.44
26092026-06-05T04:08:26.766Z Compiling pest_meta v2.8.6
26102026-06-05T04:08:26.779Z Compiling slog v2.8.2
26112026-06-05T04:08:27.040Z Compiling base64 v0.22.1
26122026-06-05T04:08:27.043Z Compiling byteorder v1.5.0
26132026-06-05T04:08:27.242Z Compiling ipnetwork v0.21.1
26142026-06-05T04:08:27.564Z Compiling pest_generator v2.8.6
26152026-06-05T04:08:27.739Z Compiling http v1.4.1
26162026-06-05T04:08:28.005Z Compiling erased-serde v0.3.31
26172026-06-05T04:08:28.206Z Compiling aho-corasick v1.1.4
26182026-06-05T04:08:28.671Z Compiling getrandom v0.3.4
26192026-06-05T04:08:29.038Z Compiling regex-automata v0.4.14
26202026-06-05T04:08:29.363Z Compiling pest_derive v2.8.6
26212026-06-05T04:08:29.553Z Compiling fnv v1.0.7
26222026-06-05T04:08:29.589Z Compiling anyhow v1.0.102
26232026-06-05T04:08:29.927Z Compiling oxnet v0.1.6
26242026-06-05T04:08:29.960Z Compiling rustls-pki-types v1.14.1
26252026-06-05T04:08:30.545Z Compiling ring v0.17.14
26262026-06-05T04:08:30.806Z Compiling regex v1.12.3
26272026-06-05T04:08:30.975Z Compiling aws-lc-rs v1.17.0
26282026-06-05T04:08:31.270Z Compiling paste v1.0.15
26292026-06-05T04:08:31.546Z Compiling strsim v0.11.1
26302026-06-05T04:08:31.643Z Compiling tokio-util v0.7.18
26312026-06-05T04:08:31.921Z Compiling untrusted v0.7.1
26322026-06-05T04:08:32.042Z Compiling untrusted v0.9.0
26332026-06-05T04:08:32.075Z Compiling num-conv v0.2.2
26342026-06-05T04:08:32.187Z Compiling time-core v0.1.8
26352026-06-05T04:08:32.236Z Compiling ipnet v2.12.0
26362026-06-05T04:08:32.343Z Compiling time-macros v0.2.27
26372026-06-05T04:08:33.510Z Compiling rustls v0.23.40
26382026-06-05T04:08:33.658Z Compiling ident_case v1.0.1
26392026-06-05T04:08:33.782Z Compiling http-body v1.0.1
26402026-06-05T04:08:33.899Z Compiling scroll_derive v0.13.1
26412026-06-05T04:08:33.950Z Compiling camino v1.2.2
26422026-06-05T04:08:34.303Z Compiling atomic-waker v1.1.2
26432026-06-05T04:08:34.446Z Compiling async-trait v0.1.89
26442026-06-05T04:08:34.525Z Compiling omicron-workspace-hack v0.1.0
26452026-06-05T04:08:34.746Z Compiling tower-layer v0.3.3
26462026-06-05T04:08:34.765Z Compiling pretty-hex v0.4.2
26472026-06-05T04:08:34.911Z Compiling tower-service v0.3.3
26482026-06-05T04:08:34.951Z Compiling ryu v1.0.23
26492026-06-05T04:08:35.193Z Compiling try-lock v0.2.5
26502026-06-05T04:08:35.316Z Compiling want v0.3.1
26512026-06-05T04:08:35.393Z Compiling h2 v0.4.14
26522026-06-05T04:08:35.504Z Compiling ppv-lite86 v0.2.21
26532026-06-05T04:08:35.847Z Compiling crossbeam-utils v0.8.21
26542026-06-05T04:08:36.453Z Compiling httpdate v1.0.3
26552026-06-05T04:08:36.838Z Compiling crc32fast v1.5.0
26562026-06-05T04:08:37.366Z Compiling slog-async v2.8.0
26572026-06-05T04:08:37.627Z Compiling usdt-impl v0.6.0
26582026-06-05T04:08:37.720Z Compiling hyper v1.10.1
26592026-06-05T04:08:38.003Z Compiling serde_urlencoded v0.7.1
26602026-06-05T04:08:38.291Z Compiling scroll v0.13.0
26612026-06-05T04:08:38.543Z Compiling http-body-util v0.1.3
26622026-06-05T04:08:38.568Z Compiling plain v0.2.3
26632026-06-05T04:08:38.693Z Compiling goblin v0.10.7
26642026-06-05T04:08:38.846Z Compiling daft-derive v0.1.7
26652026-06-05T04:08:39.646Z Compiling hyper-util v0.1.20
26662026-06-05T04:08:41.809Z Compiling allocator-api2 v0.2.21
26672026-06-05T04:08:42.214Z Compiling foldhash v0.2.0
26682026-06-05T04:08:42.403Z Compiling hashbrown v0.16.1
26692026-06-05T04:08:42.436Z Compiling dof v0.4.0
26702026-06-05T04:08:42.538Z Compiling dtrace-parser v0.3.0
26712026-06-05T04:08:42.706Z Compiling openapiv3 v2.2.0
26722026-06-05T04:08:43.123Z Compiling thread-id v5.1.0
26732026-06-05T04:08:43.140Z Compiling syn v1.0.109
26742026-06-05T04:08:43.787Z Compiling generic-array v0.14.7
26752026-06-05T04:08:44.058Z Compiling powerfmt v0.2.0
26762026-06-05T04:08:44.324Z Compiling deranged v0.5.8
26772026-06-05T04:08:45.264Z Compiling num_threads v0.1.7
26782026-06-05T04:08:45.532Z Compiling time v0.3.47
26792026-06-05T04:08:46.247Z Compiling usdt-attr-macro v0.6.0
26802026-06-05T04:08:46.571Z Compiling usdt-macro v0.6.0
26812026-06-05T04:08:46.591Z Compiling rand_core v0.9.5
26822026-06-05T04:08:47.165Z Compiling multer v3.1.0
26832026-06-05T04:08:47.398Z Compiling ref-cast v1.0.25
26842026-06-05T04:08:47.462Z Compiling crossbeam-channel v0.5.15
26852026-06-05T04:08:47.779Z Compiling sync_wrapper v1.0.2
26862026-06-05T04:08:47.799Z Compiling winnow v1.0.3
26872026-06-05T04:08:47.899Z Compiling cpufeatures v0.3.0
26882026-06-05T04:08:47.985Z Compiling hex v0.4.3
26892026-06-05T04:08:48.029Z Compiling tower v0.5.3
26902026-06-05T04:08:48.153Z Compiling rand_chacha v0.9.0
26912026-06-05T04:08:48.307Z Compiling webpki-roots v1.0.7
26922026-06-05T04:08:48.415Z Compiling futures-executor v0.3.32
26932026-06-05T04:08:48.432Z Compiling ref-cast-impl v1.0.25
26942026-06-05T04:08:48.602Z Compiling async-stream-impl v0.3.6
26952026-06-05T04:08:48.707Z Compiling dropshot v0.17.1
26962026-06-05T04:08:48.890Z Compiling thread_local v1.1.9
26972026-06-05T04:08:49.059Z Compiling futures v0.3.32
26982026-06-05T04:08:49.148Z Compiling tower-http v0.6.11
26992026-06-05T04:08:49.189Z Compiling rand v0.9.4
27002026-06-05T04:08:49.275Z Compiling structmeta-derive v0.3.0
27012026-06-05T04:08:49.301Z Compiling is-terminal v0.4.17
27022026-06-05T04:08:49.313Z Compiling term v1.2.1
27032026-06-05T04:08:49.514Z Compiling fastrand v2.4.1
27042026-06-05T04:08:49.817Z Compiling take_mut v0.2.2
27052026-06-05T04:08:49.852Z Compiling slog-term v2.9.2
27062026-06-05T04:08:49.938Z Compiling crypto-common v0.1.7
27072026-06-05T04:08:50.088Z Compiling darling_core v0.23.0
27082026-06-05T04:08:50.333Z Compiling structmeta v0.3.0
27092026-06-05T04:08:50.377Z Compiling dropshot_endpoint v0.17.1
27102026-06-05T04:08:50.546Z Compiling newtype-uuid-macros v0.1.0
27112026-06-05T04:08:51.188Z Compiling newtype-uuid v1.3.2
27122026-06-05T04:08:51.230Z Compiling strum_macros v0.26.4
27132026-06-05T04:08:51.622Z Compiling daft v0.1.7
27142026-06-05T04:08:51.925Z Compiling tempfile v3.27.0
27152026-06-05T04:08:52.147Z Compiling hybrid-array v0.4.12
27162026-06-05T04:08:52.164Z Compiling darling_macro v0.23.0
27172026-06-05T04:08:52.668Z Compiling adler2 v2.0.1
27182026-06-05T04:08:52.707Z Compiling openssl-probe v0.2.1
27192026-06-05T04:08:52.821Z Compiling match_cfg v0.1.0
27202026-06-05T04:08:52.832Z Compiling darling v0.23.0
27212026-06-05T04:08:52.842Z Compiling simd-adler32 v0.3.9
27222026-06-05T04:08:52.868Z Compiling either v1.16.0
27232026-06-05T04:08:52.905Z Compiling serde_with_macros v3.20.0
27242026-06-05T04:08:52.966Z Compiling hostname v0.3.1
27252026-06-05T04:08:53.000Z Compiling rustls-native-certs v0.8.4
27262026-06-05T04:08:53.102Z Compiling miniz_oxide v0.8.9
27272026-06-05T04:08:53.132Z Compiling toml_parser v1.1.2+spec-1.1.0
27282026-06-05T04:08:53.693Z Compiling slog-json v2.6.1
27292026-06-05T04:08:53.791Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27302026-06-05T04:08:53.951Z Compiling serde_spanned v1.1.1
27312026-06-05T04:08:54.048Z Compiling memmap2 v0.9.10
27322026-06-05T04:08:54.109Z Compiling toml_writer v1.1.1+spec-1.1.0
27332026-06-05T04:08:54.458Z Compiling slog-bunyan v2.5.0
27342026-06-05T04:08:54.511Z Compiling flate2 v1.1.9
27352026-06-05T04:08:54.543Z Compiling crypto-common v0.2.2
27362026-06-05T04:08:54.602Z Compiling block-buffer v0.12.0
27372026-06-05T04:08:54.643Z Compiling derive-ex v0.1.8
27382026-06-05T04:08:54.788Z Compiling rand_chacha v0.3.1
27392026-06-05T04:08:55.448Z Compiling strum_macros v0.27.2
27402026-06-05T04:08:55.835Z Compiling usdt v0.6.0
27412026-06-05T04:08:56.013Z Compiling const-oid v0.10.2
27422026-06-05T04:08:56.258Z Compiling compression-core v0.4.32
27432026-06-05T04:08:56.297Z Compiling debug-ignore v1.0.5
27442026-06-05T04:08:56.407Z Compiling compression-codecs v0.4.38
27452026-06-05T04:08:56.431Z Compiling test-strategy v0.4.5
27462026-06-05T04:08:56.466Z Compiling digest v0.11.3
27472026-06-05T04:08:56.676Z Compiling rand v0.8.6
27482026-06-05T04:08:56.879Z Compiling macaddr v1.0.1
27492026-06-05T04:08:57.138Z Compiling toml_datetime v1.1.1+spec-1.1.0
27502026-06-05T04:08:57.184Z Compiling encoding_rs v0.8.35
27512026-06-05T04:08:57.300Z Compiling spin v0.9.8
27522026-06-05T04:08:57.578Z Compiling mime v0.3.17
27532026-06-05T04:08:57.616Z Compiling toml v1.1.2+spec-1.1.0
27542026-06-05T04:08:57.819Z Compiling sha1 v0.11.0
27552026-06-05T04:08:57.893Z Compiling async-compression v0.4.42
27562026-06-05T04:08:58.092Z Compiling async-stream v0.3.6
27572026-06-05T04:08:58.254Z Compiling block-buffer v0.10.4
27582026-06-05T04:08:58.369Z Compiling waitgroup v0.1.2
27592026-06-05T04:08:58.385Z Compiling rustls-pemfile v2.2.0
27602026-06-05T04:08:58.452Z Compiling serde_path_to_error v0.1.20
27612026-06-05T04:08:58.521Z Compiling hostname v0.4.2
27622026-06-05T04:08:58.682Z Compiling digest v0.10.7
27632026-06-05T04:08:58.776Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-05T04:08:58.929Z Compiling unicode-width v0.2.2
27652026-06-05T04:08:59.277Z Compiling parse-display-derive v0.10.0
27662026-06-05T04:08:59.547Z Compiling regress v0.10.5
27672026-06-05T04:09:00.476Z Compiling strum v0.26.3
27682026-06-05T04:09:00.843Z Compiling wait-timeout v0.2.1
27692026-06-05T04:09:01.487Z Compiling quick-error v1.2.3
27702026-06-05T04:09:01.524Z Compiling bit-vec v0.8.0
27712026-06-05T04:09:01.803Z Compiling rusty-fork v0.3.1
27722026-06-05T04:09:01.834Z Compiling bit-set v0.8.0
27732026-06-05T04:09:01.834Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-05T04:09:02.013Z Compiling serde_with v3.20.0
27752026-06-05T04:09:02.209Z Compiling rand_xorshift v0.4.0
27762026-06-05T04:09:03.440Z Compiling unarray v0.1.4
27772026-06-05T04:09:03.496Z Compiling proptest v1.11.0
27782026-06-05T04:09:03.496Z Compiling strum v0.27.2
27792026-06-05T04:09:03.496Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27802026-06-05T04:09:03.496Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27812026-06-05T04:09:03.496Z Compiling instant v0.1.13
27822026-06-05T04:09:05.543Z Compiling cpufeatures v0.2.17
27832026-06-05T04:09:05.543Z Compiling iddqd v0.4.2
27842026-06-05T04:09:05.543Z Compiling itertools v0.14.0
27852026-06-05T04:09:05.543Z Compiling clap_derive v4.6.1
27862026-06-05T04:09:05.588Z Compiling utf8parse v0.2.2
27872026-06-05T04:09:05.588Z Compiling anstyle-parse v1.0.0
27882026-06-05T04:09:05.588Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27892026-06-05T04:09:05.588Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-05T04:09:05.588Z Compiling backon v1.6.0
27912026-06-05T04:09:05.588Z Compiling terminal_size v0.4.4
27922026-06-05T04:09:05.588Z Compiling colorchoice v1.0.5
27932026-06-05T04:09:05.589Z Compiling is_terminal_polyfill v1.70.2
27942026-06-05T04:09:05.589Z Compiling anstyle-query v1.1.5
27952026-06-05T04:09:05.643Z Compiling anstyle v1.0.14
27962026-06-05T04:09:06.186Z Compiling anstream v1.0.0
27972026-06-05T04:09:06.717Z Compiling backoff v0.4.0
27982026-06-05T04:09:06.848Z Compiling parse-display v0.10.0
27992026-06-05T04:09:06.946Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28002026-06-05T04:09:07.200Z Compiling clap_lex v1.1.0
28012026-06-05T04:09:07.492Z Compiling humantime v2.3.0
28022026-06-05T04:09:07.878Z Compiling clap_builder v4.6.0
28032026-06-05T04:09:08.448Z Compiling regress v0.11.1
28042026-06-05T04:09:09.734Z Compiling clap v4.6.1
28052026-06-05T04:09:09.997Z Compiling typify-impl v0.6.2
28062026-06-05T04:09:10.994Z Compiling toml_edit v0.25.12+spec-1.1.0
28072026-06-05T04:09:11.548Z Compiling crucible-workspace-hack v0.1.0
28082026-06-05T04:09:11.812Z Compiling proc-macro-crate v3.5.0
28092026-06-05T04:09:12.248Z Compiling zerocopy-derive v0.7.35
28102026-06-05T04:09:12.948Z Compiling unsafe-libyaml v0.2.11
28112026-06-05T04:09:14.511Z Compiling typify-macro v0.6.2
28122026-06-05T04:09:14.527Z Compiling serde_yaml v0.9.34+deprecated
28132026-06-05T04:09:14.528Z Compiling num_enum_derive v0.7.6
28142026-06-05T04:09:14.797Z Compiling darling_core v0.21.3
28152026-06-05T04:09:14.891Z Compiling convert_case v0.4.0
28162026-06-05T04:09:15.168Z Compiling num_enum v0.7.6
28172026-06-05T04:09:15.185Z Compiling derive_more v0.99.20
28182026-06-05T04:09:15.561Z Compiling toml_datetime v0.6.11
28192026-06-05T04:09:16.685Z Compiling typify v0.6.2
28202026-06-05T04:09:16.818Z Compiling darling_macro v0.21.3
28212026-06-05T04:09:17.139Z Compiling secrecy v0.10.3
28222026-06-05T04:09:17.275Z Compiling proc-macro-error-attr v1.0.4
28232026-06-05T04:09:17.300Z Compiling heapless v0.8.0
28242026-06-05T04:09:17.450Z Compiling darling v0.21.3
28252026-06-05T04:09:17.667Z Compiling prettyplease v0.2.37
28262026-06-05T04:09:17.740Z Compiling tinyvec_macros v0.1.1
28272026-06-05T04:09:17.817Z Compiling tinyvec v1.11.0
28282026-06-05T04:09:18.062Z Compiling ingot-macros v0.1.1
28292026-06-05T04:09:18.385Z Compiling zerocopy v0.7.35
28302026-06-05T04:09:18.437Z Compiling tabwriter v1.4.1
28312026-06-05T04:09:18.795Z Compiling crossbeam-epoch v0.9.18
28322026-06-05T04:09:18.937Z Compiling hash32 v0.3.1
28332026-06-05T04:09:19.057Z Compiling scroll_derive v0.12.1
28342026-06-05T04:09:19.119Z Compiling rustc_version v0.4.1
28352026-06-05T04:09:19.291Z Compiling num-integer v0.1.46
28362026-06-05T04:09:19.384Z Compiling usdt-impl v0.5.0
28372026-06-05T04:09:19.662Z Compiling proc-macro-error v1.0.4
28382026-06-05T04:09:19.783Z Compiling winnow v0.7.15
28392026-06-05T04:09:19.787Z Compiling smoltcp v0.11.0
28402026-06-05T04:09:19.996Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28412026-06-05T04:09:20.145Z Compiling data-encoding v2.11.0
28422026-06-05T04:09:20.200Z Compiling rustix v0.38.44
28432026-06-05T04:09:20.607Z Compiling pkg-config v0.3.33
28442026-06-05T04:09:20.730Z Compiling ingot-types v0.1.2
28452026-06-05T04:09:21.266Z Compiling scroll v0.12.0
28462026-06-05T04:09:21.316Z Compiling curve25519-dalek v4.1.3
28472026-06-05T04:09:21.523Z Compiling dof v0.3.0
28482026-06-05T04:09:23.411Z Compiling dtrace-parser v0.2.0
28492026-06-05T04:09:23.452Z Compiling hmac v0.12.1
28502026-06-05T04:09:23.452Z Compiling inout v0.1.4
28512026-06-05T04:09:23.452Z Compiling ff v0.13.1
28522026-06-05T04:09:23.452Z Compiling cobs v0.3.0
28532026-06-05T04:09:23.521Z Compiling bstr v1.12.1
28542026-06-05T04:09:23.521Z Compiling thread-id v4.2.2
28552026-06-05T04:09:23.521Z Compiling managed v0.8.0
28562026-06-05T04:09:23.521Z Compiling bitflags v1.3.2
28572026-06-05T04:09:23.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28582026-06-05T04:09:23.521Z Compiling static_assertions v1.1.0
28592026-06-05T04:09:23.522Z Compiling colored v3.1.1
28602026-06-05T04:09:23.907Z Compiling postcard v1.1.3
28612026-06-05T04:09:23.916Z Compiling group v0.13.0
28622026-06-05T04:09:24.044Z Compiling cipher v0.4.4
28632026-06-05T04:09:24.118Z Compiling hkdf v0.12.4
28642026-06-05T04:09:24.656Z Compiling goblin v0.8.2
28652026-06-05T04:09:24.903Z Compiling ingot v0.1.1
28662026-06-05T04:09:25.114Z Compiling num-rational v0.4.2
28672026-06-05T04:09:26.026Z Compiling num-iter v0.1.45
28682026-06-05T04:09:26.552Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28692026-06-05T04:09:26.716Z Compiling universal-hash v0.5.1
28702026-06-05T04:09:26.920Z Compiling hubpack_derive v0.1.1
28712026-06-05T04:09:26.929Z Compiling thiserror-impl-no-std v2.0.2
28722026-06-05T04:09:27.020Z Compiling crypto-bigint v0.5.5
28732026-06-05T04:09:27.565Z Compiling half v2.7.1
28742026-06-05T04:09:27.944Z Compiling curve25519-dalek-derive v0.1.1
28752026-06-05T04:09:27.944Z Compiling foreign-types-macros v0.2.3
28762026-06-05T04:09:28.068Z Compiling serde_repr v0.1.20
28772026-06-05T04:09:28.577Z Compiling num-complex v0.4.6
28782026-06-05T04:09:29.019Z Compiling memoffset v0.9.1
28792026-06-05T04:09:29.068Z Compiling cfg_aliases v0.2.1
28802026-06-05T04:09:29.259Z Compiling base16ct v0.2.0
28812026-06-05T04:09:29.472Z Compiling heck v0.4.1
28822026-06-05T04:09:29.651Z Compiling ciborium-io v0.2.2
28832026-06-05T04:09:29.823Z Compiling indent_write v2.2.0
28842026-06-05T04:09:29.823Z Compiling opaque-debug v0.3.1
28852026-06-05T04:09:29.823Z Compiling base64ct v1.8.3
28862026-06-05T04:09:29.823Z Compiling foreign-types-shared v0.3.1
28872026-06-05T04:09:30.068Z Compiling password-hash v0.5.0
28882026-06-05T04:09:30.349Z Compiling foreign-types v0.5.0
28892026-06-05T04:09:30.355Z Compiling poly1305 v0.8.0
28902026-06-05T04:09:30.400Z Compiling ciborium-ll v0.2.2
28912026-06-05T04:09:31.019Z Compiling elliptic-curve v0.13.8
28922026-06-05T04:09:31.318Z Compiling nix v0.31.3
28932026-06-05T04:09:31.601Z Compiling num v0.4.3
28942026-06-05T04:09:31.666Z Compiling thiserror-no-std v2.0.2
28952026-06-05T04:09:31.716Z Compiling hubpack v0.1.2
28962026-06-05T04:09:33.807Z Compiling chacha20 v0.9.1
28972026-06-05T04:09:33.856Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28982026-06-05T04:09:33.856Z Compiling reqwest v0.12.28
28992026-06-05T04:09:34.207Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29002026-06-05T04:09:34.533Z Compiling blake2 v0.10.6
29012026-06-05T04:09:34.908Z Compiling aead v0.5.2
29022026-06-05T04:09:35.026Z Compiling byte-wrapper v0.1.0
29032026-06-05T04:09:35.053Z Compiling chacha20 v0.10.0
29042026-06-05T04:09:35.101Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29052026-06-05T04:09:35.348Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29062026-06-05T04:09:36.079Z Compiling cstr-argument v0.1.2
29072026-06-05T04:09:36.349Z Compiling float-ord v0.3.2
29082026-06-05T04:09:36.354Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
29092026-06-05T04:09:36.392Z Compiling keccak v0.1.6
29102026-06-05T04:09:36.421Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29112026-06-05T04:09:36.558Z Compiling sha3 v0.10.9
29122026-06-05T04:09:36.956Z Compiling rustls-webpki v0.103.13
29132026-06-05T04:09:37.056Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29142026-06-05T04:09:37.113Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29152026-06-05T04:09:37.185Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29162026-06-05T04:09:38.672Z Compiling rand v0.10.1
29172026-06-05T04:09:39.430Z Compiling chacha20poly1305 v0.10.1
29182026-06-05T04:09:39.592Z Compiling argon2 v0.5.3
29192026-06-05T04:09:40.055Z Compiling progenitor-client v0.10.0
29202026-06-05T04:09:40.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29212026-06-05T04:09:40.573Z Compiling vsss-rs v3.3.4
29222026-06-05T04:09:41.228Z Compiling ciborium v0.2.2
29232026-06-05T04:09:41.738Z Compiling tokio-rustls v0.26.4
29242026-06-05T04:09:41.886Z Compiling rustls-platform-verifier v0.7.0
29252026-06-05T04:09:42.032Z Compiling hyper-rustls v0.27.9
29262026-06-05T04:09:42.184Z Compiling atomicwrites v0.4.4
29272026-06-05T04:09:42.352Z Compiling reqwest v0.13.4
29282026-06-05T04:09:42.605Z Compiling usdt-macro v0.5.0
29292026-06-05T04:09:43.324Z Compiling usdt-attr-macro v0.5.0
29302026-06-05T04:09:44.094Z Compiling progenitor-client v0.14.0
29312026-06-05T04:09:44.580Z Compiling progenitor-extras v0.2.0
29322026-06-05T04:09:45.556Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-06-05T04:09:45.868Z Compiling num-derive v0.4.2
29342026-06-05T04:09:46.380Z Compiling enum-as-inner v0.6.1
29352026-06-05T04:09:46.846Z Compiling memmap v0.7.0
29362026-06-05T04:09:46.991Z Compiling rayon-core v1.13.0
29372026-06-05T04:09:47.255Z Compiling semver v0.1.20
29382026-06-05T04:09:47.474Z Compiling winnow v0.5.40
29392026-06-05T04:09:48.889Z Compiling toml_edit v0.19.15
29402026-06-05T04:09:50.355Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29412026-06-05T04:09:50.912Z Compiling rustc_version v0.1.7
29422026-06-05T04:09:51.157Z Compiling usdt v0.5.0
29432026-06-05T04:09:51.874Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29442026-06-05T04:09:57.384Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29452026-06-05T04:09:57.743Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29462026-06-05T04:09:57.859Z Compiling similar v2.7.0
29472026-06-05T04:09:59.226Z Compiling crossbeam-deque v0.8.6
29482026-06-05T04:09:59.422Z Compiling serde_spanned v0.6.9
29492026-06-05T04:09:59.461Z Compiling bytecount v0.6.9
29502026-06-05T04:09:59.668Z Compiling toml_write v0.1.2
29512026-06-05T04:09:59.755Z Compiling lazy_static v1.5.0
29522026-06-05T04:10:00.008Z Compiling vcpkg v0.2.15
29532026-06-05T04:10:00.576Z Compiling openssl-sys v0.9.116
29542026-06-05T04:10:00.605Z Compiling toml_edit v0.22.27
29552026-06-05T04:10:01.173Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29562026-06-05T04:10:01.239Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29572026-06-05T04:10:01.309Z Compiling newtype_derive v0.1.6
29582026-06-05T04:10:01.522Z Compiling proc-macro-crate v1.3.1
29592026-06-05T04:10:01.575Z Compiling progenitor-impl v0.14.0
29602026-06-05T04:10:01.877Z Compiling progenitor-impl v0.13.0
29612026-06-05T04:10:02.244Z Compiling itertools v0.12.1
29622026-06-05T04:10:02.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-06-05T04:10:02.966Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-06-05T04:10:03.233Z Compiling resolv-conf v0.7.6
29652026-06-05T04:10:03.247Z Compiling linked-hash-map v0.5.6
29662026-06-05T04:10:03.312Z Compiling swrite v0.1.0
29672026-06-05T04:10:03.435Z Compiling unicode-segmentation v1.13.3
29682026-06-05T04:10:03.469Z Compiling owo-colors v4.3.0
29692026-06-05T04:10:03.728Z Compiling progenitor-macro v0.14.0
29702026-06-05T04:10:03.843Z Compiling newline-converter v0.3.0
29712026-06-05T04:10:03.908Z Compiling lru-cache v0.1.2
29722026-06-05T04:10:03.953Z Compiling progenitor-macro v0.13.0
29732026-06-05T04:10:04.062Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29742026-06-05T04:10:04.091Z Compiling toml v0.8.23
29752026-06-05T04:10:04.648Z Compiling num_enum_derive v0.5.11
29762026-06-05T04:10:05.022Z Compiling rayon v1.12.0
29772026-06-05T04:10:05.793Z Compiling hickory-proto v0.24.4
29782026-06-05T04:10:05.962Z Compiling progenitor-client v0.13.0
29792026-06-05T04:10:07.215Z Compiling console v0.15.11
29802026-06-05T04:10:07.942Z Compiling camino-tempfile v1.4.1
29812026-06-05T04:10:08.185Z Compiling serde-big-array v0.5.1
29822026-06-05T04:10:08.358Z Compiling pin-project-internal v1.1.13
29832026-06-05T04:10:08.365Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-06-05T04:10:08.527Z Compiling derive-where v1.6.1
29852026-06-05T04:10:08.912Z Compiling minimal-lexical v0.2.1
29862026-06-05T04:10:09.176Z Compiling siphasher v1.0.3
29872026-06-05T04:10:09.414Z Compiling phf_shared v0.12.1
29882026-06-05T04:10:09.486Z Compiling pin-project v1.1.13
29892026-06-05T04:10:09.608Z Compiling nom v7.1.3
29902026-06-05T04:10:09.831Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29912026-06-05T04:10:10.470Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29922026-06-05T04:10:10.959Z Compiling progenitor v0.13.0
29932026-06-05T04:10:11.115Z Compiling hickory-resolver v0.24.4
29942026-06-05T04:10:12.483Z Compiling progenitor v0.14.0
29952026-06-05T04:10:12.652Z Compiling expectorate v1.2.0
29962026-06-05T04:10:13.439Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-06-05T04:10:13.799Z Compiling num_enum v0.5.11
29982026-06-05T04:10:15.615Z Compiling zone_cfg_derive v0.3.1
29992026-06-05T04:10:16.333Z Compiling unicode-normalization v0.1.25
30002026-06-05T04:10:16.347Z Compiling tokio-stream v0.1.18
30012026-06-05T04:10:16.906Z Compiling snafu-derive v0.8.9
30022026-06-05T04:10:16.943Z Compiling async-recursion v1.1.1
30032026-06-05T04:10:17.672Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
30042026-06-05T04:10:18.020Z Compiling slog-dtrace v0.3.0
30052026-06-05T04:10:18.296Z Compiling csv-core v0.1.13
30062026-06-05T04:10:18.618Z Compiling foldhash v0.1.5
30072026-06-05T04:10:18.688Z Compiling chrono-tz v0.10.4
30082026-06-05T04:10:18.720Z Compiling smawk v0.3.2
30092026-06-05T04:10:18.865Z Compiling openssl v0.10.80
30102026-06-05T04:10:18.956Z Compiling unicode-linebreak v0.1.5
30112026-06-05T04:10:18.987Z Compiling foreign-types-shared v0.1.1
30122026-06-05T04:10:19.098Z Compiling highway v1.3.0
30132026-06-05T04:10:19.233Z Compiling same-file v1.0.6
30142026-06-05T04:10:19.246Z Compiling unicode-width v0.1.14
30152026-06-05T04:10:19.424Z Compiling unicode-xid v0.2.6
30162026-06-05T04:10:19.565Z Compiling konst_macro_rules v0.2.19
30172026-06-05T04:10:19.582Z Compiling cancel-safe-futures v0.1.5
30182026-06-05T04:10:19.768Z Compiling konst v0.2.20
30192026-06-05T04:10:19.791Z Compiling const_format_proc_macros v0.2.34
30202026-06-05T04:10:19.883Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-06-05T04:10:20.157Z Compiling walkdir v2.5.0
30222026-06-05T04:10:20.228Z Compiling textwrap v0.16.2
30232026-06-05T04:10:20.620Z Compiling foreign-types v0.3.2
30242026-06-05T04:10:20.733Z Compiling hashbrown v0.15.5
30252026-06-05T04:10:20.877Z Compiling snafu v0.8.9
30262026-06-05T04:10:21.013Z Compiling csv v1.4.0
30272026-06-05T04:10:21.459Z Compiling qorb v0.4.1
30282026-06-05T04:10:21.506Z Compiling olpc-cjson v0.1.4
30292026-06-05T04:10:21.520Z Compiling zone v0.3.1
30302026-06-05T04:10:21.569Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-06-05T04:10:21.809Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30322026-06-05T04:10:21.971Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30332026-06-05T04:10:22.432Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30342026-06-05T04:10:23.236Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-06-05T04:10:23.861Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30362026-06-05T04:10:25.121Z Compiling phf v0.12.1
30372026-06-05T04:10:25.798Z Compiling tokio-dtrace v0.1.1
30382026-06-05T04:10:25.801Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-05T04:10:25.945Z Compiling globset v0.4.18
30402026-06-05T04:10:26.151Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30412026-06-05T04:10:26.384Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-05T04:10:26.993Z Compiling smf v0.2.3
30432026-06-05T04:10:27.008Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30442026-06-05T04:10:28.076Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30452026-06-05T04:10:28.177Z Compiling libsw-core v0.3.2
30462026-06-05T04:10:28.311Z Compiling pem v3.0.6
30472026-06-05T04:10:28.371Z Compiling serde_plain v1.0.2
30482026-06-05T04:10:28.410Z Compiling openssl-macros v0.1.1
30492026-06-05T04:10:28.603Z Compiling cookie v0.18.1
30502026-06-05T04:10:28.660Z Compiling sigpipe v0.1.3
30512026-06-05T04:10:28.767Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-06-05T04:10:28.869Z Compiling jiff v0.2.28
30532026-06-05T04:10:28.907Z Compiling typed-path v0.9.3
30542026-06-05T04:10:29.002Z Compiling fixedbitset v0.5.7
30552026-06-05T04:10:29.028Z Compiling fixedbitset v0.4.2
30562026-06-05T04:10:29.404Z Compiling glob v0.3.3
30572026-06-05T04:10:29.657Z Compiling petgraph v0.8.3
30582026-06-05T04:10:29.929Z Compiling petgraph v0.6.5
30592026-06-05T04:10:30.333Z Compiling tough v0.22.0
30602026-06-05T04:10:31.588Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30612026-06-05T04:10:31.741Z Compiling libsw v3.5.0
30622026-06-05T04:10:31.806Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30632026-06-05T04:10:31.962Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-05T04:10:32.058Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-05T04:10:32.304Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-05T04:10:33.064Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30672026-06-05T04:10:33.376Z Compiling oxide-tokio-rt v0.1.6
30682026-06-05T04:10:33.968Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30692026-06-05T04:10:35.305Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-05T04:10:35.493Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-05T04:10:36.382Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-05T04:10:37.797Z Compiling const_format v0.2.36
30732026-06-05T04:10:38.106Z Compiling papergrid v0.11.0
30742026-06-05T04:10:38.241Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30752026-06-05T04:10:38.348Z Compiling libscf-sys v1.2.0
30762026-06-05T04:10:38.521Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-06-05T04:10:38.766Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-06-05T04:10:38.905Z Compiling tabled_derive v0.7.0
30792026-06-05T04:10:38.931Z Compiling gethostname v0.5.0
30802026-06-05T04:10:39.078Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30812026-06-05T04:10:39.092Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-06-05T04:10:39.221Z Compiling bcs v0.1.6
30832026-06-05T04:10:39.630Z Compiling termtree v0.5.1
30842026-06-05T04:10:39.666Z Compiling tagptr v0.2.0
30852026-06-05T04:10:39.814Z Compiling whoami v1.6.1
30862026-06-05T04:10:39.839Z Compiling linear-map v1.2.0
30872026-06-05T04:10:39.875Z Compiling tabled v0.15.0
30882026-06-05T04:10:40.073Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-06-05T04:10:40.824Z Compiling moka v0.12.15
30902026-06-05T04:10:42.316Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-06-05T04:10:42.671Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30922026-06-05T04:10:43.160Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-06-05T04:10:43.309Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-06-05T04:10:43.375Z Compiling steno v0.4.1
30952026-06-05T04:10:44.740Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-06-05T04:10:47.746Z Compiling hickory-proto v0.25.2
30972026-06-05T04:10:48.438Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30982026-06-05T04:10:48.539Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30992026-06-05T04:10:49.235Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
31002026-06-05T04:10:49.350Z Compiling parking_lot_core v0.8.6
31012026-06-05T04:10:49.697Z Compiling nom v8.0.0
31022026-06-05T04:10:50.885Z Compiling hickory-resolver v0.25.2
31032026-06-05T04:10:51.678Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
31042026-06-05T04:10:51.772Z Compiling crunchy v0.2.4
31052026-06-05T04:10:51.899Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31062026-06-05T04:10:52.110Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31072026-06-05T04:10:52.359Z Compiling parking_lot v0.11.2
31082026-06-05T04:10:52.439Z Compiling typify-impl v0.4.3
31092026-06-05T04:10:53.248Z Compiling fxhash v0.2.1
31102026-06-05T04:10:53.403Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31112026-06-05T04:10:53.682Z Compiling proc-macro-error-attr2 v2.0.0
31122026-06-05T04:10:54.163Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31132026-06-05T04:10:54.431Z Compiling tiny-keccak v2.0.2
31142026-06-05T04:10:54.747Z Compiling proc-macro-error2 v2.0.1
31152026-06-05T04:10:55.048Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-06-05T04:10:55.748Z Compiling typify-macro v0.4.3
31172026-06-05T04:10:55.765Z Compiling sled v0.34.7
31182026-06-05T04:10:57.265Z Compiling arc-swap v1.9.1
31192026-06-05T04:10:57.557Z Compiling slog-scope v4.4.1
31202026-06-05T04:10:57.650Z Compiling tabled_derive v0.11.0
31212026-06-05T04:10:58.518Z Compiling papergrid v0.18.0
31222026-06-05T04:10:58.783Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31232026-06-05T04:10:59.242Z Compiling testing_table v0.3.0
31242026-06-05T04:10:59.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31252026-06-05T04:10:59.949Z Compiling internet-checksum v0.2.1
31262026-06-05T04:11:00.165Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31272026-06-05T04:11:00.219Z Compiling tabled v0.21.0
31282026-06-05T04:11:01.391Z Compiling slog-stdlog v4.1.1
31292026-06-05T04:11:01.835Z Compiling const-random-macro v0.1.16
31302026-06-05T04:11:02.274Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31312026-06-05T04:11:02.403Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31322026-06-05T04:11:03.119Z Compiling dropshot-api-manager-types v0.7.2
31332026-06-05T04:11:03.694Z Compiling smartstring v1.0.1
31342026-06-05T04:11:03.985Z Compiling ahash v0.8.12
31352026-06-05T04:11:04.338Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31362026-06-05T04:11:04.414Z Compiling const-random v0.1.18
31372026-06-05T04:11:04.512Z Compiling slog-envlogger v2.2.0
31382026-06-05T04:11:05.660Z Compiling typify v0.4.3
31392026-06-05T04:11:05.775Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31402026-06-05T04:11:08.006Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31412026-06-05T04:11:09.458Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31422026-06-05T04:11:09.940Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31432026-06-05T04:11:10.228Z Compiling toml_datetime v0.7.5+spec-1.1.0
31442026-06-05T04:11:10.414Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31452026-06-05T04:11:10.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31462026-06-05T04:11:10.807Z Compiling crc8 v0.1.1
31472026-06-05T04:11:10.938Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31482026-06-05T04:11:11.853Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31492026-06-05T04:11:13.684Z Compiling toml v0.9.12+spec-1.1.0
31502026-06-05T04:11:13.727Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31512026-06-05T04:11:14.100Z Compiling progenitor-impl v0.10.0
31522026-06-05T04:11:15.402Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31532026-06-05T04:11:15.419Z Compiling lzma-sys v0.1.20
31542026-06-05T04:11:15.876Z Compiling sha1 v0.10.6
31552026-06-05T04:11:16.113Z Compiling thin-vec v0.2.18
31562026-06-05T04:11:16.136Z Compiling rhai_codegen v3.2.0
31572026-06-05T04:11:16.300Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31582026-06-05T04:11:16.464Z Compiling fs-err v3.3.0
31592026-06-05T04:11:16.751Z Compiling utf-8 v0.7.6
31602026-06-05T04:11:16.861Z Compiling typeid v1.0.3
31612026-06-05T04:11:16.978Z Compiling tungstenite v0.21.0
31622026-06-05T04:11:17.440Z Compiling rhai v1.25.1
31632026-06-05T04:11:18.236Z Compiling progenitor-macro v0.10.0
31642026-06-05T04:11:19.186Z Compiling cargo_toml v0.22.3
31652026-06-05T04:11:22.382Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31662026-06-05T04:11:23.552Z Compiling sha2 v0.10.9
31672026-06-05T04:11:27.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31682026-06-05T04:11:27.112Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31692026-06-05T04:11:27.112Z Compiling progenitor v0.10.0
31702026-06-05T04:11:27.112Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31712026-06-05T04:11:27.112Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31722026-06-05T04:11:28.951Z Compiling tokio-tungstenite v0.21.0
31732026-06-05T04:11:29.174Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31742026-06-05T04:11:29.308Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31752026-06-05T04:11:30.039Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31762026-06-05T04:11:30.196Z Compiling console v0.16.3
31772026-06-05T04:11:30.761Z Compiling git-stub v1.0.0
31782026-06-05T04:11:31.451Z Compiling is_ci v1.2.0
31792026-06-05T04:11:31.642Z Compiling unit-prefix v0.5.2
31802026-06-05T04:11:31.645Z Compiling base64 v0.21.7
31812026-06-05T04:11:31.821Z Compiling indicatif v0.18.4
31822026-06-05T04:11:32.174Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31832026-06-05T04:11:32.246Z Compiling supports-color v3.0.2
31842026-06-05T04:11:32.533Z Compiling git-stub-vcs v0.1.0
31852026-06-05T04:11:33.285Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31862026-06-05T04:11:34.527Z Compiling ron v0.12.1
31872026-06-05T04:11:34.811Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31882026-06-05T04:11:35.721Z Compiling xz2 v0.1.7
31892026-06-05T04:11:36.070Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31902026-06-05T04:11:36.086Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31912026-06-05T04:11:36.622Z Compiling drift v0.2.0
31922026-06-05T04:11:38.283Z Compiling base16ct v1.0.0
31932026-06-05T04:11:38.733Z Compiling dropshot-api-manager v0.7.2
31942026-06-05T04:11:42.477Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31952026-06-05T04:11:45.318Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31962026-06-05T04:11:46.502Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31972026-06-05T04:11:47.833Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31982026-06-05T04:11:49.421Z Compiling natord v1.0.9
31992026-06-05T04:11:49.751Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
32002026-06-05T04:11:49.829Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
32012026-06-05T04:11:52.438Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
32022026-06-05T04:11:54.130Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
32032026-06-05T04:11:55.466Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
32042026-06-05T04:12:01.351Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32052026-06-05T04:12:03.281Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
32062026-06-05T04:12:03.437Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
32072026-06-05T04:12:03.859Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32082026-06-05T04:12:07.824Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32092026-06-05T04:12:31.024Z Finished `release` profile [optimized] target(s) in 4m 17s
32102026-06-05T04:12:31.205Z
32112026-06-05T04:12:31.206Zreal 4:17.196273833
32122026-06-05T04:12:31.206Zuser 29:17.318451815
32132026-06-05T04:12:31.206Zsys 2:45.004536427
32142026-06-05T04:12:31.206Ztrap 0.725877383
32152026-06-05T04:12:31.206Ztflt 1.208989513
32162026-06-05T04:12:31.206Zdflt 1.594547936
32172026-06-05T04:12:31.206Zkflt 0.000073191
32182026-06-05T04:12:31.206Zlock 1:57:29.656430636
32192026-06-05T04:12:31.206Zslp 1:24:54.868940151
32202026-06-05T04:12:31.206Zlat 2:20.601060151
32212026-06-05T04:12:31.209Zstop 3:46.790057469
32222026-06-05T04:12:31.209Z+ for x in debug release
32232026-06-05T04:12:31.209Z+ mkdir -p /work/debug
32242026-06-05T04:12:31.209Z+ cp target/debug/ddmd /work/debug/ddmd
32252026-06-05T04:12:31.693Z+ cp target/debug/ddmadm /work/debug/ddmadm
32262026-06-05T04:12:32.081Z+ cp target/debug/mgd /work/debug/mgd
32272026-06-05T04:12:32.676Z+ cp target/debug/mgadm /work/debug/mgadm
32282026-06-05T04:12:33.172Z+ for x in debug release
32292026-06-05T04:12:33.173Z+ mkdir -p /work/release
32302026-06-05T04:12:33.185Z+ cp target/release/ddmd /work/release/ddmd
32312026-06-05T04:12:33.264Z+ cp target/release/ddmadm /work/release/ddmadm
32322026-06-05T04:12:33.341Z+ cp target/release/mgd /work/release/mgd
32332026-06-05T04:12:33.452Z+ cp target/release/mgadm /work/release/mgadm
32342026-06-05T04:12:33.541Z+ cp target/release/falcon-lab /work/release/falcon-lab
32352026-06-05T04:12:33.604Zprocess exited: duration 826643 ms, exit code 0
 
32362026-06-05T04:12:33.620Zfound 9 output files
32372026-06-05T04:12:33.620Zuploading: /work/debug/ddmadm (513711000 bytes)
32382026-06-05T04:12:42.750Zuploaded: /work/debug/ddmadm
32392026-06-05T04:12:42.751Zuploading: /work/debug/ddmd (588578000 bytes)
32402026-06-05T04:12:54.231Zuploaded: /work/debug/ddmd
32412026-06-05T04:12:54.241Zuploading: /work/debug/mgadm (605973080 bytes)
32422026-06-05T04:13:06.066Zuploaded: /work/debug/mgadm
32432026-06-05T04:13:06.066Zuploading: /work/debug/mgd (679723064 bytes)
32442026-06-05T04:13:24.318Zuploaded: /work/debug/mgd
32452026-06-05T04:13:24.344Zuploading: /work/release/ddmadm (45419912 bytes)
32462026-06-05T04:13:27.891Zuploaded: /work/release/ddmadm
32472026-06-05T04:13:27.891Zuploading: /work/release/ddmd (53070912 bytes)
32482026-06-05T04:13:29.470Zuploaded: /work/release/ddmd
32492026-06-05T04:13:29.470Zuploading: /work/release/falcon-lab (38584672 bytes)
32502026-06-05T04:13:31.015Zuploaded: /work/release/falcon-lab
32512026-06-05T04:13:31.015Zuploading: /work/release/mgadm (54593408 bytes)
32522026-06-05T04:13:33.046Zuploaded: /work/release/mgadm
32532026-06-05T04:13:33.050Zuploading: /work/release/mgd (70830128 bytes)
32542026-06-05T04:13:37.010Zuploaded: /work/release/mgd