01KMGRHHK9X5S827Z4JMCSTY5Q: 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: 01KMGRJ7QX0FQYN19FE5VJ0VEY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T20:29:40.124Zjob assigned to worker 01KMGRJB7ZYNKSASMPARMX5WWZ [factory aws, i-022eae41537d8319e] (queued for 52 s)
 
22026-03-24T20:29:47.790Zstarting task 0: "setup"
32026-03-24T20:29:47.794Z++ uname -s
42026-03-24T20:29:47.798Z+ kern=SunOS
52026-03-24T20:29:47.798Z+ build_user=build
62026-03-24T20:29:47.798Z+ build_uid=12345
72026-03-24T20:29:47.798Z+ work_dir=/work
82026-03-24T20:29:47.798Z+ input_dir=/input
92026-03-24T20:29:47.798Z+ [[ 0 == 12345 ]]
102026-03-24T20:29:47.798Z+ case "$kern" in
112026-03-24T20:29:47.798Z+ groupadd -g 12345 build
122026-03-24T20:29:47.799Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T20:29:49.805Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T20:29:49.929Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T20:29:49.934Z+ home_fs=zfs
162026-03-24T20:29:49.934Z+ [[ zfs == autofs ]]
172026-03-24T20:29:49.934Z+ mkdir -p /home/build
182026-03-24T20:29:49.934Z+ chown build:build /home/build /work
192026-03-24T20:29:51.934Z+ chmod 0700 /home/build /work
202026-03-24T20:29:51.938Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-24T20:29:51.945Zstarting task 1: "rust-toolchain"
222026-03-24T20:29:51.949Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-24T20:29:51.949Z * rust toolchain channel = "stable"
242026-03-24T20:29:51.949Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T20:29:51.949Z * rust toolchain profile = "default"
262026-03-24T20:29:51.950Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T20:29:51.950Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T20:29:51.953Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T20:29:51.953Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-24T20:29:52.089Zinfo: downloading installer
312026-03-24T20:29:53.813Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T20:29:53.813Zwarn: /opt/ooce/bin
332026-03-24T20:29:53.813Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T20:29:53.813Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T20:29:53.813Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T20:29:53.813Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T20:29:53.813Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T20:29:53.813Zerror: cannot install while Rust is installed
392026-03-24T20:29:53.813Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T20:29:53.813Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T20:29:53.813Zwarn: /home/build/.rustup/settings.toml
422026-03-24T20:29:53.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T20:29:53.814Zwarn: instead of the one inferred from the default host triple.
442026-03-24T20:29:53.828Zinfo: profile set to default
452026-03-24T20:29:53.829Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T20:29:53.832Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-24T20:29:53.989Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T20:29:53.994Zinfo: downloading 6 components
492026-03-24T20:30:10.752Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-24T20:30:10.752Z
512026-03-24T20:30:10.787Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T20:30:10.787Z
532026-03-24T20:30:10.790Z
542026-03-24T20:30:10.790ZRust is installed now. Great!
552026-03-24T20:30:10.790Z
562026-03-24T20:30:10.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T20:30:10.790Zenvironment variable. This has not been done automatically.
582026-03-24T20:30:10.790Z
592026-03-24T20:30:10.790ZTo configure your current shell, you need to source
602026-03-24T20:30:10.790Zthe corresponding env file under $HOME/.cargo.
612026-03-24T20:30:10.790Z
622026-03-24T20:30:10.790ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T20:30:10.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T20:30:10.790Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T20:30:10.791Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T20:30:10.791Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T20:30:10.791Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T20:30:10.791Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T20:30:10.791Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T20:30:10.791Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T20:30:10.896Z+ rustup --version
722026-03-24T20:30:10.906Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T20:30:10.909Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T20:30:10.933Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T20:30:10.936Z+ cargo --version
762026-03-24T20:30:10.952Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T20:30:10.955Z+ rustc --version
782026-03-24T20:30:10.982Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T20:30:10.986Zprocess exited: duration 19036 ms, exit code 0
 
802026-03-24T20:30:10.992Zstarting task 2: "authentication"
812026-03-24T20:30:11.012Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T20:30:11.018Zstarting task 3: "clone repository"
832026-03-24T20:30:11.024Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-24T20:30:11.029Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-24T20:30:11.059ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-24T20:30:11.874Z+ cd /work/oxidecomputer/maghemite
872026-03-24T20:30:11.878Z+ git fetch origin 3a280bfca909c6f57b749556874e16d746167a17
882026-03-24T20:30:12.139ZFrom https://github.com/oxidecomputer/maghemite
892026-03-24T20:30:12.139Z * branch 3a280bfca909c6f57b749556874e16d746167a17 -> FETCH_HEAD
902026-03-24T20:30:12.147Z+ [[ -n renovate/socket2-0.x ]]
912026-03-24T20:30:12.151Z++ git branch --show-current
922026-03-24T20:30:12.154Z+ current=main
932026-03-24T20:30:12.154Z+ [[ main != renovate/socket2-0.x ]]
942026-03-24T20:30:12.154Z+ git branch -f renovate/socket2-0.x 3a280bfca909c6f57b749556874e16d746167a17
952026-03-24T20:30:12.157Z+ git checkout -f renovate/socket2-0.x
962026-03-24T20:30:12.180ZSwitched to branch 'renovate/socket2-0.x'
972026-03-24T20:30:12.183Z+ git reset --hard 3a280bfca909c6f57b749556874e16d746167a17
982026-03-24T20:30:12.206ZHEAD is now at 3a280bf bgp: fix sockaddr_storage on linux for socket2 0.6
992026-03-24T20:30:12.209Zprocess exited: duration 1190 ms, exit code 0
 
1002026-03-24T20:30:12.216Zstarting task 4: "build"
1012026-03-24T20:30:12.220Z+ pfexec pkg install clang-15
1022026-03-24T20:30:21.963Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-03-24T20:30:31.758Z Startup: Caching catalogs ... Done
1042026-03-24T20:30:53.769ZPlanning: Solver setup ... Done
1052026-03-24T20:30:53.926ZPlanning: Running solver ... Done
1062026-03-24T20:30:54.103ZPlanning: Finding local manifests ... Done
1072026-03-24T20:30:54.116ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-24T20:30:54.230ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-24T20:30:54.271ZPlanning: Package planning ... Done
1102026-03-24T20:30:54.311ZPlanning: Merging actions ... Done
1112026-03-24T20:30:54.472ZPlanning: Checking for conflicting actions ... Done
1122026-03-24T20:30:54.481ZPlanning: Consolidating action changes ... Done
1132026-03-24T20:30:56.454ZPlanning: Evaluating mediators ... Done
1142026-03-24T20:30:56.463ZPlanning: Planning completed in 24.56 seconds
1152026-03-24T20:30:56.475Z Packages to install: 2
1162026-03-24T20:30:56.481Z Mediators to change: 2
1172026-03-24T20:30:56.481Z Services to change: 1
1182026-03-24T20:30:56.482Z Create boot environment: No
1192026-03-24T20:30:56.482ZCreate backup boot environment: No
1202026-03-24T20:30:56.579Z
1212026-03-24T20:30:56.579ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-03-24T20:31:01.579ZDownload: 2563/3076 items 119.6/211.3MB 56% complete (24.2M/s)
1232026-03-24T20:31:03.672ZDownload: Completed 211.31 MB in 7.09 seconds (29.8M/s)
1242026-03-24T20:31:04.159Z Actions: 1/3418 actions (Installing new actions)
1252026-03-24T20:31:08.254Z Actions: Completed 3418 actions in 4.09 seconds.
1262026-03-24T20:31:08.999Z Done
1272026-03-24T20:31:08.999Z Done
1282026-03-24T20:31:10.001Z Done
1292026-03-24T20:31:13.695Z Done
1302026-03-24T20:31:13.777Z Done
1312026-03-24T20:31:13.781Z Done
1322026-03-24T20:31:13.926Z Done
1332026-03-24T20:31:14.620Z+ cargo --version
1342026-03-24T20:31:14.627Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1352026-03-24T20:31:14.826Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1362026-03-24T20:31:14.830Zinfo: downloading 6 components
1372026-03-24T20:31:30.545Zcargo 1.94.0 (85eff7c80 2026-01-15)
1382026-03-24T20:31:30.548Z+ rustc --version
1392026-03-24T20:31:30.584Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1402026-03-24T20:31:30.589Z+ banner check
1412026-03-24T20:31:30.593Z
1422026-03-24T20:31:30.593Z #### # # ###### #### # #
1432026-03-24T20:31:30.593Z # # # # # # # # #
1442026-03-24T20:31:30.593Z # ###### ##### # ####
1452026-03-24T20:31:30.593Z # # # # # # #
1462026-03-24T20:31:30.593Z # # # # # # # # #
1472026-03-24T20:31:30.593Z #### # # ###### #### # #
1482026-03-24T20:31:30.593Z
1492026-03-24T20:31:30.596Z+ cargo fmt -- --check
1502026-03-24T20:31:31.125Z+ cargo clippy --all-targets -- --deny warnings
1512026-03-24T20:31:31.270Z Updating git repository `https://github.com/oxidecomputer/falcon`
1522026-03-24T20:31:35.761ZFrom https://github.com/oxidecomputer/falcon
1532026-03-24T20:31:35.761Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1542026-03-24T20:31:35.858Z Updating crates.io index
1552026-03-24T20:31:35.893Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1562026-03-24T20:31:36.676ZFrom https://github.com/oxidecomputer/dendrite
1572026-03-24T20:31:36.676Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1582026-03-24T20:31:36.919Z Updating git repository `https://github.com/oxidecomputer/ispf`
1592026-03-24T20:31:37.219ZFrom https://github.com/oxidecomputer/ispf
1602026-03-24T20:31:37.219Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1612026-03-24T20:31:37.227Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1622026-03-24T20:31:37.610ZFrom https://github.com/oxidecomputer/netadm-sys
1632026-03-24T20:31:37.610Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1642026-03-24T20:31:37.621Z Updating git repository `https://github.com/oxidecomputer/omicron`
1652026-03-24T20:31:45.341ZFrom https://github.com/oxidecomputer/omicron
1662026-03-24T20:31:45.341Z * [new ref] 82038be63d7bd8a0f578bb4083d30431f1ad6d43 -> refs/commit/82038be63d7bd8a0f578bb4083d30431f1ad6d43
1672026-03-24T20:31:45.906Z Updating git repository `https://github.com/oxidecomputer/opte`
1682026-03-24T20:31:46.587ZFrom https://github.com/oxidecomputer/opte
1692026-03-24T20:31:46.587Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1702026-03-24T20:31:46.626Z Updating git repository `https://github.com/illumos/smf-rs`
1712026-03-24T20:31:46.931ZFrom https://github.com/illumos/smf-rs
1722026-03-24T20:31:46.931Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1732026-03-24T20:31:47.581Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1742026-03-24T20:31:47.905ZFrom https://github.com/oxidecomputer/network-interface
1752026-03-24T20:31:47.905Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1762026-03-24T20:31:47.913Z Updating git repository `https://github.com/oxidecomputer/zone`
1772026-03-24T20:31:48.167ZFrom https://github.com/oxidecomputer/zone
1782026-03-24T20:31:48.167Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1792026-03-24T20:31:48.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
1802026-03-24T20:31:49.469ZFrom https://github.com/oxidecomputer/propolis
1812026-03-24T20:31:49.469Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1822026-03-24T20:31:49.622Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1832026-03-24T20:31:50.153ZFrom https://github.com/oxidecomputer/transceiver-control
1842026-03-24T20:31:50.153Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1852026-03-24T20:31:50.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1862026-03-24T20:31:50.744ZFrom https://github.com/oxidecomputer/dlpi-sys
1872026-03-24T20:31:50.744Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1882026-03-24T20:31:50.760Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1892026-03-24T20:31:51.077ZFrom https://github.com/jmesmon/rust-libzfs
1902026-03-24T20:31:51.078Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1912026-03-24T20:31:51.087Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1922026-03-24T20:31:51.368ZFrom https://github.com/oxidecomputer/rusty-doors
1932026-03-24T20:31:51.368Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1942026-03-24T20:31:51.443Z Updating git repository `https://github.com/oxidecomputer/lldp`
1952026-03-24T20:31:51.795ZFrom https://github.com/oxidecomputer/lldp
1962026-03-24T20:31:51.795Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
1972026-03-24T20:31:51.850Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1982026-03-24T20:31:52.137ZFrom https://github.com/oxidecomputer/slog-error-chain
1992026-03-24T20:31:52.137Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2002026-03-24T20:31:52.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2012026-03-24T20:31:52.472ZFrom https://github.com/oxidecomputer/tufaceous
2022026-03-24T20:31:52.472Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2032026-03-24T20:31:52.629Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2042026-03-24T20:31:53.117ZFrom https://github.com/oxidecomputer/management-gateway-service
2052026-03-24T20:31:53.117Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2062026-03-24T20:31:53.136Z Updating git repository `https://github.com/oxidecomputer/crucible`
2072026-03-24T20:31:54.087ZFrom https://github.com/oxidecomputer/crucible
2082026-03-24T20:31:54.087Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2092026-03-24T20:31:54.919Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2102026-03-24T20:31:57.491ZFrom https://github.com/oxidecomputer/serde_human_bytes
2112026-03-24T20:31:57.491Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2122026-03-24T20:31:57.904Z Updating git repository `https://github.com/oxidecomputer/propolis`
2132026-03-24T20:31:58.312ZFrom https://github.com/oxidecomputer/propolis
2142026-03-24T20:31:58.312Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2152026-03-24T20:31:58.387Z Updating git repository `https://github.com/oxidecomputer/tofino`
2162026-03-24T20:31:58.685ZFrom https://github.com/oxidecomputer/tofino
2172026-03-24T20:31:58.686Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2182026-03-24T20:31:58.705Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2192026-03-24T20:31:59.310ZFrom https://github.com/oxidecomputer/maghemite
2202026-03-24T20:31:59.313Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2212026-03-24T20:31:59.380Z Updating git repository `https://github.com/oxidecomputer/clickward`
2222026-03-24T20:31:59.698ZFrom https://github.com/oxidecomputer/clickward
2232026-03-24T20:31:59.698Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2242026-03-24T20:31:59.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2252026-03-24T20:31:59.996ZFrom https://github.com/oxidecomputer/illumos-devinfo
2262026-03-24T20:31:59.996Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2272026-03-24T20:32:00.127Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-03-24T20:32:00.542ZFrom https://github.com/oxidecomputer/crucible
2292026-03-24T20:32:00.542Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2302026-03-24T20:32:01.844Z Downloading crates ...
2312026-03-24T20:32:01.915Z Downloaded aead v0.5.2
2322026-03-24T20:32:01.934Z Downloaded aho-corasick v1.1.4
2332026-03-24T20:32:01.940Z Downloaded defmt v1.0.1
2342026-03-24T20:32:01.943Z Downloaded atomic-waker v1.1.2
2352026-03-24T20:32:01.946Z Downloaded crypto-common v0.1.7
2362026-03-24T20:32:01.946Z Downloaded ciborium-io v0.2.2
2372026-03-24T20:32:01.946Z Downloaded find-msvc-tools v0.1.9
2382026-03-24T20:32:01.949Z Downloaded byte-wrapper v0.1.0
2392026-03-24T20:32:01.949Z Downloaded globset v0.4.18
2402026-03-24T20:32:01.952Z Downloaded fastrand v2.3.0
2412026-03-24T20:32:01.952Z Downloaded fnv v1.0.7
2422026-03-24T20:32:01.955Z Downloaded dof v0.4.0
2432026-03-24T20:32:01.955Z Downloaded derive-ex v0.1.8
2442026-03-24T20:32:01.955Z Downloaded base16ct v1.0.0
2452026-03-24T20:32:01.958Z Downloaded camino-tempfile v1.4.1
2462026-03-24T20:32:01.958Z Downloaded equivalent v1.0.2
2472026-03-24T20:32:01.961Z Downloaded dof v0.3.0
2482026-03-24T20:32:01.961Z Downloaded backoff v0.4.0
2492026-03-24T20:32:01.966Z Downloaded base16ct v0.2.0
2502026-03-24T20:32:01.966Z Downloaded cfg-if v1.0.4
2512026-03-24T20:32:01.966Z Downloaded dropshot-api-manager-types v0.5.2
2522026-03-24T20:32:01.969Z Downloaded digest v0.10.7
2532026-03-24T20:32:01.969Z Downloaded embedded-io v0.4.0
2542026-03-24T20:32:01.969Z Downloaded dunce v1.0.5
2552026-03-24T20:32:01.972Z Downloaded darling_macro v0.23.0
2562026-03-24T20:32:01.972Z Downloaded convert_case v0.4.0
2572026-03-24T20:32:01.972Z Downloaded cfg_aliases v0.2.1
2582026-03-24T20:32:01.975Z Downloaded erased-serde v0.3.31
2592026-03-24T20:32:01.975Z Downloaded darling v0.23.0
2602026-03-24T20:32:01.978Z Downloaded block-buffer v0.10.4
2612026-03-24T20:32:01.982Z Downloaded enum-as-inner v0.6.1
2622026-03-24T20:32:01.982Z Downloaded float-ord v0.3.2
2632026-03-24T20:32:01.985Z Downloaded errno v0.3.14
2642026-03-24T20:32:01.985Z Downloaded defmt-parser v1.0.0
2652026-03-24T20:32:01.985Z Downloaded cstr-argument v0.1.2
2662026-03-24T20:32:01.988Z Downloaded atomicwrites v0.4.4
2672026-03-24T20:32:01.988Z Downloaded fixedbitset v0.4.2
2682026-03-24T20:32:01.988Z Downloaded foreign-types-macros v0.2.3
2692026-03-24T20:32:01.992Z Downloaded hostname v0.4.2
2702026-03-24T20:32:01.992Z Downloaded deranged v0.5.8
2712026-03-24T20:32:01.995Z Downloaded defmt-macros v1.0.1
2722026-03-24T20:32:01.995Z Downloaded bcs v0.1.6
2732026-03-24T20:32:01.998Z Downloaded dyn-clone v1.0.20
2742026-03-24T20:32:02.001Z Downloaded colorchoice v1.0.5
2752026-03-24T20:32:02.001Z Downloaded curve25519-dalek-derive v0.1.1
2762026-03-24T20:32:02.001Z Downloaded bit-vec v0.8.0
2772026-03-24T20:32:02.004Z Downloaded anstyle v1.0.14
2782026-03-24T20:32:02.004Z Downloaded heck v0.4.1
2792026-03-24T20:32:02.008Z Downloaded cargo_toml v0.22.3
2802026-03-24T20:32:02.008Z Downloaded base64ct v1.8.3
2812026-03-24T20:32:02.011Z Downloaded futures-macro v0.3.32
2822026-03-24T20:32:02.011Z Downloaded darling_macro v0.21.3
2832026-03-24T20:32:02.011Z Downloaded drift v0.1.3
2842026-03-24T20:32:02.015Z Downloaded chacha20 v0.9.1
2852026-03-24T20:32:02.018Z Downloaded ciborium-ll v0.2.2
2862026-03-24T20:32:02.022Z Downloaded glob v0.3.3
2872026-03-24T20:32:02.022Z Downloaded form_urlencoded v1.2.2
2882026-03-24T20:32:02.022Z Downloaded foreign-types v0.5.0
2892026-03-24T20:32:02.026Z Downloaded hostname v0.3.1
2902026-03-24T20:32:02.026Z Downloaded const-random v0.1.18
2912026-03-24T20:32:02.026Z Downloaded displaydoc v0.2.5
2922026-03-24T20:32:02.029Z Downloaded httpdate v1.0.3
2932026-03-24T20:32:02.029Z Downloaded http-body v1.0.1
2942026-03-24T20:32:02.029Z Downloaded foreign-types v0.3.2
2952026-03-24T20:32:02.033Z Downloaded const-random-macro v0.1.16
2962026-03-24T20:32:02.033Z Downloaded hex v0.4.3
2972026-03-24T20:32:02.033Z Downloaded futures-core v0.3.32
2982026-03-24T20:32:02.037Z Downloaded derive_more v0.99.20
2992026-03-24T20:32:02.037Z Downloaded crunchy v0.2.4
3002026-03-24T20:32:02.040Z Downloaded crucible-workspace-hack v0.1.0
3012026-03-24T20:32:02.040Z Downloaded dropshot_endpoint v0.16.7
3022026-03-24T20:32:02.043Z Downloaded crc8 v0.1.1
3032026-03-24T20:32:02.043Z Downloaded async-stream-impl v0.3.6
3042026-03-24T20:32:02.043Z Downloaded async-stream v0.3.6
3052026-03-24T20:32:02.045Z Downloaded cobs v0.3.0
3062026-03-24T20:32:02.048Z Downloaded hubpack v0.1.2
3072026-03-24T20:32:02.048Z Downloaded hubpack_derive v0.1.1
3082026-03-24T20:32:02.048Z Downloaded critical-section v1.2.0
3092026-03-24T20:32:02.051Z Downloaded futures-sink v0.3.32
3102026-03-24T20:32:02.051Z Downloaded git-stub v1.0.0
3112026-03-24T20:32:02.051Z Downloaded http-body-util v0.1.3
3122026-03-24T20:32:02.054Z Downloaded generic-array v0.14.7
3132026-03-24T20:32:02.054Z Downloaded fixedbitset v0.5.7
3142026-03-24T20:32:02.058Z Downloaded gethostname v0.5.0
3152026-03-24T20:32:02.058Z Downloaded bit-set v0.8.0
3162026-03-24T20:32:02.061Z Downloaded cpufeatures v0.3.0
3172026-03-24T20:32:02.061Z Downloaded cpufeatures v0.2.17
3182026-03-24T20:32:02.061Z Downloaded debug-ignore v1.0.5
3192026-03-24T20:32:02.066Z Downloaded async-recursion v1.1.1
3202026-03-24T20:32:02.070Z Downloaded ident_case v1.0.1
3212026-03-24T20:32:02.070Z Downloaded clap_lex v1.1.0
3222026-03-24T20:32:02.070Z Downloaded anstyle-query v1.1.5
3232026-03-24T20:32:02.070Z Downloaded heck v0.5.0
3242026-03-24T20:32:02.073Z Downloaded humantime v2.3.0
3252026-03-24T20:32:02.073Z Downloaded futures-executor v0.3.32
3262026-03-24T20:32:02.073Z Downloaded data-encoding v2.10.0
3272026-03-24T20:32:02.076Z Downloaded crossbeam-deque v0.8.6
3282026-03-24T20:32:02.076Z Downloaded foreign-types-shared v0.1.1
3292026-03-24T20:32:02.076Z Downloaded diff v0.1.13
3302026-03-24T20:32:02.082Z Downloaded itoa v1.0.18
3312026-03-24T20:32:02.085Z Downloaded is_terminal_polyfill v1.70.2
3322026-03-24T20:32:02.085Z Downloaded highway v1.3.0
3332026-03-24T20:32:02.085Z Downloaded idna_adapter v1.2.1
3342026-03-24T20:32:02.085Z Downloaded chacha20 v0.10.0
3352026-03-24T20:32:02.088Z Downloaded group v0.13.0
3362026-03-24T20:32:02.088Z Downloaded foreign-types-shared v0.3.1
3372026-03-24T20:32:02.088Z Downloaded foldhash v0.2.0
3382026-03-24T20:32:02.091Z Downloaded lazy_static v1.5.0
3392026-03-24T20:32:02.091Z Downloaded backon v1.6.0
3402026-03-24T20:32:02.095Z Downloaded lru-slab v0.1.2
3412026-03-24T20:32:02.095Z Downloaded libscf-sys v1.1.0
3422026-03-24T20:32:02.098Z Downloaded is_ci v1.2.0
3432026-03-24T20:32:02.098Z Downloaded is-terminal v0.4.17
3442026-03-24T20:32:02.098Z Downloaded internet-checksum v0.2.1
3452026-03-24T20:32:02.098Z Downloaded linked-hash-map v0.5.6
3462026-03-24T20:32:02.101Z Downloaded hyper-rustls v0.27.7
3472026-03-24T20:32:02.101Z Downloaded daft-derive v0.1.5
3482026-03-24T20:32:02.104Z Downloaded csv-core v0.1.13
3492026-03-24T20:32:02.107Z Downloaded const_format_proc_macros v0.2.34
3502026-03-24T20:32:02.111Z Downloaded async-trait v0.1.89
3512026-03-24T20:32:02.113Z Downloaded memoffset v0.9.1
3522026-03-24T20:32:02.114Z Downloaded managed v0.8.0
3532026-03-24T20:32:02.114Z Downloaded memmap v0.7.0
3542026-03-24T20:32:02.117Z Downloaded cmake v0.1.57
3552026-03-24T20:32:02.117Z Downloaded git-stub-vcs v0.1.0
3562026-03-24T20:32:02.119Z Downloaded instant v0.1.13
3572026-03-24T20:32:02.120Z Downloaded lru-cache v0.1.2
3582026-03-24T20:32:02.120Z Downloaded fs-err v3.3.0
3592026-03-24T20:32:02.122Z Downloaded match_cfg v0.1.0
3602026-03-24T20:32:02.123Z Downloaded macaddr v1.0.1
3612026-03-24T20:32:02.125Z Downloaded fs_extra v1.3.0
3622026-03-24T20:32:02.125Z Downloaded inout v0.1.4
3632026-03-24T20:32:02.129Z Downloaded autocfg v1.5.0
3642026-03-24T20:32:02.129Z Downloaded num-conv v0.2.0
3652026-03-24T20:32:02.132Z Downloaded daft v0.1.5
3662026-03-24T20:32:02.132Z Downloaded num-derive v0.3.3
3672026-03-24T20:32:02.132Z Downloaded num v0.4.3
3682026-03-24T20:32:02.135Z Downloaded bytecount v0.6.9
3692026-03-24T20:32:02.135Z Downloaded foldhash v0.1.5
3702026-03-24T20:32:02.138Z Downloaded no-std-compat v0.4.1
3712026-03-24T20:32:02.138Z Downloaded ipnetwork v0.21.1
3722026-03-24T20:32:02.141Z Downloaded newtype-uuid-macros v0.1.0
3732026-03-24T20:32:02.141Z Downloaded natord v1.0.9
3742026-03-24T20:32:02.141Z Downloaded derive-where v1.6.1
3752026-03-24T20:32:02.144Z Downloaded ipnet v2.12.0
3762026-03-24T20:32:02.147Z Downloaded ingot-types v0.1.2
3772026-03-24T20:32:02.147Z Downloaded num-iter v0.1.45
3782026-03-24T20:32:02.150Z Downloaded omicron-workspace-hack v0.1.0
3792026-03-24T20:32:02.150Z Downloaded olpc-cjson v0.1.4
3802026-03-24T20:32:02.150Z Downloaded futures-channel v0.3.32
3812026-03-24T20:32:02.153Z Downloaded hmac v0.12.1
3822026-03-24T20:32:02.153Z Downloaded keccak v0.1.6
3832026-03-24T20:32:02.157Z Downloaded byteorder v1.5.0
3842026-03-24T20:32:02.157Z Downloaded newtype_derive v0.1.6
3852026-03-24T20:32:02.157Z Downloaded indent_write v2.2.0
3862026-03-24T20:32:02.162Z Downloaded lock_api v0.4.14
3872026-03-24T20:32:02.162Z Downloaded linear-map v1.2.0
3882026-03-24T20:32:02.162Z Downloaded newline-converter v0.3.0
3892026-03-24T20:32:02.167Z Downloaded bitflags v1.3.2
3902026-03-24T20:32:02.167Z Downloaded num-derive v0.4.2
3912026-03-24T20:32:02.167Z Downloaded openssl-macros v0.1.1
3922026-03-24T20:32:02.171Z Downloaded parse-display v0.10.0
3932026-03-24T20:32:02.171Z Downloaded crc32fast v1.5.0
3942026-03-24T20:32:02.171Z Downloaded console v0.16.3
3952026-03-24T20:32:02.171Z Downloaded dropshot-api-manager v0.5.2
3962026-03-24T20:32:02.175Z Downloaded argon2 v0.5.3
3972026-03-24T20:32:02.178Z Downloaded blake2 v0.10.6
3982026-03-24T20:32:02.178Z Downloaded hash32 v0.3.1
3992026-03-24T20:32:02.178Z Downloaded opaque-debug v0.3.1
4002026-03-24T20:32:02.183Z Downloaded num_threads v0.1.7
4012026-03-24T20:32:02.183Z Downloaded fxhash v0.2.1
4022026-03-24T20:32:02.183Z Downloaded futures-task v0.3.32
4032026-03-24T20:32:02.186Z Downloaded openssl-probe v0.2.1
4042026-03-24T20:32:02.186Z Downloaded mime v0.3.17
4052026-03-24T20:32:02.186Z Downloaded libsw v3.5.0
4062026-03-24T20:32:02.186Z Downloaded futures-io v0.3.32
4072026-03-24T20:32:02.190Z Downloaded ff v0.13.1
4082026-03-24T20:32:02.190Z Downloaded percent-encoding v2.3.2
4092026-03-24T20:32:02.190Z Downloaded bitflags v2.11.0
4102026-03-24T20:32:02.193Z Downloaded crossbeam-utils v0.8.21
4112026-03-24T20:32:02.196Z Downloaded httparse v1.10.1
4122026-03-24T20:32:02.200Z Downloaded phf_shared v0.12.1
4132026-03-24T20:32:02.200Z Downloaded colored v3.1.1
4142026-03-24T20:32:02.203Z Downloaded clap_derive v4.6.0
4152026-03-24T20:32:02.203Z Downloaded pin-utils v0.1.0
4162026-03-24T20:32:02.206Z Downloaded plain v0.2.3
4172026-03-24T20:32:02.206Z Downloaded ciborium v0.2.2
4182026-03-24T20:32:02.209Z Downloaded pretty-hex v0.4.2
4192026-03-24T20:32:02.209Z Downloaded libsw-core v0.3.2
4202026-03-24T20:32:02.211Z Downloaded cancel-safe-futures v0.1.5
4212026-03-24T20:32:02.211Z Downloaded num-complex v0.4.6
4222026-03-24T20:32:02.214Z Downloaded either v1.15.0
4232026-03-24T20:32:02.214Z Downloaded dtrace-parser v0.3.0
4242026-03-24T20:32:02.222Z Downloaded ingot-macros v0.1.1
4252026-03-24T20:32:02.222Z Downloaded ahash v0.8.12
4262026-03-24T20:32:02.225Z Downloaded proc-macro-crate v1.3.1
4272026-03-24T20:32:02.225Z Downloaded elliptic-curve v0.13.8
4282026-03-24T20:32:02.225Z Downloaded defmt v0.3.100
4292026-03-24T20:32:02.225Z Downloaded num_enum v0.7.6
4302026-03-24T20:32:02.228Z Downloaded powerfmt v0.2.0
4312026-03-24T20:32:02.231Z Downloaded owo-colors v4.3.0
4322026-03-24T20:32:02.231Z Downloaded num_enum_derive v0.7.6
4332026-03-24T20:32:02.236Z Downloaded parking_lot_core v0.8.6
4342026-03-24T20:32:02.236Z Downloaded bytes v1.11.1
4352026-03-24T20:32:02.239Z Downloaded progenitor-client v0.10.0
4362026-03-24T20:32:02.239Z Downloaded progenitor-macro v0.11.2
4372026-03-24T20:32:02.239Z Downloaded darling v0.21.3
4382026-03-24T20:32:02.243Z Downloaded paste v1.0.15
4392026-03-24T20:32:02.246Z Downloaded newtype-uuid v1.3.2
4402026-03-24T20:32:02.248Z Downloaded multer v3.1.0
4412026-03-24T20:32:02.251Z Downloaded proc-macro-crate v3.5.0
4422026-03-24T20:32:02.251Z Downloaded memmap2 v0.9.10
4432026-03-24T20:32:02.255Z Downloaded progenitor-macro v0.10.0
4442026-03-24T20:32:02.255Z Downloaded progenitor-client v0.11.2
4452026-03-24T20:32:02.255Z Downloaded proc-macro-error-attr2 v2.0.0
4462026-03-24T20:32:02.258Z Downloaded proc-macro-error-attr v1.0.4
4472026-03-24T20:32:02.258Z Downloaded quick-error v1.2.3
4482026-03-24T20:32:02.258Z Downloaded num_enum_derive v0.5.11
4492026-03-24T20:32:02.258Z Downloaded getrandom v0.3.4
4502026-03-24T20:32:02.261Z Downloaded clap v4.6.0
4512026-03-24T20:32:02.268Z Downloaded rand_xorshift v0.4.0
4522026-03-24T20:32:02.272Z Downloaded ingot v0.1.1
4532026-03-24T20:32:02.272Z Downloaded getrandom v0.4.2
4542026-03-24T20:32:02.275Z Downloaded parse-display-derive v0.10.0
4552026-03-24T20:32:02.275Z Downloaded oxnet v0.1.4
4562026-03-24T20:32:02.281Z Downloaded pkg-config v0.3.32
4572026-03-24T20:32:02.281Z Downloaded pin-project-lite v0.2.17
4582026-03-24T20:32:02.285Z Downloaded progenitor-macro v0.13.0
4592026-03-24T20:32:02.285Z Downloaded password-hash v0.5.0
4602026-03-24T20:32:02.285Z Downloaded cookie v0.18.1
4612026-03-24T20:32:02.288Z Downloaded anyhow v1.0.102
4622026-03-24T20:32:02.292Z Downloaded ref-cast v1.0.25
4632026-03-24T20:32:02.292Z Downloaded ppv-lite86 v0.2.21
4642026-03-24T20:32:02.295Z Downloaded num-integer v0.1.46
4652026-03-24T20:32:02.296Z Downloaded pem v3.0.6
4662026-03-24T20:32:02.296Z Downloaded console v0.15.11
4672026-03-24T20:32:02.298Z Downloaded indexmap v1.9.3
4682026-03-24T20:32:02.302Z Downloaded ref-cast-impl v1.0.25
4692026-03-24T20:32:02.302Z Downloaded rand_chacha v0.3.1
4702026-03-24T20:32:02.305Z Downloaded base64 v0.22.1
4712026-03-24T20:32:02.308Z Downloaded progenitor v0.11.2
4722026-03-24T20:32:02.308Z Downloaded getrandom v0.2.17
4732026-03-24T20:32:02.311Z Downloaded num_enum v0.5.11
4742026-03-24T20:32:02.314Z Downloaded progenitor-extras v0.1.1
4752026-03-24T20:32:02.317Z Downloaded proc-macro-error2 v2.0.1
4762026-03-24T20:32:02.317Z Downloaded heapless v0.8.0
4772026-03-24T20:32:02.320Z Downloaded potential_utf v0.1.4
4782026-03-24T20:32:02.323Z Downloaded poly1305 v0.8.0
4792026-03-24T20:32:02.323Z Downloaded pin-project-internal v1.1.11
4802026-03-24T20:32:02.349Z Downloaded parking_lot_core v0.9.12
4812026-03-24T20:32:02.349Z Downloaded hyper-util v0.1.20
4822026-03-24T20:32:02.349Z Downloaded pest_derive v2.8.6
4832026-03-24T20:32:02.349Z Downloaded camino v1.2.2
4842026-03-24T20:32:02.349Z Downloaded phf v0.12.1
4852026-03-24T20:32:02.349Z Downloaded oxide-tokio-rt v0.1.3
4862026-03-24T20:32:02.349Z Downloaded iana-time-zone v0.1.65
4872026-03-24T20:32:02.349Z Downloaded futures v0.3.32
4882026-03-24T20:32:02.349Z Downloaded rustc_version v0.1.7
4892026-03-24T20:32:02.349Z Downloaded half v2.7.1
4902026-03-24T20:32:02.349Z Downloaded rustc-hash v2.1.1
4912026-03-24T20:32:02.353Z Downloaded rand_core v0.10.0
4922026-03-24T20:32:02.353Z Downloaded icu_locale_core v2.1.1
4932026-03-24T20:32:02.356Z Downloaded rand_core v0.9.5
4942026-03-24T20:32:02.356Z Downloaded icu_provider v2.1.1
4952026-03-24T20:32:02.359Z Downloaded rand_core v0.6.4
4962026-03-24T20:32:02.359Z Downloaded semver v0.1.20
4972026-03-24T20:32:02.362Z Downloaded scopeguard v1.2.0
4982026-03-24T20:32:02.362Z Downloaded once_cell v1.21.4
4992026-03-24T20:32:02.365Z Downloaded parking_lot v0.11.2
5002026-03-24T20:32:02.365Z Downloaded icu_properties v2.1.2
5012026-03-24T20:32:02.368Z Downloaded rand_chacha v0.9.0
5022026-03-24T20:32:02.371Z Downloaded same-file v1.0.6
5032026-03-24T20:32:02.371Z Downloaded allocator-api2 v0.2.21
5042026-03-24T20:32:02.377Z Downloaded num-traits v0.2.19
5052026-03-24T20:32:02.378Z Downloaded progenitor-client v0.13.0
5062026-03-24T20:32:02.381Z Downloaded progenitor v0.13.0
5072026-03-24T20:32:02.381Z Downloaded serde_repr v0.1.20
5082026-03-24T20:32:02.381Z Downloaded scroll_derive v0.12.1
5092026-03-24T20:32:02.381Z Downloaded crossbeam-epoch v0.9.18
5102026-03-24T20:32:02.384Z Downloaded serde_urlencoded v0.7.1
5112026-03-24T20:32:02.384Z Downloaded serde-big-array v0.5.1
5122026-03-24T20:32:02.388Z Downloaded secrecy v0.10.3
5132026-03-24T20:32:02.388Z Downloaded scroll_derive v0.13.1
5142026-03-24T20:32:02.388Z Downloaded progenitor v0.10.0
5152026-03-24T20:32:02.393Z Downloaded serde_spanned v0.6.9
5162026-03-24T20:32:02.393Z Downloaded serial_test v3.4.0
5172026-03-24T20:32:02.393Z Downloaded rustls-pemfile v2.2.0
5182026-03-24T20:32:02.398Z Downloaded siphasher v1.0.2
5192026-03-24T20:32:02.398Z Downloaded sigpipe v0.1.3
5202026-03-24T20:32:02.398Z Downloaded slog-envlogger v2.2.0
5212026-03-24T20:32:02.398Z Downloaded crypto-bigint v0.5.5
5222026-03-24T20:32:02.401Z Downloaded rustls-native-certs v0.8.3
5232026-03-24T20:32:02.404Z Downloaded hickory-resolver v0.25.2
5242026-03-24T20:32:02.407Z Downloaded postcard v1.1.3
5252026-03-24T20:32:02.410Z Downloaded resolv-conf v0.7.6
5262026-03-24T20:32:02.410Z Downloaded serde_plain v1.0.2
5272026-03-24T20:32:02.414Z Downloaded quinn-udp v0.5.14
5282026-03-24T20:32:02.414Z Downloaded sha1 v0.10.6
5292026-03-24T20:32:02.418Z Downloaded darling_core v0.23.0
5302026-03-24T20:32:02.422Z Downloaded slog-bunyan v2.5.0
5312026-03-24T20:32:02.422Z Downloaded cc v1.2.57
5322026-03-24T20:32:02.425Z Downloaded pest_generator v2.8.6
5332026-03-24T20:32:02.425Z Downloaded darling_core v0.21.3
5342026-03-24T20:32:02.428Z Downloaded hickory-resolver v0.24.4
5352026-03-24T20:32:02.431Z Downloaded rustc_version v0.4.1
5362026-03-24T20:32:02.434Z Downloaded arc-swap v1.9.0
5372026-03-24T20:32:02.439Z Downloaded smawk v0.3.2
5382026-03-24T20:32:02.439Z Downloaded stable_deref_trait v1.2.1
5392026-03-24T20:32:02.439Z Downloaded scroll v0.13.0
5402026-03-24T20:32:02.442Z Downloaded scroll v0.12.0
5412026-03-24T20:32:02.442Z Downloaded rusty-fork v0.3.1
5422026-03-24T20:32:02.442Z Downloaded schemars_derive v0.8.22
5432026-03-24T20:32:02.446Z Downloaded serde_derive_internals v0.29.1
5442026-03-24T20:32:02.446Z Downloaded sdd v3.0.10
5452026-03-24T20:32:02.449Z Downloaded indicatif v0.18.4
5462026-03-24T20:32:02.453Z Downloaded icu_normalizer_data v2.1.1
5472026-03-24T20:32:02.453Z Downloaded semver v1.0.27
5482026-03-24T20:32:02.456Z Downloaded quote v1.0.45
5492026-03-24T20:32:02.456Z Downloaded serde_tokenstream v0.2.3
5502026-03-24T20:32:02.459Z Downloaded structmeta v0.3.0
5512026-03-24T20:32:02.459Z Downloaded swrite v0.1.0
5522026-03-24T20:32:02.459Z Downloaded supports-color v3.0.2
5532026-03-24T20:32:02.462Z Downloaded strsim v0.11.1
5542026-03-24T20:32:02.462Z Downloaded crossbeam-channel v0.5.15
5552026-03-24T20:32:02.465Z Downloaded papergrid v0.17.0
5562026-03-24T20:32:02.468Z Downloaded jiff-static v0.2.23
5572026-03-24T20:32:02.471Z Downloaded strum v0.26.3
5582026-03-24T20:32:02.474Z Downloaded serde_path_to_error v0.1.20
5592026-03-24T20:32:02.475Z Downloaded structmeta-derive v0.3.0
5602026-03-24T20:32:02.475Z Downloaded slog-dtrace v0.3.0
5612026-03-24T20:32:02.477Z Downloaded spin v0.5.2
5622026-03-24T20:32:02.478Z Downloaded serial_test_derive v3.4.0
5632026-03-24T20:32:02.481Z Downloaded sync_wrapper v1.0.2
5642026-03-24T20:32:02.481Z Downloaded subtle v2.6.1
5652026-03-24T20:32:02.481Z Downloaded strum v0.27.2
5662026-03-24T20:32:02.484Z Downloaded minimal-lexical v0.2.1
5672026-03-24T20:32:02.487Z Downloaded progenitor-impl v0.13.0
5682026-03-24T20:32:02.487Z Downloaded progenitor-impl v0.11.2
5692026-03-24T20:32:02.490Z Downloaded rustls-pki-types v1.14.0
5702026-03-24T20:32:02.493Z Downloaded terminal_size v0.4.4
5712026-03-24T20:32:02.493Z Downloaded tabled_derive v0.7.0
5722026-03-24T20:32:02.493Z Downloaded slog-json v2.6.1
5732026-03-24T20:32:02.496Z Downloaded pin-project v1.1.11
5742026-03-24T20:32:02.504Z Downloaded testing_table v0.3.0
5752026-03-24T20:32:02.507Z Downloaded termtree v0.5.1
5762026-03-24T20:32:02.507Z Downloaded take_mut v0.2.2
5772026-03-24T20:32:02.507Z Downloaded tagptr v0.2.0
5782026-03-24T20:32:02.510Z Downloaded snafu-derive v0.8.9
5792026-03-24T20:32:02.510Z Downloaded tabwriter v1.4.1
5802026-03-24T20:32:02.510Z Downloaded smf v0.2.3
5812026-03-24T20:32:02.513Z Downloaded slog-stdlog v4.1.1
5822026-03-24T20:32:02.513Z Downloaded time-core v0.1.8
5832026-03-24T20:32:02.516Z Downloaded thread-id v5.1.0
5842026-03-24T20:32:02.516Z Downloaded slog-async v2.8.0
5852026-03-24T20:32:02.516Z Downloaded tinyvec_macros v0.1.1
5862026-03-24T20:32:02.521Z Downloaded rhai_codegen v3.1.0
5872026-03-24T20:32:02.524Z Downloaded indexmap v2.13.0
5882026-03-24T20:32:02.527Z Downloaded slab v0.4.12
5892026-03-24T20:32:02.530Z Downloaded hashbrown v0.12.3
5902026-03-24T20:32:02.533Z Downloaded thread-id v4.2.2
5912026-03-24T20:32:02.533Z Downloaded proc-macro2 v1.0.106
5922026-03-24T20:32:02.536Z Downloaded slog-term v2.9.2
5932026-03-24T20:32:02.536Z Downloaded slog-scope v4.4.1
5942026-03-24T20:32:02.539Z Downloaded thiserror-impl-no-std v2.0.2
5952026-03-24T20:32:02.539Z Downloaded synstructure v0.13.2
5962026-03-24T20:32:02.542Z Downloaded prettyplease v0.2.37
5972026-03-24T20:32:02.542Z Downloaded static_assertions v1.1.0
5982026-03-24T20:32:02.545Z Downloaded expectorate v1.2.0
5992026-03-24T20:32:02.548Z Downloaded smartstring v1.0.1
6002026-03-24T20:32:02.548Z Downloaded toml_write v0.1.2
6012026-03-24T20:32:02.552Z Downloaded rustls-platform-verifier v0.6.2
6022026-03-24T20:32:02.556Z Downloaded http v1.4.0
6032026-03-24T20:32:02.556Z Downloaded signal-hook-registry v1.4.8
6042026-03-24T20:32:02.558Z Downloaded shlex v1.3.0
6052026-03-24T20:32:02.559Z Downloaded base64 v0.21.7
6062026-03-24T20:32:02.561Z Downloaded tabled_derive v0.11.0
6072026-03-24T20:32:02.564Z Downloaded progenitor-impl v0.10.0
6082026-03-24T20:32:02.564Z Downloaded typeid v1.0.3
6092026-03-24T20:32:02.568Z Downloaded tower-layer v0.3.3
6102026-03-24T20:32:02.568Z Downloaded strum_macros v0.26.4
6112026-03-24T20:32:02.568Z Downloaded serde_with_macros v3.18.0
6122026-03-24T20:32:02.572Z Downloaded log v0.4.29
6132026-03-24T20:32:02.575Z Downloaded toml_datetime v0.6.11
6142026-03-24T20:32:02.575Z Downloaded thiserror v1.0.69
6152026-03-24T20:32:02.578Z Downloaded ryu v1.0.23
6162026-03-24T20:32:02.581Z Downloaded memchr v2.8.0
6172026-03-24T20:32:02.583Z Downloaded thread_local v1.1.9
6182026-03-24T20:32:02.586Z Downloaded typify-macro v0.4.3
6192026-03-24T20:32:02.586Z Downloaded thiserror-no-std v2.0.2
6202026-03-24T20:32:02.589Z Downloaded sha2 v0.10.9
6212026-03-24T20:32:02.593Z Downloaded rayon-core v1.13.0
6222026-03-24T20:32:02.596Z Downloaded try-lock v0.2.5
6232026-03-24T20:32:02.596Z Downloaded tower-service v0.3.3
6242026-03-24T20:32:02.596Z Downloaded tokio-rustls v0.25.0
6252026-03-24T20:32:02.599Z Downloaded serde_yaml v0.9.34+deprecated
6262026-03-24T20:32:02.602Z Downloaded universal-hash v0.5.1
6272026-03-24T20:32:02.602Z Downloaded untrusted v0.7.1
6282026-03-24T20:32:02.602Z Downloaded unarray v0.1.4
6292026-03-24T20:32:02.605Z Downloaded typify-macro v0.6.1
6302026-03-24T20:32:02.605Z Downloaded thiserror-impl v2.0.18
6312026-03-24T20:32:02.605Z Downloaded unicode-xid v0.2.6
6322026-03-24T20:32:02.608Z Downloaded similar v2.7.0
6332026-03-24T20:32:02.612Z Downloaded icu_collections v2.1.1
6342026-03-24T20:32:02.615Z Downloaded utf-8 v0.7.6
6352026-03-24T20:32:02.615Z Downloaded usdt-macro v0.6.0
6362026-03-24T20:32:02.618Z Downloaded utf8_iter v1.0.4
6372026-03-24T20:32:02.618Z Downloaded usdt-macro v0.5.0
6382026-03-24T20:32:02.618Z Downloaded version_check v0.9.5
6392026-03-24T20:32:02.622Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6402026-03-24T20:32:02.622Z Downloaded toml_writer v1.1.0+spec-1.1.0
6412026-03-24T20:32:02.625Z Downloaded unicode-linebreak v0.1.5
6422026-03-24T20:32:02.625Z Downloaded tiny-keccak v2.0.2
6432026-03-24T20:32:02.625Z Downloaded tokio-tungstenite v0.21.0
6442026-03-24T20:32:02.628Z Downloaded qorb v0.4.1
6452026-03-24T20:32:02.631Z Downloaded term v1.2.1
6462026-03-24T20:32:02.632Z Downloaded smallvec v1.15.1
6472026-03-24T20:32:02.635Z Downloaded openssl-sys v0.9.112
6482026-03-24T20:32:02.638Z Downloaded pretty_assertions v1.4.1
6492026-03-24T20:32:02.641Z Downloaded unit-prefix v0.5.2
6502026-03-24T20:32:02.641Z Downloaded tokio-macros v2.6.1
6512026-03-24T20:32:02.641Z Downloaded waitgroup v0.1.2
6522026-03-24T20:32:02.644Z Downloaded hashbrown v0.15.5
6532026-03-24T20:32:02.647Z Downloaded usdt-attr-macro v0.5.0
6542026-03-24T20:32:02.647Z Downloaded usdt-attr-macro v0.6.0
6552026-03-24T20:32:02.647Z Downloaded usdt v0.6.0
6562026-03-24T20:32:02.650Z Downloaded usdt v0.5.0
6572026-03-24T20:32:02.650Z Downloaded schemars v0.8.22
6582026-03-24T20:32:02.656Z Downloaded socket2 v0.6.3
6592026-03-24T20:32:02.660Z Downloaded yoke-derive v0.8.1
6602026-03-24T20:32:02.660Z Downloaded strum_macros v0.27.2
6612026-03-24T20:32:02.663Z Downloaded toml_datetime v1.1.0+spec-1.1.0
6622026-03-24T20:32:02.663Z Downloaded want v0.3.1
6632026-03-24T20:32:02.666Z Downloaded serde_derive v1.0.228
6642026-03-24T20:32:02.666Z Downloaded hashbrown v0.16.1
6652026-03-24T20:32:02.669Z Downloaded zerofrom-derive v0.1.6
6662026-03-24T20:32:02.672Z Downloaded untrusted v0.9.0
6672026-03-24T20:32:02.672Z Downloaded serde_core v1.0.228
6682026-03-24T20:32:02.676Z Downloaded tokio-dtrace v0.1.1
6692026-03-24T20:32:02.676Z Downloaded time-macros v0.2.27
6702026-03-24T20:32:02.679Z Downloaded thiserror-impl v1.0.69
6712026-03-24T20:32:02.679Z Downloaded pest_meta v2.8.6
6722026-03-24T20:32:02.682Z Downloaded icu_normalizer v2.1.1
6732026-03-24T20:32:02.682Z Downloaded rustversion v1.0.22
6742026-03-24T20:32:02.685Z Downloaded utf8parse v0.2.2
6752026-03-24T20:32:02.685Z Downloaded const_format v0.2.35
6762026-03-24T20:32:02.688Z Downloaded zone_cfg_derive v0.3.1
6772026-03-24T20:32:02.691Z Downloaded chacha20poly1305 v0.10.1
6782026-03-24T20:32:02.691Z Downloaded toml_parser v1.1.0+spec-1.1.0
6792026-03-24T20:32:02.694Z Downloaded serde_spanned v1.1.0
6802026-03-24T20:32:02.694Z Downloaded quinn v0.11.9
6812026-03-24T20:32:02.697Z Downloaded tracing-attributes v0.1.31
6822026-03-24T20:32:02.700Z Downloaded thiserror v2.0.18
6832026-03-24T20:32:02.703Z Downloaded walkdir v2.5.0
6842026-03-24T20:32:02.706Z Downloaded vsss-rs v3.3.4
6852026-03-24T20:32:02.706Z Downloaded slog v2.8.2
6862026-03-24T20:32:02.709Z Downloaded tempfile v3.27.0
6872026-03-24T20:32:02.719Z Downloaded schemars v0.9.0
6882026-03-24T20:32:03.133Z Downloaded zone v0.3.1
6892026-03-24T20:32:03.139Z Downloaded zeroize_derive v1.4.3
6902026-03-24T20:32:03.139Z Downloaded zerofrom v0.1.6
6912026-03-24T20:32:03.139Z Downloaded spin v0.9.8
6922026-03-24T20:32:03.139Z Downloaded tinyvec v1.11.0
6932026-03-24T20:32:03.139Z Downloaded thin-vec v0.2.14
6942026-03-24T20:32:03.139Z Downloaded zeroize v1.8.2
6952026-03-24T20:32:03.139Z Downloaded rand v0.8.5
6962026-03-24T20:32:03.139Z Downloaded wait-timeout v0.2.1
6972026-03-24T20:32:03.139Z Downloaded usdt-impl v0.6.0
6982026-03-24T20:32:03.139Z Downloaded usdt-impl v0.5.0
6992026-03-24T20:32:03.139Z Downloaded tokio-rustls v0.26.4
7002026-03-24T20:32:03.139Z Downloaded zmij v1.0.21
7012026-03-24T20:32:03.139Z Downloaded toml v0.8.23
7022026-03-24T20:32:03.139Z Downloaded whoami v1.6.1
7032026-03-24T20:32:03.139Z Downloaded idna v1.1.0
7042026-03-24T20:32:03.139Z Downloaded typify v0.6.1
7052026-03-24T20:32:03.139Z Downloaded tracing-core v0.1.36
7062026-03-24T20:32:03.139Z Downloaded rustls-webpki v0.103.10
7072026-03-24T20:32:03.139Z Downloaded snafu v0.8.9
7082026-03-24T20:32:03.139Z Downloaded test-strategy v0.4.5
7092026-03-24T20:32:03.139Z Downloaded rand v0.10.0
7102026-03-24T20:32:03.139Z Downloaded xz2 v0.1.7
7112026-03-24T20:32:03.139Z Downloaded icu_properties_data v2.1.2
7122026-03-24T20:32:03.139Z Downloaded yoke v0.8.1
7132026-03-24T20:32:03.139Z Downloaded unicode-ident v1.0.24
7142026-03-24T20:32:03.139Z Downloaded h2 v0.4.13
7152026-03-24T20:32:03.139Z Downloaded unsafe-libyaml v0.2.11
7162026-03-24T20:32:03.139Z Downloaded toml_edit v0.22.27
7172026-03-24T20:32:03.139Z Downloaded zerovec-derive v0.11.2
7182026-03-24T20:32:03.139Z Downloaded tinystr v0.8.2
7192026-03-24T20:32:03.139Z Downloaded pest v2.8.6
7202026-03-24T20:32:03.139Z Downloaded tokio-stream v0.1.18
7212026-03-24T20:32:03.139Z Downloaded serde v1.0.228
7222026-03-24T20:32:03.139Z Downloaded hkdf v0.12.4
7232026-03-24T20:32:03.139Z Downloaded toml v0.9.12+spec-1.1.0
7242026-03-24T20:32:03.139Z Downloaded futures-util v0.3.32
7252026-03-24T20:32:03.140Z Downloaded toml_edit v0.25.8+spec-1.1.0
7262026-03-24T20:32:03.140Z Downloaded goblin v0.8.2
7272026-03-24T20:32:03.140Z Downloaded typify v0.4.3
7282026-03-24T20:32:03.140Z Downloaded tungstenite v0.21.0
7292026-03-24T20:32:03.140Z Downloaded nom v8.0.0
7302026-03-24T20:32:03.140Z Downloaded zerocopy-derive v0.7.35
7312026-03-24T20:32:03.140Z Downloaded textwrap v0.16.2
7322026-03-24T20:32:03.140Z Downloaded nom v7.1.3
7332026-03-24T20:32:03.140Z Downloaded itertools v0.12.1
7342026-03-24T20:32:03.140Z Downloaded writeable v0.6.2
7352026-03-24T20:32:03.140Z Downloaded ucd-trie v0.1.7
7362026-03-24T20:32:03.140Z Downloaded mio v1.1.1
7372026-03-24T20:32:03.140Z Downloaded typenum v1.19.0
7382026-03-24T20:32:03.140Z Downloaded steno v0.4.1
7392026-03-24T20:32:03.140Z Downloaded schemars v1.2.1
7402026-03-24T20:32:03.140Z Downloaded uuid v1.22.0
7412026-03-24T20:32:03.140Z Downloaded iddqd v0.3.17
7422026-03-24T20:32:03.140Z Downloaded ron v0.12.0
7432026-03-24T20:32:03.140Z Downloaded hyper v1.8.1
7442026-03-24T20:32:03.140Z Downloaded scc v2.4.0
7452026-03-24T20:32:03.140Z Downloaded rayon v1.11.0
7462026-03-24T20:32:03.140Z Downloaded reqwest v0.13.2
7472026-03-24T20:32:03.140Z Downloaded serde_json v1.0.149
7482026-03-24T20:32:03.140Z Downloaded itertools v0.14.0
7492026-03-24T20:32:03.140Z Downloaded tower-http v0.6.8
7502026-03-24T20:32:03.140Z Downloaded toml_edit v0.19.15
7512026-03-24T20:32:03.140Z Downloaded tokio-util v0.7.18
7522026-03-24T20:32:03.140Z Downloaded libm v0.2.16
7532026-03-24T20:32:03.140Z Downloaded yansi v1.0.1
7542026-03-24T20:32:03.140Z Downloaded iri-string v0.7.11
7552026-03-24T20:32:03.140Z Downloaded reqwest v0.12.28
7562026-03-24T20:32:03.140Z Downloaded zerotrie v0.2.3
7572026-03-24T20:32:03.140Z Downloaded zerovec v0.11.5
7582026-03-24T20:32:03.140Z Downloaded rand v0.9.2
7592026-03-24T20:32:03.140Z Downloaded parking_lot v0.12.5
7602026-03-24T20:32:03.140Z Downloaded url v2.5.8
7612026-03-24T20:32:03.140Z Downloaded papergrid v0.11.0
7622026-03-24T20:32:03.140Z Downloaded clap_builder v4.6.0
7632026-03-24T20:32:03.141Z Downloaded goblin v0.10.5
7642026-03-24T20:32:03.141Z Downloaded proc-macro-error v1.0.4
7652026-03-24T20:32:03.141Z Downloaded winnow v0.5.40
7662026-03-24T20:32:03.141Z Downloaded zerocopy v0.7.35
7672026-03-24T20:32:03.141Z Downloaded quinn-proto v0.11.14
7682026-03-24T20:32:03.141Z Downloaded cipher v0.4.4
7692026-03-24T20:32:03.141Z Downloaded anstream v1.0.0
7702026-03-24T20:32:03.141Z Downloaded anstyle-parse v1.0.0
7712026-03-24T20:32:03.141Z Downloaded num-rational v0.4.2
7722026-03-24T20:32:03.141Z Downloaded litemap v0.8.1
7732026-03-24T20:32:03.141Z Downloaded jobserver v0.1.34
7742026-03-24T20:32:03.141Z Downloaded dtrace-parser v0.2.0
7752026-03-24T20:32:03.141Z Downloaded embedded-io v0.6.1
7762026-03-24T20:32:03.141Z Downloaded regex v1.12.3
7772026-03-24T20:32:03.141Z Downloaded tabled v0.15.0
7782026-03-24T20:32:03.141Z Downloaded dropshot v0.16.7
7792026-03-24T20:32:03.141Z Downloaded winnow v0.7.15
7802026-03-24T20:32:03.141Z Downloaded unicode-segmentation v1.13.0
7812026-03-24T20:32:03.141Z Downloaded typed-path v0.9.3
7822026-03-24T20:32:03.141Z Downloaded portable-atomic v1.13.1
7832026-03-24T20:32:03.141Z Downloaded time v0.3.47
7842026-03-24T20:32:03.141Z Downloaded zerocopy-derive v0.8.47
7852026-03-24T20:32:03.141Z Downloaded vcpkg v0.2.15
7862026-03-24T20:32:03.141Z Downloaded unicode-width v0.2.2
7872026-03-24T20:32:03.144Z Downloaded hickory-proto v0.24.4
7882026-03-24T20:32:03.148Z Downloaded smoltcp v0.11.0
7892026-03-24T20:32:03.156Z Downloaded unicode-normalization v0.1.25
7902026-03-24T20:32:03.162Z Downloaded zerocopy v0.8.47
7912026-03-24T20:32:03.173Z Downloaded tough v0.20.0
7922026-03-24T20:32:03.179Z Downloaded hickory-proto v0.25.2
7932026-03-24T20:32:03.190Z Downloaded rustls-webpki v0.102.8
7942026-03-24T20:32:03.206Z Downloaded serde_with v3.18.0
7952026-03-24T20:32:03.213Z Downloaded chrono v0.4.44
7962026-03-24T20:32:03.219Z Downloaded proptest v1.11.0
7972026-03-24T20:32:03.227Z Downloaded moka v0.12.15
7982026-03-24T20:32:03.233Z Downloaded syn v2.0.117
7992026-03-24T20:32:03.241Z Downloaded aws-lc-rs v1.16.2
8002026-03-24T20:32:03.248Z Downloaded unicode-width v0.1.14
8012026-03-24T20:32:03.253Z Downloaded curve25519-dalek v4.1.3
8022026-03-24T20:32:03.259Z Downloaded typify-impl v0.6.1
8032026-03-24T20:32:03.271Z Downloaded tower v0.5.3
8042026-03-24T20:32:03.275Z Downloaded syn v1.0.109
8052026-03-24T20:32:03.296Z Downloaded winnow v1.0.0
8062026-03-24T20:32:03.315Z Downloaded bstr v1.12.1
8072026-03-24T20:32:03.321Z Downloaded tabled v0.20.0
8082026-03-24T20:32:03.334Z Downloaded openssl v0.10.76
8092026-03-24T20:32:03.341Z Downloaded lzma-sys v0.1.20
8102026-03-24T20:32:03.362Z Downloaded jiff v0.2.23
8112026-03-24T20:32:03.376Z Downloaded webpki-roots v1.0.6
8122026-03-24T20:32:03.383Z Downloaded petgraph v0.8.3
8132026-03-24T20:32:03.403Z Downloaded rhai v1.24.0
8142026-03-24T20:32:03.413Z Downloaded sha3 v0.10.8
8152026-03-24T20:32:03.417Z Downloaded nix v0.31.2
8162026-03-24T20:32:03.430Z Downloaded rustls v0.22.4
8172026-03-24T20:32:03.451Z Downloaded openapiv3 v2.2.0
8182026-03-24T20:32:03.461Z Downloaded regress v0.10.5
8192026-03-24T20:32:03.469Z Downloaded regex-syntax v0.8.10
8202026-03-24T20:32:03.475Z Downloaded encoding_rs v0.8.35
8212026-03-24T20:32:03.491Z Downloaded rustix v0.38.44
8222026-03-24T20:32:03.507Z Downloaded rustls v0.23.37
8232026-03-24T20:32:03.515Z Downloaded ring v0.17.14
8242026-03-24T20:32:03.545Z Downloaded rustix v1.1.4
8252026-03-24T20:32:03.593Z Downloaded sled v0.34.7
8262026-03-24T20:32:03.613Z Downloaded tracing v0.1.44
8272026-03-24T20:32:03.629Z Downloaded typify-impl v0.4.3
8282026-03-24T20:32:03.668Z Downloaded regex-automata v0.4.14
8292026-03-24T20:32:03.702Z Downloaded petgraph v0.6.5
8302026-03-24T20:32:03.726Z Downloaded chrono-tz v0.10.4
8312026-03-24T20:32:03.740Z Downloaded libc v0.2.183
8322026-03-24T20:32:03.766Z Downloaded csv v1.4.0
8332026-03-24T20:32:03.794Z Downloaded tokio v1.50.0
8342026-03-24T20:32:04.502Z Downloaded aws-lc-sys v0.39.0
8352026-03-24T20:32:05.244Z Compiling proc-macro2 v1.0.106
8362026-03-24T20:32:05.247Z Compiling quote v1.0.45
8372026-03-24T20:32:05.247Z Compiling unicode-ident v1.0.24
8382026-03-24T20:32:05.247Z Compiling serde_core v1.0.228
8392026-03-24T20:32:05.247Z Compiling libc v0.2.183
8402026-03-24T20:32:05.247Z Compiling serde v1.0.228
8412026-03-24T20:32:05.247Z Compiling zmij v1.0.21
8422026-03-24T20:32:05.247Z Compiling autocfg v1.5.0
8432026-03-24T20:32:06.002Z Compiling libm v0.2.16
8442026-03-24T20:32:06.092Z Compiling icu_properties_data v2.1.2
8452026-03-24T20:32:06.114Z Compiling icu_normalizer_data v2.1.1
8462026-03-24T20:32:06.138Z Compiling serde_json v1.0.149
8472026-03-24T20:32:06.163Z Compiling num-traits v0.2.19
8482026-03-24T20:32:06.490Z Compiling getrandom v0.4.2
8492026-03-24T20:32:06.536Z Compiling version_check v0.9.5
8502026-03-24T20:32:06.722Z Compiling memchr v2.8.0
8512026-03-24T20:32:06.844Z Compiling thiserror v2.0.18
8522026-03-24T20:32:07.087Z Compiling parking_lot_core v0.9.12
8532026-03-24T20:32:07.168Z Compiling syn v2.0.117
8542026-03-24T20:32:07.329Z Checking cfg-if v1.0.4
8552026-03-24T20:32:07.431Z Compiling schemars v0.8.22
8562026-03-24T20:32:07.456Z Compiling heck v0.5.0
8572026-03-24T20:32:07.495Z Compiling portable-atomic v1.13.1
8582026-03-24T20:32:07.627Z Compiling jobserver v0.1.34
8592026-03-24T20:32:07.742Z Compiling find-msvc-tools v0.1.9
8602026-03-24T20:32:07.885Z Compiling itoa v1.0.18
8612026-03-24T20:32:08.113Z Compiling shlex v1.3.0
8622026-03-24T20:32:08.163Z Compiling zerocopy v0.8.47
8632026-03-24T20:32:08.186Z Compiling rustversion v1.0.22
8642026-03-24T20:32:08.354Z Compiling cc v1.2.57
8652026-03-24T20:32:08.726Z Compiling typenum v1.19.0
8662026-03-24T20:32:08.985Z Compiling semver v1.0.27
8672026-03-24T20:32:09.212Z Compiling log v0.4.29
8682026-03-24T20:32:09.235Z Compiling httparse v1.10.1
8692026-03-24T20:32:09.393Z Compiling thiserror v1.0.69
8702026-03-24T20:32:09.455Z Compiling generic-array v0.14.7
8712026-03-24T20:32:09.458Z Compiling equivalent v1.0.2
8722026-03-24T20:32:09.532Z Compiling allocator-api2 v0.2.21
8732026-03-24T20:32:09.591Z Compiling foldhash v0.2.0
8742026-03-24T20:32:09.763Z Compiling cmake v0.1.57
8752026-03-24T20:32:09.804Z Compiling fs_extra v1.3.0
8762026-03-24T20:32:09.870Z Compiling dunce v1.0.5
8772026-03-24T20:32:09.991Z Compiling hashbrown v0.16.1
8782026-03-24T20:32:10.074Z Compiling rustix v1.1.4
8792026-03-24T20:32:10.192Z Compiling ring v0.17.14
8802026-03-24T20:32:10.215Z Compiling slog v2.8.2
8812026-03-24T20:32:10.240Z Compiling aws-lc-sys v0.39.0
8822026-03-24T20:32:10.243Z Compiling getrandom v0.3.4
8832026-03-24T20:32:10.526Z Checking stable_deref_trait v1.2.1
8842026-03-24T20:32:10.620Z Compiling anyhow v1.0.102
8852026-03-24T20:32:10.687Z Compiling regex-syntax v0.8.10
8862026-03-24T20:32:10.864Z Compiling ucd-trie v0.1.7
8872026-03-24T20:32:10.927Z Compiling indexmap v2.13.0
8882026-03-24T20:32:11.166Z Compiling pest v2.8.6
8892026-03-24T20:32:11.295Z Compiling synstructure v0.13.2
8902026-03-24T20:32:11.348Z Compiling serde_derive_internals v0.29.1
8912026-03-24T20:32:11.959Z Compiling aho-corasick v1.1.4
8922026-03-24T20:32:11.982Z Compiling aws-lc-rs v1.16.2
8932026-03-24T20:32:12.346Z Compiling crossbeam-utils v0.8.21
8942026-03-24T20:32:12.372Z Checking writeable v0.6.2
8952026-03-24T20:32:12.574Z Compiling pest_meta v2.8.6
8962026-03-24T20:32:12.771Z Checking litemap v0.8.1
8972026-03-24T20:32:12.997Z Compiling time-core v0.1.8
8982026-03-24T20:32:13.185Z Compiling regex-automata v0.4.14
8992026-03-24T20:32:13.211Z Compiling serde_derive v1.0.228
9002026-03-24T20:32:13.564Z Compiling zerofrom-derive v0.1.6
9012026-03-24T20:32:13.802Z Compiling yoke-derive v0.8.1
9022026-03-24T20:32:13.926Z Compiling zerovec-derive v0.11.2
9032026-03-24T20:32:14.465Z Compiling displaydoc v0.2.5
9042026-03-24T20:32:15.056Z Compiling schemars_derive v0.8.22
9052026-03-24T20:32:15.128Z Compiling thiserror-impl v2.0.18
9062026-03-24T20:32:15.150Z Compiling zeroize_derive v1.4.3
9072026-03-24T20:32:15.280Z Compiling tokio-macros v2.6.1
9082026-03-24T20:32:15.389Z Compiling zerocopy-derive v0.8.47
9092026-03-24T20:32:15.976Z Compiling futures-macro v0.3.32
9102026-03-24T20:32:16.234Z Compiling tracing-attributes v0.1.31
9112026-03-24T20:32:16.599Z Compiling thiserror-impl v1.0.69
9122026-03-24T20:32:16.715Z Checking zerofrom v0.1.6
9132026-03-24T20:32:17.010Z Checking yoke v0.8.1
9142026-03-24T20:32:17.203Z Compiling regex v1.12.3
9152026-03-24T20:32:17.227Z Checking zerovec v0.11.5
9162026-03-24T20:32:17.419Z Compiling serde_tokenstream v0.2.3
9172026-03-24T20:32:17.444Z Checking smallvec v1.15.1
9182026-03-24T20:32:17.447Z Checking bytes v1.11.1
9192026-03-24T20:32:17.816Z Compiling pest_generator v2.8.6
9202026-03-24T20:32:17.880Z Checking tinystr v0.8.2
9212026-03-24T20:32:18.103Z Checking potential_utf v0.1.4
9222026-03-24T20:32:18.124Z Checking icu_locale_core v2.1.1
9232026-03-24T20:32:18.135Z Checking zerotrie v0.2.3
9242026-03-24T20:32:18.162Z Checking percent-encoding v2.3.2
9252026-03-24T20:32:18.191Z Checking icu_collections v2.1.1
9262026-03-24T20:32:18.353Z Compiling num-conv v0.2.0
9272026-03-24T20:32:18.518Z Compiling time-macros v0.2.27
9282026-03-24T20:32:18.615Z Compiling rustls v0.23.37
9292026-03-24T20:32:18.639Z Compiling paste v1.0.15
9302026-03-24T20:32:18.659Z Compiling pest_derive v2.8.6
9312026-03-24T20:32:18.765Z Compiling syn v1.0.109
9322026-03-24T20:32:18.881Z Checking form_urlencoded v1.2.2
9332026-03-24T20:32:18.886Z Checking icu_provider v2.1.1
9342026-03-24T20:32:19.047Z Checking utf8_iter v1.0.4
9352026-03-24T20:32:19.078Z Checking rand_core v0.10.0
9362026-03-24T20:32:19.203Z Checking icu_properties v2.1.2
9372026-03-24T20:32:19.254Z Checking icu_normalizer v2.1.1
9382026-03-24T20:32:19.259Z Compiling omicron-workspace-hack v0.1.0
9392026-03-24T20:32:19.505Z Compiling async-trait v0.1.89
9402026-03-24T20:32:19.671Z Compiling byteorder v1.5.0
9412026-03-24T20:32:19.954Z Compiling camino v1.2.2
9422026-03-24T20:32:19.977Z Compiling strsim v0.11.1
9432026-03-24T20:32:20.225Z Compiling scroll_derive v0.13.1
9442026-03-24T20:32:20.384Z Checking idna_adapter v1.2.1
9452026-03-24T20:32:20.562Z Checking idna v1.1.0
9462026-03-24T20:32:20.652Z Checking errno v0.3.14
9472026-03-24T20:32:20.773Z Compiling ident_case v1.0.1
9482026-03-24T20:32:20.887Z Checking url v2.5.8
9492026-03-24T20:32:21.261Z Compiling daft-derive v0.1.5
9502026-03-24T20:32:21.284Z Compiling slog-async v2.8.0
9512026-03-24T20:32:21.727Z Checking iana-time-zone v0.1.65
9522026-03-24T20:32:21.831Z Checking chrono v0.4.44
9532026-03-24T20:32:22.194Z Compiling uuid v1.22.0
9542026-03-24T20:32:22.524Z Compiling dyn-clone v1.0.20
9552026-03-24T20:32:23.067Z Compiling usdt-impl v0.6.0
9562026-03-24T20:32:23.486Z Compiling scroll v0.13.0
9572026-03-24T20:32:23.859Z Checking getrandom v0.2.17
9582026-03-24T20:32:24.048Z Checking pin-project-lite v0.2.17
9592026-03-24T20:32:24.108Z Compiling plain v0.2.3
9602026-03-24T20:32:24.215Z Compiling goblin v0.10.5
9612026-03-24T20:32:24.288Z Checking zeroize v1.8.2
9622026-03-24T20:32:24.493Z Compiling pretty-hex v0.4.2
9632026-03-24T20:32:24.807Z Compiling dtrace-parser v0.3.0
9642026-03-24T20:32:24.851Z Compiling thread-id v5.1.0
9652026-03-24T20:32:25.120Z Compiling rustls v0.22.4
9662026-03-24T20:32:25.343Z Compiling newtype-uuid-macros v0.1.0
9672026-03-24T20:32:25.401Z Compiling regress v0.10.5
9682026-03-24T20:32:25.428Z Checking scopeguard v1.2.0
9692026-03-24T20:32:25.558Z Checking lock_api v0.4.14
9702026-03-24T20:32:25.668Z Checking socket2 v0.6.3
9712026-03-24T20:32:25.732Z Compiling multer v3.1.0
9722026-03-24T20:32:25.829Z Compiling ref-cast v1.0.25
9732026-03-24T20:32:25.988Z Compiling darling_core v0.23.0
9742026-03-24T20:32:26.023Z Compiling http v1.4.0
9752026-03-24T20:32:26.341Z Compiling strum_macros v0.26.4
9762026-03-24T20:32:26.367Z Compiling async-stream-impl v0.3.6
9772026-03-24T20:32:26.409Z Compiling structmeta-derive v0.3.0
9782026-03-24T20:32:27.154Z Compiling ref-cast-impl v1.0.25
9792026-03-24T20:32:27.835Z Compiling structmeta v0.3.0
9802026-03-24T20:32:28.040Z Compiling dof v0.4.0
9812026-03-24T20:32:28.080Z Checking parking_lot v0.12.5
9822026-03-24T20:32:28.132Z Checking bitflags v2.11.0
9832026-03-24T20:32:28.323Z Compiling dropshot v0.16.7
9842026-03-24T20:32:28.363Z Checking critical-section v1.2.0
9852026-03-24T20:32:28.530Z Compiling once_cell v1.21.4
9862026-03-24T20:32:28.801Z Compiling dropshot_endpoint v0.16.7
9872026-03-24T20:32:28.894Z Checking signal-hook-registry v1.4.8
9882026-03-24T20:32:28.920Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9892026-03-24T20:32:29.102Z Compiling darling_macro v0.23.0
9902026-03-24T20:32:29.476Z Checking mio v1.1.1
9912026-03-24T20:32:29.665Z Compiling strum_macros v0.27.2
9922026-03-24T20:32:29.715Z Compiling usdt-attr-macro v0.6.0
9932026-03-24T20:32:29.778Z Compiling usdt-macro v0.6.0
9942026-03-24T20:32:29.831Z Compiling darling v0.23.0
9952026-03-24T20:32:29.850Z Checking tokio v1.50.0
9962026-03-24T20:32:29.925Z Checking subtle v2.6.1
9972026-03-24T20:32:29.941Z Compiling serde_with_macros v3.18.0
9982026-03-24T20:32:30.067Z Compiling derive-ex v0.1.8
9992026-03-24T20:32:30.973Z Compiling fnv v1.0.7
10002026-03-24T20:32:31.002Z Checking futures-core v0.3.32
10012026-03-24T20:32:31.409Z Compiling ryu v1.0.23
10022026-03-24T20:32:31.443Z Compiling clap_derive v4.6.0
10032026-03-24T20:32:31.444Z Compiling winnow v1.0.0
10042026-03-24T20:32:32.042Z Compiling parse-display-derive v0.10.0
10052026-03-24T20:32:32.181Z Compiling test-strategy v0.4.5
10062026-03-24T20:32:32.347Z Compiling openapiv3 v2.2.0
10072026-03-24T20:32:32.806Z Compiling toml_parser v1.1.0+spec-1.1.0
10082026-03-24T20:32:32.829Z Checking futures-sink v0.3.32
10092026-03-24T20:32:33.586Z Checking slab v0.4.12
10102026-03-24T20:32:34.034Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
10112026-03-24T20:32:34.096Z Checking futures-channel v0.3.32
10122026-03-24T20:32:34.334Z Checking rand_core v0.6.4
10132026-03-24T20:32:34.490Z Checking futures-task v0.3.32
10142026-03-24T20:32:34.568Z Checking futures-io v0.3.32
10152026-03-24T20:32:34.736Z Checking futures-util v0.3.32
10162026-03-24T20:32:34.850Z Checking tracing-core v0.1.36
10172026-03-24T20:32:35.353Z Compiling either v1.15.0
10182026-03-24T20:32:35.415Z Checking tracing v0.1.44
10192026-03-24T20:32:35.514Z Compiling itertools v0.14.0
10202026-03-24T20:32:35.528Z Checking base64 v0.22.1
10212026-03-24T20:32:36.369Z Checking rustls-pki-types v1.14.0
10222026-03-24T20:32:36.579Z Checking erased-serde v0.3.31
10232026-03-24T20:32:36.755Z Compiling toml_datetime v1.1.0+spec-1.1.0
10242026-03-24T20:32:37.002Z Compiling unsafe-libyaml v0.2.11
10252026-03-24T20:32:37.041Z Compiling toml_edit v0.25.8+spec-1.1.0
10262026-03-24T20:32:37.175Z Checking ipnetwork v0.21.1
10272026-03-24T20:32:37.440Z Compiling crucible-workspace-hack v0.1.0
10282026-03-24T20:32:37.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10292026-03-24T20:32:37.692Z Compiling serde_yaml v0.9.34+deprecated
10302026-03-24T20:32:37.947Z Compiling proc-macro-crate v3.5.0
10312026-03-24T20:32:38.536Z Compiling proc-macro-error-attr v1.0.4
10322026-03-24T20:32:38.594Z Checking untrusted v0.9.0
10332026-03-24T20:32:38.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10342026-03-24T20:32:39.063Z Compiling num_enum_derive v0.7.6
10352026-03-24T20:32:39.470Z Compiling toml_datetime v0.6.11
10362026-03-24T20:32:39.639Z Compiling foreign-types-macros v0.2.3
10372026-03-24T20:32:39.694Z Compiling proc-macro-error v1.0.4
10382026-03-24T20:32:40.353Z Checking crypto-common v0.1.7
10392026-03-24T20:32:40.394Z Checking ipnet v2.12.0
10402026-03-24T20:32:40.420Z Checking oxnet v0.1.4
10412026-03-24T20:32:44.024Z Checking tokio-util v0.7.18
10422026-03-24T20:32:44.073Z Compiling darling_core v0.21.3
10432026-03-24T20:32:44.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10442026-03-24T20:32:44.074Z Compiling zerocopy-derive v0.7.35
10452026-03-24T20:32:44.074Z Compiling heck v0.4.1
10462026-03-24T20:32:44.074Z Checking http-body v1.0.1
10472026-03-24T20:32:44.074Z Compiling typify-impl v0.6.1
10482026-03-24T20:32:44.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
10492026-03-24T20:32:44.074Z Checking atomic-waker v1.1.2
10502026-03-24T20:32:44.074Z Compiling memoffset v0.9.1
10512026-03-24T20:32:44.074Z Compiling heapless v0.8.0
10522026-03-24T20:32:44.074Z Checking tower-service v0.3.3
10532026-03-24T20:32:44.074Z Compiling convert_case v0.4.0
10542026-03-24T20:32:44.074Z Checking tower-layer v0.3.3
10552026-03-24T20:32:44.074Z Compiling darling_macro v0.21.3
10562026-03-24T20:32:44.074Z Checking try-lock v0.2.5
10572026-03-24T20:32:44.074Z Checking want v0.3.1
10582026-03-24T20:32:44.074Z Compiling derive_more v0.99.20
10592026-03-24T20:32:44.153Z Checking h2 v0.4.13
10602026-03-24T20:32:44.220Z Compiling darling v0.21.3
10612026-03-24T20:32:44.329Z Compiling ingot-macros v0.1.1
10622026-03-24T20:32:44.501Z Compiling scroll_derive v0.12.1
10632026-03-24T20:32:45.424Z Checking pin-utils v0.1.0
10642026-03-24T20:32:45.487Z Compiling cfg_aliases v0.2.1
10652026-03-24T20:32:45.592Z Checking httpdate v1.0.3
10662026-03-24T20:32:45.916Z Compiling nix v0.31.2
10672026-03-24T20:32:46.616Z Checking hyper v1.8.1
10682026-03-24T20:32:46.651Z Checking ppv-lite86 v0.2.21
10692026-03-24T20:32:46.957Z Compiling typify-macro v0.6.1
10702026-03-24T20:32:47.122Z Compiling smoltcp v0.11.0
10712026-03-24T20:32:47.588Z Checking block-buffer v0.10.4
10722026-03-24T20:32:47.856Z Checking hyper-util v0.1.20
10732026-03-24T20:32:48.407Z Checking untrusted v0.7.1
10742026-03-24T20:32:48.724Z Checking digest v0.10.7
10752026-03-24T20:32:49.014Z Checking serde_urlencoded v0.7.1
10762026-03-24T20:32:49.067Z Checking http-body-util v0.1.3
10772026-03-24T20:32:49.353Z Compiling rustix v0.38.44
10782026-03-24T20:32:49.735Z Compiling winnow v0.5.40
10792026-03-24T20:32:49.787Z Compiling rayon-core v1.13.0
10802026-03-24T20:32:50.121Z Compiling typify v0.6.1
10812026-03-24T20:32:50.145Z Compiling zerocopy v0.7.35
10822026-03-24T20:32:50.236Z Compiling hubpack_derive v0.1.1
10832026-03-24T20:32:50.818Z Compiling usdt-impl v0.5.0
10842026-03-24T20:32:51.060Z Compiling winnow v0.7.15
10852026-03-24T20:32:51.277Z Compiling dof v0.3.0
10862026-03-24T20:32:51.612Z Compiling toml_edit v0.19.15
10872026-03-24T20:32:51.843Z Compiling progenitor-impl v0.13.0
10882026-03-24T20:32:52.066Z Compiling dtrace-parser v0.2.0
10892026-03-24T20:32:53.056Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10902026-03-24T20:32:53.292Z Compiling proc-macro-crate v1.3.1
10912026-03-24T20:32:53.356Z Compiling thread-id v4.2.2
10922026-03-24T20:32:53.722Z Compiling pkg-config v0.3.32
10932026-03-24T20:32:54.457Z Compiling num_enum_derive v0.5.11
10942026-03-24T20:32:54.748Z Compiling sync_wrapper v1.0.2
10952026-03-24T20:32:54.775Z Compiling progenitor-macro v0.13.0
10962026-03-24T20:32:55.041Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10972026-03-24T20:32:55.556Z Compiling rustc_version v0.4.1
10982026-03-24T20:32:55.648Z Compiling serde_spanned v1.1.0
10992026-03-24T20:32:55.748Z Compiling toml_datetime v0.7.5+spec-1.1.0
11002026-03-24T20:32:56.045Z Compiling prettyplease v0.2.37
11012026-03-24T20:32:56.078Z Compiling toml_writer v1.1.0+spec-1.1.0
11022026-03-24T20:32:56.193Z Compiling curve25519-dalek v4.1.3
11032026-03-24T20:32:56.316Z Compiling toml v0.9.12+spec-1.1.0
11042026-03-24T20:32:56.365Z Checking tower v0.5.3
11052026-03-24T20:32:56.881Z Checking webpki-roots v1.0.6
11062026-03-24T20:32:57.067Z Compiling powerfmt v0.2.0
11072026-03-24T20:32:57.096Z Checking iri-string v0.7.11
11082026-03-24T20:32:57.235Z Compiling fastrand v2.3.0
11092026-03-24T20:32:57.379Z Compiling deranged v0.5.8
11102026-03-24T20:32:57.556Z Compiling rand_core v0.9.5
11112026-03-24T20:32:58.572Z Compiling usdt-attr-macro v0.5.0
11122026-03-24T20:32:58.655Z Checking tower-http v0.6.8
11132026-03-24T20:32:58.760Z Compiling usdt-macro v0.5.0
11142026-03-24T20:32:58.825Z Compiling zone_cfg_derive v0.3.1
11152026-03-24T20:32:59.524Z Compiling thiserror-impl-no-std v2.0.2
11162026-03-24T20:32:59.663Z Compiling curve25519-dalek-derive v0.1.1
11172026-03-24T20:32:59.935Z Compiling enum-as-inner v0.6.1
11182026-03-24T20:33:00.176Z Compiling num_threads v0.1.7
11192026-03-24T20:33:00.476Z Checking cpufeatures v0.2.17
11202026-03-24T20:33:00.581Z Compiling openssl-probe v0.2.1
11212026-03-24T20:33:00.715Z Compiling time v0.3.47
11222026-03-24T20:33:00.740Z Compiling rustls-native-certs v0.8.3
11232026-03-24T20:33:01.167Z Compiling newtype-uuid v1.3.2
11242026-03-24T20:33:01.219Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
11252026-03-24T20:33:01.612Z Compiling daft v0.1.5
11262026-03-24T20:33:02.116Z Compiling rand_chacha v0.9.0
11272026-03-24T20:33:02.255Z Compiling tempfile v3.27.0
11282026-03-24T20:33:02.700Z Compiling rustls-webpki v0.102.8
11292026-03-24T20:33:02.725Z Compiling num-derive v0.4.2
11302026-03-24T20:33:02.935Z Compiling thread_local v1.1.9
11312026-03-24T20:33:03.158Z Compiling wait-timeout v0.2.1
11322026-03-24T20:33:03.238Z Compiling bit-vec v0.8.0
11332026-03-24T20:33:03.268Z Compiling match_cfg v0.1.0
11342026-03-24T20:33:03.367Z Compiling quick-error v1.2.3
11352026-03-24T20:33:03.455Z Compiling hostname v0.3.1
11362026-03-24T20:33:03.504Z Compiling bit-set v0.8.0
11372026-03-24T20:33:03.542Z Compiling rusty-fork v0.3.1
11382026-03-24T20:33:03.650Z Compiling rand_chacha v0.3.1
11392026-03-24T20:33:03.676Z Compiling rand v0.9.2
11402026-03-24T20:33:03.771Z Compiling crossbeam-channel v0.5.15
11412026-03-24T20:33:03.938Z Compiling slog-json v2.6.1
11422026-03-24T20:33:03.974Z Compiling rand_xorshift v0.4.0
11432026-03-24T20:33:04.173Z Compiling futures-executor v0.3.32
11442026-03-24T20:33:04.222Z Compiling encoding_rs v0.8.35
11452026-03-24T20:33:04.354Z Compiling is-terminal v0.4.17
11462026-03-24T20:33:04.445Z Compiling memmap2 v0.9.10
11472026-03-24T20:33:04.472Z Checking hex v0.4.3
11482026-03-24T20:33:04.587Z Compiling mime v0.3.17
11492026-03-24T20:33:04.712Z Compiling unarray v0.1.4
11502026-03-24T20:33:04.759Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
11512026-03-24T20:33:04.784Z Compiling take_mut v0.2.2
11522026-03-24T20:33:04.808Z Compiling spin v0.9.8
11532026-03-24T20:33:04.850Z Compiling term v1.2.1
11542026-03-24T20:33:04.955Z Compiling proptest v1.11.0
11552026-03-24T20:33:05.057Z Compiling sha1 v0.10.6
11562026-03-24T20:33:05.225Z Compiling slog-term v2.9.2
11572026-03-24T20:33:05.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11582026-03-24T20:33:05.454Z Compiling usdt v0.6.0
11592026-03-24T20:33:05.496Z Compiling futures v0.3.32
11602026-03-24T20:33:05.758Z Compiling slog-bunyan v2.5.0
11612026-03-24T20:33:05.904Z Compiling rand v0.8.5
11622026-03-24T20:33:05.928Z Compiling reqwest v0.12.28
11632026-03-24T20:33:06.019Z Compiling backon v1.6.0
11642026-03-24T20:33:06.067Z Compiling tokio-rustls v0.25.0
11652026-03-24T20:33:06.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11662026-03-24T20:33:06.347Z Compiling waitgroup v0.1.2
11672026-03-24T20:33:06.443Z Compiling rustls-pemfile v2.2.0
11682026-03-24T20:33:06.778Z Compiling async-stream v0.3.6
11692026-03-24T20:33:06.988Z Compiling strum v0.26.3
11702026-03-24T20:33:07.202Z Compiling num-integer v0.1.46
11712026-03-24T20:33:07.608Z Compiling instant v0.1.13
11722026-03-24T20:33:07.634Z Compiling hostname v0.4.2
11732026-03-24T20:33:07.637Z Compiling serde_path_to_error v0.1.20
11742026-03-24T20:33:07.789Z Compiling utf8parse v0.2.2
11752026-03-24T20:33:07.871Z Compiling rustc-hash v2.1.1
11762026-03-24T20:33:07.921Z Compiling debug-ignore v1.0.5
11772026-03-24T20:33:07.945Z Compiling anstyle-parse v1.0.0
11782026-03-24T20:33:08.035Z Compiling iddqd v0.3.17
11792026-03-24T20:33:08.061Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11802026-03-24T20:33:08.185Z Compiling backoff v0.4.0
11812026-03-24T20:33:08.446Z Compiling progenitor-client v0.10.0
11822026-03-24T20:33:08.565Z Checking rustls-webpki v0.103.10
11832026-03-24T20:33:08.738Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
11842026-03-24T20:33:08.784Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11852026-03-24T20:33:09.046Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
11862026-03-24T20:33:09.278Z Compiling parse-display v0.10.0
11872026-03-24T20:33:09.420Z Compiling strum v0.27.2
11882026-03-24T20:33:09.446Z Compiling serde_with v3.18.0
11892026-03-24T20:33:09.751Z Compiling macaddr v1.0.1
11902026-03-24T20:33:09.982Z Compiling semver v0.1.20
11912026-03-24T20:33:09.986Z Compiling colorchoice v1.0.5
11922026-03-24T20:33:10.166Z Compiling vcpkg v0.2.15
11932026-03-24T20:33:10.193Z Compiling anstyle v1.0.14
11942026-03-24T20:33:10.342Z Compiling anstyle-query v1.1.5
11952026-03-24T20:33:10.467Z Compiling is_terminal_polyfill v1.70.2
11962026-03-24T20:33:10.591Z Compiling anstream v1.0.0
11972026-03-24T20:33:10.939Z Compiling openssl-sys v0.9.112
11982026-03-24T20:33:10.969Z Compiling rustc_version v0.1.7
11992026-03-24T20:33:11.151Z Compiling num-iter v0.1.45
12002026-03-24T20:33:11.234Z Compiling num-rational v0.4.2
12012026-03-24T20:33:11.351Z Compiling terminal_size v0.4.4
12022026-03-24T20:33:11.643Z Compiling num-complex v0.4.6
12032026-03-24T20:33:11.859Z Compiling serde_spanned v0.6.9
12042026-03-24T20:33:11.905Z Compiling pin-project-internal v1.1.11
12052026-03-24T20:33:11.978Z Compiling serde_repr v0.1.20
12062026-03-24T20:33:12.043Z Compiling derive-where v1.6.1
12072026-03-24T20:33:12.358Z Checking tokio-rustls v0.26.4
12082026-03-24T20:33:12.666Z Checking hyper-rustls v0.27.7
12092026-03-24T20:33:12.694Z Compiling clap_lex v1.1.0
12102026-03-24T20:33:12.932Z Compiling toml_write v0.1.2
12112026-03-24T20:33:12.988Z Compiling clap_builder v4.6.0
12122026-03-24T20:33:13.197Z Compiling toml_edit v0.22.27
12132026-03-24T20:33:13.252Z Compiling num v0.4.3
12142026-03-24T20:33:13.666Z Compiling rustls-platform-verifier v0.6.2
12152026-03-24T20:33:13.826Z Compiling newtype_derive v0.1.6
12162026-03-24T20:33:14.049Z Compiling reqwest v0.13.2
12172026-03-24T20:33:14.408Z Compiling owo-colors v4.3.0
12182026-03-24T20:33:14.473Z Compiling float-ord v0.3.2
12192026-03-24T20:33:15.106Z Compiling toml v0.8.23
12202026-03-24T20:33:15.179Z Compiling clap v4.6.0
12212026-03-24T20:33:15.274Z Compiling snafu-derive v0.8.9
12222026-03-24T20:33:15.299Z Compiling async-recursion v1.1.1
12232026-03-24T20:33:15.777Z Compiling progenitor-client v0.13.0
12242026-03-24T20:33:16.136Z Compiling progenitor-extras v0.1.1
12252026-03-24T20:33:16.391Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12262026-03-24T20:33:16.613Z Compiling slog-dtrace v0.3.0
12272026-03-24T20:33:16.789Z Compiling chrono-tz v0.10.4
12282026-03-24T20:33:16.907Z Compiling cancel-safe-futures v0.1.5
12292026-03-24T20:33:17.039Z Compiling unicode-xid v0.2.6
12302026-03-24T20:33:17.064Z Compiling minimal-lexical v0.2.1
12312026-03-24T20:33:17.225Z Compiling openssl v0.10.76
12322026-03-24T20:33:17.385Z Compiling nom v7.1.3
12332026-03-24T20:33:17.628Z Compiling const_format_proc_macros v0.2.34
12342026-03-24T20:33:18.759Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12352026-03-24T20:33:18.871Z Compiling num-derive v0.3.3
12362026-03-24T20:33:18.944Z Compiling openssl-macros v0.1.1
12372026-03-24T20:33:19.475Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12382026-03-24T20:33:20.164Z Compiling cookie v0.18.1
12392026-03-24T20:33:20.223Z Checking unicode-width v0.2.2
12402026-03-24T20:33:20.840Z Compiling tabled_derive v0.7.0
12412026-03-24T20:33:22.647Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12422026-03-24T20:33:23.257Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12432026-03-24T20:33:25.503Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12442026-03-24T20:33:27.097Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12452026-03-24T20:33:28.790Z Checking colored v3.1.1
12462026-03-24T20:33:29.053Z Checking crossbeam-epoch v0.9.18
12472026-03-24T20:33:29.222Z Checking cpufeatures v0.3.0
12482026-03-24T20:33:29.479Z Checking foreign-types-shared v0.3.1
12492026-03-24T20:33:29.599Z Checking chacha20 v0.10.0
12502026-03-24T20:33:29.599Z Checking foreign-types v0.5.0
12512026-03-24T20:33:29.661Z Checking num_enum v0.7.6
12522026-03-24T20:33:29.742Z Checking cstr-argument v0.1.2
12532026-03-24T20:33:29.864Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12542026-03-24T20:33:29.944Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-03-24T20:33:30.019Z Checking rand v0.10.0
12562026-03-24T20:33:30.602Z Checking tabwriter v1.4.1
12572026-03-24T20:33:30.779Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-03-24T20:33:30.945Z Checking tinyvec_macros v0.1.1
12592026-03-24T20:33:31.209Z Checking tinyvec v1.11.0
12602026-03-24T20:33:31.634Z Checking hash32 v0.3.1
12612026-03-24T20:33:31.773Z Checking secrecy v0.10.3
12622026-03-24T20:33:32.125Z Checking data-encoding v2.10.0
12632026-03-24T20:33:32.331Z Checking ingot-types v0.1.2
12642026-03-24T20:33:32.472Z Checking itertools v0.12.1
12652026-03-24T20:33:33.035Z Checking scroll v0.12.0
12662026-03-24T20:33:33.384Z Checking cobs v0.3.0
12672026-03-24T20:33:33.529Z Checking static_assertions v1.1.0
12682026-03-24T20:33:33.554Z Checking managed v0.8.0
12692026-03-24T20:33:33.690Z Checking bitflags v1.3.2
12702026-03-24T20:33:33.749Z Checking postcard v1.1.3
12712026-03-24T20:33:33.907Z Checking goblin v0.8.2
12722026-03-24T20:33:34.127Z Checking ingot v0.1.1
12732026-03-24T20:33:34.152Z Checking crossbeam-deque v0.8.6
12742026-03-24T20:33:35.344Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12752026-03-24T20:33:35.824Z Checking progenitor v0.13.0
12762026-03-24T20:33:36.307Z Checking hubpack v0.1.2
12772026-03-24T20:33:36.373Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12782026-03-24T20:33:36.389Z Checking hmac v0.12.1
12792026-03-24T20:33:36.453Z Checking inout v0.1.4
12802026-03-24T20:33:36.489Z Checking ff v0.13.1
12812026-03-24T20:33:36.665Z Checking bstr v1.12.1
12822026-03-24T20:33:36.909Z Checking lazy_static v1.5.0
12832026-03-24T20:33:37.044Z Checking group v0.13.0
12842026-03-24T20:33:37.165Z Checking cipher v0.4.4
12852026-03-24T20:33:37.172Z Checking hkdf v0.12.4
12862026-03-24T20:33:37.194Z Checking rayon v1.11.0
12872026-03-24T20:33:37.492Z Checking camino-tempfile v1.4.1
12882026-03-24T20:33:37.667Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
12892026-03-24T20:33:37.705Z Checking num_enum v0.5.11
12902026-03-24T20:33:37.763Z Checking universal-hash v0.5.1
12912026-03-24T20:33:37.836Z Checking crypto-bigint v0.5.5
12922026-03-24T20:33:37.862Z Checking half v2.7.1
12932026-03-24T20:33:38.085Z Checking memmap v0.7.0
12942026-03-24T20:33:38.192Z Checking base64ct v1.8.3
12952026-03-24T20:33:38.231Z Checking ciborium-io v0.2.2
12962026-03-24T20:33:38.351Z Checking base16ct v0.2.0
12972026-03-24T20:33:38.495Z Checking opaque-debug v0.3.1
12982026-03-24T20:33:38.518Z Checking password-hash v0.5.0
12992026-03-24T20:33:38.618Z Checking poly1305 v0.8.0
13002026-03-24T20:33:38.718Z Checking ciborium-ll v0.2.2
13012026-03-24T20:33:38.830Z Checking usdt v0.5.0
13022026-03-24T20:33:38.897Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13032026-03-24T20:33:38.928Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13042026-03-24T20:33:38.962Z Checking chacha20 v0.9.1
13052026-03-24T20:33:39.092Z Checking zone v0.3.1
13062026-03-24T20:33:39.119Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13072026-03-24T20:33:39.143Z Checking elliptic-curve v0.13.8
13082026-03-24T20:33:39.195Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13092026-03-24T20:33:39.438Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13102026-03-24T20:33:39.479Z Checking byte-wrapper v0.1.0
13112026-03-24T20:33:39.507Z Checking thiserror-no-std v2.0.2
13122026-03-24T20:33:39.599Z Checking blake2 v0.10.6
13132026-03-24T20:33:39.659Z Checking smf v0.2.3
13142026-03-24T20:33:39.679Z Checking aead v0.5.2
13152026-03-24T20:33:39.691Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13162026-03-24T20:33:39.756Z Checking sigpipe v0.1.3
13172026-03-24T20:33:39.851Z Checking keccak v0.1.6
13182026-03-24T20:33:39.873Z Checking glob v0.3.3
13192026-03-24T20:33:39.904Z Checking bytecount v0.6.9
13202026-03-24T20:33:39.943Z Checking jiff v0.2.23
13212026-03-24T20:33:39.997Z Checking indent_write v2.2.0
13222026-03-24T20:33:40.065Z Checking sha3 v0.10.8
13232026-03-24T20:33:40.107Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13242026-03-24T20:33:40.184Z Checking argon2 v0.5.3
13252026-03-24T20:33:40.217Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13262026-03-24T20:33:40.308Z Checking chacha20poly1305 v0.10.1
13272026-03-24T20:33:40.474Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13282026-03-24T20:33:40.505Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13292026-03-24T20:33:40.530Z Checking vsss-rs v3.3.4
13302026-03-24T20:33:40.699Z Checking ciborium v0.2.2
13312026-03-24T20:33:40.743Z Checking atomicwrites v0.4.4
13322026-03-24T20:33:40.890Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13332026-03-24T20:33:41.024Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13342026-03-24T20:33:41.246Z Checking resolv-conf v0.7.6
13352026-03-24T20:33:41.284Z Compiling parking_lot_core v0.8.6
13362026-03-24T20:33:41.299Z Checking whoami v1.6.1
13372026-03-24T20:33:41.341Z Checking linked-hash-map v0.5.6
13382026-03-24T20:33:41.564Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13392026-03-24T20:33:41.577Z Checking lru-cache v0.1.2
13402026-03-24T20:33:41.639Z Checking similar v2.7.0
13412026-03-24T20:33:41.771Z Checking hickory-proto v0.24.4
13422026-03-24T20:33:41.965Z Checking serde-big-array v0.5.1
13432026-03-24T20:33:41.984Z Checking swrite v0.1.0
13442026-03-24T20:33:42.041Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13452026-03-24T20:33:42.095Z Checking unicode-segmentation v1.13.0
13462026-03-24T20:33:42.122Z Checking siphasher v1.0.2
13472026-03-24T20:33:42.437Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13482026-03-24T20:33:42.556Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13492026-03-24T20:33:42.556Z Checking unicode-normalization v0.1.25
13502026-03-24T20:33:42.556Z Checking phf_shared v0.12.1
13512026-03-24T20:33:42.753Z Checking console v0.15.11
13522026-03-24T20:33:42.753Z Checking newline-converter v0.3.0
13532026-03-24T20:33:42.836Z Checking pin-project v1.1.11
13542026-03-24T20:33:43.053Z Checking tokio-stream v0.1.18
13552026-03-24T20:33:43.206Z Checking csv-core v0.1.13
13562026-03-24T20:33:43.206Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13572026-03-24T20:33:43.214Z Checking unicode-width v0.1.14
13582026-03-24T20:33:43.441Z Compiling crc32fast v1.5.0
13592026-03-24T20:33:43.484Z Checking foldhash v0.1.5
13602026-03-24T20:33:43.504Z Checking same-file v1.0.6
13612026-03-24T20:33:43.538Z Checking foreign-types-shared v0.1.1
13622026-03-24T20:33:43.628Z Checking highway v1.3.0
13632026-03-24T20:33:43.650Z Checking foreign-types v0.3.2
13642026-03-24T20:33:43.673Z Checking walkdir v2.5.0
13652026-03-24T20:33:43.758Z Checking hashbrown v0.15.5
13662026-03-24T20:33:43.884Z Checking hickory-resolver v0.24.4
13672026-03-24T20:33:44.763Z Checking csv v1.4.0
13682026-03-24T20:33:44.818Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13692026-03-24T20:33:44.818Z Checking expectorate v1.2.0
13702026-03-24T20:33:44.818Z Checking snafu v0.8.9
13712026-03-24T20:33:44.818Z Checking olpc-cjson v0.1.4
13722026-03-24T20:33:44.818Z Checking phf v0.12.1
13732026-03-24T20:33:44.818Z Checking tokio-dtrace v0.1.1
13742026-03-24T20:33:44.818Z Checking globset v0.4.18
13752026-03-24T20:33:44.818Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13762026-03-24T20:33:44.818Z Checking qorb v0.4.1
13772026-03-24T20:33:45.076Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13782026-03-24T20:33:45.329Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13792026-03-24T20:33:45.430Z Checking pem v3.0.6
13802026-03-24T20:33:45.457Z Checking libsw-core v0.3.2
13812026-03-24T20:33:45.606Z Checking serde_plain v1.0.2
13822026-03-24T20:33:45.647Z Checking fixedbitset v0.5.7
13832026-03-24T20:33:45.688Z Checking typed-path v0.9.3
13842026-03-24T20:33:45.764Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13852026-03-24T20:33:45.884Z Checking fixedbitset v0.4.2
13862026-03-24T20:33:45.914Z Checking unicode-linebreak v0.1.5
13872026-03-24T20:33:45.968Z Checking smawk v0.3.2
13882026-03-24T20:33:46.006Z Checking petgraph v0.6.5
13892026-03-24T20:33:46.141Z Checking petgraph v0.8.3
13902026-03-24T20:33:46.193Z Checking textwrap v0.16.2
13912026-03-24T20:33:46.520Z Checking libsw v3.5.0
13922026-03-24T20:33:46.766Z Checking tough v0.20.0
13932026-03-24T20:33:47.351Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13942026-03-24T20:33:47.538Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13952026-03-24T20:33:47.564Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13962026-03-24T20:33:47.767Z Checking oxide-tokio-rt v0.1.3
13972026-03-24T20:33:48.055Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13982026-03-24T20:33:48.114Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
13992026-03-24T20:33:48.194Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14002026-03-24T20:33:48.402Z Checking papergrid v0.11.0
14012026-03-24T20:33:48.715Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14022026-03-24T20:33:49.172Z Checking gethostname v0.5.0
14032026-03-24T20:33:49.240Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14042026-03-24T20:33:49.294Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14052026-03-24T20:33:49.470Z Checking libscf-sys v1.1.0
14062026-03-24T20:33:49.557Z Checking const_format v0.2.35
14072026-03-24T20:33:49.691Z Checking bcs v0.1.6
14082026-03-24T20:33:49.803Z Checking termtree v0.5.1
14092026-03-24T20:33:49.865Z Checking linear-map v1.2.0
14102026-03-24T20:33:49.948Z Checking tagptr v0.2.0
14112026-03-24T20:33:49.953Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14122026-03-24T20:33:50.004Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14132026-03-24T20:33:50.012Z Checking tabled v0.15.0
14142026-03-24T20:33:50.093Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14152026-03-24T20:33:50.146Z Checking moka v0.12.15
14162026-03-24T20:33:50.233Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14172026-03-24T20:33:50.454Z Checking steno v0.4.1
14182026-03-24T20:33:51.018Z Checking hickory-proto v0.25.2
14192026-03-24T20:33:51.927Z Checking humantime v2.3.0
14202026-03-24T20:33:52.430Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14212026-03-24T20:33:52.894Z Compiling typify-impl v0.4.3
14222026-03-24T20:33:53.093Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14232026-03-24T20:33:53.169Z Checking hickory-resolver v0.25.2
14242026-03-24T20:33:54.084Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14252026-03-24T20:33:55.675Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14262026-03-24T20:33:56.006Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14272026-03-24T20:33:56.068Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14282026-03-24T20:33:57.785Z Compiling typify-macro v0.4.3
14292026-03-24T20:33:59.177Z Compiling crunchy v0.2.4
14302026-03-24T20:34:00.664Z Compiling tiny-keccak v2.0.2
14312026-03-24T20:34:03.166Z Compiling const-random-macro v0.1.16
14322026-03-24T20:34:03.329Z Compiling typify v0.4.3
14332026-03-24T20:34:06.943Z Compiling smartstring v1.0.1
14342026-03-24T20:34:07.030Z Compiling ahash v0.8.12
14352026-03-24T20:34:07.030Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14362026-03-24T20:34:13.485Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14372026-03-24T20:34:13.750Z Checking parking_lot v0.11.2
14382026-03-24T20:34:14.018Z Checking fxhash v0.2.1
14392026-03-24T20:34:14.035Z Compiling rhai_codegen v3.1.0
14402026-03-24T20:34:14.183Z Checking sled v0.34.7
14412026-03-24T20:34:14.604Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14422026-03-24T20:34:14.627Z Compiling proc-macro-error-attr2 v2.0.0
14432026-03-24T20:34:15.093Z Checking internet-checksum v0.2.1
14442026-03-24T20:34:15.154Z Compiling proc-macro-error2 v2.0.1
14452026-03-24T20:34:15.249Z Compiling progenitor-impl v0.11.2
14462026-03-24T20:34:15.547Z Compiling tabled_derive v0.11.0
14472026-03-24T20:34:15.608Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14482026-03-24T20:34:16.513Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14492026-03-24T20:34:16.895Z Checking const-random v0.1.18
14502026-03-24T20:34:17.322Z Checking thin-vec v0.2.14
14512026-03-24T20:34:17.659Z Checking rhai v1.24.0
14522026-03-24T20:34:18.037Z Checking nom v8.0.0
14532026-03-24T20:34:18.247Z Compiling progenitor-macro v0.11.2
14542026-03-24T20:34:18.289Z Checking arc-swap v1.9.0
14552026-03-24T20:34:18.596Z Checking slog-scope v4.4.1
14562026-03-24T20:34:18.872Z Checking papergrid v0.17.0
14572026-03-24T20:34:18.903Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
14582026-03-24T20:34:18.920Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14592026-03-24T20:34:18.977Z Checking testing_table v0.3.0
14602026-03-24T20:34:19.157Z Checking dropshot-api-manager-types v0.5.2
14612026-03-24T20:34:19.607Z Checking slog-stdlog v4.1.1
14622026-03-24T20:34:19.731Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14632026-03-24T20:34:19.977Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14642026-03-24T20:34:19.982Z Checking tabled v0.20.0
14652026-03-24T20:34:20.918Z Compiling progenitor-impl v0.10.0
14662026-03-24T20:34:20.954Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14672026-03-24T20:34:21.030Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14682026-03-24T20:34:21.134Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
14692026-03-24T20:34:21.223Z Checking progenitor-client v0.11.2
14702026-03-24T20:34:21.515Z Compiling lzma-sys v0.1.20
14712026-03-24T20:34:22.041Z Compiling fs-err v3.3.0
14722026-03-24T20:34:22.154Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14732026-03-24T20:34:22.243Z Compiling typeid v1.0.3
14742026-03-24T20:34:22.693Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14752026-03-24T20:34:23.605Z Checking slog-envlogger v2.2.0
14762026-03-24T20:34:23.868Z Compiling progenitor-macro v0.10.0
14772026-03-24T20:34:24.200Z Checking progenitor v0.11.2
14782026-03-24T20:34:24.323Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14792026-03-24T20:34:24.895Z Checking crc8 v0.1.1
14802026-03-24T20:34:25.030Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14812026-03-24T20:34:27.832Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14822026-03-24T20:34:27.917Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14832026-03-24T20:34:28.725Z Compiling cargo_toml v0.22.3
14842026-03-24T20:34:28.763Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14852026-03-24T20:34:29.867Z Checking utf-8 v0.7.6
14862026-03-24T20:34:30.236Z Checking tungstenite v0.21.0
14872026-03-24T20:34:30.813Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14882026-03-24T20:34:31.290Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14892026-03-24T20:34:32.040Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
14902026-03-24T20:34:32.558Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14912026-03-24T20:34:32.919Z Checking sha2 v0.10.9
14922026-03-24T20:34:33.146Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14932026-03-24T20:34:33.241Z Checking yansi v1.0.1
14942026-03-24T20:34:33.267Z Checking diff v0.1.13
14952026-03-24T20:34:33.328Z Checking progenitor v0.10.0
14962026-03-24T20:34:33.481Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
14972026-03-24T20:34:33.507Z Checking tokio-tungstenite v0.21.0
14982026-03-24T20:34:33.598Z Checking pretty_assertions v1.4.1
14992026-03-24T20:34:34.137Z Checking console v0.16.3
15002026-03-24T20:34:34.278Z Checking git-stub v1.0.0
15012026-03-24T20:34:34.541Z Checking is_ci v1.2.0
15022026-03-24T20:34:34.678Z Checking base64 v0.21.7
15032026-03-24T20:34:34.729Z Checking sdd v3.0.10
15042026-03-24T20:34:35.028Z Checking unit-prefix v0.5.2
15052026-03-24T20:34:35.135Z Checking supports-color v3.0.2
15062026-03-24T20:34:35.172Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15072026-03-24T20:34:35.248Z Checking indicatif v0.18.4
15082026-03-24T20:34:35.305Z Checking scc v2.4.0
15092026-03-24T20:34:35.691Z Checking git-stub-vcs v0.1.0
15102026-03-24T20:34:35.948Z Checking xz2 v0.1.7
15112026-03-24T20:34:36.193Z Checking ron v0.12.0
15122026-03-24T20:34:36.621Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-03-24T20:34:37.184Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15142026-03-24T20:34:37.237Z Checking drift v0.1.3
15152026-03-24T20:34:37.434Z Compiling serial_test_derive v3.4.0
15162026-03-24T20:34:37.475Z Checking base16ct v1.0.0
15172026-03-24T20:34:37.607Z Checking dropshot-api-manager v0.5.2
15182026-03-24T20:34:38.381Z Checking serial_test v3.4.0
15192026-03-24T20:34:38.802Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15202026-03-24T20:34:39.259Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15212026-03-24T20:34:39.315Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15222026-03-24T20:34:39.344Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15232026-03-24T20:34:39.417Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15242026-03-24T20:34:39.650Z Checking natord v1.0.9
15252026-03-24T20:34:39.938Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15262026-03-24T20:34:41.164Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15272026-03-24T20:34:41.379Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15282026-03-24T20:34:42.014Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15292026-03-24T20:34:42.048Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15302026-03-24T20:34:42.151Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15312026-03-24T20:34:42.379Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15322026-03-24T20:34:43.482Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15332026-03-24T20:34:43.888Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15342026-03-24T20:34:44.371Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15352026-03-24T20:34:47.835Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15362026-03-24T20:35:02.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s
15372026-03-24T20:35:03.174Z+ cargo xtask openapi check
15382026-03-24T20:35:03.646Z Compiling libc v0.2.183
15392026-03-24T20:35:03.649Z Compiling utf8parse v0.2.2
15402026-03-24T20:35:03.650Z Compiling anstyle-query v1.1.5
15412026-03-24T20:35:03.650Z Compiling colorchoice v1.0.5
15422026-03-24T20:35:03.650Z Compiling proc-macro2 v1.0.106
15432026-03-24T20:35:03.650Z Compiling quote v1.0.45
15442026-03-24T20:35:03.650Z Compiling cfg-if v1.0.4
15452026-03-24T20:35:03.712Z Compiling smallvec v1.15.1
15462026-03-24T20:35:03.757Z Compiling is_terminal_polyfill v1.70.2
15472026-03-24T20:35:03.793Z Compiling scopeguard v1.2.0
15482026-03-24T20:35:03.830Z Compiling anstyle-parse v1.0.0
15492026-03-24T20:35:03.834Z Compiling anstyle v1.0.14
15502026-03-24T20:35:03.879Z Compiling clap_lex v1.1.0
15512026-03-24T20:35:03.923Z Compiling strsim v0.11.1
15522026-03-24T20:35:03.948Z Compiling lock_api v0.4.14
15532026-03-24T20:35:03.990Z Compiling pin-project-lite v0.2.17
15542026-03-24T20:35:04.052Z Compiling anstream v1.0.0
15552026-03-24T20:35:04.095Z Compiling bytes v1.11.1
15562026-03-24T20:35:04.115Z Compiling anyhow v1.0.102
15572026-03-24T20:35:04.152Z Compiling parking_lot_core v0.9.12
15582026-03-24T20:35:04.181Z Compiling errno v0.3.14
15592026-03-24T20:35:04.203Z Compiling mio v1.1.1
15602026-03-24T20:35:04.344Z Compiling clap_builder v4.6.0
15612026-03-24T20:35:04.363Z Compiling signal-hook-registry v1.4.8
15622026-03-24T20:35:04.461Z Compiling parking_lot v0.12.5
15632026-03-24T20:35:05.549Z Compiling socket2 v0.6.3
15642026-03-24T20:35:05.617Z Compiling syn v2.0.117
15652026-03-24T20:35:07.416Z Compiling tokio-macros v2.6.1
15662026-03-24T20:35:07.416Z Compiling clap_derive v4.6.0
15672026-03-24T20:35:08.169Z Compiling tokio v1.50.0
15682026-03-24T20:35:08.954Z Compiling clap v4.6.0
15692026-03-24T20:35:13.665Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15702026-03-24T20:35:15.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
15712026-03-24T20:35:15.097Z Running `target/debug/xtask openapi check`
15722026-03-24T20:35:15.920Z Compiling libc v0.2.183
15732026-03-24T20:35:15.920Z Compiling serde_core v1.0.228
15742026-03-24T20:35:15.924Z Compiling memchr v2.8.0
15752026-03-24T20:35:16.044Z Compiling itoa v1.0.18
15762026-03-24T20:35:16.067Z Compiling stable_deref_trait v1.2.1
15772026-03-24T20:35:16.078Z Compiling zmij v1.0.21
15782026-03-24T20:35:16.092Z Compiling zerofrom v0.1.6
15792026-03-24T20:35:16.109Z Compiling litemap v0.8.1
15802026-03-24T20:35:16.156Z Compiling writeable v0.6.2
15812026-03-24T20:35:16.248Z Compiling yoke v0.8.1
15822026-03-24T20:35:16.282Z Compiling libm v0.2.16
15832026-03-24T20:35:16.353Z Compiling percent-encoding v2.3.2
15842026-03-24T20:35:16.412Z Compiling rand_core v0.10.0
15852026-03-24T20:35:16.444Z Compiling icu_properties_data v2.1.2
15862026-03-24T20:35:16.483Z Compiling zerovec v0.11.5
15872026-03-24T20:35:16.601Z Compiling zerotrie v0.2.3
15882026-03-24T20:35:16.617Z Compiling errno v0.3.14
15892026-03-24T20:35:16.634Z Compiling icu_normalizer_data v2.1.1
15902026-03-24T20:35:16.704Z Compiling getrandom v0.4.2
15912026-03-24T20:35:16.762Z Compiling form_urlencoded v1.2.2
15922026-03-24T20:35:16.809Z Compiling utf8_iter v1.0.4
15932026-03-24T20:35:16.916Z Compiling zeroize v1.8.2
15942026-03-24T20:35:16.938Z Compiling iana-time-zone v0.1.65
15952026-03-24T20:35:16.989Z Compiling scopeguard v1.2.0
15962026-03-24T20:35:17.004Z Compiling dyn-clone v1.0.20
15972026-03-24T20:35:17.004Z Compiling portable-atomic v1.13.1
15982026-03-24T20:35:17.123Z Compiling tinystr v0.8.2
15992026-03-24T20:35:17.173Z Compiling potential_utf v0.1.4
16002026-03-24T20:35:17.188Z Compiling lock_api v0.4.14
16012026-03-24T20:35:17.191Z Compiling getrandom v0.2.17
16022026-03-24T20:35:17.218Z Compiling socket2 v0.6.3
16032026-03-24T20:35:17.385Z Compiling icu_locale_core v2.1.1
16042026-03-24T20:35:17.399Z Compiling num-traits v0.2.19
16052026-03-24T20:35:17.435Z Compiling icu_collections v2.1.1
16062026-03-24T20:35:17.488Z Compiling critical-section v1.2.0
16072026-03-24T20:35:17.629Z Compiling once_cell v1.21.4
16082026-03-24T20:35:17.742Z Compiling signal-hook-registry v1.4.8
16092026-03-24T20:35:17.840Z Compiling mio v1.1.1
16102026-03-24T20:35:17.920Z Compiling thiserror v2.0.18
16112026-03-24T20:35:18.009Z Compiling subtle v2.6.1
16122026-03-24T20:35:18.058Z Compiling zerocopy v0.8.47
16132026-03-24T20:35:18.163Z Compiling futures-core v0.3.32
16142026-03-24T20:35:18.178Z Compiling rand_core v0.6.4
16152026-03-24T20:35:18.232Z Compiling equivalent v1.0.2
16162026-03-24T20:35:18.351Z Compiling icu_provider v2.1.1
16172026-03-24T20:35:18.366Z Compiling log v0.4.29
16182026-03-24T20:35:18.464Z Compiling foldhash v0.2.0
16192026-03-24T20:35:18.488Z Compiling serde v1.0.228
16202026-03-24T20:35:18.556Z Compiling serde_json v1.0.149
16212026-03-24T20:35:18.613Z Compiling uuid v1.22.0
16222026-03-24T20:35:18.647Z Compiling semver v1.0.27
16232026-03-24T20:35:18.713Z Compiling icu_properties v2.1.2
16242026-03-24T20:35:18.729Z Compiling bitflags v2.11.0
16252026-03-24T20:35:18.771Z Compiling futures-sink v0.3.32
16262026-03-24T20:35:18.906Z Compiling allocator-api2 v0.2.21
16272026-03-24T20:35:19.041Z Compiling slog v2.8.2
16282026-03-24T20:35:19.064Z Compiling slab v0.4.12
16292026-03-24T20:35:19.094Z Compiling typenum v1.19.0
16302026-03-24T20:35:19.170Z Compiling smallvec v1.15.1
16312026-03-24T20:35:19.214Z Compiling bytes v1.11.1
16322026-03-24T20:35:19.290Z Compiling chrono v0.4.44
16332026-03-24T20:35:19.353Z Compiling hashbrown v0.16.1
16342026-03-24T20:35:19.476Z Compiling icu_normalizer v2.1.1
16352026-03-24T20:35:19.869Z Compiling parking_lot_core v0.9.12
16362026-03-24T20:35:20.061Z Compiling idna_adapter v1.2.1
16372026-03-24T20:35:20.091Z Compiling generic-array v0.14.7
16382026-03-24T20:35:20.140Z Compiling parking_lot v0.12.5
16392026-03-24T20:35:20.235Z Compiling idna v1.1.0
16402026-03-24T20:35:20.253Z Compiling futures-channel v0.3.32
16412026-03-24T20:35:20.269Z Compiling futures-io v0.3.32
16422026-03-24T20:35:20.269Z Compiling futures-task v0.3.32
16432026-03-24T20:35:20.490Z Compiling tokio v1.50.0
16442026-03-24T20:35:20.493Z Compiling futures-util v0.3.32
16452026-03-24T20:35:20.545Z Compiling indexmap v2.13.0
16462026-03-24T20:35:20.649Z Compiling url v2.5.8
16472026-03-24T20:35:20.796Z Compiling crypto-common v0.1.7
16482026-03-24T20:35:20.970Z Compiling tracing-core v0.1.36
16492026-03-24T20:35:21.209Z Compiling byteorder v1.5.0
16502026-03-24T20:35:21.341Z Compiling schemars v0.8.22
16512026-03-24T20:35:21.425Z Compiling base64 v0.22.1
16522026-03-24T20:35:21.521Z Compiling tracing v0.1.44
16532026-03-24T20:35:21.766Z Compiling http v1.4.0
16542026-03-24T20:35:21.797Z Compiling unicode-ident v1.0.24
16552026-03-24T20:35:21.835Z Compiling fnv v1.0.7
16562026-03-24T20:35:21.873Z Compiling block-buffer v0.10.4
16572026-03-24T20:35:21.956Z Compiling proc-macro2 v1.0.106
16582026-03-24T20:35:21.971Z Compiling rustls-pki-types v1.14.0
16592026-03-24T20:35:22.071Z Compiling digest v0.10.7
16602026-03-24T20:35:22.355Z Compiling ppv-lite86 v0.2.21
16612026-03-24T20:35:22.498Z Compiling ipnetwork v0.21.1
16622026-03-24T20:35:22.619Z Compiling quote v1.0.45
16632026-03-24T20:35:22.854Z Compiling erased-serde v0.3.31
16642026-03-24T20:35:22.925Z Compiling ipnet v2.12.0
16652026-03-24T20:35:23.062Z Compiling untrusted v0.9.0
16662026-03-24T20:35:23.094Z Compiling syn v2.0.117
16672026-03-24T20:35:23.107Z Compiling thiserror v1.0.69
16682026-03-24T20:35:23.198Z Compiling rustix v1.1.4
16692026-03-24T20:35:23.220Z Compiling oxnet v0.1.4
16702026-03-24T20:35:23.236Z Compiling http-body v1.0.1
16712026-03-24T20:35:23.440Z Compiling atomic-waker v1.1.2
16722026-03-24T20:35:23.627Z Compiling pretty-hex v0.4.2
16732026-03-24T20:35:23.648Z Compiling getrandom v0.3.4
16742026-03-24T20:35:23.699Z Compiling httparse v1.10.1
16752026-03-24T20:35:23.790Z Compiling ryu v1.0.23
16762026-03-24T20:35:23.806Z Compiling plain v0.2.3
16772026-03-24T20:35:23.885Z Compiling try-lock v0.2.5
16782026-03-24T20:35:23.942Z Compiling tower-layer v0.3.3
16792026-03-24T20:35:24.026Z Compiling tower-service v0.3.3
16802026-03-24T20:35:24.041Z Compiling want v0.3.1
16812026-03-24T20:35:24.100Z Compiling pin-utils v0.1.0
16822026-03-24T20:35:24.140Z Compiling hex v0.4.3
16832026-03-24T20:35:24.156Z Compiling httpdate v1.0.3
16842026-03-24T20:35:24.156Z Compiling ucd-trie v0.1.7
16852026-03-24T20:35:24.191Z Compiling crossbeam-utils v0.8.21
16862026-03-24T20:35:24.254Z Compiling omicron-workspace-hack v0.1.0
16872026-03-24T20:35:24.347Z Compiling pest v2.8.6
16882026-03-24T20:35:24.480Z Compiling cpufeatures v0.2.17
16892026-03-24T20:35:24.543Z Compiling rand_core v0.9.5
16902026-03-24T20:35:24.550Z Compiling regex-syntax v0.8.10
16912026-03-24T20:35:24.577Z Compiling fastrand v2.3.0
16922026-03-24T20:35:24.791Z Compiling serde_urlencoded v0.7.1
16932026-03-24T20:35:24.884Z Compiling http-body-util v0.1.3
16942026-03-24T20:35:24.899Z Compiling newtype-uuid v1.3.2
16952026-03-24T20:35:24.937Z Compiling camino v1.2.2
16962026-03-24T20:35:25.131Z Compiling rand_chacha v0.9.0
16972026-03-24T20:35:25.207Z Compiling daft v0.1.5
16982026-03-24T20:35:25.333Z Compiling aws-lc-sys v0.39.0
16992026-03-24T20:35:25.512Z Compiling untrusted v0.7.1
17002026-03-24T20:35:25.566Z Compiling rand v0.9.2
17012026-03-24T20:35:25.646Z Compiling tokio-util v0.7.18
17022026-03-24T20:35:25.672Z Compiling tempfile v3.27.0
17032026-03-24T20:35:26.117Z Compiling aws-lc-rs v1.16.2
17042026-03-24T20:35:26.186Z Compiling rustls v0.23.37
17052026-03-24T20:35:26.201Z Compiling powerfmt v0.2.0
17062026-03-24T20:35:26.385Z Compiling h2 v0.4.13
17072026-03-24T20:35:26.481Z Compiling deranged v0.5.8
17082026-03-24T20:35:26.498Z Compiling futures-executor v0.3.32
17092026-03-24T20:35:26.637Z Compiling sync_wrapper v1.0.2
17102026-03-24T20:35:26.778Z Compiling aho-corasick v1.1.4
17112026-03-24T20:35:26.864Z Compiling time-core v0.1.8
17122026-03-24T20:35:27.063Z Compiling num-conv v0.2.0
17132026-03-24T20:35:27.244Z Compiling num_threads v0.1.7
17142026-03-24T20:35:27.379Z Compiling tower v0.5.3
17152026-03-24T20:35:27.873Z Compiling rustls-webpki v0.103.10
17162026-03-24T20:35:28.038Z Compiling regex-automata v0.4.14
17172026-03-24T20:35:28.107Z Compiling time v0.3.47
17182026-03-24T20:35:28.171Z Compiling futures v0.3.32
17192026-03-24T20:35:28.279Z Compiling scroll v0.13.0
17202026-03-24T20:35:29.119Z Compiling openapiv3 v2.2.0
17212026-03-24T20:35:29.150Z Compiling winnow v1.0.0
17222026-03-24T20:35:29.173Z Compiling iri-string v0.7.11
17232026-03-24T20:35:29.428Z Compiling hyper v1.8.1
17242026-03-24T20:35:30.477Z Compiling goblin v0.10.5
17252026-03-24T20:35:30.480Z Compiling crossbeam-channel v0.5.15
17262026-03-24T20:35:30.659Z Compiling ring v0.17.14
17272026-03-24T20:35:31.135Z Compiling hyper-util v0.1.20
17282026-03-24T20:35:31.304Z Compiling tower-http v0.6.8
17292026-03-24T20:35:31.470Z Compiling winnow v0.7.15
17302026-03-24T20:35:31.655Z Compiling dtrace-parser v0.3.0
17312026-03-24T20:35:31.881Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17322026-03-24T20:35:32.518Z Compiling rustls-webpki v0.102.8
17332026-03-24T20:35:32.641Z Compiling thread-id v5.1.0
17342026-03-24T20:35:32.743Z Compiling thread_local v1.1.9
17352026-03-24T20:35:32.788Z Compiling openssl-probe v0.2.1
17362026-03-24T20:35:33.042Z Compiling match_cfg v0.1.0
17372026-03-24T20:35:33.125Z Compiling debug-ignore v1.0.5
17382026-03-24T20:35:33.142Z Compiling hostname v0.3.1
17392026-03-24T20:35:33.270Z Compiling rustls v0.22.4
17402026-03-24T20:35:33.322Z Compiling rustls-native-certs v0.8.3
17412026-03-24T20:35:33.364Z Compiling tokio-rustls v0.26.4
17422026-03-24T20:35:33.418Z Compiling toml_parser v1.1.0+spec-1.1.0
17432026-03-24T20:35:33.609Z Compiling regex v1.12.3
17442026-03-24T20:35:33.688Z Compiling slog-json v2.6.1
17452026-03-24T20:35:33.723Z Compiling rand_chacha v0.3.1
17462026-03-24T20:35:33.760Z Compiling serde_spanned v1.1.0
17472026-03-24T20:35:33.954Z Compiling toml_datetime v0.7.5+spec-1.1.0
17482026-03-24T20:35:33.954Z Compiling memmap2 v0.9.10
17492026-03-24T20:35:34.257Z Compiling is-terminal v0.4.17
17502026-03-24T20:35:34.260Z Compiling encoding_rs v0.8.35
17512026-03-24T20:35:34.287Z Compiling either v1.15.0
17522026-03-24T20:35:34.321Z Compiling term v1.2.1
17532026-03-24T20:35:34.367Z Compiling dof v0.4.0
17542026-03-24T20:35:34.382Z Compiling mime v0.3.17
17552026-03-24T20:35:34.566Z Compiling spin v0.9.8
17562026-03-24T20:35:34.722Z Compiling toml_writer v1.1.0+spec-1.1.0
17572026-03-24T20:35:34.750Z Compiling take_mut v0.2.2
17582026-03-24T20:35:34.897Z Compiling slog-async v2.8.0
17592026-03-24T20:35:35.018Z Compiling toml v0.9.12+spec-1.1.0
17602026-03-24T20:35:35.206Z Compiling slog-term v2.9.2
17612026-03-24T20:35:35.577Z Compiling usdt-impl v0.6.0
17622026-03-24T20:35:35.964Z Compiling tokio-rustls v0.25.0
17632026-03-24T20:35:36.156Z Compiling usdt v0.6.0
17642026-03-24T20:35:36.263Z Compiling multer v3.1.0
17652026-03-24T20:35:36.475Z Compiling rand v0.8.5
17662026-03-24T20:35:36.527Z Compiling slog-bunyan v2.5.0
17672026-03-24T20:35:36.544Z Compiling hyper-rustls v0.27.7
17682026-03-24T20:35:36.547Z Compiling rustls-platform-verifier v0.6.2
17692026-03-24T20:35:36.709Z Compiling async-stream v0.3.6
17702026-03-24T20:35:36.864Z Compiling ref-cast v1.0.25
17712026-03-24T20:35:36.922Z Compiling strum v0.26.3
17722026-03-24T20:35:36.925Z Compiling sha1 v0.10.6
17732026-03-24T20:35:36.950Z Compiling waitgroup v0.1.2
17742026-03-24T20:35:36.991Z Compiling rustls-pemfile v2.2.0
17752026-03-24T20:35:37.008Z Compiling regress v0.10.5
17762026-03-24T20:35:37.099Z Compiling macaddr v1.0.1
17772026-03-24T20:35:37.132Z Compiling serde_path_to_error v0.1.20
17782026-03-24T20:35:37.180Z Compiling wait-timeout v0.2.1
17792026-03-24T20:35:37.238Z Compiling hostname v0.4.2
17802026-03-24T20:35:37.254Z Compiling bit-vec v0.8.0
17812026-03-24T20:35:37.378Z Compiling quick-error v1.2.3
17822026-03-24T20:35:37.397Z Compiling reqwest v0.13.2
17832026-03-24T20:35:37.422Z Compiling serde_with v3.18.0
17842026-03-24T20:35:37.521Z Compiling dropshot v0.16.7
17852026-03-24T20:35:37.561Z Compiling bit-set v0.8.0
17862026-03-24T20:35:37.578Z Compiling rusty-fork v0.3.1
17872026-03-24T20:35:37.610Z Compiling rand_xorshift v0.4.0
17882026-03-24T20:35:37.805Z Compiling unarray v0.1.4
17892026-03-24T20:35:37.841Z Compiling strum v0.27.2
17902026-03-24T20:35:37.955Z Compiling proptest v1.11.0
17912026-03-24T20:35:38.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17922026-03-24T20:35:38.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17932026-03-24T20:35:38.190Z Compiling instant v0.1.13
17942026-03-24T20:35:38.329Z Compiling rustc-hash v2.1.1
17952026-03-24T20:35:38.347Z Compiling reqwest v0.12.28
17962026-03-24T20:35:38.413Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17972026-03-24T20:35:38.492Z Compiling iddqd v0.3.17
17982026-03-24T20:35:38.749Z Compiling backon v1.6.0
17992026-03-24T20:35:39.028Z Compiling backoff v0.4.0
18002026-03-24T20:35:39.314Z Compiling progenitor-client v0.13.0
18012026-03-24T20:35:39.710Z Compiling progenitor-client v0.10.0
18022026-03-24T20:35:39.929Z Compiling progenitor-extras v0.1.1
18032026-03-24T20:35:40.016Z Compiling itertools v0.14.0
18042026-03-24T20:35:40.089Z Compiling parse-display v0.10.0
18052026-03-24T20:35:40.247Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18062026-03-24T20:35:40.531Z Compiling unicode-width v0.2.2
18072026-03-24T20:35:40.913Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18082026-03-24T20:35:41.449Z Compiling terminal_size v0.4.4
18092026-03-24T20:35:41.640Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18102026-03-24T20:35:41.676Z Compiling crossbeam-epoch v0.9.18
18112026-03-24T20:35:41.737Z Compiling clap_builder v4.6.0
18122026-03-24T20:35:42.046Z Compiling tinyvec_macros v0.1.1
18132026-03-24T20:35:42.145Z Compiling tinyvec v1.11.0
18142026-03-24T20:35:42.163Z Compiling hash32 v0.3.1
18152026-03-24T20:35:42.375Z Compiling secrecy v0.10.3
18162026-03-24T20:35:42.393Z Compiling scroll v0.12.0
18172026-03-24T20:35:42.582Z Compiling heapless v0.8.0
18182026-03-24T20:35:42.622Z Compiling ingot-types v0.1.2
18192026-03-24T20:35:42.641Z Compiling cobs v0.3.0
18202026-03-24T20:35:42.790Z Compiling heck v0.5.0
18212026-03-24T20:35:42.935Z Compiling managed v0.8.0
18222026-03-24T20:35:43.117Z Compiling bitflags v1.3.2
18232026-03-24T20:35:43.140Z Compiling postcard v1.1.3
18242026-03-24T20:35:43.195Z Compiling smoltcp v0.11.0
18252026-03-24T20:35:43.221Z Compiling ingot v0.1.1
18262026-03-24T20:35:43.240Z Compiling goblin v0.8.2
18272026-03-24T20:35:43.257Z Compiling crucible-workspace-hack v0.1.0
18282026-03-24T20:35:43.615Z Compiling crossbeam-deque v0.8.6
18292026-03-24T20:35:43.630Z Compiling zerocopy v0.7.35
18302026-03-24T20:35:43.871Z Compiling tabwriter v1.4.1
18312026-03-24T20:35:44.191Z Compiling clap v4.6.0
18322026-03-24T20:35:44.304Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18332026-03-24T20:35:44.424Z Compiling num-integer v0.1.46
18342026-03-24T20:35:44.709Z Compiling cpufeatures v0.3.0
18352026-03-24T20:35:44.814Z Compiling foreign-types-shared v0.3.1
18362026-03-24T20:35:44.937Z Compiling foreign-types v0.5.0
18372026-03-24T20:35:45.426Z Compiling chacha20 v0.10.0
18382026-03-24T20:35:45.743Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18392026-03-24T20:35:45.790Z Compiling rayon-core v1.13.0
18402026-03-24T20:35:45.841Z Compiling num_enum v0.7.6
18412026-03-24T20:35:45.872Z Compiling memoffset v0.9.1
18422026-03-24T20:35:45.984Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18432026-03-24T20:35:45.987Z Compiling rustix v0.38.44
18442026-03-24T20:35:46.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18452026-03-24T20:35:46.164Z Compiling dtrace-parser v0.2.0
18462026-03-24T20:35:46.300Z Compiling dof v0.3.0
18472026-03-24T20:35:46.459Z Compiling hmac v0.12.1
18482026-03-24T20:35:46.646Z Compiling inout v0.1.4
18492026-03-24T20:35:46.837Z Compiling serde_spanned v0.6.9
18502026-03-24T20:35:46.857Z Compiling toml_datetime v0.6.11
18512026-03-24T20:35:46.959Z Compiling ff v0.13.1
18522026-03-24T20:35:47.136Z Compiling thread-id v4.2.2
18532026-03-24T20:35:47.216Z Compiling bstr v1.12.1
18542026-03-24T20:35:47.223Z Compiling cstr-argument v0.1.2
18552026-03-24T20:35:47.248Z Compiling colored v3.1.1
18562026-03-24T20:35:47.264Z Compiling toml_write v0.1.2
18572026-03-24T20:35:47.408Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18582026-03-24T20:35:47.425Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18592026-03-24T20:35:47.535Z Compiling toml_edit v0.22.27
18602026-03-24T20:35:47.771Z Compiling usdt-impl v0.5.0
18612026-03-24T20:35:47.797Z Compiling group v0.13.0
18622026-03-24T20:35:47.927Z Compiling cipher v0.4.4
18632026-03-24T20:35:47.951Z Compiling hkdf v0.12.4
18642026-03-24T20:35:48.100Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18652026-03-24T20:35:48.143Z Compiling rayon v1.11.0
18662026-03-24T20:35:48.261Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18672026-03-24T20:35:48.536Z Compiling nix v0.31.2
18682026-03-24T20:35:48.551Z Compiling num_enum v0.5.11
18692026-03-24T20:35:48.674Z Compiling rand v0.10.0
18702026-03-24T20:35:48.677Z Compiling num-rational v0.4.2
18712026-03-24T20:35:48.706Z Compiling num-iter v0.1.45
18722026-03-24T20:35:48.865Z Compiling camino-tempfile v1.4.1
18732026-03-24T20:35:49.172Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18742026-03-24T20:35:49.456Z Compiling half v2.7.1
18752026-03-24T20:35:49.571Z Compiling universal-hash v0.5.1
18762026-03-24T20:35:49.623Z Compiling crypto-bigint v0.5.5
18772026-03-24T20:35:49.740Z Compiling num-complex v0.4.6
18782026-03-24T20:35:49.872Z Compiling memmap v0.7.0
18792026-03-24T20:35:50.111Z Compiling base64ct v1.8.3
18802026-03-24T20:35:50.295Z Compiling base16ct v0.2.0
18812026-03-24T20:35:50.486Z Compiling data-encoding v2.10.0
18822026-03-24T20:35:50.507Z Compiling ciborium-io v0.2.2
18832026-03-24T20:35:50.524Z Compiling opaque-debug v0.3.1
18842026-03-24T20:35:50.604Z Compiling static_assertions v1.1.0
18852026-03-24T20:35:50.620Z Compiling poly1305 v0.8.0
18862026-03-24T20:35:50.634Z Compiling ciborium-ll v0.2.2
18872026-03-24T20:35:50.638Z Compiling password-hash v0.5.0
18882026-03-24T20:35:50.702Z Compiling num v0.4.3
18892026-03-24T20:35:50.803Z Compiling curve25519-dalek v4.1.3
18902026-03-24T20:35:50.922Z Compiling usdt v0.5.0
18912026-03-24T20:35:51.168Z Compiling elliptic-curve v0.13.8
18922026-03-24T20:35:51.273Z Compiling toml v0.8.23
18932026-03-24T20:35:51.376Z Compiling thiserror-no-std v2.0.2
18942026-03-24T20:35:51.496Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
18952026-03-24T20:35:51.539Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18962026-03-24T20:35:51.598Z Compiling chacha20 v0.9.1
18972026-03-24T20:35:51.648Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18982026-03-24T20:35:51.901Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18992026-03-24T20:35:51.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19002026-03-24T20:35:52.191Z Compiling typify-impl v0.6.1
19012026-03-24T20:35:52.342Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19022026-03-24T20:35:52.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19032026-03-24T20:35:52.578Z Compiling itertools v0.12.1
19042026-03-24T20:35:52.714Z Compiling byte-wrapper v0.1.0
19052026-03-24T20:35:52.903Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19062026-03-24T20:35:53.225Z Compiling blake2 v0.10.6
19072026-03-24T20:35:53.346Z Compiling aead v0.5.2
19082026-03-24T20:35:53.463Z Compiling sigpipe v0.1.3
19092026-03-24T20:35:53.578Z Compiling glob v0.3.3
19102026-03-24T20:35:53.593Z Compiling keccak v0.1.6
19112026-03-24T20:35:53.663Z Compiling indent_write v2.2.0
19122026-03-24T20:35:53.767Z Compiling float-ord v0.3.2
19132026-03-24T20:35:53.830Z Compiling jiff v0.2.23
19142026-03-24T20:35:53.846Z Compiling sha3 v0.10.8
19152026-03-24T20:35:53.919Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19162026-03-24T20:35:53.935Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19172026-03-24T20:35:54.153Z Compiling argon2 v0.5.3
19182026-03-24T20:35:54.237Z Compiling zone v0.3.1
19192026-03-24T20:35:54.336Z Compiling chacha20poly1305 v0.10.1
19202026-03-24T20:35:54.457Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19212026-03-24T20:35:54.509Z Compiling typify v0.6.1
19222026-03-24T20:35:54.653Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19232026-03-24T20:35:54.843Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19242026-03-24T20:35:55.249Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19252026-03-24T20:35:55.581Z Compiling vsss-rs v3.3.4
19262026-03-24T20:35:55.779Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19272026-03-24T20:35:56.133Z Compiling ciborium v0.2.2
19282026-03-24T20:35:56.278Z Compiling atomicwrites v0.4.4
19292026-03-24T20:35:56.530Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19302026-03-24T20:35:56.689Z Compiling smf v0.2.3
19312026-03-24T20:35:56.950Z Compiling resolv-conf v0.7.6
19322026-03-24T20:35:57.093Z Compiling linked-hash-map v0.5.6
19332026-03-24T20:35:57.349Z Compiling whoami v1.6.1
19342026-03-24T20:35:57.457Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19352026-03-24T20:35:57.472Z Compiling lru-cache v0.1.2
19362026-03-24T20:35:57.475Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19372026-03-24T20:35:57.635Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19382026-03-24T20:35:57.659Z Compiling hubpack v0.1.2
19392026-03-24T20:35:57.800Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19402026-03-24T20:35:57.980Z Compiling progenitor-impl v0.13.0
19412026-03-24T20:35:58.481Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19422026-03-24T20:35:58.817Z Compiling hickory-proto v0.24.4
19432026-03-24T20:35:59.929Z Compiling similar v2.7.0
19442026-03-24T20:36:00.099Z Compiling serde-big-array v0.5.1
19452026-03-24T20:36:00.226Z Compiling swrite v0.1.0
19462026-03-24T20:36:00.287Z Compiling siphasher v1.0.2
19472026-03-24T20:36:00.352Z Compiling unicode-segmentation v1.13.0
19482026-03-24T20:36:00.557Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19492026-03-24T20:36:00.935Z Compiling newline-converter v0.3.0
19502026-03-24T20:36:01.097Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19512026-03-24T20:36:01.162Z Compiling phf_shared v0.12.1
19522026-03-24T20:36:01.410Z Compiling hickory-resolver v0.24.4
19532026-03-24T20:36:01.666Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19542026-03-24T20:36:02.253Z Compiling pin-project v1.1.11
19552026-03-24T20:36:02.342Z Compiling progenitor v0.13.0
19562026-03-24T20:36:02.391Z Compiling prettyplease v0.2.37
19572026-03-24T20:36:02.440Z Compiling unicode-normalization v0.1.25
19582026-03-24T20:36:02.524Z Compiling console v0.15.11
19592026-03-24T20:36:03.116Z Compiling tokio-stream v0.1.18
19602026-03-24T20:36:03.179Z Compiling csv-core v0.1.13
19612026-03-24T20:36:03.458Z Compiling foldhash v0.1.5
19622026-03-24T20:36:03.551Z Compiling highway v1.3.0
19632026-03-24T20:36:03.710Z Compiling foreign-types-shared v0.1.1
19642026-03-24T20:36:03.765Z Compiling unicode-width v0.1.14
19652026-03-24T20:36:03.831Z Compiling same-file v1.0.6
19662026-03-24T20:36:04.046Z Compiling walkdir v2.5.0
19672026-03-24T20:36:04.062Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19682026-03-24T20:36:04.092Z Compiling foreign-types v0.3.2
19692026-03-24T20:36:04.139Z Compiling qorb v0.4.1
19702026-03-24T20:36:04.189Z Compiling hashbrown v0.15.5
19712026-03-24T20:36:04.216Z Compiling csv v1.4.0
19722026-03-24T20:36:04.752Z Compiling snafu v0.8.9
19732026-03-24T20:36:04.908Z Compiling expectorate v1.2.0
19742026-03-24T20:36:04.959Z Compiling olpc-cjson v0.1.4
19752026-03-24T20:36:05.105Z Compiling newtype_derive v0.1.6
19762026-03-24T20:36:05.181Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19772026-03-24T20:36:05.215Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19782026-03-24T20:36:05.259Z Compiling owo-colors v4.3.0
19792026-03-24T20:36:05.617Z Compiling phf v0.12.1
19802026-03-24T20:36:05.828Z Compiling openssl-sys v0.9.112
19812026-03-24T20:36:06.322Z Compiling tokio-dtrace v0.1.1
19822026-03-24T20:36:06.381Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19832026-03-24T20:36:06.479Z Compiling globset v0.4.18
19842026-03-24T20:36:06.528Z Compiling libsw-core v0.3.2
19852026-03-24T20:36:06.675Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19862026-03-24T20:36:06.754Z Compiling pem v3.0.6
19872026-03-24T20:36:06.927Z Compiling serde_plain v1.0.2
19882026-03-24T20:36:07.136Z Compiling minimal-lexical v0.2.1
19892026-03-24T20:36:07.209Z Compiling unicode-linebreak v0.1.5
19902026-03-24T20:36:07.252Z Compiling fixedbitset v0.4.2
19912026-03-24T20:36:07.492Z Compiling bytecount v0.6.9
19922026-03-24T20:36:07.527Z Compiling fixedbitset v0.5.7
19932026-03-24T20:36:07.544Z Compiling smawk v0.3.2
19942026-03-24T20:36:07.544Z Compiling typed-path v0.9.3
19952026-03-24T20:36:07.573Z Compiling petgraph v0.6.5
19962026-03-24T20:36:07.677Z Compiling papergrid v0.11.0
19972026-03-24T20:36:07.727Z Compiling textwrap v0.16.2
19982026-03-24T20:36:07.997Z Compiling petgraph v0.8.3
19992026-03-24T20:36:08.016Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20002026-03-24T20:36:08.243Z Compiling nom v7.1.3
20012026-03-24T20:36:08.452Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20022026-03-24T20:36:09.406Z Compiling tough v0.20.0
20032026-03-24T20:36:09.744Z Compiling openssl v0.10.76
20042026-03-24T20:36:09.795Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20052026-03-24T20:36:09.988Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20062026-03-24T20:36:10.032Z Compiling libsw v3.5.0
20072026-03-24T20:36:10.092Z Compiling oxide-tokio-rt v0.1.3
20082026-03-24T20:36:10.130Z Compiling chrono-tz v0.10.4
20092026-03-24T20:36:10.264Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20102026-03-24T20:36:10.461Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20112026-03-24T20:36:10.487Z Compiling slog-dtrace v0.3.0
20122026-03-24T20:36:10.898Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20132026-03-24T20:36:11.577Z Compiling cancel-safe-futures v0.1.5
20142026-03-24T20:36:11.977Z Compiling const_format v0.2.35
20152026-03-24T20:36:12.457Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20162026-03-24T20:36:12.623Z Compiling gethostname v0.5.0
20172026-03-24T20:36:12.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20182026-03-24T20:36:12.845Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20192026-03-24T20:36:13.573Z Compiling bcs v0.1.6
20202026-03-24T20:36:14.024Z Compiling termtree v0.5.1
20212026-03-24T20:36:14.229Z Compiling tagptr v0.2.0
20222026-03-24T20:36:14.243Z Compiling lazy_static v1.5.0
20232026-03-24T20:36:14.379Z Compiling linear-map v1.2.0
20242026-03-24T20:36:14.435Z Compiling moka v0.12.15
20252026-03-24T20:36:14.570Z Compiling steno v0.4.1
20262026-03-24T20:36:14.631Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20272026-03-24T20:36:15.047Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20282026-03-24T20:36:15.345Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20292026-03-24T20:36:15.496Z Compiling tabled v0.15.0
20302026-03-24T20:36:15.626Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20312026-03-24T20:36:16.462Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20322026-03-24T20:36:16.497Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20332026-03-24T20:36:16.760Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20342026-03-24T20:36:16.801Z Compiling cookie v0.18.1
20352026-03-24T20:36:17.009Z Compiling hickory-proto v0.25.2
20362026-03-24T20:36:17.631Z Compiling humantime v2.3.0
20372026-03-24T20:36:18.063Z Compiling libscf-sys v1.1.0
20382026-03-24T20:36:18.255Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20392026-03-24T20:36:18.620Z Compiling parking_lot_core v0.8.6
20402026-03-24T20:36:18.780Z Compiling crc32fast v1.5.0
20412026-03-24T20:36:18.972Z Compiling parking_lot v0.11.2
20422026-03-24T20:36:19.030Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20432026-03-24T20:36:19.046Z Compiling fxhash v0.2.1
20442026-03-24T20:36:19.049Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20452026-03-24T20:36:19.224Z Compiling internet-checksum v0.2.1
20462026-03-24T20:36:19.371Z Compiling sled v0.34.7
20472026-03-24T20:36:19.403Z Compiling const-random v0.1.18
20482026-03-24T20:36:19.446Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20492026-03-24T20:36:19.491Z Compiling ahash v0.8.12
20502026-03-24T20:36:19.506Z Compiling smartstring v1.0.1
20512026-03-24T20:36:19.559Z Compiling thin-vec v0.2.14
20522026-03-24T20:36:19.805Z Compiling hickory-resolver v0.25.2
20532026-03-24T20:36:19.860Z Compiling rhai v1.24.0
20542026-03-24T20:36:19.931Z Compiling dropshot-api-manager-types v0.5.2
20552026-03-24T20:36:20.051Z Compiling nom v8.0.0
20562026-03-24T20:36:20.401Z Compiling fs-err v3.3.0
20572026-03-24T20:36:20.828Z Compiling git-stub v1.0.0
20582026-03-24T20:36:21.195Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20592026-03-24T20:36:21.659Z Compiling is_ci v1.2.0
20602026-03-24T20:36:21.847Z Compiling supports-color v3.0.2
20612026-03-24T20:36:22.083Z Compiling git-stub-vcs v0.1.0
20622026-03-24T20:36:22.573Z Compiling drift v0.1.3
20632026-03-24T20:36:22.601Z Compiling sha2 v0.10.9
20642026-03-24T20:36:23.565Z Compiling dropshot-api-manager v0.5.2
20652026-03-24T20:36:28.503Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20662026-03-24T20:36:39.084Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20672026-03-24T20:36:41.250Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20682026-03-24T20:36:42.668Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20692026-03-24T20:36:44.127Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20702026-03-24T20:36:44.132Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
20712026-03-24T20:36:45.132Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20722026-03-24T20:36:45.213Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20732026-03-24T20:36:47.315Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20742026-03-24T20:36:47.315Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20752026-03-24T20:36:56.593Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
20762026-03-24T20:36:58.438Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20772026-03-24T20:36:59.998Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20782026-03-24T20:37:29.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
20792026-03-24T20:37:29.582Z Running `target/debug/maghemite-dropshot-apis check`
20802026-03-24T20:37:29.637Z -------
20812026-03-24T20:37:29.637Z Generating OpenAPI documents from API definitions ...
20822026-03-24T20:37:29.691Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20832026-03-24T20:37:29.718Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20842026-03-24T20:37:29.819Z -------
20852026-03-24T20:37:29.819Z Checking 8 OpenAPI documents...
20862026-03-24T20:37:29.819Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20872026-03-24T20:37:29.819Z Fresh ddm-admin "latest" symlink
20882026-03-24T20:37:29.819Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20892026-03-24T20:37:29.822Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20902026-03-24T20:37:29.822Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20912026-03-24T20:37:29.822Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
20922026-03-24T20:37:29.822Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
20932026-03-24T20:37:29.822Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
20942026-03-24T20:37:29.822Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
20952026-03-24T20:37:29.822Z Fresh mg-admin "latest" symlink
20962026-03-24T20:37:29.822Z -------
20972026-03-24T20:37:29.822Z Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems
20982026-03-24T20:37:29.852Z+ banner build
20992026-03-24T20:37:29.855Z
21002026-03-24T20:37:29.855Z ##### # # # # #####
21012026-03-24T20:37:29.855Z # # # # # # # #
21022026-03-24T20:37:29.855Z ##### # # # # # #
21032026-03-24T20:37:29.855Z # # # # # # # #
21042026-03-24T20:37:29.855Z # # # # # # # #
21052026-03-24T20:37:29.855Z ##### #### # ###### #####
21062026-03-24T20:37:29.855Z
21072026-03-24T20:37:29.855Z+ ptime -m cargo build
21082026-03-24T20:37:30.654Z Compiling log v0.4.29
21092026-03-24T20:37:30.787Z Compiling slog v2.8.2
21102026-03-24T20:37:30.812Z Compiling rustls-webpki v0.103.10
21112026-03-24T20:37:30.832Z Compiling webpki-roots v1.0.6
21122026-03-24T20:37:30.920Z Compiling zone v0.3.1
21132026-03-24T20:37:30.954Z Compiling goblin v0.10.5
21142026-03-24T20:37:30.958Z Compiling rustls v0.22.4
21152026-03-24T20:37:30.958Z Compiling typify-impl v0.6.1
21162026-03-24T20:37:31.000Z Compiling goblin v0.8.2
21172026-03-24T20:37:31.040Z Compiling globset v0.4.18
21182026-03-24T20:37:31.321Z Compiling slog-term v2.9.2
21192026-03-24T20:37:31.970Z Compiling rustls v0.23.37
21202026-03-24T20:37:32.075Z Compiling slog-async v2.8.0
21212026-03-24T20:37:32.078Z Compiling slog-json v2.6.1
21222026-03-24T20:37:32.106Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21232026-03-24T20:37:32.272Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21242026-03-24T20:37:32.357Z Compiling slog-bunyan v2.5.0
21252026-03-24T20:37:32.540Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21262026-03-24T20:37:32.593Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21272026-03-24T20:37:32.748Z Compiling steno v0.4.1
21282026-03-24T20:37:33.048Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21292026-03-24T20:37:34.502Z Compiling tokio-rustls v0.25.0
21302026-03-24T20:37:34.809Z Compiling dof v0.4.0
21312026-03-24T20:37:34.826Z Compiling dof v0.3.0
21322026-03-24T20:37:35.936Z Compiling usdt-impl v0.6.0
21332026-03-24T20:37:36.156Z Compiling tokio-rustls v0.26.4
21342026-03-24T20:37:36.465Z Compiling hyper-rustls v0.27.7
21352026-03-24T20:37:36.527Z Compiling rustls-platform-verifier v0.6.2
21362026-03-24T20:37:36.620Z Compiling usdt v0.6.0
21372026-03-24T20:37:36.765Z Compiling reqwest v0.13.2
21382026-03-24T20:37:36.841Z Compiling reqwest v0.12.28
21392026-03-24T20:37:36.863Z Compiling dropshot v0.16.7
21402026-03-24T20:37:36.897Z Compiling typify v0.6.1
21412026-03-24T20:37:36.994Z Compiling usdt-impl v0.5.0
21422026-03-24T20:37:37.033Z Compiling progenitor-impl v0.13.0
21432026-03-24T20:37:37.624Z Compiling usdt v0.5.0
21442026-03-24T20:37:37.929Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21452026-03-24T20:37:38.053Z Compiling qorb v0.4.1
21462026-03-24T20:37:38.711Z Compiling progenitor-client v0.13.0
21472026-03-24T20:37:39.122Z Compiling progenitor-client v0.10.0
21482026-03-24T20:37:39.516Z Compiling progenitor-extras v0.1.1
21492026-03-24T20:37:39.845Z Compiling progenitor v0.13.0
21502026-03-24T20:37:40.033Z Compiling tokio-dtrace v0.1.1
21512026-03-24T20:37:40.172Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21522026-03-24T20:37:40.385Z Compiling oxide-tokio-rt v0.1.3
21532026-03-24T20:37:40.799Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21542026-03-24T20:37:40.841Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21552026-03-24T20:37:41.414Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21562026-03-24T20:37:41.916Z Compiling tough v0.20.0
21572026-03-24T20:37:42.063Z Compiling slog-dtrace v0.3.0
21582026-03-24T20:37:42.170Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21592026-03-24T20:37:42.359Z Compiling sled v0.34.7
21602026-03-24T20:37:42.473Z Compiling typify-impl v0.4.3
21612026-03-24T20:37:42.815Z Compiling arc-swap v1.9.0
21622026-03-24T20:37:43.239Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21632026-03-24T20:37:43.479Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21642026-03-24T20:37:43.632Z Compiling slog-scope v4.4.1
21652026-03-24T20:37:43.986Z Compiling papergrid v0.17.0
21662026-03-24T20:37:45.120Z Compiling typify v0.4.3
21672026-03-24T20:37:45.273Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21682026-03-24T20:37:46.597Z Compiling testing_table v0.3.0
21692026-03-24T20:37:46.624Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21702026-03-24T20:37:46.655Z Compiling progenitor-impl v0.11.2
21712026-03-24T20:37:46.815Z Compiling tabled v0.20.0
21722026-03-24T20:37:47.315Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21732026-03-24T20:37:47.831Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21742026-03-24T20:37:48.053Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21752026-03-24T20:37:48.250Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21762026-03-24T20:37:48.562Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21772026-03-24T20:37:49.421Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21782026-03-24T20:37:49.596Z Compiling slog-stdlog v4.1.1
21792026-03-24T20:37:49.876Z Compiling progenitor-client v0.11.2
21802026-03-24T20:37:50.232Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21812026-03-24T20:37:50.284Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21822026-03-24T20:37:50.494Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21832026-03-24T20:37:50.788Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21842026-03-24T20:37:50.979Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21852026-03-24T20:37:51.026Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21862026-03-24T20:37:51.073Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21872026-03-24T20:37:51.297Z Compiling progenitor v0.11.2
21882026-03-24T20:37:51.416Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21892026-03-24T20:37:51.485Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
21902026-03-24T20:37:51.528Z Compiling slog-envlogger v2.2.0
21912026-03-24T20:37:52.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21922026-03-24T20:37:52.233Z Compiling crc8 v0.1.1
21932026-03-24T20:37:52.397Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21942026-03-24T20:37:52.600Z Compiling utf-8 v0.7.6
21952026-03-24T20:37:52.872Z Compiling tungstenite v0.21.0
21962026-03-24T20:37:53.444Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21972026-03-24T20:37:53.692Z Compiling progenitor-impl v0.10.0
21982026-03-24T20:37:53.719Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21992026-03-24T20:37:54.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22002026-03-24T20:37:54.109Z Compiling lzma-sys v0.1.20
22012026-03-24T20:37:54.260Z Compiling tokio-tungstenite v0.21.0
22022026-03-24T20:37:54.292Z Compiling typeid v1.0.3
22032026-03-24T20:37:54.328Z Compiling console v0.16.3
22042026-03-24T20:37:54.442Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22052026-03-24T20:37:54.505Z Compiling base64 v0.21.7
22062026-03-24T20:37:54.672Z Compiling unit-prefix v0.5.2
22072026-03-24T20:37:54.876Z Compiling indicatif v0.18.4
22082026-03-24T20:37:54.950Z Compiling ron v0.12.0
22092026-03-24T20:37:55.163Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22102026-03-24T20:37:56.029Z Compiling progenitor v0.10.0
22112026-03-24T20:37:56.147Z Compiling xz2 v0.1.7
22122026-03-24T20:37:56.222Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
22132026-03-24T20:37:56.478Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22142026-03-24T20:37:56.842Z Compiling base16ct v1.0.0
22152026-03-24T20:37:57.018Z Compiling dropshot-api-manager v0.5.2
22162026-03-24T20:37:57.095Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22172026-03-24T20:37:57.635Z Compiling natord v1.0.9
22182026-03-24T20:37:57.899Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22192026-03-24T20:37:57.992Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
22202026-03-24T20:37:58.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
22212026-03-24T20:37:58.891Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22222026-03-24T20:38:00.928Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22232026-03-24T20:38:02.596Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22242026-03-24T20:38:02.612Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22252026-03-24T20:38:14.320Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22262026-03-24T20:38:24.330Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22272026-03-24T20:38:26.550Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
22282026-03-24T20:38:27.963Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22292026-03-24T20:38:29.433Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22302026-03-24T20:38:29.433Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22312026-03-24T20:38:30.017Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22322026-03-24T20:38:30.460Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22332026-03-24T20:38:30.460Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22342026-03-24T20:38:30.556Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22352026-03-24T20:38:30.891Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
22362026-03-24T20:38:31.386Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22372026-03-24T20:38:32.942Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22382026-03-24T20:38:32.947Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22392026-03-24T20:38:32.947Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22402026-03-24T20:38:41.052Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22412026-03-24T20:38:43.455Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22422026-03-24T20:38:45.468Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22432026-03-24T20:38:45.471Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22442026-03-24T20:38:45.724Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22452026-03-24T20:38:45.724Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22462026-03-24T20:38:47.384Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22472026-03-24T20:38:47.384Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22482026-03-24T20:39:44.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
22492026-03-24T20:39:44.774Z
22502026-03-24T20:39:44.778Zreal 2:14.845872837
22512026-03-24T20:39:44.778Zuser 9:04.570426712
22522026-03-24T20:39:44.778Zsys 1:16.092329964
22532026-03-24T20:39:44.778Ztrap 0.243667172
22542026-03-24T20:39:44.778Ztflt 0.038840220
22552026-03-24T20:39:44.778Zdflt 0.372145259
22562026-03-24T20:39:44.778Zkflt 0.000067598
22572026-03-24T20:39:44.778Zlock 36:44.663637586
22582026-03-24T20:39:44.778Zslp 31:29.564311385
22592026-03-24T20:39:44.778Zlat 20.861501476
22602026-03-24T20:39:44.778Zstop 33.696634981
22612026-03-24T20:39:44.778Z+ ptime -m cargo build --release
22622026-03-24T20:39:45.654Z Compiling proc-macro2 v1.0.106
22632026-03-24T20:39:45.654Z Compiling quote v1.0.45
22642026-03-24T20:39:45.655Z Compiling unicode-ident v1.0.24
22652026-03-24T20:39:45.657Z Compiling serde_core v1.0.228
22662026-03-24T20:39:45.657Z Compiling serde v1.0.228
22672026-03-24T20:39:45.657Z Compiling libc v0.2.183
22682026-03-24T20:39:45.658Z Compiling cfg-if v1.0.4
22692026-03-24T20:39:45.923Z Compiling zmij v1.0.21
22702026-03-24T20:39:45.944Z Compiling autocfg v1.5.0
22712026-03-24T20:39:46.250Z Compiling libm v0.2.16
22722026-03-24T20:39:46.287Z Compiling memchr v2.8.0
22732026-03-24T20:39:46.635Z Compiling itoa v1.0.18
22742026-03-24T20:39:46.858Z Compiling version_check v0.9.5
22752026-03-24T20:39:46.965Z Compiling icu_properties_data v2.1.2
22762026-03-24T20:39:47.229Z Compiling icu_normalizer_data v2.1.1
22772026-03-24T20:39:47.246Z Compiling stable_deref_trait v1.2.1
22782026-03-24T20:39:47.328Z Compiling serde_json v1.0.149
22792026-03-24T20:39:47.418Z Compiling thiserror v2.0.18
22802026-03-24T20:39:47.521Z Compiling syn v2.0.117
22812026-03-24T20:39:47.653Z Compiling litemap v0.8.1
22822026-03-24T20:39:47.770Z Compiling writeable v0.6.2
22832026-03-24T20:39:47.787Z Compiling num-traits v0.2.19
22842026-03-24T20:39:47.829Z Compiling parking_lot_core v0.9.12
22852026-03-24T20:39:47.992Z Compiling percent-encoding v2.3.2
22862026-03-24T20:39:48.281Z Compiling form_urlencoded v1.2.2
22872026-03-24T20:39:48.304Z Compiling rand_core v0.10.0
22882026-03-24T20:39:48.360Z Compiling utf8_iter v1.0.4
22892026-03-24T20:39:48.360Z Compiling getrandom v0.4.2
22902026-03-24T20:39:48.560Z Compiling jobserver v0.1.34
22912026-03-24T20:39:48.583Z Compiling find-msvc-tools v0.1.9
22922026-03-24T20:39:48.623Z Compiling shlex v1.3.0
22932026-03-24T20:39:48.879Z Compiling cc v1.2.57
22942026-03-24T20:39:48.899Z Compiling heck v0.5.0
22952026-03-24T20:39:49.028Z Compiling errno v0.3.14
22962026-03-24T20:39:49.248Z Compiling iana-time-zone v0.1.65
22972026-03-24T20:39:49.556Z Compiling zerocopy v0.8.47
22982026-03-24T20:39:49.656Z Compiling uuid v1.22.0
22992026-03-24T20:39:50.057Z Compiling getrandom v0.2.17
23002026-03-24T20:39:50.231Z Compiling semver v1.0.27
23012026-03-24T20:39:50.255Z Compiling dyn-clone v1.0.20
23022026-03-24T20:39:50.335Z Compiling pin-project-lite v0.2.17
23032026-03-24T20:39:50.443Z Compiling schemars v0.8.22
23042026-03-24T20:39:50.461Z Compiling rustversion v1.0.22
23052026-03-24T20:39:50.479Z Compiling scopeguard v1.2.0
23062026-03-24T20:39:50.631Z Compiling lock_api v0.4.14
23072026-03-24T20:39:50.787Z Compiling socket2 v0.6.3
23082026-03-24T20:39:50.840Z Compiling portable-atomic v1.13.1
23092026-03-24T20:39:50.981Z Compiling bitflags v2.11.0
23102026-03-24T20:39:50.998Z Compiling allocator-api2 v0.2.21
23112026-03-24T20:39:51.073Z Compiling foldhash v0.2.0
23122026-03-24T20:39:51.348Z Compiling log v0.4.29
23132026-03-24T20:39:51.452Z Compiling equivalent v1.0.2
23142026-03-24T20:39:51.510Z Compiling signal-hook-registry v1.4.8
23152026-03-24T20:39:51.567Z Compiling synstructure v0.13.2
23162026-03-24T20:39:51.678Z Compiling serde_derive_internals v0.29.1
23172026-03-24T20:39:51.777Z Compiling hashbrown v0.16.1
23182026-03-24T20:39:52.082Z Compiling mio v1.1.1
23192026-03-24T20:39:52.104Z Compiling critical-section v1.2.0
23202026-03-24T20:39:52.249Z Compiling once_cell v1.21.4
23212026-03-24T20:39:52.284Z Compiling subtle v2.6.1
23222026-03-24T20:39:52.445Z Compiling typenum v1.19.0
23232026-03-24T20:39:52.516Z Compiling futures-core v0.3.32
23242026-03-24T20:39:52.655Z Compiling httparse v1.10.1
23252026-03-24T20:39:52.740Z Compiling ring v0.17.14
23262026-03-24T20:39:52.757Z Compiling cmake v0.1.57
23272026-03-24T20:39:52.939Z Compiling dunce v1.0.5
23282026-03-24T20:39:53.039Z Compiling fs_extra v1.3.0
23292026-03-24T20:39:53.073Z Compiling thiserror v1.0.69
23302026-03-24T20:39:53.122Z Compiling futures-sink v0.3.32
23312026-03-24T20:39:53.140Z Compiling slab v0.4.12
23322026-03-24T20:39:53.265Z Compiling rand_core v0.6.4
23332026-03-24T20:39:53.282Z Compiling rustix v1.1.4
23342026-03-24T20:39:53.391Z Compiling aws-lc-sys v0.39.0
23352026-03-24T20:39:53.409Z Compiling futures-channel v0.3.32
23362026-03-24T20:39:53.449Z Compiling indexmap v2.13.0
23372026-03-24T20:39:53.470Z Compiling serde_derive v1.0.228
23382026-03-24T20:39:53.491Z Compiling zerofrom-derive v0.1.6
23392026-03-24T20:39:53.607Z Compiling yoke-derive v0.8.1
23402026-03-24T20:39:53.749Z Compiling zerovec-derive v0.11.2
23412026-03-24T20:39:53.766Z Compiling displaydoc v0.2.5
23422026-03-24T20:39:54.220Z Compiling schemars_derive v0.8.22
23432026-03-24T20:39:54.337Z Compiling thiserror-impl v2.0.18
23442026-03-24T20:39:54.536Z Compiling tokio-macros v2.6.1
23452026-03-24T20:39:54.743Z Compiling zeroize_derive v1.4.3
23462026-03-24T20:39:54.975Z Compiling zerocopy-derive v0.8.47
23472026-03-24T20:39:55.158Z Compiling zerofrom v0.1.6
23482026-03-24T20:39:55.205Z Compiling futures-macro v0.3.32
23492026-03-24T20:39:55.328Z Compiling yoke v0.8.1
23502026-03-24T20:39:55.568Z Compiling zerovec v0.11.5
23512026-03-24T20:39:55.597Z Compiling zerotrie v0.2.3
23522026-03-24T20:39:55.632Z Compiling zeroize v1.8.2
23532026-03-24T20:39:55.872Z Compiling thiserror-impl v1.0.69
23542026-03-24T20:39:55.953Z Compiling futures-io v0.3.32
23552026-03-24T20:39:56.173Z Compiling futures-task v0.3.32
23562026-03-24T20:39:56.311Z Compiling tinystr v0.8.2
23572026-03-24T20:39:56.393Z Compiling potential_utf v0.1.4
23582026-03-24T20:39:56.461Z Compiling futures-util v0.3.32
23592026-03-24T20:39:56.535Z Compiling icu_locale_core v2.1.1
23602026-03-24T20:39:56.600Z Compiling icu_collections v2.1.1
23612026-03-24T20:39:57.521Z Compiling icu_provider v2.1.1
23622026-03-24T20:39:57.685Z Compiling generic-array v0.14.7
23632026-03-24T20:39:58.036Z Compiling smallvec v1.15.1
23642026-03-24T20:39:58.055Z Compiling bytes v1.11.1
23652026-03-24T20:39:58.059Z Compiling icu_properties v2.1.2
23662026-03-24T20:39:58.108Z Compiling chrono v0.4.44
23672026-03-24T20:39:58.259Z Compiling serde_tokenstream v0.2.3
23682026-03-24T20:39:58.424Z Compiling icu_normalizer v2.1.1
23692026-03-24T20:39:59.164Z Compiling parking_lot v0.12.5
23702026-03-24T20:39:59.745Z Compiling idna_adapter v1.2.1
23712026-03-24T20:39:59.938Z Compiling idna v1.1.0
23722026-03-24T20:39:59.962Z Compiling tokio v1.50.0
23732026-03-24T20:40:00.180Z Compiling tracing-attributes v0.1.31
23742026-03-24T20:40:00.325Z Compiling tracing-core v0.1.36
23752026-03-24T20:40:00.933Z Compiling url v2.5.8
23762026-03-24T20:40:01.123Z Compiling ucd-trie v0.1.7
23772026-03-24T20:40:01.437Z Compiling getrandom v0.3.4
23782026-03-24T20:40:01.865Z Compiling pest v2.8.6
23792026-03-24T20:40:01.912Z Compiling tracing v0.1.44
23802026-03-24T20:40:02.366Z Compiling http v1.4.0
23812026-03-24T20:40:02.622Z Compiling base64 v0.22.1
23822026-03-24T20:40:02.680Z Compiling regex-syntax v0.8.10
23832026-03-24T20:40:03.376Z Compiling fnv v1.0.7
23842026-03-24T20:40:03.522Z Compiling pest_meta v2.8.6
23852026-03-24T20:40:04.168Z Compiling rustls-pki-types v1.14.0
23862026-03-24T20:40:04.752Z Compiling pest_generator v2.8.6
23872026-03-24T20:40:05.257Z Compiling slog v2.8.2
23882026-03-24T20:40:05.371Z Compiling aho-corasick v1.1.4
23892026-03-24T20:40:05.563Z Compiling anyhow v1.0.102
23902026-03-24T20:40:05.622Z Compiling pest_derive v2.8.6
23912026-03-24T20:40:05.864Z Compiling erased-serde v0.3.31
23922026-03-24T20:40:05.987Z Compiling crypto-common v0.1.7
23932026-03-24T20:40:06.291Z Compiling untrusted v0.9.0
23942026-03-24T20:40:06.470Z Compiling ipnetwork v0.21.1
23952026-03-24T20:40:06.580Z Compiling regex-automata v0.4.14
23962026-03-24T20:40:07.379Z Compiling byteorder v1.5.0
23972026-03-24T20:40:07.654Z Compiling ipnet v2.12.0
23982026-03-24T20:40:08.724Z Compiling tokio-util v0.7.18
23992026-03-24T20:40:09.023Z Compiling regex v1.12.3
24002026-03-24T20:40:09.177Z Compiling paste v1.0.15
24012026-03-24T20:40:09.241Z Compiling time-core v0.1.8
24022026-03-24T20:40:09.592Z Compiling num-conv v0.2.0
24032026-03-24T20:40:09.781Z Compiling time-macros v0.2.27
24042026-03-24T20:40:10.208Z Compiling http-body v1.0.1
24052026-03-24T20:40:10.423Z Compiling strsim v0.11.1
24062026-03-24T20:40:10.628Z Compiling omicron-workspace-hack v0.1.0
24072026-03-24T20:40:10.834Z Compiling atomic-waker v1.1.2
24082026-03-24T20:40:10.912Z Compiling syn v1.0.109
24092026-03-24T20:40:11.367Z Compiling oxnet v0.1.4
24102026-03-24T20:40:11.394Z Compiling ppv-lite86 v0.2.21
24112026-03-24T20:40:11.881Z Compiling ryu v1.0.23
24122026-03-24T20:40:12.257Z Compiling try-lock v0.2.5
24132026-03-24T20:40:13.301Z Compiling tower-service v0.3.3
24142026-03-24T20:40:13.435Z Compiling tower-layer v0.3.3
24152026-03-24T20:40:13.503Z Compiling want v0.3.1
24162026-03-24T20:40:13.733Z Compiling h2 v0.4.13
24172026-03-24T20:40:14.373Z Compiling block-buffer v0.10.4
24182026-03-24T20:40:14.592Z Compiling scroll_derive v0.13.1
24192026-03-24T20:40:15.680Z Compiling httpdate v1.0.3
24202026-03-24T20:40:15.777Z Compiling pin-utils v0.1.0
24212026-03-24T20:40:15.880Z Compiling ident_case v1.0.1
24222026-03-24T20:40:16.044Z Compiling camino v1.2.2
24232026-03-24T20:40:16.163Z Compiling aws-lc-rs v1.16.2
24242026-03-24T20:40:16.475Z Compiling digest v0.10.7
24252026-03-24T20:40:16.572Z Compiling async-trait v0.1.89
24262026-03-24T20:40:16.812Z Compiling crossbeam-utils v0.8.21
24272026-03-24T20:40:17.209Z Compiling hyper v1.8.1
24282026-03-24T20:40:17.906Z Compiling pretty-hex v0.4.2
24292026-03-24T20:40:18.131Z Compiling untrusted v0.7.1
24302026-03-24T20:40:18.311Z Compiling serde_urlencoded v0.7.1
24312026-03-24T20:40:18.687Z Compiling http-body-util v0.1.3
24322026-03-24T20:40:19.018Z Compiling daft-derive v0.1.5
24332026-03-24T20:40:19.060Z Compiling hyper-util v0.1.20
24342026-03-24T20:40:20.014Z Compiling slog-async v2.8.0
24352026-03-24T20:40:20.712Z Compiling rustls v0.23.37
24362026-03-24T20:40:22.263Z Compiling usdt-impl v0.6.0
24372026-03-24T20:40:22.491Z Compiling scroll v0.13.0
24382026-03-24T20:40:22.574Z Compiling plain v0.2.3
24392026-03-24T20:40:22.613Z Compiling openapiv3 v2.2.0
24402026-03-24T20:40:22.693Z Compiling sync_wrapper v1.0.2
24412026-03-24T20:40:22.839Z Compiling goblin v0.10.5
24422026-03-24T20:40:22.889Z Compiling cpufeatures v0.2.17
24432026-03-24T20:40:22.993Z Compiling tower v0.5.3
24442026-03-24T20:40:23.083Z Compiling rand_core v0.9.5
24452026-03-24T20:40:23.430Z Compiling dtrace-parser v0.3.0
24462026-03-24T20:40:23.780Z Compiling webpki-roots v1.0.6
24472026-03-24T20:40:24.262Z Compiling regress v0.10.5
24482026-03-24T20:40:25.415Z Compiling thread-id v5.1.0
24492026-03-24T20:40:25.605Z Compiling iri-string v0.7.11
24502026-03-24T20:40:26.059Z Compiling powerfmt v0.2.0
24512026-03-24T20:40:26.407Z Compiling deranged v0.5.8
24522026-03-24T20:40:27.063Z Compiling dof v0.4.0
24532026-03-24T20:40:28.033Z Compiling tower-http v0.6.8
24542026-03-24T20:40:28.782Z Compiling num_threads v0.1.7
24552026-03-24T20:40:29.023Z Compiling rustls v0.22.4
24562026-03-24T20:40:29.216Z Compiling time v0.3.47
24572026-03-24T20:40:29.235Z Compiling rand_chacha v0.9.0
24582026-03-24T20:40:29.347Z Compiling hex v0.4.3
24592026-03-24T20:40:29.522Z Compiling rand v0.9.2
24602026-03-24T20:40:29.846Z Compiling usdt-macro v0.6.0
24612026-03-24T20:40:29.954Z Compiling usdt-attr-macro v0.6.0
24622026-03-24T20:40:30.495Z Compiling crossbeam-channel v0.5.15
24632026-03-24T20:40:31.010Z Compiling structmeta-derive v0.3.0
24642026-03-24T20:40:31.107Z Compiling multer v3.1.0
24652026-03-24T20:40:31.401Z Compiling ref-cast v1.0.25
24662026-03-24T20:40:31.816Z Compiling darling_core v0.23.0
24672026-03-24T20:40:32.197Z Compiling newtype-uuid-macros v0.1.0
24682026-03-24T20:40:32.465Z Compiling structmeta v0.3.0
24692026-03-24T20:40:32.745Z Compiling thread_local v1.1.9
24702026-03-24T20:40:33.195Z Compiling fastrand v2.3.0
24712026-03-24T20:40:33.277Z Compiling newtype-uuid v1.3.2
24722026-03-24T20:40:33.295Z Compiling futures-executor v0.3.32
24732026-03-24T20:40:33.443Z Compiling ref-cast-impl v1.0.25
24742026-03-24T20:40:33.635Z Compiling strum_macros v0.26.4
24752026-03-24T20:40:33.888Z Compiling async-stream-impl v0.3.6
24762026-03-24T20:40:34.237Z Compiling dropshot v0.16.7
24772026-03-24T20:40:34.372Z Compiling is-terminal v0.4.17
24782026-03-24T20:40:34.437Z Compiling winnow v1.0.0
24792026-03-24T20:40:34.505Z Compiling term v1.2.1
24802026-03-24T20:40:34.541Z Compiling take_mut v0.2.2
24812026-03-24T20:40:34.752Z Compiling daft v0.1.5
24822026-03-24T20:40:34.973Z Compiling slog-term v2.9.2
24832026-03-24T20:40:35.020Z Compiling darling_macro v0.23.0
24842026-03-24T20:40:35.123Z Compiling futures v0.3.32
24852026-03-24T20:40:35.458Z Compiling either v1.15.0
24862026-03-24T20:40:35.758Z Compiling darling v0.23.0
24872026-03-24T20:40:35.775Z Compiling tempfile v3.27.0
24882026-03-24T20:40:35.874Z Compiling serde_with_macros v3.18.0
24892026-03-24T20:40:36.267Z Compiling dropshot_endpoint v0.16.7
24902026-03-24T20:40:36.329Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24912026-03-24T20:40:36.743Z Compiling derive-ex v0.1.8
24922026-03-24T20:40:36.832Z Compiling rand_chacha v0.3.1
24932026-03-24T20:40:36.916Z Compiling strum_macros v0.27.2
24942026-03-24T20:40:37.404Z Compiling openssl-probe v0.2.1
24952026-03-24T20:40:37.650Z Compiling rustls-native-certs v0.8.3
24962026-03-24T20:40:37.722Z Compiling rand v0.8.5
24972026-03-24T20:40:38.048Z Compiling toml_parser v1.1.0+spec-1.1.0
24982026-03-24T20:40:38.668Z Compiling sha1 v0.10.6
24992026-03-24T20:40:38.828Z Compiling match_cfg v0.1.0
25002026-03-24T20:40:38.926Z Compiling winnow v0.7.15
25012026-03-24T20:40:38.962Z Compiling test-strategy v0.4.5
25022026-03-24T20:40:39.220Z Compiling hostname v0.3.1
25032026-03-24T20:40:39.426Z Compiling slog-json v2.6.1
25042026-03-24T20:40:39.731Z Compiling memmap2 v0.9.10
25052026-03-24T20:40:39.752Z Compiling slog-bunyan v2.5.0
25062026-03-24T20:40:40.447Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
25072026-03-24T20:40:41.603Z Compiling rustls-webpki v0.102.8
25082026-03-24T20:40:41.903Z Compiling serde_spanned v1.1.0
25092026-03-24T20:40:41.910Z Compiling toml_datetime v0.7.5+spec-1.1.0
25102026-03-24T20:40:42.483Z Compiling debug-ignore v1.0.5
25112026-03-24T20:40:42.632Z Compiling toml_writer v1.1.0+spec-1.1.0
25122026-03-24T20:40:42.795Z Compiling unicode-width v0.2.2
25132026-03-24T20:40:42.982Z Compiling toml v0.9.12+spec-1.1.0
25142026-03-24T20:40:43.003Z Compiling usdt v0.6.0
25152026-03-24T20:40:43.899Z Compiling parse-display-derive v0.10.0
25162026-03-24T20:40:45.021Z Compiling encoding_rs v0.8.35
25172026-03-24T20:40:46.053Z Compiling mime v0.3.17
25182026-03-24T20:40:46.695Z Compiling spin v0.9.8
25192026-03-24T20:40:46.899Z Compiling tokio-rustls v0.25.0
25202026-03-24T20:40:47.390Z Compiling strum v0.26.3
25212026-03-24T20:40:47.579Z Compiling async-stream v0.3.6
25222026-03-24T20:40:47.907Z Compiling waitgroup v0.1.2
25232026-03-24T20:40:48.125Z Compiling rustls-pemfile v2.2.0
25242026-03-24T20:40:48.335Z Compiling macaddr v1.0.1
25252026-03-24T20:40:48.357Z Compiling clap_derive v4.6.0
25262026-03-24T20:40:48.489Z Compiling serde_path_to_error v0.1.20
25272026-03-24T20:40:48.701Z Compiling wait-timeout v0.2.1
25282026-03-24T20:40:49.101Z Compiling hostname v0.4.2
25292026-03-24T20:40:49.295Z Compiling bit-vec v0.8.0
25302026-03-24T20:40:49.562Z Compiling quick-error v1.2.3
25312026-03-24T20:40:49.711Z Compiling utf8parse v0.2.2
25322026-03-24T20:40:49.859Z Compiling anstyle-parse v1.0.0
25332026-03-24T20:40:49.925Z Compiling rusty-fork v0.3.1
25342026-03-24T20:40:50.155Z Compiling bit-set v0.8.0
25352026-03-24T20:40:50.984Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
25362026-03-24T20:40:51.002Z Compiling serde_with v3.18.0
25372026-03-24T20:40:51.027Z Compiling rand_xorshift v0.4.0
25382026-03-24T20:40:51.243Z Compiling terminal_size v0.4.4
25392026-03-24T20:40:51.401Z Compiling colorchoice v1.0.5
25402026-03-24T20:40:51.567Z Compiling anstyle v1.0.14
25412026-03-24T20:40:51.570Z Compiling is_terminal_polyfill v1.70.2
25422026-03-24T20:40:51.570Z Compiling unarray v0.1.4
25432026-03-24T20:40:51.713Z Compiling anstyle-query v1.1.5
25442026-03-24T20:40:51.764Z Compiling proptest v1.11.0
25452026-03-24T20:40:51.856Z Compiling anstream v1.0.0
25462026-03-24T20:40:52.205Z Compiling strum v0.27.2
25472026-03-24T20:40:52.389Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-03-24T20:40:52.481Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25492026-03-24T20:40:52.505Z Compiling instant v0.1.13
25502026-03-24T20:40:52.760Z Compiling clap_lex v1.1.0
25512026-03-24T20:40:53.229Z Compiling clap_builder v4.6.0
25522026-03-24T20:40:54.093Z Compiling rustc-hash v2.1.1
25532026-03-24T20:40:54.434Z Compiling iddqd v0.3.17
25542026-03-24T20:40:54.673Z Compiling itertools v0.14.0
25552026-03-24T20:40:56.383Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25562026-03-24T20:40:56.574Z Compiling clap v4.6.0
25572026-03-24T20:40:58.857Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
25582026-03-24T20:40:59.559Z Compiling backon v1.6.0
25592026-03-24T20:41:00.877Z Compiling backoff v0.4.0
25602026-03-24T20:41:01.090Z Compiling parse-display v0.10.0
25612026-03-24T20:41:01.281Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25622026-03-24T20:41:01.742Z Compiling toml_datetime v0.6.11
25632026-03-24T20:41:02.130Z Compiling proc-macro-error-attr v1.0.4
25642026-03-24T20:41:02.906Z Compiling proc-macro-error v1.0.4
25652026-03-24T20:41:03.162Z Compiling unsafe-libyaml v0.2.11
25662026-03-24T20:41:03.480Z Compiling toml_datetime v1.1.0+spec-1.1.0
25672026-03-24T20:41:03.892Z Compiling serde_yaml v0.9.34+deprecated
25682026-03-24T20:41:04.073Z Compiling toml_edit v0.25.8+spec-1.1.0
25692026-03-24T20:41:06.507Z Compiling zerocopy-derive v0.7.35
25702026-03-24T20:41:06.766Z Compiling crucible-workspace-hack v0.1.0
25712026-03-24T20:41:06.968Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-03-24T20:41:07.885Z Compiling proc-macro-crate v3.5.0
25732026-03-24T20:41:08.417Z Compiling darling_core v0.21.3
25742026-03-24T20:41:08.539Z Compiling crossbeam-epoch v0.9.18
25752026-03-24T20:41:09.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25762026-03-24T20:41:09.422Z Compiling heck v0.4.1
25772026-03-24T20:41:09.729Z Compiling num_enum_derive v0.7.6
25782026-03-24T20:41:10.567Z Compiling typify-impl v0.6.1
25792026-03-24T20:41:10.670Z Compiling foreign-types-macros v0.2.3
25802026-03-24T20:41:11.456Z Compiling darling_macro v0.21.3
25812026-03-24T20:41:11.634Z Compiling foreign-types-shared v0.3.1
25822026-03-24T20:41:11.800Z Compiling colored v3.1.1
25832026-03-24T20:41:12.035Z Compiling cpufeatures v0.3.0
25842026-03-24T20:41:12.133Z Compiling chacha20 v0.10.0
25852026-03-24T20:41:12.153Z Compiling darling v0.21.3
25862026-03-24T20:41:12.643Z Compiling foreign-types v0.5.0
25872026-03-24T20:41:12.748Z Compiling num_enum v0.7.6
25882026-03-24T20:41:14.125Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25892026-03-24T20:41:14.165Z Compiling cstr-argument v0.1.2
25902026-03-24T20:41:14.370Z Compiling memoffset v0.9.1
25912026-03-24T20:41:14.582Z Compiling cfg_aliases v0.2.1
25922026-03-24T20:41:14.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
25932026-03-24T20:41:14.669Z Compiling tinyvec_macros v0.1.1
25942026-03-24T20:41:14.689Z Compiling prettyplease v0.2.37
25952026-03-24T20:41:14.747Z Compiling heapless v0.8.0
25962026-03-24T20:41:14.765Z Compiling convert_case v0.4.0
25972026-03-24T20:41:15.171Z Compiling derive_more v0.99.20
25982026-03-24T20:41:15.296Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25992026-03-24T20:41:15.341Z Compiling tinyvec v1.11.0
26002026-03-24T20:41:15.359Z Compiling nix v0.31.2
26012026-03-24T20:41:15.432Z Compiling typify-macro v0.6.1
26022026-03-24T20:41:15.917Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26032026-03-24T20:41:16.341Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26042026-03-24T20:41:16.452Z Compiling rand v0.10.0
26052026-03-24T20:41:16.469Z Compiling ingot-macros v0.1.1
26062026-03-24T20:41:16.632Z Compiling zerocopy v0.7.35
26072026-03-24T20:41:17.449Z Compiling tabwriter v1.4.1
26082026-03-24T20:41:17.556Z Compiling hash32 v0.3.1
26092026-03-24T20:41:17.812Z Compiling secrecy v0.10.3
26102026-03-24T20:41:17.876Z Compiling scroll_derive v0.12.1
26112026-03-24T20:41:17.920Z Compiling usdt-impl v0.5.0
26122026-03-24T20:41:18.055Z Compiling pkg-config v0.3.32
26132026-03-24T20:41:18.093Z Compiling smoltcp v0.11.0
26142026-03-24T20:41:18.255Z Compiling data-encoding v2.10.0
26152026-03-24T20:41:18.392Z Compiling winnow v0.5.40
26162026-03-24T20:41:18.807Z Compiling scroll v0.12.0
26172026-03-24T20:41:19.199Z Compiling dof v0.3.0
26182026-03-24T20:41:20.125Z Compiling ingot-types v0.1.2
26192026-03-24T20:41:20.350Z Compiling toml_edit v0.19.15
26202026-03-24T20:41:20.789Z Compiling dtrace-parser v0.2.0
26212026-03-24T20:41:21.162Z Compiling itertools v0.12.1
26222026-03-24T20:41:21.243Z Compiling cobs v0.3.0
26232026-03-24T20:41:21.703Z Compiling thread-id v4.2.2
26242026-03-24T20:41:21.814Z Compiling managed v0.8.0
26252026-03-24T20:41:21.892Z Compiling bitflags v1.3.2
26262026-03-24T20:41:21.994Z Compiling rayon-core v1.13.0
26272026-03-24T20:41:22.046Z Compiling static_assertions v1.1.0
26282026-03-24T20:41:22.244Z Compiling rustix v0.38.44
26292026-03-24T20:41:22.816Z Compiling proc-macro-crate v1.3.1
26302026-03-24T20:41:23.171Z Compiling postcard v1.1.3
26312026-03-24T20:41:23.805Z Compiling ingot v0.1.1
26322026-03-24T20:41:24.528Z Compiling goblin v0.8.2
26332026-03-24T20:41:24.546Z Compiling typify v0.6.1
26342026-03-24T20:41:25.109Z Compiling crossbeam-deque v0.8.6
26352026-03-24T20:41:26.883Z Compiling hubpack_derive v0.1.1
26362026-03-24T20:41:26.900Z Compiling rustc_version v0.4.1
26372026-03-24T20:41:27.133Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26382026-03-24T20:41:27.267Z Compiling num-integer v0.1.46
26392026-03-24T20:41:27.902Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26402026-03-24T20:41:29.749Z Compiling hubpack v0.1.2
26412026-03-24T20:41:29.868Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26422026-03-24T20:41:30.072Z Compiling curve25519-dalek v4.1.3
26432026-03-24T20:41:32.183Z Compiling progenitor-impl v0.13.0
26442026-03-24T20:41:32.871Z Compiling num_enum_derive v0.5.11
26452026-03-24T20:41:33.671Z Compiling reqwest v0.12.28
26462026-03-24T20:41:34.891Z Compiling rustls-webpki v0.103.10
26472026-03-24T20:41:36.435Z Compiling hmac v0.12.1
26482026-03-24T20:41:36.626Z Compiling inout v0.1.4
26492026-03-24T20:41:36.859Z Compiling serde_spanned v0.6.9
26502026-03-24T20:41:37.052Z Compiling ff v0.13.1
26512026-03-24T20:41:37.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26522026-03-24T20:41:37.597Z Compiling bstr v1.12.1
26532026-03-24T20:41:37.734Z Compiling toml_write v0.1.2
26542026-03-24T20:41:38.431Z Compiling toml_edit v0.22.27
26552026-03-24T20:41:39.571Z Compiling group v0.13.0
26562026-03-24T20:41:39.726Z Compiling cipher v0.4.4
26572026-03-24T20:41:39.752Z Compiling hkdf v0.12.4
26582026-03-24T20:41:40.057Z Compiling progenitor-macro v0.13.0
26592026-03-24T20:41:40.654Z Compiling tokio-rustls v0.26.4
26602026-03-24T20:41:41.048Z Compiling hyper-rustls v0.27.7
26612026-03-24T20:41:41.754Z Compiling rustls-platform-verifier v0.6.2
26622026-03-24T20:41:42.536Z Compiling reqwest v0.13.2
26632026-03-24T20:41:44.281Z Compiling progenitor-client v0.10.0
26642026-03-24T20:41:44.611Z Compiling progenitor-client v0.13.0
26652026-03-24T20:41:45.853Z Compiling progenitor-extras v0.1.1
26662026-03-24T20:41:46.177Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
26672026-03-24T20:41:46.505Z Compiling num_enum v0.5.11
26682026-03-24T20:41:48.102Z Compiling rayon v1.11.0
26692026-03-24T20:41:51.187Z Compiling num-rational v0.4.2
26702026-03-24T20:41:52.499Z Compiling num-iter v0.1.45
26712026-03-24T20:41:52.678Z Compiling usdt-attr-macro v0.5.0
26722026-03-24T20:41:53.725Z Compiling usdt-macro v0.5.0
26732026-03-24T20:41:56.573Z Compiling zone_cfg_derive v0.3.1
26742026-03-24T20:42:00.131Z Compiling camino-tempfile v1.4.1
26752026-03-24T20:42:00.727Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
26762026-03-24T20:42:00.948Z Compiling thiserror-impl-no-std v2.0.2
26772026-03-24T20:42:04.312Z Compiling universal-hash v0.5.1
26782026-03-24T20:42:04.323Z Compiling crypto-bigint v0.5.5
26792026-03-24T20:42:04.324Z Compiling half v2.7.1
26802026-03-24T20:42:04.324Z Compiling curve25519-dalek-derive v0.1.1
26812026-03-24T20:42:04.324Z Compiling enum-as-inner v0.6.1
26822026-03-24T20:42:04.324Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26832026-03-24T20:42:04.324Z Compiling num-complex v0.4.6
26842026-03-24T20:42:04.324Z Compiling memmap v0.7.0
26852026-03-24T20:42:04.324Z Compiling lazy_static v1.5.0
26862026-03-24T20:42:04.375Z Compiling base64ct v1.8.3
26872026-03-24T20:42:04.375Z Compiling base16ct v0.2.0
26882026-03-24T20:42:04.375Z Compiling ciborium-io v0.2.2
26892026-03-24T20:42:04.375Z Compiling opaque-debug v0.3.1
26902026-03-24T20:42:04.375Z Compiling elliptic-curve v0.13.8
26912026-03-24T20:42:04.375Z Compiling poly1305 v0.8.0
26922026-03-24T20:42:04.375Z Compiling ciborium-ll v0.2.2
26932026-03-24T20:42:04.375Z Compiling num v0.4.3
26942026-03-24T20:42:04.375Z Compiling password-hash v0.5.0
26952026-03-24T20:42:04.375Z Compiling usdt v0.5.0
26962026-03-24T20:42:04.375Z Compiling thiserror-no-std v2.0.2
26972026-03-24T20:42:04.375Z Compiling zone v0.3.1
26982026-03-24T20:42:04.375Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
26992026-03-24T20:42:04.736Z Compiling progenitor v0.13.0
27002026-03-24T20:42:04.934Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27012026-03-24T20:42:05.071Z Compiling toml v0.8.23
27022026-03-24T20:42:05.625Z Compiling chacha20 v0.9.1
27032026-03-24T20:42:05.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27042026-03-24T20:42:06.612Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27052026-03-24T20:42:07.005Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27062026-03-24T20:42:07.782Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27072026-03-24T20:42:08.117Z Compiling byte-wrapper v0.1.0
27082026-03-24T20:42:08.255Z Compiling blake2 v0.10.6
27092026-03-24T20:42:08.328Z Compiling smf v0.2.3
27102026-03-24T20:42:08.681Z Compiling aead v0.5.2
27112026-03-24T20:42:08.804Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27122026-03-24T20:42:09.112Z Compiling num-derive v0.4.2
27132026-03-24T20:42:09.157Z Compiling sigpipe v0.1.3
27142026-03-24T20:42:09.253Z Compiling glob v0.3.3
27152026-03-24T20:42:09.284Z Compiling float-ord v0.3.2
27162026-03-24T20:42:09.441Z Compiling vcpkg v0.2.15
27172026-03-24T20:42:09.525Z Compiling indent_write v2.2.0
27182026-03-24T20:42:09.737Z Compiling keccak v0.1.6
27192026-03-24T20:42:09.804Z Compiling semver v0.1.20
27202026-03-24T20:42:10.164Z Compiling jiff v0.2.23
27212026-03-24T20:42:10.217Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27222026-03-24T20:42:10.403Z Compiling bytecount v0.6.9
27232026-03-24T20:42:10.550Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27242026-03-24T20:42:10.727Z Compiling openssl-sys v0.9.112
27252026-03-24T20:42:11.435Z Compiling rustc_version v0.1.7
27262026-03-24T20:42:11.456Z Compiling sha3 v0.10.8
27272026-03-24T20:42:11.632Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27282026-03-24T20:42:11.713Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27292026-03-24T20:42:11.991Z Compiling chacha20poly1305 v0.10.1
27302026-03-24T20:42:12.197Z Compiling argon2 v0.5.3
27312026-03-24T20:42:12.873Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27322026-03-24T20:42:13.131Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27332026-03-24T20:42:13.529Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27342026-03-24T20:42:13.967Z Compiling vsss-rs v3.3.4
27352026-03-24T20:42:14.097Z Compiling ciborium v0.2.2
27362026-03-24T20:42:14.247Z Compiling atomicwrites v0.4.4
27372026-03-24T20:42:14.619Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27382026-03-24T20:42:15.226Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27392026-03-24T20:42:15.400Z Compiling resolv-conf v0.7.6
27402026-03-24T20:42:16.182Z Compiling linked-hash-map v0.5.6
27412026-03-24T20:42:16.374Z Compiling whoami v1.6.1
27422026-03-24T20:42:16.474Z Compiling lru-cache v0.1.2
27432026-03-24T20:42:17.135Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27442026-03-24T20:42:18.053Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27452026-03-24T20:42:18.198Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27462026-03-24T20:42:18.631Z Compiling newtype_derive v0.1.6
27472026-03-24T20:42:19.015Z Compiling hickory-proto v0.24.4
27482026-03-24T20:42:19.037Z Compiling similar v2.7.0
27492026-03-24T20:42:20.321Z Compiling serde-big-array v0.5.1
27502026-03-24T20:42:20.539Z Compiling pin-project-internal v1.1.11
27512026-03-24T20:42:22.019Z Compiling serde_repr v0.1.20
27522026-03-24T20:42:22.074Z Compiling derive-where v1.6.1
27532026-03-24T20:42:22.490Z Compiling owo-colors v4.3.0
27542026-03-24T20:42:22.805Z Compiling minimal-lexical v0.2.1
27552026-03-24T20:42:22.944Z Compiling unicode-segmentation v1.13.0
27562026-03-24T20:42:23.068Z Compiling swrite v0.1.0
27572026-03-24T20:42:23.172Z Compiling siphasher v1.0.2
27582026-03-24T20:42:23.221Z Compiling nom v7.1.3
27592026-03-24T20:42:23.464Z Compiling newline-converter v0.3.0
27602026-03-24T20:42:23.659Z Compiling phf_shared v0.12.1
27612026-03-24T20:42:23.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-03-24T20:42:23.878Z Compiling pin-project v1.1.11
27632026-03-24T20:42:23.971Z Compiling hickory-resolver v0.24.4
27642026-03-24T20:42:24.063Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27652026-03-24T20:42:25.156Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27662026-03-24T20:42:26.936Z Compiling unicode-normalization v0.1.25
27672026-03-24T20:42:27.741Z Compiling console v0.15.11
27682026-03-24T20:42:29.132Z Compiling tokio-stream v0.1.18
27692026-03-24T20:42:29.147Z Compiling snafu-derive v0.8.9
27702026-03-24T20:42:29.393Z Compiling async-recursion v1.1.1
27712026-03-24T20:42:29.447Z Compiling slog-dtrace v0.3.0
27722026-03-24T20:42:29.763Z Compiling csv-core v0.1.13
27732026-03-24T20:42:29.908Z Compiling foldhash v0.1.5
27742026-03-24T20:42:30.217Z Compiling foreign-types-shared v0.1.1
27752026-03-24T20:42:30.297Z Compiling unicode-xid v0.2.6
27762026-03-24T20:42:30.326Z Compiling openssl v0.10.76
27772026-03-24T20:42:30.345Z Compiling same-file v1.0.6
27782026-03-24T20:42:30.468Z Compiling cancel-safe-futures v0.1.5
27792026-03-24T20:42:30.585Z Compiling highway v1.3.0
27802026-03-24T20:42:30.686Z Compiling chrono-tz v0.10.4
27812026-03-24T20:42:30.796Z Compiling unicode-width v0.1.14
27822026-03-24T20:42:31.027Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27832026-03-24T20:42:31.281Z Compiling walkdir v2.5.0
27842026-03-24T20:42:31.503Z Compiling const_format_proc_macros v0.2.34
27852026-03-24T20:42:31.614Z Compiling snafu v0.8.9
27862026-03-24T20:42:32.204Z Compiling foreign-types v0.3.2
27872026-03-24T20:42:32.315Z Compiling hashbrown v0.15.5
27882026-03-24T20:42:32.337Z Compiling csv v1.4.0
27892026-03-24T20:42:32.612Z Compiling qorb v0.4.1
27902026-03-24T20:42:32.631Z Compiling expectorate v1.2.0
27912026-03-24T20:42:32.921Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27922026-03-24T20:42:33.243Z Compiling olpc-cjson v0.1.4
27932026-03-24T20:42:33.626Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27942026-03-24T20:42:33.659Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27952026-03-24T20:42:35.621Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27962026-03-24T20:42:35.897Z Compiling phf v0.12.1
27972026-03-24T20:42:36.902Z Compiling tokio-dtrace v0.1.1
27982026-03-24T20:42:37.339Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
27992026-03-24T20:42:38.711Z Compiling globset v0.4.18
28002026-03-24T20:42:38.731Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28012026-03-24T20:42:39.553Z Compiling num-derive v0.3.3
28022026-03-24T20:42:40.442Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28032026-03-24T20:42:40.803Z Compiling libsw-core v0.3.2
28042026-03-24T20:42:40.823Z Compiling pem v3.0.6
28052026-03-24T20:42:41.049Z Compiling serde_plain v1.0.2
28062026-03-24T20:42:41.209Z Compiling openssl-macros v0.1.1
28072026-03-24T20:42:41.423Z Compiling cookie v0.18.1
28082026-03-24T20:42:41.688Z Compiling typed-path v0.9.3
28092026-03-24T20:42:41.741Z Compiling fixedbitset v0.4.2
28102026-03-24T20:42:41.797Z Compiling smawk v0.3.2
28112026-03-24T20:42:41.940Z Compiling unicode-linebreak v0.1.5
28122026-03-24T20:42:42.096Z Compiling fixedbitset v0.5.7
28132026-03-24T20:42:42.229Z Compiling textwrap v0.16.2
28142026-03-24T20:42:42.313Z Compiling petgraph v0.6.5
28152026-03-24T20:42:42.490Z Compiling petgraph v0.8.3
28162026-03-24T20:42:43.672Z Compiling tough v0.20.0
28172026-03-24T20:42:44.991Z Compiling libsw v3.5.0
28182026-03-24T20:42:45.171Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28192026-03-24T20:42:45.241Z Compiling libscf-sys v1.1.0
28202026-03-24T20:42:45.435Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28212026-03-24T20:42:45.521Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28222026-03-24T20:42:45.753Z Compiling oxide-tokio-rt v0.1.3
28232026-03-24T20:42:46.563Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28242026-03-24T20:42:46.837Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28252026-03-24T20:42:49.334Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28262026-03-24T20:42:51.935Z Compiling const_format v0.2.35
28272026-03-24T20:42:52.607Z Compiling papergrid v0.11.0
28282026-03-24T20:42:52.763Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28292026-03-24T20:42:52.953Z Compiling gethostname v0.5.0
28302026-03-24T20:42:53.009Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28312026-03-24T20:42:53.155Z Compiling tabled_derive v0.7.0
28322026-03-24T20:42:56.755Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28332026-03-24T20:42:57.080Z Compiling bcs v0.1.6
28342026-03-24T20:42:57.481Z Compiling tagptr v0.2.0
28352026-03-24T20:42:57.604Z Compiling linear-map v1.2.0
28362026-03-24T20:42:57.711Z Compiling termtree v0.5.1
28372026-03-24T20:42:57.939Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28382026-03-24T20:42:58.513Z Compiling moka v0.12.15
28392026-03-24T20:42:59.258Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28402026-03-24T20:42:59.307Z Compiling tabled v0.15.0
28412026-03-24T20:43:00.169Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28422026-03-24T20:43:00.214Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28432026-03-24T20:43:00.486Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28442026-03-24T20:43:00.769Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28452026-03-24T20:43:02.012Z Compiling steno v0.4.1
28462026-03-24T20:43:02.774Z Compiling hickory-proto v0.25.2
28472026-03-24T20:43:07.900Z Compiling humantime v2.3.0
28482026-03-24T20:43:08.486Z Compiling hickory-resolver v0.25.2
28492026-03-24T20:43:08.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28502026-03-24T20:43:09.467Z Compiling typify-impl v0.4.3
28512026-03-24T20:43:09.717Z Compiling parking_lot_core v0.8.6
28522026-03-24T20:43:10.087Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28532026-03-24T20:43:11.739Z Compiling crc32fast v1.5.0
28542026-03-24T20:43:12.796Z Compiling crunchy v0.2.4
28552026-03-24T20:43:13.087Z Compiling parking_lot v0.11.2
28562026-03-24T20:43:13.560Z Compiling fxhash v0.2.1
28572026-03-24T20:43:13.665Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28582026-03-24T20:43:13.753Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28592026-03-24T20:43:14.023Z Compiling tiny-keccak v2.0.2
28602026-03-24T20:43:14.077Z Compiling sled v0.34.7
28612026-03-24T20:43:14.571Z Compiling typify-macro v0.4.3
28622026-03-24T20:43:15.377Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28632026-03-24T20:43:16.709Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28642026-03-24T20:43:16.715Z Compiling typify v0.4.3
28652026-03-24T20:43:16.853Z Compiling internet-checksum v0.2.1
28662026-03-24T20:43:16.890Z Compiling const-random-macro v0.1.16
28672026-03-24T20:43:17.036Z Compiling smartstring v1.0.1
28682026-03-24T20:43:17.419Z Compiling ahash v0.8.12
28692026-03-24T20:43:17.536Z Compiling const-random v0.1.18
28702026-03-24T20:43:17.814Z Compiling proc-macro-error-attr2 v2.0.0
28712026-03-24T20:43:18.416Z Compiling proc-macro-error2 v2.0.1
28722026-03-24T20:43:18.826Z Compiling thin-vec v0.2.14
28732026-03-24T20:43:18.907Z Compiling rhai_codegen v3.1.0
28742026-03-24T20:43:19.267Z Compiling arc-swap v1.9.0
28752026-03-24T20:43:19.678Z Compiling slog-scope v4.4.1
28762026-03-24T20:43:19.733Z Compiling tabled_derive v0.11.0
28772026-03-24T20:43:20.208Z Compiling progenitor-impl v0.11.2
28782026-03-24T20:43:20.595Z Compiling rhai v1.24.0
28792026-03-24T20:43:21.245Z Compiling papergrid v0.17.0
28802026-03-24T20:43:23.315Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28812026-03-24T20:43:24.112Z Compiling testing_table v0.3.0
28822026-03-24T20:43:24.642Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28832026-03-24T20:43:24.956Z Compiling nom v8.0.0
28842026-03-24T20:43:25.295Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28852026-03-24T20:43:32.127Z Compiling tabled v0.20.0
28862026-03-24T20:43:32.184Z Compiling progenitor-macro v0.11.2
28872026-03-24T20:43:32.184Z Compiling slog-stdlog v4.1.1
28882026-03-24T20:43:32.184Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28892026-03-24T20:43:34.995Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
28902026-03-24T20:43:38.620Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28912026-03-24T20:43:39.040Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28922026-03-24T20:43:39.912Z Compiling progenitor-client v0.11.2
28932026-03-24T20:43:40.585Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
28942026-03-24T20:43:41.661Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
28952026-03-24T20:43:42.410Z Compiling dropshot-api-manager-types v0.5.2
28962026-03-24T20:43:43.195Z Compiling progenitor v0.11.2
28972026-03-24T20:43:43.402Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
28982026-03-24T20:43:45.477Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
28992026-03-24T20:43:45.599Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29002026-03-24T20:43:47.490Z Compiling slog-envlogger v2.2.0
29012026-03-24T20:43:51.176Z Compiling crc8 v0.1.1
29022026-03-24T20:43:51.332Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29032026-03-24T20:43:52.143Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
29042026-03-24T20:43:53.101Z Compiling progenitor-impl v0.10.0
29052026-03-24T20:43:56.143Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
29062026-03-24T20:43:56.506Z Compiling lzma-sys v0.1.20
29072026-03-24T20:43:57.069Z Compiling fs-err v3.3.0
29082026-03-24T20:43:57.181Z Compiling utf-8 v0.7.6
29092026-03-24T20:43:57.393Z Compiling typeid v1.0.3
29102026-03-24T20:43:57.611Z Compiling tungstenite v0.21.0
29112026-03-24T20:43:57.939Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
29122026-03-24T20:43:59.169Z Compiling progenitor-macro v0.10.0
29132026-03-24T20:44:04.274Z Compiling cargo_toml v0.22.3
29142026-03-24T20:44:04.435Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29152026-03-24T20:44:05.478Z Compiling sha2 v0.10.9
29162026-03-24T20:44:06.483Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29172026-03-24T20:44:06.977Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29182026-03-24T20:44:07.721Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29192026-03-24T20:44:07.913Z Compiling progenitor v0.10.0
29202026-03-24T20:44:08.121Z Compiling tokio-tungstenite v0.21.0
29212026-03-24T20:44:09.010Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
29222026-03-24T20:44:09.522Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
29232026-03-24T20:44:09.997Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29242026-03-24T20:44:10.914Z Compiling console v0.16.3
29252026-03-24T20:44:12.623Z Compiling git-stub v1.0.0
29262026-03-24T20:44:13.225Z Compiling is_ci v1.2.0
29272026-03-24T20:44:13.447Z Compiling base64 v0.21.7
29282026-03-24T20:44:13.465Z Compiling unit-prefix v0.5.2
29292026-03-24T20:44:13.682Z Compiling indicatif v0.18.4
29302026-03-24T20:44:14.109Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29312026-03-24T20:44:14.941Z Compiling supports-color v3.0.2
29322026-03-24T20:44:15.263Z Compiling git-stub-vcs v0.1.0
29332026-03-24T20:44:16.206Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29342026-03-24T20:44:16.274Z Compiling ron v0.12.0
29352026-03-24T20:44:17.180Z Compiling xz2 v0.1.7
29362026-03-24T20:44:17.592Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
29372026-03-24T20:44:18.183Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
29382026-03-24T20:44:19.333Z Compiling drift v0.1.3
29392026-03-24T20:44:20.038Z Compiling base16ct v1.0.0
29402026-03-24T20:44:20.365Z Compiling dropshot-api-manager v0.5.2
29412026-03-24T20:44:21.238Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29422026-03-24T20:44:22.753Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
29432026-03-24T20:44:25.537Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
29442026-03-24T20:44:27.257Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
29452026-03-24T20:44:28.509Z Compiling natord v1.0.9
29462026-03-24T20:44:28.879Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
29472026-03-24T20:44:28.996Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
29482026-03-24T20:44:31.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
29492026-03-24T20:44:35.386Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
29502026-03-24T20:44:35.892Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
29512026-03-24T20:44:41.057Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
29522026-03-24T20:44:42.162Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
29532026-03-24T20:44:42.521Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
29542026-03-24T20:44:51.331Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
29552026-03-24T20:45:02.646Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
29562026-03-24T20:45:24.357Z Finished `release` profile [optimized] target(s) in 5m 39s
29572026-03-24T20:45:24.570Z
29582026-03-24T20:45:24.574Zreal 5:39.700937812
29592026-03-24T20:45:24.574Zuser 39:03.059486309
29602026-03-24T20:45:24.574Zsys 3:24.707371995
29612026-03-24T20:45:24.574Ztrap 1.016699179
29622026-03-24T20:45:24.574Ztflt 1.890698378
29632026-03-24T20:45:24.574Zdflt 1.210045967
29642026-03-24T20:45:24.574Zkflt 0.001674749
29652026-03-24T20:45:24.574Zlock 2:40:48.048890327
29662026-03-24T20:45:24.574Zslp 1:54:07.195143723
29672026-03-24T20:45:24.574Zlat 2:49.618356132
29682026-03-24T20:45:24.574Zstop 4:45.712317974
29692026-03-24T20:45:24.574Z+ for x in debug release
29702026-03-24T20:45:24.574Z+ mkdir -p /work/debug
29712026-03-24T20:45:24.577Z+ cp target/debug/ddmd /work/debug/ddmd
29722026-03-24T20:45:25.138Z+ cp target/debug/ddmadm /work/debug/ddmadm
29732026-03-24T20:45:25.531Z+ cp target/debug/mgd /work/debug/mgd
29742026-03-24T20:45:26.272Z+ cp target/debug/mgadm /work/debug/mgadm
29752026-03-24T20:45:26.743Z+ for x in debug release
29762026-03-24T20:45:26.743Z+ mkdir -p /work/release
29772026-03-24T20:45:26.747Z+ cp target/release/ddmd /work/release/ddmd
29782026-03-24T20:45:26.870Z+ cp target/release/ddmadm /work/release/ddmadm
29792026-03-24T20:45:26.967Z+ cp target/release/mgd /work/release/mgd
29802026-03-24T20:45:27.042Z+ cp target/release/mgadm /work/release/mgadm
29812026-03-24T20:45:27.158Z+ cp target/release/falcon-lab /work/release/falcon-lab
29822026-03-24T20:45:27.231Zprocess exited: duration 914916 ms, exit code 0
 
29832026-03-24T20:45:27.250Zfound 9 output files
29842026-03-24T20:45:27.250Zuploading: /work/debug/ddmadm (514337648 bytes)
29852026-03-24T20:45:33.689Zuploaded: /work/debug/ddmadm
29862026-03-24T20:45:33.689Zuploading: /work/debug/ddmd (609456000 bytes)
29872026-03-24T20:45:43.355Zuploaded: /work/debug/ddmd
29882026-03-24T20:45:43.355Zuploading: /work/debug/mgadm (601994216 bytes)
29892026-03-24T20:45:52.043Zuploaded: /work/debug/mgadm
29902026-03-24T20:45:52.043Zuploading: /work/debug/mgd (694655112 bytes)
29912026-03-24T20:46:02.125Zuploaded: /work/debug/mgd
29922026-03-24T20:46:02.125Zuploading: /work/release/ddmadm (49147424 bytes)
29932026-03-24T20:46:03.719Zuploaded: /work/release/ddmadm
29942026-03-24T20:46:03.719Zuploading: /work/release/ddmd (61025632 bytes)
29952026-03-24T20:46:05.578Zuploaded: /work/release/ddmd
29962026-03-24T20:46:05.578Zuploading: /work/release/falcon-lab (34925192 bytes)
29972026-03-24T20:46:06.973Zuploaded: /work/release/falcon-lab
29982026-03-24T20:46:06.973Zuploading: /work/release/mgadm (58619856 bytes)
29992026-03-24T20:46:08.528Zuploaded: /work/release/mgadm
30002026-03-24T20:46:08.539Zuploading: /work/release/mgd (77465976 bytes)
30012026-03-24T20:46:10.227Zuploaded: /work/release/mgd