01KMZY063520ZNZV87Y0RA8VYM: 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: 01KMZY0NKQ47F0A0MR4H76691E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:54:25.544Zjob assigned to worker 01KMZY2JXTJVYZV2HVT0287WBS [factory aws, i-035fa1127652c5843] (queued for 1 m 45 s)
 
22026-03-30T17:54:31.869Zstarting task 0: "setup"
32026-03-30T17:54:31.874Z++ uname -s
42026-03-30T17:54:31.877Z+ kern=SunOS
52026-03-30T17:54:31.877Z+ build_user=build
62026-03-30T17:54:31.877Z+ build_uid=12345
72026-03-30T17:54:31.877Z+ work_dir=/work
82026-03-30T17:54:31.877Z+ input_dir=/input
92026-03-30T17:54:31.877Z+ [[ 0 == 12345 ]]
102026-03-30T17:54:31.877Z+ case "$kern" in
112026-03-30T17:54:31.877Z+ groupadd -g 12345 build
122026-03-30T17:54:31.877Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:54:33.885Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:54:34.003Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:54:34.007Z+ home_fs=zfs
162026-03-30T17:54:34.007Z+ [[ zfs == autofs ]]
172026-03-30T17:54:34.007Z+ mkdir -p /home/build
182026-03-30T17:54:34.007Z+ chown build:build /home/build /work
192026-03-30T17:54:36.007Z+ chmod 0700 /home/build /work
202026-03-30T17:54:36.010Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-30T17:54:36.017Zstarting task 1: "rust-toolchain"
222026-03-30T17:54:36.020Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:54:36.020Z * rust toolchain channel = "stable"
242026-03-30T17:54:36.020Z * rust toolchain profile = "default"
252026-03-30T17:54:36.021Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T17:54:36.021Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:54:36.021Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:54:36.023Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:54:36.023Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:54:36.120Zinfo: downloading installer
312026-03-30T17:54:37.862Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:54:37.862Zwarn: /opt/ooce/bin
332026-03-30T17:54:37.862Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:54:37.862Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:54:37.862Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:54:37.862Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:54:37.862Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:54:37.862Zerror: cannot install while Rust is installed
392026-03-30T17:54:37.862Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:54:37.862Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:54:37.862Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:54:37.862Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:54:37.862Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:54:37.875Zinfo: profile set to default
452026-03-30T17:54:37.875Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:54:37.878Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:54:38.022Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:54:38.025Zinfo: downloading 6 components
492026-03-30T17:54:54.380Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:54:54.380Z
512026-03-30T17:54:54.407Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:54:54.407Z
532026-03-30T17:54:54.407Z
542026-03-30T17:54:54.407ZRust is installed now. Great!
552026-03-30T17:54:54.407Z
562026-03-30T17:54:54.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:54:54.407Zenvironment variable. This has not been done automatically.
582026-03-30T17:54:54.407Z
592026-03-30T17:54:54.407ZTo configure your current shell, you need to source
602026-03-30T17:54:54.407Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:54:54.407Z
622026-03-30T17:54:54.407ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:54:54.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:54:54.408Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:54:54.408Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:54:54.408Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:54:54.411Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:54:54.412Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:54:54.412Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:54:54.412Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:54:54.497Z+ rustup --version
722026-03-30T17:54:54.506Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:54:54.509Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:54:54.527Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:54:54.530Z+ cargo --version
762026-03-30T17:54:54.543Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:54:54.546Z+ rustc --version
782026-03-30T17:54:54.564Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:54:54.568Zprocess exited: duration 18553 ms, exit code 0
 
802026-03-30T17:54:54.575Zstarting task 2: "authentication"
812026-03-30T17:54:54.593Zprocess exited: duration 17 ms, exit code 0
 
822026-03-30T17:54:54.599Zstarting task 3: "clone repository"
832026-03-30T17:54:54.602Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:54:54.605Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:54:54.639ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:54:56.071Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:54:56.076Z+ git fetch origin ae64f91873bb2e16d1a1f9b59786fca8905ac31f
882026-03-30T17:54:56.076ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:54:56.076Z * branch ae64f91873bb2e16d1a1f9b59786fca8905ac31f -> FETCH_HEAD
902026-03-30T17:54:56.076Z+ [[ -n trey/proptest_cleanup ]]
912026-03-30T17:54:56.077Z++ git branch --show-current
922026-03-30T17:54:56.077Z+ current=main
932026-03-30T17:54:56.077Z+ [[ main != trey/proptest_cleanup ]]
942026-03-30T17:54:56.077Z+ git branch -f trey/proptest_cleanup ae64f91873bb2e16d1a1f9b59786fca8905ac31f
952026-03-30T17:54:56.077Z+ git checkout -f trey/proptest_cleanup
962026-03-30T17:54:56.077ZSwitched to branch 'trey/proptest_cleanup'
972026-03-30T17:54:56.077Z+ git reset --hard ae64f91873bb2e16d1a1f9b59786fca8905ac31f
982026-03-30T17:54:56.077ZHEAD is now at ae64f91 bgp, rdb: make small-domain proptests exhaustive
992026-03-30T17:54:56.077Zprocess exited: duration 1105 ms, exit code 0
 
1002026-03-30T17:54:56.127Zstarting task 4: "build"
1012026-03-30T17:54:56.137Z+ pfexec pkg install clang-15
1022026-03-30T17:55:04.753Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-03-30T17:55:11.612Z Startup: Caching catalogs ... Done
1042026-03-30T17:55:15.778ZPlanning: Solver setup ... Done
1052026-03-30T17:55:15.797ZPlanning: Running solver ... Done
1062026-03-30T17:55:15.914ZPlanning: Finding local manifests ... Done
1072026-03-30T17:55:15.930ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-30T17:55:16.011ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-30T17:55:16.042ZPlanning: Package planning ... Done
1102026-03-30T17:55:16.066ZPlanning: Merging actions ... Done
1112026-03-30T17:55:16.177ZPlanning: Checking for conflicting actions ... Done
1122026-03-30T17:55:16.184ZPlanning: Consolidating action changes ... Done
1132026-03-30T17:55:16.959ZPlanning: Evaluating mediators ... Done
1142026-03-30T17:55:16.964ZPlanning: Planning completed in 5.20 seconds
1152026-03-30T17:55:16.976Z Packages to install: 2
1162026-03-30T17:55:16.977Z Mediators to change: 2
1172026-03-30T17:55:16.980Z Services to change: 1
1182026-03-30T17:55:16.980Z Create boot environment: No
1192026-03-30T17:55:16.980ZCreate backup boot environment: No
1202026-03-30T17:55:17.020Z
1212026-03-30T17:55:17.020ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-03-30T17:55:22.022ZDownload: 1450/3076 items 115.0/211.3MB 54% complete (23.5M/s)
1232026-03-30T17:55:28.585ZDownload: 2010/3076 items 117.3/211.3MB 55% complete (16.9M/s)
1242026-03-30T17:55:33.417ZDownload: Completed 211.31 MB in 16.40 seconds (12.9M/s)
1252026-03-30T17:55:33.564Z Actions: 1/3418 actions (Installing new actions)
1262026-03-30T17:55:36.678Z Actions: Completed 3418 actions in 3.11 seconds.
1272026-03-30T17:55:37.296Z Done
1282026-03-30T17:55:37.296Z Done
1292026-03-30T17:55:37.994Z Done
1302026-03-30T17:55:41.105Z Done
1312026-03-30T17:55:41.177Z Done
1322026-03-30T17:55:41.180Z Done
1332026-03-30T17:55:41.487Z Done
1342026-03-30T17:55:42.116Z+ cargo --version
1352026-03-30T17:55:42.123Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1362026-03-30T17:55:42.285Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1372026-03-30T17:55:42.288Zinfo: downloading 6 components
1382026-03-30T17:55:56.966Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1392026-03-30T17:55:56.969Z+ rustc --version
1402026-03-30T17:55:56.997Zrustc 1.94.1 (e408947bf 2026-03-25)
1412026-03-30T17:55:57.001Z+ banner check
1422026-03-30T17:55:57.004Z
1432026-03-30T17:55:57.004Z #### # # ###### #### # #
1442026-03-30T17:55:57.004Z # # # # # # # # #
1452026-03-30T17:55:57.004Z # ###### ##### # ####
1462026-03-30T17:55:57.004Z # # # # # # #
1472026-03-30T17:55:57.004Z # # # # # # # # #
1482026-03-30T17:55:57.004Z #### # # ###### #### # #
1492026-03-30T17:55:57.004Z
1502026-03-30T17:55:57.004Z+ cargo fmt -- --check
1512026-03-30T17:55:57.392Z+ cargo clippy --all-targets -- --deny warnings
1522026-03-30T17:55:57.504Z Updating git repository `https://github.com/oxidecomputer/falcon`
1532026-03-30T17:55:58.172ZFrom https://github.com/oxidecomputer/falcon
1542026-03-30T17:55:58.173Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1552026-03-30T17:55:58.251Z Updating crates.io index
1562026-03-30T17:55:58.254Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1572026-03-30T17:55:59.034ZFrom https://github.com/oxidecomputer/dendrite
1582026-03-30T17:55:59.034Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1592026-03-30T17:55:59.189Z Updating git repository `https://github.com/oxidecomputer/ispf`
1602026-03-30T17:55:59.457ZFrom https://github.com/oxidecomputer/ispf
1612026-03-30T17:55:59.457Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1622026-03-30T17:55:59.463Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-03-30T17:55:59.817ZFrom https://github.com/oxidecomputer/netadm-sys
1642026-03-30T17:55:59.817Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1652026-03-30T17:55:59.824Z Updating git repository `https://github.com/oxidecomputer/omicron`
1662026-03-30T17:56:07.158ZFrom https://github.com/oxidecomputer/omicron
1672026-03-30T17:56:07.158Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
1682026-03-30T17:56:07.577Z Updating git repository `https://github.com/oxidecomputer/opte`
1692026-03-30T17:56:08.136ZFrom https://github.com/oxidecomputer/opte
1702026-03-30T17:56:08.136Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
1712026-03-30T17:56:08.402Z Updating git repository `https://github.com/illumos/smf-rs`
1722026-03-30T17:56:08.652ZFrom https://github.com/illumos/smf-rs
1732026-03-30T17:56:08.652Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1742026-03-30T17:56:08.803Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1752026-03-30T17:56:09.082ZFrom https://github.com/oxidecomputer/network-interface
1762026-03-30T17:56:09.082Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1772026-03-30T17:56:09.107Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-03-30T17:56:09.405ZFrom https://github.com/oxidecomputer/zone
1792026-03-30T17:56:09.405Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1802026-03-30T17:56:09.444Z Updating git repository `https://github.com/oxidecomputer/propolis`
1812026-03-30T17:56:10.668ZFrom https://github.com/oxidecomputer/propolis
1822026-03-30T17:56:10.668Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1832026-03-30T17:56:10.894Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1842026-03-30T17:56:11.371ZFrom https://github.com/oxidecomputer/transceiver-control
1852026-03-30T17:56:11.371Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1862026-03-30T17:56:11.389Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1872026-03-30T17:56:11.698ZFrom https://github.com/oxidecomputer/dlpi-sys
1882026-03-30T17:56:11.698Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1892026-03-30T17:56:11.703Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1902026-03-30T17:56:12.001ZFrom https://github.com/jmesmon/rust-libzfs
1912026-03-30T17:56:12.001Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1922026-03-30T17:56:12.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1932026-03-30T17:56:12.295ZFrom https://github.com/oxidecomputer/rusty-doors
1942026-03-30T17:56:12.295Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1952026-03-30T17:56:12.307Z Updating git repository `https://github.com/oxidecomputer/lldp`
1962026-03-30T17:56:12.668ZFrom https://github.com/oxidecomputer/lldp
1972026-03-30T17:56:12.668Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
1982026-03-30T17:56:12.766Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1992026-03-30T17:56:13.041ZFrom https://github.com/oxidecomputer/slog-error-chain
2002026-03-30T17:56:13.041Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2012026-03-30T17:56:13.050Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2022026-03-30T17:56:13.366ZFrom https://github.com/oxidecomputer/tufaceous
2032026-03-30T17:56:13.366Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2042026-03-30T17:56:13.466Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2052026-03-30T17:56:13.959ZFrom https://github.com/oxidecomputer/management-gateway-service
2062026-03-30T17:56:13.960Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2072026-03-30T17:56:14.056Z Updating git repository `https://github.com/oxidecomputer/crucible`
2082026-03-30T17:56:14.867ZFrom https://github.com/oxidecomputer/crucible
2092026-03-30T17:56:14.867Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2102026-03-30T17:56:15.306Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2112026-03-30T17:56:15.578ZFrom https://github.com/oxidecomputer/serde_human_bytes
2122026-03-30T17:56:15.578Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2132026-03-30T17:56:15.891Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142026-03-30T17:56:16.322ZFrom https://github.com/oxidecomputer/propolis
2152026-03-30T17:56:16.322Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2162026-03-30T17:56:16.731Z Updating git repository `https://github.com/oxidecomputer/tofino`
2172026-03-30T17:56:17.025ZFrom https://github.com/oxidecomputer/tofino
2182026-03-30T17:56:17.025Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2192026-03-30T17:56:17.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2202026-03-30T17:56:17.586ZFrom https://github.com/oxidecomputer/maghemite
2212026-03-30T17:56:17.586Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2222026-03-30T17:56:17.631Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-03-30T17:56:17.937ZFrom https://github.com/oxidecomputer/clickward
2242026-03-30T17:56:17.937Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2252026-03-30T17:56:17.969Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2262026-03-30T17:56:18.254ZFrom https://github.com/oxidecomputer/illumos-devinfo
2272026-03-30T17:56:18.254Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2282026-03-30T17:56:18.393Z Updating git repository `https://github.com/oxidecomputer/crucible`
2292026-03-30T17:56:18.739ZFrom https://github.com/oxidecomputer/crucible
2302026-03-30T17:56:18.739Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2312026-03-30T17:56:19.752Z Downloading crates ...
2322026-03-30T17:56:19.817Z Downloaded base16ct v0.2.0
2332026-03-30T17:56:19.824Z Downloaded anstyle-query v1.1.5
2342026-03-30T17:56:19.832Z Downloaded crc32fast v1.5.0
2352026-03-30T17:56:19.835Z Downloaded async-stream-impl v0.3.6
2362026-03-30T17:56:19.841Z Downloaded deranged v0.5.8
2372026-03-30T17:56:19.846Z Downloaded clap v4.6.0
2382026-03-30T17:56:19.852Z Downloaded hostname v0.3.1
2392026-03-30T17:56:19.855Z Downloaded defmt v1.0.1
2402026-03-30T17:56:19.858Z Downloaded darling_core v0.23.0
2412026-03-30T17:56:19.861Z Downloaded embedded-io v0.4.0
2422026-03-30T17:56:19.864Z Downloaded getrandom v0.2.17
2432026-03-30T17:56:19.867Z Downloaded bitflags v1.3.2
2442026-03-30T17:56:19.869Z Downloaded base64ct v1.8.3
2452026-03-30T17:56:19.872Z Downloaded bit-vec v0.8.0
2462026-03-30T17:56:19.875Z Downloaded dof v0.3.0
2472026-03-30T17:56:19.875Z Downloaded anyhow v1.0.102
2482026-03-30T17:56:19.878Z Downloaded bcs v0.1.6
2492026-03-30T17:56:19.881Z Downloaded glob v0.3.3
2502026-03-30T17:56:19.884Z Downloaded futures-task v0.3.32
2512026-03-30T17:56:19.887Z Downloaded dunce v1.0.5
2522026-03-30T17:56:19.887Z Downloaded dropshot_endpoint v0.16.7
2532026-03-30T17:56:19.890Z Downloaded drift v0.1.3
2542026-03-30T17:56:19.893Z Downloaded gethostname v0.5.0
2552026-03-30T17:56:19.897Z Downloaded critical-section v1.2.0
2562026-03-30T17:56:19.901Z Downloaded base16ct v1.0.0
2572026-03-30T17:56:19.901Z Downloaded console v0.16.3
2582026-03-30T17:56:19.905Z Downloaded goblin v0.8.2
2592026-03-30T17:56:19.908Z Downloaded dtrace-parser v0.3.0
2602026-03-30T17:56:19.908Z Downloaded curve25519-dalek-derive v0.1.1
2612026-03-30T17:56:19.911Z Downloaded heck v0.4.1
2622026-03-30T17:56:19.911Z Downloaded futures-macro v0.3.32
2632026-03-30T17:56:19.914Z Downloaded defmt v0.3.100
2642026-03-30T17:56:19.917Z Downloaded foreign-types-macros v0.2.3
2652026-03-30T17:56:19.917Z Downloaded hubpack v0.1.2
2662026-03-30T17:56:19.919Z Downloaded hostname v0.4.2
2672026-03-30T17:56:19.922Z Downloaded futures-io v0.3.32
2682026-03-30T17:56:19.922Z Downloaded cfg-if v1.0.4
2692026-03-30T17:56:19.925Z Downloaded fixedbitset v0.4.2
2702026-03-30T17:56:19.928Z Downloaded block-buffer v0.10.4
2712026-03-30T17:56:19.928Z Downloaded darling_macro v0.23.0
2722026-03-30T17:56:19.931Z Downloaded cipher v0.4.4
2732026-03-30T17:56:19.931Z Downloaded cpufeatures v0.3.0
2742026-03-30T17:56:19.933Z Downloaded const-random-macro v0.1.16
2752026-03-30T17:56:19.936Z Downloaded debug-ignore v1.0.5
2762026-03-30T17:56:19.936Z Downloaded crunchy v0.2.4
2772026-03-30T17:56:19.939Z Downloaded hubpack_derive v0.1.1
2782026-03-30T17:56:19.939Z Downloaded git-stub v1.0.0
2792026-03-30T17:56:19.942Z Downloaded hash32 v0.3.1
2802026-03-30T17:56:19.944Z Downloaded heck v0.5.0
2812026-03-30T17:56:19.944Z Downloaded atomic-waker v1.1.2
2822026-03-30T17:56:19.947Z Downloaded equivalent v1.0.2
2832026-03-30T17:56:19.947Z Downloaded dtrace-parser v0.2.0
2842026-03-30T17:56:19.951Z Downloaded foreign-types v0.3.2
2852026-03-30T17:56:19.951Z Downloaded embedded-io v0.6.1
2862026-03-30T17:56:19.953Z Downloaded cobs v0.3.0
2872026-03-30T17:56:19.956Z Downloaded cfg_aliases v0.2.1
2882026-03-30T17:56:19.956Z Downloaded darling_macro v0.21.3
2892026-03-30T17:56:19.959Z Downloaded enum-as-inner v0.6.1
2902026-03-30T17:56:19.959Z Downloaded defmt-parser v1.0.0
2912026-03-30T17:56:19.962Z Downloaded clap_lex v1.1.0
2922026-03-30T17:56:19.962Z Downloaded dyn-clone v1.0.20
2932026-03-30T17:56:19.965Z Downloaded async-recursion v1.1.1
2942026-03-30T17:56:19.967Z Downloaded daft-derive v0.1.5
2952026-03-30T17:56:19.970Z Downloaded fs-err v3.3.0
2962026-03-30T17:56:19.973Z Downloaded crc8 v0.1.1
2972026-03-30T17:56:20.030Z Downloaded group v0.13.0
2982026-03-30T17:56:20.030Z Downloaded http-body-util v0.1.3
2992026-03-30T17:56:20.030Z Downloaded inout v0.1.4
3002026-03-30T17:56:20.030Z Downloaded httpdate v1.0.3
3012026-03-30T17:56:20.030Z Downloaded http-body v1.0.1
3022026-03-30T17:56:20.030Z Downloaded icu_normalizer v2.1.1
3032026-03-30T17:56:20.030Z Downloaded foreign-types-shared v0.3.1
3042026-03-30T17:56:20.030Z Downloaded foreign-types v0.5.0
3052026-03-30T17:56:20.030Z Downloaded foreign-types-shared v0.1.1
3062026-03-30T17:56:20.030Z Downloaded internet-checksum v0.2.1
3072026-03-30T17:56:20.030Z Downloaded idna_adapter v1.2.1
3082026-03-30T17:56:20.030Z Downloaded is-terminal v0.4.17
3092026-03-30T17:56:20.030Z Downloaded instant v0.1.13
3102026-03-30T17:56:20.030Z Downloaded indent_write v2.2.0
3112026-03-30T17:56:20.030Z Downloaded is_ci v1.2.0
3122026-03-30T17:56:20.030Z Downloaded dropshot-api-manager-types v0.5.2
3132026-03-30T17:56:20.030Z Downloaded lru-cache v0.1.2
3142026-03-30T17:56:20.030Z Downloaded is_terminal_polyfill v1.70.2
3152026-03-30T17:56:20.030Z Downloaded memmap v0.7.0
3162026-03-30T17:56:20.031Z Downloaded globset v0.4.18
3172026-03-30T17:56:20.031Z Downloaded ident_case v1.0.1
3182026-03-30T17:56:20.031Z Downloaded keccak v0.1.6
3192026-03-30T17:56:20.031Z Downloaded fxhash v0.2.1
3202026-03-30T17:56:20.031Z Downloaded bytecount v0.6.9
3212026-03-30T17:56:20.031Z Downloaded const_format v0.2.35
3222026-03-30T17:56:20.031Z Downloaded hex v0.4.3
3232026-03-30T17:56:20.031Z Downloaded float-ord v0.3.2
3242026-03-30T17:56:20.031Z Downloaded git-stub-vcs v0.1.0
3252026-03-30T17:56:20.031Z Downloaded fs_extra v1.3.0
3262026-03-30T17:56:20.031Z Downloaded bytes v1.11.1
3272026-03-30T17:56:20.034Z Downloaded either v1.15.0
3282026-03-30T17:56:20.034Z Downloaded humantime v2.3.0
3292026-03-30T17:56:20.034Z Downloaded itoa v1.0.18
3302026-03-30T17:56:20.034Z Downloaded chacha20 v0.10.0
3312026-03-30T17:56:20.043Z Downloaded lru-slab v0.1.2
3322026-03-30T17:56:20.043Z Downloaded managed v0.8.0
3332026-03-30T17:56:20.043Z Downloaded hyper-rustls v0.27.7
3342026-03-30T17:56:20.043Z Downloaded digest v0.10.7
3352026-03-30T17:56:20.046Z Downloaded anstream v1.0.0
3362026-03-30T17:56:20.046Z Downloaded no-std-compat v0.4.1
3372026-03-30T17:56:20.048Z Downloaded num-conv v0.2.0
3382026-03-30T17:56:20.048Z Downloaded num-derive v0.4.2
3392026-03-30T17:56:20.052Z Downloaded memoffset v0.9.1
3402026-03-30T17:56:20.054Z Downloaded foldhash v0.1.5
3412026-03-30T17:56:20.054Z Downloaded mime v0.3.17
3422026-03-30T17:56:20.057Z Downloaded fixedbitset v0.5.7
3432026-03-30T17:56:20.057Z Downloaded newtype_derive v0.1.6
3442026-03-30T17:56:20.060Z Downloaded newtype-uuid-macros v0.1.0
3452026-03-30T17:56:20.060Z Downloaded newline-converter v0.3.0
3462026-03-30T17:56:20.063Z Downloaded num-derive v0.3.3
3472026-03-30T17:56:20.066Z Downloaded match_cfg v0.1.0
3482026-03-30T17:56:20.066Z Downloaded linear-map v1.2.0
3492026-03-30T17:56:20.069Z Downloaded defmt-macros v1.0.1
3502026-03-30T17:56:20.069Z Downloaded omicron-workspace-hack v0.1.0
3512026-03-30T17:56:20.072Z Downloaded olpc-cjson v0.1.4
3522026-03-30T17:56:20.072Z Downloaded openssl-probe v0.2.1
3532026-03-30T17:56:20.074Z Downloaded chacha20 v0.9.1
3542026-03-30T17:56:20.077Z Downloaded ipnet v2.12.0
3552026-03-30T17:56:20.077Z Downloaded parse-display v0.10.0
3562026-03-30T17:56:20.080Z Downloaded lazy_static v1.5.0
3572026-03-30T17:56:20.080Z Downloaded num-iter v0.1.45
3582026-03-30T17:56:20.083Z Downloaded hmac v0.12.1
3592026-03-30T17:56:20.083Z Downloaded ipnetwork v0.21.1
3602026-03-30T17:56:20.086Z Downloaded opaque-debug v0.3.1
3612026-03-30T17:56:20.089Z Downloaded iana-time-zone v0.1.65
3622026-03-30T17:56:20.092Z Downloaded cancel-safe-futures v0.1.5
3632026-03-30T17:56:20.095Z Downloaded cookie v0.18.1
3642026-03-30T17:56:20.098Z Downloaded num_threads v0.1.7
3652026-03-30T17:56:20.098Z Downloaded ingot-macros v0.1.1
3662026-03-30T17:56:20.101Z Downloaded ingot v0.1.1
3672026-03-30T17:56:20.101Z Downloaded ciborium v0.2.2
3682026-03-30T17:56:20.106Z Downloaded derive_more v0.99.20
3692026-03-30T17:56:20.111Z Downloaded diff v0.1.13
3702026-03-30T17:56:20.111Z Downloaded percent-encoding v2.3.2
3712026-03-30T17:56:20.115Z Downloaded jobserver v0.1.34
3722026-03-30T17:56:20.115Z Downloaded cargo_toml v0.22.3
3732026-03-30T17:56:20.115Z Downloaded bitflags v2.11.0
3742026-03-30T17:56:20.118Z Downloaded phf_shared v0.12.1
3752026-03-30T17:56:20.118Z Downloaded potential_utf v0.1.4
3762026-03-30T17:56:20.120Z Downloaded plain v0.2.3
3772026-03-30T17:56:20.120Z Downloaded openssl-macros v0.1.1
3782026-03-30T17:56:20.123Z Downloaded libsw-core v0.3.2
3792026-03-30T17:56:20.126Z Downloaded pretty-hex v0.4.2
3802026-03-30T17:56:20.126Z Downloaded num_enum v0.5.11
3812026-03-30T17:56:20.129Z Downloaded multer v3.1.0
3822026-03-30T17:56:20.131Z Downloaded futures-executor v0.3.32
3832026-03-30T17:56:20.134Z Downloaded pin-utils v0.1.0
3842026-03-30T17:56:20.134Z Downloaded futures-channel v0.3.32
3852026-03-30T17:56:20.137Z Downloaded libsw v3.5.0
3862026-03-30T17:56:20.137Z Downloaded proc-macro-crate v3.5.0
3872026-03-30T17:56:20.140Z Downloaded daft v0.1.5
3882026-03-30T17:56:20.140Z Downloaded owo-colors v4.3.0
3892026-03-30T17:56:20.142Z Downloaded oxide-tokio-rt v0.1.3
3902026-03-30T17:56:20.145Z Downloaded proc-macro-error-attr2 v2.0.0
3912026-03-30T17:56:20.145Z Downloaded proc-macro-error-attr v1.0.4
3922026-03-30T17:56:20.148Z Downloaded camino v1.2.2
3932026-03-30T17:56:20.148Z Downloaded progenitor-macro v0.10.0
3942026-03-30T17:56:20.151Z Downloaded progenitor-client v0.11.2
3952026-03-30T17:56:20.151Z Downloaded num-rational v0.4.2
3962026-03-30T17:56:20.151Z Downloaded proc-macro-crate v1.3.1
3972026-03-30T17:56:20.154Z Downloaded half v2.7.1
3982026-03-30T17:56:20.157Z Downloaded powerfmt v0.2.0
3992026-03-30T17:56:20.157Z Downloaded num-complex v0.4.6
4002026-03-30T17:56:20.160Z Downloaded progenitor-client v0.10.0
4012026-03-30T17:56:20.160Z Downloaded find-msvc-tools v0.1.9
4022026-03-30T17:56:20.164Z Downloaded getrandom v0.4.2
4032026-03-30T17:56:20.167Z Downloaded num_enum v0.7.6
4042026-03-30T17:56:20.167Z Downloaded litemap v0.8.1
4052026-03-30T17:56:20.170Z Downloaded progenitor-macro v0.13.0
4062026-03-30T17:56:20.170Z Downloaded quick-error v1.2.3
4072026-03-30T17:56:20.173Z Downloaded progenitor-macro v0.11.2
4082026-03-30T17:56:20.173Z Downloaded derive-where v1.6.1
4092026-03-30T17:56:20.176Z Downloaded heapless v0.8.0
4102026-03-30T17:56:20.178Z Downloaded elliptic-curve v0.13.8
4112026-03-30T17:56:20.183Z Downloaded darling v0.21.3
4122026-03-30T17:56:20.186Z Downloaded ref-cast-impl v1.0.25
4132026-03-30T17:56:20.186Z Downloaded ref-cast v1.0.25
4142026-03-30T17:56:20.189Z Downloaded phf v0.12.1
4152026-03-30T17:56:20.189Z Downloaded paste v1.0.15
4162026-03-30T17:56:20.192Z Downloaded rand_chacha v0.3.1
4172026-03-30T17:56:20.192Z Downloaded poly1305 v0.8.0
4182026-03-30T17:56:20.195Z Downloaded pkg-config v0.3.32
4192026-03-30T17:56:20.198Z Downloaded rustc_version v0.4.1
4202026-03-30T17:56:20.198Z Downloaded rand_xorshift v0.4.0
4212026-03-30T17:56:20.203Z Downloaded parking_lot_core v0.8.6
4222026-03-30T17:56:20.203Z Downloaded pem v3.0.6
4232026-03-30T17:56:20.203Z Downloaded backon v1.6.0
4242026-03-30T17:56:20.206Z Downloaded lock_api v0.4.14
4252026-03-30T17:56:20.206Z Downloaded password-hash v0.5.0
4262026-03-30T17:56:20.210Z Downloaded httparse v1.10.1
4272026-03-30T17:56:20.210Z Downloaded memmap2 v0.9.10
4282026-03-30T17:56:20.212Z Downloaded num-integer v0.1.46
4292026-03-30T17:56:20.212Z Downloaded crossbeam-epoch v0.9.18
4302026-03-30T17:56:20.216Z Downloaded proc-macro-error2 v2.0.1
4312026-03-30T17:56:20.219Z Downloaded proc-macro-error v1.0.4
4322026-03-30T17:56:20.223Z Downloaded rustc-hash v2.1.1
4332026-03-30T17:56:20.223Z Downloaded pin-project-lite v0.2.17
4342026-03-30T17:56:20.226Z Downloaded same-file v1.0.6
4352026-03-30T17:56:20.226Z Downloaded parse-display-derive v0.10.0
4362026-03-30T17:56:20.230Z Downloaded pin-project-internal v1.1.11
4372026-03-30T17:56:20.230Z Downloaded num_enum_derive v0.7.6
4382026-03-30T17:56:20.232Z Downloaded allocator-api2 v0.2.21
4392026-03-30T17:56:20.233Z Downloaded const_format_proc_macros v0.2.34
4402026-03-30T17:56:20.236Z Downloaded indexmap v1.9.3
4412026-03-30T17:56:20.239Z Downloaded icu_provider v2.1.1
4422026-03-30T17:56:20.239Z Downloaded rustc_version v0.1.7
4432026-03-30T17:56:20.243Z Downloaded progenitor-extras v0.1.1
4442026-03-30T17:56:20.243Z Downloaded scopeguard v1.2.0
4452026-03-30T17:56:20.247Z Downloaded progenitor v0.11.2
4462026-03-30T17:56:20.247Z Downloaded progenitor-client v0.13.0
4472026-03-30T17:56:20.247Z Downloaded parking_lot_core v0.9.12
4482026-03-30T17:56:20.251Z Downloaded progenitor v0.13.0
4492026-03-30T17:56:20.251Z Downloaded scroll_derive v0.13.1
4502026-03-30T17:56:20.252Z Downloaded newtype-uuid v1.3.2
4512026-03-30T17:56:20.252Z Downloaded oxnet v0.1.4
4522026-03-30T17:56:20.261Z Downloaded ppv-lite86 v0.2.21
4532026-03-30T17:56:20.261Z Downloaded once_cell v1.21.4
4542026-03-30T17:56:20.264Z Downloaded rand_core v0.10.0
4552026-03-30T17:56:20.264Z Downloaded progenitor v0.10.0
4562026-03-30T17:56:20.264Z Downloaded pest_derive v2.8.6
4572026-03-30T17:56:20.264Z Downloaded num_enum_derive v0.5.11
4582026-03-30T17:56:20.264Z Downloaded icu_properties v2.1.2
4592026-03-30T17:56:20.264Z Downloaded semver v0.1.20
4602026-03-30T17:56:20.268Z Downloaded scroll_derive v0.12.1
4612026-03-30T17:56:20.268Z Downloaded darling_core v0.21.3
4622026-03-30T17:56:20.271Z Downloaded serde_repr v0.1.20
4632026-03-30T17:56:20.271Z Downloaded secrecy v0.10.3
4642026-03-30T17:56:20.274Z Downloaded serde_urlencoded v0.7.1
4652026-03-30T17:56:20.274Z Downloaded getrandom v0.3.4
4662026-03-30T17:56:20.278Z Downloaded parking_lot v0.11.2
4672026-03-30T17:56:20.278Z Downloaded num-traits v0.2.19
4682026-03-30T17:56:20.280Z Downloaded rand_chacha v0.9.0
4692026-03-30T17:56:20.283Z Downloaded quote v1.0.45
4702026-03-30T17:56:20.283Z Downloaded icu_normalizer_data v2.1.1
4712026-03-30T17:56:20.286Z Downloaded rand_core v0.9.5
4722026-03-30T17:56:20.286Z Downloaded futures v0.3.32
4732026-03-30T17:56:20.289Z Downloaded serial_test v3.4.0
4742026-03-30T17:56:20.293Z Downloaded serde_spanned v1.1.0
4752026-03-30T17:56:20.294Z Downloaded serde_plain v1.0.2
4762026-03-30T17:56:20.294Z Downloaded serde-big-array v0.5.1
4772026-03-30T17:56:20.296Z Downloaded sigpipe v0.1.3
4782026-03-30T17:56:20.296Z Downloaded sha1 v0.10.6
4792026-03-30T17:56:20.296Z Downloaded serial_test_derive v3.4.0
4802026-03-30T17:56:20.303Z Downloaded log v0.4.29
4812026-03-30T17:56:20.306Z Downloaded hickory-resolver v0.24.4
4822026-03-30T17:56:20.306Z Downloaded cc v1.2.57
4832026-03-30T17:56:20.306Z Downloaded rusty-fork v0.3.1
4842026-03-30T17:56:20.306Z Downloaded pest_generator v2.8.6
4852026-03-30T17:56:20.311Z Downloaded dropshot v0.16.7
4862026-03-30T17:56:20.322Z Downloaded slog-bunyan v2.5.0
4872026-03-30T17:56:20.325Z Downloaded resolv-conf v0.7.6
4882026-03-30T17:56:20.325Z Downloaded rustls-native-certs v0.8.3
4892026-03-30T17:56:20.325Z Downloaded postcard v1.1.3
4902026-03-30T17:56:20.327Z Downloaded indicatif v0.18.4
4912026-03-30T17:56:20.330Z Downloaded slog-envlogger v2.2.0
4922026-03-30T17:56:20.332Z Downloaded rustversion v1.0.22
4932026-03-30T17:56:20.334Z Downloaded scroll v0.12.0
4942026-03-30T17:56:20.334Z Downloaded schemars_derive v0.8.22
4952026-03-30T17:56:20.337Z Downloaded crossbeam-channel v0.5.15
4962026-03-30T17:56:20.340Z Downloaded quinn-udp v0.5.14
4972026-03-30T17:56:20.340Z Downloaded rand_core v0.6.4
4982026-03-30T17:56:20.343Z Downloaded papergrid v0.11.0
4992026-03-30T17:56:20.345Z Downloaded hickory-resolver v0.25.2
5002026-03-30T17:56:20.348Z Downloaded serde_derive_internals v0.29.1
5012026-03-30T17:56:20.352Z Downloaded serde_path_to_error v0.1.20
5022026-03-30T17:56:20.352Z Downloaded scroll v0.13.0
5032026-03-30T17:56:20.352Z Downloaded console v0.15.11
5042026-03-30T17:56:20.355Z Downloaded strsim v0.11.1
5052026-03-30T17:56:20.355Z Downloaded supports-color v3.0.2
5062026-03-30T17:56:20.358Z Downloaded stable_deref_trait v1.2.1
5072026-03-30T17:56:20.358Z Downloaded spin v0.5.2
5082026-03-30T17:56:20.358Z Downloaded sdd v3.0.10
5092026-03-30T17:56:20.361Z Downloaded arc-swap v1.9.0
5102026-03-30T17:56:20.363Z Downloaded dropshot-api-manager v0.5.2
5112026-03-30T17:56:20.365Z Downloaded natord v1.0.9
5122026-03-30T17:56:20.365Z Downloaded darling v0.23.0
5132026-03-30T17:56:20.368Z Downloaded ingot-types v0.1.2
5142026-03-30T17:56:20.371Z Downloaded serde_spanned v0.6.9
5152026-03-30T17:56:20.371Z Downloaded structmeta-derive v0.3.0
5162026-03-30T17:56:20.373Z Downloaded structmeta v0.3.0
5172026-03-30T17:56:20.373Z Downloaded swrite v0.1.0
5182026-03-30T17:56:20.373Z Downloaded strum v0.27.2
5192026-03-30T17:56:20.376Z Downloaded siphasher v1.0.2
5202026-03-30T17:56:20.376Z Downloaded signal-hook-registry v1.4.8
5212026-03-30T17:56:20.376Z Downloaded shlex v1.3.0
5222026-03-30T17:56:20.379Z Downloaded parking_lot v0.12.5
5232026-03-30T17:56:20.379Z Downloaded serde_tokenstream v0.2.3
5242026-03-30T17:56:20.382Z Downloaded rustls-pemfile v2.2.0
5252026-03-30T17:56:20.382Z Downloaded take_mut v0.2.2
5262026-03-30T17:56:20.385Z Downloaded tabled_derive v0.11.0
5272026-03-30T17:56:20.385Z Downloaded strum v0.26.3
5282026-03-30T17:56:20.385Z Downloaded semver v1.0.27
5292026-03-30T17:56:20.388Z Downloaded rhai_codegen v3.1.0
5302026-03-30T17:56:20.391Z Downloaded http v1.4.0
5312026-03-30T17:56:20.393Z Downloaded sync_wrapper v1.0.2
5322026-03-30T17:56:20.396Z Downloaded tagptr v0.2.0
5332026-03-30T17:56:20.396Z Downloaded slab v0.4.12
5342026-03-30T17:56:20.398Z Downloaded progenitor-impl v0.11.2
5352026-03-30T17:56:20.398Z Downloaded testing_table v0.3.0
5362026-03-30T17:56:20.401Z Downloaded terminal_size v0.4.4
5372026-03-30T17:56:20.401Z Downloaded tabled_derive v0.7.0
5382026-03-30T17:56:20.401Z Downloaded slog-scope v4.4.1
5392026-03-30T17:56:20.404Z Downloaded expectorate v1.2.0
5402026-03-30T17:56:20.404Z Downloaded slog-term v2.9.2
5412026-03-30T17:56:20.407Z Downloaded smartstring v1.0.1
5422026-03-30T17:56:20.407Z Downloaded slog-async v2.8.0
5432026-03-30T17:56:20.407Z Downloaded termtree v0.5.1
5442026-03-30T17:56:20.410Z Downloaded icu_locale_core v2.1.1
5452026-03-30T17:56:20.413Z Downloaded thread-id v4.2.2
5462026-03-30T17:56:20.416Z Downloaded thread-id v5.1.0
5472026-03-30T17:56:20.416Z Downloaded pin-project v1.1.11
5482026-03-30T17:56:20.422Z Downloaded rustls-pki-types v1.14.0
5492026-03-30T17:56:20.425Z Downloaded base64 v0.21.7
5502026-03-30T17:56:20.428Z Downloaded subtle v2.6.1
5512026-03-30T17:56:20.428Z Downloaded tinyvec_macros v0.1.1
5522026-03-30T17:56:20.428Z Downloaded static_assertions v1.1.0
5532026-03-30T17:56:20.428Z Downloaded progenitor-impl v0.13.0
5542026-03-30T17:56:20.431Z Downloaded smf v0.2.3
5552026-03-30T17:56:20.431Z Downloaded smawk v0.3.2
5562026-03-30T17:56:20.434Z Downloaded pretty_assertions v1.4.1
5572026-03-30T17:56:20.434Z Downloaded jiff-static v0.2.23
5582026-03-30T17:56:20.437Z Downloaded time-core v0.1.8
5592026-03-30T17:56:20.437Z Downloaded strum_macros v0.27.2
5602026-03-30T17:56:20.440Z Downloaded proc-macro2 v1.0.106
5612026-03-30T17:56:20.440Z Downloaded chacha20poly1305 v0.10.1
5622026-03-30T17:56:20.443Z Downloaded rustls-platform-verifier v0.6.2
5632026-03-30T17:56:20.445Z Downloaded toml_datetime v0.6.11
5642026-03-30T17:56:20.448Z Downloaded synstructure v0.13.2
5652026-03-30T17:56:20.448Z Downloaded sha2 v0.10.9
5662026-03-30T17:56:20.451Z Downloaded indexmap v2.13.0
5672026-03-30T17:56:20.454Z Downloaded thiserror-impl-no-std v2.0.2
5682026-03-30T17:56:20.454Z Downloaded strum_macros v0.26.4
5692026-03-30T17:56:20.454Z Downloaded slog-dtrace v0.3.0
5702026-03-30T17:56:20.457Z Downloaded icu_collections v2.1.1
5712026-03-30T17:56:20.459Z Downloaded tabwriter v1.4.1
5722026-03-30T17:56:20.459Z Downloaded toml_write v0.1.2
5732026-03-30T17:56:20.463Z Downloaded ryu v1.0.23
5742026-03-30T17:56:20.463Z Downloaded hashbrown v0.12.3
5752026-03-30T17:56:20.466Z Downloaded serde_with_macros v3.18.0
5762026-03-30T17:56:20.466Z Downloaded slog-json v2.6.1
5772026-03-30T17:56:20.468Z Downloaded minimal-lexical v0.2.1
5782026-03-30T17:56:20.471Z Downloaded crypto-bigint v0.5.5
5792026-03-30T17:56:20.474Z Downloaded typify-macro v0.4.3
5802026-03-30T17:56:20.477Z Downloaded tower-service v0.3.3
5812026-03-30T17:56:20.477Z Downloaded tower-layer v0.3.3
5822026-03-30T17:56:20.477Z Downloaded pest_meta v2.8.6
5832026-03-30T17:56:20.480Z Downloaded thiserror-impl v1.0.69
5842026-03-30T17:56:20.480Z Downloaded memchr v2.8.0
5852026-03-30T17:56:20.482Z Downloaded snafu-derive v0.8.9
5862026-03-30T17:56:20.482Z Downloaded serde_derive v1.0.228
5872026-03-30T17:56:20.485Z Downloaded serde_core v1.0.228
5882026-03-30T17:56:20.486Z Downloaded tinystr v0.8.2
5892026-03-30T17:56:20.488Z Downloaded time-macros v0.2.27
5902026-03-30T17:56:20.488Z Downloaded papergrid v0.17.0
5912026-03-30T17:56:20.491Z Downloaded typify-macro v0.6.1
5922026-03-30T17:56:20.491Z Downloaded thiserror v2.0.18
5932026-03-30T17:56:20.494Z Downloaded untrusted v0.7.1
5942026-03-30T17:56:20.497Z Downloaded typeid v1.0.3
5952026-03-30T17:56:20.497Z Downloaded unicode-linebreak v0.1.5
5962026-03-30T17:56:20.497Z Downloaded thiserror-impl v2.0.18
5972026-03-30T17:56:20.500Z Downloaded slog-stdlog v4.1.1
5982026-03-30T17:56:20.500Z Downloaded openssl-sys v0.9.112
5992026-03-30T17:56:20.503Z Downloaded prettyplease v0.2.37
6002026-03-30T17:56:20.507Z Downloaded thread_local v1.1.9
6012026-03-30T17:56:20.507Z Downloaded progenitor-impl v0.10.0
6022026-03-30T17:56:20.510Z Downloaded data-encoding v2.10.0
6032026-03-30T17:56:20.510Z Downloaded csv-core v0.1.13
6042026-03-30T17:56:20.510Z Downloaded toml_datetime v1.1.0+spec-1.1.0
6052026-03-30T17:56:20.510Z Downloaded schemars v0.8.22
6062026-03-30T17:56:20.518Z Downloaded usdt-macro v0.6.0
6072026-03-30T17:56:20.521Z Downloaded tiny-keccak v2.0.2
6082026-03-30T17:56:20.521Z Downloaded spin v0.9.8
6092026-03-30T17:56:20.521Z Downloaded unarray v0.1.4
6102026-03-30T17:56:20.521Z Downloaded universal-hash v0.5.1
6112026-03-30T17:56:20.521Z Downloaded untrusted v0.9.0
6122026-03-30T17:56:20.524Z Downloaded smallvec v1.15.1
6132026-03-30T17:56:20.524Z Downloaded toml_writer v1.1.0+spec-1.1.0
6142026-03-30T17:56:20.524Z Downloaded similar v2.7.0
6152026-03-30T17:56:20.526Z Downloaded utf8_iter v1.0.4
6162026-03-30T17:56:20.529Z Downloaded usdt v0.5.0
6172026-03-30T17:56:20.529Z Downloaded hyper-util v0.1.20
6182026-03-30T17:56:20.532Z Downloaded usdt-macro v0.5.0
6192026-03-30T17:56:20.532Z Downloaded rayon-core v1.13.0
6202026-03-30T17:56:20.534Z Downloaded schemars v0.9.0
6212026-03-30T17:56:20.540Z Downloaded want v0.3.1
6222026-03-30T17:56:20.546Z Downloaded utf-8 v0.7.6
6232026-03-30T17:56:20.546Z Downloaded usdt-attr-macro v0.6.0
6242026-03-30T17:56:20.546Z Downloaded utf8parse v0.2.2
6252026-03-30T17:56:20.550Z Downloaded usdt-attr-macro v0.5.0
6262026-03-30T17:56:20.550Z Downloaded unit-prefix v0.5.2
6272026-03-30T17:56:20.550Z Downloaded try-lock v0.2.5
6282026-03-30T17:56:20.550Z Downloaded version_check v0.9.5
6292026-03-30T17:56:20.550Z Downloaded tokio-dtrace v0.1.1
6302026-03-30T17:56:20.550Z Downloaded thin-vec v0.2.14
6312026-03-30T17:56:20.550Z Downloaded rand v0.8.5
6322026-03-30T17:56:20.550Z Downloaded wait-timeout v0.2.1
6332026-03-30T17:56:20.553Z Downloaded tokio-rustls v0.25.0
6342026-03-30T17:56:20.553Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6352026-03-30T17:56:20.553Z Downloaded tokio-macros v2.6.1
6362026-03-30T17:56:20.553Z Downloaded serde_yaml v0.9.34+deprecated
6372026-03-30T17:56:20.556Z Downloaded tokio-stream v0.1.18
6382026-03-30T17:56:20.560Z Downloaded tokio-rustls v0.26.4
6392026-03-30T17:56:20.560Z Downloaded socket2 v0.6.3
6402026-03-30T17:56:20.560Z Downloaded mio v1.1.1
6412026-03-30T17:56:20.563Z Downloaded zeroize_derive v1.4.3
6422026-03-30T17:56:20.566Z Downloaded tokio-tungstenite v0.21.0
6432026-03-30T17:56:20.567Z Downloaded term v1.2.1
6442026-03-30T17:56:20.571Z Downloaded tempfile v3.27.0
6452026-03-30T17:56:20.571Z Downloaded zerofrom-derive v0.1.6
6462026-03-30T17:56:20.571Z Downloaded waitgroup v0.1.2
6472026-03-30T17:56:20.571Z Downloaded yoke-derive v0.8.1
6482026-03-30T17:56:20.574Z Downloaded futures-util v0.3.32
6492026-03-30T17:56:20.577Z Downloaded thiserror v1.0.69
6502026-03-30T17:56:20.580Z Downloaded thiserror-no-std v2.0.2
6512026-03-30T17:56:20.584Z Downloaded erased-serde v0.3.31
6522026-03-30T17:56:20.584Z Downloaded linked-hash-map v0.5.6
6532026-03-30T17:56:20.587Z Downloaded macaddr v1.0.1
6542026-03-30T17:56:20.587Z Downloaded zerofrom v0.1.6
6552026-03-30T17:56:20.587Z Downloaded libscf-sys v1.1.0
6562026-03-30T17:56:20.587Z Downloaded num v0.4.3
6572026-03-30T17:56:20.587Z Downloaded anstyle v1.0.14
6582026-03-30T17:56:20.587Z Downloaded base64 v0.22.1
6592026-03-30T17:56:20.591Z Downloaded blake2 v0.10.6
6602026-03-30T17:56:20.591Z Downloaded hashbrown v0.16.1
6612026-03-30T17:56:20.594Z Downloaded hashbrown v0.15.5
6622026-03-30T17:56:20.596Z Downloaded usdt-impl v0.5.0
6632026-03-30T17:56:20.599Z Downloaded highway v1.3.0
6642026-03-30T17:56:20.599Z Downloaded zone_cfg_derive v0.3.1
6652026-03-30T17:56:20.599Z Downloaded zone v0.3.1
6662026-03-30T17:56:20.599Z Downloaded errno v0.3.14
6672026-03-30T17:56:20.603Z Downloaded displaydoc v0.2.5
6682026-03-30T17:56:20.603Z Downloaded walkdir v2.5.0
6692026-03-30T17:56:20.607Z Downloaded iddqd v0.3.17
6702026-03-30T17:56:20.607Z Downloaded textwrap v0.16.2
6712026-03-30T17:56:20.610Z Downloaded schemars v1.2.1
6722026-03-30T17:56:20.615Z Downloaded xz2 v0.1.7
6732026-03-30T17:56:20.618Z Downloaded writeable v0.6.2
6742026-03-30T17:56:20.618Z Downloaded unicode-xid v0.2.6
6752026-03-30T17:56:20.621Z Downloaded quinn v0.11.9
6762026-03-30T17:56:20.621Z Downloaded byte-wrapper v0.1.0
6772026-03-30T17:56:20.624Z Downloaded anstyle-parse v1.0.0
6782026-03-30T17:56:20.624Z Downloaded derive-ex v0.1.8
6792026-03-30T17:56:20.624Z Downloaded camino-tempfile v1.4.1
6802026-03-30T17:56:20.627Z Downloaded byteorder v1.5.0
6812026-03-30T17:56:20.627Z Downloaded backoff v0.4.0
6822026-03-30T17:56:20.627Z Downloaded nom v7.1.3
6832026-03-30T17:56:20.629Z Downloaded async-trait v0.1.89
6842026-03-30T17:56:20.632Z Downloaded usdt v0.6.0
6852026-03-30T17:56:20.632Z Downloaded itertools v0.12.1
6862026-03-30T17:56:20.636Z Downloaded usdt-impl v0.6.0
6872026-03-30T17:56:20.639Z Downloaded toml v0.8.23
6882026-03-30T17:56:20.639Z Downloaded foldhash v0.2.0
6892026-03-30T17:56:20.642Z Downloaded crossbeam-utils v0.8.21
6902026-03-30T17:56:20.642Z Downloaded cmake v0.1.57
6912026-03-30T17:56:20.642Z Downloaded futures-sink v0.3.32
6922026-03-30T17:56:20.642Z Downloaded generic-array v0.14.7
6932026-03-30T17:56:20.645Z Downloaded argon2 v0.5.3
6942026-03-30T17:56:20.645Z Downloaded cstr-argument v0.1.2
6952026-03-30T17:56:20.645Z Downloaded convert_case v0.4.0
6962026-03-30T17:56:20.645Z Downloaded fnv v1.0.7
6972026-03-30T17:56:20.648Z Downloaded colorchoice v1.0.5
6982026-03-30T17:56:20.648Z Downloaded ciborium-ll v0.2.2
6992026-03-30T17:56:20.648Z Downloaded zeroize v1.8.2
7002026-03-30T17:56:20.648Z Downloaded async-stream v0.3.6
7012026-03-30T17:56:20.651Z Downloaded vsss-rs v3.3.4
7022026-03-30T17:56:20.651Z Downloaded crypto-common v0.1.7
7032026-03-30T17:56:20.651Z Downloaded slog v2.8.2
7042026-03-30T17:56:20.654Z Downloaded cpufeatures v0.2.17
7052026-03-30T17:56:20.654Z Downloaded fastrand v2.3.0
7062026-03-30T17:56:20.656Z Downloaded crucible-workspace-hack v0.1.0
7072026-03-30T17:56:20.656Z Downloaded const-random v0.1.18
7082026-03-30T17:56:20.656Z Downloaded crossbeam-deque v0.8.6
7092026-03-30T17:56:20.656Z Downloaded test-strategy v0.4.5
7102026-03-30T17:56:20.659Z Downloaded toml_parser v1.1.0+spec-1.1.0
7112026-03-30T17:56:20.662Z Downloaded whoami v1.6.1
7122026-03-30T17:56:20.662Z Downloaded colored v3.1.1
7132026-03-30T17:56:20.665Z Downloaded yoke v0.8.1
7142026-03-30T17:56:20.665Z Downloaded hyper v1.8.1
7152026-03-30T17:56:20.668Z Downloaded tracing-attributes v0.1.31
7162026-03-30T17:56:20.670Z Downloaded clap_derive v4.6.0
7172026-03-30T17:56:20.670Z Downloaded rustls-webpki v0.103.10
7182026-03-30T17:56:20.673Z Downloaded serde v1.0.228
7192026-03-30T17:56:20.673Z Downloaded nom v8.0.0
7202026-03-30T17:56:20.676Z Downloaded ciborium-io v0.2.2
7212026-03-30T17:56:20.679Z Downloaded atomicwrites v0.4.4
7222026-03-30T17:56:20.679Z Downloaded autocfg v1.5.0
7232026-03-30T17:56:20.679Z Downloaded ahash v0.8.12
7242026-03-30T17:56:20.682Z Downloaded aead v0.5.2
7252026-03-30T17:56:20.682Z Downloaded tinyvec v1.11.0
7262026-03-30T17:56:20.683Z Downloaded zerocopy-derive v0.7.35
7272026-03-30T17:56:20.685Z Downloaded libm v0.2.16
7282026-03-30T17:56:20.689Z Downloaded iri-string v0.7.11
7292026-03-30T17:56:20.693Z Downloaded toml_edit v0.25.8+spec-1.1.0
7302026-03-30T17:56:20.697Z Downloaded rand v0.9.2
7312026-03-30T17:56:20.700Z Downloaded idna v1.1.0
7322026-03-30T17:56:20.700Z Downloaded unsafe-libyaml v0.2.11
7332026-03-30T17:56:20.703Z Downloaded toml v0.9.12+spec-1.1.0
7342026-03-30T17:56:20.706Z Downloaded qorb v0.4.1
7352026-03-30T17:56:20.708Z Downloaded unicode-ident v1.0.24
7362026-03-30T17:56:20.708Z Downloaded zmij v1.0.21
7372026-03-30T17:56:20.708Z Downloaded tungstenite v0.21.0
7382026-03-30T17:56:20.712Z Downloaded itertools v0.14.0
7392026-03-30T17:56:20.716Z Downloaded futures-core v0.3.32
7402026-03-30T17:56:20.716Z Downloaded form_urlencoded v1.2.2
7412026-03-30T17:56:20.717Z Downloaded ff v0.13.1
7422026-03-30T17:56:20.721Z Downloaded dof v0.4.0
7432026-03-30T17:56:20.722Z Downloaded ucd-trie v0.1.7
7442026-03-30T17:56:20.722Z Downloaded aho-corasick v1.1.4
7452026-03-30T17:56:20.725Z Downloaded bit-set v0.8.0
7462026-03-30T17:56:20.725Z Downloaded tracing-core v0.1.36
7472026-03-30T17:56:20.731Z Downloaded snafu v0.8.9
7482026-03-30T17:56:20.734Z Downloaded toml_edit v0.22.27
7492026-03-30T17:56:20.737Z Downloaded toml_edit v0.19.15
7502026-03-30T17:56:20.745Z Downloaded zerovec-derive v0.11.2
7512026-03-30T17:56:20.748Z Downloaded typify v0.6.1
7522026-03-30T17:56:20.748Z Downloaded yansi v1.0.1
7532026-03-30T17:56:20.751Z Downloaded typify v0.4.3
7542026-03-30T17:56:20.754Z Downloaded uuid v1.23.0
7552026-03-30T17:56:20.754Z Downloaded steno v0.4.1
7562026-03-30T17:56:20.756Z Downloaded hkdf v0.12.4
7572026-03-30T17:56:20.758Z Downloaded rand v0.10.0
7582026-03-30T17:56:20.762Z Downloaded h2 v0.4.13
7592026-03-30T17:56:20.770Z Downloaded icu_properties_data v2.1.2
7602026-03-30T17:56:20.775Z Downloaded url v2.5.8
7612026-03-30T17:56:20.783Z Downloaded reqwest v0.12.28
7622026-03-30T17:56:20.815Z Downloaded pest v2.8.6
7632026-03-30T17:56:20.818Z Downloaded regex v1.12.3
7642026-03-30T17:56:20.823Z Downloaded typenum v1.19.0
7652026-03-30T17:56:20.826Z Downloaded ron v0.12.0
7662026-03-30T17:56:20.829Z Downloaded unicode-segmentation v1.13.1
7672026-03-30T17:56:20.835Z Downloaded zerotrie v0.2.3
7682026-03-30T17:56:20.841Z Downloaded clap_builder v4.6.0
7692026-03-30T17:56:20.844Z Downloaded serde_json v1.0.149
7702026-03-30T17:56:20.867Z Downloaded tower-http v0.6.8
7712026-03-30T17:56:20.871Z Downloaded scc v2.4.0
7722026-03-30T17:56:20.887Z Downloaded goblin v0.10.5
7732026-03-30T17:56:20.891Z Downloaded zerovec v0.11.5
7742026-03-30T17:56:20.904Z Downloaded zerocopy-derive v0.8.47
7752026-03-30T17:56:20.912Z Downloaded reqwest v0.13.2
7762026-03-30T17:56:20.921Z Downloaded rayon v1.11.0
7772026-03-30T17:56:20.938Z Downloaded tower v0.5.3
7782026-03-30T17:56:20.953Z Downloaded unicode-normalization v0.1.25
7792026-03-30T17:56:20.956Z Downloaded typed-path v0.9.3
7802026-03-30T17:56:20.963Z Downloaded zerocopy v0.7.35
7812026-03-30T17:56:20.971Z Downloaded tabled v0.15.0
7822026-03-30T17:56:20.979Z Downloaded winnow v0.7.15
7832026-03-30T17:56:20.984Z Downloaded openssl v0.10.76
7842026-03-30T17:56:20.989Z Downloaded tough v0.20.0
7852026-03-30T17:56:20.994Z Downloaded tokio-util v0.7.18
7862026-03-30T17:56:20.997Z Downloaded portable-atomic v1.13.1
7872026-03-30T17:56:21.002Z Downloaded chrono v0.4.44
7882026-03-30T17:56:21.005Z Downloaded serde_with v3.18.0
7892026-03-30T17:56:21.052Z Downloaded syn v1.0.109
7902026-03-30T17:56:21.057Z Downloaded proptest v1.11.0
7912026-03-30T17:56:21.058Z Downloaded moka v0.12.15
7922026-03-30T17:56:21.058Z Downloaded aws-lc-rs v1.16.2
7932026-03-30T17:56:21.058Z Downloaded winnow v0.5.40
7942026-03-30T17:56:21.058Z Downloaded rustls-webpki v0.102.8
7952026-03-30T17:56:21.071Z Downloaded quinn-proto v0.11.14
7962026-03-30T17:56:21.076Z Downloaded hickory-proto v0.24.4
7972026-03-30T17:56:21.084Z Downloaded winnow v1.0.0
7982026-03-30T17:56:21.089Z Downloaded unicode-width v0.2.2
7992026-03-30T17:56:21.092Z Downloaded unicode-width v0.1.14
8002026-03-30T17:56:21.096Z Downloaded syn v2.0.117
8012026-03-30T17:56:21.101Z Downloaded vcpkg v0.2.15
8022026-03-30T17:56:21.122Z Downloaded tabled v0.20.0
8032026-03-30T17:56:21.131Z Downloaded zerocopy v0.8.47
8042026-03-30T17:56:21.142Z Downloaded hickory-proto v0.25.2
8052026-03-30T17:56:21.148Z Downloaded rustls v0.23.37
8062026-03-30T17:56:21.154Z Downloaded bstr v1.12.1
8072026-03-30T17:56:21.159Z Downloaded time v0.3.47
8082026-03-30T17:56:21.165Z Downloaded nix v0.31.2
8092026-03-30T17:56:21.171Z Downloaded webpki-roots v1.0.6
8102026-03-30T17:56:21.174Z Downloaded rustls v0.22.4
8112026-03-30T17:56:21.179Z Downloaded curve25519-dalek v4.1.3
8122026-03-30T17:56:21.184Z Downloaded smoltcp v0.11.0
8132026-03-30T17:56:21.190Z Downloaded rhai v1.24.0
8142026-03-30T17:56:21.196Z Downloaded rustix v1.1.4
8152026-03-30T17:56:21.211Z Downloaded regress v0.10.5
8162026-03-30T17:56:21.213Z Downloaded rustix v0.38.44
8172026-03-30T17:56:21.224Z Downloaded regex-syntax v0.8.10
8182026-03-30T17:56:21.228Z Downloaded sled v0.34.7
8192026-03-30T17:56:21.234Z Downloaded typify-impl v0.6.1
8202026-03-30T17:56:21.240Z Downloaded tracing v0.1.44
8212026-03-30T17:56:21.250Z Downloaded typify-impl v0.4.3
8222026-03-30T17:56:21.257Z Downloaded openapiv3 v2.2.0
8232026-03-30T17:56:21.310Z Downloaded petgraph v0.6.5
8242026-03-30T17:56:21.325Z Downloaded regex-automata v0.4.14
8252026-03-30T17:56:21.341Z Downloaded libc v0.2.183
8262026-03-30T17:56:21.360Z Downloaded petgraph v0.8.3
8272026-03-30T17:56:21.373Z Downloaded lzma-sys v0.1.20
8282026-03-30T17:56:21.389Z Downloaded jiff v0.2.23
8292026-03-30T17:56:21.399Z Downloaded chrono-tz v0.10.4
8302026-03-30T17:56:21.409Z Downloaded sha3 v0.10.8
8312026-03-30T17:56:21.417Z Downloaded tokio v1.50.0
8322026-03-30T17:56:21.449Z Downloaded csv v1.4.0
8332026-03-30T17:56:21.503Z Downloaded encoding_rs v0.8.35
8342026-03-30T17:56:21.515Z Downloaded ring v0.17.14
8352026-03-30T17:56:22.103Z Downloaded aws-lc-sys v0.39.0
8362026-03-30T17:56:22.655Z Compiling proc-macro2 v1.0.106
8372026-03-30T17:56:22.658Z Compiling quote v1.0.45
8382026-03-30T17:56:22.658Z Compiling unicode-ident v1.0.24
8392026-03-30T17:56:22.658Z Compiling serde_core v1.0.228
8402026-03-30T17:56:22.658Z Compiling libc v0.2.183
8412026-03-30T17:56:22.658Z Compiling serde v1.0.228
8422026-03-30T17:56:22.658Z Compiling zmij v1.0.21
8432026-03-30T17:56:22.658Z Compiling autocfg v1.5.0
8442026-03-30T17:56:23.321Z Compiling libm v0.2.16
8452026-03-30T17:56:23.337Z Compiling icu_normalizer_data v2.1.1
8462026-03-30T17:56:23.340Z Compiling icu_properties_data v2.1.2
8472026-03-30T17:56:23.353Z Compiling serde_json v1.0.149
8482026-03-30T17:56:23.421Z Compiling num-traits v0.2.19
8492026-03-30T17:56:23.616Z Compiling version_check v0.9.5
8502026-03-30T17:56:23.700Z Compiling memchr v2.8.0
8512026-03-30T17:56:23.844Z Compiling thiserror v2.0.18
8522026-03-30T17:56:23.906Z Compiling getrandom v0.4.2
8532026-03-30T17:56:24.187Z Compiling syn v2.0.117
8542026-03-30T17:56:24.227Z Compiling parking_lot_core v0.9.12
8552026-03-30T17:56:24.259Z Checking cfg-if v1.0.4
8562026-03-30T17:56:24.276Z Compiling schemars v0.8.22
8572026-03-30T17:56:24.331Z Compiling heck v0.5.0
8582026-03-30T17:56:24.412Z Compiling zerocopy v0.8.47
8592026-03-30T17:56:24.560Z Compiling portable-atomic v1.13.1
8602026-03-30T17:56:24.577Z Compiling jobserver v0.1.34
8612026-03-30T17:56:24.613Z Compiling shlex v1.3.0
8622026-03-30T17:56:24.813Z Compiling find-msvc-tools v0.1.9
8632026-03-30T17:56:24.847Z Compiling itoa v1.0.18
8642026-03-30T17:56:24.894Z Compiling rustversion v1.0.22
8652026-03-30T17:56:25.024Z Compiling cc v1.2.57
8662026-03-30T17:56:25.277Z Compiling typenum v1.19.0
8672026-03-30T17:56:25.523Z Compiling semver v1.0.27
8682026-03-30T17:56:25.645Z Compiling log v0.4.29
8692026-03-30T17:56:25.664Z Compiling httparse v1.10.1
8702026-03-30T17:56:25.826Z Compiling getrandom v0.3.4
8712026-03-30T17:56:25.829Z Compiling thiserror v1.0.69
8722026-03-30T17:56:25.860Z Compiling equivalent v1.0.2
8732026-03-30T17:56:25.947Z Compiling foldhash v0.2.0
8742026-03-30T17:56:25.966Z Compiling allocator-api2 v0.2.21
8752026-03-30T17:56:26.088Z Compiling generic-array v0.14.7
8762026-03-30T17:56:26.262Z Compiling cmake v0.1.57
8772026-03-30T17:56:26.321Z Compiling hashbrown v0.16.1
8782026-03-30T17:56:26.357Z Compiling dunce v1.0.5
8792026-03-30T17:56:26.376Z Compiling ring v0.17.14
8802026-03-30T17:56:26.380Z Compiling fs_extra v1.3.0
8812026-03-30T17:56:26.412Z Compiling rustix v1.1.4
8822026-03-30T17:56:26.454Z Compiling slog v2.8.2
8832026-03-30T17:56:26.580Z Compiling regex-syntax v0.8.10
8842026-03-30T17:56:26.600Z Compiling aho-corasick v1.1.4
8852026-03-30T17:56:26.658Z Compiling aws-lc-sys v0.39.0
8862026-03-30T17:56:26.719Z Checking stable_deref_trait v1.2.1
8872026-03-30T17:56:26.959Z Compiling synstructure v0.13.2
8882026-03-30T17:56:26.997Z Compiling serde_derive_internals v0.29.1
8892026-03-30T17:56:27.146Z Compiling anyhow v1.0.102
8902026-03-30T17:56:27.703Z Compiling indexmap v2.13.0
8912026-03-30T17:56:27.768Z Compiling ucd-trie v0.1.7
8922026-03-30T17:56:28.005Z Compiling pest v2.8.6
8932026-03-30T17:56:28.059Z Compiling regex-automata v0.4.14
8942026-03-30T17:56:28.113Z Checking writeable v0.6.2
8952026-03-30T17:56:28.214Z Compiling serde_derive v1.0.228
8962026-03-30T17:56:28.280Z Compiling zerofrom-derive v0.1.6
8972026-03-30T17:56:28.350Z Compiling yoke-derive v0.8.1
8982026-03-30T17:56:28.686Z Compiling zerovec-derive v0.11.2
8992026-03-30T17:56:29.202Z Compiling displaydoc v0.2.5
9002026-03-30T17:56:29.360Z Compiling schemars_derive v0.8.22
9012026-03-30T17:56:29.443Z Compiling thiserror-impl v2.0.18
9022026-03-30T17:56:29.748Z Compiling zeroize_derive v1.4.3
9032026-03-30T17:56:29.917Z Compiling tokio-macros v2.6.1
9042026-03-30T17:56:30.419Z Compiling zerocopy-derive v0.8.47
9052026-03-30T17:56:30.545Z Compiling futures-macro v0.3.32
9062026-03-30T17:56:30.591Z Compiling tracing-attributes v0.1.31
9072026-03-30T17:56:30.645Z Compiling thiserror-impl v1.0.69
9082026-03-30T17:56:30.768Z Compiling regex v1.12.3
9092026-03-30T17:56:31.281Z Compiling serde_tokenstream v0.2.3
9102026-03-30T17:56:31.350Z Checking zerofrom v0.1.6
9112026-03-30T17:56:31.416Z Checking smallvec v1.15.1
9122026-03-30T17:56:31.464Z Checking bytes v1.11.1
9132026-03-30T17:56:31.580Z Checking yoke v0.8.1
9142026-03-30T17:56:31.745Z Checking zerovec v0.11.5
9152026-03-30T17:56:31.764Z Checking litemap v0.8.1
9162026-03-30T17:56:31.766Z Checking zerotrie v0.2.3
9172026-03-30T17:56:31.766Z Compiling pest_meta v2.8.6
9182026-03-30T17:56:31.981Z Compiling aws-lc-rs v1.16.2
9192026-03-30T17:56:32.009Z Checking percent-encoding v2.3.2
9202026-03-30T17:56:32.193Z Checking tinystr v0.8.2
9212026-03-30T17:56:32.212Z Checking potential_utf v0.1.4
9222026-03-30T17:56:32.251Z Compiling crossbeam-utils v0.8.21
9232026-03-30T17:56:32.293Z Checking form_urlencoded v1.2.2
9242026-03-30T17:56:32.327Z Checking utf8_iter v1.0.4
9252026-03-30T17:56:32.345Z Checking icu_collections v2.1.1
9262026-03-30T17:56:32.365Z Checking icu_locale_core v2.1.1
9272026-03-30T17:56:32.422Z Compiling pest_generator v2.8.6
9282026-03-30T17:56:32.477Z Compiling time-core v0.1.8
9292026-03-30T17:56:32.569Z Compiling num-conv v0.2.0
9302026-03-30T17:56:32.606Z Compiling strsim v0.11.1
9312026-03-30T17:56:32.639Z Compiling syn v1.0.109
9322026-03-30T17:56:32.699Z Compiling time-macros v0.2.27
9332026-03-30T17:56:32.896Z Compiling rustls v0.23.37
9342026-03-30T17:56:32.919Z Checking icu_provider v2.1.1
9352026-03-30T17:56:33.024Z Compiling ident_case v1.0.1
9362026-03-30T17:56:33.069Z Compiling pest_derive v2.8.6
9372026-03-30T17:56:33.105Z Compiling paste v1.0.15
9382026-03-30T17:56:33.145Z Compiling omicron-workspace-hack v0.1.0
9392026-03-30T17:56:33.163Z Checking icu_normalizer v2.1.1
9402026-03-30T17:56:33.198Z Checking icu_properties v2.1.2
9412026-03-30T17:56:33.481Z Compiling async-trait v0.1.89
9422026-03-30T17:56:33.554Z Compiling byteorder v1.5.0
9432026-03-30T17:56:33.884Z Checking rand_core v0.10.0
9442026-03-30T17:56:33.928Z Compiling camino v1.2.2
9452026-03-30T17:56:34.014Z Checking idna_adapter v1.2.1
9462026-03-30T17:56:34.142Z Checking idna v1.1.0
9472026-03-30T17:56:34.298Z Checking iana-time-zone v0.1.65
9482026-03-30T17:56:34.381Z Checking url v2.5.8
9492026-03-30T17:56:34.408Z Checking chrono v0.4.44
9502026-03-30T17:56:34.452Z Compiling scroll_derive v0.13.1
9512026-03-30T17:56:34.635Z Checking errno v0.3.14
9522026-03-30T17:56:34.761Z Checking uuid v1.23.0
9532026-03-30T17:56:34.957Z Compiling daft-derive v0.1.5
9542026-03-30T17:56:35.245Z Compiling slog-async v2.8.0
9552026-03-30T17:56:36.148Z Checking dyn-clone v1.0.20
9562026-03-30T17:56:36.718Z Checking pin-project-lite v0.2.17
9572026-03-30T17:56:36.814Z Compiling usdt-impl v0.6.0
9582026-03-30T17:56:36.856Z Compiling scroll v0.13.0
9592026-03-30T17:56:37.107Z Checking getrandom v0.2.17
9602026-03-30T17:56:37.126Z Compiling plain v0.2.3
9612026-03-30T17:56:37.129Z Checking zeroize v1.8.2
9622026-03-30T17:56:37.163Z Compiling pretty-hex v0.4.2
9632026-03-30T17:56:37.234Z Compiling goblin v0.10.5
9642026-03-30T17:56:37.252Z Compiling dtrace-parser v0.3.0
9652026-03-30T17:56:37.293Z Compiling thread-id v5.1.0
9662026-03-30T17:56:37.297Z Compiling ref-cast v1.0.25
9672026-03-30T17:56:37.381Z Compiling ref-cast-impl v1.0.25
9682026-03-30T17:56:37.787Z Compiling rustls v0.22.4
9692026-03-30T17:56:37.818Z Compiling newtype-uuid-macros v0.1.0
9702026-03-30T17:56:37.851Z Checking bitflags v2.11.0
9712026-03-30T17:56:37.901Z Compiling regress v0.10.5
9722026-03-30T17:56:37.944Z Checking socket2 v0.6.3
9732026-03-30T17:56:38.013Z Checking scopeguard v1.2.0
9742026-03-30T17:56:38.122Z Checking lock_api v0.4.14
9752026-03-30T17:56:38.320Z Compiling multer v3.1.0
9762026-03-30T17:56:38.339Z Compiling fnv v1.0.7
9772026-03-30T17:56:38.442Z Compiling darling_core v0.23.0
9782026-03-30T17:56:38.570Z Compiling http v1.4.0
9792026-03-30T17:56:38.588Z Compiling async-stream-impl v0.3.6
9802026-03-30T17:56:38.605Z Compiling strum_macros v0.26.4
9812026-03-30T17:56:38.971Z Compiling structmeta-derive v0.3.0
9822026-03-30T17:56:39.487Z Checking critical-section v1.2.0
9832026-03-30T17:56:39.614Z Checking parking_lot v0.12.5
9842026-03-30T17:56:39.765Z Checking once_cell v1.21.4
9852026-03-30T17:56:39.806Z Compiling dropshot v0.16.7
9862026-03-30T17:56:39.942Z Compiling dof v0.4.0
9872026-03-30T17:56:39.988Z Compiling structmeta v0.3.0
9882026-03-30T17:56:40.240Z Compiling dropshot_endpoint v0.16.7
9892026-03-30T17:56:40.259Z Checking signal-hook-registry v1.4.8
9902026-03-30T17:56:40.291Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9912026-03-30T17:56:40.445Z Checking mio v1.1.1
9922026-03-30T17:56:40.581Z Compiling darling_macro v0.23.0
9932026-03-30T17:56:40.746Z Checking tokio v1.50.0
9942026-03-30T17:56:40.763Z Compiling strum_macros v0.27.2
9952026-03-30T17:56:40.959Z Checking subtle v2.6.1
9962026-03-30T17:56:41.114Z Compiling derive-ex v0.1.8
9972026-03-30T17:56:41.132Z Compiling darling v0.23.0
9982026-03-30T17:56:41.221Z Compiling serde_with_macros v3.18.0
9992026-03-30T17:56:41.240Z Compiling usdt-attr-macro v0.6.0
10002026-03-30T17:56:41.634Z Compiling usdt-macro v0.6.0
10012026-03-30T17:56:42.181Z Compiling winnow v1.0.0
10022026-03-30T17:56:42.184Z Checking futures-core v0.3.32
10032026-03-30T17:56:42.288Z Compiling ryu v1.0.23
10042026-03-30T17:56:42.414Z Compiling clap_derive v4.6.0
10052026-03-30T17:56:42.643Z Compiling test-strategy v0.4.5
10062026-03-30T17:56:42.725Z Compiling parse-display-derive v0.10.0
10072026-03-30T17:56:43.193Z Compiling toml_parser v1.1.0+spec-1.1.0
10082026-03-30T17:56:43.428Z Compiling openapiv3 v2.2.0
10092026-03-30T17:56:43.862Z Checking futures-sink v0.3.32
10102026-03-30T17:56:43.948Z Compiling either v1.15.0
10112026-03-30T17:56:43.967Z Checking slab v0.4.12
10122026-03-30T17:56:44.127Z Compiling itertools v0.14.0
10132026-03-30T17:56:44.151Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
10142026-03-30T17:56:44.206Z Checking futures-channel v0.3.32
10152026-03-30T17:56:44.401Z Checking rand_core v0.6.4
10162026-03-30T17:56:44.606Z Checking futures-task v0.3.32
10172026-03-30T17:56:44.711Z Checking futures-io v0.3.32
10182026-03-30T17:56:44.826Z Checking futures-util v0.3.32
10192026-03-30T17:56:44.927Z Checking tracing-core v0.1.36
10202026-03-30T17:56:45.168Z Compiling darling_core v0.21.3
10212026-03-30T17:56:45.254Z Checking ipnetwork v0.21.1
10222026-03-30T17:56:45.289Z Checking tracing v0.1.44
10232026-03-30T17:56:45.613Z Checking base64 v0.22.1
10242026-03-30T17:56:45.658Z Compiling toml_datetime v1.1.0+spec-1.1.0
10252026-03-30T17:56:45.859Z Compiling toml_edit v0.25.8+spec-1.1.0
10262026-03-30T17:56:46.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10272026-03-30T17:56:46.549Z Compiling heapless v0.8.0
10282026-03-30T17:56:46.890Z Compiling proc-macro-crate v3.5.0
10292026-03-30T17:56:47.026Z Checking rustls-pki-types v1.14.0
10302026-03-30T17:56:47.089Z Checking erased-serde v0.3.31
10312026-03-30T17:56:47.235Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10322026-03-30T17:56:47.286Z Compiling darling_macro v0.21.3
10332026-03-30T17:56:47.310Z Compiling heck v0.4.1
10342026-03-30T17:56:47.329Z Compiling unsafe-libyaml v0.2.11
10352026-03-30T17:56:47.498Z Compiling num_enum_derive v0.7.6
10362026-03-30T17:56:47.734Z Compiling foreign-types-macros v0.2.3
10372026-03-30T17:56:47.818Z Compiling darling v0.21.3
10382026-03-30T17:56:47.909Z Compiling ingot-macros v0.1.1
10392026-03-30T17:56:47.980Z Compiling serde_yaml v0.9.34+deprecated
10402026-03-30T17:56:48.337Z Compiling smoltcp v0.11.0
10412026-03-30T17:56:48.527Z Compiling crucible-workspace-hack v0.1.0
10422026-03-30T17:56:48.762Z Compiling proc-macro-error-attr v1.0.4
10432026-03-30T17:56:48.932Z Checking untrusted v0.9.0
10442026-03-30T17:56:49.149Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10452026-03-30T17:56:49.306Z Compiling toml_datetime v0.6.11
10462026-03-30T17:56:49.326Z Compiling proc-macro-error v1.0.4
10472026-03-30T17:56:49.773Z Checking crypto-common v0.1.7
10482026-03-30T17:56:49.806Z Checking oxnet v0.1.4
10492026-03-30T17:56:49.824Z Checking ipnet v2.12.0
10502026-03-30T17:56:49.897Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
10512026-03-30T17:56:50.058Z Checking tokio-util v0.7.18
10522026-03-30T17:56:50.156Z Compiling zerocopy-derive v0.7.35
10532026-03-30T17:56:50.560Z Checking http-body v1.0.1
10542026-03-30T17:56:50.598Z Compiling typify-impl v0.6.1
10552026-03-30T17:56:50.789Z Checking atomic-waker v1.1.2
10562026-03-30T17:56:50.979Z Compiling memoffset v0.9.1
10572026-03-30T17:56:50.998Z Compiling convert_case v0.4.0
10582026-03-30T17:56:51.214Z Checking tower-service v0.3.3
10592026-03-30T17:56:51.305Z Checking try-lock v0.2.5
10602026-03-30T17:56:51.417Z Checking tower-layer v0.3.3
10612026-03-30T17:56:51.572Z Checking want v0.3.1
10622026-03-30T17:56:51.647Z Compiling derive_more v0.99.20
10632026-03-30T17:56:51.722Z Checking h2 v0.4.13
10642026-03-30T17:56:51.992Z Compiling scroll_derive v0.12.1
10652026-03-30T17:56:52.059Z Checking httpdate v1.0.3
10662026-03-30T17:56:52.338Z Compiling cfg_aliases v0.2.1
10672026-03-30T17:56:52.419Z Checking pin-utils v0.1.0
10682026-03-30T17:56:52.496Z Compiling nix v0.31.2
10692026-03-30T17:56:52.867Z Checking ppv-lite86 v0.2.21
10702026-03-30T17:56:53.530Z Checking hyper v1.8.1
10712026-03-30T17:56:53.919Z Compiling typify-macro v0.6.1
10722026-03-30T17:56:53.969Z Checking block-buffer v0.10.4
10732026-03-30T17:56:54.307Z Checking untrusted v0.7.1
10742026-03-30T17:56:54.413Z Checking hyper-util v0.1.20
10752026-03-30T17:56:54.747Z Checking digest v0.10.7
10762026-03-30T17:56:55.245Z Checking serde_urlencoded v0.7.1
10772026-03-30T17:56:55.265Z Checking http-body-util v0.1.3
10782026-03-30T17:56:55.645Z Compiling rustix v0.38.44
10792026-03-30T17:56:55.766Z Compiling winnow v0.5.40
10802026-03-30T17:56:55.811Z Compiling rayon-core v1.13.0
10812026-03-30T17:56:55.954Z Compiling typify v0.6.1
10822026-03-30T17:56:56.022Z Compiling zerocopy v0.7.35
10832026-03-30T17:56:56.058Z Compiling hubpack_derive v0.1.1
10842026-03-30T17:56:56.428Z Compiling usdt-impl v0.5.0
10852026-03-30T17:56:56.675Z Compiling winnow v0.7.15
10862026-03-30T17:56:56.940Z Compiling dof v0.3.0
10872026-03-30T17:56:57.133Z Compiling toml_edit v0.19.15
10882026-03-30T17:56:57.289Z Compiling progenitor-impl v0.13.0
10892026-03-30T17:56:57.352Z Compiling dtrace-parser v0.2.0
10902026-03-30T17:56:58.138Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10912026-03-30T17:56:58.221Z Compiling thread-id v4.2.2
10922026-03-30T17:56:58.316Z Compiling proc-macro-crate v1.3.1
10932026-03-30T17:56:58.585Z Compiling pkg-config v0.3.32
10942026-03-30T17:56:59.109Z Compiling num_enum_derive v0.5.11
10952026-03-30T17:56:59.320Z Compiling progenitor-macro v0.13.0
10962026-03-30T17:56:59.356Z Compiling sync_wrapper v1.0.2
10972026-03-30T17:56:59.683Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10982026-03-30T17:56:59.855Z Compiling rustc_version v0.4.1
10992026-03-30T17:57:00.074Z Compiling serde_spanned v1.1.0
11002026-03-30T17:57:00.179Z Compiling toml_datetime v0.7.5+spec-1.1.0
11012026-03-30T17:57:00.435Z Compiling prettyplease v0.2.37
11022026-03-30T17:57:00.454Z Compiling toml_writer v1.1.0+spec-1.1.0
11032026-03-30T17:57:00.535Z Compiling curve25519-dalek v4.1.3
11042026-03-30T17:57:00.583Z Checking tower v0.5.3
11052026-03-30T17:57:00.668Z Compiling toml v0.9.12+spec-1.1.0
11062026-03-30T17:57:00.982Z Checking webpki-roots v1.0.6
11072026-03-30T17:57:01.106Z Compiling powerfmt v0.2.0
11082026-03-30T17:57:01.177Z Compiling iri-string v0.7.11
11092026-03-30T17:57:01.302Z Compiling fastrand v2.3.0
11102026-03-30T17:57:01.347Z Compiling deranged v0.5.8
11112026-03-30T17:57:02.191Z Compiling usdt-attr-macro v0.5.0
11122026-03-30T17:57:02.261Z Checking tower-http v0.6.8
11132026-03-30T17:57:02.291Z Compiling usdt-macro v0.5.0
11142026-03-30T17:57:02.536Z Compiling rand_core v0.9.5
11152026-03-30T17:57:02.600Z Compiling zone_cfg_derive v0.3.1
11162026-03-30T17:57:02.891Z Compiling thiserror-impl-no-std v2.0.2
11172026-03-30T17:57:03.128Z Compiling curve25519-dalek-derive v0.1.1
11182026-03-30T17:57:03.260Z Compiling enum-as-inner v0.6.1
11192026-03-30T17:57:03.333Z Compiling num_threads v0.1.7
11202026-03-30T17:57:03.355Z Compiling openssl-probe v0.2.1
11212026-03-30T17:57:03.438Z Checking cpufeatures v0.2.17
11222026-03-30T17:57:03.566Z Compiling rustls-native-certs v0.8.3
11232026-03-30T17:57:03.777Z Compiling time v0.3.47
11242026-03-30T17:57:04.061Z Compiling newtype-uuid v1.3.2
11252026-03-30T17:57:04.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
11262026-03-30T17:57:04.453Z Compiling daft v0.1.5
11272026-03-30T17:57:04.692Z Compiling rand_chacha v0.9.0
11282026-03-30T17:57:04.944Z Compiling tempfile v3.27.0
11292026-03-30T17:57:05.022Z Compiling rustls-webpki v0.102.8
11302026-03-30T17:57:05.346Z Compiling num-derive v0.4.2
11312026-03-30T17:57:05.463Z Compiling thread_local v1.1.9
11322026-03-30T17:57:05.483Z Compiling wait-timeout v0.2.1
11332026-03-30T17:57:05.528Z Compiling quick-error v1.2.3
11342026-03-30T17:57:05.645Z Compiling bit-vec v0.8.0
11352026-03-30T17:57:05.694Z Compiling match_cfg v0.1.0
11362026-03-30T17:57:05.697Z Compiling rusty-fork v0.3.1
11372026-03-30T17:57:05.750Z Compiling rand_chacha v0.3.1
11382026-03-30T17:57:05.787Z Compiling hostname v0.3.1
11392026-03-30T17:57:05.872Z Compiling bit-set v0.8.0
11402026-03-30T17:57:05.921Z Compiling rand v0.9.2
11412026-03-30T17:57:05.969Z Compiling crossbeam-channel v0.5.15
11422026-03-30T17:57:06.005Z Compiling slog-json v2.6.1
11432026-03-30T17:57:06.118Z Compiling rand_xorshift v0.4.0
11442026-03-30T17:57:06.225Z Compiling futures-executor v0.3.32
11452026-03-30T17:57:06.396Z Compiling encoding_rs v0.8.35
11462026-03-30T17:57:06.417Z Compiling memmap2 v0.9.10
11472026-03-30T17:57:06.457Z Compiling is-terminal v0.4.17
11482026-03-30T17:57:06.482Z Compiling term v1.2.1
11492026-03-30T17:57:06.531Z Compiling hex v0.4.3
11502026-03-30T17:57:06.555Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11512026-03-30T17:57:06.602Z Compiling take_mut v0.2.2
11522026-03-30T17:57:06.621Z Compiling unarray v0.1.4
11532026-03-30T17:57:06.737Z Compiling mime v0.3.17
11542026-03-30T17:57:06.766Z Compiling spin v0.9.8
11552026-03-30T17:57:06.957Z Compiling sha1 v0.10.6
11562026-03-30T17:57:06.976Z Compiling slog-term v2.9.2
11572026-03-30T17:57:06.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11582026-03-30T17:57:06.979Z Compiling proptest v1.11.0
11592026-03-30T17:57:07.144Z Compiling usdt v0.6.0
11602026-03-30T17:57:07.165Z Compiling futures v0.3.32
11612026-03-30T17:57:07.411Z Compiling slog-bunyan v2.5.0
11622026-03-30T17:57:07.490Z Compiling tokio-rustls v0.25.0
11632026-03-30T17:57:07.549Z Compiling rand v0.8.5
11642026-03-30T17:57:07.703Z Compiling reqwest v0.12.28
11652026-03-30T17:57:07.705Z Compiling backon v1.6.0
11662026-03-30T17:57:07.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11672026-03-30T17:57:07.907Z Compiling waitgroup v0.1.2
11682026-03-30T17:57:07.927Z Compiling rustls-pemfile v2.2.0
11692026-03-30T17:57:08.107Z Compiling async-stream v0.3.6
11702026-03-30T17:57:08.165Z Compiling strum v0.26.3
11712026-03-30T17:57:08.301Z Compiling num-integer v0.1.46
11722026-03-30T17:57:08.525Z Compiling instant v0.1.13
11732026-03-30T17:57:08.561Z Compiling hostname v0.4.2
11742026-03-30T17:57:08.604Z Compiling serde_path_to_error v0.1.20
11752026-03-30T17:57:08.796Z Compiling utf8parse v0.2.2
11762026-03-30T17:57:08.815Z Compiling debug-ignore v1.0.5
11772026-03-30T17:57:08.818Z Compiling rustc-hash v2.1.1
11782026-03-30T17:57:08.943Z Compiling iddqd v0.3.17
11792026-03-30T17:57:08.980Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11802026-03-30T17:57:09.477Z Compiling anstyle-parse v1.0.0
11812026-03-30T17:57:09.665Z Compiling backoff v0.4.0
11822026-03-30T17:57:09.707Z Compiling progenitor-client v0.10.0
11832026-03-30T17:57:09.753Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11842026-03-30T17:57:09.773Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11852026-03-30T17:57:09.863Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11862026-03-30T17:57:10.020Z Checking rustls-webpki v0.103.10
11872026-03-30T17:57:10.124Z Compiling parse-display v0.10.0
11882026-03-30T17:57:10.192Z Compiling strum v0.27.2
11892026-03-30T17:57:10.211Z Compiling serde_with v3.18.0
11902026-03-30T17:57:10.406Z Compiling macaddr v1.0.1
11912026-03-30T17:57:10.616Z Compiling anstyle v1.0.14
11922026-03-30T17:57:10.652Z Compiling anstyle-query v1.1.5
11932026-03-30T17:57:10.740Z Compiling is_terminal_polyfill v1.70.2
11942026-03-30T17:57:10.778Z Compiling vcpkg v0.2.15
11952026-03-30T17:57:10.854Z Compiling semver v0.1.20
11962026-03-30T17:57:10.873Z Compiling colorchoice v1.0.5
11972026-03-30T17:57:11.114Z Compiling rustc_version v0.1.7
11982026-03-30T17:57:11.132Z Compiling anstream v1.0.0
11992026-03-30T17:57:11.353Z Compiling openssl-sys v0.9.112
12002026-03-30T17:57:11.422Z Compiling num-rational v0.4.2
12012026-03-30T17:57:11.422Z Compiling num-iter v0.1.45
12022026-03-30T17:57:11.494Z Compiling terminal_size v0.4.4
12032026-03-30T17:57:11.816Z Compiling num-complex v0.4.6
12042026-03-30T17:57:11.835Z Compiling serde_spanned v0.6.9
12052026-03-30T17:57:11.883Z Compiling serde_repr v0.1.20
12062026-03-30T17:57:11.950Z Compiling derive-where v1.6.1
12072026-03-30T17:57:11.985Z Compiling pin-project-internal v1.1.11
12082026-03-30T17:57:12.444Z Compiling clap_lex v1.1.0
12092026-03-30T17:57:12.664Z Compiling toml_write v0.1.2
12102026-03-30T17:57:12.815Z Checking tokio-rustls v0.26.4
12112026-03-30T17:57:12.872Z Compiling toml_edit v0.22.27
12122026-03-30T17:57:12.927Z Compiling clap_builder v4.6.0
12132026-03-30T17:57:13.025Z Compiling num v0.4.3
12142026-03-30T17:57:13.051Z Checking hyper-rustls v0.27.7
12152026-03-30T17:57:13.198Z Compiling newtype_derive v0.1.6
12162026-03-30T17:57:13.522Z Compiling rustls-platform-verifier v0.6.2
12172026-03-30T17:57:13.668Z Compiling float-ord v0.3.2
12182026-03-30T17:57:13.765Z Compiling owo-colors v4.3.0
12192026-03-30T17:57:13.926Z Compiling reqwest v0.13.2
12202026-03-30T17:57:14.149Z Compiling snafu-derive v0.8.9
12212026-03-30T17:57:14.235Z Compiling async-recursion v1.1.1
12222026-03-30T17:57:14.399Z Compiling toml v0.8.23
12232026-03-30T17:57:14.905Z Compiling clap v4.6.0
12242026-03-30T17:57:14.966Z Checking unicode-width v0.2.2
12252026-03-30T17:57:15.220Z Compiling progenitor-client v0.13.0
12262026-03-30T17:57:15.469Z Compiling progenitor-extras v0.1.1
12272026-03-30T17:57:15.489Z Compiling slog-dtrace v0.3.0
12282026-03-30T17:57:15.514Z Compiling openssl v0.10.76
12292026-03-30T17:57:15.710Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12302026-03-30T17:57:15.730Z Compiling minimal-lexical v0.2.1
12312026-03-30T17:57:15.747Z Compiling unicode-xid v0.2.6
12322026-03-30T17:57:15.856Z Compiling cancel-safe-futures v0.1.5
12332026-03-30T17:57:15.875Z Compiling chrono-tz v0.10.4
12342026-03-30T17:57:15.976Z Compiling nom v7.1.3
12352026-03-30T17:57:16.140Z Compiling const_format_proc_macros v0.2.34
12362026-03-30T17:57:16.972Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12372026-03-30T17:57:17.065Z Compiling num-derive v0.3.3
12382026-03-30T17:57:17.162Z Compiling openssl-macros v0.1.1
12392026-03-30T17:57:17.544Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12402026-03-30T17:57:18.028Z Compiling cookie v0.18.1
12412026-03-30T17:57:18.486Z Compiling tabled_derive v0.7.0
12422026-03-30T17:57:20.270Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12432026-03-30T17:57:20.670Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12442026-03-30T17:57:22.222Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12452026-03-30T17:57:23.429Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12462026-03-30T17:57:24.160Z Checking colored v3.1.1
12472026-03-30T17:57:24.182Z Checking tabwriter v1.4.1
12482026-03-30T17:57:24.275Z Checking hash32 v0.3.1
12492026-03-30T17:57:24.367Z Checking cpufeatures v0.3.0
12502026-03-30T17:57:24.389Z Checking foreign-types-shared v0.3.1
12512026-03-30T17:57:24.456Z Checking chacha20 v0.10.0
12522026-03-30T17:57:24.479Z Checking foreign-types v0.5.0
12532026-03-30T17:57:24.659Z Checking ingot-types v0.1.2
12542026-03-30T17:57:24.751Z Checking crossbeam-epoch v0.9.18
12552026-03-30T17:57:24.804Z Checking num_enum v0.7.6
12562026-03-30T17:57:24.950Z Checking cobs v0.3.0
12572026-03-30T17:57:25.011Z Checking cstr-argument v0.1.2
12582026-03-30T17:57:25.140Z Checking managed v0.8.0
12592026-03-30T17:57:25.154Z Checking bitflags v1.3.2
12602026-03-30T17:57:25.172Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12612026-03-30T17:57:25.233Z Checking postcard v1.1.3
12622026-03-30T17:57:25.297Z Checking ingot v0.1.1
12632026-03-30T17:57:25.350Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12642026-03-30T17:57:25.519Z Checking rand v0.10.0
12652026-03-30T17:57:25.857Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12662026-03-30T17:57:26.939Z Checking tinyvec_macros v0.1.1
12672026-03-30T17:57:27.012Z Checking tinyvec v1.11.0
12682026-03-30T17:57:27.258Z Checking secrecy v0.10.3
12692026-03-30T17:57:27.320Z Checking data-encoding v2.10.0
12702026-03-30T17:57:27.603Z Checking itertools v0.12.1
12712026-03-30T17:57:27.792Z Checking scroll v0.12.0
12722026-03-30T17:57:28.298Z Checking static_assertions v1.1.0
12732026-03-30T17:57:28.472Z Checking goblin v0.8.2
12742026-03-30T17:57:28.525Z Checking crossbeam-deque v0.8.6
12752026-03-30T17:57:28.700Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12762026-03-30T17:57:29.251Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12772026-03-30T17:57:29.275Z Checking progenitor v0.13.0
12782026-03-30T17:57:29.733Z Checking hubpack v0.1.2
12792026-03-30T17:57:29.775Z Checking hmac v0.12.1
12802026-03-30T17:57:29.911Z Checking inout v0.1.4
12812026-03-30T17:57:29.911Z Checking ff v0.13.1
12822026-03-30T17:57:30.096Z Checking bstr v1.12.1
12832026-03-30T17:57:30.287Z Checking lazy_static v1.5.0
12842026-03-30T17:57:30.410Z Checking group v0.13.0
12852026-03-30T17:57:30.420Z Checking cipher v0.4.4
12862026-03-30T17:57:30.514Z Checking hkdf v0.12.4
12872026-03-30T17:57:30.542Z Checking rayon v1.11.0
12882026-03-30T17:57:30.784Z Checking camino-tempfile v1.4.1
12892026-03-30T17:57:30.914Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12902026-03-30T17:57:30.932Z Checking num_enum v0.5.11
12912026-03-30T17:57:30.962Z Checking universal-hash v0.5.1
12922026-03-30T17:57:30.986Z Checking crypto-bigint v0.5.5
12932026-03-30T17:57:31.047Z Checking half v2.7.1
12942026-03-30T17:57:31.163Z Checking memmap v0.7.0
12952026-03-30T17:57:31.266Z Checking base16ct v0.2.0
12962026-03-30T17:57:31.299Z Checking ciborium-io v0.2.2
12972026-03-30T17:57:31.305Z Checking opaque-debug v0.3.1
12982026-03-30T17:57:31.393Z Checking base64ct v1.8.3
12992026-03-30T17:57:31.412Z Checking ciborium-ll v0.2.2
13002026-03-30T17:57:31.528Z Checking poly1305 v0.8.0
13012026-03-30T17:57:31.589Z Checking usdt v0.5.0
13022026-03-30T17:57:31.631Z Checking password-hash v0.5.0
13032026-03-30T17:57:31.743Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13042026-03-30T17:57:31.762Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13052026-03-30T17:57:31.833Z Checking elliptic-curve v0.13.8
13062026-03-30T17:57:31.853Z Checking chacha20 v0.9.1
13072026-03-30T17:57:31.871Z Checking zone v0.3.1
13082026-03-30T17:57:31.913Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13092026-03-30T17:57:31.985Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13102026-03-30T17:57:32.087Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13112026-03-30T17:57:32.165Z Checking byte-wrapper v0.1.0
13122026-03-30T17:57:32.223Z Checking thiserror-no-std v2.0.2
13132026-03-30T17:57:32.292Z Checking blake2 v0.10.6
13142026-03-30T17:57:32.297Z Checking smf v0.2.3
13152026-03-30T17:57:32.317Z Checking aead v0.5.2
13162026-03-30T17:57:32.321Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13172026-03-30T17:57:32.369Z Checking sigpipe v0.1.3
13182026-03-30T17:57:32.452Z Checking keccak v0.1.6
13192026-03-30T17:57:32.455Z Checking bytecount v0.6.9
13202026-03-30T17:57:32.568Z Checking jiff v0.2.23
13212026-03-30T17:57:32.706Z Checking indent_write v2.2.0
13222026-03-30T17:57:32.706Z Checking glob v0.3.3
13232026-03-30T17:57:32.706Z Checking sha3 v0.10.8
13242026-03-30T17:57:32.739Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13252026-03-30T17:57:32.739Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13262026-03-30T17:57:32.763Z Checking argon2 v0.5.3
13272026-03-30T17:57:32.794Z Checking chacha20poly1305 v0.10.1
13282026-03-30T17:57:32.888Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13292026-03-30T17:57:32.923Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13302026-03-30T17:57:32.942Z Checking vsss-rs v3.3.4
13312026-03-30T17:57:33.080Z Checking ciborium v0.2.2
13322026-03-30T17:57:33.099Z Checking atomicwrites v0.4.4
13332026-03-30T17:57:33.230Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13342026-03-30T17:57:33.342Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13352026-03-30T17:57:33.473Z Checking linked-hash-map v0.5.6
13362026-03-30T17:57:33.627Z Checking whoami v1.6.1
13372026-03-30T17:57:33.749Z Compiling parking_lot_core v0.8.6
13382026-03-30T17:57:33.749Z Checking resolv-conf v0.7.6
13392026-03-30T17:57:33.749Z Checking lru-cache v0.1.2
13402026-03-30T17:57:33.911Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13412026-03-30T17:57:33.919Z Checking similar v2.7.0
13422026-03-30T17:57:33.919Z Checking hickory-proto v0.24.4
13432026-03-30T17:57:34.074Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13442026-03-30T17:57:34.079Z Checking serde-big-array v0.5.1
13452026-03-30T17:57:34.079Z Checking unicode-segmentation v1.13.1
13462026-03-30T17:57:34.093Z Checking siphasher v1.0.2
13472026-03-30T17:57:34.103Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13482026-03-30T17:57:34.162Z Checking swrite v0.1.0
13492026-03-30T17:57:34.193Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13502026-03-30T17:57:34.258Z Checking unicode-normalization v0.1.25
13512026-03-30T17:57:34.278Z Checking phf_shared v0.12.1
13522026-03-30T17:57:34.406Z Checking newline-converter v0.3.0
13532026-03-30T17:57:34.425Z Checking console v0.15.11
13542026-03-30T17:57:34.520Z Checking pin-project v1.1.11
13552026-03-30T17:57:34.659Z Checking tokio-stream v0.1.18
13562026-03-30T17:57:34.698Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13572026-03-30T17:57:34.717Z Checking csv-core v0.1.13
13582026-03-30T17:57:34.896Z Checking highway v1.3.0
13592026-03-30T17:57:34.998Z Compiling crc32fast v1.5.0
13602026-03-30T17:57:35.060Z Checking foreign-types-shared v0.1.1
13612026-03-30T17:57:35.127Z Checking same-file v1.0.6
13622026-03-30T17:57:35.147Z Checking unicode-width v0.1.14
13632026-03-30T17:57:35.163Z Checking foldhash v0.1.5
13642026-03-30T17:57:35.277Z Checking walkdir v2.5.0
13652026-03-30T17:57:35.308Z Checking hashbrown v0.15.5
13662026-03-30T17:57:35.380Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13672026-03-30T17:57:35.402Z Checking hickory-resolver v0.24.4
13682026-03-30T17:57:35.420Z Checking foreign-types v0.3.2
13692026-03-30T17:57:35.512Z Checking csv v1.4.0
13702026-03-30T17:57:35.767Z Checking expectorate v1.2.0
13712026-03-30T17:57:35.870Z Checking olpc-cjson v0.1.4
13722026-03-30T17:57:35.900Z Checking snafu v0.8.9
13732026-03-30T17:57:35.919Z Checking phf v0.12.1
13742026-03-30T17:57:36.018Z Checking tokio-dtrace v0.1.1
13752026-03-30T17:57:36.143Z Checking qorb v0.4.1
13762026-03-30T17:57:36.151Z Checking globset v0.4.18
13772026-03-30T17:57:36.151Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13782026-03-30T17:57:36.427Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13792026-03-30T17:57:36.477Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13802026-03-30T17:57:36.617Z Checking pem v3.0.6
13812026-03-30T17:57:36.670Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13822026-03-30T17:57:36.699Z Checking libsw-core v0.3.2
13832026-03-30T17:57:36.723Z Checking serde_plain v1.0.2
13842026-03-30T17:57:36.742Z Checking smawk v0.3.2
13852026-03-30T17:57:36.784Z Checking unicode-linebreak v0.1.5
13862026-03-30T17:57:36.874Z Checking typed-path v0.9.3
13872026-03-30T17:57:36.883Z Checking fixedbitset v0.5.7
13882026-03-30T17:57:37.017Z Checking fixedbitset v0.4.2
13892026-03-30T17:57:37.044Z Checking textwrap v0.16.2
13902026-03-30T17:57:37.094Z Checking petgraph v0.8.3
13912026-03-30T17:57:37.156Z Checking petgraph v0.6.5
13922026-03-30T17:57:37.267Z Checking libsw v3.5.0
13932026-03-30T17:57:37.634Z Checking tough v0.20.0
13942026-03-30T17:57:37.835Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13952026-03-30T17:57:38.029Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13962026-03-30T17:57:38.125Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13972026-03-30T17:57:41.863Z Checking oxide-tokio-rt v0.1.3
13982026-03-30T17:57:41.902Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13992026-03-30T17:57:41.902Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14002026-03-30T17:57:41.902Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14012026-03-30T17:57:41.902Z Checking papergrid v0.11.0
14022026-03-30T17:57:41.903Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14032026-03-30T17:57:41.903Z Checking gethostname v0.5.0
14042026-03-30T17:57:41.903Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14052026-03-30T17:57:41.903Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14062026-03-30T17:57:41.903Z Checking libscf-sys v1.1.0
14072026-03-30T17:57:41.903Z Checking const_format v0.2.35
14082026-03-30T17:57:41.903Z Checking bcs v0.1.6
14092026-03-30T17:57:41.903Z Checking termtree v0.5.1
14102026-03-30T17:57:41.903Z Checking linear-map v1.2.0
14112026-03-30T17:57:41.903Z Checking tagptr v0.2.0
14122026-03-30T17:57:41.903Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14132026-03-30T17:57:41.904Z Checking moka v0.12.15
14142026-03-30T17:57:41.904Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14152026-03-30T17:57:41.904Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14162026-03-30T17:57:41.904Z Checking tabled v0.15.0
14172026-03-30T17:57:41.904Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14182026-03-30T17:57:41.904Z Checking steno v0.4.1
14192026-03-30T17:57:41.904Z Checking hickory-proto v0.25.2
14202026-03-30T17:57:42.274Z Checking humantime v2.3.0
14212026-03-30T17:57:42.482Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14222026-03-30T17:57:42.646Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14232026-03-30T17:57:42.681Z Compiling typify-impl v0.4.3
14242026-03-30T17:57:42.761Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14252026-03-30T17:57:43.036Z Checking hickory-resolver v0.25.2
14262026-03-30T17:57:43.427Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14272026-03-30T17:57:43.575Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14282026-03-30T17:57:43.670Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14292026-03-30T17:57:46.046Z Compiling typify-macro v0.4.3
14302026-03-30T17:57:46.442Z Compiling crunchy v0.2.4
14312026-03-30T17:57:47.632Z Compiling tiny-keccak v2.0.2
14322026-03-30T17:57:49.495Z Compiling const-random-macro v0.1.16
14332026-03-30T17:57:49.623Z Compiling typify v0.4.3
14342026-03-30T17:57:51.939Z Compiling ahash v0.8.12
14352026-03-30T17:57:51.959Z Compiling smartstring v1.0.1
14362026-03-30T17:57:52.032Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14372026-03-30T17:57:57.085Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14382026-03-30T17:57:57.288Z Checking parking_lot v0.11.2
14392026-03-30T17:57:57.491Z Checking fxhash v0.2.1
14402026-03-30T17:57:57.550Z Compiling rhai_codegen v3.1.0
14412026-03-30T17:57:57.621Z Checking sled v0.34.7
14422026-03-30T17:57:57.794Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14432026-03-30T17:57:57.914Z Compiling proc-macro-error-attr2 v2.0.0
14442026-03-30T17:57:58.164Z Checking internet-checksum v0.2.1
14452026-03-30T17:57:58.292Z Compiling progenitor-impl v0.11.2
14462026-03-30T17:57:58.331Z Compiling proc-macro-error2 v2.0.1
14472026-03-30T17:57:58.707Z Compiling tabled_derive v0.11.0
14482026-03-30T17:57:58.815Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14492026-03-30T17:57:58.947Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14502026-03-30T17:57:59.403Z Checking const-random v0.1.18
14512026-03-30T17:57:59.856Z Checking thin-vec v0.2.14
14522026-03-30T17:58:00.112Z Checking rhai v1.24.0
14532026-03-30T17:58:00.371Z Compiling progenitor-macro v0.11.2
14542026-03-30T17:58:00.563Z Checking nom v8.0.0
14552026-03-30T17:58:00.581Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14562026-03-30T17:58:00.628Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14572026-03-30T17:58:00.944Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14582026-03-30T17:58:01.023Z Checking arc-swap v1.9.0
14592026-03-30T17:58:01.197Z Checking papergrid v0.17.0
14602026-03-30T17:58:01.252Z Checking slog-scope v4.4.1
14612026-03-30T17:58:01.284Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14622026-03-30T17:58:01.397Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14632026-03-30T17:58:01.446Z Checking testing_table v0.3.0
14642026-03-30T17:58:01.531Z Checking dropshot-api-manager-types v0.5.2
14652026-03-30T17:58:01.710Z Checking slog-stdlog v4.1.1
14662026-03-30T17:58:01.963Z Checking tabled v0.20.0
14672026-03-30T17:58:02.160Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14682026-03-30T17:58:02.259Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14692026-03-30T17:58:02.458Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
14702026-03-30T17:58:03.006Z Compiling progenitor-impl v0.10.0
14712026-03-30T17:58:03.145Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14722026-03-30T17:58:03.165Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14732026-03-30T17:58:03.197Z Checking progenitor-client v0.11.2
14742026-03-30T17:58:03.312Z Compiling lzma-sys v0.1.20
14752026-03-30T17:58:03.599Z Compiling fs-err v3.3.0
14762026-03-30T17:58:03.653Z Compiling typeid v1.0.3
14772026-03-30T17:58:03.951Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14782026-03-30T17:58:04.423Z Checking progenitor v0.11.2
14792026-03-30T17:58:04.566Z Checking slog-envlogger v2.2.0
14802026-03-30T17:58:04.745Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14812026-03-30T17:58:05.036Z Compiling progenitor-macro v0.10.0
14822026-03-30T17:58:05.523Z Checking crc8 v0.1.1
14832026-03-30T17:58:05.628Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14842026-03-30T17:58:07.121Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14852026-03-30T17:58:07.169Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14862026-03-30T17:58:07.335Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14872026-03-30T17:58:08.130Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14882026-03-30T17:58:08.248Z Compiling cargo_toml v0.22.3
14892026-03-30T17:58:08.387Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14902026-03-30T17:58:09.912Z Checking utf-8 v0.7.6
14912026-03-30T17:58:10.246Z Checking tungstenite v0.21.0
14922026-03-30T17:58:10.507Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
14932026-03-30T17:58:10.775Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14942026-03-30T17:58:11.006Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14952026-03-30T17:58:11.009Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14962026-03-30T17:58:11.473Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14972026-03-30T17:58:11.725Z Checking sha2 v0.10.9
14982026-03-30T17:58:11.786Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14992026-03-30T17:58:12.029Z Checking diff v0.1.13
15002026-03-30T17:58:12.032Z Checking yansi v1.0.1
15012026-03-30T17:58:12.173Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15022026-03-30T17:58:12.251Z Checking progenitor v0.10.0
15032026-03-30T17:58:12.303Z Checking pretty_assertions v1.4.1
15042026-03-30T17:58:12.388Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
15052026-03-30T17:58:12.442Z Checking tokio-tungstenite v0.21.0
15062026-03-30T17:58:13.199Z Checking console v0.16.3
15072026-03-30T17:58:13.262Z Checking git-stub v1.0.0
15082026-03-30T17:58:13.424Z Checking is_ci v1.2.0
15092026-03-30T17:58:13.469Z Checking base64 v0.21.7
15102026-03-30T17:58:13.551Z Checking unit-prefix v0.5.2
15112026-03-30T17:58:13.660Z Checking sdd v3.0.10
15122026-03-30T17:58:13.694Z Checking indicatif v0.18.4
15132026-03-30T17:58:13.716Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15142026-03-30T17:58:13.879Z Checking scc v2.4.0
15152026-03-30T17:58:14.031Z Checking supports-color v3.0.2
15162026-03-30T17:58:14.131Z Checking git-stub-vcs v0.1.0
15172026-03-30T17:58:14.509Z Checking xz2 v0.1.7
15182026-03-30T17:58:14.688Z Checking ron v0.12.0
15192026-03-30T17:58:14.846Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15202026-03-30T17:58:15.167Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15212026-03-30T17:58:15.209Z Checking drift v0.1.3
15222026-03-30T17:58:15.350Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15232026-03-30T17:58:15.435Z Compiling serial_test_derive v3.4.0
15242026-03-30T17:58:15.458Z Checking base16ct v1.0.0
15252026-03-30T17:58:15.581Z Checking dropshot-api-manager v0.5.2
15262026-03-30T17:58:16.135Z Checking serial_test v3.4.0
15272026-03-30T17:58:16.427Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15282026-03-30T17:58:16.757Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15292026-03-30T17:58:16.798Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15302026-03-30T17:58:16.832Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15312026-03-30T17:58:16.852Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15322026-03-30T17:58:17.155Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15332026-03-30T17:58:17.202Z Checking natord v1.0.9
15342026-03-30T17:58:17.419Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15352026-03-30T17:58:17.867Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15362026-03-30T17:58:17.871Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15372026-03-30T17:58:18.652Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15382026-03-30T17:58:18.655Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15392026-03-30T17:58:18.890Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15402026-03-30T17:58:19.924Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15412026-03-30T17:58:20.036Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15422026-03-30T17:58:23.090Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15432026-03-30T17:58:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15442026-03-30T17:58:32.931Z+ cargo xtask openapi check
15452026-03-30T17:58:33.278Z Compiling libc v0.2.183
15462026-03-30T17:58:33.278Z Compiling utf8parse v0.2.2
15472026-03-30T17:58:33.278Z Compiling scopeguard v1.2.0
15482026-03-30T17:58:33.281Z Compiling cfg-if v1.0.4
15492026-03-30T17:58:33.281Z Compiling proc-macro2 v1.0.106
15502026-03-30T17:58:33.281Z Compiling quote v1.0.45
15512026-03-30T17:58:33.331Z Compiling smallvec v1.15.1
15522026-03-30T17:58:33.334Z Compiling is_terminal_polyfill v1.70.2
15532026-03-30T17:58:33.378Z Compiling anstyle v1.0.14
15542026-03-30T17:58:33.393Z Compiling anstyle-query v1.1.5
15552026-03-30T17:58:33.414Z Compiling anstyle-parse v1.0.0
15562026-03-30T17:58:33.418Z Compiling colorchoice v1.0.5
15572026-03-30T17:58:33.427Z Compiling lock_api v0.4.14
15582026-03-30T17:58:33.485Z Compiling strsim v0.11.1
15592026-03-30T17:58:33.522Z Compiling clap_lex v1.1.0
15602026-03-30T17:58:33.525Z Compiling pin-project-lite v0.2.17
15612026-03-30T17:58:33.582Z Compiling anstream v1.0.0
15622026-03-30T17:58:33.590Z Compiling bytes v1.11.1
15632026-03-30T17:58:33.612Z Compiling anyhow v1.0.102
15642026-03-30T17:58:33.635Z Compiling parking_lot_core v0.9.12
15652026-03-30T17:58:33.676Z Compiling errno v0.3.14
15662026-03-30T17:58:33.762Z Compiling socket2 v0.6.3
15672026-03-30T17:58:33.821Z Compiling parking_lot v0.12.5
15682026-03-30T17:58:33.851Z Compiling clap_builder v4.6.0
15692026-03-30T17:58:33.886Z Compiling signal-hook-registry v1.4.8
15702026-03-30T17:58:33.918Z Compiling mio v1.1.1
15712026-03-30T17:58:34.160Z Compiling syn v2.0.117
15722026-03-30T17:58:35.968Z Compiling tokio-macros v2.6.1
15732026-03-30T17:58:35.968Z Compiling clap_derive v4.6.0
15742026-03-30T17:58:36.518Z Compiling tokio v1.50.0
15752026-03-30T17:58:37.097Z Compiling clap v4.6.0
15762026-03-30T17:58:40.388Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15772026-03-30T17:58:41.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s
15782026-03-30T17:58:41.476Z Running `target/debug/xtask openapi check`
15792026-03-30T17:58:42.093Z Compiling libc v0.2.183
15802026-03-30T17:58:42.093Z Compiling serde_core v1.0.228
15812026-03-30T17:58:42.093Z Compiling memchr v2.8.0
15822026-03-30T17:58:42.198Z Compiling itoa v1.0.18
15832026-03-30T17:58:42.204Z Compiling stable_deref_trait v1.2.1
15842026-03-30T17:58:42.211Z Compiling zmij v1.0.21
15852026-03-30T17:58:42.234Z Compiling zerofrom v0.1.6
15862026-03-30T17:58:42.238Z Compiling writeable v0.6.2
15872026-03-30T17:58:42.271Z Compiling litemap v0.8.1
15882026-03-30T17:58:42.351Z Compiling yoke v0.8.1
15892026-03-30T17:58:42.366Z Compiling libm v0.2.16
15902026-03-30T17:58:42.416Z Compiling percent-encoding v2.3.2
15912026-03-30T17:58:42.452Z Compiling icu_properties_data v2.1.2
15922026-03-30T17:58:42.476Z Compiling icu_normalizer_data v2.1.1
15932026-03-30T17:58:42.506Z Compiling zerovec v0.11.5
15942026-03-30T17:58:42.561Z Compiling zerotrie v0.2.3
15952026-03-30T17:58:42.599Z Compiling errno v0.3.14
15962026-03-30T17:58:42.603Z Compiling form_urlencoded v1.2.2
15972026-03-30T17:58:42.675Z Compiling utf8_iter v1.0.4
15982026-03-30T17:58:42.764Z Compiling zeroize v1.8.2
15992026-03-30T17:58:42.796Z Compiling rand_core v0.10.0
16002026-03-30T17:58:42.808Z Compiling iana-time-zone v0.1.65
16012026-03-30T17:58:42.819Z Compiling scopeguard v1.2.0
16022026-03-30T17:58:42.846Z Compiling dyn-clone v1.0.20
16032026-03-30T17:58:42.925Z Compiling getrandom v0.4.2
16042026-03-30T17:58:42.948Z Compiling tinystr v0.8.2
16052026-03-30T17:58:42.959Z Compiling potential_utf v0.1.4
16062026-03-30T17:58:42.985Z Compiling lock_api v0.4.14
16072026-03-30T17:58:42.998Z Compiling portable-atomic v1.13.1
16082026-03-30T17:58:43.017Z Compiling getrandom v0.2.17
16092026-03-30T17:58:43.107Z Compiling icu_locale_core v2.1.1
16102026-03-30T17:58:43.122Z Compiling num-traits v0.2.19
16112026-03-30T17:58:43.145Z Compiling icu_collections v2.1.1
16122026-03-30T17:58:43.199Z Compiling socket2 v0.6.3
16132026-03-30T17:58:43.213Z Compiling critical-section v1.2.0
16142026-03-30T17:58:43.323Z Compiling signal-hook-registry v1.4.8
16152026-03-30T17:58:43.497Z Compiling once_cell v1.21.4
16162026-03-30T17:58:43.526Z Compiling mio v1.1.1
16172026-03-30T17:58:43.610Z Compiling thiserror v2.0.18
16182026-03-30T17:58:43.629Z Compiling subtle v2.6.1
16192026-03-30T17:58:43.647Z Compiling zerocopy v0.8.47
16202026-03-30T17:58:43.714Z Compiling icu_provider v2.1.1
16212026-03-30T17:58:43.717Z Compiling futures-core v0.3.32
16222026-03-30T17:58:43.741Z Compiling rand_core v0.6.4
16232026-03-30T17:58:43.794Z Compiling equivalent v1.0.2
16242026-03-30T17:58:43.866Z Compiling serde v1.0.228
16252026-03-30T17:58:43.884Z Compiling serde_json v1.0.149
16262026-03-30T17:58:43.968Z Compiling icu_properties v2.1.2
16272026-03-30T17:58:43.980Z Compiling uuid v1.23.0
16282026-03-30T17:58:44.011Z Compiling semver v1.0.27
16292026-03-30T17:58:44.022Z Compiling bitflags v2.11.0
16302026-03-30T17:58:44.043Z Compiling log v0.4.29
16312026-03-30T17:58:44.224Z Compiling foldhash v0.2.0
16322026-03-30T17:58:44.253Z Compiling allocator-api2 v0.2.21
16332026-03-30T17:58:44.344Z Compiling smallvec v1.15.1
16342026-03-30T17:58:44.374Z Compiling bytes v1.11.1
16352026-03-30T17:58:44.385Z Compiling chrono v0.4.44
16362026-03-30T17:58:44.454Z Compiling futures-sink v0.3.32
16372026-03-30T17:58:44.560Z Compiling icu_normalizer v2.1.1
16382026-03-30T17:58:44.572Z Compiling parking_lot_core v0.9.12
16392026-03-30T17:58:44.583Z Compiling hashbrown v0.16.1
16402026-03-30T17:58:44.873Z Compiling parking_lot v0.12.5
16412026-03-30T17:58:44.960Z Compiling idna_adapter v1.2.1
16422026-03-30T17:58:44.989Z Compiling slog v2.8.2
16432026-03-30T17:58:45.006Z Compiling slab v0.4.12
16442026-03-30T17:58:45.036Z Compiling typenum v1.19.0
16452026-03-30T17:58:45.154Z Compiling idna v1.1.0
16462026-03-30T17:58:45.175Z Compiling tokio v1.50.0
16472026-03-30T17:58:45.188Z Compiling futures-channel v0.3.32
16482026-03-30T17:58:45.211Z Compiling futures-io v0.3.32
16492026-03-30T17:58:45.285Z Compiling futures-task v0.3.32
16502026-03-30T17:58:45.376Z Compiling indexmap v2.13.0
16512026-03-30T17:58:45.414Z Compiling futures-util v0.3.32
16522026-03-30T17:58:45.458Z Compiling url v2.5.8
16532026-03-30T17:58:45.633Z Compiling generic-array v0.14.7
16542026-03-30T17:58:45.875Z Compiling tracing-core v0.1.36
16552026-03-30T17:58:45.888Z Compiling getrandom v0.3.4
16562026-03-30T17:58:46.027Z Compiling schemars v0.8.22
16572026-03-30T17:58:46.072Z Compiling base64 v0.22.1
16582026-03-30T17:58:46.136Z Compiling crypto-common v0.1.7
16592026-03-30T17:58:46.272Z Compiling tracing v0.1.44
16602026-03-30T17:58:46.297Z Compiling byteorder v1.5.0
16612026-03-30T17:58:46.405Z Compiling http v1.4.0
16622026-03-30T17:58:46.465Z Compiling fnv v1.0.7
16632026-03-30T17:58:46.507Z Compiling unicode-ident v1.0.24
16642026-03-30T17:58:46.530Z Compiling block-buffer v0.10.4
16652026-03-30T17:58:46.564Z Compiling rustls-pki-types v1.14.0
16662026-03-30T17:58:46.635Z Compiling proc-macro2 v1.0.106
16672026-03-30T17:58:46.650Z Compiling digest v0.10.7
16682026-03-30T17:58:46.674Z Compiling ppv-lite86 v0.2.21
16692026-03-30T17:58:46.860Z Compiling ipnetwork v0.21.1
16702026-03-30T17:58:46.992Z Compiling quote v1.0.45
16712026-03-30T17:58:47.025Z Compiling erased-serde v0.3.31
16722026-03-30T17:58:47.278Z Compiling untrusted v0.9.0
16732026-03-30T17:58:47.289Z Compiling ipnet v2.12.0
16742026-03-30T17:58:47.310Z Compiling syn v2.0.117
16752026-03-30T17:58:47.339Z Compiling thiserror v1.0.69
16762026-03-30T17:58:47.339Z Compiling rustix v1.1.4
16772026-03-30T17:58:47.396Z Compiling oxnet v0.1.4
16782026-03-30T17:58:47.517Z Compiling http-body v1.0.1
16792026-03-30T17:58:47.681Z Compiling atomic-waker v1.1.2
16802026-03-30T17:58:47.692Z Compiling pretty-hex v0.4.2
16812026-03-30T17:58:47.795Z Compiling httparse v1.10.1
16822026-03-30T17:58:47.806Z Compiling plain v0.2.3
16832026-03-30T17:58:47.819Z Compiling tower-layer v0.3.3
16842026-03-30T17:58:47.828Z Compiling try-lock v0.2.5
16852026-03-30T17:58:47.839Z Compiling tower-service v0.3.3
16862026-03-30T17:58:47.910Z Compiling ryu v1.0.23
16872026-03-30T17:58:47.931Z Compiling want v0.3.1
16882026-03-30T17:58:47.942Z Compiling ucd-trie v0.1.7
16892026-03-30T17:58:47.973Z Compiling hex v0.4.3
16902026-03-30T17:58:48.094Z Compiling pin-utils v0.1.0
16912026-03-30T17:58:48.098Z Compiling httpdate v1.0.3
16922026-03-30T17:58:48.105Z Compiling pest v2.8.6
16932026-03-30T17:58:48.169Z Compiling crossbeam-utils v0.8.21
16942026-03-30T17:58:48.228Z Compiling omicron-workspace-hack v0.1.0
16952026-03-30T17:58:48.231Z Compiling cpufeatures v0.2.17
16962026-03-30T17:58:48.303Z Compiling rand_core v0.9.5
16972026-03-30T17:58:48.317Z Compiling fastrand v2.3.0
16982026-03-30T17:58:48.342Z Compiling regex-syntax v0.8.10
16992026-03-30T17:58:48.503Z Compiling serde_urlencoded v0.7.1
17002026-03-30T17:58:48.521Z Compiling http-body-util v0.1.3
17012026-03-30T17:58:48.580Z Compiling newtype-uuid v1.3.2
17022026-03-30T17:58:48.673Z Compiling camino v1.2.2
17032026-03-30T17:58:48.756Z Compiling rand_chacha v0.9.0
17042026-03-30T17:58:48.768Z Compiling daft v0.1.5
17052026-03-30T17:58:48.911Z Compiling tokio-util v0.7.18
17062026-03-30T17:58:49.036Z Compiling aws-lc-sys v0.39.0
17072026-03-30T17:58:49.082Z Compiling untrusted v0.7.1
17082026-03-30T17:58:49.140Z Compiling rand v0.9.2
17092026-03-30T17:58:49.210Z Compiling tempfile v3.27.0
17102026-03-30T17:58:49.375Z Compiling powerfmt v0.2.0
17112026-03-30T17:58:49.588Z Compiling h2 v0.4.13
17122026-03-30T17:58:49.602Z Compiling aws-lc-rs v1.16.2
17132026-03-30T17:58:49.629Z Compiling rustls v0.23.37
17142026-03-30T17:58:49.643Z Compiling deranged v0.5.8
17152026-03-30T17:58:49.731Z Compiling futures-executor v0.3.32
17162026-03-30T17:58:49.860Z Compiling sync_wrapper v1.0.2
17172026-03-30T17:58:49.974Z Compiling aho-corasick v1.1.4
17182026-03-30T17:58:50.012Z Compiling num-conv v0.2.0
17192026-03-30T17:58:50.165Z Compiling num_threads v0.1.7
17202026-03-30T17:58:50.271Z Compiling time-core v0.1.8
17212026-03-30T17:58:50.427Z Compiling tower v0.5.3
17222026-03-30T17:58:50.669Z Compiling rustls-webpki v0.103.10
17232026-03-30T17:58:50.880Z Compiling regex-automata v0.4.14
17242026-03-30T17:58:50.916Z Compiling time v0.3.47
17252026-03-30T17:58:51.058Z Compiling futures v0.3.32
17262026-03-30T17:58:51.129Z Compiling scroll v0.13.0
17272026-03-30T17:58:51.376Z Compiling openapiv3 v2.2.0
17282026-03-30T17:58:51.403Z Compiling iri-string v0.7.11
17292026-03-30T17:58:51.624Z Compiling winnow v1.0.0
17302026-03-30T17:58:51.872Z Compiling hyper v1.8.1
17312026-03-30T17:58:52.558Z Compiling tower-http v0.6.8
17322026-03-30T17:58:52.579Z Compiling goblin v0.10.5
17332026-03-30T17:58:52.694Z Compiling crossbeam-channel v0.5.15
17342026-03-30T17:58:52.936Z Compiling hyper-util v0.1.20
17352026-03-30T17:58:52.984Z Compiling ring v0.17.14
17362026-03-30T17:58:52.996Z Compiling winnow v0.7.15
17372026-03-30T17:58:53.168Z Compiling dtrace-parser v0.3.0
17382026-03-30T17:58:53.489Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17392026-03-30T17:58:53.940Z Compiling thread-id v5.1.0
17402026-03-30T17:58:53.952Z Compiling thread_local v1.1.9
17412026-03-30T17:58:54.027Z Compiling match_cfg v0.1.0
17422026-03-30T17:58:54.067Z Compiling openssl-probe v0.2.1
17432026-03-30T17:58:54.102Z Compiling rustls-webpki v0.102.8
17442026-03-30T17:58:54.218Z Compiling debug-ignore v1.0.5
17452026-03-30T17:58:54.258Z Compiling rustls-native-certs v0.8.3
17462026-03-30T17:58:54.326Z Compiling hostname v0.3.1
17472026-03-30T17:58:54.458Z Compiling tokio-rustls v0.26.4
17482026-03-30T17:58:54.470Z Compiling regex v1.12.3
17492026-03-30T17:58:54.556Z Compiling rustls v0.22.4
17502026-03-30T17:58:54.585Z Compiling toml_parser v1.1.0+spec-1.1.0
17512026-03-30T17:58:54.727Z Compiling slog-json v2.6.1
17522026-03-30T17:58:54.884Z Compiling rand_chacha v0.3.1
17532026-03-30T17:58:54.905Z Compiling toml_datetime v0.7.5+spec-1.1.0
17542026-03-30T17:58:54.925Z Compiling serde_spanned v1.1.0
17552026-03-30T17:58:54.937Z Compiling is-terminal v0.4.17
17562026-03-30T17:58:55.034Z Compiling memmap2 v0.9.10
17572026-03-30T17:58:55.120Z Compiling encoding_rs v0.8.35
17582026-03-30T17:58:55.254Z Compiling either v1.15.0
17592026-03-30T17:58:55.266Z Compiling toml_writer v1.1.0+spec-1.1.0
17602026-03-30T17:58:55.277Z Compiling spin v0.9.8
17612026-03-30T17:58:55.305Z Compiling dof v0.4.0
17622026-03-30T17:58:55.393Z Compiling take_mut v0.2.2
17632026-03-30T17:58:55.461Z Compiling mime v0.3.17
17642026-03-30T17:58:55.476Z Compiling term v1.2.1
17652026-03-30T17:58:55.506Z Compiling slog-async v2.8.0
17662026-03-30T17:58:55.738Z Compiling toml v0.9.12+spec-1.1.0
17672026-03-30T17:58:56.039Z Compiling usdt-impl v0.6.0
17682026-03-30T17:58:56.154Z Compiling multer v3.1.0
17692026-03-30T17:58:56.614Z Compiling tokio-rustls v0.25.0
17702026-03-30T17:58:56.650Z Compiling usdt v0.6.0
17712026-03-30T17:58:56.671Z Compiling slog-term v2.9.2
17722026-03-30T17:58:56.686Z Compiling rand v0.8.5
17732026-03-30T17:58:56.803Z Compiling slog-bunyan v2.5.0
17742026-03-30T17:58:56.856Z Compiling hyper-rustls v0.27.7
17752026-03-30T17:58:56.919Z Compiling rustls-platform-verifier v0.6.2
17762026-03-30T17:58:56.938Z Compiling async-stream v0.3.6
17772026-03-30T17:58:57.114Z Compiling ref-cast v1.0.25
17782026-03-30T17:58:57.135Z Compiling strum v0.26.3
17792026-03-30T17:58:57.148Z Compiling sha1 v0.10.6
17802026-03-30T17:58:57.148Z Compiling waitgroup v0.1.2
17812026-03-30T17:58:57.217Z Compiling rustls-pemfile v2.2.0
17822026-03-30T17:58:57.229Z Compiling regress v0.10.5
17832026-03-30T17:58:57.260Z Compiling macaddr v1.0.1
17842026-03-30T17:58:57.273Z Compiling serde_path_to_error v0.1.20
17852026-03-30T17:58:57.296Z Compiling wait-timeout v0.2.1
17862026-03-30T17:58:57.331Z Compiling hostname v0.4.2
17872026-03-30T17:58:57.371Z Compiling bit-vec v0.8.0
17882026-03-30T17:58:57.412Z Compiling quick-error v1.2.3
17892026-03-30T17:58:57.470Z Compiling reqwest v0.13.2
17902026-03-30T17:58:57.490Z Compiling serde_with v3.18.0
17912026-03-30T17:58:57.519Z Compiling rusty-fork v0.3.1
17922026-03-30T17:58:57.587Z Compiling bit-set v0.8.0
17932026-03-30T17:58:57.607Z Compiling dropshot v0.16.7
17942026-03-30T17:58:57.618Z Compiling rand_xorshift v0.4.0
17952026-03-30T17:58:57.754Z Compiling unarray v0.1.4
17962026-03-30T17:58:57.766Z Compiling strum v0.27.2
17972026-03-30T17:58:57.858Z Compiling proptest v1.11.0
17982026-03-30T17:58:57.870Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17992026-03-30T17:58:57.899Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18002026-03-30T17:58:58.001Z Compiling instant v0.1.13
18012026-03-30T17:58:58.082Z Compiling rustc-hash v2.1.1
18022026-03-30T17:58:58.112Z Compiling reqwest v0.12.28
18032026-03-30T17:58:58.210Z Compiling iddqd v0.3.17
18042026-03-30T17:58:58.234Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-30T17:58:58.480Z Compiling backon v1.6.0
18062026-03-30T17:58:58.698Z Compiling progenitor-client v0.13.0
18072026-03-30T17:58:58.995Z Compiling progenitor-extras v0.1.1
18082026-03-30T17:58:59.177Z Compiling progenitor-client v0.10.0
18092026-03-30T17:58:59.245Z Compiling backoff v0.4.0
18102026-03-30T17:58:59.307Z Compiling itertools v0.14.0
18112026-03-30T17:58:59.460Z Compiling parse-display v0.10.0
18122026-03-30T17:58:59.471Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18132026-03-30T17:58:59.788Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18142026-03-30T17:59:00.373Z Compiling unicode-width v0.2.2
18152026-03-30T17:59:00.398Z Compiling terminal_size v0.4.4
18162026-03-30T17:59:00.544Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-30T17:59:00.585Z Compiling crossbeam-epoch v0.9.18
18182026-03-30T17:59:00.667Z Compiling clap_builder v4.6.0
18192026-03-30T17:59:00.939Z Compiling tinyvec_macros v0.1.1
18202026-03-30T17:59:00.954Z Compiling hash32 v0.3.1
18212026-03-30T17:59:01.019Z Compiling tinyvec v1.11.0
18222026-03-30T17:59:01.061Z Compiling secrecy v0.10.3
18232026-03-30T17:59:01.078Z Compiling scroll v0.12.0
18242026-03-30T17:59:01.112Z Compiling heapless v0.8.0
18252026-03-30T17:59:01.222Z Compiling ingot-types v0.1.2
18262026-03-30T17:59:01.354Z Compiling cobs v0.3.0
18272026-03-30T17:59:01.367Z Compiling bitflags v1.3.2
18282026-03-30T17:59:01.441Z Compiling managed v0.8.0
18292026-03-30T17:59:01.454Z Compiling heck v0.5.0
18302026-03-30T17:59:01.544Z Compiling postcard v1.1.3
18312026-03-30T17:59:01.560Z Compiling goblin v0.8.2
18322026-03-30T17:59:01.630Z Compiling smoltcp v0.11.0
18332026-03-30T17:59:01.656Z Compiling ingot v0.1.1
18342026-03-30T17:59:01.708Z Compiling crucible-workspace-hack v0.1.0
18352026-03-30T17:59:01.887Z Compiling crossbeam-deque v0.8.6
18362026-03-30T17:59:01.986Z Compiling tabwriter v1.4.1
18372026-03-30T17:59:02.076Z Compiling zerocopy v0.7.35
18382026-03-30T17:59:02.228Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18392026-03-30T17:59:02.522Z Compiling clap v4.6.0
18402026-03-30T17:59:02.611Z Compiling num-integer v0.1.46
18412026-03-30T17:59:02.625Z Compiling foreign-types-shared v0.3.1
18422026-03-30T17:59:02.724Z Compiling cpufeatures v0.3.0
18432026-03-30T17:59:02.934Z Compiling chacha20 v0.10.0
18442026-03-30T17:59:03.304Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18452026-03-30T17:59:03.475Z Compiling foreign-types v0.5.0
18462026-03-30T17:59:03.488Z Compiling rayon-core v1.13.0
18472026-03-30T17:59:03.557Z Compiling num_enum v0.7.6
18482026-03-30T17:59:03.598Z Compiling memoffset v0.9.1
18492026-03-30T17:59:03.648Z Compiling rustix v0.38.44
18502026-03-30T17:59:03.678Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18512026-03-30T17:59:03.688Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18522026-03-30T17:59:03.797Z Compiling dof v0.3.0
18532026-03-30T17:59:03.936Z Compiling dtrace-parser v0.2.0
18542026-03-30T17:59:03.949Z Compiling hmac v0.12.1
18552026-03-30T17:59:04.091Z Compiling inout v0.1.4
18562026-03-30T17:59:04.181Z Compiling toml_datetime v0.6.11
18572026-03-30T17:59:04.238Z Compiling serde_spanned v0.6.9
18582026-03-30T17:59:04.388Z Compiling ff v0.13.1
18592026-03-30T17:59:04.419Z Compiling thread-id v4.2.2
18602026-03-30T17:59:04.461Z Compiling bstr v1.12.1
18612026-03-30T17:59:04.483Z Compiling cstr-argument v0.1.2
18622026-03-30T17:59:04.505Z Compiling colored v3.1.1
18632026-03-30T17:59:04.522Z Compiling toml_write v0.1.2
18642026-03-30T17:59:04.636Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18652026-03-30T17:59:04.716Z Compiling toml_edit v0.22.27
18662026-03-30T17:59:04.730Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18672026-03-30T17:59:04.886Z Compiling group v0.13.0
18682026-03-30T17:59:04.896Z Compiling usdt-impl v0.5.0
18692026-03-30T17:59:04.936Z Compiling cipher v0.4.4
18702026-03-30T17:59:04.999Z Compiling hkdf v0.12.4
18712026-03-30T17:59:05.160Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18722026-03-30T17:59:05.251Z Compiling rayon v1.11.0
18732026-03-30T17:59:05.285Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18742026-03-30T17:59:05.392Z Compiling nix v0.31.2
18752026-03-30T17:59:05.432Z Compiling num_enum v0.5.11
18762026-03-30T17:59:05.494Z Compiling rand v0.10.0
18772026-03-30T17:59:05.552Z Compiling num-iter v0.1.45
18782026-03-30T17:59:05.622Z Compiling num-rational v0.4.2
18792026-03-30T17:59:05.679Z Compiling camino-tempfile v1.4.1
18802026-03-30T17:59:05.918Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18812026-03-30T17:59:06.162Z Compiling half v2.7.1
18822026-03-30T17:59:06.174Z Compiling universal-hash v0.5.1
18832026-03-30T17:59:06.264Z Compiling crypto-bigint v0.5.5
18842026-03-30T17:59:06.306Z Compiling num-complex v0.4.6
18852026-03-30T17:59:06.458Z Compiling memmap v0.7.0
18862026-03-30T17:59:06.641Z Compiling opaque-debug v0.3.1
18872026-03-30T17:59:06.695Z Compiling base64ct v1.8.3
18882026-03-30T17:59:06.717Z Compiling ciborium-io v0.2.2
18892026-03-30T17:59:06.795Z Compiling static_assertions v1.1.0
18902026-03-30T17:59:06.816Z Compiling base16ct v0.2.0
18912026-03-30T17:59:06.841Z Compiling data-encoding v2.10.0
18922026-03-30T17:59:06.873Z Compiling ciborium-ll v0.2.2
18932026-03-30T17:59:06.976Z Compiling password-hash v0.5.0
18942026-03-30T17:59:06.989Z Compiling poly1305 v0.8.0
18952026-03-30T17:59:07.001Z Compiling curve25519-dalek v4.1.3
18962026-03-30T17:59:07.091Z Compiling num v0.4.3
18972026-03-30T17:59:07.169Z Compiling elliptic-curve v0.13.8
18982026-03-30T17:59:07.406Z Compiling usdt v0.5.0
18992026-03-30T17:59:07.410Z Compiling thiserror-no-std v2.0.2
19002026-03-30T17:59:07.440Z Compiling toml v0.8.23
19012026-03-30T17:59:07.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19022026-03-30T17:59:07.601Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19032026-03-30T17:59:07.654Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19042026-03-30T17:59:07.669Z Compiling chacha20 v0.9.1
19052026-03-30T17:59:07.896Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19062026-03-30T17:59:07.912Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19072026-03-30T17:59:08.076Z Compiling typify-impl v0.6.1
19082026-03-30T17:59:08.112Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19092026-03-30T17:59:08.155Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19102026-03-30T17:59:08.344Z Compiling itertools v0.12.1
19112026-03-30T17:59:08.356Z Compiling byte-wrapper v0.1.0
19122026-03-30T17:59:08.505Z Compiling blake2 v0.10.6
19132026-03-30T17:59:08.712Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19142026-03-30T17:59:08.846Z Compiling aead v0.5.2
19152026-03-30T17:59:08.925Z Compiling sigpipe v0.1.3
19162026-03-30T17:59:08.949Z Compiling indent_write v2.2.0
19172026-03-30T17:59:09.011Z Compiling float-ord v0.3.2
19182026-03-30T17:59:09.025Z Compiling jiff v0.2.23
19192026-03-30T17:59:09.028Z Compiling glob v0.3.3
19202026-03-30T17:59:09.086Z Compiling keccak v0.1.6
19212026-03-30T17:59:09.131Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19222026-03-30T17:59:09.147Z Compiling chacha20poly1305 v0.10.1
19232026-03-30T17:59:09.285Z Compiling sha3 v0.10.8
19242026-03-30T17:59:09.327Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19252026-03-30T17:59:09.455Z Compiling zone v0.3.1
19262026-03-30T17:59:09.525Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19272026-03-30T17:59:09.566Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19282026-03-30T17:59:09.702Z Compiling typify v0.6.1
19292026-03-30T17:59:09.814Z Compiling argon2 v0.5.3
19302026-03-30T17:59:10.190Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19312026-03-30T17:59:10.353Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19322026-03-30T17:59:10.539Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19332026-03-30T17:59:10.602Z Compiling vsss-rs v3.3.4
19342026-03-30T17:59:10.810Z Compiling ciborium v0.2.2
19352026-03-30T17:59:11.284Z Compiling atomicwrites v0.4.4
19362026-03-30T17:59:11.410Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19372026-03-30T17:59:11.435Z Compiling smf v0.2.3
19382026-03-30T17:59:11.478Z Compiling whoami v1.6.1
19392026-03-30T17:59:11.529Z Compiling resolv-conf v0.7.6
19402026-03-30T17:59:11.716Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19412026-03-30T17:59:11.782Z Compiling linked-hash-map v0.5.6
19422026-03-30T17:59:11.859Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19432026-03-30T17:59:11.898Z Compiling hubpack v0.1.2
19442026-03-30T17:59:11.967Z Compiling lru-cache v0.1.2
19452026-03-30T17:59:12.097Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19462026-03-30T17:59:12.123Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19472026-03-30T17:59:12.224Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19482026-03-30T17:59:12.396Z Compiling progenitor-impl v0.13.0
19492026-03-30T17:59:12.516Z Compiling hickory-proto v0.24.4
19502026-03-30T17:59:13.505Z Compiling similar v2.7.0
19512026-03-30T17:59:13.546Z Compiling serde-big-array v0.5.1
19522026-03-30T17:59:13.563Z Compiling swrite v0.1.0
19532026-03-30T17:59:13.663Z Compiling unicode-segmentation v1.13.1
19542026-03-30T17:59:13.698Z Compiling siphasher v1.0.2
19552026-03-30T17:59:13.899Z Compiling phf_shared v0.12.1
19562026-03-30T17:59:14.080Z Compiling newline-converter v0.3.0
19572026-03-30T17:59:14.091Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19582026-03-30T17:59:14.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19592026-03-30T17:59:14.425Z Compiling hickory-resolver v0.24.4
19602026-03-30T17:59:14.763Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19612026-03-30T17:59:15.315Z Compiling pin-project v1.1.11
19622026-03-30T17:59:15.325Z Compiling progenitor v0.13.0
19632026-03-30T17:59:15.422Z Compiling prettyplease v0.2.37
19642026-03-30T17:59:15.496Z Compiling unicode-normalization v0.1.25
19652026-03-30T17:59:15.508Z Compiling console v0.15.11
19662026-03-30T17:59:15.624Z Compiling tokio-stream v0.1.18
19672026-03-30T17:59:15.952Z Compiling csv-core v0.1.13
19682026-03-30T17:59:16.101Z Compiling unicode-width v0.1.14
19692026-03-30T17:59:16.152Z Compiling highway v1.3.0
19702026-03-30T17:59:16.219Z Compiling same-file v1.0.6
19712026-03-30T17:59:16.389Z Compiling foldhash v0.1.5
19722026-03-30T17:59:16.397Z Compiling foreign-types-shared v0.1.1
19732026-03-30T17:59:16.491Z Compiling foreign-types v0.3.2
19742026-03-30T17:59:16.528Z Compiling hashbrown v0.15.5
19752026-03-30T17:59:16.546Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19762026-03-30T17:59:16.566Z Compiling walkdir v2.5.0
19772026-03-30T17:59:16.576Z Compiling csv v1.4.0
19782026-03-30T17:59:16.739Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19792026-03-30T17:59:16.901Z Compiling qorb v0.4.1
19802026-03-30T17:59:17.051Z Compiling olpc-cjson v0.1.4
19812026-03-30T17:59:17.065Z Compiling expectorate v1.2.0
19822026-03-30T17:59:17.124Z Compiling snafu v0.8.9
19832026-03-30T17:59:17.213Z Compiling newtype_derive v0.1.6
19842026-03-30T17:59:17.216Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19852026-03-30T17:59:17.297Z Compiling phf v0.12.1
19862026-03-30T17:59:17.455Z Compiling owo-colors v4.3.0
19872026-03-30T17:59:17.488Z Compiling openssl-sys v0.9.112
19882026-03-30T17:59:18.012Z Compiling tokio-dtrace v0.1.1
19892026-03-30T17:59:18.176Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19902026-03-30T17:59:18.191Z Compiling globset v0.4.18
19912026-03-30T17:59:18.236Z Compiling libsw-core v0.3.2
19922026-03-30T17:59:18.277Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19932026-03-30T17:59:18.404Z Compiling pem v3.0.6
19942026-03-30T17:59:18.627Z Compiling serde_plain v1.0.2
19952026-03-30T17:59:18.677Z Compiling bytecount v0.6.9
19962026-03-30T17:59:18.775Z Compiling minimal-lexical v0.2.1
19972026-03-30T17:59:18.837Z Compiling smawk v0.3.2
19982026-03-30T17:59:18.845Z Compiling unicode-linebreak v0.1.5
19992026-03-30T17:59:18.957Z Compiling fixedbitset v0.4.2
20002026-03-30T17:59:18.965Z Compiling typed-path v0.9.3
20012026-03-30T17:59:18.965Z Compiling fixedbitset v0.5.7
20022026-03-30T17:59:19.017Z Compiling nom v7.1.3
20032026-03-30T17:59:19.035Z Compiling textwrap v0.16.2
20042026-03-30T17:59:19.083Z Compiling petgraph v0.6.5
20052026-03-30T17:59:19.167Z Compiling papergrid v0.11.0
20062026-03-30T17:59:19.292Z Compiling petgraph v0.8.3
20072026-03-30T17:59:19.537Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20082026-03-30T17:59:20.274Z Compiling tough v0.20.0
20092026-03-30T17:59:20.353Z Compiling openssl v0.10.76
20102026-03-30T17:59:20.643Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20112026-03-30T17:59:20.713Z Compiling libsw v3.5.0
20122026-03-30T17:59:20.729Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20132026-03-30T17:59:20.837Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-30T17:59:20.909Z Compiling oxide-tokio-rt v0.1.3
20152026-03-30T17:59:20.981Z Compiling chrono-tz v0.10.4
20162026-03-30T17:59:20.998Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20172026-03-30T17:59:21.082Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-30T17:59:21.189Z Compiling slog-dtrace v0.3.0
20192026-03-30T17:59:21.497Z Compiling cancel-safe-futures v0.1.5
20202026-03-30T17:59:21.822Z Compiling const_format v0.2.35
20212026-03-30T17:59:21.880Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20222026-03-30T17:59:21.990Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20232026-03-30T17:59:22.119Z Compiling gethostname v0.5.0
20242026-03-30T17:59:22.292Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20252026-03-30T17:59:22.787Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20262026-03-30T17:59:23.334Z Compiling bcs v0.1.6
20272026-03-30T17:59:23.337Z Compiling linear-map v1.2.0
20282026-03-30T17:59:23.526Z Compiling termtree v0.5.1
20292026-03-30T17:59:23.538Z Compiling lazy_static v1.5.0
20302026-03-30T17:59:23.648Z Compiling tagptr v0.2.0
20312026-03-30T17:59:23.682Z Compiling steno v0.4.1
20322026-03-30T17:59:23.688Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20332026-03-30T17:59:23.803Z Compiling moka v0.12.15
20342026-03-30T17:59:24.415Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20352026-03-30T17:59:24.590Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20362026-03-30T17:59:25.437Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20372026-03-30T17:59:25.437Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20382026-03-30T17:59:25.437Z Compiling tabled v0.15.0
20392026-03-30T17:59:25.437Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20402026-03-30T17:59:25.511Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20412026-03-30T17:59:25.588Z Compiling cookie v0.18.1
20422026-03-30T17:59:25.706Z Compiling hickory-proto v0.25.2
20432026-03-30T17:59:26.197Z Compiling humantime v2.3.0
20442026-03-30T17:59:26.477Z Compiling libscf-sys v1.1.0
20452026-03-30T17:59:26.577Z Compiling parking_lot_core v0.8.6
20462026-03-30T17:59:26.630Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20472026-03-30T17:59:26.887Z Compiling parking_lot v0.11.2
20482026-03-30T17:59:26.999Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20492026-03-30T17:59:27.281Z Compiling crc32fast v1.5.0
20502026-03-30T17:59:27.320Z Compiling fxhash v0.2.1
20512026-03-30T17:59:27.457Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20522026-03-30T17:59:27.466Z Compiling internet-checksum v0.2.1
20532026-03-30T17:59:27.485Z Compiling sled v0.34.7
20542026-03-30T17:59:27.612Z Compiling hickory-resolver v0.25.2
20552026-03-30T17:59:27.618Z Compiling const-random v0.1.18
20562026-03-30T17:59:27.684Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20572026-03-30T17:59:27.694Z Compiling ahash v0.8.12
20582026-03-30T17:59:27.760Z Compiling smartstring v1.0.1
20592026-03-30T17:59:27.949Z Compiling thin-vec v0.2.14
20602026-03-30T17:59:28.039Z Compiling dropshot-api-manager-types v0.5.2
20612026-03-30T17:59:28.168Z Compiling rhai v1.24.0
20622026-03-30T17:59:28.217Z Compiling nom v8.0.0
20632026-03-30T17:59:28.400Z Compiling fs-err v3.3.0
20642026-03-30T17:59:28.714Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20652026-03-30T17:59:28.975Z Compiling git-stub v1.0.0
20662026-03-30T17:59:29.254Z Compiling is_ci v1.2.0
20672026-03-30T17:59:29.406Z Compiling supports-color v3.0.2
20682026-03-30T17:59:29.588Z Compiling git-stub-vcs v0.1.0
20692026-03-30T17:59:29.602Z Compiling drift v0.1.3
20702026-03-30T17:59:29.945Z Compiling sha2 v0.10.9
20712026-03-30T17:59:30.422Z Compiling dropshot-api-manager v0.5.2
20722026-03-30T17:59:33.841Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20732026-03-30T17:59:41.264Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20742026-03-30T17:59:42.861Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20752026-03-30T17:59:43.900Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20762026-03-30T17:59:44.962Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20772026-03-30T17:59:44.962Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
20782026-03-30T17:59:45.736Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20792026-03-30T17:59:45.787Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20802026-03-30T17:59:47.282Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20812026-03-30T17:59:47.282Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20822026-03-30T17:59:53.837Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
20832026-03-30T17:59:55.217Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20842026-03-30T17:59:56.366Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20852026-03-30T18:00:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
20862026-03-30T18:00:18.792Z Running `target/debug/maghemite-dropshot-apis check`
20872026-03-30T18:00:18.838Z -------
20882026-03-30T18:00:18.839Z Generating OpenAPI documents from API definitions ...
20892026-03-30T18:00:18.880Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20902026-03-30T18:00:18.900Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20912026-03-30T18:00:18.976Z -------
20922026-03-30T18:00:18.976Z Checking 8 OpenAPI documents...
20932026-03-30T18:00:18.976Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20942026-03-30T18:00:18.976Z Fresh ddm-admin "latest" symlink
20952026-03-30T18:00:18.976Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20962026-03-30T18:00:18.976Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20972026-03-30T18:00:18.976Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20982026-03-30T18:00:18.983Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
20992026-03-30T18:00:18.983Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
21002026-03-30T18:00:18.983Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
21012026-03-30T18:00:18.983Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
21022026-03-30T18:00:18.984Z Fresh mg-admin "latest" symlink
21032026-03-30T18:00:18.984Z -------
21042026-03-30T18:00:18.984Z Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems
21052026-03-30T18:00:19.002Z+ banner build
21062026-03-30T18:00:19.005Z
21072026-03-30T18:00:19.005Z ##### # # # # #####
21082026-03-30T18:00:19.005Z # # # # # # # #
21092026-03-30T18:00:19.005Z ##### # # # # # #
21102026-03-30T18:00:19.005Z # # # # # # # #
21112026-03-30T18:00:19.005Z # # # # # # # #
21122026-03-30T18:00:19.005Z ##### #### # ###### #####
21132026-03-30T18:00:19.005Z
21142026-03-30T18:00:19.005Z+ ptime -m cargo build
21152026-03-30T18:00:19.584Z Compiling log v0.4.29
21162026-03-30T18:00:19.693Z Compiling slog v2.8.2
21172026-03-30T18:00:19.712Z Compiling rustls-webpki v0.103.10
21182026-03-30T18:00:19.727Z Compiling webpki-roots v1.0.6
21192026-03-30T18:00:19.771Z Compiling zone v0.3.1
21202026-03-30T18:00:19.803Z Compiling arc-swap v1.9.0
21212026-03-30T18:00:19.819Z Compiling goblin v0.10.5
21222026-03-30T18:00:19.819Z Compiling rustls v0.22.4
21232026-03-30T18:00:19.839Z Compiling typify-impl v0.6.1
21242026-03-30T18:00:19.866Z Compiling goblin v0.8.2
21252026-03-30T18:00:20.183Z Compiling slog-term v2.9.2
21262026-03-30T18:00:20.206Z Compiling slog-async v2.8.0
21272026-03-30T18:00:20.586Z Compiling rustls v0.23.37
21282026-03-30T18:00:20.699Z Compiling slog-json v2.6.1
21292026-03-30T18:00:20.741Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21302026-03-30T18:00:20.746Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21312026-03-30T18:00:20.878Z Compiling slog-bunyan v2.5.0
21322026-03-30T18:00:20.907Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21332026-03-30T18:00:21.012Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21342026-03-30T18:00:21.084Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21352026-03-30T18:00:21.147Z Compiling globset v0.4.18
21362026-03-30T18:00:21.919Z Compiling tokio-rustls v0.25.0
21372026-03-30T18:00:22.061Z Compiling typify v0.6.1
21382026-03-30T18:00:22.152Z Compiling progenitor-impl v0.13.0
21392026-03-30T18:00:22.175Z Compiling dof v0.3.0
21402026-03-30T18:00:23.034Z Compiling dof v0.4.0
21412026-03-30T18:00:23.559Z Compiling tokio-rustls v0.26.4
21422026-03-30T18:00:23.809Z Compiling hyper-rustls v0.27.7
21432026-03-30T18:00:23.836Z Compiling usdt-impl v0.6.0
21442026-03-30T18:00:24.136Z Compiling rustls-platform-verifier v0.6.2
21452026-03-30T18:00:24.300Z Compiling usdt v0.6.0
21462026-03-30T18:00:24.378Z Compiling reqwest v0.13.2
21472026-03-30T18:00:24.498Z Compiling reqwest v0.12.28
21482026-03-30T18:00:24.541Z Compiling dropshot v0.16.7
21492026-03-30T18:00:24.578Z Compiling usdt-impl v0.5.0
21502026-03-30T18:00:24.590Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21512026-03-30T18:00:24.713Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21522026-03-30T18:00:25.258Z Compiling usdt v0.5.0
21532026-03-30T18:00:25.339Z Compiling steno v0.4.1
21542026-03-30T18:00:25.358Z Compiling typify-impl v0.4.3
21552026-03-30T18:00:25.533Z Compiling tokio-dtrace v0.1.1
21562026-03-30T18:00:25.803Z Compiling progenitor-client v0.13.0
21572026-03-30T18:00:26.120Z Compiling progenitor-client v0.10.0
21582026-03-30T18:00:26.384Z Compiling progenitor-extras v0.1.1
21592026-03-30T18:00:26.396Z Compiling progenitor v0.13.0
21602026-03-30T18:00:26.423Z Compiling qorb v0.4.1
21612026-03-30T18:00:26.537Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21622026-03-30T18:00:26.632Z Compiling oxide-tokio-rt v0.1.3
21632026-03-30T18:00:26.941Z Compiling tough v0.20.0
21642026-03-30T18:00:28.108Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21652026-03-30T18:00:28.187Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21662026-03-30T18:00:28.199Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21672026-03-30T18:00:28.487Z Compiling slog-dtrace v0.3.0
21682026-03-30T18:00:28.739Z Compiling sled v0.34.7
21692026-03-30T18:00:28.801Z Compiling typify v0.4.3
21702026-03-30T18:00:28.916Z Compiling slog-scope v4.4.1
21712026-03-30T18:00:29.180Z Compiling papergrid v0.17.0
21722026-03-30T18:00:30.184Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21732026-03-30T18:00:30.369Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21742026-03-30T18:00:30.475Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21752026-03-30T18:00:30.822Z Compiling testing_table v0.3.0
21762026-03-30T18:00:30.997Z Compiling tabled v0.20.0
21772026-03-30T18:00:31.130Z Compiling slog-stdlog v4.1.1
21782026-03-30T18:00:31.210Z Compiling progenitor-impl v0.11.2
21792026-03-30T18:00:31.237Z Compiling progenitor-client v0.11.2
21802026-03-30T18:00:31.351Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21812026-03-30T18:00:31.488Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21822026-03-30T18:00:31.538Z Compiling slog-envlogger v2.2.0
21832026-03-30T18:00:31.856Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21842026-03-30T18:00:31.944Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21852026-03-30T18:00:32.242Z Compiling crc8 v0.1.1
21862026-03-30T18:00:32.366Z Compiling progenitor v0.11.2
21872026-03-30T18:00:32.519Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21882026-03-30T18:00:32.699Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21892026-03-30T18:00:32.991Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21902026-03-30T18:00:33.182Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21912026-03-30T18:00:33.507Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21922026-03-30T18:00:33.521Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21932026-03-30T18:00:33.680Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21942026-03-30T18:00:33.825Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21952026-03-30T18:00:33.845Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21962026-03-30T18:00:34.338Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21972026-03-30T18:00:34.379Z Compiling utf-8 v0.7.6
21982026-03-30T18:00:34.418Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21992026-03-30T18:00:34.563Z Compiling tungstenite v0.21.0
22002026-03-30T18:00:34.748Z Compiling progenitor-impl v0.10.0
22012026-03-30T18:00:34.903Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22022026-03-30T18:00:35.151Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22032026-03-30T18:00:35.455Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22042026-03-30T18:00:35.530Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22052026-03-30T18:00:35.541Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22062026-03-30T18:00:35.882Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22072026-03-30T18:00:36.145Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22082026-03-30T18:00:36.599Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22092026-03-30T18:00:36.613Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22102026-03-30T18:00:36.940Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22112026-03-30T18:00:37.216Z Compiling progenitor v0.10.0
22122026-03-30T18:00:37.369Z Compiling tokio-tungstenite v0.21.0
22132026-03-30T18:00:37.511Z Compiling lzma-sys v0.1.20
22142026-03-30T18:00:37.629Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22152026-03-30T18:00:37.679Z Compiling typeid v1.0.3
22162026-03-30T18:00:37.691Z Compiling console v0.16.3
22172026-03-30T18:00:37.836Z Compiling unit-prefix v0.5.2
22182026-03-30T18:00:37.924Z Compiling base64 v0.21.7
22192026-03-30T18:00:37.955Z Compiling ron v0.12.0
22202026-03-30T18:00:38.254Z Compiling indicatif v0.18.4
22212026-03-30T18:00:38.307Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22222026-03-30T18:00:38.660Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22232026-03-30T18:00:38.869Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22242026-03-30T18:00:39.176Z Compiling xz2 v0.1.7
22252026-03-30T18:00:39.423Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
22262026-03-30T18:00:39.427Z Compiling base16ct v1.0.0
22272026-03-30T18:00:39.490Z Compiling dropshot-api-manager v0.5.2
22282026-03-30T18:00:39.600Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22292026-03-30T18:00:39.628Z Compiling natord v1.0.9
22302026-03-30T18:00:39.801Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
22312026-03-30T18:00:39.996Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22322026-03-30T18:00:40.099Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22332026-03-30T18:00:40.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
22342026-03-30T18:00:42.488Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22352026-03-30T18:00:43.606Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22362026-03-30T18:00:43.606Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22372026-03-30T18:00:51.723Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22382026-03-30T18:00:58.715Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22392026-03-30T18:01:00.283Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22402026-03-30T18:01:01.334Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22412026-03-30T18:01:02.419Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22422026-03-30T18:01:02.419Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22432026-03-30T18:01:02.855Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22442026-03-30T18:01:03.192Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22452026-03-30T18:01:03.192Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22462026-03-30T18:01:03.253Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22472026-03-30T18:01:03.539Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
22482026-03-30T18:01:03.898Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22492026-03-30T18:01:04.970Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22502026-03-30T18:01:04.970Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22512026-03-30T18:01:04.973Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22522026-03-30T18:01:10.764Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22532026-03-30T18:01:12.768Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22542026-03-30T18:01:14.240Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22552026-03-30T18:01:14.240Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22562026-03-30T18:01:14.424Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22572026-03-30T18:01:14.439Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22582026-03-30T18:01:15.790Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22592026-03-30T18:01:15.790Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22602026-03-30T18:01:58.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
22612026-03-30T18:01:58.956Z
22622026-03-30T18:01:58.956Zreal 1:39.925092050
22632026-03-30T18:01:58.956Zuser 6:35.759744262
22642026-03-30T18:01:58.956Zsys 1:00.260404003
22652026-03-30T18:01:58.956Ztrap 0.176430210
22662026-03-30T18:01:58.959Ztflt 0.101240707
22672026-03-30T18:01:58.960Zdflt 0.383535385
22682026-03-30T18:01:58.960Zkflt 0.004153603
22692026-03-30T18:01:58.960Zlock 26:17.512967256
22702026-03-30T18:01:58.960Zslp 23:37.271936900
22712026-03-30T18:01:58.960Zlat 19.405227008
22722026-03-30T18:01:58.960Zstop 19.956775229
22732026-03-30T18:01:58.960Z+ ptime -m cargo build --release
22742026-03-30T18:02:00.159Z Compiling proc-macro2 v1.0.106
22752026-03-30T18:02:00.159Z Compiling quote v1.0.45
22762026-03-30T18:02:00.159Z Compiling unicode-ident v1.0.24
22772026-03-30T18:02:00.159Z Compiling serde_core v1.0.228
22782026-03-30T18:02:00.159Z Compiling serde v1.0.228
22792026-03-30T18:02:00.164Z Compiling libc v0.2.183
22802026-03-30T18:02:00.164Z Compiling cfg-if v1.0.4
22812026-03-30T18:02:00.972Z Compiling zmij v1.0.21
22822026-03-30T18:02:01.098Z Compiling autocfg v1.5.0
22832026-03-30T18:02:01.315Z Compiling libm v0.2.16
22842026-03-30T18:02:01.318Z Compiling memchr v2.8.0
22852026-03-30T18:02:01.547Z Compiling itoa v1.0.18
22862026-03-30T18:02:01.736Z Compiling version_check v0.9.5
22872026-03-30T18:02:01.821Z Compiling icu_normalizer_data v2.1.1
22882026-03-30T18:02:01.945Z Compiling icu_properties_data v2.1.2
22892026-03-30T18:02:02.013Z Compiling stable_deref_trait v1.2.1
22902026-03-30T18:02:02.115Z Compiling serde_json v1.0.149
22912026-03-30T18:02:02.216Z Compiling thiserror v2.0.18
22922026-03-30T18:02:02.276Z Compiling litemap v0.8.1
22932026-03-30T18:02:02.365Z Compiling syn v2.0.117
22942026-03-30T18:02:02.401Z Compiling writeable v0.6.2
22952026-03-30T18:02:02.521Z Compiling num-traits v0.2.19
22962026-03-30T18:02:02.595Z Compiling percent-encoding v2.3.2
22972026-03-30T18:02:02.793Z Compiling form_urlencoded v1.2.2
22982026-03-30T18:02:02.883Z Compiling utf8_iter v1.0.4
22992026-03-30T18:02:02.893Z Compiling parking_lot_core v0.9.12
23002026-03-30T18:02:02.975Z Compiling jobserver v0.1.34
23012026-03-30T18:02:03.055Z Compiling find-msvc-tools v0.1.9
23022026-03-30T18:02:03.088Z Compiling shlex v1.3.0
23032026-03-30T18:02:03.173Z Compiling getrandom v0.4.2
23042026-03-30T18:02:03.276Z Compiling cc v1.2.57
23052026-03-30T18:02:03.319Z Compiling rand_core v0.10.0
23062026-03-30T18:02:03.393Z Compiling iana-time-zone v0.1.65
23072026-03-30T18:02:03.530Z Compiling heck v0.5.0
23082026-03-30T18:02:03.691Z Compiling errno v0.3.14
23092026-03-30T18:02:03.876Z Compiling zerocopy v0.8.47
23102026-03-30T18:02:04.027Z Compiling uuid v1.23.0
23112026-03-30T18:02:04.141Z Compiling semver v1.0.27
23122026-03-30T18:02:04.266Z Compiling dyn-clone v1.0.20
23132026-03-30T18:02:04.300Z Compiling schemars v0.8.22
23142026-03-30T18:02:04.427Z Compiling getrandom v0.2.17
23152026-03-30T18:02:04.526Z Compiling pin-project-lite v0.2.17
23162026-03-30T18:02:04.572Z Compiling rustversion v1.0.22
23172026-03-30T18:02:04.647Z Compiling bitflags v2.11.0
23182026-03-30T18:02:04.661Z Compiling socket2 v0.6.3
23192026-03-30T18:02:04.805Z Compiling portable-atomic v1.13.1
23202026-03-30T18:02:04.854Z Compiling scopeguard v1.2.0
23212026-03-30T18:02:04.960Z Compiling equivalent v1.0.2
23222026-03-30T18:02:04.980Z Compiling lock_api v0.4.14
23232026-03-30T18:02:05.059Z Compiling foldhash v0.2.0
23242026-03-30T18:02:05.073Z Compiling allocator-api2 v0.2.21
23252026-03-30T18:02:05.246Z Compiling synstructure v0.13.2
23262026-03-30T18:02:05.262Z Compiling serde_derive_internals v0.29.1
23272026-03-30T18:02:05.406Z Compiling hashbrown v0.16.1
23282026-03-30T18:02:05.455Z Compiling critical-section v1.2.0
23292026-03-30T18:02:05.544Z Compiling log v0.4.29
23302026-03-30T18:02:05.576Z Compiling signal-hook-registry v1.4.8
23312026-03-30T18:02:05.759Z Compiling mio v1.1.1
23322026-03-30T18:02:05.797Z Compiling once_cell v1.21.4
23332026-03-30T18:02:05.990Z Compiling subtle v2.6.1
23342026-03-30T18:02:06.042Z Compiling typenum v1.19.0
23352026-03-30T18:02:06.056Z Compiling futures-core v0.3.32
23362026-03-30T18:02:06.186Z Compiling httparse v1.10.1
23372026-03-30T18:02:06.226Z Compiling ring v0.17.14
23382026-03-30T18:02:06.281Z Compiling serde_derive v1.0.228
23392026-03-30T18:02:06.284Z Compiling zerofrom-derive v0.1.6
23402026-03-30T18:02:06.393Z Compiling yoke-derive v0.8.1
23412026-03-30T18:02:06.461Z Compiling zerovec-derive v0.11.2
23422026-03-30T18:02:06.475Z Compiling displaydoc v0.2.5
23432026-03-30T18:02:06.488Z Compiling schemars_derive v0.8.22
23442026-03-30T18:02:06.563Z Compiling thiserror-impl v2.0.18
23452026-03-30T18:02:06.757Z Compiling tokio-macros v2.6.1
23462026-03-30T18:02:07.234Z Compiling zerocopy-derive v0.8.47
23472026-03-30T18:02:07.455Z Compiling zeroize_derive v1.4.3
23482026-03-30T18:02:07.501Z Compiling zerofrom v0.1.6
23492026-03-30T18:02:07.527Z Compiling futures-macro v0.3.32
23502026-03-30T18:02:07.643Z Compiling yoke v0.8.1
23512026-03-30T18:02:07.748Z Compiling cmake v0.1.57
23522026-03-30T18:02:07.865Z Compiling zerovec v0.11.5
23532026-03-30T18:02:07.937Z Compiling zerotrie v0.2.3
23542026-03-30T18:02:08.144Z Compiling zeroize v1.8.2
23552026-03-30T18:02:08.234Z Compiling dunce v1.0.5
23562026-03-30T18:02:08.295Z Compiling fs_extra v1.3.0
23572026-03-30T18:02:08.345Z Compiling getrandom v0.3.4
23582026-03-30T18:02:08.394Z Compiling tinystr v0.8.2
23592026-03-30T18:02:08.394Z Compiling potential_utf v0.1.4
23602026-03-30T18:02:08.420Z Compiling thiserror v1.0.69
23612026-03-30T18:02:08.444Z Compiling futures-sink v0.3.32
23622026-03-30T18:02:08.565Z Compiling icu_locale_core v2.1.1
23632026-03-30T18:02:08.578Z Compiling icu_collections v2.1.1
23642026-03-30T18:02:08.601Z Compiling aws-lc-sys v0.39.0
23652026-03-30T18:02:08.619Z Compiling thiserror-impl v1.0.69
23662026-03-30T18:02:08.685Z Compiling slab v0.4.12
23672026-03-30T18:02:08.735Z Compiling rand_core v0.6.4
23682026-03-30T18:02:08.897Z Compiling rustix v1.1.4
23692026-03-30T18:02:08.995Z Compiling indexmap v2.13.0
23702026-03-30T18:02:09.312Z Compiling icu_provider v2.1.1
23712026-03-30T18:02:09.453Z Compiling futures-channel v0.3.32
23722026-03-30T18:02:09.634Z Compiling smallvec v1.15.1
23732026-03-30T18:02:09.646Z Compiling bytes v1.11.1
23742026-03-30T18:02:09.727Z Compiling icu_properties v2.1.2
23752026-03-30T18:02:09.727Z Compiling chrono v0.4.44
23762026-03-30T18:02:09.781Z Compiling serde_tokenstream v0.2.3
23772026-03-30T18:02:09.916Z Compiling icu_normalizer v2.1.1
23782026-03-30T18:02:10.365Z Compiling parking_lot v0.12.5
23792026-03-30T18:02:10.501Z Compiling regex-syntax v0.8.10
23802026-03-30T18:02:10.565Z Compiling idna_adapter v1.2.1
23812026-03-30T18:02:10.726Z Compiling idna v1.1.0
23822026-03-30T18:02:11.005Z Compiling tokio v1.50.0
23832026-03-30T18:02:11.085Z Compiling url v2.5.8
23842026-03-30T18:02:11.231Z Compiling futures-task v0.3.32
23852026-03-30T18:02:11.250Z Compiling futures-io v0.3.32
23862026-03-30T18:02:11.420Z Compiling futures-util v0.3.32
23872026-03-30T18:02:12.817Z Compiling tracing-attributes v0.1.31
23882026-03-30T18:02:13.135Z Compiling tracing-core v0.1.36
23892026-03-30T18:02:13.171Z Compiling aho-corasick v1.1.4
23902026-03-30T18:02:13.425Z Compiling generic-array v0.14.7
23912026-03-30T18:02:14.069Z Compiling tracing v0.1.44
23922026-03-30T18:02:14.113Z Compiling regex-automata v0.4.14
23932026-03-30T18:02:14.252Z Compiling ucd-trie v0.1.7
23942026-03-30T18:02:14.323Z Compiling http v1.4.0
23952026-03-30T18:02:14.424Z Compiling pest v2.8.6
23962026-03-30T18:02:14.605Z Compiling base64 v0.22.1
23972026-03-30T18:02:14.856Z Compiling ipnetwork v0.21.1
23982026-03-30T18:02:15.162Z Compiling byteorder v1.5.0
23992026-03-30T18:02:15.438Z Compiling fnv v1.0.7
24002026-03-30T18:02:15.563Z Compiling pest_meta v2.8.6
24012026-03-30T18:02:15.643Z Compiling anyhow v1.0.102
24022026-03-30T18:02:15.959Z Compiling regex v1.12.3
24032026-03-30T18:02:16.102Z Compiling rustls-pki-types v1.14.0
24042026-03-30T18:02:16.383Z Compiling pest_generator v2.8.6
24052026-03-30T18:02:16.651Z Compiling slog v2.8.2
24062026-03-30T18:02:16.840Z Compiling erased-serde v0.3.31
24072026-03-30T18:02:16.871Z Compiling crypto-common v0.1.7
24082026-03-30T18:02:17.023Z Compiling pest_derive v2.8.6
24092026-03-30T18:02:17.037Z Compiling untrusted v0.9.0
24102026-03-30T18:02:17.111Z Compiling strsim v0.11.1
24112026-03-30T18:02:17.647Z Compiling ipnet v2.12.0
24122026-03-30T18:02:17.681Z Compiling ident_case v1.0.1
24132026-03-30T18:02:17.939Z Compiling tokio-util v0.7.18
24142026-03-30T18:02:18.358Z Compiling syn v1.0.109
24152026-03-30T18:02:18.527Z Compiling paste v1.0.15
24162026-03-30T18:02:18.705Z Compiling num-conv v0.2.0
24172026-03-30T18:02:18.834Z Compiling time-core v0.1.8
24182026-03-30T18:02:18.926Z Compiling oxnet v0.1.4
24192026-03-30T18:02:18.993Z Compiling time-macros v0.2.27
24202026-03-30T18:02:19.102Z Compiling http-body v1.0.1
24212026-03-30T18:02:19.537Z Compiling omicron-workspace-hack v0.1.0
24222026-03-30T18:02:19.776Z Compiling atomic-waker v1.1.2
24232026-03-30T18:02:20.426Z Compiling ppv-lite86 v0.2.21
24242026-03-30T18:02:20.776Z Compiling ryu v1.0.23
24252026-03-30T18:02:21.073Z Compiling tower-layer v0.3.3
24262026-03-30T18:02:21.281Z Compiling try-lock v0.2.5
24272026-03-30T18:02:21.747Z Compiling tower-service v0.3.3
24282026-03-30T18:02:21.844Z Compiling want v0.3.1
24292026-03-30T18:02:21.856Z Compiling h2 v0.4.13
24302026-03-30T18:02:22.028Z Compiling block-buffer v0.10.4
24312026-03-30T18:02:22.211Z Compiling scroll_derive v0.13.1
24322026-03-30T18:02:23.025Z Compiling httpdate v1.0.3
24332026-03-30T18:02:23.051Z Compiling aws-lc-rs v1.16.2
24342026-03-30T18:02:23.271Z Compiling pretty-hex v0.4.2
24352026-03-30T18:02:23.358Z Compiling pin-utils v0.1.0
24362026-03-30T18:02:23.408Z Compiling camino v1.2.2
24372026-03-30T18:02:23.422Z Compiling digest v0.10.7
24382026-03-30T18:02:23.439Z Compiling async-trait v0.1.89
24392026-03-30T18:02:23.670Z Compiling crossbeam-utils v0.8.21
24402026-03-30T18:02:23.977Z Compiling untrusted v0.7.1
24412026-03-30T18:02:24.399Z Compiling hyper v1.8.1
24422026-03-30T18:02:24.690Z Compiling serde_urlencoded v0.7.1
24432026-03-30T18:02:24.793Z Compiling http-body-util v0.1.3
24442026-03-30T18:02:24.977Z Compiling daft-derive v0.1.5
24452026-03-30T18:02:25.737Z Compiling hyper-util v0.1.20
24462026-03-30T18:02:27.563Z Compiling slog-async v2.8.0
24472026-03-30T18:02:27.875Z Compiling rustls v0.23.37
24482026-03-30T18:02:28.213Z Compiling usdt-impl v0.6.0
24492026-03-30T18:02:28.449Z Compiling scroll v0.13.0
24502026-03-30T18:02:28.477Z Compiling plain v0.2.3
24512026-03-30T18:02:28.513Z Compiling openapiv3 v2.2.0
24522026-03-30T18:02:28.600Z Compiling sync_wrapper v1.0.2
24532026-03-30T18:02:28.721Z Compiling goblin v0.10.5
24542026-03-30T18:02:28.835Z Compiling cpufeatures v0.2.17
24552026-03-30T18:02:28.922Z Compiling tower v0.5.3
24562026-03-30T18:02:29.028Z Compiling rand_core v0.9.5
24572026-03-30T18:02:29.296Z Compiling dtrace-parser v0.3.0
24582026-03-30T18:02:29.503Z Compiling webpki-roots v1.0.6
24592026-03-30T18:02:29.646Z Compiling regress v0.10.5
24602026-03-30T18:02:29.891Z Compiling thread-id v5.1.0
24612026-03-30T18:02:30.263Z Compiling powerfmt v0.2.0
24622026-03-30T18:02:30.622Z Compiling ref-cast v1.0.25
24632026-03-30T18:02:30.954Z Compiling iri-string v0.7.11
24642026-03-30T18:02:31.124Z Compiling deranged v0.5.8
24652026-03-30T18:02:31.616Z Compiling dof v0.4.0
24662026-03-30T18:02:32.436Z Compiling tower-http v0.6.8
24672026-03-30T18:02:32.951Z Compiling num_threads v0.1.7
24682026-03-30T18:02:33.194Z Compiling rustls v0.22.4
24692026-03-30T18:02:33.206Z Compiling time v0.3.47
24702026-03-30T18:02:33.406Z Compiling rand_chacha v0.9.0
24712026-03-30T18:02:33.460Z Compiling ref-cast-impl v1.0.25
24722026-03-30T18:02:33.760Z Compiling hex v0.4.3
24732026-03-30T18:02:33.970Z Compiling rand v0.9.2
24742026-03-30T18:02:34.074Z Compiling usdt-macro v0.6.0
24752026-03-30T18:02:34.141Z Compiling usdt-attr-macro v0.6.0
24762026-03-30T18:02:34.685Z Compiling crossbeam-channel v0.5.15
24772026-03-30T18:02:34.953Z Compiling structmeta-derive v0.3.0
24782026-03-30T18:02:35.037Z Compiling multer v3.1.0
24792026-03-30T18:02:35.365Z Compiling darling_core v0.23.0
24802026-03-30T18:02:35.850Z Compiling newtype-uuid-macros v0.1.0
24812026-03-30T18:02:36.019Z Compiling thread_local v1.1.9
24822026-03-30T18:02:36.036Z Compiling structmeta v0.3.0
24832026-03-30T18:02:36.367Z Compiling fastrand v2.3.0
24842026-03-30T18:02:36.380Z Compiling winnow v1.0.0
24852026-03-30T18:02:36.704Z Compiling futures-executor v0.3.32
24862026-03-30T18:02:36.719Z Compiling newtype-uuid v1.3.2
24872026-03-30T18:02:36.928Z Compiling async-stream-impl v0.3.6
24882026-03-30T18:02:37.006Z Compiling strum_macros v0.26.4
24892026-03-30T18:02:37.180Z Compiling dropshot v0.16.7
24902026-03-30T18:02:37.432Z Compiling is-terminal v0.4.17
24912026-03-30T18:02:37.546Z Compiling take_mut v0.2.2
24922026-03-30T18:02:37.559Z Compiling darling_macro v0.23.0
24932026-03-30T18:02:37.677Z Compiling term v1.2.1
24942026-03-30T18:02:37.812Z Compiling daft v0.1.5
24952026-03-30T18:02:37.839Z Compiling futures v0.3.32
24962026-03-30T18:02:38.078Z Compiling slog-term v2.9.2
24972026-03-30T18:02:38.132Z Compiling darling v0.23.0
24982026-03-30T18:02:38.227Z Compiling either v1.15.0
24992026-03-30T18:02:38.292Z Compiling serde_with_macros v3.18.0
25002026-03-30T18:02:38.454Z Compiling tempfile v3.27.0
25012026-03-30T18:02:38.936Z Compiling toml_parser v1.1.0+spec-1.1.0
25022026-03-30T18:02:38.966Z Compiling dropshot_endpoint v0.16.7
25032026-03-30T18:02:38.987Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-03-30T18:02:39.414Z Compiling derive-ex v0.1.8
25052026-03-30T18:02:39.451Z Compiling rand_chacha v0.3.1
25062026-03-30T18:02:39.464Z Compiling strum_macros v0.27.2
25072026-03-30T18:02:39.476Z Compiling unicode-width v0.2.2
25082026-03-30T18:02:39.494Z Compiling openssl-probe v0.2.1
25092026-03-30T18:02:39.745Z Compiling rand v0.8.5
25102026-03-30T18:02:39.800Z Compiling rustls-native-certs v0.8.3
25112026-03-30T18:02:40.556Z Compiling sha1 v0.10.6
25122026-03-30T18:02:40.611Z Compiling macaddr v1.0.1
25132026-03-30T18:02:40.742Z Compiling winnow v0.7.15
25142026-03-30T18:02:40.975Z Compiling match_cfg v0.1.0
25152026-03-30T18:02:40.993Z Compiling test-strategy v0.4.5
25162026-03-30T18:02:41.055Z Compiling hostname v0.3.1
25172026-03-30T18:02:41.304Z Compiling slog-json v2.6.1
25182026-03-30T18:02:41.499Z Compiling memmap2 v0.9.10
25192026-03-30T18:02:41.556Z Compiling slog-bunyan v2.5.0
25202026-03-30T18:02:41.878Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25212026-03-30T18:02:42.671Z Compiling rustls-webpki v0.102.8
25222026-03-30T18:02:43.035Z Compiling serde_spanned v1.1.0
25232026-03-30T18:02:43.048Z Compiling toml_datetime v0.7.5+spec-1.1.0
25242026-03-30T18:02:43.483Z Compiling debug-ignore v1.0.5
25252026-03-30T18:02:43.605Z Compiling usdt v0.6.0
25262026-03-30T18:02:43.841Z Compiling toml_writer v1.1.0+spec-1.1.0
25272026-03-30T18:02:44.066Z Compiling toml v0.9.12+spec-1.1.0
25282026-03-30T18:02:44.494Z Compiling parse-display-derive v0.10.0
25292026-03-30T18:02:45.284Z Compiling encoding_rs v0.8.35
25302026-03-30T18:02:46.098Z Compiling mime v0.3.17
25312026-03-30T18:02:46.578Z Compiling spin v0.9.8
25322026-03-30T18:02:46.729Z Compiling itertools v0.14.0
25332026-03-30T18:02:47.917Z Compiling tokio-rustls v0.25.0
25342026-03-30T18:02:47.978Z Compiling strum v0.26.3
25352026-03-30T18:02:48.130Z Compiling async-stream v0.3.6
25362026-03-30T18:02:48.204Z Compiling waitgroup v0.1.2
25372026-03-30T18:02:48.232Z Compiling rustls-pemfile v2.2.0
25382026-03-30T18:02:48.331Z Compiling clap_derive v4.6.0
25392026-03-30T18:02:48.372Z Compiling serde_path_to_error v0.1.20
25402026-03-30T18:02:48.520Z Compiling hostname v0.4.2
25412026-03-30T18:02:48.705Z Compiling wait-timeout v0.2.1
25422026-03-30T18:02:48.828Z Compiling utf8parse v0.2.2
25432026-03-30T18:02:49.177Z Compiling bit-vec v0.8.0
25442026-03-30T18:02:49.327Z Compiling quick-error v1.2.3
25452026-03-30T18:02:49.353Z Compiling anstyle-parse v1.0.0
25462026-03-30T18:02:49.471Z Compiling rusty-fork v0.3.1
25472026-03-30T18:02:49.486Z Compiling bit-set v0.8.0
25482026-03-30T18:02:49.925Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25492026-03-30T18:02:50.035Z Compiling serde_with v3.18.0
25502026-03-30T18:02:50.108Z Compiling rand_xorshift v0.4.0
25512026-03-30T18:02:50.287Z Compiling terminal_size v0.4.4
25522026-03-30T18:02:50.316Z Compiling colorchoice v1.0.5
25532026-03-30T18:02:50.353Z Compiling is_terminal_polyfill v1.70.2
25542026-03-30T18:02:50.404Z Compiling anstyle-query v1.1.5
25552026-03-30T18:02:50.445Z Compiling anstyle v1.0.14
25562026-03-30T18:02:50.448Z Compiling unarray v0.1.4
25572026-03-30T18:02:50.588Z Compiling proptest v1.11.0
25582026-03-30T18:02:50.734Z Compiling anstream v1.0.0
25592026-03-30T18:02:50.942Z Compiling strum v0.27.2
25602026-03-30T18:02:51.063Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25612026-03-30T18:02:51.095Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25622026-03-30T18:02:51.223Z Compiling instant v0.1.13
25632026-03-30T18:02:51.334Z Compiling clap_lex v1.1.0
25642026-03-30T18:02:51.699Z Compiling clap_builder v4.6.0
25652026-03-30T18:02:52.583Z Compiling rustc-hash v2.1.1
25662026-03-30T18:02:52.723Z Compiling iddqd v0.3.17
25672026-03-30T18:02:52.958Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25682026-03-30T18:02:54.072Z Compiling clap v4.6.0
25692026-03-30T18:02:55.623Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25702026-03-30T18:02:55.939Z Compiling backon v1.6.0
25712026-03-30T18:02:56.199Z Compiling darling_core v0.21.3
25722026-03-30T18:02:57.388Z Compiling backoff v0.4.0
25732026-03-30T18:02:57.634Z Compiling parse-display v0.10.0
25742026-03-30T18:02:58.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25752026-03-30T18:02:58.309Z Compiling darling_macro v0.21.3
25762026-03-30T18:02:58.487Z Compiling toml_datetime v0.6.11
25772026-03-30T18:02:58.537Z Compiling proc-macro-error-attr v1.0.4
25782026-03-30T18:02:58.736Z Compiling toml_datetime v1.1.0+spec-1.1.0
25792026-03-30T18:02:59.091Z Compiling heck v0.4.1
25802026-03-30T18:02:59.256Z Compiling toml_edit v0.25.8+spec-1.1.0
25812026-03-30T18:02:59.306Z Compiling darling v0.21.3
25822026-03-30T18:02:59.813Z Compiling proc-macro-error v1.0.4
25832026-03-30T18:03:00.061Z Compiling unsafe-libyaml v0.2.11
25842026-03-30T18:03:00.378Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25852026-03-30T18:03:00.644Z Compiling heapless v0.8.0
25862026-03-30T18:03:00.872Z Compiling serde_yaml v0.9.34+deprecated
25872026-03-30T18:03:01.154Z Compiling proc-macro-crate v3.5.0
25882026-03-30T18:03:01.910Z Compiling ingot-macros v0.1.1
25892026-03-30T18:03:02.286Z Compiling hash32 v0.3.1
25902026-03-30T18:03:02.490Z Compiling zerocopy-derive v0.7.35
25912026-03-30T18:03:03.184Z Compiling smoltcp v0.11.0
25922026-03-30T18:03:03.345Z Compiling crucible-workspace-hack v0.1.0
25932026-03-30T18:03:03.388Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25942026-03-30T18:03:04.396Z Compiling num_enum_derive v0.7.6
25952026-03-30T18:03:04.582Z Compiling ingot-types v0.1.2
25962026-03-30T18:03:04.650Z Compiling tabwriter v1.4.1
25972026-03-30T18:03:04.793Z Compiling crossbeam-epoch v0.9.18
25982026-03-30T18:03:05.011Z Compiling cobs v0.3.0
25992026-03-30T18:03:05.042Z Compiling foreign-types-macros v0.2.3
26002026-03-30T18:03:05.282Z Compiling cpufeatures v0.3.0
26012026-03-30T18:03:05.282Z Compiling foreign-types-shared v0.3.1
26022026-03-30T18:03:05.407Z Compiling bitflags v1.3.2
26032026-03-30T18:03:05.416Z Compiling managed v0.8.0
26042026-03-30T18:03:05.526Z Compiling colored v3.1.1
26052026-03-30T18:03:05.537Z Compiling num_enum v0.7.6
26062026-03-30T18:03:05.564Z Compiling chacha20 v0.10.0
26072026-03-30T18:03:05.676Z Compiling postcard v1.1.3
26082026-03-30T18:03:05.688Z Compiling foreign-types v0.5.0
26092026-03-30T18:03:05.870Z Compiling ingot v0.1.1
26102026-03-30T18:03:06.358Z Compiling typify-impl v0.6.1
26112026-03-30T18:03:06.399Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26122026-03-30T18:03:06.889Z Compiling cstr-argument v0.1.2
26132026-03-30T18:03:07.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
26142026-03-30T18:03:08.612Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-03-30T18:03:08.874Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26162026-03-30T18:03:09.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26172026-03-30T18:03:09.227Z Compiling rand v0.10.0
26182026-03-30T18:03:09.464Z Compiling memoffset v0.9.1
26192026-03-30T18:03:09.634Z Compiling typify-macro v0.6.1
26202026-03-30T18:03:09.706Z Compiling cfg_aliases v0.2.1
26212026-03-30T18:03:09.722Z Compiling prettyplease v0.2.37
26222026-03-30T18:03:09.776Z Compiling tinyvec_macros v0.1.1
26232026-03-30T18:03:09.850Z Compiling convert_case v0.4.0
26242026-03-30T18:03:10.133Z Compiling tinyvec v1.11.0
26252026-03-30T18:03:10.146Z Compiling derive_more v0.99.20
26262026-03-30T18:03:10.524Z Compiling nix v0.31.2
26272026-03-30T18:03:11.035Z Compiling zerocopy v0.7.35
26282026-03-30T18:03:11.426Z Compiling secrecy v0.10.3
26292026-03-30T18:03:11.605Z Compiling scroll_derive v0.12.1
26302026-03-30T18:03:11.621Z Compiling usdt-impl v0.5.0
26312026-03-30T18:03:11.621Z Compiling winnow v0.5.40
26322026-03-30T18:03:11.882Z Compiling pkg-config v0.3.32
26332026-03-30T18:03:11.944Z Compiling data-encoding v2.10.0
26342026-03-30T18:03:12.312Z Compiling scroll v0.12.0
26352026-03-30T18:03:12.481Z Compiling dof v0.3.0
26362026-03-30T18:03:12.945Z Compiling toml_edit v0.19.15
26372026-03-30T18:03:13.464Z Compiling dtrace-parser v0.2.0
26382026-03-30T18:03:13.781Z Compiling itertools v0.12.1
26392026-03-30T18:03:14.046Z Compiling thread-id v4.2.2
26402026-03-30T18:03:14.078Z Compiling rayon-core v1.13.0
26412026-03-30T18:03:14.092Z Compiling static_assertions v1.1.0
26422026-03-30T18:03:14.173Z Compiling rustix v0.38.44
26432026-03-30T18:03:14.650Z Compiling proc-macro-crate v1.3.1
26442026-03-30T18:03:15.177Z Compiling goblin v0.8.2
26452026-03-30T18:03:15.242Z Compiling typify v0.6.1
26462026-03-30T18:03:15.482Z Compiling crossbeam-deque v0.8.6
26472026-03-30T18:03:16.036Z Compiling hubpack_derive v0.1.1
26482026-03-30T18:03:16.177Z Compiling rustc_version v0.4.1
26492026-03-30T18:03:16.455Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26502026-03-30T18:03:16.550Z Compiling num-integer v0.1.46
26512026-03-30T18:03:17.385Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26522026-03-30T18:03:19.163Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26532026-03-30T18:03:19.245Z Compiling hubpack v0.1.2
26542026-03-30T18:03:19.502Z Compiling curve25519-dalek v4.1.3
26552026-03-30T18:03:20.779Z Compiling progenitor-impl v0.13.0
26562026-03-30T18:03:20.874Z Compiling num_enum_derive v0.5.11
26572026-03-30T18:03:21.872Z Compiling reqwest v0.12.28
26582026-03-30T18:03:22.881Z Compiling hmac v0.12.1
26592026-03-30T18:03:22.913Z Compiling inout v0.1.4
26602026-03-30T18:03:23.073Z Compiling serde_spanned v0.6.9
26612026-03-30T18:03:23.298Z Compiling ff v0.13.1
26622026-03-30T18:03:23.528Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26632026-03-30T18:03:23.962Z Compiling bstr v1.12.1
26642026-03-30T18:03:24.128Z Compiling toml_write v0.1.2
26652026-03-30T18:03:24.377Z Compiling toml_edit v0.22.27
26662026-03-30T18:03:25.581Z Compiling group v0.13.0
26672026-03-30T18:03:25.714Z Compiling cipher v0.4.4
26682026-03-30T18:03:25.982Z Compiling hkdf v0.12.4
26692026-03-30T18:03:26.172Z Compiling progenitor-client v0.10.0
26702026-03-30T18:03:26.434Z Compiling rustls-webpki v0.103.10
26712026-03-30T18:03:26.624Z Compiling progenitor-macro v0.13.0
26722026-03-30T18:03:28.232Z Compiling num_enum v0.5.11
26732026-03-30T18:03:28.731Z Compiling rayon v1.11.0
26742026-03-30T18:03:29.340Z Compiling num-iter v0.1.45
26752026-03-30T18:03:29.484Z Compiling num-rational v0.4.2
26762026-03-30T18:03:30.464Z Compiling usdt-macro v0.5.0
26772026-03-30T18:03:30.865Z Compiling usdt-attr-macro v0.5.0
26782026-03-30T18:03:31.379Z Compiling tokio-rustls v0.26.4
26792026-03-30T18:03:31.589Z Compiling rustls-platform-verifier v0.6.2
26802026-03-30T18:03:31.723Z Compiling hyper-rustls v0.27.7
26812026-03-30T18:03:31.909Z Compiling zone_cfg_derive v0.3.1
26822026-03-30T18:03:32.267Z Compiling reqwest v0.13.2
26832026-03-30T18:03:32.882Z Compiling camino-tempfile v1.4.1
26842026-03-30T18:03:33.272Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26852026-03-30T18:03:34.078Z Compiling progenitor-client v0.13.0
26862026-03-30T18:03:34.571Z Compiling progenitor-extras v0.1.1
26872026-03-30T18:03:34.711Z Compiling thiserror-impl-no-std v2.0.2
26882026-03-30T18:03:34.878Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26892026-03-30T18:03:39.064Z Compiling universal-hash v0.5.1
26902026-03-30T18:03:39.098Z Compiling crypto-bigint v0.5.5
26912026-03-30T18:03:39.098Z Compiling half v2.7.1
26922026-03-30T18:03:39.098Z Compiling curve25519-dalek-derive v0.1.1
26932026-03-30T18:03:39.338Z Compiling enum-as-inner v0.6.1
26942026-03-30T18:03:39.923Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26952026-03-30T18:03:40.806Z Compiling num-complex v0.4.6
26962026-03-30T18:03:41.277Z Compiling memmap v0.7.0
26972026-03-30T18:03:41.527Z Compiling lazy_static v1.5.0
26982026-03-30T18:03:41.649Z Compiling ciborium-io v0.2.2
26992026-03-30T18:03:41.728Z Compiling base16ct v0.2.0
27002026-03-30T18:03:41.768Z Compiling base64ct v1.8.3
27012026-03-30T18:03:42.395Z Compiling opaque-debug v0.3.1
27022026-03-30T18:03:42.515Z Compiling poly1305 v0.8.0
27032026-03-30T18:03:43.475Z Compiling password-hash v0.5.0
27042026-03-30T18:03:43.538Z Compiling elliptic-curve v0.13.8
27052026-03-30T18:03:43.736Z Compiling ciborium-ll v0.2.2
27062026-03-30T18:03:43.864Z Compiling usdt v0.5.0
27072026-03-30T18:03:44.013Z Compiling num v0.4.3
27082026-03-30T18:03:44.182Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27092026-03-30T18:03:44.504Z Compiling thiserror-no-std v2.0.2
27102026-03-30T18:03:44.622Z Compiling progenitor v0.13.0
27112026-03-30T18:03:44.780Z Compiling zone v0.3.1
27122026-03-30T18:03:45.730Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27132026-03-30T18:03:46.334Z Compiling chacha20 v0.9.1
27142026-03-30T18:03:46.355Z Compiling toml v0.8.23
27152026-03-30T18:03:46.466Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27162026-03-30T18:03:46.649Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27172026-03-30T18:03:47.128Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27182026-03-30T18:03:47.175Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27192026-03-30T18:03:47.317Z Compiling byte-wrapper v0.1.0
27202026-03-30T18:03:47.412Z Compiling blake2 v0.10.6
27212026-03-30T18:03:47.937Z Compiling smf v0.2.3
27222026-03-30T18:03:47.988Z Compiling aead v0.5.2
27232026-03-30T18:03:48.238Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27242026-03-30T18:03:48.603Z Compiling num-derive v0.4.2
27252026-03-30T18:03:48.634Z Compiling sigpipe v0.1.3
27262026-03-30T18:03:48.691Z Compiling semver v0.1.20
27272026-03-30T18:03:48.746Z Compiling vcpkg v0.2.15
27282026-03-30T18:03:48.923Z Compiling float-ord v0.3.2
27292026-03-30T18:03:48.956Z Compiling jiff v0.2.23
27302026-03-30T18:03:49.014Z Compiling bytecount v0.6.9
27312026-03-30T18:03:49.054Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27322026-03-30T18:03:49.087Z Compiling indent_write v2.2.0
27332026-03-30T18:03:49.215Z Compiling glob v0.3.3
27342026-03-30T18:03:49.297Z Compiling keccak v0.1.6
27352026-03-30T18:03:49.329Z Compiling openssl-sys v0.9.112
27362026-03-30T18:03:49.358Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27372026-03-30T18:03:49.461Z Compiling sha3 v0.10.8
27382026-03-30T18:03:49.561Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27392026-03-30T18:03:50.093Z Compiling rustc_version v0.1.7
27402026-03-30T18:03:50.221Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27412026-03-30T18:03:50.268Z Compiling chacha20poly1305 v0.10.1
27422026-03-30T18:03:50.309Z Compiling argon2 v0.5.3
27432026-03-30T18:03:50.431Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27442026-03-30T18:03:51.315Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27452026-03-30T18:03:52.169Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27462026-03-30T18:03:52.786Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27472026-03-30T18:03:53.666Z Compiling vsss-rs v3.3.4
27482026-03-30T18:03:54.031Z Compiling ciborium v0.2.2
27492026-03-30T18:03:54.222Z Compiling atomicwrites v0.4.4
27502026-03-30T18:03:54.530Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27512026-03-30T18:03:54.616Z Compiling whoami v1.6.1
27522026-03-30T18:03:54.666Z Compiling linked-hash-map v0.5.6
27532026-03-30T18:03:54.879Z Compiling resolv-conf v0.7.6
27542026-03-30T18:03:55.077Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27552026-03-30T18:03:55.170Z Compiling lru-cache v0.1.2
27562026-03-30T18:03:55.365Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27572026-03-30T18:03:55.579Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27582026-03-30T18:03:55.919Z Compiling newtype_derive v0.1.6
27592026-03-30T18:03:56.129Z Compiling hickory-proto v0.24.4
27602026-03-30T18:03:56.174Z Compiling similar v2.7.0
27612026-03-30T18:03:57.341Z Compiling serde-big-array v0.5.1
27622026-03-30T18:03:57.534Z Compiling pin-project-internal v1.1.11
27632026-03-30T18:03:57.829Z Compiling derive-where v1.6.1
27642026-03-30T18:03:57.908Z Compiling serde_repr v0.1.20
27652026-03-30T18:03:58.522Z Compiling unicode-segmentation v1.13.1
27662026-03-30T18:03:58.660Z Compiling minimal-lexical v0.2.1
27672026-03-30T18:03:58.923Z Compiling owo-colors v4.3.0
27682026-03-30T18:03:58.939Z Compiling siphasher v1.0.2
27692026-03-30T18:04:00.432Z Compiling swrite v0.1.0
27702026-03-30T18:04:00.450Z Compiling phf_shared v0.12.1
27712026-03-30T18:04:00.450Z Compiling newline-converter v0.3.0
27722026-03-30T18:04:00.450Z Compiling nom v7.1.3
27732026-03-30T18:04:00.450Z Compiling pin-project v1.1.11
27742026-03-30T18:04:00.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27752026-03-30T18:04:00.450Z Compiling hickory-resolver v0.24.4
27762026-03-30T18:04:00.451Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27772026-03-30T18:04:01.429Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27782026-03-30T18:04:01.995Z Compiling unicode-normalization v0.1.25
27792026-03-30T18:04:02.506Z Compiling snafu-derive v0.8.9
27802026-03-30T18:04:03.044Z Compiling console v0.15.11
27812026-03-30T18:04:03.757Z Compiling tokio-stream v0.1.18
27822026-03-30T18:04:04.256Z Compiling async-recursion v1.1.1
27832026-03-30T18:04:04.325Z Compiling slog-dtrace v0.3.0
27842026-03-30T18:04:04.330Z Compiling csv-core v0.1.13
27852026-03-30T18:04:04.516Z Compiling foreign-types-shared v0.1.1
27862026-03-30T18:04:04.594Z Compiling same-file v1.0.6
27872026-03-30T18:04:04.629Z Compiling openssl v0.10.76
27882026-03-30T18:04:04.743Z Compiling foldhash v0.1.5
27892026-03-30T18:04:04.788Z Compiling unicode-xid v0.2.6
27902026-03-30T18:04:04.927Z Compiling unicode-width v0.1.14
27912026-03-30T18:04:04.930Z Compiling chrono-tz v0.10.4
27922026-03-30T18:04:04.955Z Compiling cancel-safe-futures v0.1.5
27932026-03-30T18:04:04.981Z Compiling highway v1.3.0
27942026-03-30T18:04:05.219Z Compiling const_format_proc_macros v0.2.34
27952026-03-30T18:04:05.252Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27962026-03-30T18:04:05.256Z Compiling hashbrown v0.15.5
27972026-03-30T18:04:05.698Z Compiling walkdir v2.5.0
27982026-03-30T18:04:05.931Z Compiling foreign-types v0.3.2
27992026-03-30T18:04:06.040Z Compiling csv v1.4.0
28002026-03-30T18:04:06.083Z Compiling snafu v0.8.9
28012026-03-30T18:04:06.448Z Compiling qorb v0.4.1
28022026-03-30T18:04:06.659Z Compiling expectorate v1.2.0
28032026-03-30T18:04:06.891Z Compiling olpc-cjson v0.1.4
28042026-03-30T18:04:07.001Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28052026-03-30T18:04:07.120Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28062026-03-30T18:04:07.141Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28072026-03-30T18:04:07.466Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28082026-03-30T18:04:08.867Z Compiling phf v0.12.1
28092026-03-30T18:04:09.641Z Compiling tokio-dtrace v0.1.1
28102026-03-30T18:04:09.993Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28112026-03-30T18:04:10.654Z Compiling globset v0.4.18
28122026-03-30T18:04:11.108Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28132026-03-30T18:04:11.712Z Compiling num-derive v0.3.3
28142026-03-30T18:04:12.615Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28152026-03-30T18:04:12.692Z Compiling libsw-core v0.3.2
28162026-03-30T18:04:12.731Z Compiling pem v3.0.6
28172026-03-30T18:04:12.897Z Compiling serde_plain v1.0.2
28182026-03-30T18:04:13.072Z Compiling openssl-macros v0.1.1
28192026-03-30T18:04:13.203Z Compiling cookie v0.18.1
28202026-03-30T18:04:13.324Z Compiling smawk v0.3.2
28212026-03-30T18:04:13.438Z Compiling unicode-linebreak v0.1.5
28222026-03-30T18:04:13.459Z Compiling typed-path v0.9.3
28232026-03-30T18:04:13.502Z Compiling fixedbitset v0.5.7
28242026-03-30T18:04:13.566Z Compiling fixedbitset v0.4.2
28252026-03-30T18:04:13.778Z Compiling petgraph v0.6.5
28262026-03-30T18:04:13.957Z Compiling petgraph v0.8.3
28272026-03-30T18:04:14.081Z Compiling textwrap v0.16.2
28282026-03-30T18:04:14.840Z Compiling tough v0.20.0
28292026-03-30T18:04:15.694Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28302026-03-30T18:04:15.751Z Compiling libsw v3.5.0
28312026-03-30T18:04:15.956Z Compiling libscf-sys v1.1.0
28322026-03-30T18:04:16.116Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28332026-03-30T18:04:16.358Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28342026-03-30T18:04:16.358Z Compiling oxide-tokio-rt v0.1.3
28352026-03-30T18:04:16.956Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28362026-03-30T18:04:17.176Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28372026-03-30T18:04:19.323Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28382026-03-30T18:04:21.748Z Compiling const_format v0.2.35
28392026-03-30T18:04:22.247Z Compiling papergrid v0.11.0
28402026-03-30T18:04:22.265Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28412026-03-30T18:04:22.433Z Compiling gethostname v0.5.0
28422026-03-30T18:04:22.590Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28432026-03-30T18:04:22.616Z Compiling tabled_derive v0.7.0
28442026-03-30T18:04:23.023Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28452026-03-30T18:04:23.584Z Compiling bcs v0.1.6
28462026-03-30T18:04:24.004Z Compiling termtree v0.5.1
28472026-03-30T18:04:24.214Z Compiling tagptr v0.2.0
28482026-03-30T18:04:24.398Z Compiling linear-map v1.2.0
28492026-03-30T18:04:24.643Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28502026-03-30T18:04:25.393Z Compiling moka v0.12.15
28512026-03-30T18:04:26.200Z Compiling tabled v0.15.0
28522026-03-30T18:04:26.598Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28532026-03-30T18:04:26.848Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28542026-03-30T18:04:27.422Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28552026-03-30T18:04:27.656Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28562026-03-30T18:04:27.671Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28572026-03-30T18:04:27.886Z Compiling steno v0.4.1
28582026-03-30T18:04:29.163Z Compiling hickory-proto v0.25.2
28592026-03-30T18:04:32.586Z Compiling humantime v2.3.0
28602026-03-30T18:04:33.055Z Compiling hickory-resolver v0.25.2
28612026-03-30T18:04:33.097Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28622026-03-30T18:04:33.781Z Compiling typify-impl v0.4.3
28632026-03-30T18:04:33.927Z Compiling parking_lot_core v0.8.6
28642026-03-30T18:04:34.235Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28652026-03-30T18:04:35.645Z Compiling crc32fast v1.5.0
28662026-03-30T18:04:36.301Z Compiling crunchy v0.2.4
28672026-03-30T18:04:36.515Z Compiling parking_lot v0.11.2
28682026-03-30T18:04:36.920Z Compiling fxhash v0.2.1
28692026-03-30T18:04:37.080Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28702026-03-30T18:04:37.141Z Compiling typify-macro v0.4.3
28712026-03-30T18:04:37.390Z Compiling tiny-keccak v2.0.2
28722026-03-30T18:04:37.406Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28732026-03-30T18:04:37.427Z Compiling sled v0.34.7
28742026-03-30T18:04:38.559Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28752026-03-30T18:04:38.745Z Compiling typify v0.4.3
28762026-03-30T18:04:38.859Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28772026-03-30T18:04:39.394Z Compiling internet-checksum v0.2.1
28782026-03-30T18:04:39.555Z Compiling const-random-macro v0.1.16
28792026-03-30T18:04:40.069Z Compiling smartstring v1.0.1
28802026-03-30T18:04:40.117Z Compiling ahash v0.8.12
28812026-03-30T18:04:40.454Z Compiling const-random v0.1.18
28822026-03-30T18:04:40.549Z Compiling proc-macro-error-attr2 v2.0.0
28832026-03-30T18:04:40.998Z Compiling proc-macro-error2 v2.0.1
28842026-03-30T18:04:41.309Z Compiling thin-vec v0.2.14
28852026-03-30T18:04:41.326Z Compiling rhai_codegen v3.1.0
28862026-03-30T18:04:41.596Z Compiling arc-swap v1.9.0
28872026-03-30T18:04:41.650Z Compiling tabled_derive v0.11.0
28882026-03-30T18:04:41.966Z Compiling slog-scope v4.4.1
28892026-03-30T18:04:42.402Z Compiling progenitor-impl v0.11.2
28902026-03-30T18:04:42.574Z Compiling rhai v1.24.0
28912026-03-30T18:04:42.800Z Compiling papergrid v0.17.0
28922026-03-30T18:04:44.514Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28932026-03-30T18:04:45.598Z Compiling testing_table v0.3.0
28942026-03-30T18:04:45.884Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28952026-03-30T18:04:46.027Z Compiling nom v8.0.0
28962026-03-30T18:04:46.199Z Compiling tabled v0.20.0
28972026-03-30T18:04:48.372Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28982026-03-30T18:04:48.639Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28992026-03-30T18:04:51.168Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
29002026-03-30T18:04:52.837Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
29012026-03-30T18:04:53.898Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
29022026-03-30T18:04:55.334Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
29032026-03-30T18:04:55.832Z Compiling progenitor-macro v0.11.2
29042026-03-30T18:04:56.092Z Compiling slog-stdlog v4.1.1
29052026-03-30T18:04:58.136Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
29062026-03-30T18:05:00.056Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29072026-03-30T18:05:00.743Z Compiling progenitor-client v0.11.2
29082026-03-30T18:05:01.261Z Compiling dropshot-api-manager-types v0.5.2
29092026-03-30T18:05:01.869Z Compiling progenitor v0.11.2
29102026-03-30T18:05:02.070Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29112026-03-30T18:05:03.007Z Compiling slog-envlogger v2.2.0
29122026-03-30T18:05:04.157Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
29132026-03-30T18:05:07.894Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29142026-03-30T18:05:08.333Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29152026-03-30T18:05:08.418Z Compiling crc8 v0.1.1
29162026-03-30T18:05:08.552Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29172026-03-30T18:05:08.653Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29182026-03-30T18:05:08.688Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
29192026-03-30T18:05:10.339Z Compiling progenitor-impl v0.10.0
29202026-03-30T18:05:11.106Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
29212026-03-30T18:05:11.894Z Compiling lzma-sys v0.1.20
29222026-03-30T18:05:11.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29232026-03-30T18:05:12.397Z Compiling fs-err v3.3.0
29242026-03-30T18:05:12.410Z Compiling typeid v1.0.3
29252026-03-30T18:05:12.563Z Compiling utf-8 v0.7.6
29262026-03-30T18:05:12.789Z Compiling tungstenite v0.21.0
29272026-03-30T18:05:12.804Z Compiling progenitor-macro v0.10.0
29282026-03-30T18:05:13.688Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
29292026-03-30T18:05:14.877Z Compiling cargo_toml v0.22.3
29302026-03-30T18:05:17.056Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29312026-03-30T18:05:17.163Z Compiling sha2 v0.10.9
29322026-03-30T18:05:18.451Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29332026-03-30T18:05:18.612Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29342026-03-30T18:05:18.672Z Compiling progenitor v0.10.0
29352026-03-30T18:05:18.837Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29362026-03-30T18:05:19.628Z Compiling tokio-tungstenite v0.21.0
29372026-03-30T18:05:19.667Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29382026-03-30T18:05:20.696Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
29392026-03-30T18:05:21.698Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
29402026-03-30T18:05:22.094Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29412026-03-30T18:05:22.809Z Compiling console v0.16.3
29422026-03-30T18:05:24.086Z Compiling git-stub v1.0.0
29432026-03-30T18:05:24.207Z Compiling is_ci v1.2.0
29442026-03-30T18:05:24.401Z Compiling unit-prefix v0.5.2
29452026-03-30T18:05:24.520Z Compiling base64 v0.21.7
29462026-03-30T18:05:24.534Z Compiling indicatif v0.18.4
29472026-03-30T18:05:24.571Z Compiling supports-color v3.0.2
29482026-03-30T18:05:24.822Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29492026-03-30T18:05:24.900Z Compiling git-stub-vcs v0.1.0
29502026-03-30T18:05:25.033Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29512026-03-30T18:05:25.644Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29522026-03-30T18:05:26.544Z Compiling ron v0.12.0
29532026-03-30T18:05:26.848Z Compiling xz2 v0.1.7
29542026-03-30T18:05:27.200Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
29552026-03-30T18:05:27.214Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
29562026-03-30T18:05:28.410Z Compiling drift v0.1.3
29572026-03-30T18:05:28.734Z Compiling base16ct v1.0.0
29582026-03-30T18:05:29.252Z Compiling dropshot-api-manager v0.5.2
29592026-03-30T18:05:30.373Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
29602026-03-30T18:05:33.271Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29612026-03-30T18:05:34.482Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
29622026-03-30T18:05:35.776Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
29632026-03-30T18:05:36.775Z Compiling natord v1.0.9
29642026-03-30T18:05:37.120Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
29652026-03-30T18:05:37.177Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
29662026-03-30T18:05:37.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
29672026-03-30T18:05:38.108Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
29682026-03-30T18:05:38.497Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
29692026-03-30T18:05:38.925Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
29702026-03-30T18:05:39.386Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
29712026-03-30T18:05:46.862Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
29722026-03-30T18:05:57.575Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
29732026-03-30T18:06:04.927Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
29742026-03-30T18:06:15.990Z Finished `release` profile [optimized] target(s) in 4m 17s
29752026-03-30T18:06:16.162Z
29762026-03-30T18:06:16.162Zreal 4:17.193752974
29772026-03-30T18:06:16.162Zuser 29:04.852427670
29782026-03-30T18:06:16.165Zsys 2:43.194347701
29792026-03-30T18:06:16.165Ztrap 0.729362638
29802026-03-30T18:06:16.165Ztflt 6.308112339
29812026-03-30T18:06:16.165Zdflt 2.293551111
29822026-03-30T18:06:16.165Zkflt 0.014154353
29832026-03-30T18:06:16.165Zlock 2:01:23.548400257
29842026-03-30T18:06:16.165Zslp 1:27:34.511451459
29852026-03-30T18:06:16.165Zlat 2:09.184083874
29862026-03-30T18:06:16.165Zstop 3:31.420204831
29872026-03-30T18:06:16.166Z+ for x in debug release
29882026-03-30T18:06:16.169Z+ mkdir -p /work/debug
29892026-03-30T18:06:16.174Z+ cp target/debug/ddmd /work/debug/ddmd
29902026-03-30T18:06:16.668Z+ cp target/debug/ddmadm /work/debug/ddmadm
29912026-03-30T18:06:17.125Z+ cp target/debug/mgd /work/debug/mgd
29922026-03-30T18:06:17.746Z+ cp target/debug/mgadm /work/debug/mgadm
29932026-03-30T18:06:18.240Z+ for x in debug release
29942026-03-30T18:06:18.240Z+ mkdir -p /work/release
29952026-03-30T18:06:18.244Z+ cp target/release/ddmd /work/release/ddmd
29962026-03-30T18:06:18.334Z+ cp target/release/ddmadm /work/release/ddmadm
29972026-03-30T18:06:18.397Z+ cp target/release/mgd /work/release/mgd
29982026-03-30T18:06:18.450Z+ cp target/release/mgadm /work/release/mgadm
29992026-03-30T18:06:18.557Z+ cp target/release/falcon-lab /work/release/falcon-lab
30002026-03-30T18:06:18.613Zprocess exited: duration 682620 ms, exit code 0
 
30012026-03-30T18:06:18.653Zfound 9 output files
30022026-03-30T18:06:18.654Zuploading: /work/debug/ddmadm (513892864 bytes)
30032026-03-30T18:06:25.532Zuploaded: /work/debug/ddmadm
30042026-03-30T18:06:25.532Zuploading: /work/debug/ddmd (613558312 bytes)
30052026-03-30T18:06:33.337Zuploaded: /work/debug/ddmd
30062026-03-30T18:06:33.337Zuploading: /work/debug/mgadm (601558000 bytes)
30072026-03-30T18:06:42.126Zuploaded: /work/debug/mgadm
30082026-03-30T18:06:42.153Zuploading: /work/debug/mgd (694013056 bytes)
30092026-03-30T18:06:52.468Zuploaded: /work/debug/mgd
30102026-03-30T18:06:52.484Zuploading: /work/release/ddmadm (43694528 bytes)
30112026-03-30T18:06:53.983Zuploaded: /work/release/ddmadm
30122026-03-30T18:06:53.983Zuploading: /work/release/ddmd (49026512 bytes)
30132026-03-30T18:06:55.786Zuploaded: /work/release/ddmd
30142026-03-30T18:06:55.786Zuploading: /work/release/falcon-lab (37077344 bytes)
30152026-03-30T18:06:57.225Zuploaded: /work/release/falcon-lab
30162026-03-30T18:06:57.235Zuploading: /work/release/mgadm (53651184 bytes)
30172026-03-30T18:06:58.709Zuploaded: /work/release/mgadm
30182026-03-30T18:06:58.709Zuploading: /work/release/mgd (75039624 bytes)
30192026-03-30T18:07:00.395Zuploaded: /work/release/mgd