01KMZVA2QJHN334VEQS0GY7H8X: 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: 01KMZVAWF2FDNZQPENWKA71DN0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:06:37.638Zjob assigned to worker 01KMZVB2T8JDZW6NJFVVDVMP6R [factory aws, i-01a1b7f680af2345a] (queued for 48 s)
 
22026-03-30T17:06:44.451Zstarting task 0: "setup"
32026-03-30T17:06:44.455Z++ uname -s
42026-03-30T17:06:44.459Z+ kern=SunOS
52026-03-30T17:06:44.459Z+ build_user=build
62026-03-30T17:06:44.459Z+ build_uid=12345
72026-03-30T17:06:44.459Z+ work_dir=/work
82026-03-30T17:06:44.459Z+ input_dir=/input
92026-03-30T17:06:44.459Z+ [[ 0 == 12345 ]]
102026-03-30T17:06:44.459Z+ case "$kern" in
112026-03-30T17:06:44.459Z+ groupadd -g 12345 build
122026-03-30T17:06:44.462Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:06:46.466Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:06:46.587Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:06:46.590Z+ home_fs=zfs
162026-03-30T17:06:46.590Z+ [[ zfs == autofs ]]
172026-03-30T17:06:46.590Z+ mkdir -p /home/build
182026-03-30T17:06:46.590Z+ chown build:build /home/build /work
192026-03-30T17:06:47.591Z+ chmod 0700 /home/build /work
202026-03-30T17:06:47.594Zprocess exited: duration 3144 ms, exit code 0
 
212026-03-30T17:06:47.600Zstarting task 1: "rust-toolchain"
222026-03-30T17:06:47.604Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:06:47.604Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T17:06:47.604Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-30T17:06:47.604Z * rust toolchain channel = "stable"
262026-03-30T17:06:47.604Z * rust toolchain profile = "default"
272026-03-30T17:06:47.604Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:06:47.608Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:06:47.608Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:06:47.728Zinfo: downloading installer
312026-03-30T17:06:49.155Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:06:49.156Zwarn: /opt/ooce/bin
332026-03-30T17:06:49.156Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:06:49.156Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:06:49.156Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:06:49.156Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:06:49.156Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:06:49.156Zerror: cannot install while Rust is installed
392026-03-30T17:06:49.156Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:06:49.156Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:06:49.156Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:06:49.156Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:06:49.156Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:06:49.166Zinfo: profile set to default
452026-03-30T17:06:49.166Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:06:49.166Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:06:49.287Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:06:49.291Zinfo: downloading 6 components
492026-03-30T17:07:05.118Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:07:05.118Z
512026-03-30T17:07:05.144Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:07:05.144Z
532026-03-30T17:07:05.144Z
542026-03-30T17:07:05.144ZRust is installed now. Great!
552026-03-30T17:07:05.144Z
562026-03-30T17:07:05.144ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:07:05.144Zenvironment variable. This has not been done automatically.
582026-03-30T17:07:05.144Z
592026-03-30T17:07:05.144ZTo configure your current shell, you need to source
602026-03-30T17:07:05.144Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:07:05.144Z
622026-03-30T17:07:05.144ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:07:05.144Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:07:05.144Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:07:05.144Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:07:05.144Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:07:05.144Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:07:05.145Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:07:05.148Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:07:05.148Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:07:05.233Z+ rustup --version
722026-03-30T17:07:05.243Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:07:05.247Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:07:05.264Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:07:05.267Z+ cargo --version
762026-03-30T17:07:05.280Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:07:05.283Z+ rustc --version
782026-03-30T17:07:05.302Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:07:05.305Zprocess exited: duration 17703 ms, exit code 0
 
802026-03-30T17:07:05.311Zstarting task 2: "authentication"
812026-03-30T17:07:05.327Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T17:07:05.335Zstarting task 3: "clone repository"
832026-03-30T17:07:05.338Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:07:05.341Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:07:05.538ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:07:06.470Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:07:06.474Z+ git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f
882026-03-30T17:07:06.751ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:07:06.751Z * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD
902026-03-30T17:07:06.814Z+ [[ -n trey/map_cleanup ]]
912026-03-30T17:07:06.821Z++ git branch --show-current
922026-03-30T17:07:06.821Z+ current=main
932026-03-30T17:07:06.821Z+ [[ main != trey/map_cleanup ]]
942026-03-30T17:07:06.821Z+ git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f
952026-03-30T17:07:06.821Z+ git checkout -f trey/map_cleanup
962026-03-30T17:07:06.821ZSwitched to branch 'trey/map_cleanup'
972026-03-30T17:07:06.821Z+ git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f
982026-03-30T17:07:06.821ZHEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup
992026-03-30T17:07:06.821Zprocess exited: duration 1451 ms, exit code 0
 
1002026-03-30T17:07:06.831Zstarting task 4: "build"
1012026-03-30T17:07:06.834Z+ pfexec pkg install clang-15
1022026-03-30T17:07:15.845Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-03-30T17:07:22.656Z Startup: Caching catalogs ... Done
1042026-03-30T17:07:26.730ZPlanning: Solver setup ... Done
1052026-03-30T17:07:26.746ZPlanning: Running solver ... Done
1062026-03-30T17:07:26.859ZPlanning: Finding local manifests ... Done
1072026-03-30T17:07:26.875ZPlanning: Fetching manifests: 0/2 0% complete
1082026-03-30T17:07:26.966ZPlanning: Fetching manifests: 2/2 100% complete
1092026-03-30T17:07:26.995ZPlanning: Package planning ... Done
1102026-03-30T17:07:27.021ZPlanning: Merging actions ... Done
1112026-03-30T17:07:27.149ZPlanning: Checking for conflicting actions ... Done
1122026-03-30T17:07:27.155ZPlanning: Consolidating action changes ... Done
1132026-03-30T17:07:28.569ZPlanning: Evaluating mediators ... Done
1142026-03-30T17:07:28.575ZPlanning: Planning completed in 5.76 seconds
1152026-03-30T17:07:28.588Z Packages to install: 2
1162026-03-30T17:07:28.588Z Mediators to change: 2
1172026-03-30T17:07:28.588Z Services to change: 1
1182026-03-30T17:07:28.588Z Create boot environment: No
1192026-03-30T17:07:28.591ZCreate backup boot environment: No
1202026-03-30T17:07:28.658Z
1212026-03-30T17:07:28.658ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-03-30T17:07:33.780ZDownload: 1999/3076 items 117.9/211.3MB 55% complete (24.1M/s)
1232026-03-30T17:07:38.780ZDownload: 2970/3076 items 169.7/211.3MB 80% complete (16.0M/s)
1242026-03-30T17:07:44.054ZDownload: 3074/3076 items 208.2/211.3MB 98% complete (12.8M/s)
1252026-03-30T17:07:44.101ZDownload: Completed 211.31 MB in 15.44 seconds (13.7M/s)
1262026-03-30T17:07:44.233Z Actions: 1/3418 actions (Installing new actions)
1272026-03-30T17:07:47.444Z Actions: Completed 3418 actions in 3.21 seconds.
1282026-03-30T17:07:48.050Z Done
1292026-03-30T17:07:48.050Z Done
1302026-03-30T17:07:48.755Z Done
1312026-03-30T17:07:52.143Z Done
1322026-03-30T17:07:52.216Z Done
1332026-03-30T17:07:52.219Z Done
1342026-03-30T17:07:52.504Z Done
1352026-03-30T17:07:53.140Z+ cargo --version
1362026-03-30T17:07:53.148Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1372026-03-30T17:07:53.292Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1382026-03-30T17:07:53.295Zinfo: downloading 6 components
1392026-03-30T17:08:09.360Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1402026-03-30T17:08:09.363Z+ rustc --version
1412026-03-30T17:08:09.392Zrustc 1.94.1 (e408947bf 2026-03-25)
1422026-03-30T17:08:09.396Z+ banner check
1432026-03-30T17:08:09.399Z
1442026-03-30T17:08:09.399Z #### # # ###### #### # #
1452026-03-30T17:08:09.399Z # # # # # # # # #
1462026-03-30T17:08:09.399Z # ###### ##### # ####
1472026-03-30T17:08:09.399Z # # # # # # #
1482026-03-30T17:08:09.399Z # # # # # # # # #
1492026-03-30T17:08:09.400Z #### # # ###### #### # #
1502026-03-30T17:08:09.400Z
1512026-03-30T17:08:09.400Z+ cargo fmt -- --check
1522026-03-30T17:08:09.782Z+ cargo clippy --all-targets -- --deny warnings
1532026-03-30T17:08:09.896Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-03-30T17:08:10.549ZFrom https://github.com/oxidecomputer/falcon
1552026-03-30T17:08:10.549Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
1562026-03-30T17:08:10.627Z Updating crates.io index
1572026-03-30T17:08:10.631Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-03-30T17:08:11.394ZFrom https://github.com/oxidecomputer/dendrite
1592026-03-30T17:08:11.394Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1602026-03-30T17:08:11.458Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-03-30T17:08:11.741ZFrom https://github.com/oxidecomputer/ispf
1622026-03-30T17:08:11.741Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1632026-03-30T17:08:11.942Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-03-30T17:08:12.333ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-03-30T17:08:12.333Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1662026-03-30T17:08:12.341Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-03-30T17:08:20.307ZFrom https://github.com/oxidecomputer/omicron
1682026-03-30T17:08:20.307Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
1692026-03-30T17:08:20.730Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-03-30T17:08:21.368ZFrom https://github.com/oxidecomputer/opte
1712026-03-30T17:08:21.368Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
1722026-03-30T17:08:21.399Z Updating git repository `https://github.com/illumos/smf-rs`
1732026-03-30T17:08:21.676ZFrom https://github.com/illumos/smf-rs
1742026-03-30T17:08:21.676Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1752026-03-30T17:08:22.137Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1762026-03-30T17:08:22.426ZFrom https://github.com/oxidecomputer/network-interface
1772026-03-30T17:08:22.426Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1782026-03-30T17:08:22.658Z Updating git repository `https://github.com/oxidecomputer/zone`
1792026-03-30T17:08:22.960ZFrom https://github.com/oxidecomputer/zone
1802026-03-30T17:08:22.960Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1812026-03-30T17:08:22.988Z Updating git repository `https://github.com/oxidecomputer/propolis`
1822026-03-30T17:08:24.232ZFrom https://github.com/oxidecomputer/propolis
1832026-03-30T17:08:24.232Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1842026-03-30T17:08:24.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1852026-03-30T17:08:24.889ZFrom https://github.com/oxidecomputer/transceiver-control
1862026-03-30T17:08:24.889Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
1872026-03-30T17:08:25.148Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1882026-03-30T17:08:25.436ZFrom https://github.com/oxidecomputer/dlpi-sys
1892026-03-30T17:08:25.436Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1902026-03-30T17:08:25.451Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1912026-03-30T17:08:25.759ZFrom https://github.com/jmesmon/rust-libzfs
1922026-03-30T17:08:25.759Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1932026-03-30T17:08:25.768Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1942026-03-30T17:08:26.037ZFrom https://github.com/oxidecomputer/rusty-doors
1952026-03-30T17:08:26.038Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1962026-03-30T17:08:26.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
1972026-03-30T17:08:26.430ZFrom https://github.com/oxidecomputer/lldp
1982026-03-30T17:08:26.430Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
1992026-03-30T17:08:26.533Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2002026-03-30T17:08:26.788ZFrom https://github.com/oxidecomputer/slog-error-chain
2012026-03-30T17:08:26.788Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2022026-03-30T17:08:26.861Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-03-30T17:08:27.181ZFrom https://github.com/oxidecomputer/tufaceous
2042026-03-30T17:08:27.181Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2052026-03-30T17:08:27.210Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-03-30T17:08:27.706ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-03-30T17:08:27.707Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2082026-03-30T17:08:27.950Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-03-30T17:08:28.783ZFrom https://github.com/oxidecomputer/crucible
2102026-03-30T17:08:28.783Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-03-30T17:08:29.465Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-03-30T17:08:29.755ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-03-30T17:08:29.755Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-03-30T17:08:30.137Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-03-30T17:08:30.537ZFrom https://github.com/oxidecomputer/propolis
2162026-03-30T17:08:30.537Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
2172026-03-30T17:08:31.003Z Updating git repository `https://github.com/oxidecomputer/tofino`
2182026-03-30T17:08:31.289ZFrom https://github.com/oxidecomputer/tofino
2192026-03-30T17:08:31.289Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2202026-03-30T17:08:31.295Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2212026-03-30T17:08:31.804ZFrom https://github.com/oxidecomputer/maghemite
2222026-03-30T17:08:31.804Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
2232026-03-30T17:08:31.846Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-03-30T17:08:32.139ZFrom https://github.com/oxidecomputer/clickward
2252026-03-30T17:08:32.139Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2262026-03-30T17:08:32.175Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2272026-03-30T17:08:32.455ZFrom https://github.com/oxidecomputer/illumos-devinfo
2282026-03-30T17:08:32.455Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2292026-03-30T17:08:32.661Z Updating git repository `https://github.com/oxidecomputer/crucible`
2302026-03-30T17:08:32.984ZFrom https://github.com/oxidecomputer/crucible
2312026-03-30T17:08:32.984Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
2322026-03-30T17:08:34.021Z Downloading crates ...
2332026-03-30T17:08:34.088Z Downloaded atomicwrites v0.4.4
2342026-03-30T17:08:34.092Z Downloaded cpufeatures v0.2.17
2352026-03-30T17:08:34.096Z Downloaded const-random-macro v0.1.16
2362026-03-30T17:08:34.104Z Downloaded dof v0.3.0
2372026-03-30T17:08:34.107Z Downloaded anstyle-parse v1.0.0
2382026-03-30T17:08:34.111Z Downloaded defmt v1.0.1
2392026-03-30T17:08:34.114Z Downloaded fxhash v0.2.1
2402026-03-30T17:08:34.114Z Downloaded form_urlencoded v1.2.2
2412026-03-30T17:08:34.120Z Downloaded diff v0.1.13
2422026-03-30T17:08:34.123Z Downloaded colorchoice v1.0.5
2432026-03-30T17:08:34.123Z Downloaded deranged v0.5.8
2442026-03-30T17:08:34.128Z Downloaded fs_extra v1.3.0
2452026-03-30T17:08:34.128Z Downloaded futures-core v0.3.32
2462026-03-30T17:08:34.131Z Downloaded foreign-types v0.3.2
2472026-03-30T17:08:34.131Z Downloaded defmt-macros v1.0.1
2482026-03-30T17:08:34.134Z Downloaded futures-io v0.3.32
2492026-03-30T17:08:34.137Z Downloaded backoff v0.4.0
2502026-03-30T17:08:34.140Z Downloaded darling v0.23.0
2512026-03-30T17:08:34.143Z Downloaded generic-array v0.14.7
2522026-03-30T17:08:34.147Z Downloaded aead v0.5.2
2532026-03-30T17:08:34.152Z Downloaded curve25519-dalek-derive v0.1.1
2542026-03-30T17:08:34.152Z Downloaded dof v0.4.0
2552026-03-30T17:08:34.155Z Downloaded foreign-types v0.5.0
2562026-03-30T17:08:34.155Z Downloaded argon2 v0.5.3
2572026-03-30T17:08:34.158Z Downloaded crc8 v0.1.1
2582026-03-30T17:08:34.158Z Downloaded getrandom v0.4.2
2592026-03-30T17:08:34.162Z Downloaded crunchy v0.2.4
2602026-03-30T17:08:34.165Z Downloaded erased-serde v0.3.31
2612026-03-30T17:08:34.168Z Downloaded cfg_aliases v0.2.1
2622026-03-30T17:08:34.171Z Downloaded csv-core v0.1.13
2632026-03-30T17:08:34.171Z Downloaded base64ct v1.8.3
2642026-03-30T17:08:34.174Z Downloaded darling_macro v0.23.0
2652026-03-30T17:08:34.177Z Downloaded hex v0.4.3
2662026-03-30T17:08:34.181Z Downloaded hubpack v0.1.2
2672026-03-30T17:08:34.181Z Downloaded hash32 v0.3.1
2682026-03-30T17:08:34.184Z Downloaded dyn-clone v1.0.20
2692026-03-30T17:08:34.187Z Downloaded foreign-types-shared v0.3.1
2702026-03-30T17:08:34.187Z Downloaded hmac v0.12.1
2712026-03-30T17:08:34.190Z Downloaded darling_macro v0.21.3
2722026-03-30T17:08:34.190Z Downloaded dunce v1.0.5
2732026-03-30T17:08:34.194Z Downloaded bit-set v0.8.0
2742026-03-30T17:08:34.197Z Downloaded getrandom v0.2.17
2752026-03-30T17:08:34.197Z Downloaded async-stream v0.3.6
2762026-03-30T17:08:34.200Z Downloaded http-body v1.0.1
2772026-03-30T17:08:34.204Z Downloaded httpdate v1.0.3
2782026-03-30T17:08:34.204Z Downloaded hostname v0.3.1
2792026-03-30T17:08:34.207Z Downloaded crossbeam-deque v0.8.6
2802026-03-30T17:08:34.207Z Downloaded futures-task v0.3.32
2812026-03-30T17:08:34.212Z Downloaded ahash v0.8.12
2822026-03-30T17:08:34.215Z Downloaded hostname v0.4.2
2832026-03-30T17:08:34.215Z Downloaded debug-ignore v1.0.5
2842026-03-30T17:08:34.218Z Downloaded foreign-types-shared v0.1.1
2852026-03-30T17:08:34.218Z Downloaded gethostname v0.5.0
2862026-03-30T17:08:34.221Z Downloaded fnv v1.0.7
2872026-03-30T17:08:34.224Z Downloaded colored v3.1.1
2882026-03-30T17:08:34.229Z Downloaded errno v0.3.14
2892026-03-30T17:08:34.229Z Downloaded float-ord v0.3.2
2902026-03-30T17:08:34.232Z Downloaded idna_adapter v1.2.1
2912026-03-30T17:08:34.232Z Downloaded ident_case v1.0.1
2922026-03-30T17:08:34.232Z Downloaded fixedbitset v0.4.2
2932026-03-30T17:08:34.235Z Downloaded embedded-io v0.4.0
2942026-03-30T17:08:34.238Z Downloaded itoa v1.0.18
2952026-03-30T17:08:34.241Z Downloaded instant v0.1.13
2962026-03-30T17:08:34.241Z Downloaded indent_write v2.2.0
2972026-03-30T17:08:34.245Z Downloaded heck v0.5.0
2982026-03-30T17:08:34.245Z Downloaded lazy_static v1.5.0
2992026-03-30T17:08:34.248Z Downloaded is_terminal_polyfill v1.70.2
3002026-03-30T17:08:34.248Z Downloaded camino-tempfile v1.4.1
3012026-03-30T17:08:34.252Z Downloaded derive-ex v0.1.8
3022026-03-30T17:08:34.252Z Downloaded http-body-util v0.1.3
3032026-03-30T17:08:34.255Z Downloaded inout v0.1.4
3042026-03-30T17:08:34.258Z Downloaded is_ci v1.2.0
3052026-03-30T17:08:34.258Z Downloaded futures v0.3.32
3062026-03-30T17:08:34.262Z Downloaded glob v0.3.3
3072026-03-30T17:08:34.265Z Downloaded ff v0.13.1
3082026-03-30T17:08:34.268Z Downloaded keccak v0.1.6
3092026-03-30T17:08:34.268Z Downloaded libscf-sys v1.1.0
3102026-03-30T17:08:34.273Z Downloaded is-terminal v0.4.17
3112026-03-30T17:08:34.273Z Downloaded lru-cache v0.1.2
3122026-03-30T17:08:34.276Z Downloaded mime v0.3.17
3132026-03-30T17:08:34.276Z Downloaded newline-converter v0.3.0
3142026-03-30T17:08:34.276Z Downloaded macaddr v1.0.1
3152026-03-30T17:08:34.279Z Downloaded lru-slab v0.1.2
3162026-03-30T17:08:34.282Z Downloaded managed v0.8.0
3172026-03-30T17:08:34.282Z Downloaded daft-derive v0.1.5
3182026-03-30T17:08:34.285Z Downloaded drift v0.1.3
3192026-03-30T17:08:34.289Z Downloaded futures-macro v0.3.32
3202026-03-30T17:08:34.293Z Downloaded either v1.15.0
3212026-03-30T17:08:34.296Z Downloaded highway v1.3.0
3222026-03-30T17:08:34.296Z Downloaded backon v1.6.0
3232026-03-30T17:08:34.299Z Downloaded ingot v0.1.1
3242026-03-30T17:08:34.302Z Downloaded globset v0.4.18
3252026-03-30T17:08:34.305Z Downloaded hubpack_derive v0.1.1
3262026-03-30T17:08:34.305Z Downloaded foldhash v0.2.0
3272026-03-30T17:08:34.305Z Downloaded newtype_derive v0.1.6
3282026-03-30T17:08:34.308Z Downloaded num v0.4.3
3292026-03-30T17:08:34.308Z Downloaded num-derive v0.4.2
3302026-03-30T17:08:34.311Z Downloaded natord v1.0.9
3312026-03-30T17:08:34.311Z Downloaded no-std-compat v0.4.1
3322026-03-30T17:08:34.314Z Downloaded num-derive v0.3.3
3332026-03-30T17:08:34.314Z Downloaded num-conv v0.2.0
3342026-03-30T17:08:34.317Z Downloaded olpc-cjson v0.1.4
3352026-03-30T17:08:34.317Z Downloaded internet-checksum v0.2.1
3362026-03-30T17:08:34.321Z Downloaded cargo_toml v0.22.3
3372026-03-30T17:08:34.321Z Downloaded libsw v3.5.0
3382026-03-30T17:08:34.324Z Downloaded num-iter v0.1.45
3392026-03-30T17:08:34.324Z Downloaded num_threads v0.1.7
3402026-03-30T17:08:34.327Z Downloaded opaque-debug v0.3.1
3412026-03-30T17:08:34.327Z Downloaded linear-map v1.2.0
3422026-03-30T17:08:34.330Z Downloaded iana-time-zone v0.1.65
3432026-03-30T17:08:34.330Z Downloaded openssl-macros v0.1.1
3442026-03-30T17:08:34.333Z Downloaded bitflags v2.11.0
3452026-03-30T17:08:34.336Z Downloaded console v0.15.11
3462026-03-30T17:08:34.336Z Downloaded percent-encoding v2.3.2
3472026-03-30T17:08:34.339Z Downloaded cookie v0.18.1
3482026-03-30T17:08:34.340Z Downloaded lock_api v0.4.14
3492026-03-30T17:08:34.342Z Downloaded daft v0.1.5
3502026-03-30T17:08:34.346Z Downloaded openssl-probe v0.2.1
3512026-03-30T17:08:34.346Z Downloaded clap_derive v4.6.0
3522026-03-30T17:08:34.349Z Downloaded libsw-core v0.3.2
3532026-03-30T17:08:34.349Z Downloaded humantime v2.3.0
3542026-03-30T17:08:34.352Z Downloaded futures-channel v0.3.32
3552026-03-30T17:08:34.352Z Downloaded anyhow v1.0.102
3562026-03-30T17:08:34.355Z Downloaded omicron-workspace-hack v0.1.0
3572026-03-30T17:08:34.355Z Downloaded blake2 v0.10.6
3582026-03-30T17:08:34.358Z Downloaded darling v0.21.3
3592026-03-30T17:08:34.361Z Downloaded newtype-uuid v1.3.2
3602026-03-30T17:08:34.364Z Downloaded crossbeam-epoch v0.9.18
3612026-03-30T17:08:34.364Z Downloaded potential_utf v0.1.4
3622026-03-30T17:08:34.367Z Downloaded multer v3.1.0
3632026-03-30T17:08:34.367Z Downloaded powerfmt v0.2.0
3642026-03-30T17:08:34.371Z Downloaded proc-macro-crate v1.3.1
3652026-03-30T17:08:34.371Z Downloaded ciborium v0.2.2
3662026-03-30T17:08:34.374Z Downloaded phf_shared v0.12.1
3672026-03-30T17:08:34.374Z Downloaded pin-utils v0.1.0
3682026-03-30T17:08:34.377Z Downloaded ingot-types v0.1.2
3692026-03-30T17:08:34.377Z Downloaded ingot-macros v0.1.1
3702026-03-30T17:08:34.380Z Downloaded plain v0.2.3
3712026-03-30T17:08:34.380Z Downloaded getrandom v0.3.4
3722026-03-30T17:08:34.383Z Downloaded num-integer v0.1.46
3732026-03-30T17:08:34.386Z Downloaded proc-macro-error-attr2 v2.0.0
3742026-03-30T17:08:34.386Z Downloaded num_enum v0.7.6
3752026-03-30T17:08:34.389Z Downloaded proc-macro-error-attr v1.0.4
3762026-03-30T17:08:34.393Z Downloaded proc-macro-crate v3.5.0
3772026-03-30T17:08:34.393Z Downloaded pretty-hex v0.4.2
3782026-03-30T17:08:34.393Z Downloaded num_enum v0.5.11
3792026-03-30T17:08:34.396Z Downloaded hashbrown v0.12.3
3802026-03-30T17:08:34.399Z Downloaded progenitor-client v0.11.2
3812026-03-30T17:08:34.402Z Downloaded num-rational v0.4.2
3822026-03-30T17:08:34.402Z Downloaded derive_more v0.99.20
3832026-03-30T17:08:34.405Z Downloaded progenitor-macro v0.13.0
3842026-03-30T17:08:34.409Z Downloaded progenitor-client v0.10.0
3852026-03-30T17:08:34.409Z Downloaded num_enum_derive v0.7.6
3862026-03-30T17:08:34.409Z Downloaded litemap v0.8.1
3872026-03-30T17:08:34.412Z Downloaded owo-colors v4.3.0
3882026-03-30T17:08:34.412Z Downloaded quick-error v1.2.3
3892026-03-30T17:08:34.416Z Downloaded oxnet v0.1.4
3902026-03-30T17:08:34.416Z Downloaded progenitor-macro v0.10.0
3912026-03-30T17:08:34.419Z Downloaded paste v1.0.15
3922026-03-30T17:08:34.419Z Downloaded ref-cast v1.0.25
3932026-03-30T17:08:34.422Z Downloaded oxide-tokio-rt v0.1.3
3942026-03-30T17:08:34.425Z Downloaded rand_xorshift v0.4.0
3952026-03-30T17:08:34.425Z Downloaded progenitor-macro v0.11.2
3962026-03-30T17:08:34.425Z Downloaded password-hash v0.5.0
3972026-03-30T17:08:34.430Z Downloaded parking_lot_core v0.8.6
3982026-03-30T17:08:34.430Z Downloaded base64 v0.21.7
3992026-03-30T17:08:34.433Z Downloaded derive-where v1.6.1
4002026-03-30T17:08:34.436Z Downloaded pin-project-lite v0.2.17
4012026-03-30T17:08:34.439Z Downloaded rustc_version v0.4.1
4022026-03-30T17:08:34.439Z Downloaded httparse v1.10.1
4032026-03-30T17:08:34.442Z Downloaded dropshot_endpoint v0.16.7
4042026-03-30T17:08:34.442Z Downloaded rustc_version v0.1.7
4052026-03-30T17:08:34.445Z Downloaded icu_provider v2.1.1
4062026-03-30T17:08:34.445Z Downloaded icu_properties v2.1.2
4072026-03-30T17:08:34.449Z Downloaded pkg-config v0.3.32
4082026-03-30T17:08:34.449Z Downloaded rand_chacha v0.3.1
4092026-03-30T17:08:34.458Z Downloaded parse-display-derive v0.10.0
4102026-03-30T17:08:34.458Z Downloaded num-complex v0.4.6
4112026-03-30T17:08:34.461Z Downloaded indexmap v1.9.3
4122026-03-30T17:08:34.461Z Downloaded ppv-lite86 v0.2.21
4132026-03-30T17:08:34.461Z Downloaded poly1305 v0.8.0
4142026-03-30T17:08:34.461Z Downloaded ref-cast-impl v1.0.25
4152026-03-30T17:08:34.461Z Downloaded phf v0.12.1
4162026-03-30T17:08:34.461Z Downloaded progenitor v0.13.0
4172026-03-30T17:08:34.464Z Downloaded parse-display v0.10.0
4182026-03-30T17:08:34.464Z Downloaded rustc-hash v2.1.1
4192026-03-30T17:08:34.467Z Downloaded pin-project-internal v1.1.11
4202026-03-30T17:08:34.467Z Downloaded hickory-resolver v0.25.2
4212026-03-30T17:08:34.471Z Downloaded progenitor-extras v0.1.1
4222026-03-30T17:08:34.475Z Downloaded progenitor-client v0.13.0
4232026-03-30T17:08:34.475Z Downloaded progenitor v0.11.2
4242026-03-30T17:08:34.475Z Downloaded progenitor v0.10.0
4252026-03-30T17:08:34.478Z Downloaded proc-macro-error2 v2.0.1
4262026-03-30T17:08:34.478Z Downloaded proc-macro-error v1.0.4
4272026-03-30T17:08:34.481Z Downloaded same-file v1.0.6
4282026-03-30T17:08:34.481Z Downloaded chacha20poly1305 v0.10.1
4292026-03-30T17:08:34.484Z Downloaded once_cell v1.21.4
4302026-03-30T17:08:34.484Z Downloaded darling_core v0.23.0
4312026-03-30T17:08:34.487Z Downloaded parking_lot v0.12.5
4322026-03-30T17:08:34.490Z Downloaded rand_core v0.6.4
4332026-03-30T17:08:34.490Z Downloaded parking_lot v0.11.2
4342026-03-30T17:08:34.493Z Downloaded serde_plain v1.0.2
4352026-03-30T17:08:34.493Z Downloaded scroll_derive v0.13.1
4362026-03-30T17:08:34.496Z Downloaded rand_core v0.10.0
4372026-03-30T17:08:34.496Z Downloaded memmap2 v0.9.10
4382026-03-30T17:08:34.499Z Downloaded crc32fast v1.5.0
4392026-03-30T17:08:34.499Z Downloaded semver v0.1.20
4402026-03-30T17:08:34.502Z Downloaded scroll_derive v0.12.1
4412026-03-30T17:08:34.502Z Downloaded rand_chacha v0.9.0
4422026-03-30T17:08:34.502Z Downloaded cc v1.2.57
4432026-03-30T17:08:34.505Z Downloaded darling_core v0.21.3
4442026-03-30T17:08:34.508Z Downloaded rand_core v0.9.5
4452026-03-30T17:08:34.511Z Downloaded scopeguard v1.2.0
4462026-03-30T17:08:34.511Z Downloaded pest_generator v2.8.6
4472026-03-30T17:08:34.514Z Downloaded pest_derive v2.8.6
4482026-03-30T17:08:34.514Z Downloaded parking_lot_core v0.9.12
4492026-03-30T17:08:34.517Z Downloaded icu_normalizer v2.1.1
4502026-03-30T17:08:34.520Z Downloaded half v2.7.1
4512026-03-30T17:08:34.520Z Downloaded sha1 v0.10.6
4522026-03-30T17:08:34.523Z Downloaded postcard v1.1.3
4532026-03-30T17:08:34.523Z Downloaded secrecy v0.10.3
4542026-03-30T17:08:34.526Z Downloaded rusty-fork v0.3.1
4552026-03-30T17:08:34.526Z Downloaded const_format v0.2.35
4562026-03-30T17:08:34.529Z Downloaded heapless v0.8.0
4572026-03-30T17:08:34.532Z Downloaded serde-big-array v0.5.1
4582026-03-30T17:08:34.532Z Downloaded icu_locale_core v2.1.1
4592026-03-30T17:08:34.536Z Downloaded serde_spanned v1.1.0
4602026-03-30T17:08:34.539Z Downloaded serial_test_derive v3.4.0
4612026-03-30T17:08:34.539Z Downloaded serde_spanned v0.6.9
4622026-03-30T17:08:34.539Z Downloaded elliptic-curve v0.13.8
4632026-03-30T17:08:34.542Z Downloaded bytecount v0.6.9
4642026-03-30T17:08:34.545Z Downloaded siphasher v1.0.2
4652026-03-30T17:08:34.545Z Downloaded slog-bunyan v2.5.0
4662026-03-30T17:08:34.545Z Downloaded clap v4.6.0
4672026-03-30T17:08:34.551Z Downloaded rustls-native-certs v0.8.3
4682026-03-30T17:08:34.554Z Downloaded log v0.4.29
4692026-03-30T17:08:34.557Z Downloaded arc-swap v1.9.0
4702026-03-30T17:08:34.557Z Downloaded rustls-pemfile v2.2.0
4712026-03-30T17:08:34.560Z Downloaded num_enum_derive v0.5.11
4722026-03-30T17:08:34.560Z Downloaded serial_test v3.4.0
4732026-03-30T17:08:34.563Z Downloaded sdd v3.0.10
4742026-03-30T17:08:34.563Z Downloaded hyper-rustls v0.27.7
4752026-03-30T17:08:34.566Z Downloaded sigpipe v0.1.3
4762026-03-30T17:08:34.566Z Downloaded scroll v0.13.0
4772026-03-30T17:08:34.569Z Downloaded quinn-udp v0.5.14
4782026-03-30T17:08:34.569Z Downloaded semver v1.0.27
4792026-03-30T17:08:34.572Z Downloaded hashbrown v0.15.5
4802026-03-30T17:08:34.575Z Downloaded strsim v0.11.1
4812026-03-30T17:08:34.575Z Downloaded structmeta-derive v0.3.0
4822026-03-30T17:08:34.575Z Downloaded serde_tokenstream v0.2.3
4832026-03-30T17:08:34.579Z Downloaded serde_path_to_error v0.1.20
4842026-03-30T17:08:34.579Z Downloaded papergrid v0.17.0
4852026-03-30T17:08:34.582Z Downloaded papergrid v0.11.0
4862026-03-30T17:08:34.584Z Downloaded icu_normalizer_data v2.1.1
4872026-03-30T17:08:34.587Z Downloaded rhai_codegen v3.1.0
4882026-03-30T17:08:34.591Z Downloaded schemars_derive v0.8.22
4892026-03-30T17:08:34.594Z Downloaded strum v0.26.3
4902026-03-30T17:08:34.594Z Downloaded structmeta v0.3.0
4912026-03-30T17:08:34.594Z Downloaded hickory-resolver v0.24.4
4922026-03-30T17:08:34.597Z Downloaded tabled_derive v0.7.0
4932026-03-30T17:08:34.597Z Downloaded icu_collections v2.1.1
4942026-03-30T17:08:34.600Z Downloaded rustversion v1.0.22
4952026-03-30T17:08:34.603Z Downloaded jiff-static v0.2.23
4962026-03-30T17:08:34.606Z Downloaded pin-project v1.1.11
4972026-03-30T17:08:34.610Z Downloaded spin v0.5.2
4982026-03-30T17:08:34.613Z Downloaded sha2 v0.10.9
4992026-03-30T17:08:34.613Z Downloaded slog-envlogger v2.2.0
5002026-03-30T17:08:34.616Z Downloaded num-traits v0.2.19
5012026-03-30T17:08:34.616Z Downloaded stable_deref_trait v1.2.1
5022026-03-30T17:08:34.619Z Downloaded terminal_size v0.4.4
5032026-03-30T17:08:34.619Z Downloaded indicatif v0.18.4
5042026-03-30T17:08:34.622Z Downloaded slab v0.4.12
5052026-03-30T17:08:34.622Z Downloaded slog-async v2.8.0
5062026-03-30T17:08:34.625Z Downloaded serde_repr v0.1.20
5072026-03-30T17:08:34.625Z Downloaded serde_derive_internals v0.29.1
5082026-03-30T17:08:34.625Z Downloaded strum v0.27.2
5092026-03-30T17:08:34.628Z Downloaded progenitor-impl v0.13.0
5102026-03-30T17:08:34.628Z Downloaded sync_wrapper v1.0.2
5112026-03-30T17:08:34.631Z Downloaded swrite v0.1.0
5122026-03-30T17:08:34.631Z Downloaded slog-stdlog v4.1.1
5132026-03-30T17:08:34.631Z Downloaded slog-scope v4.4.1
5142026-03-30T17:08:34.634Z Downloaded slog-dtrace v0.3.0
5152026-03-30T17:08:34.634Z Downloaded crypto-bigint v0.5.5
5162026-03-30T17:08:34.637Z Downloaded quote v1.0.45
5172026-03-30T17:08:34.640Z Downloaded testing_table v0.3.0
5182026-03-30T17:08:34.640Z Downloaded proc-macro2 v1.0.106
5192026-03-30T17:08:34.643Z Downloaded thread-id v4.2.2
5202026-03-30T17:08:34.643Z Downloaded thiserror-impl-no-std v2.0.2
5212026-03-30T17:08:34.643Z Downloaded serde_urlencoded v0.7.1
5222026-03-30T17:08:34.646Z Downloaded static_assertions v1.1.0
5232026-03-30T17:08:34.646Z Downloaded signal-hook-registry v1.4.8
5242026-03-30T17:08:34.646Z Downloaded base64 v0.22.1
5252026-03-30T17:08:34.649Z Downloaded progenitor-impl v0.10.0
5262026-03-30T17:08:34.652Z Downloaded take_mut v0.2.2
5272026-03-30T17:08:34.652Z Downloaded tabwriter v1.4.1
5282026-03-30T17:08:34.652Z Downloaded shlex v1.3.0
5292026-03-30T17:08:34.655Z Downloaded tagptr v0.2.0
5302026-03-30T17:08:34.655Z Downloaded pest_meta v2.8.6
5312026-03-30T17:08:34.655Z Downloaded dropshot-api-manager v0.5.2
5322026-03-30T17:08:34.658Z Downloaded supports-color v3.0.2
5332026-03-30T17:08:34.658Z Downloaded rustls-platform-verifier v0.6.2
5342026-03-30T17:08:34.661Z Downloaded tinyvec_macros v0.1.1
5352026-03-30T17:08:34.661Z Downloaded termtree v0.5.1
5362026-03-30T17:08:34.664Z Downloaded rustls-pki-types v1.14.0
5372026-03-30T17:08:34.664Z Downloaded pem v3.0.6
5382026-03-30T17:08:34.667Z Downloaded resolv-conf v0.7.6
5392026-03-30T17:08:34.667Z Downloaded indexmap v2.13.0
5402026-03-30T17:08:34.671Z Downloaded thread-id v5.1.0
5412026-03-30T17:08:34.671Z Downloaded synstructure v0.13.2
5422026-03-30T17:08:34.671Z Downloaded slog-json v2.6.1
5432026-03-30T17:08:34.674Z Downloaded scroll v0.12.0
5442026-03-30T17:08:34.674Z Downloaded group v0.13.0
5452026-03-30T17:08:34.674Z Downloaded git-stub-vcs v0.1.0
5462026-03-30T17:08:34.677Z Downloaded ryu v1.0.23
5472026-03-30T17:08:34.680Z Downloaded schemars v0.8.22
5482026-03-30T17:08:34.683Z Downloaded tabled_derive v0.11.0
5492026-03-30T17:08:34.686Z Downloaded smawk v0.3.2
5502026-03-30T17:08:34.686Z Downloaded time-core v0.1.8
5512026-03-30T17:08:34.689Z Downloaded snafu-derive v0.8.9
5522026-03-30T17:08:34.689Z Downloaded smf v0.2.3
5532026-03-30T17:08:34.689Z Downloaded smartstring v1.0.1
5542026-03-30T17:08:34.692Z Downloaded progenitor-impl v0.11.2
5552026-03-30T17:08:34.692Z Downloaded slog-term v2.9.2
5562026-03-30T17:08:34.695Z Downloaded hyper-util v0.1.20
5572026-03-30T17:08:34.698Z Downloaded expectorate v1.2.0
5582026-03-30T17:08:34.698Z Downloaded tower-layer v0.3.3
5592026-03-30T17:08:34.698Z Downloaded openssl-sys v0.9.112
5602026-03-30T17:08:34.701Z Downloaded subtle v2.6.1
5612026-03-30T17:08:34.704Z Downloaded strum_macros v0.27.2
5622026-03-30T17:08:34.704Z Downloaded strum_macros v0.26.4
5632026-03-30T17:08:34.708Z Downloaded foldhash v0.1.5
5642026-03-30T17:08:34.708Z Downloaded find-msvc-tools v0.1.9
5652026-03-30T17:08:34.708Z Downloaded thiserror-impl v1.0.69
5662026-03-30T17:08:34.710Z Downloaded thiserror v1.0.69
5672026-03-30T17:08:34.713Z Downloaded try-lock v0.2.5
5682026-03-30T17:08:34.713Z Downloaded ipnet v2.12.0
5692026-03-30T17:08:34.713Z Downloaded newtype-uuid-macros v0.1.0
5702026-03-30T17:08:34.717Z Downloaded futures-executor v0.3.32
5712026-03-30T17:08:34.717Z Downloaded jobserver v0.1.34
5722026-03-30T17:08:34.717Z Downloaded ipnetwork v0.21.1
5732026-03-30T17:08:34.720Z Downloaded memchr v2.8.0
5742026-03-30T17:08:34.723Z Downloaded tinystr v0.8.2
5752026-03-30T17:08:34.723Z Downloaded rayon-core v1.13.0
5762026-03-30T17:08:34.726Z Downloaded tiny-keccak v2.0.2
5772026-03-30T17:08:34.726Z Downloaded toml_write v0.1.2
5782026-03-30T17:08:34.726Z Downloaded tower-service v0.3.3
5792026-03-30T17:08:34.729Z Downloaded toml_datetime v0.6.11
5802026-03-30T17:08:34.729Z Downloaded serde_with_macros v3.18.0
5812026-03-30T17:08:34.729Z Downloaded typify-macro v0.4.3
5822026-03-30T17:08:34.733Z Downloaded minimal-lexical v0.2.1
5832026-03-30T17:08:34.733Z Downloaded unicode-xid v0.2.6
5842026-03-30T17:08:34.736Z Downloaded unicode-linebreak v0.1.5
5852026-03-30T17:08:34.736Z Downloaded typify-macro v0.6.1
5862026-03-30T17:08:34.736Z Downloaded memoffset v0.9.1
5872026-03-30T17:08:34.736Z Downloaded untrusted v0.9.0
5882026-03-30T17:08:34.765Z Downloaded match_cfg v0.1.0
5892026-03-30T17:08:34.766Z Downloaded memmap v0.7.0
5902026-03-30T17:08:34.766Z Downloaded linked-hash-map v0.5.6
5912026-03-30T17:08:34.766Z Downloaded const_format_proc_macros v0.2.34
5922026-03-30T17:08:34.766Z Downloaded camino v1.2.2
5932026-03-30T17:08:34.766Z Downloaded thiserror-no-std v2.0.2
5942026-03-30T17:08:34.766Z Downloaded typeid v1.0.3
5952026-03-30T17:08:34.766Z Downloaded tokio-tungstenite v0.21.0
5962026-03-30T17:08:34.766Z Downloaded smallvec v1.15.1
5972026-03-30T17:08:34.766Z Downloaded bitflags v1.3.2
5982026-03-30T17:08:34.766Z Downloaded thread_local v1.1.9
5992026-03-30T17:08:34.766Z Downloaded bit-vec v0.8.0
6002026-03-30T17:08:34.766Z Downloaded autocfg v1.5.0
6012026-03-30T17:08:34.766Z Downloaded http v1.4.0
6022026-03-30T17:08:34.766Z Downloaded slog v2.8.2
6032026-03-30T17:08:34.766Z Downloaded schemars v0.9.0
6042026-03-30T17:08:34.766Z Downloaded usdt-attr-macro v0.6.0
6052026-03-30T17:08:34.769Z Downloaded time-macros v0.2.27
6062026-03-30T17:08:34.769Z Downloaded serde_core v1.0.228
6072026-03-30T17:08:34.769Z Downloaded toml_datetime v1.1.0+spec-1.1.0
6082026-03-30T17:08:34.769Z Downloaded spin v0.9.8
6092026-03-30T17:08:34.769Z Downloaded tokio-macros v2.6.1
6102026-03-30T17:08:34.772Z Downloaded usdt-macro v0.5.0
6112026-03-30T17:08:34.772Z Downloaded usdt v0.6.0
6122026-03-30T17:08:34.772Z Downloaded tokio-rustls v0.25.0
6132026-03-30T17:08:34.773Z Downloaded term v1.2.1
6142026-03-30T17:08:34.775Z Downloaded tempfile v3.27.0
6152026-03-30T17:08:34.776Z Downloaded unarray v0.1.4
6162026-03-30T17:08:34.779Z Downloaded prettyplease v0.2.37
6172026-03-30T17:08:34.779Z Downloaded toml_writer v1.1.0+spec-1.1.0
6182026-03-30T17:08:34.782Z Downloaded serde_derive v1.0.228
6192026-03-30T17:08:34.782Z Downloaded pretty_assertions v1.4.1
6202026-03-30T17:08:34.785Z Downloaded fs-err v3.3.0
6212026-03-30T17:08:34.785Z Downloaded displaydoc v0.2.5
6222026-03-30T17:08:34.788Z Downloaded anstyle v1.0.14
6232026-03-30T17:08:34.788Z Downloaded fixedbitset v0.5.7
6242026-03-30T17:08:34.788Z Downloaded thiserror v2.0.18
6252026-03-30T17:08:34.791Z Downloaded want v0.3.1
6262026-03-30T17:08:34.791Z Downloaded wait-timeout v0.2.1
6272026-03-30T17:08:34.794Z Downloaded untrusted v0.7.1
6282026-03-30T17:08:34.794Z Downloaded unit-prefix v0.5.2
6292026-03-30T17:08:34.794Z Downloaded similar v2.7.0
6302026-03-30T17:08:34.797Z Downloaded usdt-macro v0.6.0
6312026-03-30T17:08:34.797Z Downloaded universal-hash v0.5.1
6322026-03-30T17:08:34.797Z Downloaded usdt-attr-macro v0.5.0
6332026-03-30T17:08:34.800Z Downloaded usdt v0.5.0
6342026-03-30T17:08:34.800Z Downloaded mio v1.1.1
6352026-03-30T17:08:34.803Z Downloaded utf8parse v0.2.2
6362026-03-30T17:08:34.803Z Downloaded utf8_iter v1.0.4
6372026-03-30T17:08:34.803Z Downloaded utf-8 v0.7.6
6382026-03-30T17:08:34.806Z Downloaded equivalent v1.0.2
6392026-03-30T17:08:34.806Z Downloaded crossbeam-utils v0.8.21
6402026-03-30T17:08:34.806Z Downloaded version_check v0.9.5
6412026-03-30T17:08:34.809Z Downloaded convert_case v0.4.0
6422026-03-30T17:08:34.809Z Downloaded chacha20 v0.10.0
6432026-03-30T17:08:34.809Z Downloaded byte-wrapper v0.1.0
6442026-03-30T17:08:34.812Z Downloaded heck v0.4.1
6452026-03-30T17:08:34.812Z Downloaded git-stub v1.0.0
6462026-03-30T17:08:34.812Z Downloaded fastrand v2.3.0
6472026-03-30T17:08:34.812Z Downloaded dtrace-parser v0.2.0
6482026-03-30T17:08:34.816Z Downloaded quinn v0.11.9
6492026-03-30T17:08:34.816Z Downloaded allocator-api2 v0.2.21
6502026-03-30T17:08:34.819Z Downloaded zerofrom-derive v0.1.6
6512026-03-30T17:08:34.819Z Downloaded zerofrom v0.1.6
6522026-03-30T17:08:34.819Z Downloaded thin-vec v0.2.14
6532026-03-30T17:08:34.819Z Downloaded chacha20 v0.9.1
6542026-03-30T17:08:34.824Z Downloaded thiserror-impl v2.0.18
6552026-03-30T17:08:34.824Z Downloaded cancel-safe-futures v0.1.5
6562026-03-30T17:08:34.824Z Downloaded waitgroup v0.1.2
6572026-03-30T17:08:34.827Z Downloaded toml v0.8.23
6582026-03-30T17:08:34.827Z Downloaded tokio-rustls v0.26.4
6592026-03-30T17:08:34.827Z Downloaded rustls-webpki v0.103.10
6602026-03-30T17:08:34.831Z Downloaded rand v0.8.5
6612026-03-30T17:08:34.831Z Downloaded goblin v0.8.2
6622026-03-30T17:08:34.834Z Downloaded nom v7.1.3
6632026-03-30T17:08:34.837Z Downloaded async-trait v0.1.89
6642026-03-30T17:08:34.840Z Downloaded yoke-derive v0.8.1
6652026-03-30T17:08:34.840Z Downloaded foreign-types-macros v0.2.3
6662026-03-30T17:08:34.840Z Downloaded zone_cfg_derive v0.3.1
6672026-03-30T17:08:34.840Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6682026-03-30T17:08:34.840Z Downloaded cmake v0.1.57
6692026-03-30T17:08:34.844Z Downloaded cipher v0.4.4
6702026-03-30T17:08:34.844Z Downloaded byteorder v1.5.0
6712026-03-30T17:08:34.844Z Downloaded anstream v1.0.0
6722026-03-30T17:08:34.847Z Downloaded test-strategy v0.4.5
6732026-03-30T17:08:34.847Z Downloaded enum-as-inner v0.6.1
6742026-03-30T17:08:34.847Z Downloaded console v0.16.3
6752026-03-30T17:08:34.850Z Downloaded ciborium-io v0.2.2
6762026-03-30T17:08:34.850Z Downloaded socket2 v0.6.3
6772026-03-30T17:08:34.850Z Downloaded hashbrown v0.16.1
6782026-03-30T17:08:34.854Z Downloaded zone v0.3.1
6792026-03-30T17:08:34.854Z Downloaded tokio-dtrace v0.1.1
6802026-03-30T17:08:34.858Z Downloaded futures-sink v0.3.32
6812026-03-30T17:08:34.858Z Downloaded dtrace-parser v0.3.0
6822026-03-30T17:08:34.858Z Downloaded crucible-workspace-hack v0.1.0
6832026-03-30T17:08:34.858Z Downloaded const-random v0.1.18
6842026-03-30T17:08:34.858Z Downloaded defmt v0.3.100
6852026-03-30T17:08:34.858Z Downloaded crypto-common v0.1.7
6862026-03-30T17:08:34.858Z Downloaded cfg-if v1.0.4
6872026-03-30T17:08:34.862Z Downloaded critical-section v1.2.0
6882026-03-30T17:08:34.862Z Downloaded serde v1.0.228
6892026-03-30T17:08:34.862Z Downloaded zeroize_derive v1.4.3
6902026-03-30T17:08:34.865Z Downloaded cobs v0.3.0
6912026-03-30T17:08:34.865Z Downloaded bcs v0.1.6
6922026-03-30T17:08:34.865Z Downloaded embedded-io v0.6.1
6932026-03-30T17:08:34.865Z Downloaded tokio-stream v0.1.18
6942026-03-30T17:08:34.869Z Downloaded walkdir v2.5.0
6952026-03-30T17:08:34.869Z Downloaded tracing-attributes v0.1.31
6962026-03-30T17:08:34.872Z Downloaded dropshot-api-manager-types v0.5.2
6972026-03-30T17:08:34.872Z Downloaded base16ct v0.2.0
6982026-03-30T17:08:34.872Z Downloaded clap_lex v1.1.0
6992026-03-30T17:08:34.872Z Downloaded bytes v1.11.1
7002026-03-30T17:08:34.876Z Downloaded toml_parser v1.1.0+spec-1.1.0
7012026-03-30T17:08:34.876Z Downloaded serde_yaml v0.9.34+deprecated
7022026-03-30T17:08:34.879Z Downloaded usdt-impl v0.6.0
7032026-03-30T17:08:34.879Z Downloaded aho-corasick v1.1.4
7042026-03-30T17:08:34.883Z Downloaded idna v1.1.0
7052026-03-30T17:08:34.886Z Downloaded async-recursion v1.1.1
7062026-03-30T17:08:34.886Z Downloaded ucd-trie v0.1.7
7072026-03-30T17:08:34.889Z Downloaded tinyvec v1.11.0
7082026-03-30T17:08:34.889Z Downloaded anstyle-query v1.1.5
7092026-03-30T17:08:34.889Z Downloaded digest v0.10.7
7102026-03-30T17:08:34.892Z Downloaded vsss-rs v3.3.4
7112026-03-30T17:08:34.893Z Downloaded textwrap v0.16.2
7122026-03-30T17:08:34.893Z Downloaded defmt-parser v1.0.0
7132026-03-30T17:08:34.897Z Downloaded data-encoding v2.10.0
7142026-03-30T17:08:34.897Z Downloaded zerovec-derive v0.11.2
7152026-03-30T17:08:34.897Z Downloaded base16ct v1.0.0
7162026-03-30T17:08:34.897Z Downloaded block-buffer v0.10.4
7172026-03-30T17:08:34.900Z Downloaded atomic-waker v1.1.2
7182026-03-30T17:08:34.900Z Downloaded rand v0.10.0
7192026-03-30T17:08:34.900Z Downloaded snafu v0.8.9
7202026-03-30T17:08:34.903Z Downloaded itertools v0.12.1
7212026-03-30T17:08:34.906Z Downloaded zmij v1.0.21
7222026-03-30T17:08:34.909Z Downloaded toml v0.9.12+spec-1.1.0
7232026-03-30T17:08:34.909Z Downloaded schemars v1.2.1
7242026-03-30T17:08:34.918Z Downloaded yoke v0.8.1
7252026-03-30T17:08:34.921Z Downloaded xz2 v0.1.7
7262026-03-30T17:08:34.921Z Downloaded writeable v0.6.2
7272026-03-30T17:08:34.922Z Downloaded usdt-impl v0.5.0
7282026-03-30T17:08:34.922Z Downloaded zeroize v1.8.2
7292026-03-30T17:08:34.926Z Downloaded rand v0.9.2
7302026-03-30T17:08:34.926Z Downloaded cstr-argument v0.1.2
7312026-03-30T17:08:34.926Z Downloaded cpufeatures v0.3.0
7322026-03-30T17:08:34.929Z Downloaded ciborium-ll v0.2.2
7332026-03-30T17:08:34.929Z Downloaded async-stream-impl v0.3.6
7342026-03-30T17:08:34.929Z Downloaded crossbeam-channel v0.5.15
7352026-03-30T17:08:34.933Z Downloaded iddqd v0.3.17
7362026-03-30T17:08:34.936Z Downloaded typify v0.6.1
7372026-03-30T17:08:34.942Z Downloaded qorb v0.4.1
7382026-03-30T17:08:34.946Z Downloaded pest v2.8.6
7392026-03-30T17:08:34.949Z Downloaded itertools v0.14.0
7402026-03-30T17:08:34.953Z Downloaded libm v0.2.16
7412026-03-30T17:08:34.958Z Downloaded whoami v1.6.1
7422026-03-30T17:08:34.961Z Downloaded unsafe-libyaml v0.2.11
7432026-03-30T17:08:34.961Z Downloaded uuid v1.23.0
7442026-03-30T17:08:34.967Z Downloaded toml_edit v0.25.8+spec-1.1.0
7452026-03-30T17:08:34.967Z Downloaded iri-string v0.7.11
7462026-03-30T17:08:34.970Z Downloaded toml_edit v0.22.27
7472026-03-30T17:08:34.973Z Downloaded typify v0.4.3
7482026-03-30T17:08:34.973Z Downloaded steno v0.4.1
7492026-03-30T17:08:34.978Z Downloaded unicode-ident v1.0.24
7502026-03-30T17:08:34.982Z Downloaded tungstenite v0.21.0
7512026-03-30T17:08:34.986Z Downloaded zerocopy-derive v0.7.35
7522026-03-30T17:08:34.993Z Downloaded tracing-core v0.1.36
7532026-03-30T17:08:35.001Z Downloaded icu_properties_data v2.1.2
7542026-03-30T17:08:35.005Z Downloaded hyper v1.8.1
7552026-03-30T17:08:35.009Z Downloaded futures-util v0.3.32
7562026-03-30T17:08:35.015Z Downloaded nom v8.0.0
7572026-03-30T17:08:35.018Z Downloaded h2 v0.4.13
7582026-03-30T17:08:35.021Z Downloaded toml_edit v0.19.15
7592026-03-30T17:08:35.030Z Downloaded clap_builder v4.6.0
7602026-03-30T17:08:35.033Z Downloaded hkdf v0.12.4
7612026-03-30T17:08:35.049Z Downloaded scc v2.4.0
7622026-03-30T17:08:35.058Z Downloaded zerotrie v0.2.3
7632026-03-30T17:08:35.061Z Downloaded typenum v1.19.0
7642026-03-30T17:08:35.066Z Downloaded ron v0.12.0
7652026-03-30T17:08:35.071Z Downloaded typed-path v0.9.3
7662026-03-30T17:08:35.083Z Downloaded yansi v1.0.1
7672026-03-30T17:08:35.088Z Downloaded url v2.5.8
7682026-03-30T17:08:35.095Z Downloaded serde_json v1.0.149
7692026-03-30T17:08:35.098Z Downloaded regex v1.12.3
7702026-03-30T17:08:35.101Z Downloaded reqwest v0.12.28
7712026-03-30T17:08:35.114Z Downloaded reqwest v0.13.2
7722026-03-30T17:08:35.129Z Downloaded aws-lc-rs v1.16.2
7732026-03-30T17:08:35.136Z Downloaded chrono v0.4.44
7742026-03-30T17:08:35.140Z Downloaded unicode-segmentation v1.13.1
7752026-03-30T17:08:35.143Z Downloaded unicode-normalization v0.1.25
7762026-03-30T17:08:35.147Z Downloaded tower v0.5.3
7772026-03-30T17:08:35.152Z Downloaded tokio-util v0.7.18
7782026-03-30T17:08:35.156Z Downloaded portable-atomic v1.13.1
7792026-03-30T17:08:35.159Z Downloaded rayon v1.11.0
7802026-03-30T17:08:35.164Z Downloaded tower-http v0.6.8
7812026-03-30T17:08:35.168Z Downloaded tough v0.20.0
7822026-03-30T17:08:35.178Z Downloaded serde_with v3.18.0
7832026-03-30T17:08:35.185Z Downloaded zerovec v0.11.5
7842026-03-30T17:08:35.188Z Downloaded zerocopy-derive v0.8.47
7852026-03-30T17:08:35.198Z Downloaded moka v0.12.15
7862026-03-30T17:08:35.210Z Downloaded goblin v0.10.5
7872026-03-30T17:08:35.216Z Downloaded rustls-webpki v0.102.8
7882026-03-30T17:08:35.224Z Downloaded proptest v1.11.0
7892026-03-30T17:08:35.229Z Downloaded zerocopy v0.7.35
7902026-03-30T17:08:35.237Z Downloaded curve25519-dalek v4.1.3
7912026-03-30T17:08:35.244Z Downloaded winnow v0.5.40
7922026-03-30T17:08:35.260Z Downloaded tabled v0.15.0
7932026-03-30T17:08:35.269Z Downloaded winnow v1.0.0
7942026-03-30T17:08:35.274Z Downloaded winnow v0.7.15
7952026-03-30T17:08:35.279Z Downloaded quinn-proto v0.11.14
7962026-03-30T17:08:35.288Z Downloaded syn v1.0.109
7972026-03-30T17:08:35.297Z Downloaded tabled v0.20.0
7982026-03-30T17:08:35.306Z Downloaded time v0.3.47
7992026-03-30T17:08:35.313Z Downloaded openssl v0.10.76
8002026-03-30T17:08:35.335Z Downloaded vcpkg v0.2.15
8012026-03-30T17:08:35.356Z Downloaded bstr v1.12.1
8022026-03-30T17:08:35.371Z Downloaded nix v0.31.2
8032026-03-30T17:08:35.378Z Downloaded unicode-width v0.2.2
8042026-03-30T17:08:35.381Z Downloaded rhai v1.24.0
8052026-03-30T17:08:35.387Z Downloaded webpki-roots v1.0.6
8062026-03-30T17:08:35.390Z Downloaded dropshot v0.16.7
8072026-03-30T17:08:35.401Z Downloaded rustls v0.22.4
8082026-03-30T17:08:35.407Z Downloaded unicode-width v0.1.14
8092026-03-30T17:08:35.411Z Downloaded smoltcp v0.11.0
8102026-03-30T17:08:35.417Z Downloaded zerocopy v0.8.47
8112026-03-30T17:08:35.426Z Downloaded openapiv3 v2.2.0
8122026-03-30T17:08:35.432Z Downloaded regress v0.10.5
8132026-03-30T17:08:35.437Z Downloaded hickory-proto v0.24.4
8142026-03-30T17:08:35.445Z Downloaded rustix v1.1.4
8152026-03-30T17:08:35.457Z Downloaded rustls v0.23.37
8162026-03-30T17:08:35.463Z Downloaded regex-syntax v0.8.10
8172026-03-30T17:08:35.467Z Downloaded hickory-proto v0.25.2
8182026-03-30T17:08:35.475Z Downloaded rustix v0.38.44
8192026-03-30T17:08:35.487Z Downloaded syn v2.0.117
8202026-03-30T17:08:35.501Z Downloaded tracing v0.1.44
8212026-03-30T17:08:35.520Z Downloaded typify-impl v0.6.1
8222026-03-30T17:08:35.527Z Downloaded sled v0.34.7
8232026-03-30T17:08:35.546Z Downloaded typify-impl v0.4.3
8242026-03-30T17:08:35.562Z Downloaded regex-automata v0.4.14
8252026-03-30T17:08:35.587Z Downloaded jiff v0.2.23
8262026-03-30T17:08:35.598Z Downloaded petgraph v0.6.5
8272026-03-30T17:08:35.609Z Downloaded lzma-sys v0.1.20
8282026-03-30T17:08:35.625Z Downloaded libc v0.2.183
8292026-03-30T17:08:35.644Z Downloaded chrono-tz v0.10.4
8302026-03-30T17:08:35.654Z Downloaded petgraph v0.8.3
8312026-03-30T17:08:35.674Z Downloaded csv v1.4.0
8322026-03-30T17:08:35.686Z Downloaded sha3 v0.10.8
8332026-03-30T17:08:35.689Z Downloaded tokio v1.50.0
8342026-03-30T17:08:35.744Z Downloaded encoding_rs v0.8.35
8352026-03-30T17:08:35.760Z Downloaded ring v0.17.14
8362026-03-30T17:08:36.242Z Downloaded aws-lc-sys v0.39.0
8372026-03-30T17:08:36.802Z Compiling proc-macro2 v1.0.106
8382026-03-30T17:08:36.805Z Compiling quote v1.0.45
8392026-03-30T17:08:36.805Z Compiling unicode-ident v1.0.24
8402026-03-30T17:08:36.805Z Compiling serde_core v1.0.228
8412026-03-30T17:08:36.805Z Compiling libc v0.2.183
8422026-03-30T17:08:36.805Z Compiling serde v1.0.228
8432026-03-30T17:08:36.805Z Compiling zmij v1.0.21
8442026-03-30T17:08:36.805Z Compiling autocfg v1.5.0
8452026-03-30T17:08:37.435Z Compiling libm v0.2.16
8462026-03-30T17:08:37.838Z Compiling icu_normalizer_data v2.1.1
8472026-03-30T17:08:37.838Z Compiling icu_properties_data v2.1.2
8482026-03-30T17:08:37.841Z Compiling serde_json v1.0.149
8492026-03-30T17:08:37.841Z Compiling num-traits v0.2.19
8502026-03-30T17:08:38.119Z Compiling version_check v0.9.5
8512026-03-30T17:08:38.164Z Compiling memchr v2.8.0
8522026-03-30T17:08:38.308Z Compiling getrandom v0.4.2
8532026-03-30T17:08:38.333Z Compiling thiserror v2.0.18
8542026-03-30T17:08:38.671Z Compiling parking_lot_core v0.9.12
8552026-03-30T17:08:38.704Z Checking cfg-if v1.0.4
8562026-03-30T17:08:38.750Z Compiling syn v2.0.117
8572026-03-30T17:08:38.772Z Compiling schemars v0.8.22
8582026-03-30T17:08:38.883Z Compiling zerocopy v0.8.47
8592026-03-30T17:08:38.900Z Compiling heck v0.5.0
8602026-03-30T17:08:38.999Z Compiling portable-atomic v1.13.1
8612026-03-30T17:08:39.038Z Compiling jobserver v0.1.34
8622026-03-30T17:08:39.110Z Compiling itoa v1.0.18
8632026-03-30T17:08:39.293Z Compiling shlex v1.3.0
8642026-03-30T17:08:39.322Z Compiling find-msvc-tools v0.1.9
8652026-03-30T17:08:39.366Z Compiling rustversion v1.0.22
8662026-03-30T17:08:39.478Z Compiling cc v1.2.57
8672026-03-30T17:08:39.646Z Compiling typenum v1.19.0
8682026-03-30T17:08:39.833Z Compiling semver v1.0.27
8692026-03-30T17:08:39.921Z Compiling log v0.4.29
8702026-03-30T17:08:40.012Z Compiling httparse v1.10.1
8712026-03-30T17:08:40.098Z Compiling thiserror v1.0.69
8722026-03-30T17:08:40.122Z Compiling getrandom v0.3.4
8732026-03-30T17:08:40.174Z Compiling allocator-api2 v0.2.21
8742026-03-30T17:08:40.301Z Compiling foldhash v0.2.0
8752026-03-30T17:08:40.416Z Compiling equivalent v1.0.2
8762026-03-30T17:08:40.492Z Compiling generic-array v0.14.7
8772026-03-30T17:08:40.508Z Compiling hashbrown v0.16.1
8782026-03-30T17:08:40.542Z Compiling cmake v0.1.57
8792026-03-30T17:08:40.604Z Compiling fs_extra v1.3.0
8802026-03-30T17:08:40.716Z Compiling ring v0.17.14
8812026-03-30T17:08:40.747Z Compiling dunce v1.0.5
8822026-03-30T17:08:40.766Z Compiling rustix v1.1.4
8832026-03-30T17:08:40.844Z Compiling slog v2.8.2
8842026-03-30T17:08:40.861Z Compiling regex-syntax v0.8.10
8852026-03-30T17:08:40.881Z Compiling aws-lc-sys v0.39.0
8862026-03-30T17:08:40.898Z Compiling aho-corasick v1.1.4
8872026-03-30T17:08:41.139Z Checking stable_deref_trait v1.2.1
8882026-03-30T17:08:41.325Z Compiling anyhow v1.0.102
8892026-03-30T17:08:41.408Z Compiling indexmap v2.13.0
8902026-03-30T17:08:41.645Z Compiling synstructure v0.13.2
8912026-03-30T17:08:41.706Z Compiling serde_derive_internals v0.29.1
8922026-03-30T17:08:42.149Z Compiling ucd-trie v0.1.7
8932026-03-30T17:08:42.279Z Checking litemap v0.8.1
8942026-03-30T17:08:42.380Z Compiling regex-automata v0.4.14
8952026-03-30T17:08:42.384Z Compiling pest v2.8.6
8962026-03-30T17:08:42.439Z Checking writeable v0.6.2
8972026-03-30T17:08:42.599Z Checking percent-encoding v2.3.2
8982026-03-30T17:08:42.747Z Compiling aws-lc-rs v1.16.2
8992026-03-30T17:08:42.789Z Compiling serde_derive v1.0.228
9002026-03-30T17:08:42.969Z Compiling zerofrom-derive v0.1.6
9012026-03-30T17:08:43.043Z Compiling yoke-derive v0.8.1
9022026-03-30T17:08:43.147Z Compiling zerovec-derive v0.11.2
9032026-03-30T17:08:43.575Z Compiling displaydoc v0.2.5
9042026-03-30T17:08:44.055Z Compiling schemars_derive v0.8.22
9052026-03-30T17:08:44.127Z Compiling thiserror-impl v2.0.18
9062026-03-30T17:08:44.192Z Compiling zeroize_derive v1.4.3
9072026-03-30T17:08:44.290Z Compiling tokio-macros v2.6.1
9082026-03-30T17:08:44.824Z Compiling zerocopy-derive v0.8.47
9092026-03-30T17:08:44.886Z Compiling futures-macro v0.3.32
9102026-03-30T17:08:45.011Z Compiling tracing-attributes v0.1.31
9112026-03-30T17:08:45.188Z Compiling thiserror-impl v1.0.69
9122026-03-30T17:08:45.774Z Checking smallvec v1.15.1
9132026-03-30T17:08:45.854Z Compiling serde_tokenstream v0.2.3
9142026-03-30T17:08:45.969Z Checking bytes v1.11.1
9152026-03-30T17:08:46.167Z Checking zerofrom v0.1.6
9162026-03-30T17:08:46.185Z Compiling regex v1.12.3
9172026-03-30T17:08:46.280Z Checking yoke v0.8.1
9182026-03-30T17:08:46.287Z Compiling pest_meta v2.8.6
9192026-03-30T17:08:46.447Z Checking zerovec v0.11.5
9202026-03-30T17:08:46.466Z Checking zerotrie v0.2.3
9212026-03-30T17:08:46.708Z Compiling crossbeam-utils v0.8.21
9222026-03-30T17:08:46.726Z Checking form_urlencoded v1.2.2
9232026-03-30T17:08:46.729Z Checking utf8_iter v1.0.4
9242026-03-30T17:08:46.804Z Compiling num-conv v0.2.0
9252026-03-30T17:08:46.855Z Compiling syn v1.0.109
9262026-03-30T17:08:46.871Z Compiling pest_generator v2.8.6
9272026-03-30T17:08:46.875Z Compiling strsim v0.11.1
9282026-03-30T17:08:46.904Z Checking tinystr v0.8.2
9292026-03-30T17:08:46.933Z Checking potential_utf v0.1.4
9302026-03-30T17:08:47.030Z Compiling time-core v0.1.8
9312026-03-30T17:08:47.059Z Checking icu_collections v2.1.1
9322026-03-30T17:08:47.079Z Checking icu_locale_core v2.1.1
9332026-03-30T17:08:47.177Z Compiling time-macros v0.2.27
9342026-03-30T17:08:47.194Z Compiling rustls v0.23.37
9352026-03-30T17:08:47.371Z Compiling paste v1.0.15
9362026-03-30T17:08:47.402Z Compiling ident_case v1.0.1
9372026-03-30T17:08:47.528Z Compiling omicron-workspace-hack v0.1.0
9382026-03-30T17:08:47.600Z Compiling pest_derive v2.8.6
9392026-03-30T17:08:47.635Z Checking icu_provider v2.1.1
9402026-03-30T17:08:47.677Z Compiling async-trait v0.1.89
9412026-03-30T17:08:47.860Z Checking icu_properties v2.1.2
9422026-03-30T17:08:47.975Z Checking icu_normalizer v2.1.1
9432026-03-30T17:08:48.084Z Compiling byteorder v1.5.0
9442026-03-30T17:08:48.326Z Compiling camino v1.2.2
9452026-03-30T17:08:48.340Z Checking rand_core v0.10.0
9462026-03-30T17:08:48.610Z Checking iana-time-zone v0.1.65
9472026-03-30T17:08:48.656Z Checking idna_adapter v1.2.1
9482026-03-30T17:08:48.712Z Checking chrono v0.4.44
9492026-03-30T17:08:48.783Z Checking idna v1.1.0
9502026-03-30T17:08:48.826Z Compiling scroll_derive v0.13.1
9512026-03-30T17:08:48.917Z Checking errno v0.3.14
9522026-03-30T17:08:49.023Z Checking url v2.5.8
9532026-03-30T17:08:49.264Z Checking uuid v1.23.0
9542026-03-30T17:08:49.450Z Compiling daft-derive v0.1.5
9552026-03-30T17:08:49.548Z Compiling slog-async v2.8.0
9562026-03-30T17:08:50.499Z Checking dyn-clone v1.0.20
9572026-03-30T17:08:50.996Z Checking pin-project-lite v0.2.17
9582026-03-30T17:08:51.020Z Compiling usdt-impl v0.6.0
9592026-03-30T17:08:51.102Z Compiling scroll v0.13.0
9602026-03-30T17:08:51.217Z Checking getrandom v0.2.17
9612026-03-30T17:08:51.360Z Compiling plain v0.2.3
9622026-03-30T17:08:51.379Z Checking zeroize v1.8.2
9632026-03-30T17:08:51.469Z Compiling goblin v0.10.5
9642026-03-30T17:08:51.535Z Compiling pretty-hex v0.4.2
9652026-03-30T17:08:51.553Z Compiling dtrace-parser v0.3.0
9662026-03-30T17:08:51.640Z Compiling thread-id v5.1.0
9672026-03-30T17:08:51.668Z Compiling ref-cast v1.0.25
9682026-03-30T17:08:51.722Z Compiling ref-cast-impl v1.0.25
9692026-03-30T17:08:52.140Z Compiling rustls v0.22.4
9702026-03-30T17:08:52.166Z Compiling newtype-uuid-macros v0.1.0
9712026-03-30T17:08:52.284Z Checking bitflags v2.11.0
9722026-03-30T17:08:52.320Z Compiling regress v0.10.5
9732026-03-30T17:08:52.373Z Checking socket2 v0.6.3
9742026-03-30T17:08:52.430Z Checking scopeguard v1.2.0
9752026-03-30T17:08:52.536Z Checking lock_api v0.4.14
9762026-03-30T17:08:52.732Z Compiling multer v3.1.0
9772026-03-30T17:08:52.750Z Compiling fnv v1.0.7
9782026-03-30T17:08:52.849Z Compiling darling_core v0.23.0
9792026-03-30T17:08:52.926Z Compiling http v1.4.0
9802026-03-30T17:08:53.002Z Compiling structmeta-derive v0.3.0
9812026-03-30T17:08:53.006Z Compiling async-stream-impl v0.3.6
9822026-03-30T17:08:53.386Z Compiling strum_macros v0.26.4
9832026-03-30T17:08:53.889Z Checking critical-section v1.2.0
9842026-03-30T17:08:53.993Z Checking once_cell v1.21.4
9852026-03-30T17:08:54.019Z Compiling structmeta v0.3.0
9862026-03-30T17:08:54.102Z Checking parking_lot v0.12.5
9872026-03-30T17:08:54.169Z Compiling dropshot v0.16.7
9882026-03-30T17:08:54.215Z Compiling dof v0.4.0
9892026-03-30T17:08:54.463Z Compiling dropshot_endpoint v0.16.7
9902026-03-30T17:08:54.517Z Checking signal-hook-registry v1.4.8
9912026-03-30T17:08:54.682Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9922026-03-30T17:08:54.973Z Compiling darling_macro v0.23.0
9932026-03-30T17:08:55.074Z Checking mio v1.1.1
9942026-03-30T17:08:55.220Z Compiling strum_macros v0.27.2
9952026-03-30T17:08:55.239Z Checking subtle v2.6.1
9962026-03-30T17:08:55.350Z Checking tokio v1.50.0
9972026-03-30T17:08:55.390Z Compiling derive-ex v0.1.8
9982026-03-30T17:08:55.464Z Compiling usdt-macro v0.6.0
9992026-03-30T17:08:55.502Z Compiling usdt-attr-macro v0.6.0
10002026-03-30T17:08:55.886Z Compiling darling v0.23.0
10012026-03-30T17:08:55.974Z Compiling serde_with_macros v3.18.0
10022026-03-30T17:08:56.347Z Checking futures-core v0.3.32
10032026-03-30T17:08:56.398Z Compiling winnow v1.0.0
10042026-03-30T17:08:56.419Z Compiling ryu v1.0.23
10052026-03-30T17:08:56.596Z Compiling clap_derive v4.6.0
10062026-03-30T17:08:56.964Z Compiling test-strategy v0.4.5
10072026-03-30T17:08:57.323Z Compiling toml_parser v1.1.0+spec-1.1.0
10082026-03-30T17:08:57.436Z Compiling parse-display-derive v0.10.0
10092026-03-30T17:08:57.877Z Compiling openapiv3 v2.2.0
10102026-03-30T17:08:58.121Z Checking futures-sink v0.3.32
10112026-03-30T17:08:58.243Z Compiling either v1.15.0
10122026-03-30T17:08:58.410Z Checking slab v0.4.12
10132026-03-30T17:08:58.443Z Compiling itertools v0.14.0
10142026-03-30T17:08:58.525Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
10152026-03-30T17:08:58.666Z Checking futures-channel v0.3.32
10162026-03-30T17:08:58.936Z Checking rand_core v0.6.4
10172026-03-30T17:08:58.966Z Checking futures-io v0.3.32
10182026-03-30T17:08:59.102Z Checking futures-task v0.3.32
10192026-03-30T17:08:59.256Z Checking futures-util v0.3.32
10202026-03-30T17:08:59.331Z Checking tracing-core v0.1.36
10212026-03-30T17:08:59.503Z Compiling darling_core v0.21.3
10222026-03-30T17:08:59.547Z Checking ipnetwork v0.21.1
10232026-03-30T17:08:59.634Z Checking tracing v0.1.44
10242026-03-30T17:08:59.875Z Checking base64 v0.22.1
10252026-03-30T17:08:59.956Z Compiling toml_datetime v1.1.0+spec-1.1.0
10262026-03-30T17:09:00.181Z Compiling toml_edit v0.25.8+spec-1.1.0
10272026-03-30T17:09:00.631Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10282026-03-30T17:09:00.876Z Compiling heapless v0.8.0
10292026-03-30T17:09:01.181Z Compiling proc-macro-crate v3.5.0
10302026-03-30T17:09:01.368Z Checking rustls-pki-types v1.14.0
10312026-03-30T17:09:01.400Z Checking erased-serde v0.3.31
10322026-03-30T17:09:01.594Z Compiling heck v0.4.1
10332026-03-30T17:09:01.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
10342026-03-30T17:09:01.639Z Compiling darling_macro v0.21.3
10352026-03-30T17:09:01.666Z Compiling unsafe-libyaml v0.2.11
10362026-03-30T17:09:01.809Z Compiling num_enum_derive v0.7.6
10372026-03-30T17:09:02.056Z Compiling foreign-types-macros v0.2.3
10382026-03-30T17:09:02.167Z Compiling darling v0.21.3
10392026-03-30T17:09:02.256Z Compiling ingot-macros v0.1.1
10402026-03-30T17:09:02.360Z Compiling serde_yaml v0.9.34+deprecated
10412026-03-30T17:09:02.703Z Compiling smoltcp v0.11.0
10422026-03-30T17:09:02.723Z Compiling crucible-workspace-hack v0.1.0
10432026-03-30T17:09:03.078Z Compiling proc-macro-error-attr v1.0.4
10442026-03-30T17:09:03.254Z Checking untrusted v0.9.0
10452026-03-30T17:09:03.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10462026-03-30T17:09:03.638Z Compiling toml_datetime v0.6.11
10472026-03-30T17:09:03.672Z Compiling proc-macro-error v1.0.4
10482026-03-30T17:09:04.149Z Checking crypto-common v0.1.7
10492026-03-30T17:09:04.174Z Checking oxnet v0.1.4
10502026-03-30T17:09:04.264Z Checking ipnet v2.12.0
10512026-03-30T17:09:04.291Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
10522026-03-30T17:09:04.362Z Checking tokio-util v0.7.18
10532026-03-30T17:09:04.486Z Compiling zerocopy-derive v0.7.35
10542026-03-30T17:09:04.895Z Checking http-body v1.0.1
10552026-03-30T17:09:04.974Z Compiling typify-impl v0.6.1
10562026-03-30T17:09:05.094Z Checking atomic-waker v1.1.2
10572026-03-30T17:09:05.294Z Compiling memoffset v0.9.1
10582026-03-30T17:09:05.524Z Checking try-lock v0.2.5
10592026-03-30T17:09:05.571Z Checking tower-layer v0.3.3
10602026-03-30T17:09:05.720Z Compiling convert_case v0.4.0
10612026-03-30T17:09:05.771Z Checking tower-service v0.3.3
10622026-03-30T17:09:05.864Z Checking want v0.3.1
10632026-03-30T17:09:06.007Z Checking h2 v0.4.13
10642026-03-30T17:09:06.025Z Compiling derive_more v0.99.20
10652026-03-30T17:09:06.295Z Compiling scroll_derive v0.12.1
10662026-03-30T17:09:06.567Z Compiling cfg_aliases v0.2.1
10672026-03-30T17:09:06.686Z Checking httpdate v1.0.3
10682026-03-30T17:09:06.799Z Checking pin-utils v0.1.0
10692026-03-30T17:09:06.876Z Compiling nix v0.31.2
10702026-03-30T17:09:07.184Z Checking ppv-lite86 v0.2.21
10712026-03-30T17:09:07.892Z Checking hyper v1.8.1
10722026-03-30T17:09:08.299Z Checking block-buffer v0.10.4
10732026-03-30T17:09:08.354Z Compiling typify-macro v0.6.1
10742026-03-30T17:09:08.783Z Checking hyper-util v0.1.20
10752026-03-30T17:09:09.049Z Checking untrusted v0.7.1
10762026-03-30T17:09:09.188Z Checking digest v0.10.7
10772026-03-30T17:09:09.441Z Checking serde_urlencoded v0.7.1
10782026-03-30T17:09:09.585Z Checking http-body-util v0.1.3
10792026-03-30T17:09:09.842Z Compiling rayon-core v1.13.0
10802026-03-30T17:09:10.013Z Compiling rustix v0.38.44
10812026-03-30T17:09:10.058Z Compiling winnow v0.5.40
10822026-03-30T17:09:10.246Z Compiling typify v0.6.1
10832026-03-30T17:09:10.359Z Compiling zerocopy v0.7.35
10842026-03-30T17:09:10.362Z Compiling hubpack_derive v0.1.1
10852026-03-30T17:09:10.737Z Compiling usdt-impl v0.5.0
10862026-03-30T17:09:11.009Z Compiling winnow v0.7.15
10872026-03-30T17:09:11.201Z Compiling dof v0.3.0
10882026-03-30T17:09:11.452Z Compiling toml_edit v0.19.15
10892026-03-30T17:09:11.554Z Compiling progenitor-impl v0.13.0
10902026-03-30T17:09:11.668Z Compiling dtrace-parser v0.2.0
10912026-03-30T17:09:12.380Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10922026-03-30T17:09:12.607Z Compiling proc-macro-crate v1.3.1
10932026-03-30T17:09:12.669Z Compiling thread-id v4.2.2
10942026-03-30T17:09:12.952Z Compiling pkg-config v0.3.32
10952026-03-30T17:09:13.463Z Compiling num_enum_derive v0.5.11
10962026-03-30T17:09:13.621Z Compiling progenitor-macro v0.13.0
10972026-03-30T17:09:13.675Z Compiling sync_wrapper v1.0.2
10982026-03-30T17:09:14.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10992026-03-30T17:09:14.225Z Compiling rustc_version v0.4.1
11002026-03-30T17:09:14.444Z Compiling serde_spanned v1.1.0
11012026-03-30T17:09:14.506Z Compiling toml_datetime v0.7.5+spec-1.1.0
11022026-03-30T17:09:14.695Z Compiling prettyplease v0.2.37
11032026-03-30T17:09:14.829Z Compiling toml_writer v1.1.0+spec-1.1.0
11042026-03-30T17:09:14.965Z Compiling curve25519-dalek v4.1.3
11052026-03-30T17:09:14.982Z Checking tower v0.5.3
11062026-03-30T17:09:15.038Z Compiling toml v0.9.12+spec-1.1.0
11072026-03-30T17:09:15.365Z Checking webpki-roots v1.0.6
11082026-03-30T17:09:15.470Z Compiling powerfmt v0.2.0
11092026-03-30T17:09:15.487Z Compiling fastrand v2.3.0
11102026-03-30T17:09:15.491Z Checking iri-string v0.7.11
11112026-03-30T17:09:15.709Z Compiling deranged v0.5.8
11122026-03-30T17:09:16.502Z Compiling usdt-attr-macro v0.5.0
11132026-03-30T17:09:16.523Z Compiling usdt-macro v0.5.0
11142026-03-30T17:09:16.604Z Checking tower-http v0.6.8
11152026-03-30T17:09:16.720Z Compiling rand_core v0.9.5
11162026-03-30T17:09:16.882Z Compiling zone_cfg_derive v0.3.1
11172026-03-30T17:09:17.232Z Compiling thiserror-impl-no-std v2.0.2
11182026-03-30T17:09:17.536Z Compiling enum-as-inner v0.6.1
11192026-03-30T17:09:17.563Z Compiling curve25519-dalek-derive v0.1.1
11202026-03-30T17:09:17.722Z Compiling num_threads v0.1.7
11212026-03-30T17:09:17.786Z Checking cpufeatures v0.2.17
11222026-03-30T17:09:17.859Z Compiling openssl-probe v0.2.1
11232026-03-30T17:09:18.068Z Compiling rustls-native-certs v0.8.3
11242026-03-30T17:09:18.098Z Compiling time v0.3.47
11252026-03-30T17:09:18.463Z Compiling newtype-uuid v1.3.2
11262026-03-30T17:09:18.580Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
11272026-03-30T17:09:18.901Z Compiling daft v0.1.5
11282026-03-30T17:09:19.102Z Compiling rand_chacha v0.9.0
11292026-03-30T17:09:19.390Z Compiling tempfile v3.27.0
11302026-03-30T17:09:19.451Z Compiling rustls-webpki v0.102.8
11312026-03-30T17:09:19.714Z Compiling num-derive v0.4.2
11322026-03-30T17:09:19.830Z Compiling thread_local v1.1.9
11332026-03-30T17:09:19.851Z Compiling wait-timeout v0.2.1
11342026-03-30T17:09:19.917Z Compiling match_cfg v0.1.0
11352026-03-30T17:09:19.993Z Compiling quick-error v1.2.3
11362026-03-30T17:09:20.041Z Compiling bit-vec v0.8.0
11372026-03-30T17:09:20.044Z Compiling hostname v0.3.1
11382026-03-30T17:09:20.074Z Compiling rusty-fork v0.3.1
11392026-03-30T17:09:20.107Z Compiling rand_chacha v0.3.1
11402026-03-30T17:09:20.178Z Compiling rand v0.9.2
11412026-03-30T17:09:20.258Z Compiling bit-set v0.8.0
11422026-03-30T17:09:20.310Z Compiling crossbeam-channel v0.5.15
11432026-03-30T17:09:20.355Z Compiling slog-json v2.6.1
11442026-03-30T17:09:20.454Z Compiling rand_xorshift v0.4.0
11452026-03-30T17:09:20.596Z Compiling futures-executor v0.3.32
11462026-03-30T17:09:20.727Z Compiling encoding_rs v0.8.35
11472026-03-30T17:09:20.730Z Compiling memmap2 v0.9.10
11482026-03-30T17:09:20.765Z Compiling is-terminal v0.4.17
11492026-03-30T17:09:20.824Z Compiling spin v0.9.8
11502026-03-30T17:09:20.860Z Compiling term v1.2.1
11512026-03-30T17:09:20.878Z Compiling mime v0.3.17
11522026-03-30T17:09:20.933Z Compiling take_mut v0.2.2
11532026-03-30T17:09:20.950Z Checking hex v0.4.3
11542026-03-30T17:09:21.041Z Compiling unarray v0.1.4
11552026-03-30T17:09:21.041Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11562026-03-30T17:09:21.224Z Compiling proptest v1.11.0
11572026-03-30T17:09:21.345Z Compiling slog-term v2.9.2
11582026-03-30T17:09:21.362Z Compiling sha1 v0.10.6
11592026-03-30T17:09:21.461Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-03-30T17:09:21.565Z Compiling usdt v0.6.0
11612026-03-30T17:09:21.635Z Compiling futures v0.3.32
11622026-03-30T17:09:21.802Z Compiling slog-bunyan v2.5.0
11632026-03-30T17:09:21.829Z Compiling rand v0.8.5
11642026-03-30T17:09:21.936Z Compiling tokio-rustls v0.25.0
11652026-03-30T17:09:22.070Z Compiling reqwest v0.12.28
11662026-03-30T17:09:22.114Z Compiling backon v1.6.0
11672026-03-30T17:09:22.219Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11682026-03-30T17:09:22.310Z Compiling waitgroup v0.1.2
11692026-03-30T17:09:22.348Z Compiling rustls-pemfile v2.2.0
11702026-03-30T17:09:22.441Z Compiling async-stream v0.3.6
11712026-03-30T17:09:22.526Z Compiling strum v0.26.3
11722026-03-30T17:09:22.654Z Compiling num-integer v0.1.46
11732026-03-30T17:09:22.918Z Compiling instant v0.1.13
11742026-03-30T17:09:22.938Z Compiling hostname v0.4.2
11752026-03-30T17:09:22.955Z Compiling serde_path_to_error v0.1.20
11762026-03-30T17:09:23.070Z Compiling debug-ignore v1.0.5
11772026-03-30T17:09:23.129Z Compiling rustc-hash v2.1.1
11782026-03-30T17:09:23.173Z Compiling utf8parse v0.2.2
11792026-03-30T17:09:23.176Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11802026-03-30T17:09:23.288Z Compiling anstyle-parse v1.0.0
11812026-03-30T17:09:23.305Z Compiling iddqd v0.3.17
11822026-03-30T17:09:23.468Z Compiling backoff v0.4.0
11832026-03-30T17:09:23.752Z Compiling progenitor-client v0.10.0
11842026-03-30T17:09:23.870Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11852026-03-30T17:09:24.014Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
11862026-03-30T17:09:24.032Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
11872026-03-30T17:09:24.298Z Compiling parse-display v0.10.0
11882026-03-30T17:09:24.328Z Compiling serde_with v3.18.0
11892026-03-30T17:09:24.427Z Compiling strum v0.27.2
11902026-03-30T17:09:24.553Z Compiling macaddr v1.0.1
11912026-03-30T17:09:24.661Z Compiling is_terminal_polyfill v1.70.2
11922026-03-30T17:09:24.759Z Compiling semver v0.1.20
11932026-03-30T17:09:24.778Z Compiling colorchoice v1.0.5
11942026-03-30T17:09:24.778Z Compiling anstyle v1.0.14
11952026-03-30T17:09:24.891Z Compiling vcpkg v0.2.15
11962026-03-30T17:09:24.983Z Checking rustls-webpki v0.103.10
11972026-03-30T17:09:25.009Z Compiling anstyle-query v1.1.5
11982026-03-30T17:09:25.119Z Compiling anstream v1.0.0
11992026-03-30T17:09:25.443Z Compiling rustc_version v0.1.7
12002026-03-30T17:09:25.446Z Compiling openssl-sys v0.9.112
12012026-03-30T17:09:25.510Z Compiling num-iter v0.1.45
12022026-03-30T17:09:25.538Z Compiling num-rational v0.4.2
12032026-03-30T17:09:25.575Z Compiling terminal_size v0.4.4
12042026-03-30T17:09:25.960Z Compiling num-complex v0.4.6
12052026-03-30T17:09:25.991Z Compiling serde_spanned v0.6.9
12062026-03-30T17:09:26.040Z Compiling pin-project-internal v1.1.11
12072026-03-30T17:09:26.165Z Compiling derive-where v1.6.1
12082026-03-30T17:09:26.182Z Compiling serde_repr v0.1.20
12092026-03-30T17:09:26.364Z Compiling clap_lex v1.1.0
12102026-03-30T17:09:26.888Z Compiling toml_write v0.1.2
12112026-03-30T17:09:27.088Z Compiling toml_edit v0.22.27
12122026-03-30T17:09:27.104Z Compiling clap_builder v4.6.0
12132026-03-30T17:09:27.123Z Compiling num v0.4.3
12142026-03-30T17:09:27.444Z Compiling newtype_derive v0.1.6
12152026-03-30T17:09:27.725Z Compiling owo-colors v4.3.0
12162026-03-30T17:09:27.789Z Checking tokio-rustls v0.26.4
12172026-03-30T17:09:27.937Z Compiling float-ord v0.3.2
12182026-03-30T17:09:28.026Z Checking hyper-rustls v0.27.7
12192026-03-30T17:09:28.281Z Compiling snafu-derive v0.8.9
12202026-03-30T17:09:28.442Z Compiling rustls-platform-verifier v0.6.2
12212026-03-30T17:09:28.538Z Compiling toml v0.8.23
12222026-03-30T17:09:28.669Z Compiling clap v4.6.0
12232026-03-30T17:09:28.758Z Compiling async-recursion v1.1.1
12242026-03-30T17:09:28.899Z Compiling reqwest v0.13.2
12252026-03-30T17:09:29.085Z Checking unicode-width v0.2.2
12262026-03-30T17:09:29.616Z Compiling slog-dtrace v0.3.0
12272026-03-30T17:09:29.836Z Compiling unicode-xid v0.2.6
12282026-03-30T17:09:29.853Z Compiling minimal-lexical v0.2.1
12292026-03-30T17:09:29.901Z Compiling chrono-tz v0.10.4
12302026-03-30T17:09:29.958Z Compiling openssl v0.10.76
12312026-03-30T17:09:29.962Z Compiling cancel-safe-futures v0.1.5
12322026-03-30T17:09:29.994Z Compiling const_format_proc_macros v0.2.34
12332026-03-30T17:09:30.096Z Compiling progenitor-client v0.13.0
12342026-03-30T17:09:30.139Z Compiling nom v7.1.3
12352026-03-30T17:09:30.329Z Compiling progenitor-extras v0.1.1
12362026-03-30T17:09:30.565Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12372026-03-30T17:09:31.392Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12382026-03-30T17:09:31.411Z Compiling num-derive v0.3.3
12392026-03-30T17:09:31.500Z Compiling openssl-macros v0.1.1
12402026-03-30T17:09:31.964Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12412026-03-30T17:09:32.336Z Compiling cookie v0.18.1
12422026-03-30T17:09:32.822Z Compiling tabled_derive v0.7.0
12432026-03-30T17:09:35.181Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12442026-03-30T17:09:35.683Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12452026-03-30T17:09:37.296Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12462026-03-30T17:09:38.420Z Checking colored v3.1.1
12472026-03-30T17:09:38.456Z Checking tabwriter v1.4.1
12482026-03-30T17:09:38.475Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12492026-03-30T17:09:38.558Z Checking hash32 v0.3.1
12502026-03-30T17:09:38.581Z Checking foreign-types-shared v0.3.1
12512026-03-30T17:09:38.615Z Checking cpufeatures v0.3.0
12522026-03-30T17:09:38.692Z Checking chacha20 v0.10.0
12532026-03-30T17:09:38.849Z Checking foreign-types v0.5.0
12542026-03-30T17:09:38.944Z Checking ingot-types v0.1.2
12552026-03-30T17:09:39.075Z Checking crossbeam-epoch v0.9.18
12562026-03-30T17:09:39.108Z Checking num_enum v0.7.6
12572026-03-30T17:09:39.241Z Checking cobs v0.3.0
12582026-03-30T17:09:39.305Z Checking cstr-argument v0.1.2
12592026-03-30T17:09:39.340Z Checking bitflags v1.3.2
12602026-03-30T17:09:39.423Z Checking managed v0.8.0
12612026-03-30T17:09:39.440Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12622026-03-30T17:09:39.443Z Checking postcard v1.1.3
12632026-03-30T17:09:39.575Z Checking ingot v0.1.1
12642026-03-30T17:09:39.608Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12652026-03-30T17:09:39.797Z Checking rand v0.10.0
12662026-03-30T17:09:40.057Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12672026-03-30T17:09:41.241Z Checking tinyvec_macros v0.1.1
12682026-03-30T17:09:41.323Z Checking tinyvec v1.11.0
12692026-03-30T17:09:41.650Z Checking secrecy v0.10.3
12702026-03-30T17:09:41.772Z Checking data-encoding v2.10.0
12712026-03-30T17:09:42.045Z Checking itertools v0.12.1
12722026-03-30T17:09:42.166Z Checking scroll v0.12.0
12732026-03-30T17:09:42.543Z Checking static_assertions v1.1.0
12742026-03-30T17:09:42.820Z Checking goblin v0.8.2
12752026-03-30T17:09:42.857Z Checking crossbeam-deque v0.8.6
12762026-03-30T17:09:43.124Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12772026-03-30T17:09:43.681Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12782026-03-30T17:09:43.763Z Checking progenitor v0.13.0
12792026-03-30T17:09:44.118Z Checking hubpack v0.1.2
12802026-03-30T17:09:44.137Z Checking hmac v0.12.1
12812026-03-30T17:09:44.274Z Checking inout v0.1.4
12822026-03-30T17:09:44.291Z Checking ff v0.13.1
12832026-03-30T17:09:44.438Z Checking bstr v1.12.1
12842026-03-30T17:09:44.576Z Checking lazy_static v1.5.0
12852026-03-30T17:09:44.772Z Checking group v0.13.0
12862026-03-30T17:09:44.807Z Checking cipher v0.4.4
12872026-03-30T17:09:44.897Z Checking hkdf v0.12.4
12882026-03-30T17:09:44.916Z Checking rayon v1.11.0
12892026-03-30T17:09:45.144Z Checking camino-tempfile v1.4.1
12902026-03-30T17:09:45.259Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
12912026-03-30T17:09:45.277Z Checking num_enum v0.5.11
12922026-03-30T17:09:45.280Z Checking universal-hash v0.5.1
12932026-03-30T17:09:45.313Z Checking crypto-bigint v0.5.5
12942026-03-30T17:09:45.389Z Checking half v2.7.1
12952026-03-30T17:09:45.499Z Checking memmap v0.7.0
12962026-03-30T17:09:45.608Z Checking base64ct v1.8.3
12972026-03-30T17:09:45.634Z Checking opaque-debug v0.3.1
12982026-03-30T17:09:45.652Z Checking base16ct v0.2.0
12992026-03-30T17:09:45.759Z Checking ciborium-io v0.2.2
13002026-03-30T17:09:45.845Z Checking password-hash v0.5.0
13012026-03-30T17:09:45.877Z Checking ciborium-ll v0.2.2
13022026-03-30T17:09:45.881Z Checking poly1305 v0.8.0
13032026-03-30T17:09:46.064Z Checking usdt v0.5.0
13042026-03-30T17:09:46.083Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13052026-03-30T17:09:46.152Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13062026-03-30T17:09:46.171Z Checking chacha20 v0.9.1
13072026-03-30T17:09:46.188Z Checking zone v0.3.1
13082026-03-30T17:09:46.207Z Checking elliptic-curve v0.13.8
13092026-03-30T17:09:46.275Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13102026-03-30T17:09:46.361Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
13112026-03-30T17:09:46.457Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13122026-03-30T17:09:46.527Z Checking byte-wrapper v0.1.0
13132026-03-30T17:09:46.544Z Checking thiserror-no-std v2.0.2
13142026-03-30T17:09:46.632Z Checking blake2 v0.10.6
13152026-03-30T17:09:46.650Z Checking smf v0.2.3
13162026-03-30T17:09:46.653Z Checking aead v0.5.2
13172026-03-30T17:09:46.686Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13182026-03-30T17:09:46.727Z Checking sigpipe v0.1.3
13192026-03-30T17:09:46.829Z Checking bytecount v0.6.9
13202026-03-30T17:09:46.868Z Checking glob v0.3.3
13212026-03-30T17:09:46.893Z Checking keccak v0.1.6
13222026-03-30T17:09:46.916Z Checking indent_write v2.2.0
13232026-03-30T17:09:46.934Z Checking jiff v0.2.23
13242026-03-30T17:09:46.938Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13252026-03-30T17:09:47.048Z Checking sha3 v0.10.8
13262026-03-30T17:09:47.048Z Checking argon2 v0.5.3
13272026-03-30T17:09:47.102Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
13282026-03-30T17:09:47.272Z Checking chacha20poly1305 v0.10.1
13292026-03-30T17:09:47.304Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13302026-03-30T17:09:47.326Z Checking vsss-rs v3.3.4
13312026-03-30T17:09:47.344Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13322026-03-30T17:09:47.424Z Checking ciborium v0.2.2
13332026-03-30T17:09:47.495Z Checking atomicwrites v0.4.4
13342026-03-30T17:09:47.623Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13352026-03-30T17:09:47.770Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13362026-03-30T17:09:47.834Z Compiling parking_lot_core v0.8.6
13372026-03-30T17:09:47.881Z Checking linked-hash-map v0.5.6
13382026-03-30T17:09:47.922Z Checking resolv-conf v0.7.6
13392026-03-30T17:09:47.953Z Checking whoami v1.6.1
13402026-03-30T17:09:48.054Z Checking lru-cache v0.1.2
13412026-03-30T17:09:48.134Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13422026-03-30T17:09:48.155Z Checking similar v2.7.0
13432026-03-30T17:09:48.313Z Checking hickory-proto v0.24.4
13442026-03-30T17:09:48.352Z Checking serde-big-array v0.5.1
13452026-03-30T17:09:48.388Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
13462026-03-30T17:09:48.391Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13472026-03-30T17:09:48.474Z Checking unicode-segmentation v1.13.1
13482026-03-30T17:09:48.491Z Checking swrite v0.1.0
13492026-03-30T17:09:48.508Z Checking siphasher v1.0.2
13502026-03-30T17:09:48.511Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13512026-03-30T17:09:48.582Z Checking unicode-normalization v0.1.25
13522026-03-30T17:09:48.667Z Checking phf_shared v0.12.1
13532026-03-30T17:09:48.808Z Checking console v0.15.11
13542026-03-30T17:09:48.808Z Checking newline-converter v0.3.0
13552026-03-30T17:09:48.923Z Checking pin-project v1.1.11
13562026-03-30T17:09:49.024Z Checking tokio-stream v0.1.18
13572026-03-30T17:09:49.102Z Checking csv-core v0.1.13
13582026-03-30T17:09:49.164Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13592026-03-30T17:09:49.278Z Compiling crc32fast v1.5.0
13602026-03-30T17:09:49.365Z Checking unicode-width v0.1.14
13612026-03-30T17:09:49.409Z Checking same-file v1.0.6
13622026-03-30T17:09:49.491Z Checking foldhash v0.1.5
13632026-03-30T17:09:49.530Z Checking foreign-types-shared v0.1.1
13642026-03-30T17:09:49.566Z Checking highway v1.3.0
13652026-03-30T17:09:49.637Z Checking hashbrown v0.15.5
13662026-03-30T17:09:49.640Z Checking foreign-types v0.3.2
13672026-03-30T17:09:49.674Z Checking walkdir v2.5.0
13682026-03-30T17:09:49.791Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13692026-03-30T17:09:49.839Z Checking csv v1.4.0
13702026-03-30T17:09:49.857Z Checking hickory-resolver v0.24.4
13712026-03-30T17:09:50.099Z Checking expectorate v1.2.0
13722026-03-30T17:09:50.193Z Checking snafu v0.8.9
13732026-03-30T17:09:50.212Z Checking olpc-cjson v0.1.4
13742026-03-30T17:09:50.230Z Checking phf v0.12.1
13752026-03-30T17:09:50.352Z Checking tokio-dtrace v0.1.1
13762026-03-30T17:09:50.374Z Checking globset v0.4.18
13772026-03-30T17:09:50.431Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13782026-03-30T17:09:50.512Z Checking qorb v0.4.1
13792026-03-30T17:09:50.747Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13802026-03-30T17:09:50.765Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13812026-03-30T17:09:50.943Z Checking pem v3.0.6
13822026-03-30T17:09:51.021Z Checking libsw-core v0.3.2
13832026-03-30T17:09:51.040Z Checking serde_plain v1.0.2
13842026-03-30T17:09:51.090Z Checking unicode-linebreak v0.1.5
13852026-03-30T17:09:51.128Z Checking fixedbitset v0.4.2
13862026-03-30T17:09:51.146Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13872026-03-30T17:09:51.170Z Checking smawk v0.3.2
13882026-03-30T17:09:51.201Z Checking fixedbitset v0.5.7
13892026-03-30T17:09:51.284Z Checking typed-path v0.9.3
13902026-03-30T17:09:51.329Z Checking textwrap v0.16.2
13912026-03-30T17:09:51.405Z Checking petgraph v0.8.3
13922026-03-30T17:09:51.537Z Checking petgraph v0.6.5
13932026-03-30T17:09:51.553Z Checking libsw v3.5.0
13942026-03-30T17:09:52.055Z Checking tough v0.20.0
13952026-03-30T17:09:52.209Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13962026-03-30T17:09:52.381Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
13972026-03-30T17:09:52.570Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
13982026-03-30T17:09:52.811Z Checking oxide-tokio-rt v0.1.3
13992026-03-30T17:09:52.969Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14002026-03-30T17:09:53.025Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14012026-03-30T17:09:53.142Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14022026-03-30T17:09:53.371Z Checking papergrid v0.11.0
14032026-03-30T17:09:53.392Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14042026-03-30T17:09:53.656Z Checking gethostname v0.5.0
14052026-03-30T17:09:53.909Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14062026-03-30T17:09:53.978Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14072026-03-30T17:09:54.021Z Checking libscf-sys v1.1.0
14082026-03-30T17:09:54.104Z Checking const_format v0.2.35
14092026-03-30T17:09:54.238Z Checking bcs v0.1.6
14102026-03-30T17:09:54.415Z Checking termtree v0.5.1
14112026-03-30T17:09:54.434Z Checking tagptr v0.2.0
14122026-03-30T17:09:54.554Z Checking linear-map v1.2.0
14132026-03-30T17:09:54.604Z Checking moka v0.12.15
14142026-03-30T17:09:54.742Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14152026-03-30T17:09:54.893Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14162026-03-30T17:09:55.229Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14172026-03-30T17:09:55.432Z Checking tabled v0.15.0
14182026-03-30T17:09:55.798Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14192026-03-30T17:09:55.911Z Checking steno v0.4.1
14202026-03-30T17:09:55.963Z Checking hickory-proto v0.25.2
14212026-03-30T17:09:56.600Z Checking humantime v2.3.0
14222026-03-30T17:09:56.929Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14232026-03-30T17:09:57.109Z Compiling typify-impl v0.4.3
14242026-03-30T17:09:57.223Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14252026-03-30T17:09:57.240Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14262026-03-30T17:09:57.555Z Checking hickory-resolver v0.25.2
14272026-03-30T17:09:58.009Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14282026-03-30T17:09:58.135Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14292026-03-30T17:09:58.201Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14302026-03-30T17:10:00.438Z Compiling typify-macro v0.4.3
14312026-03-30T17:10:00.729Z Compiling crunchy v0.2.4
14322026-03-30T17:10:02.049Z Compiling tiny-keccak v2.0.2
14332026-03-30T17:10:03.945Z Compiling const-random-macro v0.1.16
14342026-03-30T17:10:03.979Z Compiling typify v0.4.3
14352026-03-30T17:10:06.359Z Compiling ahash v0.8.12
14362026-03-30T17:10:06.398Z Compiling smartstring v1.0.1
14372026-03-30T17:10:06.453Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14382026-03-30T17:10:11.513Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14392026-03-30T17:10:11.727Z Checking parking_lot v0.11.2
14402026-03-30T17:10:11.938Z Checking fxhash v0.2.1
14412026-03-30T17:10:11.955Z Compiling rhai_codegen v3.1.0
14422026-03-30T17:10:12.067Z Checking sled v0.34.7
14432026-03-30T17:10:12.283Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14442026-03-30T17:10:12.409Z Compiling proc-macro-error-attr2 v2.0.0
14452026-03-30T17:10:12.660Z Checking internet-checksum v0.2.1
14462026-03-30T17:10:12.785Z Compiling progenitor-impl v0.11.2
14472026-03-30T17:10:12.824Z Compiling proc-macro-error2 v2.0.1
14482026-03-30T17:10:13.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14492026-03-30T17:10:13.115Z Compiling tabled_derive v0.11.0
14502026-03-30T17:10:13.392Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14512026-03-30T17:10:13.958Z Checking const-random v0.1.18
14522026-03-30T17:10:14.387Z Checking thin-vec v0.2.14
14532026-03-30T17:10:14.616Z Checking rhai v1.24.0
14542026-03-30T17:10:14.774Z Checking nom v8.0.0
14552026-03-30T17:10:14.879Z Compiling progenitor-macro v0.11.2
14562026-03-30T17:10:14.943Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14572026-03-30T17:10:15.072Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
14582026-03-30T17:10:15.359Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14592026-03-30T17:10:15.426Z Checking arc-swap v1.9.0
14602026-03-30T17:10:15.616Z Checking papergrid v0.17.0
14612026-03-30T17:10:15.668Z Checking slog-scope v4.4.1
14622026-03-30T17:10:15.737Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14632026-03-30T17:10:15.811Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14642026-03-30T17:10:15.843Z Checking testing_table v0.3.0
14652026-03-30T17:10:15.943Z Checking dropshot-api-manager-types v0.5.2
14662026-03-30T17:10:16.145Z Checking slog-stdlog v4.1.1
14672026-03-30T17:10:16.402Z Checking tabled v0.20.0
14682026-03-30T17:10:16.581Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
14692026-03-30T17:10:16.744Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14702026-03-30T17:10:16.946Z Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
14712026-03-30T17:10:17.371Z Compiling progenitor-impl v0.10.0
14722026-03-30T17:10:17.450Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14732026-03-30T17:10:17.634Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14742026-03-30T17:10:17.654Z Checking progenitor-client v0.11.2
14752026-03-30T17:10:17.671Z Compiling lzma-sys v0.1.20
14762026-03-30T17:10:18.028Z Compiling fs-err v3.3.0
14772026-03-30T17:10:18.067Z Compiling typeid v1.0.3
14782026-03-30T17:10:18.385Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14792026-03-30T17:10:18.949Z Checking progenitor v0.11.2
14802026-03-30T17:10:19.093Z Checking slog-envlogger v2.2.0
14812026-03-30T17:10:19.218Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14822026-03-30T17:10:19.408Z Compiling progenitor-macro v0.10.0
14832026-03-30T17:10:19.966Z Checking crc8 v0.1.1
14842026-03-30T17:10:20.066Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14852026-03-30T17:10:21.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14862026-03-30T17:10:21.789Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14872026-03-30T17:10:21.811Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14882026-03-30T17:10:22.562Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14892026-03-30T17:10:22.717Z Compiling cargo_toml v0.22.3
14902026-03-30T17:10:22.799Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14912026-03-30T17:10:24.365Z Checking utf-8 v0.7.6
14922026-03-30T17:10:24.604Z Checking tungstenite v0.21.0
14932026-03-30T17:10:24.930Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
14942026-03-30T17:10:25.083Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
14952026-03-30T17:10:25.355Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14962026-03-30T17:10:25.384Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14972026-03-30T17:10:25.826Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14982026-03-30T17:10:26.015Z Checking sha2 v0.10.9
14992026-03-30T17:10:26.327Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15002026-03-30T17:10:26.428Z Checking diff v0.1.13
15012026-03-30T17:10:26.572Z Checking yansi v1.0.1
15022026-03-30T17:10:26.590Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15032026-03-30T17:10:26.626Z Checking progenitor v0.10.0
15042026-03-30T17:10:26.764Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
15052026-03-30T17:10:26.829Z Checking pretty_assertions v1.4.1
15062026-03-30T17:10:26.966Z Checking tokio-tungstenite v0.21.0
15072026-03-30T17:10:27.665Z Checking console v0.16.3
15082026-03-30T17:10:27.683Z Checking git-stub v1.0.0
15092026-03-30T17:10:27.838Z Checking base64 v0.21.7
15102026-03-30T17:10:27.871Z Checking unit-prefix v0.5.2
15112026-03-30T17:10:28.003Z Checking is_ci v1.2.0
15122026-03-30T17:10:28.080Z Checking sdd v3.0.10
15132026-03-30T17:10:28.115Z Checking indicatif v0.18.4
15142026-03-30T17:10:28.122Z Checking supports-color v3.0.2
15152026-03-30T17:10:28.260Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15162026-03-30T17:10:28.304Z Checking scc v2.4.0
15172026-03-30T17:10:28.469Z Checking git-stub-vcs v0.1.0
15182026-03-30T17:10:28.872Z Checking xz2 v0.1.7
15192026-03-30T17:10:29.041Z Checking ron v0.12.0
15202026-03-30T17:10:29.268Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15212026-03-30T17:10:29.581Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15222026-03-30T17:10:29.717Z Checking drift v0.1.3
15232026-03-30T17:10:29.766Z Compiling serial_test_derive v3.4.0
15242026-03-30T17:10:29.795Z Checking base16ct v1.0.0
15252026-03-30T17:10:29.975Z Checking dropshot-api-manager v0.5.2
15262026-03-30T17:10:30.080Z Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
15272026-03-30T17:10:30.460Z Checking serial_test v3.4.0
15282026-03-30T17:10:30.807Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
15292026-03-30T17:10:31.004Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15302026-03-30T17:10:31.042Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15312026-03-30T17:10:31.312Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15322026-03-30T17:10:31.498Z Checking natord v1.0.9
15332026-03-30T17:10:31.520Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15342026-03-30T17:10:31.635Z Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
15352026-03-30T17:10:32.211Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15362026-03-30T17:10:32.665Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15372026-03-30T17:10:33.108Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15382026-03-30T17:10:33.270Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15392026-03-30T17:10:33.711Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15402026-03-30T17:10:33.835Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15412026-03-30T17:10:34.481Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15422026-03-30T17:10:34.509Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15432026-03-30T17:10:37.755Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15442026-03-30T17:10:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15452026-03-30T17:10:47.290Z+ cargo xtask openapi check
15462026-03-30T17:10:47.613Z Compiling libc v0.2.183
15472026-03-30T17:10:47.633Z Compiling utf8parse v0.2.2
15482026-03-30T17:10:47.633Z Compiling is_terminal_polyfill v1.70.2
15492026-03-30T17:10:47.633Z Compiling scopeguard v1.2.0
15502026-03-30T17:10:47.633Z Compiling proc-macro2 v1.0.106
15512026-03-30T17:10:47.633Z Compiling quote v1.0.45
15522026-03-30T17:10:47.666Z Compiling cfg-if v1.0.4
15532026-03-30T17:10:47.681Z Compiling smallvec v1.15.1
15542026-03-30T17:10:47.700Z Compiling colorchoice v1.0.5
15552026-03-30T17:10:47.734Z Compiling anstyle-query v1.1.5
15562026-03-30T17:10:47.768Z Compiling anstyle v1.0.14
15572026-03-30T17:10:47.768Z Compiling anstyle-parse v1.0.0
15582026-03-30T17:10:48.364Z Compiling lock_api v0.4.14
15592026-03-30T17:10:48.406Z Compiling strsim v0.11.1
15602026-03-30T17:10:48.406Z Compiling clap_lex v1.1.0
15612026-03-30T17:10:48.406Z Compiling bytes v1.11.1
15622026-03-30T17:10:48.406Z Compiling anstream v1.0.0
15632026-03-30T17:10:48.406Z Compiling pin-project-lite v0.2.17
15642026-03-30T17:10:48.406Z Compiling errno v0.3.14
15652026-03-30T17:10:48.406Z Compiling parking_lot_core v0.9.12
15662026-03-30T17:10:48.406Z Compiling socket2 v0.6.3
15672026-03-30T17:10:48.406Z Compiling mio v1.1.1
15682026-03-30T17:10:48.407Z Compiling clap_builder v4.6.0
15692026-03-30T17:10:48.407Z Compiling signal-hook-registry v1.4.8
15702026-03-30T17:10:48.407Z Compiling parking_lot v0.12.5
15712026-03-30T17:10:48.543Z Compiling anyhow v1.0.102
15722026-03-30T17:10:48.653Z Compiling syn v2.0.117
15732026-03-30T17:10:50.276Z Compiling clap_derive v4.6.0
15742026-03-30T17:10:50.276Z Compiling tokio-macros v2.6.1
15752026-03-30T17:10:50.865Z Compiling tokio v1.50.0
15762026-03-30T17:10:55.325Z Compiling clap v4.6.0
15772026-03-30T17:10:55.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15782026-03-30T17:10:55.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
15792026-03-30T17:10:55.809Z Running `target/debug/xtask openapi check`
15802026-03-30T17:10:56.441Z Compiling libc v0.2.183
15812026-03-30T17:10:56.441Z Compiling serde_core v1.0.228
15822026-03-30T17:10:56.444Z Compiling memchr v2.8.0
15832026-03-30T17:10:56.554Z Compiling itoa v1.0.18
15842026-03-30T17:10:56.562Z Compiling stable_deref_trait v1.2.1
15852026-03-30T17:10:56.564Z Compiling zmij v1.0.21
15862026-03-30T17:10:56.565Z Compiling zerofrom v0.1.6
15872026-03-30T17:10:56.590Z Compiling litemap v0.8.1
15882026-03-30T17:10:56.708Z Compiling writeable v0.6.2
15892026-03-30T17:10:56.716Z Compiling yoke v0.8.1
15902026-03-30T17:10:56.726Z Compiling libm v0.2.16
15912026-03-30T17:10:56.775Z Compiling percent-encoding v2.3.2
15922026-03-30T17:10:56.823Z Compiling icu_properties_data v2.1.2
15932026-03-30T17:10:56.844Z Compiling zerovec v0.11.5
15942026-03-30T17:10:56.874Z Compiling zerotrie v0.2.3
15952026-03-30T17:10:56.967Z Compiling errno v0.3.14
15962026-03-30T17:10:56.974Z Compiling icu_normalizer_data v2.1.1
15972026-03-30T17:10:57.014Z Compiling form_urlencoded v1.2.2
15982026-03-30T17:10:57.074Z Compiling utf8_iter v1.0.4
15992026-03-30T17:10:57.143Z Compiling zeroize v1.8.2
16002026-03-30T17:10:57.171Z Compiling rand_core v0.10.0
16012026-03-30T17:10:57.194Z Compiling iana-time-zone v0.1.65
16022026-03-30T17:10:57.207Z Compiling scopeguard v1.2.0
16032026-03-30T17:10:57.220Z Compiling dyn-clone v1.0.20
16042026-03-30T17:10:57.314Z Compiling tinystr v0.8.2
16052026-03-30T17:10:57.324Z Compiling potential_utf v0.1.4
16062026-03-30T17:10:57.334Z Compiling getrandom v0.4.2
16072026-03-30T17:10:57.344Z Compiling lock_api v0.4.14
16082026-03-30T17:10:57.358Z Compiling portable-atomic v1.13.1
16092026-03-30T17:10:57.411Z Compiling getrandom v0.2.17
16102026-03-30T17:10:57.484Z Compiling icu_locale_core v2.1.1
16112026-03-30T17:10:57.512Z Compiling num-traits v0.2.19
16122026-03-30T17:10:57.515Z Compiling icu_collections v2.1.1
16132026-03-30T17:10:57.572Z Compiling socket2 v0.6.3
16142026-03-30T17:10:57.598Z Compiling critical-section v1.2.0
16152026-03-30T17:10:57.710Z Compiling signal-hook-registry v1.4.8
16162026-03-30T17:10:57.867Z Compiling once_cell v1.21.4
16172026-03-30T17:10:57.896Z Compiling mio v1.1.1
16182026-03-30T17:10:57.997Z Compiling thiserror v2.0.18
16192026-03-30T17:10:58.011Z Compiling subtle v2.6.1
16202026-03-30T17:10:58.033Z Compiling zerocopy v0.8.47
16212026-03-30T17:10:58.080Z Compiling futures-core v0.3.32
16222026-03-30T17:10:58.104Z Compiling icu_provider v2.1.1
16232026-03-30T17:10:58.138Z Compiling rand_core v0.6.4
16242026-03-30T17:10:58.191Z Compiling equivalent v1.0.2
16252026-03-30T17:10:58.236Z Compiling serde v1.0.228
16262026-03-30T17:10:58.270Z Compiling serde_json v1.0.149
16272026-03-30T17:10:58.362Z Compiling icu_properties v2.1.2
16282026-03-30T17:10:58.365Z Compiling uuid v1.23.0
16292026-03-30T17:10:58.397Z Compiling semver v1.0.27
16302026-03-30T17:10:58.408Z Compiling bitflags v2.11.0
16312026-03-30T17:10:58.427Z Compiling log v0.4.29
16322026-03-30T17:10:58.617Z Compiling allocator-api2 v0.2.21
16332026-03-30T17:10:58.643Z Compiling futures-sink v0.3.32
16342026-03-30T17:10:58.737Z Compiling smallvec v1.15.1
16352026-03-30T17:10:58.749Z Compiling bytes v1.11.1
16362026-03-30T17:10:58.749Z Compiling chrono v0.4.44
16372026-03-30T17:10:58.786Z Compiling foldhash v0.2.0
16382026-03-30T17:10:58.940Z Compiling icu_normalizer v2.1.1
16392026-03-30T17:10:58.968Z Compiling parking_lot_core v0.9.12
16402026-03-30T17:10:59.019Z Compiling hashbrown v0.16.1
16412026-03-30T17:10:59.275Z Compiling idna_adapter v1.2.1
16422026-03-30T17:10:59.361Z Compiling parking_lot v0.12.5
16432026-03-30T17:10:59.377Z Compiling slog v2.8.2
16442026-03-30T17:10:59.394Z Compiling idna v1.1.0
16452026-03-30T17:10:59.430Z Compiling slab v0.4.12
16462026-03-30T17:10:59.458Z Compiling typenum v1.19.0
16472026-03-30T17:10:59.519Z Compiling futures-channel v0.3.32
16482026-03-30T17:10:59.601Z Compiling tokio v1.50.0
16492026-03-30T17:10:59.614Z Compiling futures-io v0.3.32
16502026-03-30T17:10:59.744Z Compiling url v2.5.8
16512026-03-30T17:10:59.744Z Compiling futures-task v0.3.32
16522026-03-30T17:10:59.775Z Compiling indexmap v2.13.0
16532026-03-30T17:10:59.930Z Compiling futures-util v0.3.32
16542026-03-30T17:11:00.042Z Compiling generic-array v0.14.7
16552026-03-30T17:11:00.110Z Compiling tracing-core v0.1.36
16562026-03-30T17:11:00.224Z Compiling schemars v0.8.22
16572026-03-30T17:11:00.406Z Compiling getrandom v0.3.4
16582026-03-30T17:11:00.550Z Compiling crypto-common v0.1.7
16592026-03-30T17:11:00.570Z Compiling tracing v0.1.44
16602026-03-30T17:11:00.592Z Compiling base64 v0.22.1
16612026-03-30T17:11:00.686Z Compiling byteorder v1.5.0
16622026-03-30T17:11:00.698Z Compiling http v1.4.0
16632026-03-30T17:11:00.813Z Compiling unicode-ident v1.0.24
16642026-03-30T17:11:00.920Z Compiling fnv v1.0.7
16652026-03-30T17:11:00.932Z Compiling proc-macro2 v1.0.106
16662026-03-30T17:11:00.945Z Compiling block-buffer v0.10.4
16672026-03-30T17:11:01.018Z Compiling ipnetwork v0.21.1
16682026-03-30T17:11:01.031Z Compiling rustls-pki-types v1.14.0
16692026-03-30T17:11:01.095Z Compiling digest v0.10.7
16702026-03-30T17:11:01.319Z Compiling quote v1.0.45
16712026-03-30T17:11:01.478Z Compiling ppv-lite86 v0.2.21
16722026-03-30T17:11:01.543Z Compiling erased-serde v0.3.31
16732026-03-30T17:11:01.597Z Compiling ipnet v2.12.0
16742026-03-30T17:11:01.618Z Compiling untrusted v0.9.0
16752026-03-30T17:11:01.658Z Compiling syn v2.0.117
16762026-03-30T17:11:01.700Z Compiling thiserror v1.0.69
16772026-03-30T17:11:01.741Z Compiling rustix v1.1.4
16782026-03-30T17:11:01.809Z Compiling http-body v1.0.1
16792026-03-30T17:11:01.812Z Compiling oxnet v0.1.4
16802026-03-30T17:11:02.047Z Compiling atomic-waker v1.1.2
16812026-03-30T17:11:02.126Z Compiling pretty-hex v0.4.2
16822026-03-30T17:11:02.179Z Compiling httparse v1.10.1
16832026-03-30T17:11:02.244Z Compiling tower-layer v0.3.3
16842026-03-30T17:11:02.268Z Compiling tower-service v0.3.3
16852026-03-30T17:11:02.279Z Compiling plain v0.2.3
16862026-03-30T17:11:02.368Z Compiling ryu v1.0.23
16872026-03-30T17:11:02.384Z Compiling try-lock v0.2.5
16882026-03-30T17:11:02.397Z Compiling hex v0.4.3
16892026-03-30T17:11:02.407Z Compiling ucd-trie v0.1.7
16902026-03-30T17:11:02.494Z Compiling want v0.3.1
16912026-03-30T17:11:02.497Z Compiling pin-utils v0.1.0
16922026-03-30T17:11:02.552Z Compiling httpdate v1.0.3
16932026-03-30T17:11:02.579Z Compiling pest v2.8.6
16942026-03-30T17:11:02.657Z Compiling crossbeam-utils v0.8.21
16952026-03-30T17:11:02.669Z Compiling omicron-workspace-hack v0.1.0
16962026-03-30T17:11:02.699Z Compiling cpufeatures v0.2.17
16972026-03-30T17:11:02.742Z Compiling rand_core v0.9.5
16982026-03-30T17:11:02.775Z Compiling fastrand v2.3.0
16992026-03-30T17:11:02.793Z Compiling regex-syntax v0.8.10
17002026-03-30T17:11:02.918Z Compiling serde_urlencoded v0.7.1
17012026-03-30T17:11:02.960Z Compiling http-body-util v0.1.3
17022026-03-30T17:11:03.050Z Compiling newtype-uuid v1.3.2
17032026-03-30T17:11:03.168Z Compiling camino v1.2.2
17042026-03-30T17:11:03.183Z Compiling rand_chacha v0.9.0
17052026-03-30T17:11:03.205Z Compiling aws-lc-sys v0.39.0
17062026-03-30T17:11:03.385Z Compiling tokio-util v0.7.18
17072026-03-30T17:11:03.566Z Compiling daft v0.1.5
17082026-03-30T17:11:03.584Z Compiling untrusted v0.7.1
17092026-03-30T17:11:03.716Z Compiling aws-lc-rs v1.16.2
17102026-03-30T17:11:03.814Z Compiling rand v0.9.2
17112026-03-30T17:11:03.838Z Compiling tempfile v3.27.0
17122026-03-30T17:11:03.863Z Compiling powerfmt v0.2.0
17132026-03-30T17:11:04.077Z Compiling h2 v0.4.13
17142026-03-30T17:11:04.117Z Compiling rustls v0.23.37
17152026-03-30T17:11:04.248Z Compiling deranged v0.5.8
17162026-03-30T17:11:04.354Z Compiling futures-executor v0.3.32
17172026-03-30T17:11:04.416Z Compiling sync_wrapper v1.0.2
17182026-03-30T17:11:04.530Z Compiling aho-corasick v1.1.4
17192026-03-30T17:11:04.636Z Compiling num_threads v0.1.7
17202026-03-30T17:11:04.741Z Compiling rustls-webpki v0.103.10
17212026-03-30T17:11:05.142Z Compiling time-core v0.1.8
17222026-03-30T17:11:05.225Z Compiling num-conv v0.2.0
17232026-03-30T17:11:05.310Z Compiling tower v0.5.3
17242026-03-30T17:11:05.365Z Compiling time v0.3.47
17252026-03-30T17:11:05.662Z Compiling regex-automata v0.4.14
17262026-03-30T17:11:05.685Z Compiling futures v0.3.32
17272026-03-30T17:11:05.770Z Compiling scroll v0.13.0
17282026-03-30T17:11:05.782Z Compiling openapiv3 v2.2.0
17292026-03-30T17:11:05.796Z Compiling winnow v1.0.0
17302026-03-30T17:11:06.040Z Compiling iri-string v0.7.11
17312026-03-30T17:11:06.425Z Compiling hyper v1.8.1
17322026-03-30T17:11:06.951Z Compiling goblin v0.10.5
17332026-03-30T17:11:07.110Z Compiling crossbeam-channel v0.5.15
17342026-03-30T17:11:07.123Z Compiling ring v0.17.14
17352026-03-30T17:11:07.398Z Compiling tower-http v0.6.8
17362026-03-30T17:11:07.599Z Compiling hyper-util v0.1.20
17372026-03-30T17:11:07.757Z Compiling winnow v0.7.15
17382026-03-30T17:11:07.842Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17392026-03-30T17:11:08.087Z Compiling dtrace-parser v0.3.0
17402026-03-30T17:11:08.294Z Compiling rustls-webpki v0.102.8
17412026-03-30T17:11:08.871Z Compiling thread-id v5.1.0
17422026-03-30T17:11:08.939Z Compiling thread_local v1.1.9
17432026-03-30T17:11:08.960Z Compiling openssl-probe v0.2.1
17442026-03-30T17:11:09.075Z Compiling match_cfg v0.1.0
17452026-03-30T17:11:09.115Z Compiling debug-ignore v1.0.5
17462026-03-30T17:11:09.151Z Compiling hostname v0.3.1
17472026-03-30T17:11:09.151Z Compiling rustls-native-certs v0.8.3
17482026-03-30T17:11:09.213Z Compiling rustls v0.22.4
17492026-03-30T17:11:09.222Z Compiling tokio-rustls v0.26.4
17502026-03-30T17:11:09.247Z Compiling regex v1.12.3
17512026-03-30T17:11:09.259Z Compiling toml_parser v1.1.0+spec-1.1.0
17522026-03-30T17:11:09.292Z Compiling slog-json v2.6.1
17532026-03-30T17:11:09.484Z Compiling rand_chacha v0.3.1
17542026-03-30T17:11:09.496Z Compiling toml_datetime v0.7.5+spec-1.1.0
17552026-03-30T17:11:09.507Z Compiling serde_spanned v1.1.0
17562026-03-30T17:11:09.657Z Compiling dof v0.4.0
17572026-03-30T17:11:09.707Z Compiling is-terminal v0.4.17
17582026-03-30T17:11:09.797Z Compiling memmap2 v0.9.10
17592026-03-30T17:11:09.809Z Compiling encoding_rs v0.8.35
17602026-03-30T17:11:09.893Z Compiling take_mut v0.2.2
17612026-03-30T17:11:09.910Z Compiling either v1.15.0
17622026-03-30T17:11:10.007Z Compiling spin v0.9.8
17632026-03-30T17:11:10.019Z Compiling toml_writer v1.1.0+spec-1.1.0
17642026-03-30T17:11:10.116Z Compiling mime v0.3.17
17652026-03-30T17:11:10.127Z Compiling term v1.2.1
17662026-03-30T17:11:10.237Z Compiling toml v0.9.12+spec-1.1.0
17672026-03-30T17:11:10.389Z Compiling usdt-impl v0.6.0
17682026-03-30T17:11:10.796Z Compiling multer v3.1.0
17692026-03-30T17:11:10.886Z Compiling usdt v0.6.0
17702026-03-30T17:11:10.955Z Compiling slog-term v2.9.2
17712026-03-30T17:11:11.090Z Compiling tokio-rustls v0.25.0
17722026-03-30T17:11:11.188Z Compiling slog-async v2.8.0
17732026-03-30T17:11:11.323Z Compiling rand v0.8.5
17742026-03-30T17:11:11.339Z Compiling slog-bunyan v2.5.0
17752026-03-30T17:11:11.486Z Compiling hyper-rustls v0.27.7
17762026-03-30T17:11:11.536Z Compiling rustls-platform-verifier v0.6.2
17772026-03-30T17:11:11.566Z Compiling ref-cast v1.0.25
17782026-03-30T17:11:11.674Z Compiling async-stream v0.3.6
17792026-03-30T17:11:11.687Z Compiling strum v0.26.3
17802026-03-30T17:11:11.687Z Compiling sha1 v0.10.6
17812026-03-30T17:11:11.708Z Compiling waitgroup v0.1.2
17822026-03-30T17:11:11.769Z Compiling rustls-pemfile v2.2.0
17832026-03-30T17:11:11.781Z Compiling regress v0.10.5
17842026-03-30T17:11:11.818Z Compiling macaddr v1.0.1
17852026-03-30T17:11:11.847Z Compiling serde_path_to_error v0.1.20
17862026-03-30T17:11:11.860Z Compiling hostname v0.4.2
17872026-03-30T17:11:11.930Z Compiling wait-timeout v0.2.1
17882026-03-30T17:11:11.975Z Compiling quick-error v1.2.3
17892026-03-30T17:11:12.001Z Compiling bit-vec v0.8.0
17902026-03-30T17:11:12.001Z Compiling reqwest v0.13.2
17912026-03-30T17:11:12.052Z Compiling serde_with v3.18.0
17922026-03-30T17:11:12.084Z Compiling rusty-fork v0.3.1
17932026-03-30T17:11:12.205Z Compiling bit-set v0.8.0
17942026-03-30T17:11:12.236Z Compiling dropshot v0.16.7
17952026-03-30T17:11:12.250Z Compiling rand_xorshift v0.4.0
17962026-03-30T17:11:12.372Z Compiling unarray v0.1.4
17972026-03-30T17:11:12.403Z Compiling strum v0.27.2
17982026-03-30T17:11:12.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17992026-03-30T17:11:12.486Z Compiling proptest v1.11.0
18002026-03-30T17:11:12.536Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18012026-03-30T17:11:12.564Z Compiling instant v0.1.13
18022026-03-30T17:11:12.678Z Compiling rustc-hash v2.1.1
18032026-03-30T17:11:12.719Z Compiling reqwest v0.12.28
18042026-03-30T17:11:12.808Z Compiling iddqd v0.3.17
18052026-03-30T17:11:12.885Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-30T17:11:13.138Z Compiling backon v1.6.0
18072026-03-30T17:11:13.350Z Compiling progenitor-client v0.13.0
18082026-03-30T17:11:13.659Z Compiling progenitor-client v0.10.0
18092026-03-30T17:11:13.775Z Compiling progenitor-extras v0.1.1
18102026-03-30T17:11:13.938Z Compiling backoff v0.4.0
18112026-03-30T17:11:13.950Z Compiling itertools v0.14.0
18122026-03-30T17:11:14.025Z Compiling parse-display v0.10.0
18132026-03-30T17:11:14.161Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18142026-03-30T17:11:14.359Z Compiling unicode-width v0.2.2
18152026-03-30T17:11:14.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18162026-03-30T17:11:15.054Z Compiling terminal_size v0.4.4
18172026-03-30T17:11:15.151Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-30T17:11:15.217Z Compiling crossbeam-epoch v0.9.18
18192026-03-30T17:11:15.230Z Compiling clap_builder v4.6.0
18202026-03-30T17:11:15.562Z Compiling tinyvec_macros v0.1.1
18212026-03-30T17:11:15.578Z Compiling hash32 v0.3.1
18222026-03-30T17:11:15.637Z Compiling tinyvec v1.11.0
18232026-03-30T17:11:15.650Z Compiling secrecy v0.10.3
18242026-03-30T17:11:15.671Z Compiling scroll v0.12.0
18252026-03-30T17:11:15.739Z Compiling heapless v0.8.0
18262026-03-30T17:11:15.811Z Compiling ingot-types v0.1.2
18272026-03-30T17:11:15.946Z Compiling cobs v0.3.0
18282026-03-30T17:11:15.986Z Compiling managed v0.8.0
18292026-03-30T17:11:16.052Z Compiling heck v0.5.0
18302026-03-30T17:11:16.192Z Compiling bitflags v1.3.2
18312026-03-30T17:11:16.221Z Compiling ingot v0.1.1
18322026-03-30T17:11:16.233Z Compiling postcard v1.1.3
18332026-03-30T17:11:16.272Z Compiling smoltcp v0.11.0
18342026-03-30T17:11:16.285Z Compiling goblin v0.8.2
18352026-03-30T17:11:16.328Z Compiling crucible-workspace-hack v0.1.0
18362026-03-30T17:11:16.572Z Compiling crossbeam-deque v0.8.6
18372026-03-30T17:11:16.613Z Compiling zerocopy v0.7.35
18382026-03-30T17:11:16.776Z Compiling tabwriter v1.4.1
18392026-03-30T17:11:17.034Z Compiling clap v4.6.0
18402026-03-30T17:11:17.127Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18412026-03-30T17:11:17.197Z Compiling num-integer v0.1.46
18422026-03-30T17:11:17.434Z Compiling foreign-types-shared v0.3.1
18432026-03-30T17:11:17.521Z Compiling cpufeatures v0.3.0
18442026-03-30T17:11:17.605Z Compiling chacha20 v0.10.0
18452026-03-30T17:11:17.873Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18462026-03-30T17:11:18.090Z Compiling foreign-types v0.5.0
18472026-03-30T17:11:18.144Z Compiling rayon-core v1.13.0
18482026-03-30T17:11:18.172Z Compiling num_enum v0.7.6
18492026-03-30T17:11:18.294Z Compiling memoffset v0.9.1
18502026-03-30T17:11:18.297Z Compiling rustix v0.38.44
18512026-03-30T17:11:18.387Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18522026-03-30T17:11:18.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18532026-03-30T17:11:18.507Z Compiling dof v0.3.0
18542026-03-30T17:11:18.589Z Compiling dtrace-parser v0.2.0
18552026-03-30T17:11:18.692Z Compiling hmac v0.12.1
18562026-03-30T17:11:18.838Z Compiling inout v0.1.4
18572026-03-30T17:11:18.858Z Compiling serde_spanned v0.6.9
18582026-03-30T17:11:18.991Z Compiling toml_datetime v0.6.11
18592026-03-30T17:11:19.005Z Compiling ff v0.13.1
18602026-03-30T17:11:19.017Z Compiling thread-id v4.2.2
18612026-03-30T17:11:19.106Z Compiling cstr-argument v0.1.2
18622026-03-30T17:11:19.140Z Compiling bstr v1.12.1
18632026-03-30T17:11:19.167Z Compiling toml_write v0.1.2
18642026-03-30T17:11:19.261Z Compiling colored v3.1.1
18652026-03-30T17:11:19.301Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18662026-03-30T17:11:19.372Z Compiling toml_edit v0.22.27
18672026-03-30T17:11:19.385Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18682026-03-30T17:11:19.563Z Compiling group v0.13.0
18692026-03-30T17:11:19.628Z Compiling usdt-impl v0.5.0
18702026-03-30T17:11:19.650Z Compiling cipher v0.4.4
18712026-03-30T17:11:19.678Z Compiling hkdf v0.12.4
18722026-03-30T17:11:19.829Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18732026-03-30T17:11:19.878Z Compiling rayon v1.11.0
18742026-03-30T17:11:19.953Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
18752026-03-30T17:11:20.118Z Compiling nix v0.31.2
18762026-03-30T17:11:20.130Z Compiling num_enum v0.5.11
18772026-03-30T17:11:20.158Z Compiling rand v0.10.0
18782026-03-30T17:11:20.249Z Compiling num-iter v0.1.45
18792026-03-30T17:11:20.293Z Compiling num-rational v0.4.2
18802026-03-30T17:11:20.375Z Compiling camino-tempfile v1.4.1
18812026-03-30T17:11:20.611Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18822026-03-30T17:11:20.819Z Compiling half v2.7.1
18832026-03-30T17:11:20.844Z Compiling universal-hash v0.5.1
18842026-03-30T17:11:20.955Z Compiling crypto-bigint v0.5.5
18852026-03-30T17:11:20.981Z Compiling num-complex v0.4.6
18862026-03-30T17:11:21.126Z Compiling memmap v0.7.0
18872026-03-30T17:11:21.314Z Compiling base16ct v0.2.0
18882026-03-30T17:11:21.391Z Compiling ciborium-io v0.2.2
18892026-03-30T17:11:21.483Z Compiling opaque-debug v0.3.1
18902026-03-30T17:11:21.495Z Compiling static_assertions v1.1.0
18912026-03-30T17:11:21.518Z Compiling base64ct v1.8.3
18922026-03-30T17:11:21.557Z Compiling data-encoding v2.10.0
18932026-03-30T17:11:21.570Z Compiling poly1305 v0.8.0
18942026-03-30T17:11:21.611Z Compiling ciborium-ll v0.2.2
18952026-03-30T17:11:21.649Z Compiling num v0.4.3
18962026-03-30T17:11:21.729Z Compiling curve25519-dalek v4.1.3
18972026-03-30T17:11:21.827Z Compiling password-hash v0.5.0
18982026-03-30T17:11:21.839Z Compiling usdt v0.5.0
18992026-03-30T17:11:22.109Z Compiling elliptic-curve v0.13.8
19002026-03-30T17:11:22.178Z Compiling thiserror-no-std v2.0.2
19012026-03-30T17:11:22.272Z Compiling toml v0.8.23
19022026-03-30T17:11:22.283Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19032026-03-30T17:11:22.299Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19042026-03-30T17:11:22.384Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19052026-03-30T17:11:22.396Z Compiling chacha20 v0.9.1
19062026-03-30T17:11:22.612Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19072026-03-30T17:11:22.626Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19082026-03-30T17:11:22.872Z Compiling typify-impl v0.6.1
19092026-03-30T17:11:22.899Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19102026-03-30T17:11:22.914Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19112026-03-30T17:11:23.064Z Compiling itertools v0.12.1
19122026-03-30T17:11:23.116Z Compiling byte-wrapper v0.1.0
19132026-03-30T17:11:23.297Z Compiling blake2 v0.10.6
19142026-03-30T17:11:23.476Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19152026-03-30T17:11:23.642Z Compiling aead v0.5.2
19162026-03-30T17:11:23.696Z Compiling sigpipe v0.1.3
19172026-03-30T17:11:23.758Z Compiling keccak v0.1.6
19182026-03-30T17:11:23.787Z Compiling float-ord v0.3.2
19192026-03-30T17:11:23.799Z Compiling glob v0.3.3
19202026-03-30T17:11:23.810Z Compiling indent_write v2.2.0
19212026-03-30T17:11:23.871Z Compiling jiff v0.2.23
19222026-03-30T17:11:23.905Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19232026-03-30T17:11:23.948Z Compiling sha3 v0.10.8
19242026-03-30T17:11:23.998Z Compiling chacha20poly1305 v0.10.1
19252026-03-30T17:11:24.138Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19262026-03-30T17:11:24.217Z Compiling zone v0.3.1
19272026-03-30T17:11:24.236Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19282026-03-30T17:11:24.272Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19292026-03-30T17:11:24.529Z Compiling typify v0.6.1
19302026-03-30T17:11:24.645Z Compiling argon2 v0.5.3
19312026-03-30T17:11:24.963Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19322026-03-30T17:11:25.163Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19332026-03-30T17:11:25.212Z Compiling vsss-rs v3.3.4
19342026-03-30T17:11:25.412Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19352026-03-30T17:11:25.682Z Compiling ciborium v0.2.2
19362026-03-30T17:11:26.031Z Compiling atomicwrites v0.4.4
19372026-03-30T17:11:26.225Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19382026-03-30T17:11:26.259Z Compiling smf v0.2.3
19392026-03-30T17:11:26.304Z Compiling whoami v1.6.1
19402026-03-30T17:11:26.354Z Compiling linked-hash-map v0.5.6
19412026-03-30T17:11:26.423Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19422026-03-30T17:11:26.526Z Compiling resolv-conf v0.7.6
19432026-03-30T17:11:26.548Z Compiling lru-cache v0.1.2
19442026-03-30T17:11:26.615Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19452026-03-30T17:11:26.850Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19462026-03-30T17:11:26.904Z Compiling hubpack v0.1.2
19472026-03-30T17:11:27.145Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19482026-03-30T17:11:27.202Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19492026-03-30T17:11:27.247Z Compiling progenitor-impl v0.13.0
19502026-03-30T17:11:27.467Z Compiling hickory-proto v0.24.4
19512026-03-30T17:11:28.261Z Compiling similar v2.7.0
19522026-03-30T17:11:28.372Z Compiling serde-big-array v0.5.1
19532026-03-30T17:11:28.420Z Compiling swrite v0.1.0
19542026-03-30T17:11:28.520Z Compiling unicode-segmentation v1.13.1
19552026-03-30T17:11:28.520Z Compiling siphasher v1.0.2
19562026-03-30T17:11:28.720Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19572026-03-30T17:11:28.960Z Compiling newline-converter v0.3.0
19582026-03-30T17:11:29.087Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19592026-03-30T17:11:29.197Z Compiling phf_shared v0.12.1
19602026-03-30T17:11:29.382Z Compiling hickory-resolver v0.24.4
19612026-03-30T17:11:29.469Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19622026-03-30T17:11:29.910Z Compiling pin-project v1.1.11
19632026-03-30T17:11:30.022Z Compiling progenitor v0.13.0
19642026-03-30T17:11:30.113Z Compiling prettyplease v0.2.37
19652026-03-30T17:11:30.168Z Compiling unicode-normalization v0.1.25
19662026-03-30T17:11:30.420Z Compiling console v0.15.11
19672026-03-30T17:11:30.582Z Compiling tokio-stream v0.1.18
19682026-03-30T17:11:30.645Z Compiling csv-core v0.1.13
19692026-03-30T17:11:30.922Z Compiling highway v1.3.0
19702026-03-30T17:11:31.052Z Compiling foldhash v0.1.5
19712026-03-30T17:11:31.065Z Compiling unicode-width v0.1.14
19722026-03-30T17:11:31.239Z Compiling foreign-types-shared v0.1.1
19732026-03-30T17:11:31.332Z Compiling same-file v1.0.6
19742026-03-30T17:11:31.336Z Compiling foreign-types v0.3.2
19752026-03-30T17:11:31.357Z Compiling hashbrown v0.15.5
19762026-03-30T17:11:31.391Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19772026-03-30T17:11:31.420Z Compiling qorb v0.4.1
19782026-03-30T17:11:31.450Z Compiling walkdir v2.5.0
19792026-03-30T17:11:31.510Z Compiling csv v1.4.0
19802026-03-30T17:11:31.793Z Compiling expectorate v1.2.0
19812026-03-30T17:11:31.882Z Compiling olpc-cjson v0.1.4
19822026-03-30T17:11:31.950Z Compiling snafu v0.8.9
19832026-03-30T17:11:32.051Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19842026-03-30T17:11:32.082Z Compiling newtype_derive v0.1.6
19852026-03-30T17:11:32.169Z Compiling owo-colors v4.3.0
19862026-03-30T17:11:32.332Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19872026-03-30T17:11:32.345Z Compiling phf v0.12.1
19882026-03-30T17:11:32.501Z Compiling openssl-sys v0.9.112
19892026-03-30T17:11:32.906Z Compiling tokio-dtrace v0.1.1
19902026-03-30T17:11:33.030Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19912026-03-30T17:11:33.056Z Compiling globset v0.4.18
19922026-03-30T17:11:33.178Z Compiling libsw-core v0.3.2
19932026-03-30T17:11:33.233Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
19942026-03-30T17:11:33.352Z Compiling pem v3.0.6
19952026-03-30T17:11:33.492Z Compiling serde_plain v1.0.2
19962026-03-30T17:11:33.588Z Compiling fixedbitset v0.4.2
19972026-03-30T17:11:33.703Z Compiling unicode-linebreak v0.1.5
19982026-03-30T17:11:33.722Z Compiling typed-path v0.9.3
19992026-03-30T17:11:33.822Z Compiling bytecount v0.6.9
20002026-03-30T17:11:33.835Z Compiling minimal-lexical v0.2.1
20012026-03-30T17:11:33.877Z Compiling fixedbitset v0.5.7
20022026-03-30T17:11:33.957Z Compiling smawk v0.3.2
20032026-03-30T17:11:33.969Z Compiling papergrid v0.11.0
20042026-03-30T17:11:34.071Z Compiling petgraph v0.8.3
20052026-03-30T17:11:34.090Z Compiling textwrap v0.16.2
20062026-03-30T17:11:34.102Z Compiling nom v7.1.3
20072026-03-30T17:11:34.201Z Compiling petgraph v0.6.5
20082026-03-30T17:11:34.597Z Compiling tough v0.20.0
20092026-03-30T17:11:35.012Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-30T17:11:35.197Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-30T17:11:35.437Z Compiling openssl v0.10.76
20122026-03-30T17:11:35.604Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20132026-03-30T17:11:35.706Z Compiling libsw v3.5.0
20142026-03-30T17:11:35.831Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20152026-03-30T17:11:35.844Z Compiling oxide-tokio-rt v0.1.3
20162026-03-30T17:11:35.878Z Compiling chrono-tz v0.10.4
20172026-03-30T17:11:36.072Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-30T17:11:36.154Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-30T17:11:36.415Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-30T17:11:36.938Z Compiling slog-dtrace v0.3.0
20212026-03-30T17:11:37.255Z Compiling const_format v0.2.35
20222026-03-30T17:11:37.610Z Compiling cancel-safe-futures v0.1.5
20232026-03-30T17:11:37.934Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20242026-03-30T17:11:38.002Z Compiling gethostname v0.5.0
20252026-03-30T17:11:38.067Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20262026-03-30T17:11:38.133Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-30T17:11:38.496Z Compiling bcs v0.1.6
20282026-03-30T17:11:38.686Z Compiling tagptr v0.2.0
20292026-03-30T17:11:38.826Z Compiling termtree v0.5.1
20302026-03-30T17:11:38.843Z Compiling linear-map v1.2.0
20312026-03-30T17:11:38.881Z Compiling lazy_static v1.5.0
20322026-03-30T17:11:38.981Z Compiling steno v0.4.1
20332026-03-30T17:11:38.993Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20342026-03-30T17:11:39.030Z Compiling moka v0.12.15
20352026-03-30T17:11:39.150Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20362026-03-30T17:11:39.356Z Compiling tabled v0.15.0
20372026-03-30T17:11:39.694Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20382026-03-30T17:11:39.798Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-30T17:11:40.433Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20402026-03-30T17:11:40.487Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20412026-03-30T17:11:40.588Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20422026-03-30T17:11:40.701Z Compiling cookie v0.18.1
20432026-03-30T17:11:40.781Z Compiling hickory-proto v0.25.2
20442026-03-30T17:11:41.344Z Compiling humantime v2.3.0
20452026-03-30T17:11:41.647Z Compiling libscf-sys v1.1.0
20462026-03-30T17:11:41.803Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20472026-03-30T17:11:41.876Z Compiling parking_lot_core v0.8.6
20482026-03-30T17:11:41.889Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20492026-03-30T17:11:42.041Z Compiling crc32fast v1.5.0
20502026-03-30T17:11:42.179Z Compiling parking_lot v0.11.2
20512026-03-30T17:11:42.221Z Compiling fxhash v0.2.1
20522026-03-30T17:11:42.230Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20532026-03-30T17:11:42.245Z Compiling internet-checksum v0.2.1
20542026-03-30T17:11:42.335Z Compiling const-random v0.1.18
20552026-03-30T17:11:42.389Z Compiling sled v0.34.7
20562026-03-30T17:11:42.413Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20572026-03-30T17:11:42.437Z Compiling ahash v0.8.12
20582026-03-30T17:11:42.567Z Compiling smartstring v1.0.1
20592026-03-30T17:11:42.598Z Compiling thin-vec v0.2.14
20602026-03-30T17:11:42.675Z Compiling dropshot-api-manager-types v0.5.2
20612026-03-30T17:11:42.838Z Compiling hickory-resolver v0.25.2
20622026-03-30T17:11:42.877Z Compiling rhai v1.24.0
20632026-03-30T17:11:42.888Z Compiling nom v8.0.0
20642026-03-30T17:11:43.031Z Compiling fs-err v3.3.0
20652026-03-30T17:11:43.337Z Compiling git-stub v1.0.0
20662026-03-30T17:11:43.619Z Compiling is_ci v1.2.0
20672026-03-30T17:11:43.768Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-30T17:11:44.121Z Compiling supports-color v3.0.2
20692026-03-30T17:11:44.309Z Compiling git-stub-vcs v0.1.0
20702026-03-30T17:11:44.675Z Compiling drift v0.1.3
20712026-03-30T17:11:44.891Z Compiling sha2 v0.10.9
20722026-03-30T17:11:45.297Z Compiling dropshot-api-manager v0.5.2
20732026-03-30T17:11:49.265Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20742026-03-30T17:11:56.651Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20752026-03-30T17:11:58.241Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20762026-03-30T17:11:59.302Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20772026-03-30T17:12:00.397Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20782026-03-30T17:12:00.397Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
20792026-03-30T17:12:01.157Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20802026-03-30T17:12:01.214Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20812026-03-30T17:12:02.745Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20822026-03-30T17:12:02.746Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20832026-03-30T17:12:09.402Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
20842026-03-30T17:12:10.808Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20852026-03-30T17:12:12.013Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20862026-03-30T17:12:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
20872026-03-30T17:12:35.110Z Running `target/debug/maghemite-dropshot-apis check`
20882026-03-30T17:12:35.162Z -------
20892026-03-30T17:12:35.162Z Generating OpenAPI documents from API definitions ...
20902026-03-30T17:12:35.200Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20912026-03-30T17:12:35.220Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20922026-03-30T17:12:35.295Z -------
20932026-03-30T17:12:35.295Z Checking 8 OpenAPI documents...
20942026-03-30T17:12:35.295Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20952026-03-30T17:12:35.295Z Fresh ddm-admin "latest" symlink
20962026-03-30T17:12:35.295Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20972026-03-30T17:12:35.295Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20982026-03-30T17:12:35.295Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20992026-03-30T17:12:35.295Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
21002026-03-30T17:12:35.305Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
21012026-03-30T17:12:35.305Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
21022026-03-30T17:12:35.305Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
21032026-03-30T17:12:35.305Z Fresh mg-admin "latest" symlink
21042026-03-30T17:12:35.305Z -------
21052026-03-30T17:12:35.305Z Success 8 documents checked: 10 fresh, 0 stale, 0 failed, 0 other problems
21062026-03-30T17:12:35.321Z+ banner build
21072026-03-30T17:12:35.324Z
21082026-03-30T17:12:35.324Z ##### # # # # #####
21092026-03-30T17:12:35.324Z # # # # # # # #
21102026-03-30T17:12:35.324Z ##### # # # # # #
21112026-03-30T17:12:35.324Z # # # # # # # #
21122026-03-30T17:12:35.324Z # # # # # # # #
21132026-03-30T17:12:35.324Z ##### #### # ###### #####
21142026-03-30T17:12:35.324Z
21152026-03-30T17:12:35.324Z+ ptime -m cargo build
21162026-03-30T17:12:36.311Z Compiling log v0.4.29
21172026-03-30T17:12:36.333Z Compiling slog v2.8.2
21182026-03-30T17:12:36.333Z Compiling rustls-webpki v0.103.10
21192026-03-30T17:12:36.333Z Compiling webpki-roots v1.0.6
21202026-03-30T17:12:36.333Z Compiling zone v0.3.1
21212026-03-30T17:12:36.333Z Compiling arc-swap v1.9.0
21222026-03-30T17:12:36.333Z Compiling papergrid v0.17.0
21232026-03-30T17:12:36.333Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21242026-03-30T17:12:36.333Z Compiling goblin v0.10.5
21252026-03-30T17:12:36.333Z Compiling rustls v0.22.4
21262026-03-30T17:12:36.457Z Compiling slog-term v2.9.2
21272026-03-30T17:12:36.510Z Compiling slog-async v2.8.0
21282026-03-30T17:12:36.936Z Compiling rustls v0.23.37
21292026-03-30T17:12:37.009Z Compiling slog-json v2.6.1
21302026-03-30T17:12:37.072Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21312026-03-30T17:12:37.077Z Compiling goblin v0.8.2
21322026-03-30T17:12:37.162Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21332026-03-30T17:12:37.222Z Compiling slog-bunyan v2.5.0
21342026-03-30T17:12:37.246Z Compiling typify-impl v0.6.1
21352026-03-30T17:12:37.363Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21362026-03-30T17:12:37.413Z Compiling globset v0.4.18
21372026-03-30T17:12:37.705Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21382026-03-30T17:12:38.168Z Compiling tokio-rustls v0.25.0
21392026-03-30T17:12:38.204Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21402026-03-30T17:12:38.404Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21412026-03-30T17:12:38.541Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21422026-03-30T17:12:38.787Z Compiling steno v0.4.1
21432026-03-30T17:12:39.974Z Compiling tokio-rustls v0.26.4
21442026-03-30T17:12:40.160Z Compiling dof v0.4.0
21452026-03-30T17:12:40.262Z Compiling hyper-rustls v0.27.7
21462026-03-30T17:12:40.604Z Compiling rustls-platform-verifier v0.6.2
21472026-03-30T17:12:40.855Z Compiling reqwest v0.13.2
21482026-03-30T17:12:40.934Z Compiling usdt-impl v0.6.0
21492026-03-30T17:12:40.985Z Compiling reqwest v0.12.28
21502026-03-30T17:12:41.517Z Compiling usdt v0.6.0
21512026-03-30T17:12:41.656Z Compiling dof v0.3.0
21522026-03-30T17:12:41.731Z Compiling dropshot v0.16.7
21532026-03-30T17:12:41.735Z Compiling typify v0.6.1
21542026-03-30T17:12:41.818Z Compiling typify-impl v0.4.3
21552026-03-30T17:12:41.848Z Compiling progenitor-impl v0.13.0
21562026-03-30T17:12:42.470Z Compiling progenitor-client v0.13.0
21572026-03-30T17:12:42.788Z Compiling progenitor-client v0.10.0
21582026-03-30T17:12:42.798Z Compiling progenitor-extras v0.1.1
21592026-03-30T17:12:42.872Z Compiling usdt-impl v0.5.0
21602026-03-30T17:12:43.041Z Compiling progenitor v0.13.0
21612026-03-30T17:12:43.088Z Compiling tough v0.20.0
21622026-03-30T17:12:43.196Z Compiling usdt v0.5.0
21632026-03-30T17:12:43.479Z Compiling tokio-dtrace v0.1.1
21642026-03-30T17:12:43.543Z Compiling qorb v0.4.1
21652026-03-30T17:12:43.761Z Compiling oxide-tokio-rt v0.1.3
21662026-03-30T17:12:44.097Z Compiling slog-dtrace v0.3.0
21672026-03-30T17:12:44.398Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21682026-03-30T17:12:44.595Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21692026-03-30T17:12:44.716Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21702026-03-30T17:12:45.032Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21712026-03-30T17:12:45.580Z Compiling sled v0.34.7
21722026-03-30T17:12:45.607Z Compiling typify v0.4.3
21732026-03-30T17:12:45.725Z Compiling slog-scope v4.4.1
21742026-03-30T17:12:45.992Z Compiling testing_table v0.3.0
21752026-03-30T17:12:46.200Z Compiling tabled v0.20.0
21762026-03-30T17:12:46.777Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21772026-03-30T17:12:46.973Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21782026-03-30T17:12:47.369Z Compiling slog-stdlog v4.1.1
21792026-03-30T17:12:47.397Z Compiling progenitor-impl v0.11.2
21802026-03-30T17:12:47.544Z Compiling progenitor-client v0.11.2
21812026-03-30T17:12:47.705Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21822026-03-30T17:12:47.854Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21832026-03-30T17:12:48.232Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21842026-03-30T17:12:48.739Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21852026-03-30T17:12:49.077Z Compiling progenitor v0.11.2
21862026-03-30T17:12:49.134Z Compiling slog-envlogger v2.2.0
21872026-03-30T17:12:49.227Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21882026-03-30T17:12:49.535Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21892026-03-30T17:12:49.546Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21902026-03-30T17:12:49.789Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21912026-03-30T17:12:49.848Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21922026-03-30T17:12:49.929Z Compiling crc8 v0.1.1
21932026-03-30T17:12:50.055Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21942026-03-30T17:12:50.068Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21952026-03-30T17:12:50.244Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21962026-03-30T17:12:50.568Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21972026-03-30T17:12:50.655Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21982026-03-30T17:12:50.885Z Compiling utf-8 v0.7.6
21992026-03-30T17:12:51.078Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22002026-03-30T17:12:51.313Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22012026-03-30T17:12:51.429Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22022026-03-30T17:12:51.643Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22032026-03-30T17:12:51.681Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22042026-03-30T17:12:51.754Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22052026-03-30T17:12:51.937Z Compiling tungstenite v0.21.0
22062026-03-30T17:12:52.469Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22072026-03-30T17:12:52.734Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22082026-03-30T17:12:52.836Z Compiling progenitor-impl v0.10.0
22092026-03-30T17:12:53.139Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22102026-03-30T17:12:53.281Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22112026-03-30T17:12:53.341Z Compiling lzma-sys v0.1.20
22122026-03-30T17:12:53.465Z Compiling tokio-tungstenite v0.21.0
22132026-03-30T17:12:53.581Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22142026-03-30T17:12:53.610Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22152026-03-30T17:12:53.799Z Compiling typeid v1.0.3
22162026-03-30T17:12:53.922Z Compiling console v0.16.3
22172026-03-30T17:12:54.050Z Compiling progenitor v0.10.0
22182026-03-30T17:12:54.201Z Compiling unit-prefix v0.5.2
22192026-03-30T17:12:54.364Z Compiling base64 v0.21.7
22202026-03-30T17:12:54.539Z Compiling indicatif v0.18.4
22212026-03-30T17:12:54.704Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22222026-03-30T17:12:54.879Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22232026-03-30T17:12:55.318Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
22242026-03-30T17:12:55.474Z Compiling ron v0.12.0
22252026-03-30T17:12:55.522Z Compiling xz2 v0.1.7
22262026-03-30T17:12:55.653Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
22272026-03-30T17:12:55.773Z Compiling base16ct v1.0.0
22282026-03-30T17:12:55.945Z Compiling dropshot-api-manager v0.5.2
22292026-03-30T17:12:55.970Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22302026-03-30T17:12:56.401Z Compiling natord v1.0.9
22312026-03-30T17:12:56.585Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22322026-03-30T17:12:56.676Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
22332026-03-30T17:12:56.997Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
22342026-03-30T17:12:57.373Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
22352026-03-30T17:12:58.799Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22362026-03-30T17:12:59.919Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22372026-03-30T17:12:59.919Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22382026-03-30T17:13:08.107Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22392026-03-30T17:13:15.120Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22402026-03-30T17:13:16.717Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
22412026-03-30T17:13:17.773Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22422026-03-30T17:13:18.868Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22432026-03-30T17:13:18.868Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22442026-03-30T17:13:19.314Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22452026-03-30T17:13:19.652Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22462026-03-30T17:13:19.655Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22472026-03-30T17:13:19.709Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22482026-03-30T17:13:20.007Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
22492026-03-30T17:13:20.354Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22502026-03-30T17:13:21.465Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22512026-03-30T17:13:21.465Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22522026-03-30T17:13:21.470Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22532026-03-30T17:13:27.356Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22542026-03-30T17:13:29.409Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22552026-03-30T17:13:30.958Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22562026-03-30T17:13:30.958Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22572026-03-30T17:13:31.404Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22582026-03-30T17:13:31.407Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22592026-03-30T17:13:32.490Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22602026-03-30T17:13:32.490Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22612026-03-30T17:14:15.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
22622026-03-30T17:14:15.272Z
22632026-03-30T17:14:15.272Zreal 1:39.900769374
22642026-03-30T17:14:15.272Zuser 6:40.013471424
22652026-03-30T17:14:15.272Zsys 1:01.003770440
22662026-03-30T17:14:15.272Ztrap 0.168460065
22672026-03-30T17:14:15.272Ztflt 0.088676656
22682026-03-30T17:14:15.272Zdflt 0.387647943
22692026-03-30T17:14:15.272Zkflt 0.005184164
22702026-03-30T17:14:15.272Zlock 26:31.747204155
22712026-03-30T17:14:15.272Zslp 23:54.893872195
22722026-03-30T17:14:15.272Zlat 19.192510997
22732026-03-30T17:14:15.272Zstop 23.675571364
22742026-03-30T17:14:15.275Z+ ptime -m cargo build --release
22752026-03-30T17:14:16.400Z Compiling proc-macro2 v1.0.106
22762026-03-30T17:14:16.400Z Compiling quote v1.0.45
22772026-03-30T17:14:16.400Z Compiling unicode-ident v1.0.24
22782026-03-30T17:14:16.400Z Compiling serde_core v1.0.228
22792026-03-30T17:14:16.403Z Compiling serde v1.0.228
22802026-03-30T17:14:16.403Z Compiling libc v0.2.183
22812026-03-30T17:14:16.403Z Compiling cfg-if v1.0.4
22822026-03-30T17:14:16.694Z Compiling zmij v1.0.21
22832026-03-30T17:14:16.698Z Compiling autocfg v1.5.0
22842026-03-30T17:14:16.907Z Compiling memchr v2.8.0
22852026-03-30T17:14:16.970Z Compiling libm v0.2.16
22862026-03-30T17:14:17.168Z Compiling version_check v0.9.5
22872026-03-30T17:14:17.355Z Compiling itoa v1.0.18
22882026-03-30T17:14:17.440Z Compiling icu_properties_data v2.1.2
22892026-03-30T17:14:17.614Z Compiling icu_normalizer_data v2.1.1
22902026-03-30T17:14:17.627Z Compiling stable_deref_trait v1.2.1
22912026-03-30T17:14:17.719Z Compiling serde_json v1.0.149
22922026-03-30T17:14:17.849Z Compiling thiserror v2.0.18
22932026-03-30T17:14:17.895Z Compiling syn v2.0.117
22942026-03-30T17:14:17.975Z Compiling writeable v0.6.2
22952026-03-30T17:14:17.987Z Compiling litemap v0.8.1
22962026-03-30T17:14:18.157Z Compiling num-traits v0.2.19
22972026-03-30T17:14:18.229Z Compiling percent-encoding v2.3.2
22982026-03-30T17:14:18.464Z Compiling form_urlencoded v1.2.2
22992026-03-30T17:14:18.500Z Compiling parking_lot_core v0.9.12
23002026-03-30T17:14:18.503Z Compiling utf8_iter v1.0.4
23012026-03-30T17:14:18.559Z Compiling jobserver v0.1.34
23022026-03-30T17:14:18.703Z Compiling find-msvc-tools v0.1.9
23032026-03-30T17:14:18.758Z Compiling shlex v1.3.0
23042026-03-30T17:14:18.860Z Compiling rand_core v0.10.0
23052026-03-30T17:14:18.910Z Compiling cc v1.2.57
23062026-03-30T17:14:18.949Z Compiling getrandom v0.4.2
23072026-03-30T17:14:18.962Z Compiling heck v0.5.0
23082026-03-30T17:14:18.996Z Compiling iana-time-zone v0.1.65
23092026-03-30T17:14:19.041Z Compiling errno v0.3.14
23102026-03-30T17:14:19.467Z Compiling zerocopy v0.8.47
23112026-03-30T17:14:19.581Z Compiling uuid v1.23.0
23122026-03-30T17:14:19.860Z Compiling semver v1.0.27
23132026-03-30T17:14:19.964Z Compiling schemars v0.8.22
23142026-03-30T17:14:20.070Z Compiling dyn-clone v1.0.20
23152026-03-30T17:14:20.201Z Compiling getrandom v0.2.17
23162026-03-30T17:14:20.204Z Compiling pin-project-lite v0.2.17
23172026-03-30T17:14:20.227Z Compiling rustversion v1.0.22
23182026-03-30T17:14:20.320Z Compiling bitflags v2.11.0
23192026-03-30T17:14:20.426Z Compiling socket2 v0.6.3
23202026-03-30T17:14:20.451Z Compiling scopeguard v1.2.0
23212026-03-30T17:14:20.469Z Compiling portable-atomic v1.13.1
23222026-03-30T17:14:20.536Z Compiling foldhash v0.2.0
23232026-03-30T17:14:20.574Z Compiling lock_api v0.4.14
23242026-03-30T17:14:20.736Z Compiling synstructure v0.13.2
23252026-03-30T17:14:20.749Z Compiling serde_derive_internals v0.29.1
23262026-03-30T17:14:20.829Z Compiling allocator-api2 v0.2.21
23272026-03-30T17:14:21.188Z Compiling equivalent v1.0.2
23282026-03-30T17:14:21.205Z Compiling log v0.4.29
23292026-03-30T17:14:21.208Z Compiling critical-section v1.2.0
23302026-03-30T17:14:21.244Z Compiling signal-hook-registry v1.4.8
23312026-03-30T17:14:21.274Z Compiling hashbrown v0.16.1
23322026-03-30T17:14:21.328Z Compiling mio v1.1.1
23332026-03-30T17:14:21.453Z Compiling once_cell v1.21.4
23342026-03-30T17:14:21.595Z Compiling subtle v2.6.1
23352026-03-30T17:14:21.717Z Compiling typenum v1.19.0
23362026-03-30T17:14:21.753Z Compiling futures-core v0.3.32
23372026-03-30T17:14:21.771Z Compiling httparse v1.10.1
23382026-03-30T17:14:21.916Z Compiling ring v0.17.14
23392026-03-30T17:14:21.945Z Compiling cmake v0.1.57
23402026-03-30T17:14:21.959Z Compiling serde_derive v1.0.228
23412026-03-30T17:14:22.084Z Compiling zerofrom-derive v0.1.6
23422026-03-30T17:14:22.088Z Compiling yoke-derive v0.8.1
23432026-03-30T17:14:22.120Z Compiling zerovec-derive v0.11.2
23442026-03-30T17:14:22.162Z Compiling displaydoc v0.2.5
23452026-03-30T17:14:22.198Z Compiling schemars_derive v0.8.22
23462026-03-30T17:14:22.294Z Compiling thiserror-impl v2.0.18
23472026-03-30T17:14:22.440Z Compiling tokio-macros v2.6.1
23482026-03-30T17:14:22.917Z Compiling zerocopy-derive v0.8.47
23492026-03-30T17:14:23.106Z Compiling zeroize_derive v1.4.3
23502026-03-30T17:14:23.212Z Compiling futures-macro v0.3.32
23512026-03-30T17:14:23.238Z Compiling zerofrom v0.1.6
23522026-03-30T17:14:23.372Z Compiling yoke v0.8.1
23532026-03-30T17:14:23.417Z Compiling getrandom v0.3.4
23542026-03-30T17:14:23.543Z Compiling zerovec v0.11.5
23552026-03-30T17:14:23.580Z Compiling zerotrie v0.2.3
23562026-03-30T17:14:23.834Z Compiling zeroize v1.8.2
23572026-03-30T17:14:23.964Z Compiling fs_extra v1.3.0
23582026-03-30T17:14:24.035Z Compiling dunce v1.0.5
23592026-03-30T17:14:24.049Z Compiling thiserror v1.0.69
23602026-03-30T17:14:24.077Z Compiling futures-sink v0.3.32
23612026-03-30T17:14:24.095Z Compiling thiserror-impl v1.0.69
23622026-03-30T17:14:24.137Z Compiling tinystr v0.8.2
23632026-03-30T17:14:24.194Z Compiling potential_utf v0.1.4
23642026-03-30T17:14:24.203Z Compiling slab v0.4.12
23652026-03-30T17:14:24.239Z Compiling aws-lc-sys v0.39.0
23662026-03-30T17:14:24.365Z Compiling icu_locale_core v2.1.1
23672026-03-30T17:14:24.377Z Compiling icu_collections v2.1.1
23682026-03-30T17:14:24.393Z Compiling rand_core v0.6.4
23692026-03-30T17:14:24.414Z Compiling rustix v1.1.4
23702026-03-30T17:14:24.653Z Compiling indexmap v2.13.0
23712026-03-30T17:14:25.084Z Compiling futures-channel v0.3.32
23722026-03-30T17:14:25.114Z Compiling icu_provider v2.1.1
23732026-03-30T17:14:25.280Z Compiling smallvec v1.15.1
23742026-03-30T17:14:25.293Z Compiling bytes v1.11.1
23752026-03-30T17:14:25.299Z Compiling chrono v0.4.44
23762026-03-30T17:14:25.323Z Compiling serde_tokenstream v0.2.3
23772026-03-30T17:14:25.530Z Compiling icu_normalizer v2.1.1
23782026-03-30T17:14:25.559Z Compiling icu_properties v2.1.2
23792026-03-30T17:14:25.909Z Compiling parking_lot v0.12.5
23802026-03-30T17:14:26.007Z Compiling regex-syntax v0.8.10
23812026-03-30T17:14:26.215Z Compiling tokio v1.50.0
23822026-03-30T17:14:26.720Z Compiling idna_adapter v1.2.1
23832026-03-30T17:14:26.779Z Compiling futures-io v0.3.32
23842026-03-30T17:14:26.832Z Compiling futures-task v0.3.32
23852026-03-30T17:14:26.876Z Compiling idna v1.1.0
23862026-03-30T17:14:26.980Z Compiling futures-util v0.3.32
23872026-03-30T17:14:27.276Z Compiling url v2.5.8
23882026-03-30T17:14:28.133Z Compiling tracing-attributes v0.1.31
23892026-03-30T17:14:28.791Z Compiling tracing-core v0.1.36
23902026-03-30T17:14:28.898Z Compiling aho-corasick v1.1.4
23912026-03-30T17:14:28.934Z Compiling generic-array v0.14.7
23922026-03-30T17:14:29.391Z Compiling tracing v0.1.44
23932026-03-30T17:14:29.793Z Compiling regex-automata v0.4.14
23942026-03-30T17:14:29.851Z Compiling ucd-trie v0.1.7
23952026-03-30T17:14:29.879Z Compiling http v1.4.0
23962026-03-30T17:14:30.088Z Compiling pest v2.8.6
23972026-03-30T17:14:30.365Z Compiling base64 v0.22.1
23982026-03-30T17:14:30.413Z Compiling ipnetwork v0.21.1
23992026-03-30T17:14:30.922Z Compiling byteorder v1.5.0
24002026-03-30T17:14:31.197Z Compiling pest_meta v2.8.6
24012026-03-30T17:14:31.312Z Compiling anyhow v1.0.102
24022026-03-30T17:14:31.652Z Compiling regex v1.12.3
24032026-03-30T17:14:31.686Z Compiling fnv v1.0.7
24042026-03-30T17:14:31.799Z Compiling pest_generator v2.8.6
24052026-03-30T17:14:32.075Z Compiling rustls-pki-types v1.14.0
24062026-03-30T17:14:32.354Z Compiling slog v2.8.2
24072026-03-30T17:14:32.445Z Compiling pest_derive v2.8.6
24082026-03-30T17:14:32.612Z Compiling erased-serde v0.3.31
24092026-03-30T17:14:32.663Z Compiling crypto-common v0.1.7
24102026-03-30T17:14:32.914Z Compiling strsim v0.11.1
24112026-03-30T17:14:32.971Z Compiling untrusted v0.9.0
24122026-03-30T17:14:33.355Z Compiling ipnet v2.12.0
24132026-03-30T17:14:33.368Z Compiling ident_case v1.0.1
24142026-03-30T17:14:33.729Z Compiling tokio-util v0.7.18
24152026-03-30T17:14:33.960Z Compiling paste v1.0.15
24162026-03-30T17:14:34.143Z Compiling syn v1.0.109
24172026-03-30T17:14:34.403Z Compiling num-conv v0.2.0
24182026-03-30T17:14:34.539Z Compiling time-core v0.1.8
24192026-03-30T17:14:34.694Z Compiling time-macros v0.2.27
24202026-03-30T17:14:34.706Z Compiling oxnet v0.1.4
24212026-03-30T17:14:34.933Z Compiling http-body v1.0.1
24222026-03-30T17:14:35.346Z Compiling atomic-waker v1.1.2
24232026-03-30T17:14:35.490Z Compiling omicron-workspace-hack v0.1.0
24242026-03-30T17:14:36.185Z Compiling ppv-lite86 v0.2.21
24252026-03-30T17:14:36.532Z Compiling ryu v1.0.23
24262026-03-30T17:14:36.833Z Compiling tower-service v0.3.3
24272026-03-30T17:14:36.942Z Compiling tower-layer v0.3.3
24282026-03-30T17:14:37.142Z Compiling try-lock v0.2.5
24292026-03-30T17:14:37.506Z Compiling want v0.3.1
24302026-03-30T17:14:37.644Z Compiling h2 v0.4.13
24312026-03-30T17:14:37.685Z Compiling block-buffer v0.10.4
24322026-03-30T17:14:37.857Z Compiling scroll_derive v0.13.1
24332026-03-30T17:14:38.406Z Compiling pin-utils v0.1.0
24342026-03-30T17:14:38.498Z Compiling aws-lc-rs v1.16.2
24352026-03-30T17:14:38.688Z Compiling camino v1.2.2
24362026-03-30T17:14:38.838Z Compiling httpdate v1.0.3
24372026-03-30T17:14:39.022Z Compiling pretty-hex v0.4.2
24382026-03-30T17:14:39.035Z Compiling digest v0.10.7
24392026-03-30T17:14:39.166Z Compiling async-trait v0.1.89
24402026-03-30T17:14:39.212Z Compiling crossbeam-utils v0.8.21
24412026-03-30T17:14:39.500Z Compiling untrusted v0.7.1
24422026-03-30T17:14:40.121Z Compiling hyper v1.8.1
24432026-03-30T17:14:40.217Z Compiling serde_urlencoded v0.7.1
24442026-03-30T17:14:40.310Z Compiling http-body-util v0.1.3
24452026-03-30T17:14:40.500Z Compiling daft-derive v0.1.5
24462026-03-30T17:14:41.478Z Compiling hyper-util v0.1.20
24472026-03-30T17:14:43.323Z Compiling slog-async v2.8.0
24482026-03-30T17:14:43.480Z Compiling rustls v0.23.37
24492026-03-30T17:14:43.976Z Compiling usdt-impl v0.6.0
24502026-03-30T17:14:44.161Z Compiling scroll v0.13.0
24512026-03-30T17:14:44.235Z Compiling plain v0.2.3
24522026-03-30T17:14:44.277Z Compiling openapiv3 v2.2.0
24532026-03-30T17:14:44.374Z Compiling sync_wrapper v1.0.2
24542026-03-30T17:14:44.429Z Compiling goblin v0.10.5
24552026-03-30T17:14:44.548Z Compiling cpufeatures v0.2.17
24562026-03-30T17:14:44.628Z Compiling tower v0.5.3
24572026-03-30T17:14:44.745Z Compiling rand_core v0.9.5
24582026-03-30T17:14:45.013Z Compiling dtrace-parser v0.3.0
24592026-03-30T17:14:45.220Z Compiling webpki-roots v1.0.6
24602026-03-30T17:14:45.351Z Compiling regress v0.10.5
24612026-03-30T17:14:45.591Z Compiling thread-id v5.1.0
24622026-03-30T17:14:45.812Z Compiling ref-cast v1.0.25
24632026-03-30T17:14:46.429Z Compiling iri-string v0.7.11
24642026-03-30T17:14:46.712Z Compiling powerfmt v0.2.0
24652026-03-30T17:14:46.979Z Compiling deranged v0.5.8
24662026-03-30T17:14:47.323Z Compiling dof v0.4.0
24672026-03-30T17:14:48.135Z Compiling tower-http v0.6.8
24682026-03-30T17:14:48.589Z Compiling rustls v0.22.4
24692026-03-30T17:14:48.732Z Compiling num_threads v0.1.7
24702026-03-30T17:14:48.840Z Compiling time v0.3.47
24712026-03-30T17:14:48.854Z Compiling rand_chacha v0.9.0
24722026-03-30T17:14:49.124Z Compiling ref-cast-impl v1.0.25
24732026-03-30T17:14:49.295Z Compiling hex v0.4.3
24742026-03-30T17:14:49.504Z Compiling rand v0.9.2
24752026-03-30T17:14:49.592Z Compiling usdt-macro v0.6.0
24762026-03-30T17:14:49.746Z Compiling usdt-attr-macro v0.6.0
24772026-03-30T17:14:50.240Z Compiling crossbeam-channel v0.5.15
24782026-03-30T17:14:50.474Z Compiling structmeta-derive v0.3.0
24792026-03-30T17:14:50.616Z Compiling multer v3.1.0
24802026-03-30T17:14:50.936Z Compiling darling_core v0.23.0
24812026-03-30T17:14:51.428Z Compiling newtype-uuid-macros v0.1.0
24822026-03-30T17:14:51.566Z Compiling structmeta v0.3.0
24832026-03-30T17:14:51.689Z Compiling thread_local v1.1.9
24842026-03-30T17:14:51.775Z Compiling fastrand v2.3.0
24852026-03-30T17:14:52.113Z Compiling winnow v1.0.0
24862026-03-30T17:14:52.189Z Compiling futures-executor v0.3.32
24872026-03-30T17:14:52.213Z Compiling newtype-uuid v1.3.2
24882026-03-30T17:14:52.633Z Compiling strum_macros v0.26.4
24892026-03-30T17:14:52.653Z Compiling async-stream-impl v0.3.6
24902026-03-30T17:14:53.027Z Compiling dropshot v0.16.7
24912026-03-30T17:14:53.086Z Compiling darling_macro v0.23.0
24922026-03-30T17:14:53.142Z Compiling is-terminal v0.4.17
24932026-03-30T17:14:53.246Z Compiling term v1.2.1
24942026-03-30T17:14:53.267Z Compiling take_mut v0.2.2
24952026-03-30T17:14:53.501Z Compiling daft v0.1.5
24962026-03-30T17:14:53.561Z Compiling slog-term v2.9.2
24972026-03-30T17:14:53.657Z Compiling darling v0.23.0
24982026-03-30T17:14:53.756Z Compiling futures v0.3.32
24992026-03-30T17:14:53.831Z Compiling either v1.15.0
25002026-03-30T17:14:54.009Z Compiling serde_with_macros v3.18.0
25012026-03-30T17:14:54.053Z Compiling tempfile v3.27.0
25022026-03-30T17:14:54.599Z Compiling dropshot_endpoint v0.16.7
25032026-03-30T17:14:54.665Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-03-30T17:14:54.820Z Compiling toml_parser v1.1.0+spec-1.1.0
25052026-03-30T17:14:55.037Z Compiling derive-ex v0.1.8
25062026-03-30T17:14:55.091Z Compiling rand_chacha v0.3.1
25072026-03-30T17:14:55.130Z Compiling strum_macros v0.27.2
25082026-03-30T17:14:55.143Z Compiling openssl-probe v0.2.1
25092026-03-30T17:14:55.368Z Compiling unicode-width v0.2.2
25102026-03-30T17:14:55.384Z Compiling rand v0.8.5
25112026-03-30T17:14:55.694Z Compiling rustls-native-certs v0.8.3
25122026-03-30T17:14:56.195Z Compiling sha1 v0.10.6
25132026-03-30T17:14:56.261Z Compiling macaddr v1.0.1
25142026-03-30T17:14:56.542Z Compiling winnow v0.7.15
25152026-03-30T17:14:56.613Z Compiling match_cfg v0.1.0
25162026-03-30T17:14:56.624Z Compiling test-strategy v0.4.5
25172026-03-30T17:14:56.687Z Compiling hostname v0.3.1
25182026-03-30T17:14:56.948Z Compiling slog-json v2.6.1
25192026-03-30T17:14:57.113Z Compiling memmap2 v0.9.10
25202026-03-30T17:14:57.190Z Compiling slog-bunyan v2.5.0
25212026-03-30T17:14:57.450Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25222026-03-30T17:14:58.457Z Compiling rustls-webpki v0.102.8
25232026-03-30T17:14:58.606Z Compiling toml_datetime v0.7.5+spec-1.1.0
25242026-03-30T17:14:58.636Z Compiling serde_spanned v1.1.0
25252026-03-30T17:14:59.143Z Compiling debug-ignore v1.0.5
25262026-03-30T17:14:59.262Z Compiling usdt v0.6.0
25272026-03-30T17:14:59.370Z Compiling toml_writer v1.1.0+spec-1.1.0
25282026-03-30T17:14:59.568Z Compiling toml v0.9.12+spec-1.1.0
25292026-03-30T17:15:00.311Z Compiling parse-display-derive v0.10.0
25302026-03-30T17:15:00.897Z Compiling encoding_rs v0.8.35
25312026-03-30T17:15:01.882Z Compiling mime v0.3.17
25322026-03-30T17:15:02.369Z Compiling spin v0.9.8
25332026-03-30T17:15:02.384Z Compiling itertools v0.14.0
25342026-03-30T17:15:03.659Z Compiling tokio-rustls v0.25.0
25352026-03-30T17:15:03.678Z Compiling strum v0.26.3
25362026-03-30T17:15:03.754Z Compiling async-stream v0.3.6
25372026-03-30T17:15:03.877Z Compiling waitgroup v0.1.2
25382026-03-30T17:15:03.913Z Compiling rustls-pemfile v2.2.0
25392026-03-30T17:15:03.960Z Compiling clap_derive v4.6.0
25402026-03-30T17:15:04.039Z Compiling serde_path_to_error v0.1.20
25412026-03-30T17:15:04.204Z Compiling wait-timeout v0.2.1
25422026-03-30T17:15:04.500Z Compiling hostname v0.4.2
25432026-03-30T17:15:04.674Z Compiling bit-vec v0.8.0
25442026-03-30T17:15:04.845Z Compiling quick-error v1.2.3
25452026-03-30T17:15:04.861Z Compiling utf8parse v0.2.2
25462026-03-30T17:15:04.966Z Compiling anstyle-parse v1.0.0
25472026-03-30T17:15:04.979Z Compiling rusty-fork v0.3.1
25482026-03-30T17:15:04.982Z Compiling bit-set v0.8.0
25492026-03-30T17:15:05.498Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25502026-03-30T17:15:05.682Z Compiling serde_with v3.18.0
25512026-03-30T17:15:05.715Z Compiling rand_xorshift v0.4.0
25522026-03-30T17:15:05.829Z Compiling terminal_size v0.4.4
25532026-03-30T17:15:05.975Z Compiling unarray v0.1.4
25542026-03-30T17:15:05.988Z Compiling anstyle v1.0.14
25552026-03-30T17:15:05.992Z Compiling colorchoice v1.0.5
25562026-03-30T17:15:06.104Z Compiling is_terminal_polyfill v1.70.2
25572026-03-30T17:15:06.126Z Compiling anstyle-query v1.1.5
25582026-03-30T17:15:06.209Z Compiling proptest v1.11.0
25592026-03-30T17:15:06.241Z Compiling anstream v1.0.0
25602026-03-30T17:15:06.483Z Compiling strum v0.27.2
25612026-03-30T17:15:06.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25622026-03-30T17:15:06.676Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25632026-03-30T17:15:06.723Z Compiling instant v0.1.13
25642026-03-30T17:15:07.069Z Compiling clap_lex v1.1.0
25652026-03-30T17:15:07.233Z Compiling clap_builder v4.6.0
25662026-03-30T17:15:07.969Z Compiling rustc-hash v2.1.1
25672026-03-30T17:15:08.134Z Compiling iddqd v0.3.17
25682026-03-30T17:15:09.719Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25692026-03-30T17:15:09.951Z Compiling clap v4.6.0
25702026-03-30T17:15:11.179Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
25712026-03-30T17:15:11.481Z Compiling backon v1.6.0
25722026-03-30T17:15:11.740Z Compiling darling_core v0.21.3
25732026-03-30T17:15:13.006Z Compiling backoff v0.4.0
25742026-03-30T17:15:13.324Z Compiling parse-display v0.10.0
25752026-03-30T17:15:13.803Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25762026-03-30T17:15:13.838Z Compiling darling_macro v0.21.3
25772026-03-30T17:15:14.199Z Compiling toml_datetime v0.6.11
25782026-03-30T17:15:14.247Z Compiling proc-macro-error-attr v1.0.4
25792026-03-30T17:15:14.408Z Compiling toml_datetime v1.1.0+spec-1.1.0
25802026-03-30T17:15:14.723Z Compiling heck v0.4.1
25812026-03-30T17:15:14.778Z Compiling toml_edit v0.25.8+spec-1.1.0
25822026-03-30T17:15:14.976Z Compiling darling v0.21.3
25832026-03-30T17:15:15.460Z Compiling proc-macro-error v1.0.4
25842026-03-30T17:15:15.718Z Compiling unsafe-libyaml v0.2.11
25852026-03-30T17:15:15.721Z Compiling heapless v0.8.0
25862026-03-30T17:15:16.088Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25872026-03-30T17:15:16.368Z Compiling serde_yaml v0.9.34+deprecated
25882026-03-30T17:15:16.750Z Compiling proc-macro-crate v3.5.0
25892026-03-30T17:15:17.468Z Compiling ingot-macros v0.1.1
25902026-03-30T17:15:17.867Z Compiling hash32 v0.3.1
25912026-03-30T17:15:18.033Z Compiling zerocopy-derive v0.7.35
25922026-03-30T17:15:18.270Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
25932026-03-30T17:15:18.501Z Compiling crucible-workspace-hack v0.1.0
25942026-03-30T17:15:18.748Z Compiling smoltcp v0.11.0
25952026-03-30T17:15:20.129Z Compiling ingot-types v0.1.2
25962026-03-30T17:15:20.153Z Compiling num_enum_derive v0.7.6
25972026-03-30T17:15:20.156Z Compiling tabwriter v1.4.1
25982026-03-30T17:15:20.307Z Compiling crossbeam-epoch v0.9.18
25992026-03-30T17:15:20.501Z Compiling cobs v0.3.0
26002026-03-30T17:15:20.591Z Compiling foreign-types-macros v0.2.3
26012026-03-30T17:15:20.772Z Compiling bitflags v1.3.2
26022026-03-30T17:15:20.807Z Compiling cpufeatures v0.3.0
26032026-03-30T17:15:20.852Z Compiling colored v3.1.1
26042026-03-30T17:15:20.887Z Compiling foreign-types-shared v0.3.1
26052026-03-30T17:15:20.947Z Compiling managed v0.8.0
26062026-03-30T17:15:21.169Z Compiling num_enum v0.7.6
26072026-03-30T17:15:21.220Z Compiling foreign-types v0.5.0
26082026-03-30T17:15:21.288Z Compiling chacha20 v0.10.0
26092026-03-30T17:15:21.301Z Compiling postcard v1.1.3
26102026-03-30T17:15:21.518Z Compiling ingot v0.1.1
26112026-03-30T17:15:21.881Z Compiling typify-impl v0.6.1
26122026-03-30T17:15:21.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26132026-03-30T17:15:22.460Z Compiling cstr-argument v0.1.2
26142026-03-30T17:15:22.619Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
26152026-03-30T17:15:24.261Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162026-03-30T17:15:24.436Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26172026-03-30T17:15:24.565Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26182026-03-30T17:15:24.666Z Compiling rand v0.10.0
26192026-03-30T17:15:24.988Z Compiling memoffset v0.9.1
26202026-03-30T17:15:25.129Z Compiling typify-macro v0.6.1
26212026-03-30T17:15:25.217Z Compiling prettyplease v0.2.37
26222026-03-30T17:15:25.292Z Compiling cfg_aliases v0.2.1
26232026-03-30T17:15:25.365Z Compiling tinyvec_macros v0.1.1
26242026-03-30T17:15:25.451Z Compiling convert_case v0.4.0
26252026-03-30T17:15:25.696Z Compiling tinyvec v1.11.0
26262026-03-30T17:15:25.741Z Compiling derive_more v0.99.20
26272026-03-30T17:15:25.826Z Compiling nix v0.31.2
26282026-03-30T17:15:26.482Z Compiling zerocopy v0.7.35
26292026-03-30T17:15:26.808Z Compiling secrecy v0.10.3
26302026-03-30T17:15:26.854Z Compiling scroll_derive v0.12.1
26312026-03-30T17:15:26.971Z Compiling usdt-impl v0.5.0
26322026-03-30T17:15:27.026Z Compiling pkg-config v0.3.32
26332026-03-30T17:15:27.227Z Compiling winnow v0.5.40
26342026-03-30T17:15:27.463Z Compiling data-encoding v2.10.0
26352026-03-30T17:15:27.550Z Compiling scroll v0.12.0
26362026-03-30T17:15:27.857Z Compiling dof v0.3.0
26372026-03-30T17:15:28.583Z Compiling toml_edit v0.19.15
26382026-03-30T17:15:28.768Z Compiling dtrace-parser v0.2.0
26392026-03-30T17:15:28.998Z Compiling itertools v0.12.1
26402026-03-30T17:15:29.356Z Compiling thread-id v4.2.2
26412026-03-30T17:15:29.665Z Compiling static_assertions v1.1.0
26422026-03-30T17:15:29.690Z Compiling rayon-core v1.13.0
26432026-03-30T17:15:29.750Z Compiling rustix v0.38.44
26442026-03-30T17:15:29.933Z Compiling proc-macro-crate v1.3.1
26452026-03-30T17:15:30.624Z Compiling goblin v0.8.2
26462026-03-30T17:15:30.695Z Compiling typify v0.6.1
26472026-03-30T17:15:30.980Z Compiling crossbeam-deque v0.8.6
26482026-03-30T17:15:31.458Z Compiling hubpack_derive v0.1.1
26492026-03-30T17:15:31.583Z Compiling rustc_version v0.4.1
26502026-03-30T17:15:31.861Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26512026-03-30T17:15:31.964Z Compiling num-integer v0.1.46
26522026-03-30T17:15:32.717Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26532026-03-30T17:15:34.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26542026-03-30T17:15:34.555Z Compiling hubpack v0.1.2
26552026-03-30T17:15:34.807Z Compiling curve25519-dalek v4.1.3
26562026-03-30T17:15:36.093Z Compiling progenitor-impl v0.13.0
26572026-03-30T17:15:36.518Z Compiling num_enum_derive v0.5.11
26582026-03-30T17:15:37.183Z Compiling reqwest v0.12.28
26592026-03-30T17:15:38.239Z Compiling hmac v0.12.1
26602026-03-30T17:15:38.264Z Compiling inout v0.1.4
26612026-03-30T17:15:38.421Z Compiling serde_spanned v0.6.9
26622026-03-30T17:15:38.698Z Compiling ff v0.13.1
26632026-03-30T17:15:38.860Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26642026-03-30T17:15:39.214Z Compiling bstr v1.12.1
26652026-03-30T17:15:39.520Z Compiling toml_write v0.1.2
26662026-03-30T17:15:39.690Z Compiling toml_edit v0.22.27
26672026-03-30T17:15:40.952Z Compiling group v0.13.0
26682026-03-30T17:15:41.082Z Compiling cipher v0.4.4
26692026-03-30T17:15:41.431Z Compiling hkdf v0.12.4
26702026-03-30T17:15:41.611Z Compiling progenitor-client v0.10.0
26712026-03-30T17:15:41.876Z Compiling progenitor-macro v0.13.0
26722026-03-30T17:15:42.254Z Compiling num_enum v0.5.11
26732026-03-30T17:15:43.324Z Compiling rustls-webpki v0.103.10
26742026-03-30T17:15:43.385Z Compiling rayon v1.11.0
26752026-03-30T17:15:45.578Z Compiling num-iter v0.1.45
26762026-03-30T17:15:45.713Z Compiling num-rational v0.4.2
26772026-03-30T17:15:45.731Z Compiling usdt-attr-macro v0.5.0
26782026-03-30T17:15:46.093Z Compiling usdt-macro v0.5.0
26792026-03-30T17:15:46.775Z Compiling zone_cfg_derive v0.3.1
26802026-03-30T17:15:47.350Z Compiling tokio-rustls v0.26.4
26812026-03-30T17:15:47.414Z Compiling rustls-platform-verifier v0.6.2
26822026-03-30T17:15:47.649Z Compiling hyper-rustls v0.27.7
26832026-03-30T17:15:48.006Z Compiling reqwest v0.13.2
26842026-03-30T17:15:48.202Z Compiling camino-tempfile v1.4.1
26852026-03-30T17:15:48.589Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26862026-03-30T17:15:48.658Z Compiling thiserror-impl-no-std v2.0.2
26872026-03-30T17:15:49.518Z Compiling progenitor-client v0.13.0
26882026-03-30T17:15:50.014Z Compiling progenitor-extras v0.1.1
26892026-03-30T17:15:50.229Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
26902026-03-30T17:15:50.292Z Compiling universal-hash v0.5.1
26912026-03-30T17:15:50.451Z Compiling crypto-bigint v0.5.5
26922026-03-30T17:15:52.698Z Compiling half v2.7.1
26932026-03-30T17:15:53.316Z Compiling enum-as-inner v0.6.1
26942026-03-30T17:15:53.908Z Compiling curve25519-dalek-derive v0.1.1
26952026-03-30T17:15:54.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26962026-03-30T17:15:54.944Z Compiling num-complex v0.4.6
26972026-03-30T17:15:56.294Z Compiling memmap v0.7.0
26982026-03-30T17:15:56.787Z Compiling base16ct v0.2.0
26992026-03-30T17:15:56.892Z Compiling lazy_static v1.5.0
27002026-03-30T17:15:57.002Z Compiling ciborium-io v0.2.2
27012026-03-30T17:15:57.112Z Compiling opaque-debug v0.3.1
27022026-03-30T17:15:57.136Z Compiling base64ct v1.8.3
27032026-03-30T17:15:57.597Z Compiling password-hash v0.5.0
27042026-03-30T17:15:58.555Z Compiling poly1305 v0.8.0
27052026-03-30T17:15:58.653Z Compiling ciborium-ll v0.2.2
27062026-03-30T17:15:58.934Z Compiling elliptic-curve v0.13.8
27072026-03-30T17:15:58.937Z Compiling usdt v0.5.0
27082026-03-30T17:15:59.216Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27092026-03-30T17:15:59.276Z Compiling num v0.4.3
27102026-03-30T17:15:59.580Z Compiling progenitor v0.13.0
27112026-03-30T17:15:59.732Z Compiling thiserror-no-std v2.0.2
27122026-03-30T17:15:59.840Z Compiling zone v0.3.1
27132026-03-30T17:16:00.742Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27142026-03-30T17:16:01.284Z Compiling chacha20 v0.9.1
27152026-03-30T17:16:01.530Z Compiling toml v0.8.23
27162026-03-30T17:16:01.554Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27172026-03-30T17:16:02.300Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27182026-03-30T17:16:02.395Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
27192026-03-30T17:16:02.804Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27202026-03-30T17:16:03.037Z Compiling byte-wrapper v0.1.0
27212026-03-30T17:16:03.122Z Compiling blake2 v0.10.6
27222026-03-30T17:16:03.557Z Compiling smf v0.2.3
27232026-03-30T17:16:03.603Z Compiling aead v0.5.2
27242026-03-30T17:16:03.822Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27252026-03-30T17:16:03.963Z Compiling num-derive v0.4.2
27262026-03-30T17:16:04.018Z Compiling sigpipe v0.1.3
27272026-03-30T17:16:04.041Z Compiling keccak v0.1.6
27282026-03-30T17:16:04.279Z Compiling jiff v0.2.23
27292026-03-30T17:16:04.296Z Compiling glob v0.3.3
27302026-03-30T17:16:04.335Z Compiling float-ord v0.3.2
27312026-03-30T17:16:04.462Z Compiling indent_write v2.2.0
27322026-03-30T17:16:04.623Z Compiling bytecount v0.6.9
27332026-03-30T17:16:04.717Z Compiling semver v0.1.20
27342026-03-30T17:16:04.821Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27352026-03-30T17:16:04.835Z Compiling vcpkg v0.2.15
27362026-03-30T17:16:04.917Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27372026-03-30T17:16:04.930Z Compiling rustc_version v0.1.7
27382026-03-30T17:16:04.972Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27392026-03-30T17:16:05.221Z Compiling sha3 v0.10.8
27402026-03-30T17:16:05.386Z Compiling openssl-sys v0.9.112
27412026-03-30T17:16:05.612Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27422026-03-30T17:16:05.707Z Compiling chacha20poly1305 v0.10.1
27432026-03-30T17:16:05.865Z Compiling argon2 v0.5.3
27442026-03-30T17:16:05.954Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27452026-03-30T17:16:06.864Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27462026-03-30T17:16:07.362Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27472026-03-30T17:16:07.412Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27482026-03-30T17:16:08.218Z Compiling vsss-rs v3.3.4
27492026-03-30T17:16:09.384Z Compiling ciborium v0.2.2
27502026-03-30T17:16:09.764Z Compiling atomicwrites v0.4.4
27512026-03-30T17:16:09.877Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27522026-03-30T17:16:10.005Z Compiling whoami v1.6.1
27532026-03-30T17:16:10.051Z Compiling linked-hash-map v0.5.6
27542026-03-30T17:16:10.190Z Compiling resolv-conf v0.7.6
27552026-03-30T17:16:10.275Z Compiling lru-cache v0.1.2
27562026-03-30T17:16:10.461Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27572026-03-30T17:16:10.783Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27582026-03-30T17:16:11.044Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27592026-03-30T17:16:11.433Z Compiling newtype_derive v0.1.6
27602026-03-30T17:16:11.556Z Compiling hickory-proto v0.24.4
27612026-03-30T17:16:11.685Z Compiling similar v2.7.0
27622026-03-30T17:16:12.719Z Compiling serde-big-array v0.5.1
27632026-03-30T17:16:12.891Z Compiling pin-project-internal v1.1.11
27642026-03-30T17:16:13.256Z Compiling derive-where v1.6.1
27652026-03-30T17:16:13.398Z Compiling serde_repr v0.1.20
27662026-03-30T17:16:13.996Z Compiling siphasher v1.0.2
27672026-03-30T17:16:14.030Z Compiling unicode-segmentation v1.13.1
27682026-03-30T17:16:14.220Z Compiling swrite v0.1.0
27692026-03-30T17:16:14.343Z Compiling owo-colors v4.3.0
27702026-03-30T17:16:14.441Z Compiling minimal-lexical v0.2.1
27712026-03-30T17:16:14.571Z Compiling newline-converter v0.3.0
27722026-03-30T17:16:14.649Z Compiling phf_shared v0.12.1
27732026-03-30T17:16:14.653Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-30T17:16:14.713Z Compiling nom v7.1.3
27752026-03-30T17:16:14.716Z Compiling pin-project v1.1.11
27762026-03-30T17:16:14.737Z Compiling hickory-resolver v0.24.4
27772026-03-30T17:16:14.871Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27782026-03-30T17:16:16.041Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27792026-03-30T17:16:17.291Z Compiling unicode-normalization v0.1.25
27802026-03-30T17:16:17.943Z Compiling snafu-derive v0.8.9
27812026-03-30T17:16:18.344Z Compiling console v0.15.11
27822026-03-30T17:16:19.241Z Compiling tokio-stream v0.1.18
27832026-03-30T17:16:19.655Z Compiling async-recursion v1.1.1
27842026-03-30T17:16:19.697Z Compiling csv-core v0.1.13
27852026-03-30T17:16:19.804Z Compiling slog-dtrace v0.3.0
27862026-03-30T17:16:19.822Z Compiling foreign-types-shared v0.1.1
27872026-03-30T17:16:19.925Z Compiling unicode-xid v0.2.6
27882026-03-30T17:16:20.055Z Compiling foldhash v0.1.5
27892026-03-30T17:16:20.055Z Compiling unicode-width v0.1.14
27902026-03-30T17:16:20.120Z Compiling openssl v0.10.76
27912026-03-30T17:16:20.299Z Compiling highway v1.3.0
27922026-03-30T17:16:20.343Z Compiling chrono-tz v0.10.4
27932026-03-30T17:16:20.377Z Compiling same-file v1.0.6
27942026-03-30T17:16:20.401Z Compiling cancel-safe-futures v0.1.5
27952026-03-30T17:16:20.558Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
27962026-03-30T17:16:20.594Z Compiling walkdir v2.5.0
27972026-03-30T17:16:20.701Z Compiling hashbrown v0.15.5
27982026-03-30T17:16:21.057Z Compiling const_format_proc_macros v0.2.34
27992026-03-30T17:16:21.333Z Compiling foreign-types v0.3.2
28002026-03-30T17:16:21.358Z Compiling csv v1.4.0
28012026-03-30T17:16:21.420Z Compiling snafu v0.8.9
28022026-03-30T17:16:21.867Z Compiling qorb v0.4.1
28032026-03-30T17:16:21.995Z Compiling expectorate v1.2.0
28042026-03-30T17:16:22.212Z Compiling olpc-cjson v0.1.4
28052026-03-30T17:16:22.315Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28062026-03-30T17:16:22.434Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28072026-03-30T17:16:22.478Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28082026-03-30T17:16:22.986Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28092026-03-30T17:16:23.352Z Compiling phf v0.12.1
28102026-03-30T17:16:25.122Z Compiling tokio-dtrace v0.1.1
28112026-03-30T17:16:25.517Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28122026-03-30T17:16:25.937Z Compiling globset v0.4.18
28132026-03-30T17:16:26.406Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28142026-03-30T17:16:27.004Z Compiling num-derive v0.3.3
28152026-03-30T17:16:27.859Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28162026-03-30T17:16:27.936Z Compiling pem v3.0.6
28172026-03-30T17:16:28.010Z Compiling libsw-core v0.3.2
28182026-03-30T17:16:28.160Z Compiling serde_plain v1.0.2
28192026-03-30T17:16:28.208Z Compiling openssl-macros v0.1.1
28202026-03-30T17:16:28.457Z Compiling cookie v0.18.1
28212026-03-30T17:16:28.622Z Compiling smawk v0.3.2
28222026-03-30T17:16:28.622Z Compiling fixedbitset v0.4.2
28232026-03-30T17:16:28.745Z Compiling unicode-linebreak v0.1.5
28242026-03-30T17:16:28.805Z Compiling typed-path v0.9.3
28252026-03-30T17:16:29.015Z Compiling fixedbitset v0.5.7
28262026-03-30T17:16:29.059Z Compiling textwrap v0.16.2
28272026-03-30T17:16:29.090Z Compiling petgraph v0.6.5
28282026-03-30T17:16:29.546Z Compiling petgraph v0.8.3
28292026-03-30T17:16:30.159Z Compiling tough v0.20.0
28302026-03-30T17:16:30.748Z Compiling libsw v3.5.0
28312026-03-30T17:16:30.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28322026-03-30T17:16:30.980Z Compiling libscf-sys v1.1.0
28332026-03-30T17:16:31.131Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28342026-03-30T17:16:31.382Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28352026-03-30T17:16:31.744Z Compiling oxide-tokio-rt v0.1.3
28362026-03-30T17:16:32.018Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28372026-03-30T17:16:32.351Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28382026-03-30T17:16:34.335Z Compiling const_format v0.2.35
28392026-03-30T17:16:34.817Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28402026-03-30T17:16:37.436Z Compiling papergrid v0.11.0
28412026-03-30T17:16:37.647Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28422026-03-30T17:16:37.783Z Compiling gethostname v0.5.0
28432026-03-30T17:16:37.933Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28442026-03-30T17:16:38.092Z Compiling tabled_derive v0.7.0
28452026-03-30T17:16:38.295Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28462026-03-30T17:16:39.037Z Compiling bcs v0.1.6
28472026-03-30T17:16:39.450Z Compiling termtree v0.5.1
28482026-03-30T17:16:39.630Z Compiling tagptr v0.2.0
28492026-03-30T17:16:39.809Z Compiling linear-map v1.2.0
28502026-03-30T17:16:40.050Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28512026-03-30T17:16:40.697Z Compiling moka v0.12.15
28522026-03-30T17:16:41.501Z Compiling tabled v0.15.0
28532026-03-30T17:16:41.921Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28542026-03-30T17:16:42.226Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28552026-03-30T17:16:42.633Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28562026-03-30T17:16:42.853Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28572026-03-30T17:16:43.053Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28582026-03-30T17:16:43.067Z Compiling steno v0.4.1
28592026-03-30T17:16:44.623Z Compiling hickory-proto v0.25.2
28602026-03-30T17:16:48.048Z Compiling humantime v2.3.0
28612026-03-30T17:16:48.457Z Compiling hickory-resolver v0.25.2
28622026-03-30T17:16:48.503Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28632026-03-30T17:16:49.204Z Compiling typify-impl v0.4.3
28642026-03-30T17:16:49.351Z Compiling parking_lot_core v0.8.6
28652026-03-30T17:16:49.650Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28662026-03-30T17:16:50.981Z Compiling crc32fast v1.5.0
28672026-03-30T17:16:51.449Z Compiling crunchy v0.2.4
28682026-03-30T17:16:51.792Z Compiling parking_lot v0.11.2
28692026-03-30T17:16:52.102Z Compiling fxhash v0.2.1
28702026-03-30T17:16:52.254Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28712026-03-30T17:16:52.521Z Compiling tiny-keccak v2.0.2
28722026-03-30T17:16:52.524Z Compiling typify-macro v0.4.3
28732026-03-30T17:16:52.673Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28742026-03-30T17:16:52.789Z Compiling sled v0.34.7
28752026-03-30T17:16:53.706Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28762026-03-30T17:16:54.142Z Compiling typify v0.4.3
28772026-03-30T17:16:54.250Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28782026-03-30T17:16:54.792Z Compiling internet-checksum v0.2.1
28792026-03-30T17:16:55.065Z Compiling const-random-macro v0.1.16
28802026-03-30T17:16:55.447Z Compiling smartstring v1.0.1
28812026-03-30T17:16:55.478Z Compiling ahash v0.8.12
28822026-03-30T17:16:55.799Z Compiling const-random v0.1.18
28832026-03-30T17:16:55.890Z Compiling proc-macro-error-attr2 v2.0.0
28842026-03-30T17:16:56.332Z Compiling proc-macro-error2 v2.0.1
28852026-03-30T17:16:56.633Z Compiling thin-vec v0.2.14
28862026-03-30T17:16:56.657Z Compiling rhai_codegen v3.1.0
28872026-03-30T17:16:56.964Z Compiling arc-swap v1.9.0
28882026-03-30T17:16:56.983Z Compiling tabled_derive v0.11.0
28892026-03-30T17:16:57.310Z Compiling slog-scope v4.4.1
28902026-03-30T17:16:57.727Z Compiling progenitor-impl v0.11.2
28912026-03-30T17:16:57.884Z Compiling rhai v1.24.0
28922026-03-30T17:16:58.088Z Compiling papergrid v0.17.0
28932026-03-30T17:16:59.926Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28942026-03-30T17:17:01.092Z Compiling testing_table v0.3.0
28952026-03-30T17:17:01.315Z Compiling nom v8.0.0
28962026-03-30T17:17:01.516Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
28972026-03-30T17:17:01.825Z Compiling tabled v0.20.0
28982026-03-30T17:17:03.635Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
28992026-03-30T17:17:03.985Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
29002026-03-30T17:17:06.447Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
29012026-03-30T17:17:08.197Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
29022026-03-30T17:17:09.484Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
29032026-03-30T17:17:10.892Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
29042026-03-30T17:17:10.956Z Compiling progenitor-macro v0.11.2
29052026-03-30T17:17:11.340Z Compiling slog-stdlog v4.1.1
29062026-03-30T17:17:13.470Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
29072026-03-30T17:17:15.099Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29082026-03-30T17:17:15.771Z Compiling progenitor-client v0.11.2
29092026-03-30T17:17:16.284Z Compiling dropshot-api-manager-types v0.5.2
29102026-03-30T17:17:16.884Z Compiling progenitor v0.11.2
29112026-03-30T17:17:17.049Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29122026-03-30T17:17:17.988Z Compiling slog-envlogger v2.2.0
29132026-03-30T17:17:19.155Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
29142026-03-30T17:17:22.927Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29152026-03-30T17:17:23.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29162026-03-30T17:17:23.449Z Compiling crc8 v0.1.1
29172026-03-30T17:17:23.573Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
29182026-03-30T17:17:23.676Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29192026-03-30T17:17:24.190Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
29202026-03-30T17:17:25.324Z Compiling progenitor-impl v0.10.0
29212026-03-30T17:17:27.580Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
29222026-03-30T17:17:27.727Z Compiling lzma-sys v0.1.20
29232026-03-30T17:17:27.727Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29242026-03-30T17:17:27.727Z Compiling fs-err v3.3.0
29252026-03-30T17:17:27.819Z Compiling utf-8 v0.7.6
29262026-03-30T17:17:27.840Z Compiling typeid v1.0.3
29272026-03-30T17:17:28.109Z Compiling tungstenite v0.21.0
29282026-03-30T17:17:28.293Z Compiling progenitor-macro v0.10.0
29292026-03-30T17:17:28.747Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
29302026-03-30T17:17:30.147Z Compiling cargo_toml v0.22.3
29312026-03-30T17:17:32.427Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29322026-03-30T17:17:32.541Z Compiling sha2 v0.10.9
29332026-03-30T17:17:33.659Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29342026-03-30T17:17:33.784Z Compiling progenitor v0.10.0
29352026-03-30T17:17:33.937Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29362026-03-30T17:17:34.012Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29372026-03-30T17:17:34.807Z Compiling tokio-tungstenite v0.21.0
29382026-03-30T17:17:35.163Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29392026-03-30T17:17:35.614Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
29402026-03-30T17:17:37.169Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
29412026-03-30T17:17:41.384Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29422026-03-30T17:17:41.440Z Compiling console v0.16.3
29432026-03-30T17:17:41.440Z Compiling git-stub v1.0.0
29442026-03-30T17:17:41.479Z Compiling base64 v0.21.7
29452026-03-30T17:17:41.479Z Compiling unit-prefix v0.5.2
29462026-03-30T17:17:41.479Z Compiling is_ci v1.2.0
29472026-03-30T17:17:41.479Z Compiling supports-color v3.0.2
29482026-03-30T17:17:41.479Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29492026-03-30T17:17:41.479Z Compiling indicatif v0.18.4
29502026-03-30T17:17:41.479Z Compiling git-stub-vcs v0.1.0
29512026-03-30T17:17:41.479Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
29522026-03-30T17:17:41.797Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
29532026-03-30T17:17:41.944Z Compiling ron v0.12.0
29542026-03-30T17:17:42.430Z Compiling xz2 v0.1.7
29552026-03-30T17:17:42.747Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
29562026-03-30T17:17:42.781Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
29572026-03-30T17:17:43.270Z Compiling drift v0.1.3
29582026-03-30T17:17:43.938Z Compiling base16ct v1.0.0
29592026-03-30T17:17:45.412Z Compiling dropshot-api-manager v0.5.2
29602026-03-30T17:17:45.699Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
29612026-03-30T17:17:48.806Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
29622026-03-30T17:17:49.992Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
29632026-03-30T17:17:51.300Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
29642026-03-30T17:17:52.270Z Compiling natord v1.0.9
29652026-03-30T17:17:52.559Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
29662026-03-30T17:17:52.652Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
29672026-03-30T17:17:53.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
29682026-03-30T17:17:53.286Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
29692026-03-30T17:17:53.802Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
29702026-03-30T17:17:54.402Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
29712026-03-30T17:17:54.854Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
29722026-03-30T17:18:02.099Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
29732026-03-30T17:18:10.344Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
29742026-03-30T17:18:17.561Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
29752026-03-30T17:18:31.114Z Finished `release` profile [optimized] target(s) in 4m 15s
29762026-03-30T17:18:31.281Z
29772026-03-30T17:18:31.281Zreal 4:15.952139587
29782026-03-30T17:18:31.281Zuser 29:07.103030997
29792026-03-30T17:18:31.281Zsys 2:36.965319888
29802026-03-30T17:18:31.281Ztrap 0.744667274
29812026-03-30T17:18:31.281Ztflt 2.413338619
29822026-03-30T17:18:31.281Zdflt 1.847101392
29832026-03-30T17:18:31.281Zkflt 0.016697450
29842026-03-30T17:18:31.281Zlock 2:01:39.687742429
29852026-03-30T17:18:31.282Zslp 1:27:47.726430278
29862026-03-30T17:18:31.282Zlat 1:56.828497854
29872026-03-30T17:18:31.282Zstop 3:19.303888508
29882026-03-30T17:18:31.287Z+ for x in debug release
29892026-03-30T17:18:31.287Z+ mkdir -p /work/debug
29902026-03-30T17:18:31.291Z+ cp target/debug/ddmd /work/debug/ddmd
29912026-03-30T17:18:31.820Z+ cp target/debug/ddmadm /work/debug/ddmadm
29922026-03-30T17:18:32.346Z+ cp target/debug/mgd /work/debug/mgd
29932026-03-30T17:18:32.999Z+ cp target/debug/mgadm /work/debug/mgadm
29942026-03-30T17:18:33.435Z+ for x in debug release
29952026-03-30T17:18:33.435Z+ mkdir -p /work/release
29962026-03-30T17:18:33.440Z+ cp target/release/ddmd /work/release/ddmd
29972026-03-30T17:18:33.511Z+ cp target/release/ddmadm /work/release/ddmadm
29982026-03-30T17:18:33.586Z+ cp target/release/mgd /work/release/mgd
29992026-03-30T17:18:33.705Z+ cp target/release/mgadm /work/release/mgadm
30002026-03-30T17:18:33.793Z+ cp target/release/falcon-lab /work/release/falcon-lab
30012026-03-30T17:18:33.857Zprocess exited: duration 687016 ms, exit code 0
 
30022026-03-30T17:18:33.873Zfound 9 output files
30032026-03-30T17:18:33.873Zuploading: /work/debug/ddmadm (513892864 bytes)
30042026-03-30T17:18:45.024Zuploaded: /work/debug/ddmadm
30052026-03-30T17:18:45.024Zuploading: /work/debug/ddmd (613558312 bytes)
30062026-03-30T17:19:06.631Zuploaded: /work/debug/ddmd
30072026-03-30T17:19:06.631Zuploading: /work/debug/mgadm (603656136 bytes)
30082026-03-30T17:19:20.774Zuploaded: /work/debug/mgadm
30092026-03-30T17:19:20.775Zuploading: /work/debug/mgd (695497776 bytes)
30102026-03-30T17:19:32.440Zuploaded: /work/debug/mgd
30112026-03-30T17:19:32.440Zuploading: /work/release/ddmadm (43694528 bytes)
30122026-03-30T17:19:33.885Zuploaded: /work/release/ddmadm
30132026-03-30T17:19:33.885Zuploading: /work/release/ddmd (49026544 bytes)
30142026-03-30T17:19:35.510Zuploaded: /work/release/ddmd
30152026-03-30T17:19:35.510Zuploading: /work/release/falcon-lab (37076984 bytes)
30162026-03-30T17:19:37.013Zuploaded: /work/release/falcon-lab
30172026-03-30T17:19:37.013Zuploading: /work/release/mgadm (53778256 bytes)
30182026-03-30T17:19:38.513Zuploaded: /work/release/mgadm
30192026-03-30T17:19:38.513Zuploading: /work/release/mgd (75083816 bytes)
30202026-03-30T17:19:40.585Zuploaded: /work/release/mgd