01KQ10YS3XGJH9TYABZXC07YXV: 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: 01KQ10Z2WXJMCC6ZV5QN560BHE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:35:44.452Zjob assigned to worker 01KQ10ZEFYENM7D9RHJ2JZRXYQ [factory aws, i-080e257ba4d9204c3] (queued for 52 s)
 
22026-04-25T00:35:51.546Zstarting task 0: "setup"
32026-04-25T00:35:51.550Z++ uname -s
42026-04-25T00:35:51.550Z+ kern=SunOS
52026-04-25T00:35:51.550Z+ build_user=build
62026-04-25T00:35:51.550Z+ build_uid=12345
72026-04-25T00:35:51.550Z+ work_dir=/work
82026-04-25T00:35:51.550Z+ input_dir=/input
92026-04-25T00:35:51.550Z+ [[ 0 == 12345 ]]
102026-04-25T00:35:51.550Z+ case "$kern" in
112026-04-25T00:35:51.550Z+ groupadd -g 12345 build
122026-04-25T00:35:51.554Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:35:53.558Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:35:53.634Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:35:53.637Z+ home_fs=zfs
162026-04-25T00:35:53.637Z+ [[ zfs == autofs ]]
172026-04-25T00:35:53.637Z+ mkdir -p /home/build
182026-04-25T00:35:53.637Z+ chown build:build /home/build /work
192026-04-25T00:35:55.639Z+ chmod 0700 /home/build /work
202026-04-25T00:35:55.642Zprocess exited: duration 4100 ms, exit code 0
 
212026-04-25T00:35:55.648Zstarting task 1: "rust-toolchain"
222026-04-25T00:35:55.654Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:35:55.654Z * rust toolchain channel = "stable"
242026-04-25T00:35:55.654Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-25T00:35:55.654Z * rust toolchain profile = "default"
262026-04-25T00:35:55.654Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T00:35:55.654Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:35:55.657Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:35:55.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:35:55.774Zinfo: downloading installer
312026-04-25T00:35:57.155Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:35:57.155Zwarn: /opt/ooce/bin
332026-04-25T00:35:57.155Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:35:57.155Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:35:57.155Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:35:57.155Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:35:57.155Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:35:57.156Zerror: cannot install while Rust is installed
392026-04-25T00:35:57.156Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:35:57.156Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:35:57.156Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:35:57.156Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:35:57.156Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:35:57.169Zinfo: profile set to default
452026-04-25T00:35:57.169Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:35:57.172Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:35:57.301Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:35:57.304Zinfo: downloading 6 components
492026-04-25T00:36:11.660Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:11.660Z
512026-04-25T00:36:11.697Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:11.697Z
532026-04-25T00:36:11.697Z
542026-04-25T00:36:11.697ZRust is installed now. Great!
552026-04-25T00:36:11.697Z
562026-04-25T00:36:11.697ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:11.697Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:11.697Z
592026-04-25T00:36:11.697ZTo configure your current shell, you need to source
602026-04-25T00:36:11.697Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:11.697Z
622026-04-25T00:36:11.697ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:11.697Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:11.697Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:11.697Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:11.697Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:11.697Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:11.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:11.701Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:11.701Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:11.782Z+ rustup --version
722026-04-25T00:36:11.791Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:11.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:11.812Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:11.815Z+ cargo --version
762026-04-25T00:36:11.829Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:11.832Z+ rustc --version
782026-04-25T00:36:11.851Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:11.854Zprocess exited: duration 16202 ms, exit code 0
 
802026-04-25T00:36:11.860Zstarting task 2: "authentication"
812026-04-25T00:36:11.876Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T00:36:11.881Zstarting task 3: "clone repository"
832026-04-25T00:36:11.885Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:11.888Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:11.933ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:12.746Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:12.746Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:12.978ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:12.979Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:12.983Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:12.986Z++ git branch --show-current
922026-04-25T00:36:12.986Z+ current=main
932026-04-25T00:36:12.986Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:12.986Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:12.989Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:13.004ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:13.007Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:13.013ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:13.016Zprocess exited: duration 1131 ms, exit code 0
 
1002026-04-25T00:36:13.022Zstarting task 4: "build"
1012026-04-25T00:36:13.026Z+ pfexec pkg install clang-15
1022026-04-25T00:36:21.910Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-04-25T00:36:29.395Z Startup: Caching catalogs ... Done
1042026-04-25T00:36:36.024ZPlanning: Solver setup ... Done
1052026-04-25T00:36:36.059ZPlanning: Running solver ... Done
1062026-04-25T00:36:36.194ZPlanning: Finding local manifests ... Done
1072026-04-25T00:36:36.241ZPlanning: Fetching manifests: 0/2 0% complete
1082026-04-25T00:36:36.382ZPlanning: Fetching manifests: 2/2 100% complete
1092026-04-25T00:36:36.411ZPlanning: Package planning ... Done
1102026-04-25T00:36:36.437ZPlanning: Merging actions ... Done
1112026-04-25T00:36:36.551ZPlanning: Checking for conflicting actions ... Done
1122026-04-25T00:36:36.555ZPlanning: Consolidating action changes ... Done
1132026-04-25T00:36:37.321ZPlanning: Evaluating mediators ... Done
1142026-04-25T00:36:37.326ZPlanning: Planning completed in 7.76 seconds
1152026-04-25T00:36:37.337Z Packages to install: 2
1162026-04-25T00:36:37.340Z Mediators to change: 2
1172026-04-25T00:36:37.340Z Services to change: 1
1182026-04-25T00:36:37.340Z Create boot environment: No
1192026-04-25T00:36:37.340ZCreate backup boot environment: No
1202026-04-25T00:36:37.380Z
1212026-04-25T00:36:37.380ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-04-25T00:36:42.451ZDownload: 660/3076 items 17.4/211.3MB 8% complete (3.9M/s)
1232026-04-25T00:36:47.471ZDownload: 975/3076 items 81.9/211.3MB 38% complete (8.9M/s)
1242026-04-25T00:37:07.447ZDownload: 982/3076 items 82.1/211.3MB 38% complete
1252026-04-25T00:37:12.525ZDownload: 1530/3076 items 116.3/211.3MB 55% complete (6.8M/s)
1262026-04-25T00:37:17.554ZDownload: 2053/3076 items 118.2/211.3MB 55% complete (3.7M/s)
1272026-04-25T00:37:22.561ZDownload: 2349/3076 items 118.9/211.3MB 56% complete (574k/s)
1282026-04-25T00:37:27.565ZDownload: 2505/3076 items 119.5/211.3MB 56% complete (174k/s)
1292026-04-25T00:37:32.626ZDownload: 2677/3076 items 119.8/211.3MB 56% complete (97.8k/s)
1302026-04-25T00:37:37.662ZDownload: 2835/3076 items 120.1/211.3MB 56% complete (71.8k/s)
1312026-04-25T00:37:42.673ZDownload: 3005/3076 items 194.0/211.3MB 91% complete (7.4M/s)
1322026-04-25T00:37:47.678ZDownload: 3027/3076 items 201.8/211.3MB 95% complete (8.3M/s)
1332026-04-25T00:37:54.418ZDownload: 3064/3076 items 208.4/211.3MB 98% complete (3.5M/s)
1342026-04-25T00:38:06.530ZDownload: 3069/3076 items 209.3/211.3MB 99% complete (1.6M/s)
1352026-04-25T00:38:20.826ZDownload: 3074/3076 items 209.8/211.3MB 99% complete
1362026-04-25T00:38:21.653ZDownload: Completed 211.31 MB in 104.26 seconds (2.0M/s)
1372026-04-25T00:38:21.782Z Actions: 1/3418 actions (Installing new actions)
1382026-04-25T00:38:24.944Z Actions: Completed 3418 actions in 3.16 seconds.
1392026-04-25T00:38:25.253Z Done
1402026-04-25T00:38:25.253Z Done
1412026-04-25T00:38:25.982Z Done
1422026-04-25T00:38:29.211Z Done
1432026-04-25T00:38:29.291Z Done
1442026-04-25T00:38:29.294Z Done
1452026-04-25T00:38:29.611Z Done
1462026-04-25T00:38:30.292Z+ cargo --version
1472026-04-25T00:38:30.300Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1482026-04-25T00:38:30.476Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1492026-04-25T00:38:30.479Zinfo: downloading 6 components
1502026-04-25T00:38:47.059Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1512026-04-25T00:38:47.062Z+ rustc --version
1522026-04-25T00:38:47.088Zrustc 1.94.1 (e408947bf 2026-03-25)
1532026-04-25T00:38:47.093Z+ banner check
1542026-04-25T00:38:47.096Z
1552026-04-25T00:38:47.096Z #### # # ###### #### # #
1562026-04-25T00:38:47.096Z # # # # # # # # #
1572026-04-25T00:38:47.096Z # ###### ##### # ####
1582026-04-25T00:38:47.096Z # # # # # # #
1592026-04-25T00:38:47.096Z # # # # # # # # #
1602026-04-25T00:38:47.096Z #### # # ###### #### # #
1612026-04-25T00:38:47.096Z
1622026-04-25T00:38:47.096Z+ cargo fmt -- --check
1632026-04-25T00:38:47.493Z+ cargo clippy --all-targets -- --deny warnings
1642026-04-25T00:38:47.606Z Updating git repository `https://github.com/oxidecomputer/falcon`
1652026-04-25T00:38:48.177ZFrom https://github.com/oxidecomputer/falcon
1662026-04-25T00:38:48.177Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1672026-04-25T00:38:48.255Z Updating crates.io index
1682026-04-25T00:38:48.258Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1692026-04-25T00:38:48.972ZFrom https://github.com/oxidecomputer/dendrite
1702026-04-25T00:38:48.972Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1712026-04-25T00:38:49.132Z Updating git repository `https://github.com/oxidecomputer/ispf`
1722026-04-25T00:38:49.382ZFrom https://github.com/oxidecomputer/ispf
1732026-04-25T00:38:49.383Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1742026-04-25T00:38:49.388Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1752026-04-25T00:38:49.736ZFrom https://github.com/oxidecomputer/netadm-sys
1762026-04-25T00:38:49.736Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1772026-04-25T00:38:49.744Z Updating git repository `https://github.com/oxidecomputer/omicron`
1782026-04-25T00:38:55.471ZFrom https://github.com/oxidecomputer/omicron
1792026-04-25T00:38:55.471Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
1802026-04-25T00:38:55.881Z Updating git repository `https://github.com/oxidecomputer/opte`
1812026-04-25T00:38:56.455ZFrom https://github.com/oxidecomputer/opte
1822026-04-25T00:38:56.455Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
1832026-04-25T00:38:56.717Z Updating git repository `https://github.com/illumos/smf-rs`
1842026-04-25T00:38:56.976ZFrom https://github.com/illumos/smf-rs
1852026-04-25T00:38:56.976Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1862026-04-25T00:38:57.134Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1872026-04-25T00:38:57.404ZFrom https://github.com/oxidecomputer/network-interface
1882026-04-25T00:38:57.404Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1892026-04-25T00:38:57.429Z Updating git repository `https://github.com/oxidecomputer/zone`
1902026-04-25T00:38:57.698ZFrom https://github.com/oxidecomputer/zone
1912026-04-25T00:38:57.698Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1922026-04-25T00:38:57.708Z Updating git repository `https://github.com/oxidecomputer/propolis`
1932026-04-25T00:38:58.333ZFrom https://github.com/oxidecomputer/propolis
1942026-04-25T00:38:58.333Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1952026-04-25T00:38:58.561Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1962026-04-25T00:38:59.044ZFrom https://github.com/oxidecomputer/transceiver-control
1972026-04-25T00:38:59.045Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1982026-04-25T00:38:59.066Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1992026-04-25T00:38:59.323ZFrom https://github.com/oxidecomputer/dlpi-sys
2002026-04-25T00:38:59.323Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
2012026-04-25T00:38:59.329Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2022026-04-25T00:38:59.609ZFrom https://github.com/jmesmon/rust-libzfs
2032026-04-25T00:38:59.609Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2042026-04-25T00:38:59.617Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2052026-04-25T00:38:59.864ZFrom https://github.com/oxidecomputer/rusty-doors
2062026-04-25T00:38:59.864Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2072026-04-25T00:38:59.875Z Updating git repository `https://github.com/oxidecomputer/lldp`
2082026-04-25T00:39:00.187ZFrom https://github.com/oxidecomputer/lldp
2092026-04-25T00:39:00.187Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
2102026-04-25T00:39:00.236Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2112026-04-25T00:39:00.507ZFrom https://github.com/oxidecomputer/slog-error-chain
2122026-04-25T00:39:00.508Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2132026-04-25T00:39:00.549Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2142026-04-25T00:39:00.842ZFrom https://github.com/oxidecomputer/tufaceous
2152026-04-25T00:39:00.842Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2162026-04-25T00:39:00.944Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2172026-04-25T00:39:01.376ZFrom https://github.com/oxidecomputer/management-gateway-service
2182026-04-25T00:39:01.376Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2192026-04-25T00:39:01.390Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-04-25T00:39:02.180ZFrom https://github.com/oxidecomputer/crucible
2212026-04-25T00:39:02.180Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2222026-04-25T00:39:02.681Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2232026-04-25T00:39:02.941ZFrom https://github.com/oxidecomputer/serde_human_bytes
2242026-04-25T00:39:02.941Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2252026-04-25T00:39:03.725Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-04-25T00:39:04.036ZFrom https://github.com/oxidecomputer/propolis
2272026-04-25T00:39:04.036Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2282026-04-25T00:39:04.131Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-04-25T00:39:04.389ZFrom https://github.com/oxidecomputer/tofino
2302026-04-25T00:39:04.389Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2312026-04-25T00:39:04.395Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-04-25T00:39:04.900ZFrom https://github.com/oxidecomputer/maghemite
2332026-04-25T00:39:04.900Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2342026-04-25T00:39:04.940Z Updating git repository `https://github.com/oxidecomputer/clickward`
2352026-04-25T00:39:05.223ZFrom https://github.com/oxidecomputer/clickward
2362026-04-25T00:39:05.223Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2372026-04-25T00:39:05.258Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-04-25T00:39:05.681ZFrom https://github.com/oxidecomputer/illumos-devinfo
2392026-04-25T00:39:05.681Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2402026-04-25T00:39:05.884Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-04-25T00:39:06.224ZFrom https://github.com/oxidecomputer/crucible
2422026-04-25T00:39:06.224Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2432026-04-25T00:39:07.297Z Downloading crates ...
2442026-04-25T00:39:07.379Z Downloaded darling v0.21.3
2452026-04-25T00:39:07.403Z Downloaded dyn-clone v1.0.20
2462026-04-25T00:39:07.407Z Downloaded crossbeam-epoch v0.9.18
2472026-04-25T00:39:07.411Z Downloaded form_urlencoded v1.2.2
2482026-04-25T00:39:07.414Z Downloaded enum-as-inner v0.6.1
2492026-04-25T00:39:07.417Z Downloaded cpufeatures v0.2.17
2502026-04-25T00:39:07.417Z Downloaded camino v1.2.2
2512026-04-25T00:39:07.420Z Downloaded console v0.16.3
2522026-04-25T00:39:07.423Z Downloaded http-body v1.0.1
2532026-04-25T00:39:07.425Z Downloaded cookie v0.18.1
2542026-04-25T00:39:07.428Z Downloaded critical-section v1.2.0
2552026-04-25T00:39:07.431Z Downloaded heck v0.4.1
2562026-04-25T00:39:07.431Z Downloaded dtrace-parser v0.2.0
2572026-04-25T00:39:07.434Z Downloaded dtrace-parser v0.3.0
2582026-04-25T00:39:07.434Z Downloaded darling_macro v0.23.0
2592026-04-25T00:39:07.437Z Downloaded debug-ignore v1.0.5
2602026-04-25T00:39:07.440Z Downloaded either v1.15.0
2612026-04-25T00:39:07.440Z Downloaded hostname v0.4.2
2622026-04-25T00:39:07.443Z Downloaded errno v0.3.14
2632026-04-25T00:39:07.446Z Downloaded clap_derive v4.6.0
2642026-04-25T00:39:07.448Z Downloaded hex v0.4.3
2652026-04-25T00:39:07.451Z Downloaded futures-macro v0.3.32
2662026-04-25T00:39:07.451Z Downloaded cfg_aliases v0.2.1
2672026-04-25T00:39:07.454Z Downloaded cipher v0.4.4
2682026-04-25T00:39:07.457Z Downloaded fixedbitset v0.4.2
2692026-04-25T00:39:07.457Z Downloaded allocator-api2 v0.2.21
2702026-04-25T00:39:07.460Z Downloaded console v0.15.11
2712026-04-25T00:39:07.463Z Downloaded futures-sink v0.3.32
2722026-04-25T00:39:07.465Z Downloaded anstyle-parse v1.0.0
2732026-04-25T00:39:07.465Z Downloaded futures-task v0.3.32
2742026-04-25T00:39:07.468Z Downloaded foreign-types v0.3.2
2752026-04-25T00:39:07.471Z Downloaded gethostname v0.5.0
2762026-04-25T00:39:07.471Z Downloaded adler2 v2.0.1
2772026-04-25T00:39:07.474Z Downloaded displaydoc v0.2.5
2782026-04-25T00:39:07.477Z Downloaded foldhash v0.2.0
2792026-04-25T00:39:07.480Z Downloaded digest v0.10.7
2802026-04-25T00:39:07.480Z Downloaded darling_macro v0.21.3
2812026-04-25T00:39:07.482Z Downloaded float-ord v0.3.2
2822026-04-25T00:39:07.485Z Downloaded const-random v0.1.18
2832026-04-25T00:39:07.485Z Downloaded fastrand v2.3.0
2842026-04-25T00:39:07.488Z Downloaded chacha20 v0.10.0
2852026-04-25T00:39:07.491Z Downloaded async-stream v0.3.6
2862026-04-25T00:39:07.494Z Downloaded foreign-types-shared v0.1.1
2872026-04-25T00:39:07.494Z Downloaded heck v0.5.0
2882026-04-25T00:39:07.497Z Downloaded hubpack v0.1.2
2892026-04-25T00:39:07.500Z Downloaded foreign-types v0.5.0
2902026-04-25T00:39:07.500Z Downloaded cstr-argument v0.1.2
2912026-04-25T00:39:07.503Z Downloaded fnv v1.0.7
2922026-04-25T00:39:07.503Z Downloaded crucible-workspace-hack v0.1.0
2932026-04-25T00:39:07.505Z Downloaded ciborium-ll v0.2.2
2942026-04-25T00:39:07.506Z Downloaded base16ct v1.0.0
2952026-04-25T00:39:07.508Z Downloaded generic-array v0.14.7
2962026-04-25T00:39:07.511Z Downloaded aead v0.5.2
2972026-04-25T00:39:07.511Z Downloaded darling_core v0.21.3
2982026-04-25T00:39:07.514Z Downloaded foreign-types-macros v0.2.3
2992026-04-25T00:39:07.517Z Downloaded glob v0.3.3
3002026-04-25T00:39:07.520Z Downloaded compression-core v0.4.31
3012026-04-25T00:39:07.520Z Downloaded async-recursion v1.1.1
3022026-04-25T00:39:07.522Z Downloaded http-body-util v0.1.3
3032026-04-25T00:39:07.525Z Downloaded group v0.13.0
3042026-04-25T00:39:07.528Z Downloaded fs_extra v1.3.0
3052026-04-25T00:39:07.531Z Downloaded daft v0.1.5
3062026-04-25T00:39:07.531Z Downloaded const_format_proc_macros v0.2.34
3072026-04-25T00:39:07.533Z Downloaded hostname v0.3.1
3082026-04-25T00:39:07.536Z Downloaded futures-core v0.3.32
3092026-04-25T00:39:07.536Z Downloaded compression-codecs v0.4.37
3102026-04-25T00:39:07.539Z Downloaded indent_write v2.2.0
3112026-04-25T00:39:07.542Z Downloaded globset v0.4.18
3122026-04-25T00:39:07.545Z Downloaded futures-channel v0.3.32
3132026-04-25T00:39:07.545Z Downloaded ciborium v0.2.2
3142026-04-25T00:39:07.548Z Downloaded blake2 v0.10.6
3152026-04-25T00:39:07.551Z Downloaded foreign-types-shared v0.3.1
3162026-04-25T00:39:07.553Z Downloaded base64ct v1.8.3
3172026-04-25T00:39:07.553Z Downloaded inout v0.1.4
3182026-04-25T00:39:07.556Z Downloaded daft-derive v0.1.5
3192026-04-25T00:39:07.559Z Downloaded cargo_toml v0.22.3
3202026-04-25T00:39:07.562Z Downloaded instant v0.1.13
3212026-04-25T00:39:07.562Z Downloaded idna_adapter v1.2.1
3222026-04-25T00:39:07.565Z Downloaded futures-io v0.3.32
3232026-04-25T00:39:07.565Z Downloaded embedded-io v0.6.1
3242026-04-25T00:39:07.568Z Downloaded is-terminal v0.4.17
3252026-04-25T00:39:07.571Z Downloaded lru-cache v0.1.2
3262026-04-25T00:39:07.571Z Downloaded hyper-rustls v0.27.7
3272026-04-25T00:39:07.574Z Downloaded macaddr v1.0.1
3282026-04-25T00:39:07.576Z Downloaded foldhash v0.1.5
3292026-04-25T00:39:07.576Z Downloaded memoffset v0.9.1
3302026-04-25T00:39:07.579Z Downloaded highway v1.3.0
3312026-04-25T00:39:07.579Z Downloaded fs-err v3.3.0
3322026-04-25T00:39:07.582Z Downloaded derive-ex v0.1.8
3332026-04-25T00:39:07.585Z Downloaded jobserver v0.1.34
3342026-04-25T00:39:07.585Z Downloaded icu_provider v2.1.1
3352026-04-25T00:39:07.588Z Downloaded libscf-sys v1.1.0
3362026-04-25T00:39:07.591Z Downloaded lru-slab v0.1.2
3372026-04-25T00:39:07.591Z Downloaded libsw-core v0.3.2
3382026-04-25T00:39:07.594Z Downloaded httpdate v1.0.3
3392026-04-25T00:39:07.594Z Downloaded bitflags v2.11.0
3402026-04-25T00:39:07.597Z Downloaded erased-serde v0.3.31
3412026-04-25T00:39:07.600Z Downloaded defmt v1.0.1
3422026-04-25T00:39:07.603Z Downloaded crc8 v0.1.1
3432026-04-25T00:39:07.606Z Downloaded ciborium-io v0.2.2
3442026-04-25T00:39:07.606Z Downloaded diff v0.1.13
3452026-04-25T00:39:07.608Z Downloaded curve25519-dalek-derive v0.1.1
3462026-04-25T00:39:07.611Z Downloaded cobs v0.3.0
3472026-04-25T00:39:07.611Z Downloaded equivalent v1.0.2
3482026-04-25T00:39:07.614Z Downloaded convert_case v0.4.0
3492026-04-25T00:39:07.614Z Downloaded arc-swap v1.9.0
3502026-04-25T00:39:07.619Z Downloaded curve25519-dalek v4.1.3
3512026-04-25T00:39:07.622Z Downloaded humantime v2.3.0
3522026-04-25T00:39:07.630Z Downloaded base16ct v0.2.0
3532026-04-25T00:39:07.630Z Downloaded async-stream-impl v0.3.6
3542026-04-25T00:39:07.630Z Downloaded getrandom v0.4.2
3552026-04-25T00:39:07.633Z Downloaded mime v0.3.17
3562026-04-25T00:39:07.633Z Downloaded memmap v0.7.0
3572026-04-25T00:39:07.636Z Downloaded match_cfg v0.1.0
3582026-04-25T00:39:07.636Z Downloaded elliptic-curve v0.13.8
3592026-04-25T00:39:07.639Z Downloaded dropshot_endpoint v0.17.0
3602026-04-25T00:39:07.642Z Downloaded camino-tempfile v1.4.1
3612026-04-25T00:39:07.645Z Downloaded crypto-bigint v0.5.5
3622026-04-25T00:39:07.647Z Downloaded ipnet v2.12.0
3632026-04-25T00:39:07.650Z Downloaded anstream v1.0.0
3642026-04-25T00:39:07.650Z Downloaded num v0.4.3
3652026-04-25T00:39:07.653Z Downloaded ident_case v1.0.1
3662026-04-25T00:39:07.654Z Downloaded hubpack_derive v0.1.1
3672026-04-25T00:39:07.656Z Downloaded ipnetwork v0.21.1
3682026-04-25T00:39:07.659Z Downloaded csv-core v0.1.13
3692026-04-25T00:39:07.659Z Downloaded bitflags v1.3.2
3702026-04-25T00:39:07.662Z Downloaded crossbeam-channel v0.5.15
3712026-04-25T00:39:07.665Z Downloaded keccak v0.1.6
3722026-04-25T00:39:07.665Z Downloaded is_terminal_polyfill v1.70.2
3732026-04-25T00:39:07.668Z Downloaded num-iter v0.1.45
3742026-04-25T00:39:07.670Z Downloaded olpc-cjson v0.1.4
3752026-04-25T00:39:07.670Z Downloaded num_threads v0.1.7
3762026-04-25T00:39:07.673Z Downloaded defmt-macros v1.0.1
3772026-04-25T00:39:07.676Z Downloaded openssl-probe v0.2.1
3782026-04-25T00:39:07.676Z Downloaded crossbeam-utils v0.8.21
3792026-04-25T00:39:07.679Z Downloaded num-derive v0.3.3
3802026-04-25T00:39:07.681Z Downloaded libsw v3.5.0
3812026-04-25T00:39:07.681Z Downloaded futures v0.3.32
3822026-04-25T00:39:07.684Z Downloaded paste v1.0.15
3832026-04-25T00:39:07.687Z Downloaded derive-where v1.6.1
3842026-04-25T00:39:07.689Z Downloaded httparse v1.10.1
3852026-04-25T00:39:07.692Z Downloaded const_format v0.2.35
3862026-04-25T00:39:07.695Z Downloaded lazy_static v1.5.0
3872026-04-25T00:39:07.698Z Downloaded itoa v1.0.18
3882026-04-25T00:39:07.700Z Downloaded parse-display v0.10.0
3892026-04-25T00:39:07.700Z Downloaded newtype_derive v0.1.6
3902026-04-25T00:39:07.702Z Downloaded clap v4.6.0
3912026-04-25T00:39:07.706Z Downloaded proc-macro-error-attr2 v2.0.0
3922026-04-25T00:39:07.709Z Downloaded linear-map v1.2.0
3932026-04-25T00:39:07.712Z Downloaded crc32fast v1.5.0
3942026-04-25T00:39:07.712Z Downloaded no-std-compat v0.4.1
3952026-04-25T00:39:07.715Z Downloaded is_ci v1.2.0
3962026-04-25T00:39:07.715Z Downloaded multer v3.1.0
3972026-04-25T00:39:07.718Z Downloaded phf_shared v0.12.1
3982026-04-25T00:39:07.718Z Downloaded ingot-types v0.1.2
3992026-04-25T00:39:07.721Z Downloaded crossbeam-deque v0.8.6
4002026-04-25T00:39:07.721Z Downloaded newtype-uuid-macros v0.1.0
4012026-04-25T00:39:07.724Z Downloaded hmac v0.12.1
4022026-04-25T00:39:07.724Z Downloaded ahash v0.8.12
4032026-04-25T00:39:07.727Z Downloaded progenitor-client v0.11.2
4042026-04-25T00:39:07.729Z Downloaded newline-converter v0.3.0
4052026-04-25T00:39:07.729Z Downloaded linked-hash-map v0.5.6
4062026-04-25T00:39:07.732Z Downloaded half v2.7.1
4072026-04-25T00:39:07.733Z Downloaded dropshot_endpoint v0.16.7
4082026-04-25T00:39:07.735Z Downloaded num-derive v0.4.2
4092026-04-25T00:39:07.738Z Downloaded potential_utf v0.1.4
4102026-04-25T00:39:07.738Z Downloaded pretty-hex v0.4.2
4112026-04-25T00:39:07.741Z Downloaded num-conv v0.2.1
4122026-04-25T00:39:07.741Z Downloaded managed v0.8.0
4132026-04-25T00:39:07.744Z Downloaded plain v0.2.3
4142026-04-25T00:39:07.744Z Downloaded getrandom v0.3.4
4152026-04-25T00:39:07.746Z Downloaded newtype-uuid v1.3.2
4162026-04-25T00:39:07.749Z Downloaded natord v1.0.9
4172026-04-25T00:39:07.749Z Downloaded const-random-macro v0.1.16
4182026-04-25T00:39:07.752Z Downloaded num_enum_derive v0.7.6
4192026-04-25T00:39:07.752Z Downloaded num_enum_derive v0.5.11
4202026-04-25T00:39:07.754Z Downloaded darling_core v0.23.0
4212026-04-25T00:39:07.757Z Downloaded progenitor-macro v0.11.2
4222026-04-25T00:39:07.757Z Downloaded progenitor-macro v0.10.0
4232026-04-25T00:39:07.760Z Downloaded proc-macro-crate v3.5.0
4242026-04-25T00:39:07.760Z Downloaded omicron-workspace-hack v0.1.0
4252026-04-25T00:39:07.763Z Downloaded progenitor-client v0.10.0
4262026-04-25T00:39:07.763Z Downloaded percent-encoding v2.3.2
4272026-04-25T00:39:07.763Z Downloaded num_enum v0.7.6
4282026-04-25T00:39:07.766Z Downloaded owo-colors v4.3.0
4292026-04-25T00:39:07.769Z Downloaded byteorder v1.5.0
4302026-04-25T00:39:07.772Z Downloaded mio v1.2.0
4312026-04-25T00:39:07.775Z Downloaded rand_xorshift v0.4.0
4322026-04-25T00:39:07.775Z Downloaded chacha20poly1305 v0.10.1
4332026-04-25T00:39:07.778Z Downloaded ingot-macros v0.1.1
4342026-04-25T00:39:07.778Z Downloaded openssl-macros v0.1.1
4352026-04-25T00:39:07.781Z Downloaded opaque-debug v0.3.1
4362026-04-25T00:39:07.781Z Downloaded parking_lot_core v0.8.6
4372026-04-25T00:39:07.784Z Downloaded quick-error v1.2.3
4382026-04-25T00:39:07.784Z Downloaded anstyle-query v1.1.5
4392026-04-25T00:39:07.786Z Downloaded cc v1.2.58
4402026-04-25T00:39:07.786Z Downloaded iana-time-zone v0.1.65
4412026-04-25T00:39:07.789Z Downloaded async-compression v0.4.41
4422026-04-25T00:39:07.793Z Downloaded parse-display-derive v0.10.0
4432026-04-25T00:39:07.796Z Downloaded rustc_version v0.4.1
4442026-04-25T00:39:07.796Z Downloaded proc-macro-crate v1.3.1
4452026-04-25T00:39:07.798Z Downloaded memmap2 v0.9.10
4462026-04-25T00:39:07.798Z Downloaded ref-cast-impl v1.0.25
4472026-04-25T00:39:07.801Z Downloaded powerfmt v0.2.0
4482026-04-25T00:39:07.801Z Downloaded progenitor v0.10.0
4492026-04-25T00:39:07.804Z Downloaded proc-macro-error-attr v1.0.4
4502026-04-25T00:39:07.804Z Downloaded pkg-config v0.3.32
4512026-04-25T00:39:07.808Z Downloaded pem v3.0.6
4522026-04-25T00:39:07.808Z Downloaded indexmap v1.9.3
4532026-04-25T00:39:07.811Z Downloaded derive_more v0.99.20
4542026-04-25T00:39:07.813Z Downloaded icu_properties v2.1.2
4552026-04-25T00:39:07.816Z Downloaded rustc_version v0.1.7
4562026-04-25T00:39:07.816Z Downloaded rustc-hash v2.1.2
4572026-04-25T00:39:07.819Z Downloaded ppv-lite86 v0.2.21
4582026-04-25T00:39:07.819Z Downloaded oxnet v0.1.4
4592026-04-25T00:39:07.822Z Downloaded bytes v1.11.1
4602026-04-25T00:39:07.825Z Downloaded progenitor-macro v0.13.0
4612026-04-25T00:39:07.825Z Downloaded lock_api v0.4.14
4622026-04-25T00:39:07.828Z Downloaded num-complex v0.4.6
4632026-04-25T00:39:07.828Z Downloaded litemap v0.8.1
4642026-04-25T00:39:07.830Z Downloaded rand_core v0.10.0
4652026-04-25T00:39:07.831Z Downloaded rand_core v0.9.5
4662026-04-25T00:39:07.833Z Downloaded progenitor v0.13.0
4672026-04-25T00:39:07.833Z Downloaded proc-macro-error v1.0.4
4682026-04-25T00:39:07.836Z Downloaded num-rational v0.4.2
4692026-04-25T00:39:07.836Z Downloaded ref-cast v1.0.25
4702026-04-25T00:39:07.839Z Downloaded progenitor-extras v0.1.1
4712026-04-25T00:39:07.842Z Downloaded proc-macro-error2 v2.0.1
4722026-04-25T00:39:07.845Z Downloaded scopeguard v1.2.0
4732026-04-25T00:39:07.845Z Downloaded password-hash v0.5.0
4742026-04-25T00:39:07.848Z Downloaded once_cell v1.21.4
4752026-04-25T00:39:07.848Z Downloaded same-file v1.0.6
4762026-04-25T00:39:07.851Z Downloaded num_enum v0.5.11
4772026-04-25T00:39:07.853Z Downloaded oxide-tokio-rt v0.1.3
4782026-04-25T00:39:07.853Z Downloaded scroll_derive v0.13.1
4792026-04-25T00:39:07.856Z Downloaded scroll_derive v0.12.1
4802026-04-25T00:39:07.856Z Downloaded parking_lot v0.11.2
4812026-04-25T00:39:07.859Z Downloaded serde-big-array v0.5.1
4822026-04-25T00:39:07.859Z Downloaded secrecy v0.10.3
4832026-04-25T00:39:07.862Z Downloaded log v0.4.29
4842026-04-25T00:39:07.862Z Downloaded progenitor v0.11.2
4852026-04-25T00:39:07.865Z Downloaded serde_spanned v1.1.0
4862026-04-25T00:39:07.865Z Downloaded poly1305 v0.8.0
4872026-04-25T00:39:07.868Z Downloaded progenitor-client v0.13.0
4882026-04-25T00:39:07.868Z Downloaded num-integer v0.1.46
4892026-04-25T00:39:07.871Z Downloaded darling v0.23.0
4902026-04-25T00:39:07.874Z Downloaded semver v0.1.20
4912026-04-25T00:39:07.874Z Downloaded pest_derive v2.8.6
4922026-04-25T00:39:07.876Z Downloaded parking_lot_core v0.9.12
4932026-04-25T00:39:07.879Z Downloaded proc-macro2 v1.0.106
4942026-04-25T00:39:07.879Z Downloaded rand_chacha v0.3.1
4952026-04-25T00:39:07.882Z Downloaded serde_spanned v0.6.9
4962026-04-25T00:39:07.882Z Downloaded schemars_derive v0.8.22
4972026-04-25T00:39:07.885Z Downloaded serial_test_derive v3.4.0
4982026-04-25T00:39:07.885Z Downloaded serde_repr v0.1.20
4992026-04-25T00:39:07.888Z Downloaded phf v0.12.1
5002026-04-25T00:39:07.888Z Downloaded base64 v0.21.7
5012026-04-25T00:39:07.890Z Downloaded serde_urlencoded v0.7.1
5022026-04-25T00:39:07.893Z Downloaded quote v1.0.45
5032026-04-25T00:39:07.893Z Downloaded sha1 v0.10.6
5042026-04-25T00:39:07.896Z Downloaded rand_chacha v0.9.0
5052026-04-25T00:39:07.896Z Downloaded pin-project-internal v1.1.11
5062026-04-25T00:39:07.899Z Downloaded parking_lot v0.12.5
5072026-04-25T00:39:07.899Z Downloaded icu_locale_core v2.1.1
5082026-04-25T00:39:07.902Z Downloaded sigpipe v0.1.3
5092026-04-25T00:39:07.905Z Downloaded indicatif v0.18.4
5102026-04-25T00:39:07.907Z Downloaded slog-envlogger v2.2.0
5112026-04-25T00:39:07.908Z Downloaded slog-bunyan v2.5.0
5122026-04-25T00:39:07.911Z Downloaded icu_normalizer_data v2.1.1
5132026-04-25T00:39:07.911Z Downloaded rustls-native-certs v0.8.3
5142026-04-25T00:39:07.914Z Downloaded rand_core v0.6.4
5152026-04-25T00:39:07.914Z Downloaded hickory-resolver v0.25.2
5162026-04-25T00:39:07.918Z Downloaded resolv-conf v0.7.6
5172026-04-25T00:39:07.918Z Downloaded icu_properties_data v2.1.2
5182026-04-25T00:39:07.923Z Downloaded rustls-pemfile v2.2.0
5192026-04-25T00:39:07.927Z Downloaded rhai_codegen v3.1.0
5202026-04-25T00:39:07.930Z Downloaded siphasher v1.0.2
5212026-04-25T00:39:07.930Z Downloaded serial_test v3.4.0
5222026-04-25T00:39:07.934Z Downloaded scroll v0.13.0
5232026-04-25T00:39:07.934Z Downloaded sdd v3.0.10
5242026-04-25T00:39:07.938Z Downloaded smawk v0.3.2
5252026-04-25T00:39:07.938Z Downloaded rustversion v1.0.22
5262026-04-25T00:39:07.938Z Downloaded spin v0.5.2
5272026-04-25T00:39:07.938Z Downloaded scroll v0.12.0
5282026-04-25T00:39:07.941Z Downloaded flate2 v1.1.9
5292026-04-25T00:39:07.944Z Downloaded miniz_oxide v0.8.9
5302026-04-25T00:39:07.944Z Downloaded postcard v1.1.3
5312026-04-25T00:39:07.947Z Downloaded pest_generator v2.8.6
5322026-04-25T00:39:07.950Z Downloaded hyper-util v0.1.20
5332026-04-25T00:39:07.953Z Downloaded papergrid v0.11.0
5342026-04-25T00:39:07.957Z Downloaded strsim v0.11.1
5352026-04-25T00:39:07.957Z Downloaded stable_deref_trait v1.2.1
5362026-04-25T00:39:07.957Z Downloaded heapless v0.8.0
5372026-04-25T00:39:07.960Z Downloaded icu_normalizer v2.1.1
5382026-04-25T00:39:07.964Z Downloaded hickory-resolver v0.24.4
5392026-04-25T00:39:07.964Z Downloaded supports-color v3.0.2
5402026-04-25T00:39:07.967Z Downloaded structmeta-derive v0.3.0
5412026-04-25T00:39:07.967Z Downloaded memchr v2.8.0
5422026-04-25T00:39:07.970Z Downloaded quinn-udp v0.5.14
5432026-04-25T00:39:07.970Z Downloaded slog-async v2.8.0
5442026-04-25T00:39:07.973Z Downloaded subtle v2.6.1
5452026-04-25T00:39:07.973Z Downloaded slog-json v2.6.1
5462026-04-25T00:39:07.973Z Downloaded slab v0.4.12
5472026-04-25T00:39:07.976Z Downloaded swrite v0.1.0
5482026-04-25T00:39:07.976Z Downloaded strum v0.27.2
5492026-04-25T00:39:07.979Z Downloaded icu_collections v2.1.1
5502026-04-25T00:39:07.982Z Downloaded take_mut v0.2.2
5512026-04-25T00:39:07.982Z Downloaded terminal_size v0.4.4
5522026-04-25T00:39:07.982Z Downloaded rustls-pki-types v1.14.0
5532026-04-25T00:39:07.985Z Downloaded serde_tokenstream v0.2.3
5542026-04-25T00:39:07.985Z Downloaded slog-scope v4.4.1
5552026-04-25T00:39:07.988Z Downloaded slog-dtrace v0.3.0
5562026-04-25T00:39:07.988Z Downloaded tabled_derive v0.7.0
5572026-04-25T00:39:07.988Z Downloaded num-traits v0.2.19
5582026-04-25T00:39:07.991Z Downloaded strum v0.26.3
5592026-04-25T00:39:07.991Z Downloaded structmeta v0.3.0
5602026-04-25T00:39:07.994Z Downloaded sha2 v0.10.9
5612026-04-25T00:39:07.994Z Downloaded sync_wrapper v1.0.2
5622026-04-25T00:39:07.994Z Downloaded serde_plain v1.0.2
5632026-04-25T00:39:07.998Z Downloaded tagptr v0.2.0
5642026-04-25T00:39:07.998Z Downloaded tabwriter v1.4.1
5652026-04-25T00:39:07.998Z Downloaded tabled_derive v0.11.0
5662026-04-25T00:39:08.001Z Downloaded smartstring v1.0.1
5672026-04-25T00:39:08.001Z Downloaded termtree v0.5.1
5682026-04-25T00:39:08.001Z Downloaded signal-hook-registry v1.4.8
5692026-04-25T00:39:08.004Z Downloaded serde_with_macros v3.18.0
5702026-04-25T00:39:08.004Z Downloaded semver v1.0.28
5712026-04-25T00:39:08.004Z Downloaded progenitor-impl v0.10.0
5722026-04-25T00:39:08.007Z Downloaded pretty_assertions v1.4.1
5732026-04-25T00:39:08.007Z Downloaded snafu-derive v0.8.9
5742026-04-25T00:39:08.010Z Downloaded testing_table v0.3.0
5752026-04-25T00:39:08.010Z Downloaded progenitor-impl v0.11.2
5762026-04-25T00:39:08.013Z Downloaded jiff-static v0.2.23
5772026-04-25T00:39:08.013Z Downloaded http v1.4.0
5782026-04-25T00:39:08.016Z Downloaded simd-adler32 v0.3.9
5792026-04-25T00:39:08.016Z Downloaded rusty-fork v0.3.1
5802026-04-25T00:39:08.019Z Downloaded thiserror-impl-no-std v2.0.2
5812026-04-25T00:39:08.019Z Downloaded papergrid v0.17.0
5822026-04-25T00:39:08.022Z Downloaded thread-id v5.1.0
5832026-04-25T00:39:08.022Z Downloaded ryu v1.0.23
5842026-04-25T00:39:08.025Z Downloaded serde_path_to_error v0.1.20
5852026-04-25T00:39:08.027Z Downloaded thread-id v4.2.2
5862026-04-25T00:39:08.028Z Downloaded static_assertions v1.1.0
5872026-04-25T00:39:08.028Z Downloaded smf v0.2.3
5882026-04-25T00:39:08.031Z Downloaded time-core v0.1.8
5892026-04-25T00:39:08.031Z Downloaded serde_derive_internals v0.29.1
5902026-04-25T00:39:08.031Z Downloaded pin-project-lite v0.2.17
5912026-04-25T00:39:08.035Z Downloaded tinyvec_macros v0.1.1
5922026-04-25T00:39:08.037Z Downloaded base64 v0.22.1
5932026-04-25T00:39:08.037Z Downloaded tokio-macros v2.7.0
5942026-04-25T00:39:08.037Z Downloaded ff v0.13.1
5952026-04-25T00:39:08.040Z Downloaded data-encoding v2.10.0
5962026-04-25T00:39:08.040Z Downloaded getrandom v0.2.17
5972026-04-25T00:39:08.043Z Downloaded slog-stdlog v4.1.1
5982026-04-25T00:39:08.043Z Downloaded cancel-safe-futures v0.1.5
5992026-04-25T00:39:08.046Z Downloaded ingot v0.1.1
6002026-04-25T00:39:08.046Z Downloaded chacha20 v0.9.1
6012026-04-25T00:39:08.046Z Downloaded hashbrown v0.12.3
6022026-04-25T00:39:08.049Z Downloaded toml_datetime v0.6.11
6032026-04-25T00:39:08.052Z Downloaded minimal-lexical v0.2.1
6042026-04-25T00:39:08.055Z Downloaded pin-project v1.1.11
6052026-04-25T00:39:08.059Z Downloaded strum_macros v0.26.4
6062026-04-25T00:39:08.062Z Downloaded openssl-sys v0.9.112
6072026-04-25T00:39:08.065Z Downloaded schemars v0.8.22
6082026-04-25T00:39:08.070Z Downloaded serde_derive v1.0.228
6092026-04-25T00:39:08.074Z Downloaded tower-service v0.3.3
6102026-04-25T00:39:08.074Z Downloaded tower-layer v0.3.3
6112026-04-25T00:39:08.074Z Downloaded toml_write v0.1.2
6122026-04-25T00:39:08.077Z Downloaded quinn v0.11.9
6132026-04-25T00:39:08.077Z Downloaded indexmap v2.13.0
6142026-04-25T00:39:08.080Z Downloaded thread_local v1.1.9
6152026-04-25T00:39:08.080Z Downloaded thiserror v2.0.18
6162026-04-25T00:39:08.083Z Downloaded rustls-platform-verifier v0.6.2
6172026-04-25T00:39:08.086Z Downloaded thiserror-no-std v2.0.2
6182026-04-25T00:39:08.089Z Downloaded typeid v1.0.3
6192026-04-25T00:39:08.089Z Downloaded try-lock v0.2.5
6202026-04-25T00:39:08.089Z Downloaded tiny-keccak v2.0.2
6212026-04-25T00:39:08.092Z Downloaded spin v0.9.8
6222026-04-25T00:39:08.092Z Downloaded typify-macro v0.4.3
6232026-04-25T00:39:08.095Z Downloaded tokio-dtrace v0.1.1
6242026-04-25T00:39:08.095Z Downloaded thiserror-impl v1.0.69
6252026-04-25T00:39:08.096Z Downloaded dropshot-api-manager v0.7.0
6262026-04-25T00:39:08.098Z Downloaded typify-macro v0.6.1
6272026-04-25T00:39:08.098Z Downloaded shlex v1.3.0
6282026-04-25T00:39:08.098Z Downloaded unicode-xid v0.2.6
6292026-04-25T00:39:08.101Z Downloaded thiserror-impl v2.0.18
6302026-04-25T00:39:08.101Z Downloaded universal-hash v0.5.1
6312026-04-25T00:39:08.101Z Downloaded smallvec v1.15.1
6322026-04-25T00:39:08.104Z Downloaded time-macros v0.2.27
6332026-04-25T00:39:08.105Z Downloaded untrusted v0.7.1
6342026-04-25T00:39:08.105Z Downloaded progenitor-impl v0.13.0
6352026-04-25T00:39:08.108Z Downloaded prettyplease v0.2.37
6362026-04-25T00:39:08.108Z Downloaded pest_meta v2.8.6
6372026-04-25T00:39:08.111Z Downloaded unarray v0.1.4
6382026-04-25T00:39:08.111Z Downloaded unicode-linebreak v0.1.5
6392026-04-25T00:39:08.111Z Downloaded clap_builder v4.6.0
6402026-04-25T00:39:08.114Z Downloaded untrusted v0.9.0
6412026-04-25T00:39:08.117Z Downloaded clap_lex v1.1.0
6422026-04-25T00:39:08.117Z Downloaded unit-prefix v0.5.2
6432026-04-25T00:39:08.117Z Downloaded expectorate v1.2.0
6442026-04-25T00:39:08.120Z Downloaded slog-term v2.9.2
6452026-04-25T00:39:08.120Z Downloaded tokio-rustls v0.25.0
6462026-04-25T00:39:08.123Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6472026-04-25T00:39:08.123Z Downloaded tinystr v0.8.2
6482026-04-25T00:39:08.123Z Downloaded tokio-tungstenite v0.21.0
6492026-04-25T00:39:08.127Z Downloaded anyhow v1.0.102
6502026-04-25T00:39:08.130Z Downloaded usdt-macro v0.5.0
6512026-04-25T00:39:08.130Z Downloaded usdt-attr-macro v0.6.0
6522026-04-25T00:39:08.130Z Downloaded usdt-attr-macro v0.5.0
6532026-04-25T00:39:08.130Z Downloaded usdt v0.6.0
6542026-04-25T00:39:08.130Z Downloaded usdt v0.5.0
6552026-04-25T00:39:08.131Z Downloaded utf8parse v0.2.2
6562026-04-25T00:39:08.133Z Downloaded utf-8 v0.7.6
6572026-04-25T00:39:08.134Z Downloaded tempfile v3.27.0
6582026-04-25T00:39:08.134Z Downloaded serde_core v1.0.228
6592026-04-25T00:39:08.137Z Downloaded term v1.2.1
6602026-04-25T00:39:08.137Z Downloaded atomic-waker v1.1.2
6612026-04-25T00:39:08.164Z Downloaded serde_yaml v0.9.34+deprecated
6622026-04-25T00:39:08.164Z Downloaded toml_datetime v1.1.0+spec-1.1.0
6632026-04-25T00:39:08.164Z Downloaded utf8_iter v1.0.4
6642026-04-25T00:39:08.164Z Downloaded usdt-macro v0.6.0
6652026-04-25T00:39:08.164Z Downloaded strum_macros v0.27.2
6662026-04-25T00:39:08.164Z Downloaded wait-timeout v0.2.1
6672026-04-25T00:39:08.164Z Downloaded waitgroup v0.1.2
6682026-04-25T00:39:08.164Z Downloaded version_check v0.9.5
6692026-04-25T00:39:08.164Z Downloaded bit-set v0.8.0
6702026-04-25T00:39:08.164Z Downloaded thiserror v1.0.69
6712026-04-25T00:39:08.164Z Downloaded git-stub-vcs v0.1.0
6722026-04-25T00:39:08.164Z Downloaded find-msvc-tools v0.1.9
6732026-04-25T00:39:08.164Z Downloaded rayon-core v1.13.0
6742026-04-25T00:39:08.164Z Downloaded backon v1.6.0
6752026-04-25T00:39:08.164Z Downloaded want v0.3.1
6762026-04-25T00:39:08.164Z Downloaded colored v3.1.1
6772026-04-25T00:39:08.164Z Downloaded backoff v0.4.0
6782026-04-25T00:39:08.164Z Downloaded internet-checksum v0.2.1
6792026-04-25T00:39:08.164Z Downloaded futures-executor v0.3.32
6802026-04-25T00:39:08.165Z Downloaded pest v2.8.6
6812026-04-25T00:39:08.165Z Downloaded dof v0.4.0
6822026-04-25T00:39:08.168Z Downloaded bit-vec v0.8.0
6832026-04-25T00:39:08.168Z Downloaded synstructure v0.13.2
6842026-04-25T00:39:08.168Z Downloaded embedded-io v0.4.0
6852026-04-25T00:39:08.168Z Downloaded yoke-derive v0.8.1
6862026-04-25T00:39:08.168Z Downloaded zerofrom v0.1.6
6872026-04-25T00:39:08.168Z Downloaded dof v0.3.0
6882026-04-25T00:39:08.171Z Downloaded autocfg v1.5.0
6892026-04-25T00:39:08.171Z Downloaded async-trait v0.1.89
6902026-04-25T00:39:08.171Z Downloaded argon2 v0.5.3
6912026-04-25T00:39:08.175Z Downloaded anstyle v1.0.14
6922026-04-25T00:39:08.175Z Downloaded rand v0.8.5
6932026-04-25T00:39:08.178Z Downloaded tokio-stream v0.1.18
6942026-04-25T00:39:08.179Z Downloaded crypto-common v0.1.7
6952026-04-25T00:39:08.182Z Downloaded block-buffer v0.10.4
6962026-04-25T00:39:08.182Z Downloaded crunchy v0.2.4
6972026-04-25T00:39:08.182Z Downloaded atomicwrites v0.4.4
6982026-04-25T00:39:08.182Z Downloaded byte-wrapper v0.1.0
6992026-04-25T00:39:08.182Z Downloaded dropshot-api-manager-types v0.7.0
7002026-04-25T00:39:08.185Z Downloaded fixedbitset v0.5.7
7012026-04-25T00:39:08.185Z Downloaded defmt v0.3.100
7022026-04-25T00:39:08.185Z Downloaded drift v0.1.3
7032026-04-25T00:39:08.188Z Downloaded deranged v0.5.8
7042026-04-25T00:39:08.188Z Downloaded cpufeatures v0.3.0
7052026-04-25T00:39:08.192Z Downloaded colorchoice v1.0.5
7062026-04-25T00:39:08.192Z Downloaded bytecount v0.6.9
7072026-04-25T00:39:08.192Z Downloaded toml_parser v1.1.0+spec-1.1.0
7082026-04-25T00:39:08.197Z Downloaded toml v0.8.23
7092026-04-25T00:39:08.197Z Downloaded zeroize_derive v1.4.3
7102026-04-25T00:39:08.198Z Downloaded bcs v0.1.6
7112026-04-25T00:39:08.198Z Downloaded zone v0.3.1
7122026-04-25T00:39:08.198Z Downloaded git-stub v1.0.0
7132026-04-25T00:39:08.202Z Downloaded cmake v0.1.58
7142026-04-25T00:39:08.202Z Downloaded cfg-if v1.0.4
7152026-04-25T00:39:08.202Z Downloaded tokio-rustls v0.26.4
7162026-04-25T00:39:08.202Z Downloaded hash32 v0.3.1
7172026-04-25T00:39:08.202Z Downloaded schemars v0.9.0
7182026-04-25T00:39:08.209Z Downloaded thin-vec v0.2.14
7192026-04-25T00:39:08.211Z Downloaded textwrap v0.16.2
7202026-04-25T00:39:08.211Z Downloaded whoami v1.6.1
7212026-04-25T00:39:08.211Z Downloaded zerofrom-derive v0.1.6
7222026-04-25T00:39:08.211Z Downloaded test-strategy v0.4.5
7232026-04-25T00:39:08.214Z Downloaded aws-lc-rs v1.16.2
7242026-04-25T00:39:08.219Z Downloaded usdt-impl v0.5.0
7252026-04-25T00:39:08.221Z Downloaded schemars v1.2.1
7262026-04-25T00:39:08.227Z Downloaded socket2 v0.6.3
7272026-04-25T00:39:08.230Z Downloaded toml_writer v1.1.0+spec-1.1.0
7282026-04-25T00:39:08.230Z Downloaded qorb v0.4.1
7292026-04-25T00:39:08.233Z Downloaded zeroize v1.8.2
7302026-04-25T00:39:08.233Z Downloaded fxhash v0.2.1
7312026-04-25T00:39:08.236Z Downloaded dunce v1.0.5
7322026-04-25T00:39:08.236Z Downloaded defmt-parser v1.0.0
7332026-04-25T00:39:08.245Z Downloaded toml v1.1.0+spec-1.1.0
7342026-04-25T00:39:08.259Z Downloaded zone_cfg_derive v0.3.1
7352026-04-25T00:39:08.263Z Downloaded similar v2.7.0
7362026-04-25T00:39:08.266Z Downloaded tracing-attributes v0.1.31
7372026-04-25T00:39:08.266Z Downloaded chrono v0.4.44
7382026-04-25T00:39:08.270Z Downloaded xz2 v0.1.7
7392026-04-25T00:39:08.273Z Downloaded writeable v0.6.2
7402026-04-25T00:39:08.273Z Downloaded tungstenite v0.21.0
7412026-04-25T00:39:08.276Z Downloaded slog v2.8.2
7422026-04-25T00:39:08.279Z Downloaded ucd-trie v0.1.7
7432026-04-25T00:39:08.279Z Downloaded steno v0.4.1
7442026-04-25T00:39:08.282Z Downloaded walkdir v2.5.0
7452026-04-25T00:39:08.282Z Downloaded hashbrown v0.15.5
7462026-04-25T00:39:08.285Z Downloaded zmij v1.0.21
7472026-04-25T00:39:08.288Z Downloaded zerovec-derive v0.11.2
7482026-04-25T00:39:08.288Z Downloaded vsss-rs v3.3.4
7492026-04-25T00:39:08.291Z Downloaded toml v0.9.12+spec-1.1.0
7502026-04-25T00:39:08.294Z Downloaded yoke v0.8.1
7512026-04-25T00:39:08.297Z Downloaded tinyvec v1.11.0
7522026-04-25T00:39:08.302Z Downloaded serde v1.0.228
7532026-04-25T00:39:08.306Z Downloaded rand v0.9.2
7542026-04-25T00:39:08.309Z Downloaded usdt-impl v0.6.0
7552026-04-25T00:39:08.313Z Downloaded toml_edit v0.22.27
7562026-04-25T00:39:08.316Z Downloaded nom v7.1.3
7572026-04-25T00:39:08.316Z Downloaded idna v1.1.0
7582026-04-25T00:39:08.322Z Downloaded rustls-webpki v0.103.10
7592026-04-25T00:39:08.326Z Downloaded typenum v1.19.0
7602026-04-25T00:39:08.329Z Downloaded tracing-core v0.1.36
7612026-04-25T00:39:08.329Z Downloaded nom v8.0.0
7622026-04-25T00:39:08.332Z Downloaded unsafe-libyaml v0.2.11
7632026-04-25T00:39:08.332Z Downloaded itertools v0.12.1
7642026-04-25T00:39:08.336Z Downloaded hashbrown v0.16.1
7652026-04-25T00:39:08.339Z Downloaded h2 v0.4.13
7662026-04-25T00:39:08.343Z Downloaded iddqd v0.3.17
7672026-04-25T00:39:08.347Z Downloaded toml_edit v0.25.8+spec-1.1.0
7682026-04-25T00:39:08.351Z Downloaded toml_edit v0.19.15
7692026-04-25T00:39:08.360Z Downloaded zerocopy-derive v0.7.35
7702026-04-25T00:39:08.363Z Downloaded aho-corasick v1.1.4
7712026-04-25T00:39:08.366Z Downloaded unicode-ident v1.0.24
7722026-04-25T00:39:08.368Z Downloaded uuid v1.23.0
7732026-04-25T00:39:08.373Z Downloaded rand v0.10.1
7742026-04-25T00:39:08.375Z Downloaded hyper v1.9.0
7752026-04-25T00:39:08.378Z Downloaded typify v0.4.3
7762026-04-25T00:39:08.378Z Downloaded snafu v0.8.9
7772026-04-25T00:39:08.381Z Downloaded hkdf v0.12.4
7782026-04-25T00:39:08.388Z Downloaded itertools v0.14.0
7792026-04-25T00:39:08.391Z Downloaded futures-util v0.3.32
7802026-04-25T00:39:08.397Z Downloaded goblin v0.8.2
7812026-04-25T00:39:08.401Z Downloaded libm v0.2.16
7822026-04-25T00:39:08.407Z Downloaded typify v0.6.1
7832026-04-25T00:39:08.420Z Downloaded zerocopy-derive v0.8.48
7842026-04-25T00:39:08.426Z Downloaded tower v0.5.3
7852026-04-25T00:39:08.430Z Downloaded ron v0.12.1
7862026-04-25T00:39:08.435Z Downloaded iri-string v0.7.12
7872026-04-25T00:39:08.439Z Downloaded rayon v1.11.0
7882026-04-25T00:39:08.445Z Downloaded unicode-segmentation v1.13.2
7892026-04-25T00:39:08.456Z Downloaded url v2.5.8
7902026-04-25T00:39:08.459Z Downloaded regex v1.12.3
7912026-04-25T00:39:08.459Z Downloaded serde_json v1.0.149
7922026-04-25T00:39:08.482Z Downloaded yansi v1.0.1
7932026-04-25T00:39:08.484Z Downloaded scc v2.4.0
7942026-04-25T00:39:08.487Z Downloaded tokio-util v0.7.18
7952026-04-25T00:39:08.490Z Downloaded proptest v1.11.0
7962026-04-25T00:39:08.494Z Downloaded rustls-webpki v0.102.8
7972026-04-25T00:39:08.512Z Downloaded zerotrie v0.2.3
7982026-04-25T00:39:08.515Z Downloaded reqwest v0.13.2
7992026-04-25T00:39:08.518Z Downloaded reqwest v0.12.28
8002026-04-25T00:39:08.521Z Downloaded typed-path v0.9.3
8012026-04-25T00:39:08.529Z Downloaded portable-atomic v1.13.1
8022026-04-25T00:39:08.540Z Downloaded zerovec v0.11.5
8032026-04-25T00:39:08.554Z Downloaded unicode-normalization v0.1.25
8042026-04-25T00:39:08.561Z Downloaded moka v0.12.15
8052026-04-25T00:39:08.566Z Downloaded tower-http v0.6.8
8062026-04-25T00:39:08.571Z Downloaded tough v0.20.0
8072026-04-25T00:39:08.576Z Downloaded goblin v0.10.5
8082026-04-25T00:39:08.580Z Downloaded serde_with v3.18.0
8092026-04-25T00:39:08.587Z Downloaded quinn-proto v0.11.14
8102026-04-25T00:39:08.591Z Downloaded tabled v0.15.0
8112026-04-25T00:39:08.600Z Downloaded bstr v1.12.1
8122026-04-25T00:39:08.608Z Downloaded tabled v0.20.0
8132026-04-25T00:39:08.618Z Downloaded nix v0.31.2
8142026-04-25T00:39:08.625Z Downloaded syn v1.0.109
8152026-04-25T00:39:08.642Z Downloaded zerocopy v0.7.35
8162026-04-25T00:39:08.651Z Downloaded winnow v0.5.40
8172026-04-25T00:39:08.671Z Downloaded webpki-roots v1.0.6
8182026-04-25T00:39:08.688Z Downloaded winnow v1.0.1
8192026-04-25T00:39:08.694Z Downloaded syn v2.0.117
8202026-04-25T00:39:08.701Z Downloaded unicode-width v0.1.14
8212026-04-25T00:39:08.707Z Downloaded winnow v0.7.15
8222026-04-25T00:39:08.710Z Downloaded unicode-width v0.2.2
8232026-04-25T00:39:08.713Z Downloaded rhai v1.24.0
8242026-04-25T00:39:08.720Z Downloaded time v0.3.47
8252026-04-25T00:39:08.727Z Downloaded rustix v0.38.44
8262026-04-25T00:39:08.740Z Downloaded zerocopy v0.8.48
8272026-04-25T00:39:08.751Z Downloaded openssl v0.10.76
8282026-04-25T00:39:08.756Z Downloaded rustls v0.23.37
8292026-04-25T00:39:08.763Z Downloaded openapiv3 v2.2.0
8302026-04-25T00:39:08.769Z Downloaded dropshot v0.16.7
8312026-04-25T00:39:08.782Z Downloaded vcpkg v0.2.15
8322026-04-25T00:39:08.805Z Downloaded dropshot v0.17.0
8332026-04-25T00:39:08.816Z Downloaded hickory-proto v0.24.4
8342026-04-25T00:39:08.825Z Downloaded chrono-tz v0.10.4
8352026-04-25T00:39:08.835Z Downloaded sled v0.34.7
8362026-04-25T00:39:08.841Z Downloaded smoltcp v0.11.0
8372026-04-25T00:39:08.849Z Downloaded rustls v0.22.4
8382026-04-25T00:39:08.856Z Downloaded typify-impl v0.6.1
8392026-04-25T00:39:08.863Z Downloaded tracing v0.1.44
8402026-04-25T00:39:08.874Z Downloaded hickory-proto v0.25.2
8412026-04-25T00:39:08.883Z Downloaded regress v0.10.5
8422026-04-25T00:39:08.888Z Downloaded rustix v1.1.4
8432026-04-25T00:39:08.901Z Downloaded regex-syntax v0.8.10
8442026-04-25T00:39:08.937Z Downloaded typify-impl v0.4.3
8452026-04-25T00:39:08.955Z Downloaded petgraph v0.8.3
8462026-04-25T00:39:08.968Z Downloaded regex-automata v0.4.14
8472026-04-25T00:39:08.976Z Downloaded csv v1.4.0
8482026-04-25T00:39:08.987Z Downloaded sha3 v0.10.8
8492026-04-25T00:39:08.999Z Downloaded petgraph v0.6.5
8502026-04-25T00:39:09.010Z Downloaded tokio v1.52.0
8512026-04-25T00:39:09.032Z Downloaded lzma-sys v0.1.20
8522026-04-25T00:39:09.048Z Downloaded jiff v0.2.23
8532026-04-25T00:39:09.058Z Downloaded libc v0.2.186
8542026-04-25T00:39:09.120Z Downloaded encoding_rs v0.8.35
8552026-04-25T00:39:09.133Z Downloaded ring v0.17.14
8562026-04-25T00:39:09.713Z Downloaded aws-lc-sys v0.39.1
8572026-04-25T00:39:10.276Z Compiling proc-macro2 v1.0.106
8582026-04-25T00:39:10.279Z Compiling quote v1.0.45
8592026-04-25T00:39:10.279Z Compiling unicode-ident v1.0.24
8602026-04-25T00:39:10.279Z Compiling serde_core v1.0.228
8612026-04-25T00:39:10.279Z Compiling libc v0.2.186
8622026-04-25T00:39:10.279Z Compiling serde v1.0.228
8632026-04-25T00:39:10.279Z Compiling zmij v1.0.21
8642026-04-25T00:39:10.279Z Compiling autocfg v1.5.0
8652026-04-25T00:39:10.911Z Compiling libm v0.2.16
8662026-04-25T00:39:10.928Z Compiling icu_normalizer_data v2.1.1
8672026-04-25T00:39:10.931Z Compiling icu_properties_data v2.1.2
8682026-04-25T00:39:10.931Z Compiling serde_json v1.0.149
8692026-04-25T00:39:11.051Z Compiling num-traits v0.2.19
8702026-04-25T00:39:11.231Z Compiling version_check v0.9.5
8712026-04-25T00:39:11.270Z Compiling getrandom v0.4.2
8722026-04-25T00:39:11.423Z Compiling memchr v2.8.0
8732026-04-25T00:39:11.485Z Compiling thiserror v2.0.18
8742026-04-25T00:39:11.817Z Compiling parking_lot_core v0.9.12
8752026-04-25T00:39:11.936Z Compiling syn v2.0.117
8762026-04-25T00:39:11.980Z Compiling schemars v0.8.22
8772026-04-25T00:39:12.013Z Checking cfg-if v1.0.4
8782026-04-25T00:39:12.040Z Compiling zerocopy v0.8.48
8792026-04-25T00:39:12.099Z Compiling heck v0.5.0
8802026-04-25T00:39:12.193Z Compiling portable-atomic v1.13.1
8812026-04-25T00:39:12.240Z Compiling jobserver v0.1.34
8822026-04-25T00:39:12.307Z Compiling find-msvc-tools v0.1.9
8832026-04-25T00:39:12.477Z Compiling shlex v1.3.0
8842026-04-25T00:39:12.547Z Compiling itoa v1.0.18
8852026-04-25T00:39:12.568Z Compiling rustversion v1.0.22
8862026-04-25T00:39:12.670Z Compiling cc v1.2.58
8872026-04-25T00:39:12.826Z Compiling typenum v1.19.0
8882026-04-25T00:39:12.995Z Compiling semver v1.0.28
8892026-04-25T00:39:13.189Z Compiling generic-array v0.14.7
8902026-04-25T00:39:13.211Z Compiling log v0.4.29
8912026-04-25T00:39:13.236Z Compiling httparse v1.10.1
8922026-04-25T00:39:13.398Z Compiling thiserror v1.0.69
8932026-04-25T00:39:13.615Z Compiling cmake v0.1.58
8942026-04-25T00:39:13.655Z Compiling dunce v1.0.5
8952026-04-25T00:39:13.688Z Compiling fs_extra v1.3.0
8962026-04-25T00:39:13.757Z Compiling slog v2.8.2
8972026-04-25T00:39:13.889Z Compiling rustix v1.1.4
8982026-04-25T00:39:13.927Z Compiling foldhash v0.2.0
8992026-04-25T00:39:13.962Z Compiling equivalent v1.0.2
9002026-04-25T00:39:13.980Z Compiling allocator-api2 v0.2.21
9012026-04-25T00:39:14.018Z Compiling getrandom v0.3.4
9022026-04-25T00:39:14.040Z Compiling regex-syntax v0.8.10
9032026-04-25T00:39:14.060Z Compiling ring v0.17.14
9042026-04-25T00:39:14.087Z Compiling aws-lc-sys v0.39.1
9052026-04-25T00:39:14.163Z Compiling aho-corasick v1.1.4
9062026-04-25T00:39:14.350Z Compiling hashbrown v0.16.1
9072026-04-25T00:39:14.409Z Checking stable_deref_trait v1.2.1
9082026-04-25T00:39:14.487Z Compiling ucd-trie v0.1.7
9092026-04-25T00:39:14.664Z Compiling pest v2.8.6
9102026-04-25T00:39:14.731Z Compiling anyhow v1.0.102
9112026-04-25T00:39:14.943Z Compiling synstructure v0.13.2
9122026-04-25T00:39:14.962Z Compiling serde_derive_internals v0.29.1
9132026-04-25T00:39:15.629Z Compiling regex-automata v0.4.14
9142026-04-25T00:39:15.718Z Compiling pest_meta v2.8.6
9152026-04-25T00:39:15.887Z Compiling crossbeam-utils v0.8.21
9162026-04-25T00:39:16.064Z Compiling serde_derive v1.0.228
9172026-04-25T00:39:16.168Z Compiling zerofrom-derive v0.1.6
9182026-04-25T00:39:16.192Z Compiling yoke-derive v0.8.1
9192026-04-25T00:39:16.511Z Compiling zerovec-derive v0.11.2
9202026-04-25T00:39:17.009Z Compiling displaydoc v0.2.5
9212026-04-25T00:39:17.182Z Compiling schemars_derive v0.8.22
9222026-04-25T00:39:17.352Z Compiling thiserror-impl v2.0.18
9232026-04-25T00:39:17.557Z Compiling zeroize_derive v1.4.3
9242026-04-25T00:39:17.737Z Compiling tokio-macros v2.7.0
9252026-04-25T00:39:18.154Z Compiling zerocopy-derive v0.8.48
9262026-04-25T00:39:18.188Z Compiling futures-macro v0.3.32
9272026-04-25T00:39:18.380Z Compiling tracing-attributes v0.1.31
9282026-04-25T00:39:18.473Z Compiling thiserror-impl v1.0.69
9292026-04-25T00:39:19.011Z Checking zerofrom v0.1.6
9302026-04-25T00:39:19.100Z Checking smallvec v1.15.1
9312026-04-25T00:39:19.125Z Compiling serde_tokenstream v0.2.3
9322026-04-25T00:39:19.139Z Checking bytes v1.11.1
9332026-04-25T00:39:19.311Z Compiling regex v1.12.3
9342026-04-25T00:39:19.382Z Checking yoke v0.8.1
9352026-04-25T00:39:19.407Z Compiling pest_generator v2.8.6
9362026-04-25T00:39:19.560Z Checking zerovec v0.11.5
9372026-04-25T00:39:19.619Z Checking litemap v0.8.1
9382026-04-25T00:39:19.638Z Checking writeable v0.6.2
9392026-04-25T00:39:19.712Z Checking zerotrie v0.2.3
9402026-04-25T00:39:19.790Z Compiling paste v1.0.15
9412026-04-25T00:39:19.810Z Compiling strsim v0.11.1
9422026-04-25T00:39:19.953Z Compiling time-core v0.1.8
9432026-04-25T00:39:19.973Z Compiling num-conv v0.2.1
9442026-04-25T00:39:19.992Z Checking tinystr v0.8.2
9452026-04-25T00:39:20.026Z Compiling pest_derive v2.8.6
9462026-04-25T00:39:20.078Z Checking potential_utf v0.1.4
9472026-04-25T00:39:20.137Z Compiling time-macros v0.2.27
9482026-04-25T00:39:20.156Z Compiling aws-lc-rs v1.16.2
9492026-04-25T00:39:20.174Z Checking percent-encoding v2.3.2
9502026-04-25T00:39:20.179Z Checking icu_locale_core v2.1.1
9512026-04-25T00:39:20.210Z Checking icu_collections v2.1.1
9522026-04-25T00:39:20.528Z Compiling ident_case v1.0.1
9532026-04-25T00:39:20.587Z Compiling syn v1.0.109
9542026-04-25T00:39:20.590Z Compiling async-trait v0.1.89
9552026-04-25T00:39:20.651Z Compiling indexmap v2.13.0
9562026-04-25T00:39:20.733Z Checking icu_provider v2.1.1
9572026-04-25T00:39:20.811Z Compiling byteorder v1.5.0
9582026-04-25T00:39:20.976Z Checking icu_properties v2.1.2
9592026-04-25T00:39:21.042Z Checking icu_normalizer v2.1.1
9602026-04-25T00:39:21.109Z Checking form_urlencoded v1.2.2
9612026-04-25T00:39:21.242Z Checking utf8_iter v1.0.4
9622026-04-25T00:39:21.280Z Checking rand_core v0.10.0
9632026-04-25T00:39:21.301Z Compiling omicron-workspace-hack v0.1.0
9642026-04-25T00:39:21.363Z Compiling camino v1.2.2
9652026-04-25T00:39:21.381Z Compiling rustls v0.23.37
9662026-04-25T00:39:21.535Z Compiling scroll_derive v0.13.1
9672026-04-25T00:39:21.764Z Compiling daft-derive v0.1.5
9682026-04-25T00:39:21.810Z Checking idna_adapter v1.2.1
9692026-04-25T00:39:21.941Z Checking idna v1.1.0
9702026-04-25T00:39:22.187Z Checking url v2.5.8
9712026-04-25T00:39:22.286Z Compiling slog-async v2.8.0
9722026-04-25T00:39:22.619Z Checking iana-time-zone v0.1.65
9732026-04-25T00:39:22.919Z Checking chrono v0.4.44
9742026-04-25T00:39:22.957Z Checking errno v0.3.14
9752026-04-25T00:39:22.977Z Compiling usdt-impl v0.6.0
9762026-04-25T00:39:23.143Z Compiling scroll v0.13.0
9772026-04-25T00:39:23.246Z Checking uuid v1.23.0
9782026-04-25T00:39:23.266Z Compiling plain v0.2.3
9792026-04-25T00:39:23.453Z Compiling goblin v0.10.5
9802026-04-25T00:39:23.671Z Compiling pretty-hex v0.4.2
9812026-04-25T00:39:23.831Z Compiling dtrace-parser v0.3.0
9822026-04-25T00:39:23.848Z Compiling thread-id v5.1.0
9832026-04-25T00:39:24.553Z Checking dyn-clone v1.0.20
9842026-04-25T00:39:24.979Z Compiling ref-cast v1.0.25
9852026-04-25T00:39:25.186Z Compiling ref-cast-impl v1.0.25
9862026-04-25T00:39:25.351Z Compiling rustls v0.22.4
9872026-04-25T00:39:25.655Z Checking pin-project-lite v0.2.17
9882026-04-25T00:39:25.675Z Checking getrandom v0.2.17
9892026-04-25T00:39:25.752Z Compiling newtype-uuid-macros v0.1.0
9902026-04-25T00:39:25.772Z Checking zeroize v1.8.2
9912026-04-25T00:39:25.819Z Compiling multer v3.1.0
9922026-04-25T00:39:25.856Z Compiling async-stream-impl v0.3.6
9932026-04-25T00:39:25.929Z Compiling darling_core v0.23.0
9942026-04-25T00:39:26.098Z Compiling strum_macros v0.26.4
9952026-04-25T00:39:26.280Z Compiling dof v0.4.0
9962026-04-25T00:39:26.444Z Compiling structmeta-derive v0.3.0
9972026-04-25T00:39:26.509Z Compiling regress v0.10.5
9982026-04-25T00:39:26.572Z Checking socket2 v0.6.3
9992026-04-25T00:39:26.936Z Checking scopeguard v1.2.0
10002026-04-25T00:39:27.221Z Checking lock_api v0.4.14
10012026-04-25T00:39:27.433Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10022026-04-25T00:39:27.463Z Compiling structmeta v0.3.0
10032026-04-25T00:39:27.564Z Compiling usdt-attr-macro v0.6.0
10042026-04-25T00:39:27.668Z Compiling usdt-macro v0.6.0
10052026-04-25T00:39:27.687Z Checking bitflags v2.11.0
10062026-04-25T00:39:28.011Z Compiling dropshot v0.16.7
10072026-04-25T00:39:28.047Z Compiling darling_macro v0.23.0
10082026-04-25T00:39:28.142Z Compiling http v1.4.0
10092026-04-25T00:39:28.276Z Compiling dropshot_endpoint v0.16.7
10102026-04-25T00:39:28.339Z Compiling strum_macros v0.27.2
10112026-04-25T00:39:28.438Z Compiling derive-ex v0.1.8
10122026-04-25T00:39:28.606Z Compiling darling v0.23.0
10132026-04-25T00:39:28.697Z Compiling serde_with_macros v3.18.0
10142026-04-25T00:39:29.040Z Checking critical-section v1.2.0
10152026-04-25T00:39:29.132Z Checking parking_lot v0.12.5
10162026-04-25T00:39:29.152Z Checking once_cell v1.21.4
10172026-04-25T00:39:29.196Z Compiling fnv v1.0.7
10182026-04-25T00:39:29.310Z Checking signal-hook-registry v1.4.8
10192026-04-25T00:39:29.334Z Checking mio v1.2.0
10202026-04-25T00:39:29.593Z Checking subtle v2.6.1
10212026-04-25T00:39:29.644Z Checking tokio v1.52.0
10222026-04-25T00:39:30.008Z Compiling test-strategy v0.4.5
10232026-04-25T00:39:30.028Z Compiling parse-display-derive v0.10.0
10242026-04-25T00:39:30.139Z Checking futures-core v0.3.32
10252026-04-25T00:39:30.247Z Compiling ryu v1.0.23
10262026-04-25T00:39:30.269Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
10272026-04-25T00:39:30.693Z Compiling openapiv3 v2.2.0
10282026-04-25T00:39:30.717Z Compiling winnow v1.0.1
10292026-04-25T00:39:31.175Z Checking futures-sink v0.3.32
10302026-04-25T00:39:31.488Z Checking slab v0.4.12
10312026-04-25T00:39:31.545Z Checking rand_core v0.6.4
10322026-04-25T00:39:31.636Z Compiling toml_parser v1.1.0+spec-1.1.0
10332026-04-25T00:39:31.882Z Checking futures-channel v0.3.32
10342026-04-25T00:39:32.080Z Compiling either v1.15.0
10352026-04-25T00:39:32.182Z Compiling clap_derive v4.6.0
10362026-04-25T00:39:32.287Z Compiling itertools v0.14.0
10372026-04-25T00:39:32.323Z Checking futures-task v0.3.32
10382026-04-25T00:39:32.362Z Checking futures-io v0.3.32
10392026-04-25T00:39:32.486Z Checking futures-util v0.3.32
10402026-04-25T00:39:32.684Z Checking tracing-core v0.1.36
10412026-04-25T00:39:32.998Z Checking tracing v0.1.44
10422026-04-25T00:39:33.563Z Compiling crucible-workspace-hack v0.1.0
10432026-04-25T00:39:33.951Z Checking ipnetwork v0.21.1
10442026-04-25T00:39:34.558Z Checking base64 v0.22.1
10452026-04-25T00:39:34.874Z Compiling darling_core v0.21.3
10462026-04-25T00:39:34.908Z Checking rustls-pki-types v1.14.0
10472026-04-25T00:39:34.951Z Checking erased-serde v0.3.31
10482026-04-25T00:39:35.199Z Compiling zerocopy-derive v0.7.35
10492026-04-25T00:39:35.328Z Compiling convert_case v0.4.0
10502026-04-25T00:39:35.633Z Compiling unsafe-libyaml v0.2.11
10512026-04-25T00:39:35.773Z Compiling derive_more v0.99.20
10522026-04-25T00:39:36.294Z Compiling serde_yaml v0.9.34+deprecated
10532026-04-25T00:39:36.324Z Checking crypto-common v0.1.7
10542026-04-25T00:39:36.971Z Compiling darling_macro v0.21.3
10552026-04-25T00:39:37.028Z Compiling heapless v0.8.0
10562026-04-25T00:39:37.510Z Compiling darling v0.21.3
10572026-04-25T00:39:37.557Z Checking untrusted v0.9.0
10582026-04-25T00:39:37.596Z Compiling ingot-macros v0.1.1
10592026-04-25T00:39:37.748Z Compiling scroll_derive v0.12.1
10602026-04-25T00:39:37.857Z Compiling toml_datetime v1.1.0+spec-1.1.0
10612026-04-25T00:39:38.092Z Compiling toml_edit v0.25.8+spec-1.1.0
10622026-04-25T00:39:38.537Z Checking ipnet v2.12.0
10632026-04-25T00:39:38.568Z Compiling smoltcp v0.11.0
10642026-04-25T00:39:38.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10652026-04-25T00:39:39.058Z Compiling proc-macro-crate v3.5.0
10662026-04-25T00:39:39.242Z Checking oxnet v0.1.4
10672026-04-25T00:39:39.419Z Checking tokio-util v0.7.18
10682026-04-25T00:39:39.500Z Compiling http-body v1.0.1
10692026-04-25T00:39:39.877Z Compiling atomic-waker v1.1.2
10702026-04-25T00:39:39.915Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10712026-04-25T00:39:39.998Z Compiling num_enum_derive v0.7.6
10722026-04-25T00:39:40.229Z Compiling typify-impl v0.6.1
10732026-04-25T00:39:40.249Z Compiling toml_datetime v0.6.11
10742026-04-25T00:39:40.279Z Compiling foreign-types-macros v0.2.3
10752026-04-25T00:39:40.565Z Compiling try-lock v0.2.5
10762026-04-25T00:39:40.595Z Compiling tower-layer v0.3.3
10772026-04-25T00:39:40.615Z Compiling rustix v0.38.44
10782026-04-25T00:39:40.677Z Compiling tower-service v0.3.3
10792026-04-25T00:39:40.781Z Compiling want v0.3.1
10802026-04-25T00:39:40.878Z Compiling h2 v0.4.13
10812026-04-25T00:39:40.898Z Compiling zerocopy v0.7.35
10822026-04-25T00:39:40.944Z Checking block-buffer v0.10.4
10832026-04-25T00:39:41.008Z Checking ppv-lite86 v0.2.21
10842026-04-25T00:39:41.056Z Compiling hubpack_derive v0.1.1
10852026-04-25T00:39:41.093Z Compiling rustc_version v0.4.1
10862026-04-25T00:39:41.303Z Compiling usdt-impl v0.5.0
10872026-04-25T00:39:41.308Z Compiling proc-macro-error-attr v1.0.4
10882026-04-25T00:39:41.557Z Compiling httpdate v1.0.3
10892026-04-25T00:39:41.661Z Compiling winnow v0.7.15
10902026-04-25T00:39:41.911Z Compiling dof v0.3.0
10912026-04-25T00:39:42.266Z Compiling curve25519-dalek v4.1.3
10922026-04-25T00:39:42.342Z Checking digest v0.10.7
10932026-04-25T00:39:42.907Z Compiling hyper v1.9.0
10942026-04-25T00:39:42.942Z Compiling dtrace-parser v0.2.0
10952026-04-25T00:39:43.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10962026-04-25T00:39:43.609Z Compiling typify-macro v0.6.1
10972026-04-25T00:39:43.609Z Compiling proc-macro-error v1.0.4
10982026-04-25T00:39:43.824Z Compiling thread-id v4.2.2
10992026-04-25T00:39:43.917Z Compiling pkg-config v0.3.32
11002026-04-25T00:39:44.378Z Compiling hyper-util v0.1.20
11012026-04-25T00:39:44.584Z Compiling sync_wrapper v1.0.2
11022026-04-25T00:39:44.698Z Compiling thiserror-impl-no-std v2.0.2
11032026-04-25T00:39:44.951Z Compiling curve25519-dalek-derive v0.1.1
11042026-04-25T00:39:44.974Z Compiling toml_datetime v0.7.5+spec-1.1.0
11052026-04-25T00:39:45.192Z Compiling serde_spanned v1.1.0
11062026-04-25T00:39:45.489Z Compiling prettyplease v0.2.37
11072026-04-25T00:39:45.533Z Compiling toml_writer v1.1.0+spec-1.1.0
11082026-04-25T00:39:45.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
11092026-04-25T00:39:45.751Z Compiling toml v0.9.12+spec-1.1.0
11102026-04-25T00:39:45.831Z Compiling tower v0.5.3
11112026-04-25T00:39:45.867Z Compiling serde_urlencoded v0.7.1
11122026-04-25T00:39:46.111Z Compiling http-body-util v0.1.3
11132026-04-25T00:39:46.371Z Compiling memoffset v0.9.1
11142026-04-25T00:39:46.451Z Compiling heck v0.4.1
11152026-04-25T00:39:46.609Z Compiling powerfmt v0.2.0
11162026-04-25T00:39:46.659Z Compiling fastrand v2.3.0
11172026-04-25T00:39:46.814Z Compiling iri-string v0.7.12
11182026-04-25T00:39:46.885Z Compiling deranged v0.5.8
11192026-04-25T00:39:46.920Z Compiling rand_core v0.9.5
11202026-04-25T00:39:47.143Z Compiling usdt-macro v0.5.0
11212026-04-25T00:39:47.329Z Compiling usdt-attr-macro v0.5.0
11222026-04-25T00:39:47.805Z Compiling enum-as-inner v0.6.1
11232026-04-25T00:39:47.989Z Checking untrusted v0.7.1
11242026-04-25T00:39:48.045Z Compiling tower-http v0.6.8
11252026-04-25T00:39:48.090Z Compiling openssl-probe v0.2.1
11262026-04-25T00:39:48.107Z Compiling cfg_aliases v0.2.1
11272026-04-25T00:39:48.188Z Compiling num_threads v0.1.7
11282026-04-25T00:39:48.246Z Compiling rustls-native-certs v0.8.3
11292026-04-25T00:39:48.289Z Compiling nix v0.31.2
11302026-04-25T00:39:48.348Z Compiling time v0.3.47
11312026-04-25T00:39:48.514Z Compiling typify v0.6.1
11322026-04-25T00:39:48.600Z Compiling newtype-uuid v1.3.2
11332026-04-25T00:39:48.857Z Compiling daft v0.1.5
11342026-04-25T00:39:48.902Z Compiling progenitor-impl v0.13.0
11352026-04-25T00:39:49.175Z Compiling rand_chacha v0.9.0
11362026-04-25T00:39:49.242Z Compiling tempfile v3.27.0
11372026-04-25T00:39:49.580Z Compiling thread_local v1.1.9
11382026-04-25T00:39:49.600Z Compiling wait-timeout v0.2.1
11392026-04-25T00:39:49.814Z Compiling rustls-webpki v0.102.8
11402026-04-25T00:39:49.863Z Compiling match_cfg v0.1.0
11412026-04-25T00:39:49.970Z Compiling bit-vec v0.8.0
11422026-04-25T00:39:49.989Z Checking cpufeatures v0.2.17
11432026-04-25T00:39:50.053Z Compiling quick-error v1.2.3
11442026-04-25T00:39:50.072Z Compiling hostname v0.3.1
11452026-04-25T00:39:50.091Z Compiling rand_chacha v0.3.1
11462026-04-25T00:39:50.141Z Compiling rusty-fork v0.3.1
11472026-04-25T00:39:50.165Z Compiling bit-set v0.8.0
11482026-04-25T00:39:50.196Z Compiling rand v0.9.2
11492026-04-25T00:39:50.330Z Compiling crossbeam-channel v0.5.15
11502026-04-25T00:39:50.438Z Compiling slog-json v2.6.1
11512026-04-25T00:39:50.637Z Compiling rand_xorshift v0.4.0
11522026-04-25T00:39:50.657Z Compiling futures-executor v0.3.32
11532026-04-25T00:39:50.796Z Compiling encoding_rs v0.8.35
11542026-04-25T00:39:50.799Z Compiling is-terminal v0.4.17
11552026-04-25T00:39:50.892Z Compiling memmap2 v0.9.10
11562026-04-25T00:39:50.915Z Compiling rayon-core v1.13.0
11572026-04-25T00:39:50.995Z Compiling progenitor-macro v0.13.0
11582026-04-25T00:39:51.124Z Compiling take_mut v0.2.2
11592026-04-25T00:39:51.144Z Compiling unarray v0.1.4
11602026-04-25T00:39:51.237Z Compiling hex v0.4.3
11612026-04-25T00:39:51.274Z Compiling winnow v0.5.40
11622026-04-25T00:39:51.337Z Compiling spin v0.9.8
11632026-04-25T00:39:51.496Z Compiling term v1.2.1
11642026-04-25T00:39:51.623Z Compiling mime v0.3.17
11652026-04-25T00:39:51.974Z Compiling tokio-rustls v0.25.0
11662026-04-25T00:39:52.022Z Compiling slog-term v2.9.2
11672026-04-25T00:39:52.197Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11682026-04-25T00:39:52.375Z Compiling sha1 v0.10.6
11692026-04-25T00:39:52.505Z Compiling proptest v1.11.0
11702026-04-25T00:39:52.584Z Compiling toml_edit v0.19.15
11712026-04-25T00:39:53.045Z Compiling usdt v0.6.0
11722026-04-25T00:39:53.085Z Compiling futures v0.3.32
11732026-04-25T00:39:53.171Z Compiling slog-bunyan v2.5.0
11742026-04-25T00:39:53.309Z Compiling rand v0.8.5
11752026-04-25T00:39:53.459Z Compiling reqwest v0.12.28
11762026-04-25T00:39:53.624Z Compiling backon v1.6.0
11772026-04-25T00:39:53.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11782026-04-25T00:39:53.929Z Compiling waitgroup v0.1.2
11792026-04-25T00:39:53.971Z Compiling rustls-pemfile v2.2.0
11802026-04-25T00:39:54.068Z Compiling async-stream v0.3.6
11812026-04-25T00:39:54.380Z Compiling strum v0.26.3
11822026-04-25T00:39:54.612Z Compiling num-integer v0.1.46
11832026-04-25T00:39:54.631Z Compiling hostname v0.4.2
11842026-04-25T00:39:54.649Z Compiling instant v0.1.13
11852026-04-25T00:39:54.667Z Compiling serde_path_to_error v0.1.20
11862026-04-25T00:39:54.762Z Compiling debug-ignore v1.0.5
11872026-04-25T00:39:54.876Z Compiling utf8parse v0.2.2
11882026-04-25T00:39:54.999Z Compiling rustc-hash v2.1.2
11892026-04-25T00:39:55.020Z Compiling anstyle-parse v1.0.0
11902026-04-25T00:39:55.131Z Compiling iddqd v0.3.17
11912026-04-25T00:39:55.151Z Compiling backoff v0.4.0
11922026-04-25T00:39:55.203Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11932026-04-25T00:39:55.333Z Compiling progenitor-client v0.10.0
11942026-04-25T00:39:55.516Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
11952026-04-25T00:39:55.590Z Compiling proc-macro-crate v1.3.1
11962026-04-25T00:39:55.740Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11972026-04-25T00:39:55.761Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
11982026-04-25T00:39:55.933Z Checking webpki-roots v1.0.6
11992026-04-25T00:39:56.061Z Compiling parse-display v0.10.0
12002026-04-25T00:39:56.227Z Compiling strum v0.27.2
12012026-04-25T00:39:56.258Z Compiling serde_with v3.18.0
12022026-04-25T00:39:56.362Z Compiling macaddr v1.0.1
12032026-04-25T00:39:56.513Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12042026-04-25T00:39:56.584Z Compiling anstyle v1.0.14
12052026-04-25T00:39:56.762Z Compiling vcpkg v0.2.15
12062026-04-25T00:39:56.806Z Compiling is_terminal_polyfill v1.70.2
12072026-04-25T00:39:56.912Z Compiling semver v0.1.20
12082026-04-25T00:39:57.172Z Compiling anstyle-query v1.1.5
12092026-04-25T00:39:57.292Z Compiling colorchoice v1.0.5
12102026-04-25T00:39:57.327Z Compiling openssl-sys v0.9.112
12112026-04-25T00:39:57.418Z Compiling anstream v1.0.0
12122026-04-25T00:39:57.462Z Compiling rustc_version v0.1.7
12132026-04-25T00:39:57.548Z Checking rustls-webpki v0.103.10
12142026-04-25T00:39:57.707Z Compiling num_enum_derive v0.5.11
12152026-04-25T00:39:57.873Z Compiling num-iter v0.1.45
12162026-04-25T00:39:57.900Z Compiling num-rational v0.4.2
12172026-04-25T00:39:58.155Z Compiling terminal_size v0.4.4
12182026-04-25T00:39:58.370Z Compiling num-complex v0.4.6
12192026-04-25T00:39:58.391Z Compiling serde_spanned v0.6.9
12202026-04-25T00:39:58.458Z Compiling pin-project-internal v1.1.11
12212026-04-25T00:39:58.549Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12222026-04-25T00:39:58.756Z Compiling serde_repr v0.1.20
12232026-04-25T00:39:58.778Z Compiling derive-where v1.6.1
12242026-04-25T00:39:59.055Z Compiling toml_write v0.1.2
12252026-04-25T00:39:59.436Z Compiling clap_lex v1.1.0
12262026-04-25T00:39:59.575Z Compiling toml_edit v0.22.27
12272026-04-25T00:39:59.658Z Compiling clap_builder v4.6.0
12282026-04-25T00:39:59.746Z Compiling num v0.4.3
12292026-04-25T00:40:00.135Z Compiling newtype_derive v0.1.6
12302026-04-25T00:40:00.408Z Checking tokio-rustls v0.26.4
12312026-04-25T00:40:00.496Z Compiling float-ord v0.3.2
12322026-04-25T00:40:00.536Z Compiling owo-colors v4.3.0
12332026-04-25T00:40:00.617Z Compiling zone_cfg_derive v0.3.1
12342026-04-25T00:40:00.621Z Compiling async-recursion v1.1.1
12352026-04-25T00:40:00.657Z Compiling snafu-derive v0.8.9
12362026-04-25T00:40:00.660Z Checking hyper-rustls v0.27.7
12372026-04-25T00:40:00.928Z Compiling rustls-platform-verifier v0.6.2
12382026-04-25T00:40:01.157Z Compiling toml v0.8.23
12392026-04-25T00:40:01.277Z Compiling clap v4.6.0
12402026-04-25T00:40:01.368Z Compiling reqwest v0.13.2
12412026-04-25T00:40:01.906Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12422026-04-25T00:40:02.134Z Compiling slog-dtrace v0.3.0
12432026-04-25T00:40:02.181Z Compiling chrono-tz v0.10.4
12442026-04-25T00:40:02.204Z Compiling openssl v0.10.76
12452026-04-25T00:40:02.307Z Compiling unicode-xid v0.2.6
12462026-04-25T00:40:02.344Z Compiling minimal-lexical v0.2.1
12472026-04-25T00:40:02.363Z Compiling cancel-safe-futures v0.1.5
12482026-04-25T00:40:02.447Z Compiling const_format_proc_macros v0.2.34
12492026-04-25T00:40:02.540Z Compiling progenitor-client v0.13.0
12502026-04-25T00:40:02.592Z Compiling nom v7.1.3
12512026-04-25T00:40:02.657Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12522026-04-25T00:40:02.676Z Compiling num-derive v0.3.3
12532026-04-25T00:40:02.826Z Compiling progenitor-extras v0.1.1
12542026-04-25T00:40:02.929Z Compiling openssl-macros v0.1.1
12552026-04-25T00:40:02.948Z Compiling num-derive v0.4.2
12562026-04-25T00:40:03.066Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12572026-04-25T00:40:03.618Z Compiling cookie v0.18.1
12582026-04-25T00:40:03.861Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12592026-04-25T00:40:03.976Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12602026-04-25T00:40:04.160Z Compiling tabled_derive v0.7.0
12612026-04-25T00:40:07.462Z Checking unicode-width v0.2.2
12622026-04-25T00:40:07.831Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12632026-04-25T00:40:08.334Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12642026-04-25T00:40:09.859Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12652026-04-25T00:40:11.036Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
12662026-04-25T00:40:13.406Z Compiling crc32fast v1.5.0
12672026-04-25T00:40:13.507Z Checking tinyvec_macros v0.1.1
12682026-04-25T00:40:13.700Z Checking tinyvec v1.11.0
12692026-04-25T00:40:14.010Z Checking hash32 v0.3.1
12702026-04-25T00:40:14.145Z Checking secrecy v0.10.3
12712026-04-25T00:40:14.597Z Checking data-encoding v2.10.0
12722026-04-25T00:40:14.680Z Checking tabwriter v1.4.1
12732026-04-25T00:40:14.805Z Checking ingot-types v0.1.2
12742026-04-25T00:40:14.967Z Checking crossbeam-epoch v0.9.18
12752026-04-25T00:40:15.023Z Checking scroll v0.12.0
12762026-04-25T00:40:15.178Z Checking cobs v0.3.0
12772026-04-25T00:40:15.367Z Checking managed v0.8.0
12782026-04-25T00:40:15.387Z Checking bitflags v1.3.2
12792026-04-25T00:40:15.387Z Checking foreign-types-shared v0.3.1
12802026-04-25T00:40:15.458Z Checking cpufeatures v0.3.0
12812026-04-25T00:40:15.499Z Checking static_assertions v1.1.0
12822026-04-25T00:40:15.499Z Checking colored v3.1.1
12832026-04-25T00:40:15.502Z Checking foreign-types v0.5.0
12842026-04-25T00:40:15.573Z Checking chacha20 v0.10.0
12852026-04-25T00:40:15.637Z Checking postcard v1.1.3
12862026-04-25T00:40:15.721Z Checking goblin v0.8.2
12872026-04-25T00:40:15.740Z Checking ingot v0.1.1
12882026-04-25T00:40:15.934Z Checking hmac v0.12.1
12892026-04-25T00:40:15.958Z Checking num_enum v0.7.6
12902026-04-25T00:40:16.211Z Checking inout v0.1.4
12912026-04-25T00:40:16.229Z Checking ff v0.13.1
12922026-04-25T00:40:16.551Z Checking cstr-argument v0.1.2
12932026-04-25T00:40:16.716Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12942026-04-25T00:40:16.761Z Checking group v0.13.0
12952026-04-25T00:40:16.887Z Checking cipher v0.4.4
12962026-04-25T00:40:16.905Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12972026-04-25T00:40:16.958Z Checking hkdf v0.12.4
12982026-04-25T00:40:16.962Z Checking rand v0.10.1
12992026-04-25T00:40:17.110Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13002026-04-25T00:40:17.313Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13012026-04-25T00:40:17.357Z Checking hubpack v0.1.2
13022026-04-25T00:40:17.448Z Checking universal-hash v0.5.1
13032026-04-25T00:40:17.466Z Checking crypto-bigint v0.5.5
13042026-04-25T00:40:17.531Z Checking half v2.7.1
13052026-04-25T00:40:17.580Z Checking bstr v1.12.1
13062026-04-25T00:40:17.889Z Checking opaque-debug v0.3.1
13072026-04-25T00:40:17.893Z Checking ciborium-io v0.2.2
13082026-04-25T00:40:17.927Z Checking base64ct v1.8.3
13092026-04-25T00:40:17.968Z Checking base16ct v0.2.0
13102026-04-25T00:40:18.006Z Checking ciborium-ll v0.2.2
13112026-04-25T00:40:18.092Z Checking poly1305 v0.8.0
13122026-04-25T00:40:18.164Z Checking password-hash v0.5.0
13132026-04-25T00:40:18.346Z Checking chacha20 v0.9.1
13142026-04-25T00:40:18.366Z Checking elliptic-curve v0.13.8
13152026-04-25T00:40:18.516Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13162026-04-25T00:40:18.520Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13172026-04-25T00:40:18.626Z Checking byte-wrapper v0.1.0
13182026-04-25T00:40:18.794Z Checking thiserror-no-std v2.0.2
13192026-04-25T00:40:18.813Z Checking blake2 v0.10.6
13202026-04-25T00:40:18.840Z Checking aead v0.5.2
13212026-04-25T00:40:18.886Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13222026-04-25T00:40:19.031Z Checking memmap v0.7.0
13232026-04-25T00:40:19.050Z Checking indent_write v2.2.0
13242026-04-25T00:40:19.098Z Checking lazy_static v1.5.0
13252026-04-25T00:40:19.129Z Checking keccak v0.1.6
13262026-04-25T00:40:19.172Z Checking usdt v0.5.0
13272026-04-25T00:40:19.192Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13282026-04-25T00:40:19.209Z Checking argon2 v0.5.3
13292026-04-25T00:40:19.294Z Checking sha3 v0.10.8
13302026-04-25T00:40:19.347Z Checking chacha20poly1305 v0.10.1
13312026-04-25T00:40:19.409Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13322026-04-25T00:40:19.439Z Checking vsss-rs v3.3.4
13332026-04-25T00:40:19.496Z Checking ciborium v0.2.2
13342026-04-25T00:40:20.127Z Checking bytecount v0.6.9
13352026-04-25T00:40:20.242Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13362026-04-25T00:40:20.339Z Checking progenitor v0.13.0
13372026-04-25T00:40:20.371Z Checking atomicwrites v0.4.4
13382026-04-25T00:40:20.438Z Checking crossbeam-deque v0.8.6
13392026-04-25T00:40:20.508Z Checking itertools v0.12.1
13402026-04-25T00:40:20.529Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13412026-04-25T00:40:20.625Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13422026-04-25T00:40:20.645Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13432026-04-25T00:40:20.749Z Checking resolv-conf v0.7.6
13442026-04-25T00:40:20.837Z Checking swrite v0.1.0
13452026-04-25T00:40:20.937Z Checking linked-hash-map v0.5.6
13462026-04-25T00:40:20.941Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13472026-04-25T00:40:21.118Z Checking lru-cache v0.1.2
13482026-04-25T00:40:21.241Z Checking similar v2.7.0
13492026-04-25T00:40:21.386Z Checking hickory-proto v0.24.4
13502026-04-25T00:40:21.490Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13512026-04-25T00:40:21.510Z Checking serde-big-array v0.5.1
13522026-04-25T00:40:21.514Z Checking unicode-segmentation v1.13.2
13532026-04-25T00:40:21.550Z Checking siphasher v1.0.2
13542026-04-25T00:40:21.593Z Checking rayon v1.11.0
13552026-04-25T00:40:21.653Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13562026-04-25T00:40:21.713Z Checking phf_shared v0.12.1
13572026-04-25T00:40:21.888Z Checking unicode-normalization v0.1.25
13582026-04-25T00:40:21.892Z Checking newline-converter v0.3.0
13592026-04-25T00:40:21.996Z Checking console v0.15.11
13602026-04-25T00:40:22.129Z Checking camino-tempfile v1.4.1
13612026-04-25T00:40:22.269Z Checking pin-project v1.1.11
13622026-04-25T00:40:22.289Z Checking num_enum v0.5.11
13632026-04-25T00:40:22.374Z Checking tokio-stream v0.1.18
13642026-04-25T00:40:22.406Z Checking csv-core v0.1.13
13652026-04-25T00:40:22.591Z Checking foldhash v0.1.5
13662026-04-25T00:40:22.641Z Checking same-file v1.0.6
13672026-04-25T00:40:22.737Z Checking unicode-width v0.1.14
13682026-04-25T00:40:22.757Z Checking foreign-types-shared v0.1.1
13692026-04-25T00:40:22.775Z Checking highway v1.3.0
13702026-04-25T00:40:22.849Z Checking foreign-types v0.3.2
13712026-04-25T00:40:22.902Z Checking hickory-resolver v0.24.4
13722026-04-25T00:40:22.927Z Checking walkdir v2.5.0
13732026-04-25T00:40:22.988Z Checking hashbrown v0.15.5
13742026-04-25T00:40:23.007Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13752026-04-25T00:40:23.096Z Checking csv v1.4.0
13762026-04-25T00:40:23.316Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13772026-04-25T00:40:23.451Z Checking snafu v0.8.9
13782026-04-25T00:40:23.475Z Checking expectorate v1.2.0
13792026-04-25T00:40:23.501Z Checking olpc-cjson v0.1.4
13802026-04-25T00:40:23.578Z Checking qorb v0.4.1
13812026-04-25T00:40:23.611Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13822026-04-25T00:40:23.648Z Checking phf v0.12.1
13832026-04-25T00:40:23.706Z Checking zone v0.3.1
13842026-04-25T00:40:23.762Z Checking tokio-dtrace v0.1.1
13852026-04-25T00:40:23.799Z Checking globset v0.4.18
13862026-04-25T00:40:23.954Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13872026-04-25T00:40:23.974Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
13882026-04-25T00:40:24.065Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13892026-04-25T00:40:24.474Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13902026-04-25T00:40:24.553Z Checking smf v0.2.3
13912026-04-25T00:40:24.577Z Checking pem v3.0.6
13922026-04-25T00:40:24.735Z Checking libsw-core v0.3.2
13932026-04-25T00:40:24.756Z Checking serde_plain v1.0.2
13942026-04-25T00:40:24.783Z Checking sigpipe v0.1.3
13952026-04-25T00:40:24.803Z Checking glob v0.3.3
13962026-04-25T00:40:24.822Z Checking typed-path v0.9.3
13972026-04-25T00:40:24.872Z Checking fixedbitset v0.4.2
13982026-04-25T00:40:24.909Z Checking fixedbitset v0.5.7
13992026-04-25T00:40:25.031Z Checking smawk v0.3.2
14002026-04-25T00:40:25.111Z Checking unicode-linebreak v0.1.5
14012026-04-25T00:40:25.199Z Checking jiff v0.2.23
14022026-04-25T00:40:25.328Z Checking textwrap v0.16.2
14032026-04-25T00:40:25.416Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14042026-04-25T00:40:25.555Z Checking petgraph v0.8.3
14052026-04-25T00:40:25.575Z Checking petgraph v0.6.5
14062026-04-25T00:40:25.593Z Checking tough v0.20.0
14072026-04-25T00:40:25.597Z Checking libsw v3.5.0
14082026-04-25T00:40:26.275Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
14092026-04-25T00:40:26.832Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
14102026-04-25T00:40:26.976Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14112026-04-25T00:40:27.043Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
14122026-04-25T00:40:27.209Z Checking oxide-tokio-rt v0.1.3
14132026-04-25T00:40:27.371Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14142026-04-25T00:40:27.440Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14152026-04-25T00:40:27.546Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14162026-04-25T00:40:27.581Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14172026-04-25T00:40:27.602Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14182026-04-25T00:40:27.605Z Checking papergrid v0.11.0
14192026-04-25T00:40:27.730Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14202026-04-25T00:40:27.858Z Checking gethostname v0.5.0
14212026-04-25T00:40:27.944Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14222026-04-25T00:40:27.964Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14232026-04-25T00:40:28.031Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14242026-04-25T00:40:28.063Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14252026-04-25T00:40:28.233Z Checking libscf-sys v1.1.0
14262026-04-25T00:40:28.268Z Checking const_format v0.2.35
14272026-04-25T00:40:28.375Z Checking bcs v0.1.6
14282026-04-25T00:40:28.442Z Checking termtree v0.5.1
14292026-04-25T00:40:28.473Z Checking tagptr v0.2.0
14302026-04-25T00:40:28.507Z Checking linear-map v1.2.0
14312026-04-25T00:40:28.571Z Compiling parking_lot_core v0.8.6
14322026-04-25T00:40:28.591Z Checking whoami v1.6.1
14332026-04-25T00:40:28.619Z Checking moka v0.12.15
14342026-04-25T00:40:28.658Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14352026-04-25T00:40:28.681Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14362026-04-25T00:40:28.843Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14372026-04-25T00:40:28.887Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14382026-04-25T00:40:29.274Z Checking tabled v0.15.0
14392026-04-25T00:40:29.674Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14402026-04-25T00:40:29.848Z Checking steno v0.4.1
14412026-04-25T00:40:29.920Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14422026-04-25T00:40:29.941Z Checking hickory-proto v0.25.2
14432026-04-25T00:40:30.272Z Checking humantime v2.3.0
14442026-04-25T00:40:30.546Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14452026-04-25T00:40:31.526Z Checking hickory-resolver v0.25.2
14462026-04-25T00:40:32.163Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14472026-04-25T00:40:32.379Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14482026-04-25T00:40:33.424Z Compiling typify-impl v0.4.3
14492026-04-25T00:40:36.816Z Compiling typify-macro v0.4.3
14502026-04-25T00:40:37.559Z Compiling crunchy v0.2.4
14512026-04-25T00:40:38.513Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14522026-04-25T00:40:38.893Z Compiling tiny-keccak v2.0.2
14532026-04-25T00:40:45.667Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14542026-04-25T00:40:46.279Z Compiling const-random-macro v0.1.16
14552026-04-25T00:40:46.592Z Compiling typify v0.4.3
14562026-04-25T00:40:46.940Z Compiling smartstring v1.0.1
14572026-04-25T00:40:47.090Z Compiling ahash v0.8.12
14582026-04-25T00:40:47.391Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
14592026-04-25T00:40:47.429Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14602026-04-25T00:40:47.496Z Checking fxhash v0.2.1
14612026-04-25T00:40:47.582Z Compiling rhai_codegen v3.1.0
14622026-04-25T00:40:47.598Z Checking parking_lot v0.11.2
14632026-04-25T00:40:47.662Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14642026-04-25T00:40:47.797Z Checking sled v0.34.7
14652026-04-25T00:40:47.957Z Compiling proc-macro-error-attr2 v2.0.0
14662026-04-25T00:40:48.052Z Compiling dropshot v0.17.0
14672026-04-25T00:40:48.085Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14682026-04-25T00:40:48.315Z Checking internet-checksum v0.2.1
14692026-04-25T00:40:48.392Z Compiling proc-macro-error2 v2.0.1
14702026-04-25T00:40:48.504Z Compiling dropshot_endpoint v0.17.0
14712026-04-25T00:40:48.695Z Compiling tabled_derive v0.11.0
14722026-04-25T00:40:48.812Z Compiling progenitor-impl v0.11.2
14732026-04-25T00:40:49.076Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14742026-04-25T00:40:49.153Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14752026-04-25T00:40:49.475Z Checking simd-adler32 v0.3.9
14762026-04-25T00:40:49.581Z Checking adler2 v2.0.1
14772026-04-25T00:40:49.707Z Checking miniz_oxide v0.8.9
14782026-04-25T00:40:49.803Z Checking const-random v0.1.18
14792026-04-25T00:40:50.044Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14802026-04-25T00:40:50.071Z Checking flate2 v1.1.9
14812026-04-25T00:40:50.377Z Checking thin-vec v0.2.14
14822026-04-25T00:40:50.380Z Checking compression-core v0.4.31
14832026-04-25T00:40:50.537Z Checking compression-codecs v0.4.37
14842026-04-25T00:40:50.613Z Checking rhai v1.24.0
14852026-04-25T00:40:50.836Z Checking nom v8.0.0
14862026-04-25T00:40:50.927Z Compiling progenitor-macro v0.11.2
14872026-04-25T00:40:51.188Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
14882026-04-25T00:40:51.601Z Checking toml v1.1.0+spec-1.1.0
14892026-04-25T00:40:51.621Z Checking async-compression v0.4.41
14902026-04-25T00:40:51.663Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
14912026-04-25T00:40:51.880Z Checking arc-swap v1.9.0
14922026-04-25T00:40:52.118Z Checking slog-scope v4.4.1
14932026-04-25T00:40:52.232Z Checking papergrid v0.17.0
14942026-04-25T00:40:52.251Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14952026-04-25T00:40:52.270Z Checking testing_table v0.3.0
14962026-04-25T00:40:52.371Z Checking dropshot-api-manager-types v0.7.0
14972026-04-25T00:40:52.774Z Checking slog-stdlog v4.1.1
14982026-04-25T00:40:53.000Z Checking tabled v0.20.0
14992026-04-25T00:40:53.028Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
15002026-04-25T00:40:53.089Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
15012026-04-25T00:40:53.952Z Compiling progenitor-impl v0.10.0
15022026-04-25T00:40:53.975Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15032026-04-25T00:40:54.096Z Checking progenitor-client v0.11.2
15042026-04-25T00:40:54.118Z Compiling lzma-sys v0.1.20
15052026-04-25T00:40:54.447Z Compiling fs-err v3.3.0
15062026-04-25T00:40:54.520Z Compiling typeid v1.0.3
15072026-04-25T00:40:54.885Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
15082026-04-25T00:40:55.082Z Checking progenitor v0.11.2
15092026-04-25T00:40:55.149Z Checking slog-envlogger v2.2.0
15102026-04-25T00:40:55.304Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15112026-04-25T00:40:56.060Z Compiling progenitor-macro v0.10.0
15122026-04-25T00:40:56.223Z Checking crc8 v0.1.1
15132026-04-25T00:40:56.331Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
15142026-04-25T00:40:57.867Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15152026-04-25T00:40:58.553Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
15162026-04-25T00:40:58.766Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
15172026-04-25T00:40:59.543Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15182026-04-25T00:41:00.663Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15192026-04-25T00:41:00.687Z Compiling cargo_toml v0.22.3
15202026-04-25T00:41:01.255Z Checking utf-8 v0.7.6
15212026-04-25T00:41:01.642Z Checking tungstenite v0.21.0
15222026-04-25T00:41:01.974Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
15232026-04-25T00:41:01.991Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15242026-04-25T00:41:02.276Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
15252026-04-25T00:41:02.392Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15262026-04-25T00:41:02.640Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15272026-04-25T00:41:03.025Z Checking sha2 v0.10.9
15282026-04-25T00:41:03.257Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15292026-04-25T00:41:03.388Z Checking yansi v1.0.1
15302026-04-25T00:41:03.402Z Checking diff v0.1.13
15312026-04-25T00:41:03.507Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15322026-04-25T00:41:03.557Z Checking progenitor v0.10.0
15332026-04-25T00:41:03.622Z Checking pretty_assertions v1.4.1
15342026-04-25T00:41:03.693Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
15352026-04-25T00:41:03.791Z Checking tokio-tungstenite v0.21.0
15362026-04-25T00:41:04.533Z Checking console v0.16.3
15372026-04-25T00:41:04.646Z Checking git-stub v1.0.0
15382026-04-25T00:41:04.791Z Checking unit-prefix v0.5.2
15392026-04-25T00:41:04.832Z Checking sdd v3.0.10
15402026-04-25T00:41:04.926Z Checking is_ci v1.2.0
15412026-04-25T00:41:04.967Z Checking base64 v0.21.7
15422026-04-25T00:41:05.061Z Checking indicatif v0.18.4
15432026-04-25T00:41:05.080Z Checking scc v2.4.0
15442026-04-25T00:41:05.151Z Checking supports-color v3.0.2
15452026-04-25T00:41:05.218Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15462026-04-25T00:41:05.442Z Checking git-stub-vcs v0.1.0
15472026-04-25T00:41:06.749Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15482026-04-25T00:41:06.784Z Checking xz2 v0.1.7
15492026-04-25T00:41:06.784Z Checking ron v0.12.1
15502026-04-25T00:41:06.872Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15512026-04-25T00:41:06.872Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15522026-04-25T00:41:07.127Z Checking drift v0.1.3
15532026-04-25T00:41:07.314Z Compiling serial_test_derive v3.4.0
15542026-04-25T00:41:07.392Z Checking base16ct v1.0.0
15552026-04-25T00:41:07.501Z Checking dropshot-api-manager v0.7.0
15562026-04-25T00:41:08.027Z Checking serial_test v3.4.0
15572026-04-25T00:41:08.078Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15582026-04-25T00:41:08.215Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15592026-04-25T00:41:08.663Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15602026-04-25T00:41:08.858Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15612026-04-25T00:41:08.915Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15622026-04-25T00:41:09.716Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15632026-04-25T00:41:09.720Z Checking natord v1.0.9
15642026-04-25T00:41:09.971Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15652026-04-25T00:41:10.417Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15662026-04-25T00:41:11.073Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15672026-04-25T00:41:11.169Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15682026-04-25T00:41:11.919Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15692026-04-25T00:41:12.315Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15702026-04-25T00:41:12.450Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15712026-04-25T00:41:12.515Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15722026-04-25T00:41:12.614Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15732026-04-25T00:41:22.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15742026-04-25T00:41:22.771Z+ cargo xtask openapi check
15752026-04-25T00:41:23.401Z Compiling cfg-if v1.0.4
15762026-04-25T00:41:23.405Z Compiling libc v0.2.186
15772026-04-25T00:41:23.405Z Compiling serde_core v1.0.228
15782026-04-25T00:41:23.510Z Compiling serde_json v1.0.149
15792026-04-25T00:41:23.514Z Compiling memchr v2.8.0
15802026-04-25T00:41:23.523Z Compiling smallvec v1.15.1
15812026-04-25T00:41:23.523Z Compiling itoa v1.0.18
15822026-04-25T00:41:23.540Z Compiling stable_deref_trait v1.2.1
15832026-04-25T00:41:23.544Z Compiling zerofrom v0.1.6
15842026-04-25T00:41:23.558Z Compiling zmij v1.0.21
15852026-04-25T00:41:23.612Z Compiling litemap v0.8.1
15862026-04-25T00:41:23.664Z Compiling yoke v0.8.1
15872026-04-25T00:41:23.714Z Compiling writeable v0.6.2
15882026-04-25T00:41:23.738Z Compiling libm v0.2.16
15892026-04-25T00:41:23.806Z Compiling percent-encoding v2.3.2
15902026-04-25T00:41:23.836Z Compiling zerovec v0.11.5
15912026-04-25T00:41:23.849Z Compiling zerotrie v0.2.3
15922026-04-25T00:41:23.914Z Compiling errno v0.3.14
15932026-04-25T00:41:23.978Z Compiling icu_properties_data v2.1.2
15942026-04-25T00:41:24.006Z Compiling icu_normalizer_data v2.1.1
15952026-04-25T00:41:24.067Z Compiling rand_core v0.10.0
15962026-04-25T00:41:24.094Z Compiling form_urlencoded v1.2.2
15972026-04-25T00:41:24.136Z Compiling utf8_iter v1.0.4
15982026-04-25T00:41:24.178Z Compiling zeroize v1.8.2
15992026-04-25T00:41:24.227Z Compiling getrandom v0.4.2
16002026-04-25T00:41:24.265Z Compiling pin-project-lite v0.2.17
16012026-04-25T00:41:24.294Z Compiling tinystr v0.8.2
16022026-04-25T00:41:24.348Z Compiling potential_utf v0.1.4
16032026-04-25T00:41:24.364Z Compiling iana-time-zone v0.1.65
16042026-04-25T00:41:24.379Z Compiling scopeguard v1.2.0
16052026-04-25T00:41:24.407Z Compiling parking_lot_core v0.9.12
16062026-04-25T00:41:24.489Z Compiling icu_locale_core v2.1.1
16072026-04-25T00:41:24.500Z Compiling icu_collections v2.1.1
16082026-04-25T00:41:24.514Z Compiling num-traits v0.2.19
16092026-04-25T00:41:24.580Z Compiling lock_api v0.4.14
16102026-04-25T00:41:24.713Z Compiling socket2 v0.6.3
16112026-04-25T00:41:24.816Z Compiling dyn-clone v1.0.20
16122026-04-25T00:41:24.922Z Compiling parking_lot v0.12.5
16132026-04-25T00:41:24.959Z Compiling getrandom v0.2.17
16142026-04-25T00:41:25.019Z Compiling signal-hook-registry v1.4.8
16152026-04-25T00:41:25.100Z Compiling icu_provider v2.1.1
16162026-04-25T00:41:25.136Z Compiling mio v1.2.0
16172026-04-25T00:41:25.147Z Compiling portable-atomic v1.13.1
16182026-04-25T00:41:25.157Z Compiling subtle v2.6.1
16192026-04-25T00:41:25.304Z Compiling serde v1.0.228
16202026-04-25T00:41:25.325Z Compiling icu_normalizer v2.1.1
16212026-04-25T00:41:25.334Z Compiling icu_properties v2.1.2
16222026-04-25T00:41:25.401Z Compiling uuid v1.23.0
16232026-04-25T00:41:25.443Z Compiling semver v1.0.28
16242026-04-25T00:41:25.643Z Compiling futures-core v0.3.32
16252026-04-25T00:41:25.655Z Compiling critical-section v1.2.0
16262026-04-25T00:41:25.767Z Compiling bytes v1.11.1
16272026-04-25T00:41:25.782Z Compiling chrono v0.4.44
16282026-04-25T00:41:25.797Z Compiling once_cell v1.21.4
16292026-04-25T00:41:25.816Z Compiling bitflags v2.11.0
16302026-04-25T00:41:25.819Z Compiling thiserror v2.0.18
16312026-04-25T00:41:25.897Z Compiling rand_core v0.6.4
16322026-04-25T00:41:25.923Z Compiling zerocopy v0.8.48
16332026-04-25T00:41:26.010Z Compiling equivalent v1.0.2
16342026-04-25T00:41:26.072Z Compiling log v0.4.29
16352026-04-25T00:41:26.101Z Compiling futures-sink v0.3.32
16362026-04-25T00:41:26.128Z Compiling slog v2.8.2
16372026-04-25T00:41:26.144Z Compiling foldhash v0.2.0
16382026-04-25T00:41:26.209Z Compiling idna_adapter v1.2.1
16392026-04-25T00:41:26.262Z Compiling tokio v1.52.0
16402026-04-25T00:41:26.355Z Compiling idna v1.1.0
16412026-04-25T00:41:26.383Z Compiling allocator-api2 v0.2.21
16422026-04-25T00:41:26.405Z Compiling slab v0.4.12
16432026-04-25T00:41:26.426Z Compiling typenum v1.19.0
16442026-04-25T00:41:26.438Z Compiling futures-channel v0.3.32
16452026-04-25T00:41:26.582Z Compiling futures-io v0.3.32
16462026-04-25T00:41:26.666Z Compiling url v2.5.8
16472026-04-25T00:41:26.711Z Compiling hashbrown v0.16.1
16482026-04-25T00:41:26.744Z Compiling futures-task v0.3.32
16492026-04-25T00:41:26.925Z Compiling futures-util v0.3.32
16502026-04-25T00:41:27.010Z Compiling generic-array v0.14.7
16512026-04-25T00:41:27.086Z Compiling tracing-core v0.1.36
16522026-04-25T00:41:27.290Z Compiling schemars v0.8.22
16532026-04-25T00:41:27.301Z Compiling indexmap v2.13.0
16542026-04-25T00:41:27.511Z Compiling crypto-common v0.1.7
16552026-04-25T00:41:27.522Z Compiling tracing v0.1.44
16562026-04-25T00:41:27.651Z Compiling base64 v0.22.1
16572026-04-25T00:41:27.682Z Compiling http v1.4.0
16582026-04-25T00:41:27.759Z Compiling unicode-ident v1.0.24
16592026-04-25T00:41:27.887Z Compiling byteorder v1.5.0
16602026-04-25T00:41:27.952Z Compiling fnv v1.0.7
16612026-04-25T00:41:27.986Z Compiling proc-macro2 v1.0.106
16622026-04-25T00:41:28.054Z Compiling ipnetwork v0.21.1
16632026-04-25T00:41:28.118Z Compiling rustls-pki-types v1.14.0
16642026-04-25T00:41:28.502Z Compiling quote v1.0.45
16652026-04-25T00:41:28.640Z Compiling block-buffer v0.10.4
16662026-04-25T00:41:28.652Z Compiling erased-serde v0.3.31
16672026-04-25T00:41:28.662Z Compiling untrusted v0.9.0
16682026-04-25T00:41:28.727Z Compiling ipnet v2.12.0
16692026-04-25T00:41:28.786Z Compiling ppv-lite86 v0.2.21
16702026-04-25T00:41:28.798Z Compiling digest v0.10.7
16712026-04-25T00:41:28.801Z Compiling syn v2.0.117
16722026-04-25T00:41:28.961Z Compiling thiserror v1.0.69
16732026-04-25T00:41:29.017Z Compiling http-body v1.0.1
16742026-04-25T00:41:29.110Z Compiling oxnet v0.1.4
16752026-04-25T00:41:29.159Z Compiling atomic-waker v1.1.2
16762026-04-25T00:41:29.182Z Compiling pretty-hex v0.4.2
16772026-04-25T00:41:29.234Z Compiling rustix v1.1.4
16782026-04-25T00:41:29.266Z Compiling httparse v1.10.1
16792026-04-25T00:41:29.286Z Compiling tower-service v0.3.3
16802026-04-25T00:41:29.320Z Compiling try-lock v0.2.5
16812026-04-25T00:41:29.385Z Compiling plain v0.2.3
16822026-04-25T00:41:29.429Z Compiling ryu v1.0.23
16832026-04-25T00:41:29.477Z Compiling tower-layer v0.3.3
16842026-04-25T00:41:29.497Z Compiling want v0.3.1
16852026-04-25T00:41:29.529Z Compiling dof v0.4.0
16862026-04-25T00:41:29.579Z Compiling omicron-workspace-hack v0.1.0
16872026-04-25T00:41:29.617Z Compiling getrandom v0.3.4
16882026-04-25T00:41:29.640Z Compiling ucd-trie v0.1.7
16892026-04-25T00:41:29.651Z Compiling httpdate v1.0.3
16902026-04-25T00:41:29.667Z Compiling crossbeam-utils v0.8.21
16912026-04-25T00:41:29.801Z Compiling pest v2.8.6
16922026-04-25T00:41:29.890Z Compiling rand_core v0.9.5
16932026-04-25T00:41:29.941Z Compiling newtype-uuid v1.3.2
16942026-04-25T00:41:30.110Z Compiling tokio-util v0.7.18
16952026-04-25T00:41:30.179Z Compiling hex v0.4.3
16962026-04-25T00:41:30.278Z Compiling usdt-impl v0.6.0
16972026-04-25T00:41:30.385Z Compiling cpufeatures v0.2.17
16982026-04-25T00:41:30.447Z Compiling daft v0.1.5
16992026-04-25T00:41:30.463Z Compiling rand_chacha v0.9.0
17002026-04-25T00:41:30.565Z Compiling serde_urlencoded v0.7.1
17012026-04-25T00:41:30.714Z Compiling h2 v0.4.13
17022026-04-25T00:41:30.792Z Compiling usdt-macro v0.6.0
17032026-04-25T00:41:30.820Z Compiling usdt-attr-macro v0.6.0
17042026-04-25T00:41:30.834Z Compiling http-body-util v0.1.3
17052026-04-25T00:41:30.851Z Compiling aws-lc-sys v0.39.1
17062026-04-25T00:41:31.079Z Compiling fastrand v2.3.0
17072026-04-25T00:41:31.090Z Compiling regex-syntax v0.8.10
17082026-04-25T00:41:31.359Z Compiling untrusted v0.7.1
17092026-04-25T00:41:31.465Z Compiling aws-lc-rs v1.16.2
17102026-04-25T00:41:31.493Z Compiling rand v0.9.2
17112026-04-25T00:41:31.608Z Compiling rustls v0.23.37
17122026-04-25T00:41:31.681Z Compiling anyhow v1.0.102
17132026-04-25T00:41:31.849Z Compiling sync_wrapper v1.0.2
17142026-04-25T00:41:31.964Z Compiling powerfmt v0.2.0
17152026-04-25T00:41:32.107Z Compiling deranged v0.5.8
17162026-04-25T00:41:32.182Z Compiling tower v0.5.3
17172026-04-25T00:41:32.363Z Compiling tempfile v3.27.0
17182026-04-25T00:41:32.661Z Compiling rustls-webpki v0.103.10
17192026-04-25T00:41:32.768Z Compiling hyper v1.9.0
17202026-04-25T00:41:32.885Z Compiling futures-executor v0.3.32
17212026-04-25T00:41:32.917Z Compiling camino v1.2.2
17222026-04-25T00:41:33.075Z Compiling num-conv v0.2.1
17232026-04-25T00:41:33.207Z Compiling iri-string v0.7.12
17242026-04-25T00:41:33.227Z Compiling num_threads v0.1.7
17252026-04-25T00:41:33.348Z Compiling time-core v0.1.8
17262026-04-25T00:41:33.363Z Compiling futures v0.3.32
17272026-04-25T00:41:33.450Z Compiling scroll v0.13.0
17282026-04-25T00:41:33.501Z Compiling time v0.3.47
17292026-04-25T00:41:33.608Z Compiling aho-corasick v1.1.4
17302026-04-25T00:41:33.656Z Compiling winnow v1.0.1
17312026-04-25T00:41:33.738Z Compiling goblin v0.10.5
17322026-04-25T00:41:33.766Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17332026-04-25T00:41:34.228Z Compiling hyper-util v0.1.20
17342026-04-25T00:41:34.516Z Compiling tower-http v0.6.8
17352026-04-25T00:41:34.746Z Compiling regex-automata v0.4.14
17362026-04-25T00:41:34.952Z Compiling crossbeam-channel v0.5.15
17372026-04-25T00:41:34.964Z Compiling ring v0.17.14
17382026-04-25T00:41:35.240Z Compiling openapiv3 v2.2.0
17392026-04-25T00:41:35.436Z Compiling openssl-probe v0.2.1
17402026-04-25T00:41:35.500Z Compiling winnow v0.7.15
17412026-04-25T00:41:35.630Z Compiling rustls-native-certs v0.8.3
17422026-04-25T00:41:35.903Z Compiling dtrace-parser v0.3.0
17432026-04-25T00:41:35.963Z Compiling rand_chacha v0.3.1
17442026-04-25T00:41:36.385Z Compiling tokio-rustls v0.26.4
17452026-04-25T00:41:36.698Z Compiling rustls-webpki v0.102.8
17462026-04-25T00:41:36.863Z Compiling thread-id v5.1.0
17472026-04-25T00:41:36.890Z Compiling thread_local v1.1.9
17482026-04-25T00:41:36.954Z Compiling debug-ignore v1.0.5
17492026-04-25T00:41:36.981Z Compiling match_cfg v0.1.0
17502026-04-25T00:41:37.059Z Compiling hostname v0.3.1
17512026-04-25T00:41:37.069Z Compiling hyper-rustls v0.27.7
17522026-04-25T00:41:37.161Z Compiling rustls v0.22.4
17532026-04-25T00:41:37.202Z Compiling rand v0.8.5
17542026-04-25T00:41:37.364Z Compiling rustls-platform-verifier v0.6.2
17552026-04-25T00:41:37.603Z Compiling slog-json v2.6.1
17562026-04-25T00:41:37.819Z Compiling toml_parser v1.1.0+spec-1.1.0
17572026-04-25T00:41:37.862Z Compiling ref-cast v1.0.25
17582026-04-25T00:41:37.973Z Compiling strum v0.26.3
17592026-04-25T00:41:37.985Z Compiling regress v0.10.5
17602026-04-25T00:41:37.988Z Compiling macaddr v1.0.1
17612026-04-25T00:41:38.110Z Compiling serde_spanned v1.1.0
17622026-04-25T00:41:38.195Z Compiling toml_datetime v0.7.5+spec-1.1.0
17632026-04-25T00:41:38.241Z Compiling is-terminal v0.4.17
17642026-04-25T00:41:38.266Z Compiling memmap2 v0.9.10
17652026-04-25T00:41:38.354Z Compiling wait-timeout v0.2.1
17662026-04-25T00:41:38.485Z Compiling encoding_rs v0.8.35
17672026-04-25T00:41:38.497Z Compiling either v1.15.0
17682026-04-25T00:41:38.526Z Compiling term v1.2.1
17692026-04-25T00:41:38.559Z Compiling mime v0.3.17
17702026-04-25T00:41:38.663Z Compiling bit-vec v0.8.0
17712026-04-25T00:41:38.710Z Compiling toml_writer v1.1.0+spec-1.1.0
17722026-04-25T00:41:38.839Z Compiling spin v0.9.8
17732026-04-25T00:41:38.904Z Compiling take_mut v0.2.2
17742026-04-25T00:41:38.917Z Compiling quick-error v1.2.3
17752026-04-25T00:41:38.936Z Compiling toml v0.9.12+spec-1.1.0
17762026-04-25T00:41:38.963Z Compiling bit-set v0.8.0
17772026-04-25T00:41:39.016Z Compiling rusty-fork v0.3.1
17782026-04-25T00:41:39.029Z Compiling tokio-rustls v0.25.0
17792026-04-25T00:41:39.130Z Compiling slog-async v2.8.0
17802026-04-25T00:41:39.215Z Compiling slog-term v2.9.2
17812026-04-25T00:41:39.261Z Compiling usdt v0.6.0
17822026-04-25T00:41:39.372Z Compiling slog-bunyan v2.5.0
17832026-04-25T00:41:39.519Z Compiling multer v3.1.0
17842026-04-25T00:41:39.541Z Compiling reqwest v0.13.2
17852026-04-25T00:41:39.637Z Compiling regex v1.12.3
17862026-04-25T00:41:39.786Z Compiling serde_with v3.18.0
17872026-04-25T00:41:40.023Z Compiling async-stream v0.3.6
17882026-04-25T00:41:40.107Z Compiling sha1 v0.10.6
17892026-04-25T00:41:40.208Z Compiling rand_xorshift v0.4.0
17902026-04-25T00:41:40.212Z Compiling waitgroup v0.1.2
17912026-04-25T00:41:40.345Z Compiling rustls-pemfile v2.2.0
17922026-04-25T00:41:40.360Z Compiling serde_path_to_error v0.1.20
17932026-04-25T00:41:40.363Z Compiling hostname v0.4.2
17942026-04-25T00:41:40.381Z Compiling unarray v0.1.4
17952026-04-25T00:41:40.494Z Compiling proptest v1.11.0
17962026-04-25T00:41:40.506Z Compiling strum v0.27.2
17972026-04-25T00:41:40.548Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17982026-04-25T00:41:40.640Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17992026-04-25T00:41:40.688Z Compiling dropshot v0.16.7
18002026-04-25T00:41:40.725Z Compiling rustc-hash v2.1.2
18012026-04-25T00:41:40.824Z Compiling progenitor-client v0.13.0
18022026-04-25T00:41:40.858Z Compiling iddqd v0.3.17
18032026-04-25T00:41:40.910Z Compiling reqwest v0.12.28
18042026-04-25T00:41:41.130Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-04-25T00:41:41.392Z Compiling backon v1.6.0
18062026-04-25T00:41:41.466Z Compiling instant v0.1.13
18072026-04-25T00:41:41.554Z Compiling backoff v0.4.0
18082026-04-25T00:41:41.579Z Compiling progenitor-extras v0.1.1
18092026-04-25T00:41:41.600Z Compiling parse-display v0.10.0
18102026-04-25T00:41:41.770Z Compiling itertools v0.14.0
18112026-04-25T00:41:41.825Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18122026-04-25T00:41:41.933Z Compiling progenitor-client v0.10.0
18132026-04-25T00:41:42.702Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18142026-04-25T00:41:42.717Z Compiling unicode-width v0.2.2
18152026-04-25T00:41:43.014Z Compiling tinyvec_macros v0.1.1
18162026-04-25T00:41:43.091Z Compiling tinyvec v1.11.0
18172026-04-25T00:41:43.346Z Compiling secrecy v0.10.3
18182026-04-25T00:41:43.419Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18192026-04-25T00:41:43.444Z Compiling scroll v0.12.0
18202026-04-25T00:41:43.593Z Compiling dof v0.3.0
18212026-04-25T00:41:43.728Z Compiling typify-impl v0.6.1
18222026-04-25T00:41:43.770Z Compiling utf8parse v0.2.2
18232026-04-25T00:41:43.874Z Compiling heck v0.5.0
18242026-04-25T00:41:43.892Z Compiling anstyle-parse v1.0.0
18252026-04-25T00:41:43.930Z Compiling usdt-impl v0.5.0
18262026-04-25T00:41:44.091Z Compiling goblin v0.8.2
18272026-04-25T00:41:44.144Z Compiling crucible-workspace-hack v0.1.0
18282026-04-25T00:41:44.220Z Compiling zerocopy v0.7.35
18292026-04-25T00:41:44.416Z Compiling terminal_size v0.4.4
18302026-04-25T00:41:44.498Z Compiling hmac v0.12.1
18312026-04-25T00:41:44.564Z Compiling inout v0.1.4
18322026-04-25T00:41:44.642Z Compiling ff v0.13.1
18332026-04-25T00:41:44.718Z Compiling serde_spanned v0.6.9
18342026-04-25T00:41:44.782Z Compiling toml_datetime v0.6.11
18352026-04-25T00:41:44.782Z Compiling num-integer v0.1.46
18362026-04-25T00:41:44.874Z Compiling anstyle-query v1.1.5
18372026-04-25T00:41:44.993Z Compiling is_terminal_polyfill v1.70.2
18382026-04-25T00:41:45.066Z Compiling toml_write v0.1.2
18392026-04-25T00:41:45.095Z Compiling anstyle v1.0.14
18402026-04-25T00:41:45.120Z Compiling colorchoice v1.0.5
18412026-04-25T00:41:45.246Z Compiling toml_edit v0.22.27
18422026-04-25T00:41:45.271Z Compiling anstream v1.0.0
18432026-04-25T00:41:46.098Z Compiling group v0.13.0
18442026-04-25T00:41:46.222Z Compiling cipher v0.4.4
18452026-04-25T00:41:46.286Z Compiling hkdf v0.12.4
18462026-04-25T00:41:46.659Z Compiling dtrace-parser v0.2.0
18472026-04-25T00:41:46.726Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-04-25T00:41:47.077Z Compiling crossbeam-epoch v0.9.18
18492026-04-25T00:41:47.170Z Compiling typify-macro v0.6.1
18502026-04-25T00:41:47.253Z Compiling half v2.7.1
18512026-04-25T00:41:47.431Z Compiling universal-hash v0.5.1
18522026-04-25T00:41:47.457Z Compiling crypto-bigint v0.5.5
18532026-04-25T00:41:47.563Z Compiling thread-id v4.2.2
18542026-04-25T00:41:47.575Z Compiling base16ct v0.2.0
18552026-04-25T00:41:47.654Z Compiling strsim v0.11.1
18562026-04-25T00:41:47.740Z Compiling opaque-debug v0.3.1
18572026-04-25T00:41:47.819Z Compiling base64ct v1.8.3
18582026-04-25T00:41:47.956Z Compiling clap_lex v1.1.0
18592026-04-25T00:41:48.052Z Compiling ciborium-io v0.2.2
18602026-04-25T00:41:48.127Z Compiling clap_builder v4.6.0
18612026-04-25T00:41:48.150Z Compiling ciborium-ll v0.2.2
18622026-04-25T00:41:48.402Z Compiling elliptic-curve v0.13.8
18632026-04-25T00:41:48.655Z Compiling password-hash v0.5.0
18642026-04-25T00:41:48.690Z Compiling poly1305 v0.8.0
18652026-04-25T00:41:48.712Z Compiling curve25519-dalek v4.1.3
18662026-04-25T00:41:49.133Z Compiling thiserror-no-std v2.0.2
18672026-04-25T00:41:49.377Z Compiling toml v0.8.23
18682026-04-25T00:41:49.476Z Compiling chacha20 v0.9.1
18692026-04-25T00:41:49.622Z Compiling num-iter v0.1.45
18702026-04-25T00:41:49.678Z Compiling num-rational v0.4.2
18712026-04-25T00:41:49.705Z Compiling usdt-attr-macro v0.5.0
18722026-04-25T00:41:49.749Z Compiling usdt-macro v0.5.0
18732026-04-25T00:41:49.861Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
18742026-04-25T00:41:50.225Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-04-25T00:41:50.305Z Compiling byte-wrapper v0.1.0
18762026-04-25T00:41:50.418Z Compiling blake2 v0.10.6
18772026-04-25T00:41:50.418Z Compiling hash32 v0.3.1
18782026-04-25T00:41:50.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18792026-04-25T00:41:50.591Z Compiling aead v0.5.2
18802026-04-25T00:41:50.626Z Compiling num-complex v0.4.6
18812026-04-25T00:41:50.669Z Compiling memmap v0.7.0
18822026-04-25T00:41:50.758Z Compiling keccak v0.1.6
18832026-04-25T00:41:50.803Z Compiling data-encoding v2.10.0
18842026-04-25T00:41:50.853Z Compiling usdt v0.5.0
18852026-04-25T00:41:50.857Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18862026-04-25T00:41:50.891Z Compiling chacha20poly1305 v0.10.1
18872026-04-25T00:41:51.019Z Compiling num v0.4.3
18882026-04-25T00:41:51.030Z Compiling sha3 v0.10.8
18892026-04-25T00:41:51.096Z Compiling argon2 v0.5.3
18902026-04-25T00:41:51.122Z Compiling heapless v0.8.0
18912026-04-25T00:41:51.319Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18922026-04-25T00:41:51.524Z Compiling clap v4.6.0
18932026-04-25T00:41:51.560Z Compiling ingot-types v0.1.2
18942026-04-25T00:41:51.611Z Compiling vsss-rs v3.3.4
18952026-04-25T00:41:51.622Z Compiling typify v0.6.1
18962026-04-25T00:41:51.645Z Compiling ciborium v0.2.2
18972026-04-25T00:41:51.717Z Compiling rustix v0.38.44
18982026-04-25T00:41:51.977Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18992026-04-25T00:41:52.408Z Compiling tabwriter v1.4.1
19002026-04-25T00:41:52.494Z Compiling cobs v0.3.0
19012026-04-25T00:41:52.577Z Compiling bitflags v1.3.2
19022026-04-25T00:41:52.658Z Compiling float-ord v0.3.2
19032026-04-25T00:41:52.668Z Compiling managed v0.8.0
19042026-04-25T00:41:52.699Z Compiling indent_write v2.2.0
19052026-04-25T00:41:52.720Z Compiling postcard v1.1.3
19062026-04-25T00:41:52.778Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19072026-04-25T00:41:52.842Z Compiling smoltcp v0.11.0
19082026-04-25T00:41:52.888Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19092026-04-25T00:41:52.899Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19102026-04-25T00:41:53.001Z Compiling ingot v0.1.1
19112026-04-25T00:41:53.061Z Compiling progenitor-impl v0.13.0
19122026-04-25T00:41:53.107Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19132026-04-25T00:41:53.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19142026-04-25T00:41:53.699Z Compiling linked-hash-map v0.5.6
19152026-04-25T00:41:54.018Z Compiling foreign-types-shared v0.3.1
19162026-04-25T00:41:54.122Z Compiling resolv-conf v0.7.6
19172026-04-25T00:41:54.520Z Compiling static_assertions v1.1.0
19182026-04-25T00:41:54.609Z Compiling cpufeatures v0.3.0
19192026-04-25T00:41:54.693Z Compiling colored v3.1.1
19202026-04-25T00:41:54.785Z Compiling swrite v0.1.0
19212026-04-25T00:41:54.892Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19222026-04-25T00:41:54.943Z Compiling chacha20 v0.10.0
19232026-04-25T00:41:55.100Z Compiling foreign-types v0.5.0
19242026-04-25T00:41:55.187Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19252026-04-25T00:41:55.241Z Compiling progenitor-macro v0.13.0
19262026-04-25T00:41:55.290Z Compiling lru-cache v0.1.2
19272026-04-25T00:41:55.422Z Compiling hubpack v0.1.2
19282026-04-25T00:41:55.660Z Compiling num_enum v0.7.6
19292026-04-25T00:41:55.792Z Compiling memoffset v0.9.1
19302026-04-25T00:41:56.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
19312026-04-25T00:41:56.172Z Compiling hickory-proto v0.24.4
19322026-04-25T00:41:56.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19332026-04-25T00:41:56.545Z Compiling crossbeam-deque v0.8.6
19342026-04-25T00:41:56.752Z Compiling serde-big-array v0.5.1
19352026-04-25T00:41:56.908Z Compiling cstr-argument v0.1.2
19362026-04-25T00:41:57.073Z Compiling unicode-segmentation v1.13.2
19372026-04-25T00:41:57.503Z Compiling siphasher v1.0.2
19382026-04-25T00:41:57.515Z Compiling newline-converter v0.3.0
19392026-04-25T00:41:57.637Z Compiling pin-project v1.1.11
19402026-04-25T00:41:57.710Z Compiling phf_shared v0.12.1
19412026-04-25T00:41:57.748Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19422026-04-25T00:41:57.803Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19432026-04-25T00:41:57.894Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19442026-04-25T00:41:58.237Z Compiling hickory-resolver v0.24.4
19452026-04-25T00:41:58.427Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462026-04-25T00:41:58.704Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19472026-04-25T00:41:58.715Z Compiling rayon-core v1.13.0
19482026-04-25T00:41:58.839Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
19492026-04-25T00:41:59.065Z Compiling nix v0.31.2
19502026-04-25T00:41:59.154Z Compiling num_enum v0.5.11
19512026-04-25T00:41:59.280Z Compiling rand v0.10.1
19522026-04-25T00:41:59.324Z Compiling atomicwrites v0.4.4
19532026-04-25T00:41:59.442Z Compiling prettyplease v0.2.37
19542026-04-25T00:41:59.503Z Compiling progenitor v0.13.0
19552026-04-25T00:41:59.520Z Compiling unicode-normalization v0.1.25
19562026-04-25T00:41:59.645Z Compiling console v0.15.11
19572026-04-25T00:41:59.955Z Compiling camino-tempfile v1.4.1
19582026-04-25T00:41:59.994Z Compiling tokio-stream v0.1.18
19592026-04-25T00:42:00.199Z Compiling bstr v1.12.1
19602026-04-25T00:42:00.283Z Compiling csv-core v0.1.13
19612026-04-25T00:42:00.465Z Compiling similar v2.7.0
19622026-04-25T00:42:00.532Z Compiling foreign-types-shared v0.1.1
19632026-04-25T00:42:00.559Z Compiling highway v1.3.0
19642026-04-25T00:42:00.638Z Compiling foldhash v0.1.5
19652026-04-25T00:42:00.638Z Compiling unicode-width v0.1.14
19662026-04-25T00:42:00.647Z Compiling same-file v1.0.6
19672026-04-25T00:42:00.696Z Compiling foreign-types v0.3.2
19682026-04-25T00:42:00.726Z Compiling globset v0.4.18
19692026-04-25T00:42:00.776Z Compiling hashbrown v0.15.5
19702026-04-25T00:42:00.810Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19712026-04-25T00:42:00.810Z Compiling walkdir v2.5.0
19722026-04-25T00:42:00.906Z Compiling expectorate v1.2.0
19732026-04-25T00:42:00.953Z Compiling csv v1.4.0
19742026-04-25T00:42:01.059Z Compiling qorb v0.4.1
19752026-04-25T00:42:01.157Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19762026-04-25T00:42:01.317Z Compiling snafu v0.8.9
19772026-04-25T00:42:01.517Z Compiling olpc-cjson v0.1.4
19782026-04-25T00:42:01.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19792026-04-25T00:42:01.691Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19802026-04-25T00:42:01.704Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19812026-04-25T00:42:02.013Z Compiling rayon v1.11.0
19822026-04-25T00:42:02.516Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19832026-04-25T00:42:02.830Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19842026-04-25T00:42:02.879Z Compiling phf v0.12.1
19852026-04-25T00:42:03.040Z Compiling openssl-sys v0.9.112
19862026-04-25T00:42:03.139Z Compiling tokio-dtrace v0.1.1
19872026-04-25T00:42:03.175Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19882026-04-25T00:42:03.461Z Compiling itertools v0.12.1
19892026-04-25T00:42:03.585Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19902026-04-25T00:42:03.801Z Compiling libsw-core v0.3.2
19912026-04-25T00:42:03.825Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19922026-04-25T00:42:03.984Z Compiling pem v3.0.6
19932026-04-25T00:42:04.104Z Compiling serde_plain v1.0.2
19942026-04-25T00:42:04.202Z Compiling sigpipe v0.1.3
19952026-04-25T00:42:04.217Z Compiling minimal-lexical v0.2.1
19962026-04-25T00:42:04.299Z Compiling bytecount v0.6.9
19972026-04-25T00:42:04.327Z Compiling jiff v0.2.23
19982026-04-25T00:42:04.372Z Compiling glob v0.3.3
19992026-04-25T00:42:04.456Z Compiling typed-path v0.9.3
20002026-04-25T00:42:04.511Z Compiling fixedbitset v0.4.2
20012026-04-25T00:42:04.718Z Compiling fixedbitset v0.5.7
20022026-04-25T00:42:04.759Z Compiling petgraph v0.6.5
20032026-04-25T00:42:04.825Z Compiling zone v0.3.1
20042026-04-25T00:42:05.060Z Compiling petgraph v0.8.3
20052026-04-25T00:42:05.419Z Compiling tough v0.20.0
20062026-04-25T00:42:05.450Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20072026-04-25T00:42:05.646Z Compiling nom v7.1.3
20082026-04-25T00:42:05.687Z Compiling papergrid v0.11.0
20092026-04-25T00:42:05.771Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20102026-04-25T00:42:05.798Z Compiling openssl v0.10.76
20112026-04-25T00:42:06.156Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20122026-04-25T00:42:06.252Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20132026-04-25T00:42:06.830Z Compiling libsw v3.5.0
20142026-04-25T00:42:06.989Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20152026-04-25T00:42:07.021Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20162026-04-25T00:42:07.220Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20172026-04-25T00:42:07.272Z Compiling oxide-tokio-rt v0.1.3
20182026-04-25T00:42:07.333Z Compiling chrono-tz v0.10.4
20192026-04-25T00:42:07.571Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-25T00:42:07.758Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20212026-04-25T00:42:07.906Z Compiling newtype_derive v0.1.6
20222026-04-25T00:42:07.993Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20232026-04-25T00:42:08.035Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20242026-04-25T00:42:08.134Z Compiling slog-dtrace v0.3.0
20252026-04-25T00:42:08.541Z Compiling const_format v0.2.35
20262026-04-25T00:42:08.820Z Compiling owo-colors v4.3.0
20272026-04-25T00:42:08.885Z Compiling cancel-safe-futures v0.1.5
20282026-04-25T00:42:08.888Z Compiling gethostname v0.5.0
20292026-04-25T00:42:09.029Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20302026-04-25T00:42:09.104Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20312026-04-25T00:42:09.162Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20322026-04-25T00:42:09.197Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20332026-04-25T00:42:09.293Z Compiling smf v0.2.3
20342026-04-25T00:42:09.568Z Compiling bcs v0.1.6
20352026-04-25T00:42:09.740Z Compiling tagptr v0.2.0
20362026-04-25T00:42:09.764Z Compiling smawk v0.3.2
20372026-04-25T00:42:09.877Z Compiling lazy_static v1.5.0
20382026-04-25T00:42:09.897Z Compiling linear-map v1.2.0
20392026-04-25T00:42:09.908Z Compiling whoami v1.6.1
20402026-04-25T00:42:09.911Z Compiling unicode-linebreak v0.1.5
20412026-04-25T00:42:09.939Z Compiling termtree v0.5.1
20422026-04-25T00:42:09.981Z Compiling steno v0.4.1
20432026-04-25T00:42:10.086Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20442026-04-25T00:42:10.096Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-04-25T00:42:10.170Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20462026-04-25T00:42:10.205Z Compiling textwrap v0.16.2
20472026-04-25T00:42:10.424Z Compiling moka v0.12.15
20482026-04-25T00:42:10.727Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20492026-04-25T00:42:11.024Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20502026-04-25T00:42:11.208Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20512026-04-25T00:42:11.239Z Compiling tabled v0.15.0
20522026-04-25T00:42:11.717Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20532026-04-25T00:42:11.961Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20542026-04-25T00:42:12.167Z Compiling cookie v0.18.1
20552026-04-25T00:42:12.783Z Compiling hickory-proto v0.25.2
20562026-04-25T00:42:12.920Z Compiling humantime v2.3.0
20572026-04-25T00:42:13.215Z Compiling libscf-sys v1.1.0
20582026-04-25T00:42:13.412Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20592026-04-25T00:42:14.656Z Compiling hickory-resolver v0.25.2
20602026-04-25T00:42:15.455Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20612026-04-25T00:42:19.159Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20622026-04-25T00:42:26.293Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20632026-04-25T00:42:27.908Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20642026-04-25T00:42:28.978Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20652026-04-25T00:42:30.493Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20662026-04-25T00:42:47.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
20672026-04-25T00:42:47.375Z Running `target/debug/xtask openapi check`
20682026-04-25T00:42:48.041Z Compiling smallvec v1.15.1
20692026-04-25T00:42:48.041Z Compiling serde_json v1.0.149
20702026-04-25T00:42:48.178Z Compiling slog-json v2.6.1
20712026-04-25T00:42:48.209Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20722026-04-25T00:42:48.231Z Compiling similar v2.7.0
20732026-04-25T00:42:48.253Z Compiling crc32fast v1.5.0
20742026-04-25T00:42:48.266Z Compiling adler2 v2.0.1
20752026-04-25T00:42:48.269Z Compiling simd-adler32 v0.3.9
20762026-04-25T00:42:48.411Z Compiling icu_normalizer v2.1.1
20772026-04-25T00:42:48.469Z Compiling parking_lot_core v0.9.12
20782026-04-25T00:42:48.500Z Compiling slog-bunyan v2.5.0
20792026-04-25T00:42:48.507Z Compiling miniz_oxide v0.8.9
20802026-04-25T00:42:48.539Z Compiling parking_lot_core v0.8.6
20812026-04-25T00:42:48.563Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20822026-04-25T00:42:48.658Z Compiling parking_lot v0.12.5
20832026-04-25T00:42:48.778Z Compiling idna_adapter v1.2.1
20842026-04-25T00:42:48.849Z Compiling dropshot v0.16.7
20852026-04-25T00:42:48.883Z Compiling tokio v1.52.0
20862026-04-25T00:42:48.941Z Compiling idna v1.1.0
20872026-04-25T00:42:48.991Z Compiling openapiv3 v2.2.0
20882026-04-25T00:42:49.053Z Compiling dof v0.4.0
20892026-04-25T00:42:49.225Z Compiling dof v0.3.0
20902026-04-25T00:42:49.326Z Compiling url v2.5.8
20912026-04-25T00:42:49.540Z Compiling olpc-cjson v0.1.4
20922026-04-25T00:42:49.694Z Compiling usdt-impl v0.5.0
20932026-04-25T00:42:49.709Z Compiling expectorate v1.2.0
20942026-04-25T00:42:49.867Z Compiling schemars v0.8.22
20952026-04-25T00:42:50.039Z Compiling usdt-impl v0.6.0
20962026-04-25T00:42:50.186Z Compiling usdt v0.5.0
20972026-04-25T00:42:50.372Z Compiling usdt v0.6.0
20982026-04-25T00:42:50.384Z Compiling slog-dtrace v0.3.0
20992026-04-25T00:42:50.467Z Compiling moka v0.12.15
21002026-04-25T00:42:50.611Z Compiling flate2 v1.1.9
21012026-04-25T00:42:50.664Z Compiling ipnetwork v0.21.1
21022026-04-25T00:42:50.694Z Compiling newtype-uuid v1.3.2
21032026-04-25T00:42:50.709Z Compiling serde_with v3.18.0
21042026-04-25T00:42:51.043Z Compiling oxnet v0.1.4
21052026-04-25T00:42:51.044Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
21062026-04-25T00:42:51.087Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21072026-04-25T00:42:51.225Z Compiling byte-wrapper v0.1.0
21082026-04-25T00:42:51.263Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21092026-04-25T00:42:51.403Z Compiling daft v0.1.5
21102026-04-25T00:42:51.475Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
21112026-04-25T00:42:51.591Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21122026-04-25T00:42:51.663Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21132026-04-25T00:42:51.680Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21142026-04-25T00:42:51.918Z Compiling iddqd v0.3.17
21152026-04-25T00:42:51.921Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-04-25T00:42:52.124Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21172026-04-25T00:42:52.252Z Compiling typify-impl v0.6.1
21182026-04-25T00:42:52.273Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21192026-04-25T00:42:52.437Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21202026-04-25T00:42:52.705Z Compiling tokio-util v0.7.18
21212026-04-25T00:42:53.056Z Compiling tower v0.5.3
21222026-04-25T00:42:53.288Z Compiling h2 v0.4.13
21232026-04-25T00:42:53.441Z Compiling tokio-rustls v0.26.4
21242026-04-25T00:42:53.444Z Compiling tokio-rustls v0.25.0
21252026-04-25T00:42:53.568Z Compiling tower-http v0.6.8
21262026-04-25T00:42:53.719Z Compiling backoff v0.4.0
21272026-04-25T00:42:53.950Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21282026-04-25T00:42:53.963Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-04-25T00:42:54.021Z Compiling typify v0.6.1
21302026-04-25T00:42:54.139Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21312026-04-25T00:42:54.250Z Compiling progenitor-impl v0.13.0
21322026-04-25T00:42:54.423Z Compiling hickory-proto v0.24.4
21332026-04-25T00:42:55.003Z Compiling tokio-stream v0.1.18
21342026-04-25T00:42:55.028Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21352026-04-25T00:42:55.471Z Compiling hyper v1.9.0
21362026-04-25T00:42:55.522Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21372026-04-25T00:42:56.285Z Compiling hickory-resolver v0.24.4
21382026-04-25T00:42:56.827Z Compiling hyper-util v0.1.20
21392026-04-25T00:42:57.129Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21402026-04-25T00:42:57.410Z Compiling qorb v0.4.1
21412026-04-25T00:42:57.477Z Compiling tokio-dtrace v0.1.1
21422026-04-25T00:42:57.573Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21432026-04-25T00:42:57.667Z Compiling libsw-core v0.3.2
21442026-04-25T00:42:57.750Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21452026-04-25T00:42:57.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
21462026-04-25T00:42:57.845Z Compiling libsw v3.5.0
21472026-04-25T00:42:58.030Z Compiling oxide-tokio-rt v0.1.3
21482026-04-25T00:42:58.042Z Compiling hyper-rustls v0.27.7
21492026-04-25T00:42:58.363Z Compiling reqwest v0.13.2
21502026-04-25T00:42:58.388Z Compiling reqwest v0.12.28
21512026-04-25T00:42:58.597Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21522026-04-25T00:42:58.720Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21532026-04-25T00:42:58.862Z Compiling cancel-safe-futures v0.1.5
21542026-04-25T00:42:59.161Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21552026-04-25T00:42:59.182Z Compiling zone v0.3.1
21562026-04-25T00:42:59.591Z Compiling progenitor-client v0.13.0
21572026-04-25T00:42:59.603Z Compiling progenitor-client v0.10.0
21582026-04-25T00:42:59.900Z Compiling progenitor-extras v0.1.1
21592026-04-25T00:42:59.912Z Compiling progenitor v0.13.0
21602026-04-25T00:42:59.939Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21612026-04-25T00:42:59.992Z Compiling tough v0.20.0
21622026-04-25T00:43:00.055Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21632026-04-25T00:43:00.153Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21642026-04-25T00:43:00.472Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21652026-04-25T00:43:01.150Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21662026-04-25T00:43:01.416Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21672026-04-25T00:43:02.115Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21682026-04-25T00:43:02.147Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21692026-04-25T00:43:02.351Z Compiling hickory-proto v0.25.2
21702026-04-25T00:43:02.669Z Compiling steno v0.4.1
21712026-04-25T00:43:03.503Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21722026-04-25T00:43:03.704Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21732026-04-25T00:43:04.178Z Compiling parking_lot v0.11.2
21742026-04-25T00:43:04.299Z Compiling hickory-resolver v0.25.2
21752026-04-25T00:43:04.580Z Compiling fxhash v0.2.1
21762026-04-25T00:43:04.703Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
21772026-04-25T00:43:04.731Z Compiling compression-core v0.4.31
21782026-04-25T00:43:04.901Z Compiling internet-checksum v0.2.1
21792026-04-25T00:43:04.913Z Compiling compression-codecs v0.4.37
21802026-04-25T00:43:04.944Z Compiling sled v0.34.7
21812026-04-25T00:43:05.046Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
21822026-04-25T00:43:05.176Z Compiling const-random v0.1.18
21832026-04-25T00:43:05.261Z Compiling toml_datetime v1.1.0+spec-1.1.0
21842026-04-25T00:43:05.549Z Compiling toml v1.1.0+spec-1.1.0
21852026-04-25T00:43:05.595Z Compiling ahash v0.8.12
21862026-04-25T00:43:05.663Z Compiling async-compression v0.4.41
21872026-04-25T00:43:05.742Z Compiling smartstring v1.0.1
21882026-04-25T00:43:05.989Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21892026-04-25T00:43:06.026Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21902026-04-25T00:43:06.379Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21912026-04-25T00:43:06.618Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21922026-04-25T00:43:06.915Z Compiling thin-vec v0.2.14
21932026-04-25T00:43:06.988Z Compiling dropshot v0.17.0
21942026-04-25T00:43:07.200Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21952026-04-25T00:43:07.658Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21962026-04-25T00:43:07.817Z Compiling rhai v1.24.0
21972026-04-25T00:43:07.888Z Compiling dropshot-api-manager-types v0.7.0
21982026-04-25T00:43:08.255Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21992026-04-25T00:43:08.819Z Compiling nom v8.0.0
22002026-04-25T00:43:09.198Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22012026-04-25T00:43:09.213Z Compiling fs-err v3.3.0
22022026-04-25T00:43:09.455Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22032026-04-25T00:43:09.533Z Compiling git-stub v1.0.0
22042026-04-25T00:43:09.746Z Compiling is_ci v1.2.0
22052026-04-25T00:43:09.816Z Compiling git-stub-vcs v0.1.0
22062026-04-25T00:43:09.903Z Compiling supports-color v3.0.2
22072026-04-25T00:43:10.005Z Compiling drift v0.1.3
22082026-04-25T00:43:10.090Z Compiling sha2 v0.10.9
22092026-04-25T00:43:10.636Z Compiling dropshot-api-manager v0.7.0
22102026-04-25T00:43:13.344Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22112026-04-25T00:43:14.392Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22122026-04-25T00:43:14.392Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22132026-04-25T00:43:14.392Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22142026-04-25T00:43:23.001Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22152026-04-25T00:43:30.180Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22162026-04-25T00:43:31.791Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22172026-04-25T00:43:32.872Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22182026-04-25T00:43:34.002Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22192026-04-25T00:43:34.002Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22202026-04-25T00:43:34.786Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22212026-04-25T00:43:34.857Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22222026-04-25T00:43:36.408Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22232026-04-25T00:43:36.409Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22242026-04-25T00:43:43.353Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22252026-04-25T00:43:44.763Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22262026-04-25T00:43:46.071Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22272026-04-25T00:44:09.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
22282026-04-25T00:44:09.589Z Running `target/debug/maghemite-dropshot-apis check`
22292026-04-25T00:44:09.638Z -------
22302026-04-25T00:44:09.638Z Generating OpenAPI documents from API definitions ...
22312026-04-25T00:44:09.682Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22322026-04-25T00:44:09.703Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22332026-04-25T00:44:09.784Z -------
22342026-04-25T00:44:09.784Z Checking 9 OpenAPI documents...
22352026-04-25T00:44:09.784Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22362026-04-25T00:44:09.784Z Fresh ddm-admin "latest" symlink
22372026-04-25T00:44:09.784Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22382026-04-25T00:44:09.784Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22392026-04-25T00:44:09.784Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22402026-04-25T00:44:09.784Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22412026-04-25T00:44:09.784Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22422026-04-25T00:44:09.784Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22432026-04-25T00:44:09.787Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22442026-04-25T00:44:09.787Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22452026-04-25T00:44:09.787Z Fresh mg-admin "latest" symlink
22462026-04-25T00:44:09.787Z -------
22472026-04-25T00:44:09.787Z Success 9 documents checked: 11 fresh, 0 stale, 0 failed, 0 other problems
22482026-04-25T00:44:09.815Z+ banner build
22492026-04-25T00:44:09.818Z
22502026-04-25T00:44:09.818Z ##### # # # # #####
22512026-04-25T00:44:09.818Z # # # # # # # #
22522026-04-25T00:44:09.818Z ##### # # # # # #
22532026-04-25T00:44:09.818Z # # # # # # # #
22542026-04-25T00:44:09.818Z # # # # # # # #
22552026-04-25T00:44:09.818Z ##### #### # ###### #####
22562026-04-25T00:44:09.818Z
22572026-04-25T00:44:09.818Z+ ptime -m cargo build
22582026-04-25T00:44:10.427Z Compiling log v0.4.29
22592026-04-25T00:44:10.540Z Compiling slog v2.8.2
22602026-04-25T00:44:10.563Z Compiling rustls-webpki v0.103.10
22612026-04-25T00:44:10.580Z Compiling webpki-roots v1.0.6
22622026-04-25T00:44:10.630Z Compiling zone v0.3.1
22632026-04-25T00:44:10.661Z Compiling arc-swap v1.9.0
22642026-04-25T00:44:10.676Z Compiling goblin v0.10.5
22652026-04-25T00:44:10.679Z Compiling rustls v0.22.4
22662026-04-25T00:44:10.698Z Compiling goblin v0.8.2
22672026-04-25T00:44:10.724Z Compiling typify-impl v0.6.1
22682026-04-25T00:44:10.955Z Compiling slog-async v2.8.0
22692026-04-25T00:44:10.970Z Compiling slog-term v2.9.2
22702026-04-25T00:44:11.400Z Compiling rustls v0.23.37
22712026-04-25T00:44:11.465Z Compiling slog-json v2.6.1
22722026-04-25T00:44:11.519Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-04-25T00:44:11.547Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22742026-04-25T00:44:11.656Z Compiling slog-bunyan v2.5.0
22752026-04-25T00:44:11.675Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22762026-04-25T00:44:11.798Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22772026-04-25T00:44:11.892Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22782026-04-25T00:44:11.934Z Compiling globset v0.4.18
22792026-04-25T00:44:12.754Z Compiling tokio-rustls v0.25.0
22802026-04-25T00:44:12.885Z Compiling typify v0.6.1
22812026-04-25T00:44:12.996Z Compiling dof v0.3.0
22822026-04-25T00:44:13.008Z Compiling progenitor-impl v0.13.0
22832026-04-25T00:44:13.844Z Compiling dof v0.4.0
22842026-04-25T00:44:14.388Z Compiling usdt-impl v0.5.0
22852026-04-25T00:44:14.624Z Compiling tokio-rustls v0.26.4
22862026-04-25T00:44:14.925Z Compiling hyper-rustls v0.27.7
22872026-04-25T00:44:15.066Z Compiling usdt-impl v0.6.0
22882026-04-25T00:44:15.191Z Compiling reqwest v0.12.28
22892026-04-25T00:44:15.265Z Compiling rustls-platform-verifier v0.6.2
22902026-04-25T00:44:15.395Z Compiling usdt v0.6.0
22912026-04-25T00:44:15.433Z Compiling reqwest v0.13.2
22922026-04-25T00:44:15.510Z Compiling usdt v0.5.0
22932026-04-25T00:44:15.688Z Compiling dropshot v0.16.7
22942026-04-25T00:44:15.755Z Compiling tokio-dtrace v0.1.1
22952026-04-25T00:44:15.795Z Compiling qorb v0.4.1
22962026-04-25T00:44:16.033Z Compiling oxide-tokio-rt v0.1.3
22972026-04-25T00:44:16.231Z Compiling slog-dtrace v0.3.0
22982026-04-25T00:44:16.264Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22992026-04-25T00:44:16.347Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23002026-04-25T00:44:16.398Z Compiling steno v0.4.1
23012026-04-25T00:44:16.551Z Compiling progenitor-client v0.10.0
23022026-04-25T00:44:16.875Z Compiling progenitor-client v0.13.0
23032026-04-25T00:44:17.205Z Compiling progenitor-extras v0.1.1
23042026-04-25T00:44:17.313Z Compiling progenitor v0.13.0
23052026-04-25T00:44:17.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
23062026-04-25T00:44:17.467Z Compiling tough v0.20.0
23072026-04-25T00:44:17.926Z Compiling sled v0.34.7
23082026-04-25T00:44:17.977Z Compiling typify-impl v0.4.3
23092026-04-25T00:44:18.983Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23102026-04-25T00:44:19.243Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23112026-04-25T00:44:19.342Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23122026-04-25T00:44:19.918Z Compiling typify v0.4.3
23132026-04-25T00:44:20.040Z Compiling slog-scope v4.4.1
23142026-04-25T00:44:20.321Z Compiling papergrid v0.17.0
23152026-04-25T00:44:21.317Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23162026-04-25T00:44:21.512Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23172026-04-25T00:44:21.763Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
23182026-04-25T00:44:21.889Z Compiling testing_table v0.3.0
23192026-04-25T00:44:22.073Z Compiling dropshot v0.17.0
23202026-04-25T00:44:22.251Z Compiling tabled v0.20.0
23212026-04-25T00:44:22.293Z Compiling slog-stdlog v4.1.1
23222026-04-25T00:44:22.326Z Compiling progenitor-impl v0.11.2
23232026-04-25T00:44:22.518Z Compiling progenitor-client v0.11.2
23242026-04-25T00:44:22.770Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
23252026-04-25T00:44:22.838Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23262026-04-25T00:44:23.220Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
23272026-04-25T00:44:23.578Z Compiling progenitor v0.11.2
23282026-04-25T00:44:23.737Z Compiling slog-envlogger v2.2.0
23292026-04-25T00:44:24.170Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23302026-04-25T00:44:24.196Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23312026-04-25T00:44:24.462Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23322026-04-25T00:44:24.719Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23332026-04-25T00:44:24.853Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23342026-04-25T00:44:25.351Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23352026-04-25T00:44:25.372Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
23362026-04-25T00:44:25.597Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23372026-04-25T00:44:25.702Z Compiling crc8 v0.1.1
23382026-04-25T00:44:25.833Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23392026-04-25T00:44:25.907Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23402026-04-25T00:44:26.533Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23412026-04-25T00:44:26.550Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23422026-04-25T00:44:26.725Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23432026-04-25T00:44:26.957Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
23442026-04-25T00:44:27.052Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23452026-04-25T00:44:27.111Z Compiling utf-8 v0.7.6
23462026-04-25T00:44:27.310Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23472026-04-25T00:44:27.576Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23482026-04-25T00:44:27.841Z Compiling tungstenite v0.21.0
23492026-04-25T00:44:27.990Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23502026-04-25T00:44:28.003Z Compiling progenitor-impl v0.10.0
23512026-04-25T00:44:28.166Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-25T00:44:28.271Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23532026-04-25T00:44:28.529Z Compiling tokio-tungstenite v0.21.0
23542026-04-25T00:44:28.607Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23552026-04-25T00:44:28.680Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23562026-04-25T00:44:28.781Z Compiling lzma-sys v0.1.20
23572026-04-25T00:44:28.869Z Compiling typeid v1.0.3
23582026-04-25T00:44:28.907Z Compiling console v0.16.3
23592026-04-25T00:44:28.994Z Compiling base64 v0.21.7
23602026-04-25T00:44:29.339Z Compiling progenitor v0.10.0
23612026-04-25T00:44:29.497Z Compiling unit-prefix v0.5.2
23622026-04-25T00:44:29.565Z Compiling ron v0.12.1
23632026-04-25T00:44:29.664Z Compiling indicatif v0.18.4
23642026-04-25T00:44:30.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23652026-04-25T00:44:30.386Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23662026-04-25T00:44:30.620Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23672026-04-25T00:44:31.075Z Compiling xz2 v0.1.7
23682026-04-25T00:44:31.244Z Compiling base16ct v1.0.0
23692026-04-25T00:44:31.274Z Compiling dropshot-api-manager v0.7.0
23702026-04-25T00:44:31.331Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
23712026-04-25T00:44:31.448Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23722026-04-25T00:44:31.464Z Compiling natord v1.0.9
23732026-04-25T00:44:31.645Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
23742026-04-25T00:44:32.235Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
23752026-04-25T00:44:32.673Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23762026-04-25T00:44:32.774Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23772026-04-25T00:44:33.085Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23782026-04-25T00:44:41.312Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23792026-04-25T00:44:48.552Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23802026-04-25T00:44:50.185Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
23812026-04-25T00:44:51.264Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23822026-04-25T00:44:52.385Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
23832026-04-25T00:44:52.386Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
23842026-04-25T00:44:52.389Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
23852026-04-25T00:44:52.389Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23862026-04-25T00:44:52.870Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
23872026-04-25T00:44:52.870Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
23882026-04-25T00:44:53.223Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
23892026-04-25T00:44:53.223Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
23902026-04-25T00:44:53.298Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
23912026-04-25T00:44:53.650Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
23922026-04-25T00:44:54.062Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
23932026-04-25T00:44:55.217Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
23942026-04-25T00:44:55.217Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
23952026-04-25T00:44:56.997Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
23962026-04-25T00:45:02.088Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23972026-04-25T00:45:03.748Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
23982026-04-25T00:45:05.391Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
23992026-04-25T00:45:05.392Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
24002026-04-25T00:45:05.683Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24012026-04-25T00:45:06.179Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24022026-04-25T00:45:07.264Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24032026-04-25T00:45:07.264Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24042026-04-25T00:45:54.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
24052026-04-25T00:45:54.494Z
24062026-04-25T00:45:54.494Zreal 1:44.610363512
24072026-04-25T00:45:54.494Zuser 7:36.041116387
24082026-04-25T00:45:54.494Zsys 1:11.510155166
24092026-04-25T00:45:54.494Ztrap 0.206415907
24102026-04-25T00:45:54.494Ztflt 0.096132742
24112026-04-25T00:45:54.494Zdflt 0.260639709
24122026-04-25T00:45:54.497Zkflt 0.000059876
24132026-04-25T00:45:54.497Zlock 30:44.317423239
24142026-04-25T00:45:54.497Zslp 29:15.115785272
24152026-04-25T00:45:54.497Zlat 23.668302543
24162026-04-25T00:45:54.497Zstop 27.502721492
24172026-04-25T00:45:54.498Z+ ptime -m cargo build --release
24182026-04-25T00:45:55.684Z Compiling proc-macro2 v1.0.106
24192026-04-25T00:45:55.684Z Compiling quote v1.0.45
24202026-04-25T00:45:55.684Z Compiling unicode-ident v1.0.24
24212026-04-25T00:45:55.687Z Compiling serde_core v1.0.228
24222026-04-25T00:45:55.687Z Compiling serde v1.0.228
24232026-04-25T00:45:55.687Z Compiling libc v0.2.186
24242026-04-25T00:45:55.687Z Compiling cfg-if v1.0.4
24252026-04-25T00:45:56.013Z Compiling zmij v1.0.21
24262026-04-25T00:45:56.045Z Compiling autocfg v1.5.0
24272026-04-25T00:45:56.368Z Compiling memchr v2.8.0
24282026-04-25T00:45:56.370Z Compiling libm v0.2.16
24292026-04-25T00:45:56.494Z Compiling version_check v0.9.5
24302026-04-25T00:45:56.778Z Compiling itoa v1.0.18
24312026-04-25T00:45:56.780Z Compiling icu_properties_data v2.1.2
24322026-04-25T00:45:57.097Z Compiling icu_normalizer_data v2.1.1
24332026-04-25T00:45:57.210Z Compiling stable_deref_trait v1.2.1
24342026-04-25T00:45:57.340Z Compiling serde_json v1.0.149
24352026-04-25T00:45:57.381Z Compiling syn v2.0.117
24362026-04-25T00:45:57.402Z Compiling thiserror v2.0.18
24372026-04-25T00:45:57.462Z Compiling writeable v0.6.2
24382026-04-25T00:45:57.602Z Compiling litemap v0.8.1
24392026-04-25T00:45:57.720Z Compiling num-traits v0.2.19
24402026-04-25T00:45:57.793Z Compiling percent-encoding v2.3.2
24412026-04-25T00:45:58.044Z Compiling form_urlencoded v1.2.2
24422026-04-25T00:45:58.058Z Compiling rand_core v0.10.0
24432026-04-25T00:45:58.069Z Compiling utf8_iter v1.0.4
24442026-04-25T00:45:58.151Z Compiling parking_lot_core v0.9.12
24452026-04-25T00:45:58.235Z Compiling getrandom v0.4.2
24462026-04-25T00:45:58.320Z Compiling jobserver v0.1.34
24472026-04-25T00:45:58.334Z Compiling find-msvc-tools v0.1.9
24482026-04-25T00:45:58.429Z Compiling shlex v1.3.0
24492026-04-25T00:45:58.445Z Compiling heck v0.5.0
24502026-04-25T00:45:58.576Z Compiling cc v1.2.58
24512026-04-25T00:45:58.625Z Compiling iana-time-zone v0.1.65
24522026-04-25T00:45:58.655Z Compiling zerocopy v0.8.48
24532026-04-25T00:45:58.757Z Compiling errno v0.3.14
24542026-04-25T00:45:59.054Z Compiling uuid v1.23.0
24552026-04-25T00:45:59.244Z Compiling semver v1.0.28
24562026-04-25T00:45:59.552Z Compiling schemars v0.8.22
24572026-04-25T00:45:59.646Z Compiling dyn-clone v1.0.20
24582026-04-25T00:45:59.690Z Compiling getrandom v0.2.17
24592026-04-25T00:45:59.804Z Compiling pin-project-lite v0.2.17
24602026-04-25T00:45:59.835Z Compiling rustversion v1.0.22
24612026-04-25T00:45:59.915Z Compiling socket2 v0.6.3
24622026-04-25T00:45:59.928Z Compiling scopeguard v1.2.0
24632026-04-25T00:45:59.931Z Compiling portable-atomic v1.13.1
24642026-04-25T00:46:00.054Z Compiling lock_api v0.4.14
24652026-04-25T00:46:00.101Z Compiling bitflags v2.11.0
24662026-04-25T00:46:00.200Z Compiling synstructure v0.13.2
24672026-04-25T00:46:00.217Z Compiling serde_derive_internals v0.29.1
24682026-04-25T00:46:00.723Z Compiling log v0.4.29
24692026-04-25T00:46:00.738Z Compiling critical-section v1.2.0
24702026-04-25T00:46:00.738Z Compiling signal-hook-registry v1.4.8
24712026-04-25T00:46:00.857Z Compiling mio v1.2.0
24722026-04-25T00:46:00.953Z Compiling once_cell v1.21.4
24732026-04-25T00:46:00.986Z Compiling subtle v2.6.1
24742026-04-25T00:46:01.023Z Compiling typenum v1.19.0
24752026-04-25T00:46:01.053Z Compiling foldhash v0.2.0
24762026-04-25T00:46:01.167Z Compiling equivalent v1.0.2
24772026-04-25T00:46:01.200Z Compiling allocator-api2 v0.2.21
24782026-04-25T00:46:01.262Z Compiling futures-core v0.3.32
24792026-04-25T00:46:01.275Z Compiling httparse v1.10.1
24802026-04-25T00:46:01.417Z Compiling ring v0.17.14
24812026-04-25T00:46:01.431Z Compiling serde_derive v1.0.228
24822026-04-25T00:46:01.444Z Compiling zerofrom-derive v0.1.6
24832026-04-25T00:46:01.548Z Compiling yoke-derive v0.8.1
24842026-04-25T00:46:01.586Z Compiling zerovec-derive v0.11.2
24852026-04-25T00:46:01.629Z Compiling displaydoc v0.2.5
24862026-04-25T00:46:01.669Z Compiling schemars_derive v0.8.22
24872026-04-25T00:46:01.719Z Compiling thiserror-impl v2.0.18
24882026-04-25T00:46:01.969Z Compiling tokio-macros v2.7.0
24892026-04-25T00:46:02.429Z Compiling zerocopy-derive v0.8.48
24902026-04-25T00:46:02.623Z Compiling zeroize_derive v1.4.3
24912026-04-25T00:46:02.652Z Compiling zerofrom v0.1.6
24922026-04-25T00:46:02.734Z Compiling futures-macro v0.3.32
24932026-04-25T00:46:02.747Z Compiling hashbrown v0.16.1
24942026-04-25T00:46:02.789Z Compiling yoke v0.8.1
24952026-04-25T00:46:03.005Z Compiling zerovec v0.11.5
24962026-04-25T00:46:03.017Z Compiling zerotrie v0.2.3
24972026-04-25T00:46:03.309Z Compiling zeroize v1.8.2
24982026-04-25T00:46:03.488Z Compiling cmake v0.1.58
24992026-04-25T00:46:03.571Z Compiling tinystr v0.8.2
25002026-04-25T00:46:03.585Z Compiling potential_utf v0.1.4
25012026-04-25T00:46:03.599Z Compiling dunce v1.0.5
25022026-04-25T00:46:03.602Z Compiling fs_extra v1.3.0
25032026-04-25T00:46:03.638Z Compiling thiserror v1.0.69
25042026-04-25T00:46:03.699Z Compiling rand_core v0.6.4
25052026-04-25T00:46:03.776Z Compiling icu_locale_core v2.1.1
25062026-04-25T00:46:03.795Z Compiling icu_collections v2.1.1
25072026-04-25T00:46:03.838Z Compiling futures-sink v0.3.32
25082026-04-25T00:46:03.872Z Compiling aws-lc-sys v0.39.1
25092026-04-25T00:46:03.955Z Compiling thiserror-impl v1.0.69
25102026-04-25T00:46:03.957Z Compiling slab v0.4.12
25112026-04-25T00:46:03.958Z Compiling rustix v1.1.4
25122026-04-25T00:46:04.169Z Compiling futures-channel v0.3.32
25132026-04-25T00:46:04.469Z Compiling generic-array v0.14.7
25142026-04-25T00:46:04.530Z Compiling icu_provider v2.1.1
25152026-04-25T00:46:04.711Z Compiling smallvec v1.15.1
25162026-04-25T00:46:04.732Z Compiling bytes v1.11.1
25172026-04-25T00:46:04.799Z Compiling icu_properties v2.1.2
25182026-04-25T00:46:04.859Z Compiling chrono v0.4.44
25192026-04-25T00:46:04.955Z Compiling icu_normalizer v2.1.1
25202026-04-25T00:46:04.994Z Compiling serde_tokenstream v0.2.3
25212026-04-25T00:46:05.560Z Compiling parking_lot v0.12.5
25222026-04-25T00:46:05.661Z Compiling futures-task v0.3.32
25232026-04-25T00:46:05.855Z Compiling idna_adapter v1.2.1
25242026-04-25T00:46:05.874Z Compiling tokio v1.52.0
25252026-04-25T00:46:06.024Z Compiling idna v1.1.0
25262026-04-25T00:46:06.141Z Compiling futures-io v0.3.32
25272026-04-25T00:46:06.268Z Compiling futures-util v0.3.32
25282026-04-25T00:46:06.371Z Compiling url v2.5.8
25292026-04-25T00:46:06.453Z Compiling ucd-trie v0.1.7
25302026-04-25T00:46:06.696Z Compiling regex-syntax v0.8.10
25312026-04-25T00:46:07.592Z Compiling pest v2.8.6
25322026-04-25T00:46:08.101Z Compiling indexmap v2.13.0
25332026-04-25T00:46:08.842Z Compiling tracing-attributes v0.1.31
25342026-04-25T00:46:08.878Z Compiling tracing-core v0.1.36
25352026-04-25T00:46:08.990Z Compiling getrandom v0.3.4
25362026-04-25T00:46:09.055Z Compiling pest_meta v2.8.6
25372026-04-25T00:46:09.336Z Compiling aho-corasick v1.1.4
25382026-04-25T00:46:09.414Z Compiling byteorder v1.5.0
25392026-04-25T00:46:09.940Z Compiling pest_generator v2.8.6
25402026-04-25T00:46:09.968Z Compiling http v1.4.0
25412026-04-25T00:46:10.094Z Compiling tracing v0.1.44
25422026-04-25T00:46:10.323Z Compiling regex-automata v0.4.14
25432026-04-25T00:46:10.464Z Compiling base64 v0.22.1
25442026-04-25T00:46:10.578Z Compiling pest_derive v2.8.6
25452026-04-25T00:46:10.858Z Compiling fnv v1.0.7
25462026-04-25T00:46:10.965Z Compiling ipnetwork v0.21.1
25472026-04-25T00:46:10.979Z Compiling crypto-common v0.1.7
25482026-04-25T00:46:11.119Z Compiling rustls-pki-types v1.14.0
25492026-04-25T00:46:11.759Z Compiling slog v2.8.2
25502026-04-25T00:46:11.968Z Compiling anyhow v1.0.102
25512026-04-25T00:46:12.320Z Compiling regex v1.12.3
25522026-04-25T00:46:12.427Z Compiling erased-serde v0.3.31
25532026-04-25T00:46:12.597Z Compiling strsim v0.11.1
25542026-04-25T00:46:12.925Z Compiling untrusted v0.9.0
25552026-04-25T00:46:13.061Z Compiling paste v1.0.15
25562026-04-25T00:46:13.064Z Compiling ident_case v1.0.1
25572026-04-25T00:46:13.260Z Compiling ipnet v2.12.0
25582026-04-25T00:46:13.320Z Compiling time-core v0.1.8
25592026-04-25T00:46:13.414Z Compiling num-conv v0.2.1
25602026-04-25T00:46:13.571Z Compiling time-macros v0.2.27
25612026-04-25T00:46:14.450Z Compiling tokio-util v0.7.18
25622026-04-25T00:46:14.518Z Compiling syn v1.0.109
25632026-04-25T00:46:14.843Z Compiling omicron-workspace-hack v0.1.0
25642026-04-25T00:46:14.926Z Compiling http-body v1.0.1
25652026-04-25T00:46:15.071Z Compiling block-buffer v0.10.4
25662026-04-25T00:46:15.106Z Compiling ppv-lite86 v0.2.21
25672026-04-25T00:46:15.257Z Compiling scroll_derive v0.13.1
25682026-04-25T00:46:15.422Z Compiling atomic-waker v1.1.2
25692026-04-25T00:46:15.469Z Compiling camino v1.2.2
25702026-04-25T00:46:15.630Z Compiling digest v0.10.7
25712026-04-25T00:46:15.889Z Compiling oxnet v0.1.4
25722026-04-25T00:46:16.160Z Compiling async-trait v0.1.89
25732026-04-25T00:46:16.366Z Compiling ryu v1.0.23
25742026-04-25T00:46:16.686Z Compiling tower-service v0.3.3
25752026-04-25T00:46:16.704Z Compiling pretty-hex v0.4.2
25762026-04-25T00:46:16.799Z Compiling try-lock v0.2.5
25772026-04-25T00:46:16.855Z Compiling tower-layer v0.3.3
25782026-04-25T00:46:16.952Z Compiling want v0.3.1
25792026-04-25T00:46:17.149Z Compiling h2 v0.4.13
25802026-04-25T00:46:17.429Z Compiling httpdate v1.0.3
25812026-04-25T00:46:17.826Z Compiling crossbeam-utils v0.8.21
25822026-04-25T00:46:18.599Z Compiling aws-lc-rs v1.16.2
25832026-04-25T00:46:18.982Z Compiling daft-derive v0.1.5
25842026-04-25T00:46:19.229Z Compiling usdt-impl v0.6.0
25852026-04-25T00:46:19.493Z Compiling slog-async v2.8.0
25862026-04-25T00:46:19.615Z Compiling hyper v1.9.0
25872026-04-25T00:46:19.796Z Compiling serde_urlencoded v0.7.1
25882026-04-25T00:46:19.953Z Compiling scroll v0.13.0
25892026-04-25T00:46:20.081Z Compiling http-body-util v0.1.3
25902026-04-25T00:46:20.384Z Compiling untrusted v0.7.1
25912026-04-25T00:46:20.464Z Compiling plain v0.2.3
25922026-04-25T00:46:20.588Z Compiling goblin v0.10.5
25932026-04-25T00:46:21.200Z Compiling hyper-util v0.1.20
25942026-04-25T00:46:23.424Z Compiling cpufeatures v0.2.17
25952026-04-25T00:46:23.514Z Compiling rustls v0.23.37
25962026-04-25T00:46:23.765Z Compiling dtrace-parser v0.3.0
25972026-04-25T00:46:23.809Z Compiling dof v0.4.0
25982026-04-25T00:46:24.367Z Compiling thread-id v5.1.0
25992026-04-25T00:46:25.034Z Compiling rand_core v0.9.5
26002026-04-25T00:46:25.193Z Compiling openapiv3 v2.2.0
26012026-04-25T00:46:25.331Z Compiling ref-cast v1.0.25
26022026-04-25T00:46:25.524Z Compiling powerfmt v0.2.0
26032026-04-25T00:46:25.663Z Compiling rustls v0.22.4
26042026-04-25T00:46:25.798Z Compiling deranged v0.5.8
26052026-04-25T00:46:25.895Z Compiling sync_wrapper v1.0.2
26062026-04-25T00:46:26.453Z Compiling num_threads v0.1.7
26072026-04-25T00:46:26.560Z Compiling tower v0.5.3
26082026-04-25T00:46:26.889Z Compiling time v0.3.47
26092026-04-25T00:46:27.204Z Compiling usdt-macro v0.6.0
26102026-04-25T00:46:27.377Z Compiling usdt-attr-macro v0.6.0
26112026-04-25T00:46:27.609Z Compiling rand_chacha v0.9.0
26122026-04-25T00:46:28.149Z Compiling webpki-roots v1.0.6
26132026-04-25T00:46:28.182Z Compiling regress v0.10.5
26142026-04-25T00:46:28.229Z Compiling ref-cast-impl v1.0.25
26152026-04-25T00:46:28.270Z Compiling multer v3.1.0
26162026-04-25T00:46:28.440Z Compiling iri-string v0.7.12
26172026-04-25T00:46:28.517Z Compiling hex v0.4.3
26182026-04-25T00:46:28.897Z Compiling rand v0.9.2
26192026-04-25T00:46:29.437Z Compiling crossbeam-channel v0.5.15
26202026-04-25T00:46:29.804Z Compiling structmeta-derive v0.3.0
26212026-04-25T00:46:30.132Z Compiling tower-http v0.6.8
26222026-04-25T00:46:30.180Z Compiling winnow v1.0.1
26232026-04-25T00:46:30.884Z Compiling structmeta v0.3.0
26242026-04-25T00:46:31.106Z Compiling darling_core v0.23.0
26252026-04-25T00:46:31.120Z Compiling futures-executor v0.3.32
26262026-04-25T00:46:31.172Z Compiling newtype-uuid-macros v0.1.0
26272026-04-25T00:46:31.593Z Compiling async-stream-impl v0.3.6
26282026-04-25T00:46:31.674Z Compiling thread_local v1.1.9
26292026-04-25T00:46:32.042Z Compiling fastrand v2.3.0
26302026-04-25T00:46:32.116Z Compiling futures v0.3.32
26312026-04-25T00:46:32.262Z Compiling newtype-uuid v1.3.2
26322026-04-25T00:46:32.276Z Compiling strum_macros v0.26.4
26332026-04-25T00:46:32.392Z Compiling is-terminal v0.4.17
26342026-04-25T00:46:32.729Z Compiling term v1.2.1
26352026-04-25T00:46:32.833Z Compiling take_mut v0.2.2
26362026-04-25T00:46:33.198Z Compiling slog-term v2.9.2
26372026-04-25T00:46:33.317Z Compiling darling_macro v0.23.0
26382026-04-25T00:46:33.902Z Compiling darling v0.23.0
26392026-04-25T00:46:33.942Z Compiling daft v0.1.5
26402026-04-25T00:46:34.201Z Compiling dropshot v0.16.7
26412026-04-25T00:46:34.239Z Compiling serde_with_macros v3.18.0
26422026-04-25T00:46:34.242Z Compiling tempfile v3.27.0
26432026-04-25T00:46:34.339Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-04-25T00:46:34.439Z Compiling either v1.15.0
26452026-04-25T00:46:34.515Z Compiling derive-ex v0.1.8
26462026-04-25T00:46:34.659Z Compiling sha1 v0.10.6
26472026-04-25T00:46:34.827Z Compiling rand_chacha v0.3.1
26482026-04-25T00:46:35.085Z Compiling dropshot_endpoint v0.16.7
26492026-04-25T00:46:35.104Z Compiling strum_macros v0.27.2
26502026-04-25T00:46:35.473Z Compiling match_cfg v0.1.0
26512026-04-25T00:46:35.554Z Compiling hostname v0.3.1
26522026-04-25T00:46:35.631Z Compiling rand v0.8.5
26532026-04-25T00:46:35.719Z Compiling toml_parser v1.1.0+spec-1.1.0
26542026-04-25T00:46:36.122Z Compiling test-strategy v0.4.5
26552026-04-25T00:46:36.400Z Compiling slog-json v2.6.1
26562026-04-25T00:46:36.722Z Compiling macaddr v1.0.1
26572026-04-25T00:46:36.755Z Compiling serde_spanned v1.1.0
26582026-04-25T00:46:36.930Z Compiling memmap2 v0.9.10
26592026-04-25T00:46:36.967Z Compiling toml_writer v1.1.0+spec-1.1.0
26602026-04-25T00:46:37.234Z Compiling slog-bunyan v2.5.0
26612026-04-25T00:46:37.274Z Compiling rustls-webpki v0.102.8
26622026-04-25T00:46:37.305Z Compiling openssl-probe v0.2.1
26632026-04-25T00:46:37.384Z Compiling debug-ignore v1.0.5
26642026-04-25T00:46:37.417Z Compiling winnow v0.7.15
26652026-04-25T00:46:37.504Z Compiling rustls-native-certs v0.8.3
26662026-04-25T00:46:37.636Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26672026-04-25T00:46:39.102Z Compiling usdt v0.6.0
26682026-04-25T00:46:39.772Z Compiling encoding_rs v0.8.35
26692026-04-25T00:46:40.010Z Compiling spin v0.9.8
26702026-04-25T00:46:40.155Z Compiling mime v0.3.17
26712026-04-25T00:46:40.393Z Compiling tokio-rustls v0.25.0
26722026-04-25T00:46:40.658Z Compiling async-stream v0.3.6
26732026-04-25T00:46:40.862Z Compiling parse-display-derive v0.10.0
26742026-04-25T00:46:41.757Z Compiling waitgroup v0.1.2
26752026-04-25T00:46:41.929Z Compiling rustls-pemfile v2.2.0
26762026-04-25T00:46:42.472Z Compiling toml_datetime v0.7.5+spec-1.1.0
26772026-04-25T00:46:42.855Z Compiling serde_path_to_error v0.1.20
26782026-04-25T00:46:42.906Z Compiling hostname v0.4.2
26792026-04-25T00:46:43.087Z Compiling unicode-width v0.2.2
26802026-04-25T00:46:43.339Z Compiling toml v0.9.12+spec-1.1.0
26812026-04-25T00:46:43.418Z Compiling strum v0.26.3
26822026-04-25T00:46:43.569Z Compiling wait-timeout v0.2.1
26832026-04-25T00:46:43.981Z Compiling bit-vec v0.8.0
26842026-04-25T00:46:44.038Z Compiling quick-error v1.2.3
26852026-04-25T00:46:44.160Z Compiling rusty-fork v0.3.1
26862026-04-25T00:46:44.283Z Compiling bit-set v0.8.0
26872026-04-25T00:46:44.734Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26882026-04-25T00:46:44.837Z Compiling serde_with v3.18.0
26892026-04-25T00:46:45.070Z Compiling rand_xorshift v0.4.0
26902026-04-25T00:46:45.231Z Compiling unarray v0.1.4
26912026-04-25T00:46:45.366Z Compiling proptest v1.11.0
26922026-04-25T00:46:45.759Z Compiling strum v0.27.2
26932026-04-25T00:46:45.910Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942026-04-25T00:46:45.999Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26952026-04-25T00:46:46.070Z Compiling instant v0.1.13
26962026-04-25T00:46:47.311Z Compiling rustc-hash v2.1.2
26972026-04-25T00:46:47.599Z Compiling iddqd v0.3.17
26982026-04-25T00:46:47.672Z Compiling itertools v0.14.0
26992026-04-25T00:46:47.941Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-04-25T00:46:49.616Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27012026-04-25T00:46:50.048Z Compiling backon v1.6.0
27022026-04-25T00:46:50.789Z Compiling backoff v0.4.0
27032026-04-25T00:46:51.013Z Compiling parse-display v0.10.0
27042026-04-25T00:46:51.033Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
27052026-04-25T00:46:51.218Z Compiling clap_derive v4.6.0
27062026-04-25T00:46:51.806Z Compiling utf8parse v0.2.2
27072026-04-25T00:46:52.253Z Compiling anstyle-parse v1.0.0
27082026-04-25T00:46:52.539Z Compiling terminal_size v0.4.4
27092026-04-25T00:46:52.940Z Compiling is_terminal_polyfill v1.70.2
27102026-04-25T00:46:53.047Z Compiling anstyle-query v1.1.5
27112026-04-25T00:46:53.124Z Compiling colorchoice v1.0.5
27122026-04-25T00:46:53.163Z Compiling anstyle v1.0.14
27132026-04-25T00:46:53.439Z Compiling anstream v1.0.0
27142026-04-25T00:46:53.993Z Compiling zerocopy-derive v0.7.35
27152026-04-25T00:46:54.170Z Compiling clap_lex v1.1.0
27162026-04-25T00:46:54.838Z Compiling crucible-workspace-hack v0.1.0
27172026-04-25T00:46:55.090Z Compiling clap_builder v4.6.0
27182026-04-25T00:46:55.949Z Compiling darling_core v0.21.3
27192026-04-25T00:46:56.772Z Compiling unsafe-libyaml v0.2.11
27202026-04-25T00:46:57.127Z Compiling clap v4.6.0
27212026-04-25T00:46:57.398Z Compiling serde_yaml v0.9.34+deprecated
27222026-04-25T00:46:58.107Z Compiling darling_macro v0.21.3
27232026-04-25T00:46:58.189Z Compiling toml_datetime v0.6.11
27242026-04-25T00:46:58.877Z Compiling convert_case v0.4.0
27252026-04-25T00:46:59.176Z Compiling derive_more v0.99.20
27262026-04-25T00:47:00.685Z Compiling darling v0.21.3
27272026-04-25T00:47:01.387Z Compiling proc-macro-error-attr v1.0.4
27282026-04-25T00:47:01.622Z Compiling toml_datetime v1.1.0+spec-1.1.0
27292026-04-25T00:47:01.647Z Compiling tinyvec_macros v0.1.1
27302026-04-25T00:47:01.722Z Compiling heapless v0.8.0
27312026-04-25T00:47:01.858Z Compiling prettyplease v0.2.37
27322026-04-25T00:47:01.885Z Compiling toml_edit v0.25.8+spec-1.1.0
27332026-04-25T00:47:02.123Z Compiling tinyvec v1.11.0
27342026-04-25T00:47:02.562Z Compiling ingot-macros v0.1.1
27352026-04-25T00:47:02.687Z Compiling zerocopy v0.7.35
27362026-04-25T00:47:02.833Z Compiling typify-impl v0.6.1
27372026-04-25T00:47:03.502Z Compiling hash32 v0.3.1
27382026-04-25T00:47:03.516Z Compiling secrecy v0.10.3
27392026-04-25T00:47:03.679Z Compiling scroll_derive v0.12.1
27402026-04-25T00:47:03.693Z Compiling usdt-impl v0.5.0
27412026-04-25T00:47:03.890Z Compiling proc-macro-error v1.0.4
27422026-04-25T00:47:03.956Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27432026-04-25T00:47:04.131Z Compiling smoltcp v0.11.0
27442026-04-25T00:47:04.213Z Compiling pkg-config v0.3.32
27452026-04-25T00:47:04.392Z Compiling data-encoding v2.10.0
27462026-04-25T00:47:04.500Z Compiling scroll v0.12.0
27472026-04-25T00:47:05.245Z Compiling ingot-types v0.1.2
27482026-04-25T00:47:05.270Z Compiling dof v0.3.0
27492026-04-25T00:47:05.299Z Compiling proc-macro-crate v3.5.0
27502026-04-25T00:47:06.075Z Compiling dtrace-parser v0.2.0
27512026-04-25T00:47:06.126Z Compiling typify-macro v0.6.1
27522026-04-25T00:47:06.150Z Compiling tabwriter v1.4.1
27532026-04-25T00:47:06.340Z Compiling crossbeam-epoch v0.9.18
27542026-04-25T00:47:06.436Z Compiling cobs v0.3.0
27552026-04-25T00:47:06.504Z Compiling rustc_version v0.4.1
27562026-04-25T00:47:06.783Z Compiling thread-id v4.2.2
27572026-04-25T00:47:06.863Z Compiling rustix v0.38.44
27582026-04-25T00:47:06.877Z Compiling static_assertions v1.1.0
27592026-04-25T00:47:06.998Z Compiling bitflags v1.3.2
27602026-04-25T00:47:07.082Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
27612026-04-25T00:47:07.084Z Compiling managed v0.8.0
27622026-04-25T00:47:07.358Z Compiling curve25519-dalek v4.1.3
27632026-04-25T00:47:07.358Z Compiling postcard v1.1.3
27642026-04-25T00:47:07.903Z Compiling num_enum_derive v0.7.6
27652026-04-25T00:47:08.042Z Compiling ingot v0.1.1
27662026-04-25T00:47:08.306Z Compiling goblin v0.8.2
27672026-04-25T00:47:09.308Z Compiling hubpack_derive v0.1.1
27682026-04-25T00:47:09.369Z Compiling hmac v0.12.1
27692026-04-25T00:47:09.533Z Compiling inout v0.1.4
27702026-04-25T00:47:09.848Z Compiling serde_spanned v0.6.9
27712026-04-25T00:47:10.023Z Compiling ff v0.13.1
27722026-04-25T00:47:10.084Z Compiling foreign-types-macros v0.2.3
27732026-04-25T00:47:10.179Z Compiling num-integer v0.1.46
27742026-04-25T00:47:10.860Z Compiling toml_write v0.1.2
27752026-04-25T00:47:11.118Z Compiling heck v0.4.1
27762026-04-25T00:47:11.177Z Compiling colored v3.1.1
27772026-04-25T00:47:11.327Z Compiling foreign-types-shared v0.3.1
27782026-04-25T00:47:11.340Z Compiling cpufeatures v0.3.0
27792026-04-25T00:47:11.424Z Compiling chacha20 v0.10.0
27802026-04-25T00:47:11.438Z Compiling foreign-types v0.5.0
27812026-04-25T00:47:11.719Z Compiling toml_edit v0.22.27
27822026-04-25T00:47:12.148Z Compiling group v0.13.0
27832026-04-25T00:47:12.276Z Compiling hubpack v0.1.2
27842026-04-25T00:47:12.511Z Compiling cipher v0.4.4
27852026-04-25T00:47:12.534Z Compiling hkdf v0.12.4
27862026-04-25T00:47:12.822Z Compiling num_enum v0.7.6
27872026-04-25T00:47:13.856Z Compiling reqwest v0.12.28
27882026-04-25T00:47:14.794Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27892026-04-25T00:47:14.959Z Compiling thiserror-impl-no-std v2.0.2
27902026-04-25T00:47:15.706Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27912026-04-25T00:47:15.903Z Compiling universal-hash v0.5.1
27922026-04-25T00:47:16.056Z Compiling crypto-bigint v0.5.5
27932026-04-25T00:47:16.202Z Compiling half v2.7.1
27942026-04-25T00:47:16.325Z Compiling curve25519-dalek-derive v0.1.1
27952026-04-25T00:47:17.017Z Compiling cstr-argument v0.1.2
27962026-04-25T00:47:17.194Z Compiling bstr v1.12.1
27972026-04-25T00:47:17.290Z Compiling memoffset v0.9.1
27982026-04-25T00:47:17.303Z Compiling base64ct v1.8.3
27992026-04-25T00:47:17.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
28002026-04-25T00:47:17.647Z Compiling base16ct v0.2.0
28012026-04-25T00:47:17.660Z Compiling opaque-debug v0.3.1
28022026-04-25T00:47:17.736Z Compiling cfg_aliases v0.2.1
28032026-04-25T00:47:17.818Z Compiling ciborium-io v0.2.2
28042026-04-25T00:47:17.837Z Compiling nix v0.31.2
28052026-04-25T00:47:17.866Z Compiling elliptic-curve v0.13.8
28062026-04-25T00:47:17.917Z Compiling ciborium-ll v0.2.2
28072026-04-25T00:47:18.047Z Compiling poly1305 v0.8.0
28082026-04-25T00:47:18.205Z Compiling password-hash v0.5.0
28092026-04-25T00:47:18.664Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28102026-04-25T00:47:19.147Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28112026-04-25T00:47:19.280Z Compiling thiserror-no-std v2.0.2
28122026-04-25T00:47:19.382Z Compiling progenitor-client v0.10.0
28132026-04-25T00:47:19.888Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
28142026-04-25T00:47:20.122Z Compiling toml v0.8.23
28152026-04-25T00:47:20.136Z Compiling chacha20 v0.9.1
28162026-04-25T00:47:20.389Z Compiling rand v0.10.1
28172026-04-25T00:47:20.761Z Compiling num-rational v0.4.2
28182026-04-25T00:47:21.182Z Compiling num-iter v0.1.45
28192026-04-25T00:47:21.320Z Compiling usdt-macro v0.5.0
28202026-04-25T00:47:21.507Z Compiling usdt-attr-macro v0.5.0
28212026-04-25T00:47:21.727Z Compiling typify v0.6.1
28222026-04-25T00:47:22.005Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28232026-04-25T00:47:22.274Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
28242026-04-25T00:47:22.705Z Compiling byte-wrapper v0.1.0
28252026-04-25T00:47:22.719Z Compiling blake2 v0.10.6
28262026-04-25T00:47:23.221Z Compiling aead v0.5.2
28272026-04-25T00:47:23.343Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28282026-04-25T00:47:23.604Z Compiling enum-as-inner v0.6.1
28292026-04-25T00:47:23.643Z Compiling num-complex v0.4.6
28302026-04-25T00:47:23.850Z Compiling memmap v0.7.0
28312026-04-25T00:47:24.089Z Compiling rustls-webpki v0.103.10
28322026-04-25T00:47:24.104Z Compiling winnow v0.5.40
28332026-04-25T00:47:24.177Z Compiling keccak v0.1.6
28342026-04-25T00:47:24.215Z Compiling indent_write v2.2.0
28352026-04-25T00:47:24.503Z Compiling sha3 v0.10.8
28362026-04-25T00:47:24.964Z Compiling num v0.4.3
28372026-04-25T00:47:25.004Z Compiling usdt v0.5.0
28382026-04-25T00:47:25.049Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28392026-04-25T00:47:25.509Z Compiling toml_edit v0.19.15
28402026-04-25T00:47:25.555Z Compiling chacha20poly1305 v0.10.1
28412026-04-25T00:47:25.625Z Compiling argon2 v0.5.3
28422026-04-25T00:47:25.712Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28432026-04-25T00:47:26.441Z Compiling progenitor-impl v0.13.0
28442026-04-25T00:47:27.527Z Compiling vsss-rs v3.3.4
28452026-04-25T00:47:28.546Z Compiling tokio-rustls v0.26.4
28462026-04-25T00:47:28.892Z Compiling hyper-rustls v0.27.7
28472026-04-25T00:47:29.005Z Compiling rustls-platform-verifier v0.6.2
28482026-04-25T00:47:29.583Z Compiling reqwest v0.13.2
28492026-04-25T00:47:29.786Z Compiling ciborium v0.2.2
28502026-04-25T00:47:31.006Z Compiling progenitor-client v0.13.0
28512026-04-25T00:47:31.335Z Compiling progenitor-extras v0.1.1
28522026-04-25T00:47:31.591Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28532026-04-25T00:47:32.304Z Compiling rayon-core v1.13.0
28542026-04-25T00:47:32.549Z Compiling semver v0.1.20
28552026-04-25T00:47:32.818Z Compiling vcpkg v0.2.15
28562026-04-25T00:47:32.821Z Compiling bytecount v0.6.9
28572026-04-25T00:47:33.032Z Compiling lazy_static v1.5.0
28582026-04-25T00:47:33.168Z Compiling float-ord v0.3.2
28592026-04-25T00:47:33.383Z Compiling openssl-sys v0.9.112
28602026-04-25T00:47:33.969Z Compiling rustc_version v0.1.7
28612026-04-25T00:47:35.920Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28622026-04-25T00:47:38.062Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28632026-04-25T00:47:39.583Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28642026-04-25T00:47:44.319Z Compiling progenitor-macro v0.13.0
28652026-04-25T00:47:44.387Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28662026-04-25T00:47:44.450Z Compiling proc-macro-crate v1.3.1
28672026-04-25T00:47:44.504Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28682026-04-25T00:47:44.832Z Compiling atomicwrites v0.4.4
28692026-04-25T00:47:45.126Z Compiling crossbeam-deque v0.8.6
28702026-04-25T00:47:45.309Z Compiling itertools v0.12.1
28712026-04-25T00:47:45.361Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
28722026-04-25T00:47:45.783Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
28732026-04-25T00:47:46.040Z Compiling linked-hash-map v0.5.6
28742026-04-25T00:47:46.273Z Compiling resolv-conf v0.7.6
28752026-04-25T00:47:46.408Z Compiling swrite v0.1.0
28762026-04-25T00:47:46.821Z Compiling lru-cache v0.1.2
28772026-04-25T00:47:46.956Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
28782026-04-25T00:47:47.714Z Compiling num_enum_derive v0.5.11
28792026-04-25T00:47:48.136Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28802026-04-25T00:47:48.596Z Compiling progenitor v0.13.0
28812026-04-25T00:47:48.727Z Compiling newtype_derive v0.1.6
28822026-04-25T00:47:48.764Z Compiling hickory-proto v0.24.4
28832026-04-25T00:47:48.805Z Compiling similar v2.7.0
28842026-04-25T00:47:48.994Z Compiling serde-big-array v0.5.1
28852026-04-25T00:47:49.009Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
28862026-04-25T00:47:49.101Z Compiling pin-project-internal v1.1.11
28872026-04-25T00:47:49.164Z Compiling serde_repr v0.1.20
28882026-04-25T00:47:49.539Z Compiling derive-where v1.6.1
28892026-04-25T00:47:49.776Z Compiling siphasher v1.0.2
28902026-04-25T00:47:50.008Z Compiling owo-colors v4.3.0
28912026-04-25T00:47:50.218Z Compiling unicode-segmentation v1.13.2
28922026-04-25T00:47:50.359Z Compiling minimal-lexical v0.2.1
28932026-04-25T00:47:50.630Z Compiling newline-converter v0.3.0
28942026-04-25T00:47:50.784Z Compiling nom v7.1.3
28952026-04-25T00:47:50.875Z Compiling pin-project v1.1.11
28962026-04-25T00:47:50.916Z Compiling hickory-resolver v0.24.4
28972026-04-25T00:47:50.992Z Compiling phf_shared v0.12.1
28982026-04-25T00:47:51.230Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28992026-04-25T00:47:52.344Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29002026-04-25T00:47:52.445Z Compiling num_enum v0.5.11
29012026-04-25T00:47:52.587Z Compiling rayon v1.11.0
29022026-04-25T00:47:53.549Z Compiling zone_cfg_derive v0.3.1
29032026-04-25T00:47:54.249Z Compiling unicode-normalization v0.1.25
29042026-04-25T00:47:54.829Z Compiling console v0.15.11
29052026-04-25T00:47:54.856Z Compiling camino-tempfile v1.4.1
29062026-04-25T00:47:55.030Z Compiling tokio-stream v0.1.18
29072026-04-25T00:47:55.276Z Compiling async-recursion v1.1.1
29082026-04-25T00:47:55.632Z Compiling snafu-derive v0.8.9
29092026-04-25T00:47:56.015Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29102026-04-25T00:47:56.119Z Compiling csv-core v0.1.13
29112026-04-25T00:47:56.330Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29122026-04-25T00:47:56.517Z Compiling slog-dtrace v0.3.0
29132026-04-25T00:47:56.543Z Compiling chrono-tz v0.10.4
29142026-04-25T00:47:56.767Z Compiling foreign-types-shared v0.1.1
29152026-04-25T00:47:56.784Z Compiling foldhash v0.1.5
29162026-04-25T00:47:56.876Z Compiling unicode-width v0.1.14
29172026-04-25T00:47:57.054Z Compiling cancel-safe-futures v0.1.5
29182026-04-25T00:47:57.228Z Compiling openssl v0.10.76
29192026-04-25T00:47:57.329Z Compiling same-file v1.0.6
29202026-04-25T00:47:57.433Z Compiling unicode-xid v0.2.6
29212026-04-25T00:47:57.519Z Compiling highway v1.3.0
29222026-04-25T00:47:57.553Z Compiling walkdir v2.5.0
29232026-04-25T00:47:57.576Z Compiling const_format_proc_macros v0.2.34
29242026-04-25T00:47:58.229Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29252026-04-25T00:47:58.284Z Compiling snafu v0.8.9
29262026-04-25T00:47:58.409Z Compiling hashbrown v0.15.5
29272026-04-25T00:47:58.812Z Compiling foreign-types v0.3.2
29282026-04-25T00:47:58.944Z Compiling csv v1.4.0
29292026-04-25T00:47:58.972Z Compiling qorb v0.4.1
29302026-04-25T00:47:59.077Z Compiling expectorate v1.2.0
29312026-04-25T00:47:59.305Z Compiling olpc-cjson v0.1.4
29322026-04-25T00:47:59.538Z Compiling zone v0.3.1
29332026-04-25T00:47:59.882Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29342026-04-25T00:47:59.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29352026-04-25T00:48:01.273Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362026-04-25T00:48:01.931Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29372026-04-25T00:48:02.467Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29382026-04-25T00:48:03.466Z Compiling phf v0.12.1
29392026-04-25T00:48:04.468Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29402026-04-25T00:48:04.661Z Compiling tokio-dtrace v0.1.1
29412026-04-25T00:48:04.882Z Compiling globset v0.4.18
29422026-04-25T00:48:04.991Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29432026-04-25T00:48:05.232Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29442026-04-25T00:48:05.613Z Compiling num-derive v0.3.3
29452026-04-25T00:48:05.828Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
29462026-04-25T00:48:06.176Z Compiling smf v0.2.3
29472026-04-25T00:48:06.571Z Compiling pem v3.0.6
29482026-04-25T00:48:07.014Z Compiling libsw-core v0.3.2
29492026-04-25T00:48:07.178Z Compiling serde_plain v1.0.2
29502026-04-25T00:48:07.217Z Compiling num-derive v0.4.2
29512026-04-25T00:48:07.306Z Compiling openssl-macros v0.1.1
29522026-04-25T00:48:07.326Z Compiling sigpipe v0.1.3
29532026-04-25T00:48:07.341Z Compiling cookie v0.18.1
29542026-04-25T00:48:07.433Z Compiling unicode-linebreak v0.1.5
29552026-04-25T00:48:07.475Z Compiling jiff v0.2.23
29562026-04-25T00:48:07.571Z Compiling fixedbitset v0.4.2
29572026-04-25T00:48:07.589Z Compiling glob v0.3.3
29582026-04-25T00:48:07.724Z Compiling fixedbitset v0.5.7
29592026-04-25T00:48:07.796Z Compiling typed-path v0.9.3
29602026-04-25T00:48:07.952Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29612026-04-25T00:48:08.237Z Compiling smawk v0.3.2
29622026-04-25T00:48:08.247Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-04-25T00:48:08.372Z Compiling textwrap v0.16.2
29642026-04-25T00:48:08.564Z Compiling petgraph v0.8.3
29652026-04-25T00:48:08.950Z Compiling tough v0.20.0
29662026-04-25T00:48:10.205Z Compiling petgraph v0.6.5
29672026-04-25T00:48:10.708Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29682026-04-25T00:48:11.119Z Compiling libsw v3.5.0
29692026-04-25T00:48:11.326Z Compiling libscf-sys v1.1.0
29702026-04-25T00:48:11.484Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
29712026-04-25T00:48:12.076Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29722026-04-25T00:48:12.333Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29732026-04-25T00:48:12.650Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29742026-04-25T00:48:12.808Z Compiling oxide-tokio-rt v0.1.3
29752026-04-25T00:48:13.461Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29762026-04-25T00:48:15.607Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29772026-04-25T00:48:16.215Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29782026-04-25T00:48:16.366Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29792026-04-25T00:48:17.960Z Compiling const_format v0.2.35
29802026-04-25T00:48:18.227Z Compiling papergrid v0.11.0
29812026-04-25T00:48:18.449Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29822026-04-25T00:48:18.590Z Compiling gethostname v0.5.0
29832026-04-25T00:48:18.746Z Compiling tabled_derive v0.7.0
29842026-04-25T00:48:19.537Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29852026-04-25T00:48:19.691Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29862026-04-25T00:48:19.758Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29872026-04-25T00:48:20.091Z Compiling bcs v0.1.6
29882026-04-25T00:48:20.505Z Compiling whoami v1.6.1
29892026-04-25T00:48:20.974Z Compiling termtree v0.5.1
29902026-04-25T00:48:21.161Z Compiling linear-map v1.2.0
29912026-04-25T00:48:21.403Z Compiling tagptr v0.2.0
29922026-04-25T00:48:21.614Z Compiling moka v0.12.15
29932026-04-25T00:48:21.797Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29942026-04-25T00:48:22.126Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29952026-04-25T00:48:22.323Z Compiling tabled v0.15.0
29962026-04-25T00:48:22.925Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29972026-04-25T00:48:23.518Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29982026-04-25T00:48:23.741Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
29992026-04-25T00:48:23.968Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
30002026-04-25T00:48:24.105Z Compiling steno v0.4.1
30012026-04-25T00:48:26.225Z Compiling hickory-proto v0.25.2
30022026-04-25T00:48:28.608Z Compiling humantime v2.3.0
30032026-04-25T00:48:29.082Z Compiling hickory-resolver v0.25.2
30042026-04-25T00:48:30.303Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
30052026-04-25T00:48:31.714Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30062026-04-25T00:48:32.406Z Compiling crc32fast v1.5.0
30072026-04-25T00:48:32.585Z Compiling typify-impl v0.4.3
30082026-04-25T00:48:33.073Z Compiling parking_lot_core v0.8.6
30092026-04-25T00:48:33.823Z Compiling crunchy v0.2.4
30102026-04-25T00:48:34.152Z Compiling parking_lot v0.11.2
30112026-04-25T00:48:34.258Z Compiling fxhash v0.2.1
30122026-04-25T00:48:34.413Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30132026-04-25T00:48:34.578Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30142026-04-25T00:48:34.685Z Compiling tiny-keccak v2.0.2
30152026-04-25T00:48:34.821Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
30162026-04-25T00:48:34.970Z Compiling sled v0.34.7
30172026-04-25T00:48:35.999Z Compiling typify-macro v0.4.3
30182026-04-25T00:48:36.252Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
30192026-04-25T00:48:37.455Z Compiling adler2 v2.0.1
30202026-04-25T00:48:37.588Z Compiling typify v0.4.3
30212026-04-25T00:48:37.698Z Compiling internet-checksum v0.2.1
30222026-04-25T00:48:37.724Z Compiling simd-adler32 v0.3.9
30232026-04-25T00:48:37.767Z Compiling const-random-macro v0.1.16
30242026-04-25T00:48:37.847Z Compiling ahash v0.8.12
30252026-04-25T00:48:38.128Z Compiling miniz_oxide v0.8.9
30262026-04-25T00:48:38.179Z Compiling smartstring v1.0.1
30272026-04-25T00:48:38.593Z Compiling flate2 v1.1.9
30282026-04-25T00:48:38.772Z Compiling const-random v0.1.18
30292026-04-25T00:48:38.923Z Compiling proc-macro-error-attr2 v2.0.0
30302026-04-25T00:48:39.166Z Compiling compression-core v0.4.31
30312026-04-25T00:48:39.368Z Compiling compression-codecs v0.4.37
30322026-04-25T00:48:39.387Z Compiling proc-macro-error2 v2.0.1
30332026-04-25T00:48:39.733Z Compiling thin-vec v0.2.14
30342026-04-25T00:48:39.821Z Compiling rhai_codegen v3.1.0
30352026-04-25T00:48:40.033Z Compiling arc-swap v1.9.0
30362026-04-25T00:48:40.392Z Compiling dropshot v0.17.0
30372026-04-25T00:48:40.535Z Compiling toml v1.1.0+spec-1.1.0
30382026-04-25T00:48:40.715Z Compiling slog-scope v4.4.1
30392026-04-25T00:48:41.141Z Compiling tabled_derive v0.11.0
30402026-04-25T00:48:41.171Z Compiling rhai v1.24.0
30412026-04-25T00:48:41.889Z Compiling async-compression v0.4.41
30422026-04-25T00:48:42.285Z Compiling progenitor-impl v0.11.2
30432026-04-25T00:48:42.386Z Compiling papergrid v0.17.0
30442026-04-25T00:48:44.374Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
30452026-04-25T00:48:44.675Z Compiling testing_table v0.3.0
30462026-04-25T00:48:45.097Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
30472026-04-25T00:48:45.778Z Compiling dropshot_endpoint v0.17.0
30482026-04-25T00:48:47.460Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
30492026-04-25T00:48:48.007Z Compiling nom v8.0.0
30502026-04-25T00:48:48.794Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
30512026-04-25T00:48:49.059Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
30522026-04-25T00:48:50.680Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
30532026-04-25T00:48:52.133Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
30542026-04-25T00:48:53.061Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
30552026-04-25T00:48:54.380Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
30562026-04-25T00:48:57.385Z Compiling tabled v0.20.0
30572026-04-25T00:49:00.454Z Compiling progenitor-macro v0.11.2
30582026-04-25T00:49:04.672Z Compiling slog-stdlog v4.1.1
30592026-04-25T00:49:05.133Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30602026-04-25T00:49:05.684Z Compiling progenitor-client v0.11.2
30612026-04-25T00:49:05.814Z Compiling dropshot-api-manager-types v0.7.0
30622026-04-25T00:49:06.209Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
30632026-04-25T00:49:06.530Z Compiling slog-envlogger v2.2.0
30642026-04-25T00:49:07.583Z Compiling progenitor v0.11.2
30652026-04-25T00:49:09.791Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
30662026-04-25T00:49:09.942Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
30672026-04-25T00:49:10.205Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
30682026-04-25T00:49:10.384Z Compiling crc8 v0.1.1
30692026-04-25T00:49:10.513Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
30702026-04-25T00:49:10.528Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
30712026-04-25T00:49:11.517Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
30722026-04-25T00:49:12.111Z Compiling progenitor-impl v0.10.0
30732026-04-25T00:49:12.249Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
30742026-04-25T00:49:13.044Z Compiling lzma-sys v0.1.20
30752026-04-25T00:49:13.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
30762026-04-25T00:49:14.046Z Compiling fs-err v3.3.0
30772026-04-25T00:49:14.217Z Compiling typeid v1.0.3
30782026-04-25T00:49:14.310Z Compiling utf-8 v0.7.6
30792026-04-25T00:49:14.533Z Compiling tungstenite v0.21.0
30802026-04-25T00:49:14.710Z Compiling progenitor-macro v0.10.0
30812026-04-25T00:49:15.698Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
30822026-04-25T00:49:18.946Z Compiling cargo_toml v0.22.3
30832026-04-25T00:49:19.863Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30842026-04-25T00:49:20.709Z Compiling sha2 v0.10.9
30852026-04-25T00:49:21.245Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30862026-04-25T00:49:21.458Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
30872026-04-25T00:49:21.961Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30882026-04-25T00:49:22.108Z Compiling progenitor v0.10.0
30892026-04-25T00:49:22.391Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
30902026-04-25T00:49:22.403Z Compiling tokio-tungstenite v0.21.0
30912026-04-25T00:49:22.928Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
30922026-04-25T00:49:22.946Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
30932026-04-25T00:49:23.332Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
30942026-04-25T00:49:24.037Z Compiling console v0.16.3
30952026-04-25T00:49:24.534Z Compiling git-stub v1.0.0
30962026-04-25T00:49:25.015Z Compiling is_ci v1.2.0
30972026-04-25T00:49:25.200Z Compiling unit-prefix v0.5.2
30982026-04-25T00:49:25.334Z Compiling base64 v0.21.7
30992026-04-25T00:49:25.375Z Compiling indicatif v0.18.4
31002026-04-25T00:49:25.844Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31012026-04-25T00:49:26.471Z Compiling supports-color v3.0.2
31022026-04-25T00:49:26.729Z Compiling git-stub-vcs v0.1.0
31032026-04-25T00:49:27.487Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31042026-04-25T00:49:27.967Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
31052026-04-25T00:49:28.088Z Compiling ron v0.12.1
31062026-04-25T00:49:29.044Z Compiling xz2 v0.1.7
31072026-04-25T00:49:29.059Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31082026-04-25T00:49:29.360Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31092026-04-25T00:49:29.781Z Compiling drift v0.1.3
31102026-04-25T00:49:31.342Z Compiling base16ct v1.0.0
31112026-04-25T00:49:31.871Z Compiling dropshot-api-manager v0.7.0
31122026-04-25T00:49:31.961Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31132026-04-25T00:49:35.527Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
31142026-04-25T00:49:35.731Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31152026-04-25T00:49:36.722Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
31162026-04-25T00:49:37.119Z Compiling natord v1.0.9
31172026-04-25T00:49:37.421Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31182026-04-25T00:49:37.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31192026-04-25T00:49:37.701Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31202026-04-25T00:49:38.009Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31212026-04-25T00:49:40.083Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31222026-04-25T00:49:40.431Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31232026-04-25T00:49:45.490Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31242026-04-25T00:49:48.721Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31252026-04-25T00:50:00.363Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31262026-04-25T00:50:06.563Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31272026-04-25T00:50:19.397Z Finished `release` profile [optimized] target(s) in 4m 24s
31282026-04-25T00:50:19.579Z
31292026-04-25T00:50:19.579Zreal 4:24.985759426
31302026-04-25T00:50:19.579Zuser 30:05.450036942
31312026-04-25T00:50:19.579Zsys 2:41.961354737
31322026-04-25T00:50:19.579Ztrap 0.776891354
31332026-04-25T00:50:19.579Ztflt 2.692195050
31342026-04-25T00:50:19.579Zdflt 2.418103025
31352026-04-25T00:50:19.579Zkflt 0.021047145
31362026-04-25T00:50:19.579Zlock 2:05:42.930842212
31372026-04-25T00:50:19.579Zslp 1:30:23.081476670
31382026-04-25T00:50:19.579Zlat 2:07.286848288
31392026-04-25T00:50:19.582Zstop 3:36.256099126
31402026-04-25T00:50:19.582Z+ for x in debug release
31412026-04-25T00:50:19.582Z+ mkdir -p /work/debug
31422026-04-25T00:50:19.590Z+ cp target/debug/ddmd /work/debug/ddmd
31432026-04-25T00:50:20.177Z+ cp target/debug/ddmadm /work/debug/ddmadm
31442026-04-25T00:50:20.940Z+ cp target/debug/mgd /work/debug/mgd
31452026-04-25T00:50:21.623Z+ cp target/debug/mgadm /work/debug/mgadm
31462026-04-25T00:50:22.087Z+ for x in debug release
31472026-04-25T00:50:22.087Z+ mkdir -p /work/release
31482026-04-25T00:50:22.090Z+ cp target/release/ddmd /work/release/ddmd
31492026-04-25T00:50:22.178Z+ cp target/release/ddmadm /work/release/ddmadm
31502026-04-25T00:50:22.250Z+ cp target/release/mgd /work/release/mgd
31512026-04-25T00:50:22.371Z+ cp target/release/mgadm /work/release/mgadm
31522026-04-25T00:50:22.462Z+ cp target/release/falcon-lab /work/release/falcon-lab
31532026-04-25T00:50:22.571Zprocess exited: duration 849420 ms, exit code 0
 
31542026-04-25T00:50:22.587Zfound 9 output files
31552026-04-25T00:50:22.587Zuploading: /work/debug/ddmadm (517085712 bytes)
31562026-04-25T00:50:29.541Zuploaded: /work/debug/ddmadm
31572026-04-25T00:50:29.541Zuploading: /work/debug/ddmd (633140712 bytes)
31582026-04-25T00:50:37.331Zuploaded: /work/debug/ddmd
31592026-04-25T00:50:37.331Zuploading: /work/debug/mgadm (602029888 bytes)
31602026-04-25T00:50:45.957Zuploaded: /work/debug/mgadm
31612026-04-25T00:50:45.957Zuploading: /work/debug/mgd (715482640 bytes)
31622026-04-25T00:50:55.428Zuploaded: /work/debug/mgd
31632026-04-25T00:50:55.428Zuploading: /work/release/ddmadm (44936192 bytes)
31642026-04-25T00:50:56.719Zuploaded: /work/release/ddmadm
31652026-04-25T00:50:56.719Zuploading: /work/release/ddmd (51683704 bytes)
31662026-04-25T00:50:58.050Zuploaded: /work/release/ddmd
31672026-04-25T00:50:58.050Zuploading: /work/release/falcon-lab (63615000 bytes)
31682026-04-25T00:50:59.453Zuploaded: /work/release/falcon-lab
31692026-04-25T00:50:59.453Zuploading: /work/release/mgadm (56121200 bytes)
31702026-04-25T00:51:00.832Zuploaded: /work/release/mgadm
31712026-04-25T00:51:00.833Zuploading: /work/release/mgd (75062720 bytes)
31722026-04-25T00:51:02.336Zuploaded: /work/release/mgd