01KY0CPK84EEFZD68XDM4R9F8B: 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: 01KY0CQAMRB0YSNM8803REZ8TQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:31:48.033Zjob assigned to worker 01KY0CQH179KK68VB10M42CDNP [factory aws, i-016919b5b420b1050] (queued for 49 s)
 
22026-07-20T18:31:54.709Zstarting task 0: "setup"
32026-07-20T18:31:54.716Z++ uname -s
42026-07-20T18:31:54.720Z+ kern=SunOS
52026-07-20T18:31:54.720Z+ build_user=build
62026-07-20T18:31:54.720Z+ build_uid=12345
72026-07-20T18:31:54.720Z+ work_dir=/work
82026-07-20T18:31:54.720Z+ input_dir=/input
92026-07-20T18:31:54.720Z+ [[ 0 == 12345 ]]
102026-07-20T18:31:54.720Z+ case "$kern" in
112026-07-20T18:31:54.720Z+ groupadd -g 12345 build
122026-07-20T18:31:54.724Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:31:56.728Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:31:56.817Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:31:56.823Z+ home_fs=zfs
162026-07-20T18:31:56.823Z+ [[ zfs == autofs ]]
172026-07-20T18:31:56.823Z+ mkdir -p /home/build
182026-07-20T18:31:56.823Z+ chown build:build /home/build /work
192026-07-20T18:31:57.795Z+ chmod 0700 /home/build /work
202026-07-20T18:31:57.803Zprocess exited: duration 3088 ms, exit code 0
 
212026-07-20T18:31:57.810Zstarting task 1: "rust-toolchain"
222026-07-20T18:31:57.813Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:31:57.813Z * rust toolchain channel = "stable"
242026-07-20T18:31:57.813Z * rust toolchain profile = "default"
252026-07-20T18:31:57.813Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T18:31:57.813Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:31:57.813Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:31:57.820Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:31:57.820Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:31:57.934Zinfo: downloading installer
312026-07-20T18:31:59.271Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:31:59.271Zwarn: /opt/ooce/bin
332026-07-20T18:31:59.271Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:31:59.271Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:31:59.271Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:31:59.271Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:31:59.271Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:31:59.271Zerror: cannot install while Rust is installed
392026-07-20T18:31:59.271Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:31:59.271Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:31:59.271Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:31:59.271Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:31:59.271Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:31:59.284Zinfo: profile set to default
452026-07-20T18:31:59.284Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:31:59.288Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:31:59.421Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:31:59.426Zinfo: downloading 6 components
492026-07-20T18:32:15.355Z
502026-07-20T18:32:15.355Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-20T18:32:15.381Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:15.381Z
532026-07-20T18:32:15.381Z
542026-07-20T18:32:15.384ZRust is installed now. Great!
552026-07-20T18:32:15.384Z
562026-07-20T18:32:15.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:15.384Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:15.384Z
592026-07-20T18:32:15.384ZTo configure your current shell, you need to source
602026-07-20T18:32:15.384Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:15.384Z
622026-07-20T18:32:15.384ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:15.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:15.384Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:15.384Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:15.384Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:15.384Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:15.384Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:15.384Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:15.384Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:15.475Z+ rustup --version
722026-07-20T18:32:15.484Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:15.487Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:15.505Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:15.508Z+ cargo --version
762026-07-20T18:32:15.522Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:15.525Z+ rustc --version
782026-07-20T18:32:15.544Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:15.547Zprocess exited: duration 17733 ms, exit code 0
 
802026-07-20T18:32:15.553Zstarting task 2: "authentication"
812026-07-20T18:32:15.569Zprocess exited: duration 15 ms, exit code 0
 
822026-07-20T18:32:15.575Zstarting task 3: "clone repository"
832026-07-20T18:32:15.578Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:15.581Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:15.610ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:17.124Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:17.124Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:17.348ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:17.348Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:17.352Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:17.358Z++ git branch --show-current
922026-07-20T18:32:17.358Z+ current=main
932026-07-20T18:32:17.359Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:17.359Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:17.362Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:17.376ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:17.380Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:17.420ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:17.427Zprocess exited: duration 1820 ms, exit code 0
 
1002026-07-20T18:32:17.439Zstarting task 4: "build"
1012026-07-20T18:32:17.445Z+ pfexec pkg install clang-15
1022026-07-20T18:32:26.216Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-20T18:32:33.961Z Startup: Caching catalogs ... Done
1042026-07-20T18:32:41.235ZPlanning: Solver setup ... Done
1052026-07-20T18:32:41.276ZPlanning: Running solver ... Done
1062026-07-20T18:32:41.420ZPlanning: Finding local manifests ... Done
1072026-07-20T18:32:41.438ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-20T18:32:41.525ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-20T18:32:41.551ZPlanning: Package planning ... Done
1102026-07-20T18:32:41.577ZPlanning: Merging actions ... Done
1112026-07-20T18:32:41.685ZPlanning: Checking for conflicting actions ... Done
1122026-07-20T18:32:41.691ZPlanning: Consolidating action changes ... Done
1132026-07-20T18:32:42.462ZPlanning: Evaluating mediators ... Done
1142026-07-20T18:32:42.468ZPlanning: Planning completed in 8.36 seconds
1152026-07-20T18:32:42.479Z Packages to install: 2
1162026-07-20T18:32:42.479Z Mediators to change: 2
1172026-07-20T18:32:42.482Z Services to change: 1
1182026-07-20T18:32:42.482Z Create boot environment: No
1192026-07-20T18:32:42.482ZCreate backup boot environment: No
1202026-07-20T18:32:42.521Z
1212026-07-20T18:32:42.521ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-20T18:32:47.523ZDownload: 1590/3076 items 116.5/211.3MB 55% complete (23.8M/s)
1232026-07-20T18:32:59.060ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1242026-07-20T18:33:11.781ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1252026-07-20T18:33:17.025ZDownload: 3027/3076 items 201.7/211.3MB 95% complete (17.0M/s)
1262026-07-20T18:33:24.241ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (16.0M/s)
1272026-07-20T18:33:25.613ZDownload: Completed 211.31 MB in 43.08 seconds (4.9M/s)
1282026-07-20T18:33:25.750Z Actions: 1/3418 actions (Installing new actions)
1292026-07-20T18:33:28.905Z Actions: Completed 3418 actions in 3.15 seconds.
1302026-07-20T18:33:29.567Z Done
1312026-07-20T18:33:29.567Z Done
1322026-07-20T18:33:30.322Z Done
1332026-07-20T18:33:33.720Z Done
1342026-07-20T18:33:33.791Z Done
1352026-07-20T18:33:33.794Z Done
1362026-07-20T18:33:34.103Z Done
1372026-07-20T18:33:34.802Z+ cargo --version
1382026-07-20T18:33:34.809Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1392026-07-20T18:33:35.008Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1402026-07-20T18:33:35.011Zinfo: downloading 6 components
1412026-07-20T18:33:49.385Zcargo 1.96.1 (356927216 2026-06-26)
1422026-07-20T18:33:49.389Z+ rustc --version
1432026-07-20T18:33:49.412Zrustc 1.96.1 (31fca3adb 2026-06-26)
1442026-07-20T18:33:49.415Z+ banner check
1452026-07-20T18:33:49.419Z
1462026-07-20T18:33:49.419Z #### # # ###### #### # #
1472026-07-20T18:33:49.419Z # # # # # # # # #
1482026-07-20T18:33:49.419Z # ###### ##### # ####
1492026-07-20T18:33:49.419Z # # # # # # #
1502026-07-20T18:33:49.419Z # # # # # # # # #
1512026-07-20T18:33:49.419Z #### # # ###### #### # #
1522026-07-20T18:33:49.419Z
1532026-07-20T18:33:49.419Z+ cargo fmt -- --check
1542026-07-20T18:33:49.828Z+ cargo clippy --all-targets -- --deny warnings
1552026-07-20T18:33:49.938Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-07-20T18:33:50.786ZFrom https://github.com/oxidecomputer/falcon
1572026-07-20T18:33:50.786Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1582026-07-20T18:33:50.861Z Updating crates.io index
1592026-07-20T18:33:50.864Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1602026-07-20T18:33:51.286ZFrom https://github.com/oxidecomputer/dendrite
1612026-07-20T18:33:51.286Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
1622026-07-20T18:33:51.321Z Updating git repository `https://github.com/oxidecomputer/ispf`
1632026-07-20T18:33:51.605ZFrom https://github.com/oxidecomputer/ispf
1642026-07-20T18:33:51.606Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1652026-07-20T18:33:51.613Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-07-20T18:33:51.948ZFrom https://github.com/oxidecomputer/netadm-sys
1672026-07-20T18:33:51.948Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1682026-07-20T18:33:51.955Z Updating git repository `https://github.com/oxidecomputer/omicron`
1692026-07-20T18:33:57.825ZFrom https://github.com/oxidecomputer/omicron
1702026-07-20T18:33:57.825Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1712026-07-20T18:33:58.231Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-07-20T18:33:58.971ZFrom https://github.com/oxidecomputer/opte
1732026-07-20T18:33:58.971Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
1742026-07-20T18:33:59.000Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1752026-07-20T18:33:59.278ZFrom https://github.com/oxidecomputer/slog-error-chain
1762026-07-20T18:33:59.278Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1772026-07-20T18:33:59.286Z Updating git repository `https://github.com/illumos/smf-rs`
1782026-07-20T18:33:59.554ZFrom https://github.com/illumos/smf-rs
1792026-07-20T18:33:59.554Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1802026-07-20T18:33:59.562Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1812026-07-20T18:33:59.819ZFrom https://github.com/oxidecomputer/network-interface
1822026-07-20T18:33:59.819Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1832026-07-20T18:33:59.826Z Updating git repository `https://github.com/oxidecomputer/zone`
1842026-07-20T18:34:00.086ZFrom https://github.com/oxidecomputer/zone
1852026-07-20T18:34:00.086Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1862026-07-20T18:34:00.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
1872026-07-20T18:34:00.707ZFrom https://github.com/oxidecomputer/propolis
1882026-07-20T18:34:00.707Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1892026-07-20T18:34:00.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1902026-07-20T18:34:01.265ZFrom https://github.com/oxidecomputer/transceiver-control
1912026-07-20T18:34:01.265Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1922026-07-20T18:34:01.275Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1932026-07-20T18:34:01.525ZFrom https://github.com/oxidecomputer/dlpi-sys
1942026-07-20T18:34:01.525Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1952026-07-20T18:34:01.532Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1962026-07-20T18:34:01.823ZFrom https://github.com/jmesmon/rust-libzfs
1972026-07-20T18:34:01.823Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1982026-07-20T18:34:01.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1992026-07-20T18:34:02.156ZFrom https://github.com/oxidecomputer/rusty-doors
2002026-07-20T18:34:02.156Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2012026-07-20T18:34:02.160Z Updating git repository `https://github.com/oxidecomputer/lldp`
2022026-07-20T18:34:02.523ZFrom https://github.com/oxidecomputer/lldp
2032026-07-20T18:34:02.523Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2042026-07-20T18:34:02.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2052026-07-20T18:34:02.838ZFrom https://github.com/oxidecomputer/tufaceous
2062026-07-20T18:34:02.838Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2072026-07-20T18:34:02.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2082026-07-20T18:34:03.301ZFrom https://github.com/oxidecomputer/management-gateway-service
2092026-07-20T18:34:03.301Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2102026-07-20T18:34:03.314Z Updating git repository `https://github.com/oxidecomputer/crucible`
2112026-07-20T18:34:05.044ZFrom https://github.com/oxidecomputer/crucible
2122026-07-20T18:34:05.044Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2132026-07-20T18:34:05.087Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2142026-07-20T18:34:05.349ZFrom https://github.com/oxidecomputer/serde_human_bytes
2152026-07-20T18:34:05.349Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2162026-07-20T18:34:05.358Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-07-20T18:34:05.790ZFrom https://github.com/oxidecomputer/propolis
2182026-07-20T18:34:05.790Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2192026-07-20T18:34:05.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-07-20T18:34:06.594ZFrom https://github.com/oxidecomputer/crucible
2212026-07-20T18:34:06.594Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2222026-07-20T18:34:06.658Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-20T18:34:06.990ZFrom https://github.com/oxidecomputer/tofino
2242026-07-20T18:34:06.990Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2252026-07-20T18:34:07.003Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-07-20T18:34:07.669ZFrom https://github.com/oxidecomputer/maghemite
2272026-07-20T18:34:07.669Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2282026-07-20T18:34:07.700Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-20T18:34:08.185ZFrom https://github.com/oxidecomputer/clickward
2302026-07-20T18:34:08.185Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2312026-07-20T18:34:08.192Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-07-20T18:34:08.592ZFrom https://github.com/oxidecomputer/illumos-devinfo
2332026-07-20T18:34:08.592Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2342026-07-20T18:34:10.812Z Downloading crates ...
2352026-07-20T18:34:10.876Z Downloaded atomic-waker v1.1.2
2362026-07-20T18:34:10.879Z Downloaded aead v0.5.2
2372026-07-20T18:34:10.883Z Downloaded cfg_aliases v0.2.1
2382026-07-20T18:34:10.886Z Downloaded async-stream v0.3.6
2392026-07-20T18:34:10.890Z Downloaded adler2 v2.0.1
2402026-07-20T18:34:10.895Z Downloaded async-stream-impl v0.3.6
2412026-07-20T18:34:10.898Z Downloaded defmt-parser v1.0.0
2422026-07-20T18:34:10.898Z Downloaded base16ct v1.0.0
2432026-07-20T18:34:10.901Z Downloaded anstyle-query v1.1.5
2442026-07-20T18:34:10.901Z Downloaded atomicwrites v0.4.4
2452026-07-20T18:34:10.904Z Downloaded defmt v1.1.0
2462026-07-20T18:34:10.907Z Downloaded defmt-macros v1.1.0
2472026-07-20T18:34:10.910Z Downloaded bit-vec v0.8.0
2482026-07-20T18:34:10.910Z Downloaded base16ct v0.2.0
2492026-07-20T18:34:10.910Z Downloaded fnv v1.0.7
2502026-07-20T18:34:10.915Z Downloaded backoff v0.4.0
2512026-07-20T18:34:10.918Z Downloaded dof v0.4.0
2522026-07-20T18:34:10.918Z Downloaded dyn-clone v1.0.20
2532026-07-20T18:34:10.918Z Downloaded crc8 v0.1.1
2542026-07-20T18:34:10.921Z Downloaded embedded-io v0.6.1
2552026-07-20T18:34:10.921Z Downloaded dropshot-api-manager-types v0.7.2
2562026-07-20T18:34:10.921Z Downloaded cpufeatures v0.3.0
2572026-07-20T18:34:10.924Z Downloaded digest v0.10.7
2582026-07-20T18:34:10.927Z Downloaded data-encoding v2.11.0
2592026-07-20T18:34:10.927Z Downloaded derive-ex v0.1.8
2602026-07-20T18:34:10.929Z Downloaded heck v0.4.1
2612026-07-20T18:34:10.929Z Downloaded const-random-macro v0.1.16
2622026-07-20T18:34:10.929Z Downloaded bit-set v0.8.0
2632026-07-20T18:34:10.932Z Downloaded async-recursion v1.1.1
2642026-07-20T18:34:10.935Z Downloaded crucible-workspace-hack v0.1.0
2652026-07-20T18:34:10.935Z Downloaded cfg-if v1.0.4
2662026-07-20T18:34:10.935Z Downloaded either v1.16.0
2672026-07-20T18:34:10.938Z Downloaded block-buffer v0.10.4
2682026-07-20T18:34:10.938Z Downloaded float-ord v0.3.2
2692026-07-20T18:34:10.938Z Downloaded ff v0.13.1
2702026-07-20T18:34:10.941Z Downloaded crypto-common v0.2.2
2712026-07-20T18:34:10.941Z Downloaded dtrace-parser v0.3.0
2722026-07-20T18:34:10.941Z Downloaded darling_macro v0.23.0
2732026-07-20T18:34:10.941Z Downloaded enum-as-inner v0.6.1
2742026-07-20T18:34:10.944Z Downloaded futures-sink v0.3.32
2752026-07-20T18:34:10.944Z Downloaded dtrace-parser v0.2.0
2762026-07-20T18:34:10.944Z Downloaded bs58 v0.5.1
2772026-07-20T18:34:10.947Z Downloaded autocfg v1.5.1
2782026-07-20T18:34:10.947Z Downloaded hostname v0.4.2
2792026-07-20T18:34:10.955Z Downloaded darling_macro v0.21.3
2802026-07-20T18:34:10.955Z Downloaded digest v0.11.3
2812026-07-20T18:34:10.959Z Downloaded find-msvc-tools v0.1.9
2822026-07-20T18:34:10.959Z Downloaded curve25519-dalek-derive v0.1.1
2832026-07-20T18:34:10.959Z Downloaded compression-core v0.4.32
2842026-07-20T18:34:10.959Z Downloaded displaydoc v0.2.6
2852026-07-20T18:34:10.959Z Downloaded ciborium-ll v0.2.2
2862026-07-20T18:34:10.959Z Downloaded bytecount v0.6.9
2872026-07-20T18:34:10.959Z Downloaded diff v0.1.13
2882026-07-20T18:34:10.962Z Downloaded crunchy v0.2.4
2892026-07-20T18:34:10.962Z Downloaded cpufeatures v0.2.17
2902026-07-20T18:34:10.962Z Downloaded clap_lex v1.1.0
2912026-07-20T18:34:10.962Z Downloaded bcs v0.1.6
2922026-07-20T18:34:10.965Z Downloaded embedded-io v0.4.0
2932026-07-20T18:34:10.965Z Downloaded foreign-types v0.5.0
2942026-07-20T18:34:10.965Z Downloaded colorchoice v1.0.5
2952026-07-20T18:34:10.968Z Downloaded cstr-argument v0.1.2
2962026-07-20T18:34:10.968Z Downloaded expectorate v1.2.0
2972026-07-20T18:34:10.968Z Downloaded httpdate v1.0.3
2982026-07-20T18:34:10.971Z Downloaded cobs v0.3.0
2992026-07-20T18:34:10.971Z Downloaded fixedbitset v0.5.7
3002026-07-20T18:34:10.973Z Downloaded http-body v1.0.1
3012026-07-20T18:34:10.974Z Downloaded hex v0.4.3
3022026-07-20T18:34:10.974Z Downloaded gethostname v0.5.0
3032026-07-20T18:34:10.976Z Downloaded anstyle-parse v1.0.0
3042026-07-20T18:34:10.976Z Downloaded anstyle v1.0.14
3052026-07-20T18:34:10.976Z Downloaded ciborium-io v0.2.2
3062026-07-20T18:34:10.980Z Downloaded generic-array v0.14.7
3072026-07-20T18:34:10.980Z Downloaded argon2 v0.5.3
3082026-07-20T18:34:10.980Z Downloaded byte-wrapper v0.1.0
3092026-07-20T18:34:10.983Z Downloaded block-buffer v0.12.0
3102026-07-20T18:34:10.983Z Downloaded futures-io v0.3.32
3112026-07-20T18:34:10.986Z Downloaded const-random v0.1.18
3122026-07-20T18:34:10.986Z Downloaded foreign-types v0.3.2
3132026-07-20T18:34:10.986Z Downloaded async-trait v0.1.89
3142026-07-20T18:34:10.989Z Downloaded crypto-common v0.1.7
3152026-07-20T18:34:10.989Z Downloaded chacha20 v0.9.1
3162026-07-20T18:34:10.989Z Downloaded bitflags v1.3.2
3172026-07-20T18:34:10.992Z Downloaded fxhash v0.2.1
3182026-07-20T18:34:10.992Z Downloaded futures-task v0.3.32
3192026-07-20T18:34:10.992Z Downloaded convert_case v0.4.0
3202026-07-20T18:34:10.995Z Downloaded futures-core v0.3.32
3212026-07-20T18:34:10.995Z Downloaded foreign-types-macros v0.2.3
3222026-07-20T18:34:10.995Z Downloaded dof v0.3.0
3232026-07-20T18:34:10.998Z Downloaded defmt v0.3.100
3242026-07-20T18:34:10.998Z Downloaded errno v0.3.14
3252026-07-20T18:34:10.998Z Downloaded foreign-types-shared v0.1.1
3262026-07-20T18:34:10.998Z Downloaded dunce v1.0.5
3272026-07-20T18:34:11.003Z Downloaded debug-ignore v1.0.5
3282026-07-20T18:34:11.003Z Downloaded hostname v0.3.1
3292026-07-20T18:34:11.006Z Downloaded cookie v0.18.1
3302026-07-20T18:34:11.006Z Downloaded form_urlencoded v1.2.2
3312026-07-20T18:34:11.006Z Downloaded anyhow v1.0.104
3322026-07-20T18:34:11.006Z Downloaded git-stub v1.0.0
3332026-07-20T18:34:11.009Z Downloaded backon v1.6.0
3342026-07-20T18:34:11.009Z Downloaded anstream v1.0.0
3352026-07-20T18:34:11.012Z Downloaded equivalent v1.0.2
3362026-07-20T18:34:11.012Z Downloaded hubpack_derive v0.1.1
3372026-07-20T18:34:11.013Z Downloaded hubpack v0.1.2
3382026-07-20T18:34:11.017Z Downloaded futures-macro v0.3.32
3392026-07-20T18:34:11.017Z Downloaded derive_more v0.99.20
3402026-07-20T18:34:11.020Z Downloaded fs-err v3.3.0
3412026-07-20T18:34:11.020Z Downloaded camino-tempfile v1.4.1
3422026-07-20T18:34:11.020Z Downloaded fixedbitset v0.4.2
3432026-07-20T18:34:11.023Z Downloaded hash32 v0.3.1
3442026-07-20T18:34:11.023Z Downloaded erased-serde v0.3.31
3452026-07-20T18:34:11.023Z Downloaded foreign-types-shared v0.3.1
3462026-07-20T18:34:11.026Z Downloaded critical-section v1.2.0
3472026-07-20T18:34:11.026Z Downloaded daft-derive v0.1.7
3482026-07-20T18:34:11.029Z Downloaded inout v0.1.4
3492026-07-20T18:34:11.029Z Downloaded idna_adapter v1.2.2
3502026-07-20T18:34:11.032Z Downloaded ident_case v1.0.1
3512026-07-20T18:34:11.032Z Downloaded csv-core v0.1.13
3522026-07-20T18:34:11.032Z Downloaded compression-codecs v0.4.38
3532026-07-20T18:34:11.035Z Downloaded itoa v1.0.18
3542026-07-20T18:34:11.035Z Downloaded lazy_static v1.5.0
3552026-07-20T18:34:11.038Z Downloaded futures-executor v0.3.32
3562026-07-20T18:34:11.038Z Downloaded git-stub-vcs v0.1.0
3572026-07-20T18:34:11.043Z Downloaded indent_write v2.2.0
3582026-07-20T18:34:11.043Z Downloaded instant v0.1.13
3592026-07-20T18:34:11.043Z Downloaded console v0.15.11
3602026-07-20T18:34:11.046Z Downloaded is_terminal_polyfill v1.70.2
3612026-07-20T18:34:11.046Z Downloaded is_ci v1.2.0
3622026-07-20T18:34:11.046Z Downloaded is-terminal v0.4.17
3632026-07-20T18:34:11.046Z Downloaded blake2 v0.10.6
3642026-07-20T18:34:11.049Z Downloaded ahash v0.8.12
3652026-07-20T18:34:11.049Z Downloaded lru-slab v0.1.2
3662026-07-20T18:34:11.051Z Downloaded keccak v0.1.6
3672026-07-20T18:34:11.052Z Downloaded console v0.16.3
3682026-07-20T18:34:11.052Z Downloaded cancel-safe-futures v0.1.5
3692026-07-20T18:34:11.055Z Downloaded lru-cache v0.1.2
3702026-07-20T18:34:11.055Z Downloaded deranged v0.5.8
3712026-07-20T18:34:11.057Z Downloaded foldhash v0.2.0
3722026-07-20T18:34:11.057Z Downloaded drift v0.2.0
3732026-07-20T18:34:11.062Z Downloaded libscf-sys v1.2.0
3742026-07-20T18:34:11.065Z Downloaded konst_macro_rules v0.2.19
3752026-07-20T18:34:11.065Z Downloaded heck v0.5.0
3762026-07-20T18:34:11.068Z Downloaded fs_extra v1.3.0
3772026-07-20T18:34:11.068Z Downloaded derive-where v1.6.1
3782026-07-20T18:34:11.071Z Downloaded humantime v2.3.0
3792026-07-20T18:34:11.071Z Downloaded macaddr v1.0.1
3802026-07-20T18:34:11.071Z Downloaded match_cfg v0.1.0
3812026-07-20T18:34:11.074Z Downloaded http-body-util v0.1.4
3822026-07-20T18:34:11.074Z Downloaded memmap v0.7.0
3832026-07-20T18:34:11.074Z Downloaded memoffset v0.9.1
3842026-07-20T18:34:11.077Z Downloaded foldhash v0.1.5
3852026-07-20T18:34:11.077Z Downloaded fastrand v2.4.1
3862026-07-20T18:34:11.077Z Downloaded const_format_proc_macros v0.2.34
3872026-07-20T18:34:11.080Z Downloaded cmake v0.1.58
3882026-07-20T18:34:11.080Z Downloaded camino v1.2.4
3892026-07-20T18:34:11.082Z Downloaded mime v0.3.17
3902026-07-20T18:34:11.082Z Downloaded newline-converter v0.3.0
3912026-07-20T18:34:11.086Z Downloaded crossbeam-utils v0.8.21
3922026-07-20T18:34:11.086Z Downloaded crc32fast v1.5.0
3932026-07-20T18:34:11.089Z Downloaded base64ct v1.8.3
3942026-07-20T18:34:11.089Z Downloaded newtype_derive v0.1.6
3952026-07-20T18:34:11.089Z Downloaded internet-checksum v0.2.1
3962026-07-20T18:34:11.089Z Downloaded cargo_toml v0.22.3
3972026-07-20T18:34:11.093Z Downloaded hyper-rustls v0.27.9
3982026-07-20T18:34:11.093Z Downloaded colored v3.1.1
3992026-07-20T18:34:11.097Z Downloaded cipher v0.4.4
4002026-07-20T18:34:11.098Z Downloaded num v0.4.3
4012026-07-20T18:34:11.098Z Downloaded ingot-types v0.1.2
4022026-07-20T18:34:11.098Z Downloaded ingot v0.1.1
4032026-07-20T18:34:11.101Z Downloaded num-iter v0.1.45
4042026-07-20T18:34:11.101Z Downloaded num-conv v0.2.2
4052026-07-20T18:34:11.101Z Downloaded ipnetwork v0.21.1
4062026-07-20T18:34:11.101Z Downloaded natord v1.0.9
4072026-07-20T18:34:11.101Z Downloaded ciborium v0.2.2
4082026-07-20T18:34:11.104Z Downloaded no-std-compat v0.4.1
4092026-07-20T18:34:11.104Z Downloaded olpc-cjson v0.1.4
4102026-07-20T18:34:11.104Z Downloaded group v0.13.0
4112026-07-20T18:34:11.107Z Downloaded opaque-debug v0.3.1
4122026-07-20T18:34:11.107Z Downloaded num_threads v0.1.7
4132026-07-20T18:34:11.107Z Downloaded num_enum_derive v0.5.11
4142026-07-20T18:34:11.110Z Downloaded getrandom v0.2.17
4152026-07-20T18:34:11.110Z Downloaded ipnet v2.12.0
4162026-07-20T18:34:11.113Z Downloaded linear-map v1.2.0
4172026-07-20T18:34:11.113Z Downloaded crossbeam-epoch v0.9.18
4182026-07-20T18:34:11.117Z Downloaded chacha20 v0.10.0
4192026-07-20T18:34:11.117Z Downloaded glob v0.3.3
4202026-07-20T18:34:11.120Z Downloaded openssl-macros v0.1.1
4212026-07-20T18:34:11.120Z Downloaded openssl-probe v0.2.1
4222026-07-20T18:34:11.120Z Downloaded omicron-workspace-hack v0.1.0
4232026-07-20T18:34:11.120Z Downloaded linked-hash-map v0.5.6
4242026-07-20T18:34:11.120Z Downloaded byteorder v1.5.0
4252026-07-20T18:34:11.121Z Downloaded highway v1.3.0
4262026-07-20T18:34:11.123Z Downloaded globset v0.4.18
4272026-07-20T18:34:11.123Z Downloaded libsw-core v0.3.2
4282026-07-20T18:34:11.126Z Downloaded hybrid-array v0.4.12
4292026-07-20T18:34:11.126Z Downloaded futures-channel v0.3.32
4302026-07-20T18:34:11.160Z Downloaded daft v0.1.7
4312026-07-20T18:34:11.160Z Downloaded hmac v0.12.1
4322026-07-20T18:34:11.169Z Downloaded bitflags v2.12.1
4332026-07-20T18:34:11.169Z Downloaded allocator-api2 v0.2.21
4342026-07-20T18:34:11.169Z Downloaded crossbeam-deque v0.8.6
4352026-07-20T18:34:11.169Z Downloaded managed v0.8.0
4362026-07-20T18:34:11.169Z Downloaded lock_api v0.4.14
4372026-07-20T18:34:11.169Z Downloaded percent-encoding v2.3.2
4382026-07-20T18:34:11.169Z Downloaded parse-display v0.10.0
4392026-07-20T18:34:11.169Z Downloaded base64 v0.21.7
4402026-07-20T18:34:11.169Z Downloaded multer v3.1.0
4412026-07-20T18:34:11.169Z Downloaded httparse v1.10.1
4422026-07-20T18:34:11.169Z Downloaded newtype-uuid-macros v0.1.0
4432026-07-20T18:34:11.169Z Downloaded proc-macro-error-attr v1.0.4
4442026-07-20T18:34:11.169Z Downloaded powerfmt v0.2.0
4452026-07-20T18:34:11.169Z Downloaded plain v0.2.3
4462026-07-20T18:34:11.169Z Downloaded proc-macro-crate v3.5.0
4472026-07-20T18:34:11.169Z Downloaded pretty-hex v0.4.2
4482026-07-20T18:34:11.169Z Downloaded darling v0.21.3
4492026-07-20T18:34:11.173Z Downloaded num-rational v0.4.2
4502026-07-20T18:34:11.173Z Downloaded num-integer v0.1.46
4512026-07-20T18:34:11.173Z Downloaded num-complex v0.4.6
4522026-07-20T18:34:11.173Z Downloaded proc-macro-crate v1.3.1
4532026-07-20T18:34:11.173Z Downloaded proc-macro-error-attr2 v2.0.0
4542026-07-20T18:34:11.173Z Downloaded num_enum_derive v0.7.6
4552026-07-20T18:34:11.173Z Downloaded num-derive v0.4.2
4562026-07-20T18:34:11.173Z Downloaded libsw v3.5.0
4572026-07-20T18:34:11.176Z Downloaded getrandom v0.4.2
4582026-07-20T18:34:11.176Z Downloaded jobserver v0.1.34
4592026-07-20T18:34:11.179Z Downloaded potential_utf v0.1.5
4602026-07-20T18:34:11.179Z Downloaded num_enum v0.7.6
4612026-07-20T18:34:11.182Z Downloaded progenitor-macro v0.13.0
4622026-07-20T18:34:11.184Z Downloaded progenitor-client v0.14.0
4632026-07-20T18:34:11.184Z Downloaded num_enum v0.5.11
4642026-07-20T18:34:11.187Z Downloaded clap v4.6.2
4652026-07-20T18:34:11.191Z Downloaded litemap v0.8.2
4662026-07-20T18:34:11.195Z Downloaded progenitor-macro v0.10.0
4672026-07-20T18:34:11.195Z Downloaded futures v0.3.32
4682026-07-20T18:34:11.199Z Downloaded half v2.7.1
4692026-07-20T18:34:11.202Z Downloaded quick-error v1.2.3
4702026-07-20T18:34:11.202Z Downloaded crypto-bigint v0.5.5
4712026-07-20T18:34:11.204Z Downloaded rand_chacha v0.3.1
4722026-07-20T18:34:11.204Z Downloaded pem v3.0.6
4732026-07-20T18:34:11.208Z Downloaded paste v1.0.15
4742026-07-20T18:34:11.208Z Downloaded parse-display-derive v0.10.0
4752026-07-20T18:34:11.211Z Downloaded oxnet v0.1.6
4762026-07-20T18:34:11.211Z Downloaded rand_xorshift v0.4.0
4772026-07-20T18:34:11.211Z Downloaded elliptic-curve v0.13.8
4782026-07-20T18:34:11.221Z Downloaded memmap2 v0.9.10
4792026-07-20T18:34:11.221Z Downloaded oxide-tokio-rt v0.1.6
4802026-07-20T18:34:11.225Z Downloaded parking_lot_core v0.8.6
4812026-07-20T18:34:11.225Z Downloaded icu_provider v2.2.0
4822026-07-20T18:34:11.225Z Downloaded darling v0.23.0
4832026-07-20T18:34:11.225Z Downloaded ref-cast-impl v1.0.25
4842026-07-20T18:34:11.225Z Downloaded pkg-config v0.3.33
4852026-07-20T18:34:11.225Z Downloaded ppv-lite86 v0.2.21
4862026-07-20T18:34:11.225Z Downloaded poly1305 v0.8.0
4872026-07-20T18:34:11.229Z Downloaded ref-cast v1.0.25
4882026-07-20T18:34:11.229Z Downloaded proc-macro-error v1.0.4
4892026-07-20T18:34:11.232Z Downloaded pin-project-lite v0.2.17
4902026-07-20T18:34:11.234Z Downloaded const_format v0.2.36
4912026-07-20T18:34:11.237Z Downloaded port-file v0.1.0
4922026-07-20T18:34:11.237Z Downloaded once_cell v1.21.4
4932026-07-20T18:34:11.240Z Downloaded indexmap v1.9.3
4942026-07-20T18:34:11.240Z Downloaded proc-macro-error2 v2.0.1
4952026-07-20T18:34:11.244Z Downloaded rustc_version v0.4.1
4962026-07-20T18:34:11.244Z Downloaded rustc_version v0.1.7
4972026-07-20T18:34:11.248Z Downloaded rustc-hash v2.1.2
4982026-07-20T18:34:11.248Z Downloaded icu_properties v2.2.0
4992026-07-20T18:34:11.248Z Downloaded pin-project-internal v1.1.13
5002026-07-20T18:34:11.250Z Downloaded progenitor-client v0.13.0
5012026-07-20T18:34:11.250Z Downloaded progenitor v0.10.0
5022026-07-20T18:34:11.250Z Downloaded phf_shared v0.12.1
5032026-07-20T18:34:11.250Z Downloaded progenitor v0.14.0
5042026-07-20T18:34:11.253Z Downloaded progenitor v0.13.0
5052026-07-20T18:34:11.253Z Downloaded phf v0.12.1
5062026-07-20T18:34:11.256Z Downloaded const-oid v0.10.2
5072026-07-20T18:34:11.256Z Downloaded progenitor-macro v0.14.0
5082026-07-20T18:34:11.259Z Downloaded progenitor-extras v0.2.0
5092026-07-20T18:34:11.259Z Downloaded chacha20poly1305 v0.10.1
5102026-07-20T18:34:11.259Z Downloaded arc-swap v1.9.1
5112026-07-20T18:34:11.262Z Downloaded dropshot_endpoint v0.17.1
5122026-07-20T18:34:11.265Z Downloaded same-file v1.0.6
5132026-07-20T18:34:11.265Z Downloaded rand_chacha v0.9.0
5142026-07-20T18:34:11.265Z Downloaded scopeguard v1.2.0
5152026-07-20T18:34:11.268Z Downloaded getrandom v0.3.4
5162026-07-20T18:34:11.271Z Downloaded parking_lot_core v0.9.12
5172026-07-20T18:34:11.271Z Downloaded quote v1.0.45
5182026-07-20T18:34:11.275Z Downloaded parking_lot v0.11.2
5192026-07-20T18:34:11.275Z Downloaded base64 v0.22.1
5202026-07-20T18:34:11.279Z Downloaded darling_core v0.23.0
5212026-07-20T18:34:11.279Z Downloaded secrecy v0.10.3
5222026-07-20T18:34:11.282Z Downloaded serde-big-array v0.5.1
5232026-07-20T18:34:11.282Z Downloaded semver v0.1.20
5242026-07-20T18:34:11.282Z Downloaded scroll_derive v0.13.1
5252026-07-20T18:34:11.282Z Downloaded scroll_derive v0.12.1
5262026-07-20T18:34:11.285Z Downloaded rand_core v0.6.4
5272026-07-20T18:34:11.285Z Downloaded password-hash v0.5.0
5282026-07-20T18:34:11.285Z Downloaded rand_core v0.10.1
5292026-07-20T18:34:11.288Z Downloaded rand_core v0.9.5
5302026-07-20T18:34:11.288Z Downloaded iana-time-zone v0.1.65
5312026-07-20T18:34:11.291Z Downloaded darling_core v0.21.3
5322026-07-20T18:34:11.291Z Downloaded pest_generator v2.8.6
5332026-07-20T18:34:11.294Z Downloaded serde_spanned v0.6.9
5342026-07-20T18:34:11.295Z Downloaded pest_derive v2.8.6
5352026-07-20T18:34:11.299Z Downloaded serde_repr v0.1.21
5362026-07-20T18:34:11.299Z Downloaded indicatif v0.18.4
5372026-07-20T18:34:11.302Z Downloaded serde_plain v1.0.2
5382026-07-20T18:34:11.302Z Downloaded sha1 v0.11.0
5392026-07-20T18:34:11.302Z Downloaded progenitor-client v0.10.0
5402026-07-20T18:34:11.303Z Downloaded postcard v1.1.3
5412026-07-20T18:34:11.307Z Downloaded owo-colors v4.3.0
5422026-07-20T18:34:11.307Z Downloaded icu_normalizer v2.2.0
5432026-07-20T18:34:11.310Z Downloaded rustls-pemfile v2.2.0
5442026-07-20T18:34:11.310Z Downloaded serial_test v3.5.0
5452026-07-20T18:34:11.310Z Downloaded serde_spanned v1.1.1
5462026-07-20T18:34:11.313Z Downloaded num-traits v0.2.19
5472026-07-20T18:34:11.313Z Downloaded sigpipe v0.1.3
5482026-07-20T18:34:11.317Z Downloaded serde_urlencoded v0.7.1
5492026-07-20T18:34:11.317Z Downloaded sha1 v0.10.6
5502026-07-20T18:34:11.317Z Downloaded slog-envlogger v2.2.0
5512026-07-20T18:34:11.320Z Downloaded serial_test_derive v3.5.0
5522026-07-20T18:34:11.320Z Downloaded smawk v0.3.2
5532026-07-20T18:34:11.320Z Downloaded crossbeam-channel v0.5.15
5542026-07-20T18:34:11.323Z Downloaded async-compression v0.4.42
5552026-07-20T18:34:11.327Z Downloaded cc v1.2.63
5562026-07-20T18:34:11.329Z Downloaded konst v0.2.20
5572026-07-20T18:34:11.332Z Downloaded icu_normalizer_data v2.2.0
5582026-07-20T18:34:11.332Z Downloaded hickory-resolver v0.25.2
5592026-07-20T18:34:11.336Z Downloaded siphasher v1.0.3
5602026-07-20T18:34:11.336Z Downloaded slog-bunyan v2.5.0
5612026-07-20T18:34:11.339Z Downloaded log v0.4.32
5622026-07-20T18:34:11.339Z Downloaded heapless v0.8.0
5632026-07-20T18:34:11.339Z Downloaded parking_lot v0.12.5
5642026-07-20T18:34:11.343Z Downloaded hickory-resolver v0.24.4
5652026-07-20T18:34:11.346Z Downloaded flate2 v1.1.9
5662026-07-20T18:34:11.346Z Downloaded schemars_derive v0.8.22
5672026-07-20T18:34:11.349Z Downloaded scroll v0.13.0
5682026-07-20T18:34:11.349Z Downloaded scroll v0.12.0
5692026-07-20T18:34:11.352Z Downloaded rusty-fork v0.3.1
5702026-07-20T18:34:11.352Z Downloaded spin v0.5.2
5712026-07-20T18:34:11.352Z Downloaded serde_derive_internals v0.29.1
5722026-07-20T18:34:11.355Z Downloaded icu_locale_core v2.2.0
5732026-07-20T18:34:11.358Z Downloaded structmeta v0.3.0
5742026-07-20T18:34:11.358Z Downloaded miniz_oxide v0.8.9
5752026-07-20T18:34:11.361Z Downloaded stable_deref_trait v1.2.1
5762026-07-20T18:34:11.361Z Downloaded strsim v0.11.1
5772026-07-20T18:34:11.364Z Downloaded rustversion v1.0.22
5782026-07-20T18:34:11.364Z Downloaded pin-project v1.1.13
5792026-07-20T18:34:11.370Z Downloaded tabled_derive v0.11.0
5802026-07-20T18:34:11.373Z Downloaded sync_wrapper v1.0.2
5812026-07-20T18:34:11.373Z Downloaded tabled_derive v0.7.0
5822026-07-20T18:34:11.373Z Downloaded resolv-conf v0.7.6
5832026-07-20T18:34:11.376Z Downloaded swrite v0.1.0
5842026-07-20T18:34:11.376Z Downloaded supports-color v3.0.2
5852026-07-20T18:34:11.376Z Downloaded subtle v2.6.1
5862026-07-20T18:34:11.376Z Downloaded strum v0.27.2
5872026-07-20T18:34:11.379Z Downloaded icu_collections v2.2.0
5882026-07-20T18:34:11.382Z Downloaded simd-adler32 v0.3.9
5892026-07-20T18:34:11.382Z Downloaded sha2 v0.10.9
5902026-07-20T18:34:11.384Z Downloaded slog-dtrace v0.3.0
5912026-07-20T18:34:11.390Z Downloaded testing_table v0.3.0
5922026-07-20T18:34:11.390Z Downloaded terminal_size v0.4.4
5932026-07-20T18:34:11.393Z Downloaded termtree v0.5.1
5942026-07-20T18:34:11.393Z Downloaded slog-json v2.6.1
5952026-07-20T18:34:11.393Z Downloaded rustls-pki-types v1.14.1
5962026-07-20T18:34:11.393Z Downloaded slab v0.4.12
5972026-07-20T18:34:11.396Z Downloaded jiff-static v0.2.28
5982026-07-20T18:34:11.396Z Downloaded progenitor-impl v0.14.0
5992026-07-20T18:34:11.401Z Downloaded progenitor-impl v0.13.0
6002026-07-20T18:34:11.401Z Downloaded openssl-sys v0.9.116
6012026-07-20T18:34:11.405Z Downloaded smartstring v1.0.1
6022026-07-20T18:34:11.405Z Downloaded thread-id v4.2.2
6032026-07-20T18:34:11.407Z Downloaded slog-stdlog v4.1.1
6042026-07-20T18:34:11.407Z Downloaded slog-scope v4.4.1
6052026-07-20T18:34:11.407Z Downloaded rustls-native-certs v0.8.4
6062026-07-20T18:34:11.410Z Downloaded slog-async v2.8.0
6072026-07-20T18:34:11.410Z Downloaded smf v0.2.3
6082026-07-20T18:34:11.415Z Downloaded slog-term v2.9.2
6092026-07-20T18:34:11.415Z Downloaded semver v1.0.28
6102026-07-20T18:34:11.418Z Downloaded time-core v0.1.8
6112026-07-20T18:34:11.418Z Downloaded thread-id v5.1.0
6122026-07-20T18:34:11.418Z Downloaded tokio-macros v2.7.0
6132026-07-20T18:34:11.420Z Downloaded dropshot-api-manager v0.7.2
6142026-07-20T18:34:11.423Z Downloaded static_assertions v1.1.0
6152026-07-20T18:34:11.423Z Downloaded snafu-derive v0.8.9
6162026-07-20T18:34:11.426Z Downloaded pest_meta v2.8.6
6172026-07-20T18:34:11.426Z Downloaded tinyvec_macros v0.1.1
6182026-07-20T18:34:11.430Z Downloaded thiserror-impl-no-std v2.0.2
6192026-07-20T18:34:11.430Z Downloaded hashbrown v0.12.3
6202026-07-20T18:34:11.430Z Downloaded take_mut v0.2.2
6212026-07-20T18:34:11.433Z Downloaded tagptr v0.2.0
6222026-07-20T18:34:11.433Z Downloaded synstructure v0.13.2
6232026-07-20T18:34:11.433Z Downloaded tabwriter v1.4.1
6242026-07-20T18:34:11.436Z Downloaded signal-hook-registry v1.4.8
6252026-07-20T18:34:11.436Z Downloaded serde_tokenstream v0.2.3
6262026-07-20T18:34:11.436Z Downloaded structmeta-derive v0.3.0
6272026-07-20T18:34:11.439Z Downloaded strum_macros v0.27.2
6282026-07-20T18:34:11.439Z Downloaded strum v0.26.3
6292026-07-20T18:34:11.444Z Downloaded toml_datetime v0.6.11
6302026-07-20T18:34:11.445Z Downloaded serde_path_to_error v0.1.20
6312026-07-20T18:34:11.445Z Downloaded quinn-udp v0.5.14
6322026-07-20T18:34:11.447Z Downloaded papergrid v0.18.0
6332026-07-20T18:34:11.447Z Downloaded toml_write v0.1.2
6342026-07-20T18:34:11.452Z Downloaded bytes v1.11.1
6352026-07-20T18:34:11.452Z Downloaded shlex v2.0.1
6362026-07-20T18:34:11.455Z Downloaded serde_with_macros v3.21.0
6372026-07-20T18:34:11.455Z Downloaded rhai_codegen v3.2.0
6382026-07-20T18:34:11.459Z Downloaded tower-layer v0.3.3
6392026-07-20T18:34:11.463Z Downloaded proc-macro2 v1.0.106
6402026-07-20T18:34:11.463Z Downloaded smallvec v1.15.1
6412026-07-20T18:34:11.466Z Downloaded thiserror-no-std v2.0.2
6422026-07-20T18:34:11.469Z Downloaded try-lock v0.2.5
6432026-07-20T18:34:11.469Z Downloaded memchr v2.8.1
6442026-07-20T18:34:11.472Z Downloaded thread_local v1.1.9
6452026-07-20T18:34:11.472Z Downloaded time-macros v0.2.27
6462026-07-20T18:34:11.476Z Downloaded typify-macro v0.4.3
6472026-07-20T18:34:11.476Z Downloaded ryu v1.0.23
6482026-07-20T18:34:11.478Z Downloaded typify-macro v0.6.2
6492026-07-20T18:34:11.478Z Downloaded typeid v1.0.3
6502026-07-20T18:34:11.478Z Downloaded http v1.4.2
6512026-07-20T18:34:11.481Z Downloaded tokio-dtrace v0.1.1
6522026-07-20T18:34:11.484Z Downloaded serde_core v1.0.228
6532026-07-20T18:34:11.484Z Downloaded thiserror-impl v2.0.19
6542026-07-20T18:34:11.488Z Downloaded papergrid v0.11.0
6552026-07-20T18:34:11.490Z Downloaded strum_macros v0.26.4
6562026-07-20T18:34:11.490Z Downloaded tiny-keccak v2.0.2
6572026-07-20T18:34:11.494Z Downloaded unicode-linebreak v0.1.5
6582026-07-20T18:34:11.494Z Downloaded unarray v0.1.4
6592026-07-20T18:34:11.494Z Downloaded unicode-xid v0.2.6
6602026-07-20T18:34:11.497Z Downloaded serde_derive v1.0.228
6612026-07-20T18:34:11.497Z Downloaded unit-prefix v0.5.2
6622026-07-20T18:34:11.500Z Downloaded thiserror v1.0.69
6632026-07-20T18:34:11.503Z Downloaded utf8_iter v1.0.4
6642026-07-20T18:34:11.503Z Downloaded minimal-lexical v0.2.1
6652026-07-20T18:34:11.506Z Downloaded rayon-core v1.13.0
6662026-07-20T18:34:11.509Z Downloaded prettyplease v0.2.37
6672026-07-20T18:34:11.509Z Downloaded tokio-tungstenite v0.21.0
6682026-07-20T18:34:11.512Z Downloaded untrusted v0.7.1
6692026-07-20T18:34:11.512Z Downloaded thin-vec v0.2.18
6702026-07-20T18:34:11.515Z Downloaded untrusted v0.9.0
6712026-07-20T18:34:11.515Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6722026-07-20T18:34:11.515Z Downloaded usdt-attr-macro v0.6.0
6732026-07-20T18:34:11.518Z Downloaded usdt-attr-macro v0.5.0
6742026-07-20T18:34:11.518Z Downloaded waitgroup v0.1.2
6752026-07-20T18:34:11.518Z Downloaded wait-timeout v0.2.1
6762026-07-20T18:34:11.520Z Downloaded tower-service v0.3.3
6772026-07-20T18:34:11.520Z Downloaded toml_writer v1.1.1+spec-1.1.0
6782026-07-20T18:34:11.520Z Downloaded utf-8 v0.7.6
6792026-07-20T18:34:11.523Z Downloaded usdt-macro v0.6.0
6802026-07-20T18:34:11.524Z Downloaded usdt-macro v0.5.0
6812026-07-20T18:34:11.524Z Downloaded tempfile v3.27.0
6822026-07-20T18:34:11.527Z Downloaded indexmap v2.14.0
6832026-07-20T18:34:11.527Z Downloaded want v0.3.1
6842026-07-20T18:34:11.529Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6852026-07-20T18:34:11.530Z Downloaded version_check v0.9.5
6862026-07-20T18:34:11.530Z Downloaded term v1.2.1
6872026-07-20T18:34:11.534Z Downloaded utf8parse v0.2.2
6882026-07-20T18:34:11.534Z Downloaded qorb v0.4.1
6892026-07-20T18:34:11.538Z Downloaded usdt v0.6.0
6902026-07-20T18:34:11.538Z Downloaded usdt v0.5.0
6912026-07-20T18:34:11.538Z Downloaded universal-hash v0.5.1
6922026-07-20T18:34:11.541Z Downloaded mio v1.2.1
6932026-07-20T18:34:11.541Z Downloaded thiserror v2.0.19
6942026-07-20T18:34:11.544Z Downloaded schemars v0.8.22
6952026-07-20T18:34:11.551Z Downloaded rand v0.8.6
6962026-07-20T18:34:11.554Z Downloaded spin v0.9.8
6972026-07-20T18:34:11.557Z Downloaded quinn v0.11.9
6982026-07-20T18:34:11.560Z Downloaded schemars v0.9.0
6992026-07-20T18:34:11.564Z Downloaded yoke-derive v0.8.2
7002026-07-20T18:34:11.567Z Downloaded toml v0.8.23
7012026-07-20T18:34:11.568Z Downloaded tinystr v0.8.3
7022026-07-20T18:34:11.571Z Downloaded zerofrom-derive v0.1.7
7032026-07-20T18:34:11.571Z Downloaded tokio-stream v0.1.18
7042026-07-20T18:34:11.573Z Downloaded hyper-util v0.1.20
7052026-07-20T18:34:11.577Z Downloaded zerofrom v0.1.8
7062026-07-20T18:34:11.580Z Downloaded tokio-rustls v0.26.4
7072026-07-20T18:34:11.580Z Downloaded socket2 v0.6.5
7082026-07-20T18:34:11.580Z Downloaded progenitor-impl v0.10.0
7092026-07-20T18:34:11.583Z Downloaded rustls-platform-verifier v0.7.0
7102026-07-20T18:34:11.587Z Downloaded usdt-impl v0.6.0
7112026-07-20T18:34:11.587Z Downloaded similar v2.7.0
7122026-07-20T18:34:11.590Z Downloaded zeroize_derive v1.4.3
7132026-07-20T18:34:11.590Z Downloaded toml_parser v1.1.2+spec-1.1.0
7142026-07-20T18:34:11.593Z Downloaded zone_cfg_derive v0.3.1
7152026-07-20T18:34:11.593Z Downloaded nom v7.1.3
7162026-07-20T18:34:11.596Z Downloaded pretty_assertions v1.4.1
7172026-07-20T18:34:11.596Z Downloaded newtype-uuid v1.3.2
7182026-07-20T18:34:11.600Z Downloaded whoami v1.6.1
7192026-07-20T18:34:11.600Z Downloaded test-strategy v0.4.5
7202026-07-20T18:34:11.604Z Downloaded walkdir v2.5.0
7212026-07-20T18:34:11.604Z Downloaded textwrap v0.16.2
7222026-07-20T18:34:11.608Z Downloaded tracing-attributes v0.1.31
7232026-07-20T18:34:11.608Z Downloaded slog v2.8.2
7242026-07-20T18:34:11.611Z Downloaded rustls-webpki v0.103.13
7252026-07-20T18:34:11.611Z Downloaded ingot-macros v0.1.1
7262026-07-20T18:34:11.611Z Downloaded thiserror-impl v1.0.69
7272026-07-20T18:34:11.615Z Downloaded serde v1.0.228
7282026-07-20T18:34:11.615Z Downloaded clap_derive v4.6.1
7292026-07-20T18:34:11.618Z Downloaded writeable v0.6.3
7302026-07-20T18:34:11.618Z Downloaded ucd-trie v0.1.7
7312026-07-20T18:34:11.618Z Downloaded schemars v1.2.1
7322026-07-20T18:34:11.626Z Downloaded hashbrown v0.15.5
7332026-07-20T18:34:11.635Z Downloaded toml v0.9.12+spec-1.1.0
7342026-07-20T18:34:11.638Z Downloaded hashbrown v0.16.1
7352026-07-20T18:34:11.641Z Downloaded usdt-impl v0.5.0
7362026-07-20T18:34:11.644Z Downloaded serde_yaml v0.9.34+deprecated
7372026-07-20T18:34:11.644Z Downloaded toml v1.1.2+spec-1.1.0
7382026-07-20T18:34:11.647Z Downloaded idna v1.1.0
7392026-07-20T18:34:11.650Z Downloaded zerovec-derive v0.11.3
7402026-07-20T18:34:11.653Z Downloaded zeroize v1.8.2
7412026-07-20T18:34:11.653Z Downloaded zone v0.3.1
7422026-07-20T18:34:11.653Z Downloaded zmij v1.0.21
7432026-07-20T18:34:11.657Z Downloaded hashbrown v0.17.1
7442026-07-20T18:34:11.661Z Downloaded itertools v0.12.1
7452026-07-20T18:34:11.664Z Downloaded xz2 v0.1.7
7462026-07-20T18:34:11.667Z Downloaded snafu v0.8.9
7472026-07-20T18:34:11.670Z Downloaded unicode-ident v1.0.24
7482026-07-20T18:34:11.673Z Downloaded typify v0.4.3
7492026-07-20T18:34:11.673Z Downloaded zerocopy-derive v0.7.35
7502026-07-20T18:34:11.675Z Downloaded pest v2.8.6
7512026-07-20T18:34:11.679Z Downloaded yoke v0.8.3
7522026-07-20T18:34:11.682Z Downloaded steno v0.4.1
7532026-07-20T18:34:11.682Z Downloaded hkdf v0.12.4
7542026-07-20T18:34:11.685Z Downloaded h2 v0.4.14
7552026-07-20T18:34:11.688Z Downloaded tinyvec v1.11.0
7562026-07-20T18:34:11.688Z Downloaded rand v0.10.2
7572026-07-20T18:34:11.690Z Downloaded rand v0.9.4
7582026-07-20T18:34:11.693Z Downloaded vsss-rs v3.3.4
7592026-07-20T18:34:11.693Z Downloaded toml_edit v0.25.12+spec-1.1.0
7602026-07-20T18:34:11.696Z Downloaded toml_edit v0.22.27
7612026-07-20T18:34:11.699Z Downloaded tracing-core v0.1.36
7622026-07-20T18:34:11.702Z Downloaded tungstenite v0.21.0
7632026-07-20T18:34:11.702Z Downloaded uuid v1.24.0
7642026-07-20T18:34:11.706Z Downloaded clap_builder v4.6.2
7652026-07-20T18:34:11.710Z Downloaded itertools v0.14.0
7662026-07-20T18:34:11.713Z Downloaded aho-corasick v1.1.4
7672026-07-20T18:34:11.716Z Downloaded hyper v1.10.1
7682026-07-20T18:34:11.719Z Downloaded typify v0.6.2
7692026-07-20T18:34:11.721Z Downloaded icu_properties_data v2.2.0
7702026-07-20T18:34:11.725Z Downloaded unsafe-libyaml v0.2.11
7712026-07-20T18:34:11.728Z Downloaded futures-util v0.3.32
7722026-07-20T18:34:11.734Z Downloaded itertools v0.15.0
7732026-07-20T18:34:11.738Z Downloaded nom v8.0.0
7742026-07-20T18:34:11.741Z Downloaded yansi v1.0.1
7752026-07-20T18:34:11.749Z Downloaded libm v0.2.16
7762026-07-20T18:34:11.758Z Downloaded url v2.5.8
7772026-07-20T18:34:11.765Z Downloaded toml_edit v0.19.15
7782026-07-20T18:34:11.774Z Downloaded goblin v0.8.2
7792026-07-20T18:34:11.783Z Downloaded aws-lc-rs v1.17.0
7802026-07-20T18:34:11.797Z Downloaded tower v0.5.3
7812026-07-20T18:34:11.802Z Downloaded regex v1.12.3
7822026-07-20T18:34:11.807Z Downloaded zerocopy-derive v0.8.50
7832026-07-20T18:34:11.811Z Downloaded zerotrie v0.2.4
7842026-07-20T18:34:11.814Z Downloaded typenum v1.20.1
7852026-07-20T18:34:11.817Z Downloaded tokio-util v0.7.18
7862026-07-20T18:34:11.821Z Downloaded portable-atomic v1.13.1
7872026-07-20T18:34:11.826Z Downloaded rayon v1.12.0
7882026-07-20T18:34:11.829Z Downloaded typed-path v0.9.3
7892026-07-20T18:34:11.832Z Downloaded serde_json v1.0.150
7902026-07-20T18:34:11.836Z Downloaded reqwest v0.13.4
7912026-07-20T18:34:11.840Z Downloaded iddqd v0.4.5
7922026-07-20T18:34:11.845Z Downloaded ron v0.12.1
7932026-07-20T18:34:11.849Z Downloaded reqwest v0.12.28
7942026-07-20T18:34:11.853Z Downloaded chrono v0.4.45
7952026-07-20T18:34:11.857Z Downloaded unicode-normalization v0.1.25
7962026-07-20T18:34:11.866Z Downloaded tough v0.22.0
7972026-07-20T18:34:11.879Z Downloaded moka v0.12.15
7982026-07-20T18:34:11.884Z Downloaded proptest v1.11.0
7992026-07-20T18:34:11.889Z Downloaded unicode-segmentation v1.13.3
8002026-07-20T18:34:11.899Z Downloaded tower-http v0.6.11
8012026-07-20T18:34:11.905Z Downloaded zerovec v0.11.6
8022026-07-20T18:34:11.908Z Downloaded zerocopy v0.7.35
8032026-07-20T18:34:11.918Z Downloaded quinn-proto v0.11.14
8042026-07-20T18:34:11.928Z Downloaded winnow v0.5.40
8052026-07-20T18:34:11.938Z Downloaded tabled v0.15.0
8062026-07-20T18:34:11.948Z Downloaded goblin v0.10.7
8072026-07-20T18:34:11.954Z Downloaded curve25519-dalek v4.1.3
8082026-07-20T18:34:11.958Z Downloaded tabled v0.21.0
8092026-07-20T18:34:11.966Z Downloaded time v0.3.47
8102026-07-20T18:34:11.972Z Downloaded syn v1.0.109
8112026-07-20T18:34:11.978Z Downloaded serde_with v3.21.0
8122026-07-20T18:34:11.984Z Downloaded winnow v0.7.15
8132026-07-20T18:34:11.990Z Downloaded winnow v1.0.3
8142026-07-20T18:34:11.995Z Downloaded bstr v1.12.1
8152026-07-20T18:34:12.009Z Downloaded nix v0.31.3
8162026-07-20T18:34:12.017Z Downloaded webpki-roots v1.0.7
8172026-07-20T18:34:12.019Z Downloaded smoltcp v0.11.0
8182026-07-20T18:34:12.027Z Downloaded dropshot v0.17.1
8192026-07-20T18:34:12.038Z Downloaded zerocopy v0.8.50
8202026-07-20T18:34:12.049Z Downloaded vcpkg v0.2.15
8212026-07-20T18:34:12.104Z Downloaded openapiv3 v2.2.0
8222026-07-20T18:34:12.117Z Downloaded regex-syntax v0.8.10
8232026-07-20T18:34:12.117Z Downloaded openssl v0.10.80
8242026-07-20T18:34:12.117Z Downloaded rustix v1.1.4
8252026-07-20T18:34:12.117Z Downloaded unicode-width v0.2.2
8262026-07-20T18:34:12.117Z Downloaded unicode-width v0.1.14
8272026-07-20T18:34:12.117Z Downloaded hickory-proto v0.25.2
8282026-07-20T18:34:12.121Z Downloaded syn v3.0.0
8292026-07-20T18:34:12.124Z Downloaded hickory-proto v0.24.4
8302026-07-20T18:34:12.132Z Downloaded syn v2.0.117
8312026-07-20T18:34:12.138Z Downloaded rhai v1.25.1
8322026-07-20T18:34:12.147Z Downloaded regress v0.11.1
8332026-07-20T18:34:12.150Z Downloaded rustls v0.23.40
8342026-07-20T18:34:12.157Z Downloaded rustix v0.38.44
8352026-07-20T18:34:12.170Z Downloaded regress v0.10.5
8362026-07-20T18:34:12.202Z Downloaded chrono-tz v0.10.4
8372026-07-20T18:34:12.212Z Downloaded jiff v0.2.28
8382026-07-20T18:34:12.228Z Downloaded tracing v0.1.44
8392026-07-20T18:34:12.240Z Downloaded typify-impl v0.6.2
8402026-07-20T18:34:12.247Z Downloaded petgraph v0.8.3
8412026-07-20T18:34:12.259Z Downloaded typify-impl v0.4.3
8422026-07-20T18:34:12.267Z Downloaded sled v0.34.7
8432026-07-20T18:34:12.279Z Downloaded sha3 v0.10.9
8442026-07-20T18:34:12.283Z Downloaded csv v1.4.0
8452026-07-20T18:34:12.293Z Downloaded regex-automata v0.4.14
8462026-07-20T18:34:12.310Z Downloaded petgraph v0.6.5
8472026-07-20T18:34:12.336Z Downloaded lzma-sys v0.1.20
8482026-07-20T18:34:12.351Z Downloaded libc v0.2.186
8492026-07-20T18:34:12.383Z Downloaded tokio v1.53.0
8502026-07-20T18:34:12.432Z Downloaded encoding_rs v0.8.35
8512026-07-20T18:34:12.445Z Downloaded ring v0.17.14
8522026-07-20T18:34:12.866Z Downloaded aws-lc-sys v0.41.0
8532026-07-20T18:34:13.418Z Compiling proc-macro2 v1.0.106
8542026-07-20T18:34:13.418Z Compiling quote v1.0.45
8552026-07-20T18:34:13.421Z Compiling unicode-ident v1.0.24
8562026-07-20T18:34:13.421Z Compiling serde_core v1.0.228
8572026-07-20T18:34:13.421Z Compiling serde v1.0.228
8582026-07-20T18:34:13.421Z Compiling libc v0.2.186
8592026-07-20T18:34:13.421Z Compiling zmij v1.0.21
8602026-07-20T18:34:13.422Z Compiling autocfg v1.5.1
8612026-07-20T18:34:13.796Z Compiling libm v0.2.16
8622026-07-20T18:34:14.117Z Compiling icu_normalizer_data v2.2.0
8632026-07-20T18:34:14.117Z Compiling icu_properties_data v2.2.0
8642026-07-20T18:34:14.173Z Compiling serde_json v1.0.150
8652026-07-20T18:34:14.230Z Compiling num-traits v0.2.19
8662026-07-20T18:34:14.267Z Compiling getrandom v0.4.2
8672026-07-20T18:34:14.504Z Compiling thiserror v2.0.19
8682026-07-20T18:34:14.580Z Compiling version_check v0.9.5
8692026-07-20T18:34:14.888Z Compiling memchr v2.8.1
8702026-07-20T18:34:14.977Z Compiling schemars v0.8.22
8712026-07-20T18:34:15.050Z Compiling syn v2.0.117
8722026-07-20T18:34:15.070Z Compiling syn v3.0.0
8732026-07-20T18:34:15.094Z Checking cfg-if v1.0.4
8742026-07-20T18:34:15.187Z Compiling parking_lot_core v0.9.12
8752026-07-20T18:34:15.336Z Compiling heck v0.5.0
8762026-07-20T18:34:15.580Z Compiling zerocopy v0.8.50
8772026-07-20T18:34:15.610Z Compiling portable-atomic v1.13.1
8782026-07-20T18:34:15.668Z Compiling rustversion v1.0.22
8792026-07-20T18:34:16.065Z Compiling itoa v1.0.18
8802026-07-20T18:34:16.085Z Compiling jobserver v0.1.34
8812026-07-20T18:34:16.148Z Compiling find-msvc-tools v0.1.9
8822026-07-20T18:34:16.169Z Compiling shlex v2.0.1
8832026-07-20T18:34:16.363Z Compiling cc v1.2.63
8842026-07-20T18:34:16.670Z Compiling fs_extra v1.3.0
8852026-07-20T18:34:16.738Z Compiling dunce v1.0.5
8862026-07-20T18:34:16.822Z Compiling semver v1.0.28
8872026-07-20T18:34:16.843Z Compiling log v0.4.32
8882026-07-20T18:34:16.939Z Compiling httparse v1.10.1
8892026-07-20T18:34:16.963Z Compiling slog v2.8.2
8902026-07-20T18:34:17.040Z Compiling rustix v1.1.4
8912026-07-20T18:34:17.067Z Compiling thiserror-impl v2.0.19
8922026-07-20T18:34:17.129Z Compiling cmake v0.1.58
8932026-07-20T18:34:17.322Z Checking stable_deref_trait v1.2.1
8942026-07-20T18:34:17.399Z Compiling equivalent v1.0.2
8952026-07-20T18:34:17.419Z Compiling thiserror v1.0.69
8962026-07-20T18:34:17.609Z Checking writeable v0.6.3
8972026-07-20T18:34:17.646Z Checking litemap v0.8.2
8982026-07-20T18:34:17.665Z Compiling aws-lc-rs v1.17.0
8992026-07-20T18:34:17.703Z Compiling aws-lc-sys v0.41.0
9002026-07-20T18:34:17.808Z Compiling ring v0.17.14
9012026-07-20T18:34:17.852Z Checking utf8_iter v1.0.4
9022026-07-20T18:34:17.964Z Checking percent-encoding v2.3.2
9032026-07-20T18:34:18.063Z Compiling synstructure v0.13.2
9042026-07-20T18:34:18.131Z Compiling serde_derive_internals v0.29.1
9052026-07-20T18:34:18.396Z Checking form_urlencoded v1.2.2
9062026-07-20T18:34:18.423Z Checking rand_core v0.10.1
9072026-07-20T18:34:18.536Z Compiling anyhow v1.0.104
9082026-07-20T18:34:18.573Z Compiling rustls v0.23.40
9092026-07-20T18:34:18.596Z Compiling ucd-trie v0.1.7
9102026-07-20T18:34:18.813Z Compiling pest v2.8.6
9112026-07-20T18:34:18.906Z Compiling regex-syntax v0.8.10
9122026-07-20T18:34:18.985Z Compiling aho-corasick v1.1.4
9132026-07-20T18:34:19.176Z Compiling getrandom v0.3.4
9142026-07-20T18:34:19.292Z Compiling serde_derive v1.0.228
9152026-07-20T18:34:19.525Z Compiling zerofrom-derive v0.1.7
9162026-07-20T18:34:19.542Z Compiling yoke-derive v0.8.2
9172026-07-20T18:34:20.027Z Compiling zerovec-derive v0.11.3
9182026-07-20T18:34:20.385Z Compiling displaydoc v0.2.6
9192026-07-20T18:34:20.623Z Compiling schemars_derive v0.8.22
9202026-07-20T18:34:20.725Z Compiling tokio-macros v2.7.0
9212026-07-20T18:34:20.976Z Compiling zeroize_derive v1.4.3
9222026-07-20T18:34:21.154Z Compiling zerocopy-derive v0.8.50
9232026-07-20T18:34:21.175Z Compiling futures-macro v0.3.32
9242026-07-20T18:34:21.481Z Compiling tracing-attributes v0.1.31
9252026-07-20T18:34:21.642Z Checking zerofrom v0.1.8
9262026-07-20T18:34:21.758Z Checking yoke v0.8.3
9272026-07-20T18:34:21.822Z Compiling thiserror-impl v1.0.69
9282026-07-20T18:34:21.933Z Checking zerovec v0.11.6
9292026-07-20T18:34:22.394Z Compiling serde_tokenstream v0.2.3
9302026-07-20T18:34:22.446Z Checking smallvec v1.15.1
9312026-07-20T18:34:22.467Z Checking bytes v1.11.1
9322026-07-20T18:34:22.519Z Checking tinystr v0.8.3
9332026-07-20T18:34:22.658Z Checking potential_utf v0.1.5
9342026-07-20T18:34:22.686Z Checking zerotrie v0.2.4
9352026-07-20T18:34:22.705Z Compiling pest_meta v2.8.6
9362026-07-20T18:34:22.724Z Checking icu_locale_core v2.2.0
9372026-07-20T18:34:22.787Z Checking icu_collections v2.2.0
9382026-07-20T18:34:22.926Z Compiling regex-automata v0.4.14
9392026-07-20T18:34:23.000Z Compiling hashbrown v0.17.1
9402026-07-20T18:34:23.089Z Compiling crossbeam-utils v0.8.21
9412026-07-20T18:34:23.288Z Compiling pest_generator v2.8.6
9422026-07-20T18:34:23.312Z Checking icu_provider v2.2.0
9432026-07-20T18:34:23.533Z Compiling indexmap v2.14.0
9442026-07-20T18:34:23.555Z Checking icu_properties v2.2.0
9452026-07-20T18:34:23.888Z Checking icu_normalizer v2.2.0
9462026-07-20T18:34:23.912Z Compiling time-core v0.1.8
9472026-07-20T18:34:23.998Z Compiling pest_derive v2.8.6
9482026-07-20T18:34:24.060Z Compiling paste v1.0.15
9492026-07-20T18:34:24.153Z Checking iana-time-zone v0.1.65
9502026-07-20T18:34:24.175Z Compiling num-conv v0.2.2
9512026-07-20T18:34:24.261Z Checking chrono v0.4.45
9522026-07-20T18:34:24.329Z Compiling time-macros v0.2.27
9532026-07-20T18:34:24.384Z Compiling async-trait v0.1.89
9542026-07-20T18:34:24.438Z Checking idna_adapter v1.2.2
9552026-07-20T18:34:24.519Z Checking uuid v1.24.0
9562026-07-20T18:34:24.569Z Checking idna v1.1.0
9572026-07-20T18:34:24.816Z Compiling regex v1.12.3
9582026-07-20T18:34:24.838Z Checking url v2.5.8
9592026-07-20T18:34:25.129Z Compiling camino v1.2.4
9602026-07-20T18:34:25.219Z Compiling byteorder v1.5.0
9612026-07-20T18:34:25.700Z Checking dyn-clone v1.0.20
9622026-07-20T18:34:25.731Z Compiling strsim v0.11.1
9632026-07-20T18:34:25.753Z Compiling scroll_derive v0.13.1
9642026-07-20T18:34:25.801Z Checking errno v0.3.14
9652026-07-20T18:34:26.031Z Compiling ident_case v1.0.1
9662026-07-20T18:34:26.160Z Compiling omicron-workspace-hack v0.1.0
9672026-07-20T18:34:26.506Z Compiling slog-async v2.8.0
9682026-07-20T18:34:26.525Z Compiling generic-array v0.14.7
9692026-07-20T18:34:26.545Z Compiling crc32fast v1.5.0
9702026-07-20T18:34:26.596Z Compiling usdt-impl v0.6.0
9712026-07-20T18:34:26.837Z Compiling scroll v0.13.0
9722026-07-20T18:34:26.877Z Compiling plain v0.2.3
9732026-07-20T18:34:26.916Z Compiling daft-derive v0.1.7
9742026-07-20T18:34:26.956Z Compiling pretty-hex v0.4.2
9752026-07-20T18:34:26.988Z Compiling dtrace-parser v0.3.0
9762026-07-20T18:34:27.093Z Compiling goblin v0.10.7
9772026-07-20T18:34:27.224Z Compiling thread-id v5.1.0
9782026-07-20T18:34:27.471Z Checking pin-project-lite v0.2.17
9792026-07-20T18:34:27.603Z Compiling syn v1.0.109
9802026-07-20T18:34:27.901Z Checking getrandom v0.2.17
9812026-07-20T18:34:28.274Z Checking zeroize v1.8.2
9822026-07-20T18:34:28.297Z Checking bitflags v2.12.1
9832026-07-20T18:34:28.541Z Compiling multer v3.1.0
9842026-07-20T18:34:28.648Z Compiling async-stream-impl v0.3.6
9852026-07-20T18:34:29.045Z Checking socket2 v0.6.5
9862026-07-20T18:34:29.267Z Compiling ref-cast v1.0.25
9872026-07-20T18:34:29.291Z Checking scopeguard v1.2.0
9882026-07-20T18:34:29.400Z Checking lock_api v0.4.14
9892026-07-20T18:34:29.515Z Compiling ref-cast-impl v1.0.25
9902026-07-20T18:34:29.618Z Compiling dropshot v0.17.1
9912026-07-20T18:34:29.795Z Checking critical-section v1.2.0
9922026-07-20T18:34:29.866Z Compiling dof v0.4.0
9932026-07-20T18:34:29.941Z Checking once_cell v1.21.4
9942026-07-20T18:34:30.081Z Compiling dropshot_endpoint v0.17.1
9952026-07-20T18:34:30.136Z Compiling newtype-uuid-macros v0.1.0
9962026-07-20T18:34:30.313Z Checking parking_lot v0.12.5
9972026-07-20T18:34:30.916Z Checking signal-hook-registry v1.4.8
9982026-07-20T18:34:30.939Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9992026-07-20T18:34:30.942Z Checking mio v1.2.1
10002026-07-20T18:34:31.086Z Compiling darling_core v0.23.0
10012026-07-20T18:34:31.089Z Compiling strum_macros v0.26.4
10022026-07-20T18:34:31.238Z Checking tokio v1.53.0
10032026-07-20T18:34:31.260Z Compiling usdt-attr-macro v0.6.0
10042026-07-20T18:34:31.329Z Compiling usdt-macro v0.6.0
10052026-07-20T18:34:31.430Z Compiling structmeta-derive v0.3.0
10062026-07-20T18:34:31.993Z Compiling foldhash v0.2.0
10072026-07-20T18:34:32.132Z Compiling allocator-api2 v0.2.21
10082026-07-20T18:34:32.200Z Checking subtle v2.6.1
10092026-07-20T18:34:32.315Z Checking futures-core v0.3.32
10102026-07-20T18:34:32.446Z Compiling hashbrown v0.16.1
10112026-07-20T18:34:32.485Z Compiling structmeta v0.3.0
10122026-07-20T18:34:32.691Z Compiling strum_macros v0.27.2
10132026-07-20T18:34:32.725Z Compiling derive-ex v0.1.8
10142026-07-20T18:34:32.746Z Compiling http v1.4.2
10152026-07-20T18:34:33.190Z Compiling darling_macro v0.23.0
10162026-07-20T18:34:33.611Z Checking futures-sink v0.3.32
10172026-07-20T18:34:33.718Z Compiling winnow v1.0.3
10182026-07-20T18:34:33.754Z Compiling darling v0.23.0
10192026-07-20T18:34:33.845Z Compiling serde_with_macros v3.21.0
10202026-07-20T18:34:34.002Z Checking ipnetwork v0.21.1
10212026-07-20T18:34:34.220Z Checking slab v0.4.12
10222026-07-20T18:34:34.272Z Compiling test-strategy v0.4.5
10232026-07-20T18:34:34.490Z Checking futures-channel v0.3.32
10242026-07-20T18:34:34.689Z Compiling toml_parser v1.1.2+spec-1.1.0
10252026-07-20T18:34:34.911Z Compiling fnv v1.0.7
10262026-07-20T18:34:34.945Z Compiling toml_datetime v1.1.1+spec-1.1.0
10272026-07-20T18:34:34.967Z Checking futures-task v0.3.32
10282026-07-20T18:34:35.015Z Checking futures-io v0.3.32
10292026-07-20T18:34:35.110Z Checking typenum v1.20.1
10302026-07-20T18:34:35.130Z Compiling parse-display-derive v0.10.0
10312026-07-20T18:34:35.149Z Checking futures-util v0.3.32
10322026-07-20T18:34:35.618Z Checking oxnet v0.1.6
10332026-07-20T18:34:35.708Z Checking tracing-core v0.1.36
10342026-07-20T18:34:35.887Z Checking erased-serde v0.3.31
10352026-07-20T18:34:35.915Z Compiling ryu v1.0.23
10362026-07-20T18:34:36.223Z Checking tracing v0.1.44
10372026-07-20T18:34:36.420Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10382026-07-20T18:34:36.551Z Compiling clap_derive v4.6.1
10392026-07-20T18:34:36.837Z Checking base64 v0.22.1
10402026-07-20T18:34:37.143Z Compiling openapiv3 v2.2.0
10412026-07-20T18:34:37.488Z Checking rand_core v0.6.4
10422026-07-20T18:34:37.760Z Checking rustls-pki-types v1.14.1
10432026-07-20T18:34:38.213Z Compiling toml_edit v0.25.12+spec-1.1.0
10442026-07-20T18:34:38.233Z Checking tokio-util v0.7.18
10452026-07-20T18:34:38.306Z Checking ipnet v2.12.0
10462026-07-20T18:34:38.529Z Checking untrusted v0.9.0
10472026-07-20T18:34:38.604Z Checking untrusted v0.7.1
10482026-07-20T18:34:38.746Z Compiling proc-macro-crate v3.5.0
10492026-07-20T18:34:39.020Z Checking http-body v1.0.1
10502026-07-20T18:34:39.178Z Compiling num_enum_derive v0.7.6
10512026-07-20T18:34:39.208Z Checking atomic-waker v1.1.2
10522026-07-20T18:34:39.256Z Compiling either v1.16.0
10532026-07-20T18:34:39.312Z Checking try-lock v0.2.5
10542026-07-20T18:34:39.332Z Checking tower-service v0.3.3
10552026-07-20T18:34:39.411Z Checking tower-layer v0.3.3
10562026-07-20T18:34:39.465Z Compiling itertools v0.14.0
10572026-07-20T18:34:39.565Z Checking want v0.3.1
10582026-07-20T18:34:39.586Z Checking h2 v0.4.14
10592026-07-20T18:34:39.690Z Compiling regress v0.11.1
10602026-07-20T18:34:40.244Z Checking httpdate v1.0.3
10612026-07-20T18:34:40.299Z Compiling crucible-workspace-hack v0.1.0
10622026-07-20T18:34:41.249Z Checking serde_urlencoded v0.7.1
10632026-07-20T18:34:41.281Z Compiling typify-impl v0.6.2
10642026-07-20T18:34:41.492Z Checking http-body-util v0.1.4
10652026-07-20T18:34:41.495Z Checking hyper v1.10.1
10662026-07-20T18:34:41.830Z Compiling unsafe-libyaml v0.2.11
10672026-07-20T18:34:42.249Z Checking ppv-lite86 v0.2.21
10682026-07-20T18:34:42.371Z Compiling serde_yaml v0.9.34+deprecated
10692026-07-20T18:34:42.423Z Checking hyper-util v0.1.20
10702026-07-20T18:34:42.822Z Compiling convert_case v0.4.0
10712026-07-20T18:34:43.141Z Compiling derive_more v0.99.20
10722026-07-20T18:34:43.780Z Compiling darling_core v0.21.3
10732026-07-20T18:34:44.448Z Compiling zerocopy-derive v0.7.35
10742026-07-20T18:34:44.674Z Compiling typify-macro v0.6.2
10752026-07-20T18:34:45.359Z Compiling regress v0.10.5
10762026-07-20T18:34:45.544Z Compiling rustix v0.38.44
10772026-07-20T18:34:45.569Z Checking powerfmt v0.2.0
10782026-07-20T18:34:45.793Z Checking deranged v0.5.8
10792026-07-20T18:34:45.917Z Compiling darling_macro v0.21.3
10802026-07-20T18:34:46.504Z Compiling darling v0.21.3
10812026-07-20T18:34:46.593Z Compiling heapless v0.8.0
10822026-07-20T18:34:46.684Z Checking num_threads v0.1.7
10832026-07-20T18:34:46.955Z Checking time v0.3.47
10842026-07-20T18:34:46.995Z Compiling ingot-macros v0.1.1
10852026-07-20T18:34:47.091Z Compiling typify v0.6.2
10862026-07-20T18:34:48.024Z Compiling scroll_derive v0.12.1
10872026-07-20T18:34:48.098Z Compiling serde_repr v0.1.21
10882026-07-20T18:34:48.633Z Checking crossbeam-channel v0.5.15
10892026-07-20T18:34:48.974Z Checking cpufeatures v0.3.0
10902026-07-20T18:34:48.995Z Compiling smoltcp v0.11.0
10912026-07-20T18:34:49.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10922026-07-20T18:34:49.390Z Checking futures-executor v0.3.32
10932026-07-20T18:34:49.562Z Checking sync_wrapper v1.0.2
10942026-07-20T18:34:49.668Z Compiling rustc_version v0.4.1
10952026-07-20T18:34:49.704Z Checking thread_local v1.1.9
10962026-07-20T18:34:49.885Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10972026-07-20T18:34:49.968Z Compiling curve25519-dalek v4.1.3
10982026-07-20T18:34:50.041Z Checking tower v0.5.3
10992026-07-20T18:34:50.083Z Checking rand_core v0.9.5
11002026-07-20T18:34:50.169Z Checking webpki-roots v1.0.7
11012026-07-20T18:34:50.274Z Compiling toml_datetime v0.6.11
11022026-07-20T18:34:50.297Z Compiling foreign-types-macros v0.2.3
11032026-07-20T18:34:50.495Z Checking is-terminal v0.4.17
11042026-07-20T18:34:50.716Z Checking take_mut v0.2.2
11052026-07-20T18:34:50.759Z Checking term v1.2.1
11062026-07-20T18:34:50.980Z Checking slog-term v2.9.2
11072026-07-20T18:34:51.160Z Checking tower-http v0.6.11
11082026-07-20T18:34:51.332Z Checking futures v0.3.32
11092026-07-20T18:34:51.464Z Compiling zerocopy v0.7.35
11102026-07-20T18:34:51.594Z Compiling hubpack_derive v0.1.1
11112026-07-20T18:34:51.603Z Compiling thiserror-impl-no-std v2.0.2
11122026-07-20T18:34:52.019Z Compiling curve25519-dalek-derive v0.1.1
11132026-07-20T18:34:52.107Z Compiling proc-macro-error-attr v1.0.4
11142026-07-20T18:34:52.151Z Compiling usdt-impl v0.5.0
11152026-07-20T18:34:52.420Z Checking hex v0.4.3
11162026-07-20T18:34:52.603Z Checking fastrand v2.4.1
11172026-07-20T18:34:52.721Z Compiling dof v0.3.0
11182026-07-20T18:34:52.761Z Checking rand_chacha v0.9.0
11192026-07-20T18:34:52.761Z Compiling dtrace-parser v0.2.0
11202026-07-20T18:34:52.800Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11212026-07-20T18:34:53.110Z Compiling serde_spanned v1.1.1
11222026-07-20T18:34:53.315Z Compiling proc-macro-error v1.0.4
11232026-07-20T18:34:53.368Z Compiling thread-id v4.2.2
11242026-07-20T18:34:53.454Z Compiling memoffset v0.9.1
11252026-07-20T18:34:53.556Z Compiling pkg-config v0.3.33
11262026-07-20T18:34:53.577Z Compiling toml_writer v1.1.1+spec-1.1.0
11272026-07-20T18:34:53.993Z Checking rand v0.9.4
11282026-07-20T18:34:54.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11292026-07-20T18:34:54.707Z Compiling prettyplease v0.2.37
11302026-07-20T18:34:54.862Z Compiling cfg_aliases v0.2.1
11312026-07-20T18:34:54.941Z Compiling nix v0.31.3
11322026-07-20T18:34:55.284Z Checking tempfile v3.27.0
11332026-07-20T18:34:55.360Z Checking crypto-common v0.1.7
11342026-07-20T18:34:55.634Z Checking hybrid-array v0.4.12
11352026-07-20T18:34:55.872Z Checking adler2 v2.0.1
11362026-07-20T18:34:55.927Z Compiling heck v0.4.1
11372026-07-20T18:34:56.149Z Checking match_cfg v0.1.0
11382026-07-20T18:34:56.244Z Checking openssl-probe v0.2.1
11392026-07-20T18:34:56.267Z Checking simd-adler32 v0.3.9
11402026-07-20T18:34:56.286Z Checking hostname v0.3.1
11412026-07-20T18:34:56.357Z Checking rustls-native-certs v0.8.4
11422026-07-20T18:34:56.411Z Checking miniz_oxide v0.8.9
11432026-07-20T18:34:56.802Z Compiling usdt-attr-macro v0.5.0
11442026-07-20T18:34:56.899Z Compiling usdt-macro v0.5.0
11452026-07-20T18:34:57.108Z Checking slog-json v2.6.1
11462026-07-20T18:34:57.378Z Checking newtype-uuid v1.3.2
11472026-07-20T18:34:57.563Z Compiling num-derive v0.4.2
11482026-07-20T18:34:57.574Z Compiling enum-as-inner v0.6.1
11492026-07-20T18:34:57.588Z Checking memmap2 v0.9.10
11502026-07-20T18:34:57.686Z Compiling winnow v0.7.15
11512026-07-20T18:34:58.461Z Checking usdt v0.6.0
11522026-07-20T18:34:58.496Z Checking daft v0.1.7
11532026-07-20T18:34:58.626Z Checking slog-bunyan v2.5.0
11542026-07-20T18:34:58.692Z Checking flate2 v1.1.9
11552026-07-20T18:34:58.723Z Checking crypto-common v0.2.2
11562026-07-20T18:34:58.744Z Checking block-buffer v0.12.0
11572026-07-20T18:34:58.892Z Compiling progenitor-impl v0.14.0
11582026-07-20T18:34:59.162Z Checking const-oid v0.10.2
11592026-07-20T18:34:59.212Z Checking compression-core v0.4.32
11602026-07-20T18:34:59.231Z Compiling rayon-core v1.13.0
11612026-07-20T18:34:59.252Z Checking debug-ignore v1.0.5
11622026-07-20T18:34:59.319Z Checking digest v0.11.3
11632026-07-20T18:34:59.341Z Checking compression-codecs v0.4.38
11642026-07-20T18:34:59.988Z Checking encoding_rs v0.8.35
11652026-07-20T18:35:00.163Z Compiling wait-timeout v0.2.1
11662026-07-20T18:35:00.166Z Compiling bit-vec v0.8.0
11672026-07-20T18:35:00.204Z Checking mime v0.3.17
11682026-07-20T18:35:00.294Z Compiling quick-error v1.2.3
11692026-07-20T18:35:00.397Z Checking spin v0.9.8
11702026-07-20T18:35:00.636Z Compiling rusty-fork v0.3.1
11712026-07-20T18:35:00.730Z Compiling bit-set v0.8.0
11722026-07-20T18:35:00.949Z Checking toml v1.1.2+spec-1.1.0
11732026-07-20T18:35:00.990Z Compiling rand_chacha v0.3.1
11742026-07-20T18:35:00.994Z Compiling progenitor-macro v0.14.0
11752026-07-20T18:35:01.541Z Checking async-compression v0.4.42
11762026-07-20T18:35:01.648Z Checking sha1 v0.11.0
11772026-07-20T18:35:01.947Z Compiling rand_xorshift v0.4.0
11782026-07-20T18:35:02.094Z Checking waitgroup v0.1.2
11792026-07-20T18:35:02.167Z Checking rustls-webpki v0.103.13
11802026-07-20T18:35:02.209Z Checking rustls-pemfile v2.2.0
11812026-07-20T18:35:02.229Z Checking async-stream v0.3.6
11822026-07-20T18:35:02.248Z Compiling num-integer v0.1.46
11832026-07-20T18:35:02.620Z Checking serde_path_to_error v0.1.20
11842026-07-20T18:35:02.710Z Checking hostname v0.4.2
11852026-07-20T18:35:03.335Z Compiling semver v0.1.20
11862026-07-20T18:35:03.409Z Compiling winnow v0.5.40
11872026-07-20T18:35:03.600Z Compiling unarray v0.1.4
11882026-07-20T18:35:03.726Z Compiling proptest v1.11.0
11892026-07-20T18:35:04.093Z Compiling rustc_version v0.1.7
11902026-07-20T18:35:04.344Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11912026-07-20T18:35:04.760Z Compiling toml_edit v0.19.15
11922026-07-20T18:35:04.839Z Checking rand v0.8.6
11932026-07-20T18:35:05.004Z Checking tokio-rustls v0.26.4
11942026-07-20T18:35:05.065Z Checking rustls-platform-verifier v0.7.0
11952026-07-20T18:35:05.247Z Checking hyper-rustls v0.27.9
11962026-07-20T18:35:05.371Z Compiling reqwest v0.12.28
11972026-07-20T18:35:05.476Z Checking reqwest v0.13.4
11982026-07-20T18:35:05.679Z Compiling backon v1.6.0
11992026-07-20T18:35:06.463Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12002026-07-20T18:35:07.092Z Compiling strum v0.26.3
12012026-07-20T18:35:07.138Z Checking macaddr v1.0.1
12022026-07-20T18:35:07.229Z Compiling instant v0.1.13
12032026-07-20T18:35:07.344Z Checking unicode-width v0.2.2
12042026-07-20T18:35:07.387Z Compiling utf8parse v0.2.2
12052026-07-20T18:35:07.546Z Compiling anstyle-parse v1.0.0
12062026-07-20T18:35:07.567Z Compiling backoff v0.4.0
12072026-07-20T18:35:07.607Z Compiling iddqd v0.4.5
12082026-07-20T18:35:07.667Z Compiling progenitor-client v0.14.0
12092026-07-20T18:35:07.736Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12102026-07-20T18:35:07.777Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12112026-07-20T18:35:07.952Z Compiling progenitor-extras v0.2.0
12122026-07-20T18:35:08.022Z Compiling progenitor-client v0.10.0
12132026-07-20T18:35:08.146Z Compiling proc-macro-crate v1.3.1
12142026-07-20T18:35:08.199Z Compiling newtype_derive v0.1.6
12152026-07-20T18:35:08.226Z Compiling num-iter v0.1.45
12162026-07-20T18:35:08.343Z Compiling num-rational v0.4.2
12172026-07-20T18:35:08.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12182026-07-20T18:35:08.448Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12192026-07-20T18:35:08.487Z Checking block-buffer v0.10.4
12202026-07-20T18:35:08.668Z Compiling parse-display v0.10.0
12212026-07-20T18:35:08.724Z Compiling serde_with v3.21.0
12222026-07-20T18:35:08.796Z Compiling strum v0.27.2
12232026-07-20T18:35:08.924Z Compiling num-complex v0.4.6
12242026-07-20T18:35:08.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12252026-07-20T18:35:09.006Z Compiling colorchoice v1.0.5
12262026-07-20T18:35:09.131Z Compiling anstyle-query v1.1.5
12272026-07-20T18:35:09.169Z Compiling anstyle v1.0.14
12282026-07-20T18:35:09.190Z Compiling humantime v2.3.0
12292026-07-20T18:35:09.233Z Compiling is_terminal_polyfill v1.70.2
12302026-07-20T18:35:09.260Z Compiling vcpkg v0.2.15
12312026-07-20T18:35:09.307Z Compiling owo-colors v4.3.0
12322026-07-20T18:35:09.328Z Compiling num v0.4.3
12332026-07-20T18:35:09.351Z Compiling anstream v1.0.0
12342026-07-20T18:35:09.440Z Checking digest v0.10.7
12352026-07-20T18:35:09.640Z Compiling num_enum_derive v0.5.11
12362026-07-20T18:35:09.822Z Compiling openssl-sys v0.9.116
12372026-07-20T18:35:09.955Z Compiling terminal_size v0.4.4
12382026-07-20T18:35:10.004Z Compiling serde_spanned v0.6.9
12392026-07-20T18:35:10.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12402026-07-20T18:35:10.052Z Compiling pin-project-internal v1.1.13
12412026-07-20T18:35:10.095Z Compiling derive-where v1.6.1
12422026-07-20T18:35:10.330Z Compiling float-ord v0.3.2
12432026-07-20T18:35:10.382Z Compiling clap_lex v1.1.0
12442026-07-20T18:35:10.402Z Compiling toml_write v0.1.2
12452026-07-20T18:35:10.574Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12462026-07-20T18:35:10.627Z Compiling toml_edit v0.22.27
12472026-07-20T18:35:10.627Z Compiling clap_builder v4.6.2
12482026-07-20T18:35:10.897Z Compiling progenitor-impl v0.13.0
12492026-07-20T18:35:11.377Z Compiling zone_cfg_derive v0.3.1
12502026-07-20T18:35:12.191Z Compiling toml v0.8.23
12512026-07-20T18:35:12.330Z Compiling clap v4.6.2
12522026-07-20T18:35:12.633Z Compiling async-recursion v1.1.1
12532026-07-20T18:35:12.750Z Compiling snafu-derive v0.8.9
12542026-07-20T18:35:12.960Z Compiling progenitor-macro v0.13.0
12552026-07-20T18:35:13.691Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12562026-07-20T18:35:13.885Z Compiling slog-dtrace v0.3.0
12572026-07-20T18:35:14.126Z Compiling unicode-xid v0.2.6
12582026-07-20T18:35:14.147Z Compiling cancel-safe-futures v0.1.5
12592026-07-20T18:35:14.395Z Compiling chrono-tz v0.10.4
12602026-07-20T18:35:14.415Z Compiling minimal-lexical v0.2.1
12612026-07-20T18:35:14.513Z Compiling openssl v0.10.80
12622026-07-20T18:35:14.588Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-07-20T18:35:14.704Z Compiling nom v7.1.3
12642026-07-20T18:35:15.063Z Compiling const_format_proc_macros v0.2.34
12652026-07-20T18:35:15.892Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-07-20T18:35:15.975Z Compiling openssl-macros v0.1.1
12672026-07-20T18:35:16.346Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-07-20T18:35:16.498Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-07-20T18:35:16.571Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-07-20T18:35:17.088Z Compiling cookie v0.18.1
12712026-07-20T18:35:17.140Z Checking cpufeatures v0.2.17
12722026-07-20T18:35:17.161Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12732026-07-20T18:35:17.490Z Compiling tabled_derive v0.7.0
12742026-07-20T18:35:17.730Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-07-20T18:35:18.893Z Checking num_enum v0.7.6
12762026-07-20T18:35:21.203Z Checking tabwriter v1.4.1
12772026-07-20T18:35:21.347Z Checking secrecy v0.10.3
12782026-07-20T18:35:21.369Z Checking tinyvec_macros v0.1.1
12792026-07-20T18:35:21.508Z Checking colored v3.1.1
12802026-07-20T18:35:21.544Z Checking tinyvec v1.11.0
12812026-07-20T18:35:21.827Z Checking crossbeam-epoch v0.9.18
12822026-07-20T18:35:21.830Z Checking hash32 v0.3.1
12832026-07-20T18:35:21.890Z Checking bstr v1.12.1
12842026-07-20T18:35:22.155Z Checking data-encoding v2.11.0
12852026-07-20T18:35:22.242Z Checking hmac v0.12.1
12862026-07-20T18:35:22.382Z Checking ingot-types v0.1.2
12872026-07-20T18:35:22.441Z Checking inout v0.1.4
12882026-07-20T18:35:22.463Z Checking scroll v0.12.0
12892026-07-20T18:35:22.584Z Checking ff v0.13.1
12902026-07-20T18:35:22.587Z Checking cobs v0.3.0
12912026-07-20T18:35:22.673Z Checking managed v0.8.0
12922026-07-20T18:35:22.700Z Checking bitflags v1.3.2
12932026-07-20T18:35:22.722Z Checking static_assertions v1.1.0
12942026-07-20T18:35:22.750Z Checking foreign-types-shared v0.3.1
12952026-07-20T18:35:22.773Z Checking postcard v1.1.3
12962026-07-20T18:35:22.792Z Checking ingot v0.1.1
12972026-07-20T18:35:22.813Z Checking group v0.13.0
12982026-07-20T18:35:22.845Z Checking foreign-types v0.5.0
12992026-07-20T18:35:22.888Z Checking goblin v0.8.2
13002026-07-20T18:35:22.927Z Checking cipher v0.4.4
13012026-07-20T18:35:22.930Z Checking atomicwrites v0.4.4
13022026-07-20T18:35:23.060Z Checking hkdf v0.12.4
13032026-07-20T18:35:23.233Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-07-20T18:35:23.240Z Checking universal-hash v0.5.1
13052026-07-20T18:35:23.357Z Checking crypto-bigint v0.5.5
13062026-07-20T18:35:23.548Z Checking chacha20 v0.10.0
13072026-07-20T18:35:23.612Z Checking half v2.7.1
13082026-07-20T18:35:23.883Z Checking cstr-argument v0.1.2
13092026-07-20T18:35:24.014Z Checking base64ct v1.8.3
13102026-07-20T18:35:24.035Z Checking ciborium-io v0.2.2
13112026-07-20T18:35:24.061Z Checking base16ct v0.2.0
13122026-07-20T18:35:24.096Z Checking opaque-debug v0.3.1
13132026-07-20T18:35:24.134Z Checking indent_write v2.2.0
13142026-07-20T18:35:24.194Z Checking poly1305 v0.8.0
13152026-07-20T18:35:24.200Z Checking ciborium-ll v0.2.2
13162026-07-20T18:35:24.231Z Checking elliptic-curve v0.13.8
13172026-07-20T18:35:24.258Z Checking password-hash v0.5.0
13182026-07-20T18:35:24.359Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13192026-07-20T18:35:24.381Z Checking rand v0.10.2
13202026-07-20T18:35:24.384Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13212026-07-20T18:35:24.420Z Checking chacha20 v0.9.1
13222026-07-20T18:35:24.484Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13232026-07-20T18:35:24.487Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13242026-07-20T18:35:24.566Z Checking blake2 v0.10.6
13252026-07-20T18:35:24.608Z Checking aead v0.5.2
13262026-07-20T18:35:24.745Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13272026-07-20T18:35:24.767Z Checking thiserror-no-std v2.0.2
13282026-07-20T18:35:24.788Z Checking byte-wrapper v0.1.0
13292026-07-20T18:35:24.858Z Checking hubpack v0.1.2
13302026-07-20T18:35:24.858Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-07-20T18:35:25.018Z Checking keccak v0.1.6
13322026-07-20T18:35:25.042Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13332026-07-20T18:35:25.138Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13342026-07-20T18:35:25.179Z Checking sha3 v0.10.9
13352026-07-20T18:35:25.231Z Checking vsss-rs v3.3.4
13362026-07-20T18:35:25.376Z Checking argon2 v0.5.3
13372026-07-20T18:35:25.452Z Checking chacha20poly1305 v0.10.1
13382026-07-20T18:35:25.598Z Checking ciborium v0.2.2
13392026-07-20T18:35:25.722Z Checking similar v2.7.0
13402026-07-20T18:35:25.836Z Checking memmap v0.7.0
13412026-07-20T18:35:25.979Z Checking lazy_static v1.5.0
13422026-07-20T18:35:26.029Z Checking usdt v0.5.0
13432026-07-20T18:35:26.100Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-07-20T18:35:26.203Z Checking crossbeam-deque v0.8.6
13452026-07-20T18:35:26.355Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13462026-07-20T18:35:26.385Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13472026-07-20T18:35:26.408Z Compiling parking_lot_core v0.8.6
13482026-07-20T18:35:26.593Z Checking progenitor v0.14.0
13492026-07-20T18:35:26.637Z Checking bytecount v0.6.9
13502026-07-20T18:35:26.659Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13512026-07-20T18:35:26.699Z Checking unicode-segmentation v1.13.3
13522026-07-20T18:35:26.788Z Checking console v0.15.11
13532026-07-20T18:35:26.929Z Checking itertools v0.12.1
13542026-07-20T18:35:27.037Z Checking newline-converter v0.3.0
13552026-07-20T18:35:27.070Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13562026-07-20T18:35:27.153Z Checking resolv-conf v0.7.6
13572026-07-20T18:35:27.244Z Checking swrite v0.1.0
13582026-07-20T18:35:27.281Z Checking linked-hash-map v0.5.6
13592026-07-20T18:35:27.302Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13602026-07-20T18:35:27.305Z Checking expectorate v1.2.0
13612026-07-20T18:35:27.363Z Checking rayon v1.12.0
13622026-07-20T18:35:27.366Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13632026-07-20T18:35:27.366Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13642026-07-20T18:35:27.451Z Checking lru-cache v0.1.2
13652026-07-20T18:35:27.474Z Checking hickory-proto v0.24.4
13662026-07-20T18:35:27.788Z Checking camino-tempfile v1.4.1
13672026-07-20T18:35:27.992Z Checking serde-big-array v0.5.1
13682026-07-20T18:35:28.063Z Checking siphasher v1.0.3
13692026-07-20T18:35:28.113Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13702026-07-20T18:35:28.253Z Checking phf_shared v0.12.1
13712026-07-20T18:35:28.733Z Checking unicode-normalization v0.1.25
13722026-07-20T18:35:28.830Z Checking pin-project v1.1.13
13732026-07-20T18:35:28.926Z Checking num_enum v0.5.11
13742026-07-20T18:35:28.992Z Checking hickory-resolver v0.24.4
13752026-07-20T18:35:29.052Z Checking progenitor-client v0.13.0
13762026-07-20T18:35:29.503Z Checking tokio-stream v0.1.18
13772026-07-20T18:35:29.591Z Checking csv-core v0.1.13
13782026-07-20T18:35:29.664Z Checking unicode-width v0.1.14
13792026-07-20T18:35:29.667Z Checking unicode-linebreak v0.1.5
13802026-07-20T18:35:29.761Z Checking smawk v0.3.2
13812026-07-20T18:35:29.782Z Checking same-file v1.0.6
13822026-07-20T18:35:29.881Z Checking highway v1.3.0
13832026-07-20T18:35:29.902Z Checking foldhash v0.1.5
13842026-07-20T18:35:29.922Z Checking foreign-types-shared v0.1.1
13852026-07-20T18:35:29.941Z Checking konst_macro_rules v0.2.19
13862026-07-20T18:35:30.045Z Checking hashbrown v0.15.5
13872026-07-20T18:35:30.065Z Checking foreign-types v0.3.2
13882026-07-20T18:35:30.099Z Checking konst v0.2.20
13892026-07-20T18:35:30.120Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13902026-07-20T18:35:30.145Z Checking textwrap v0.16.2
13912026-07-20T18:35:30.284Z Checking walkdir v2.5.0
13922026-07-20T18:35:30.301Z Checking qorb v0.4.1
13932026-07-20T18:35:30.361Z Checking csv v1.4.0
13942026-07-20T18:35:30.437Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-07-20T18:35:30.497Z Checking progenitor v0.13.0
13962026-07-20T18:35:30.638Z Checking olpc-cjson v0.1.4
13972026-07-20T18:35:30.754Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13982026-07-20T18:35:30.788Z Checking snafu v0.8.9
13992026-07-20T18:35:30.808Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14002026-07-20T18:35:30.866Z Checking phf v0.12.1
14012026-07-20T18:35:30.920Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-07-20T18:35:30.944Z Checking zone v0.3.1
14032026-07-20T18:35:31.017Z Checking tokio-dtrace v0.1.1
14042026-07-20T18:35:31.039Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-07-20T18:35:31.213Z Checking globset v0.4.18
14062026-07-20T18:35:31.459Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14072026-07-20T18:35:31.721Z Checking smf v0.2.3
14082026-07-20T18:35:31.866Z Checking pem v3.0.6
14092026-07-20T18:35:31.886Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14102026-07-20T18:35:31.908Z Checking libsw-core v0.3.2
14112026-07-20T18:35:31.982Z Checking serde_plain v1.0.2
14122026-07-20T18:35:32.054Z Checking sigpipe v0.1.3
14132026-07-20T18:35:32.111Z Checking typed-path v0.9.3
14142026-07-20T18:35:32.135Z Checking fixedbitset v0.5.7
14152026-07-20T18:35:32.138Z Checking glob v0.3.3
14162026-07-20T18:35:32.342Z Checking fixedbitset v0.4.2
14172026-07-20T18:35:32.405Z Checking jiff v0.2.28
14182026-07-20T18:35:32.499Z Checking petgraph v0.6.5
14192026-07-20T18:35:32.520Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-07-20T18:35:32.542Z Checking petgraph v0.8.3
14212026-07-20T18:35:32.714Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14222026-07-20T18:35:32.884Z Checking tough v0.22.0
14232026-07-20T18:35:33.736Z Checking libsw v3.5.0
14242026-07-20T18:35:33.877Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-07-20T18:35:33.967Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14262026-07-20T18:35:34.255Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14272026-07-20T18:35:34.420Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-07-20T18:35:34.447Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-07-20T18:35:34.657Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-07-20T18:35:34.839Z Checking oxide-tokio-rt v0.1.6
14312026-07-20T18:35:35.032Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-07-20T18:35:35.103Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-07-20T18:35:35.135Z Checking const_format v0.2.36
14342026-07-20T18:35:35.250Z Checking papergrid v0.11.0
14352026-07-20T18:35:35.674Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-07-20T18:35:35.824Z Checking gethostname v0.5.0
14372026-07-20T18:35:35.832Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-20T18:35:35.832Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14392026-07-20T18:35:35.870Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14402026-07-20T18:35:36.049Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-07-20T18:35:36.072Z Checking libscf-sys v1.2.0
14422026-07-20T18:35:36.169Z Checking bcs v0.1.6
14432026-07-20T18:35:36.374Z Checking termtree v0.5.1
14442026-07-20T18:35:36.396Z Checking linear-map v1.2.0
14452026-07-20T18:35:36.493Z Checking tagptr v0.2.0
14462026-07-20T18:35:36.650Z Checking whoami v1.6.1
14472026-07-20T18:35:36.773Z Checking moka v0.12.15
14482026-07-20T18:35:36.910Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-07-20T18:35:36.986Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-07-20T18:35:37.024Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-07-20T18:35:37.103Z Checking tabled v0.15.0
14522026-07-20T18:35:37.210Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-07-20T18:35:37.425Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-07-20T18:35:37.602Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-07-20T18:35:38.172Z Checking steno v0.4.1
14562026-07-20T18:35:38.373Z Checking hickory-proto v0.25.2
14572026-07-20T18:35:39.472Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14582026-07-20T18:35:39.960Z Checking hickory-resolver v0.25.2
14592026-07-20T18:35:41.128Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14602026-07-20T18:35:41.364Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14612026-07-20T18:35:41.642Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14622026-07-20T18:35:41.849Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14632026-07-20T18:35:44.559Z Checking nom v8.0.0
14642026-07-20T18:35:46.065Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-07-20T18:35:49.543Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14662026-07-20T18:35:51.136Z Compiling proc-macro-error-attr2 v2.0.0
14672026-07-20T18:35:51.588Z Compiling proc-macro-error2 v2.0.1
14682026-07-20T18:35:53.666Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14692026-07-20T18:35:54.161Z Compiling crunchy v0.2.4
14702026-07-20T18:35:54.210Z Compiling tabled_derive v0.11.0
14712026-07-20T18:35:54.521Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14722026-07-20T18:35:54.711Z Compiling tiny-keccak v2.0.2
14732026-07-20T18:35:54.737Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14742026-07-20T18:35:54.833Z Checking parking_lot v0.11.2
14752026-07-20T18:35:55.089Z Checking fxhash v0.2.1
14762026-07-20T18:35:55.224Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14772026-07-20T18:35:55.290Z Checking sled v0.34.7
14782026-07-20T18:35:55.409Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14792026-07-20T18:35:55.586Z Compiling typify-impl v0.4.3
14802026-07-20T18:35:55.681Z Compiling const-random-macro v0.1.16
14812026-07-20T18:35:55.909Z Checking internet-checksum v0.2.1
14822026-07-20T18:35:55.967Z Compiling ahash v0.8.12
14832026-07-20T18:35:56.038Z Compiling smartstring v1.0.1
14842026-07-20T18:35:56.062Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14852026-07-20T18:35:56.108Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14862026-07-20T18:35:56.213Z Checking itertools v0.15.0
14872026-07-20T18:35:56.527Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
14882026-07-20T18:35:56.842Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14892026-07-20T18:35:56.861Z Compiling rhai_codegen v3.2.0
14902026-07-20T18:35:56.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
14912026-07-20T18:35:57.031Z Checking arc-swap v1.9.1
14922026-07-20T18:35:57.271Z Checking slog-scope v4.4.1
14932026-07-20T18:35:57.411Z Checking papergrid v0.18.0
14942026-07-20T18:35:57.433Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14952026-07-20T18:35:57.756Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14962026-07-20T18:35:58.094Z Checking testing_table v0.3.0
14972026-07-20T18:35:58.214Z Checking dropshot-api-manager-types v0.7.2
14982026-07-20T18:35:58.214Z Checking tabled v0.21.0
14992026-07-20T18:35:58.258Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
15002026-07-20T18:35:58.416Z Checking slog-stdlog v4.1.1
15012026-07-20T18:35:58.576Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15022026-07-20T18:35:58.719Z Compiling lzma-sys v0.1.20
15032026-07-20T18:35:58.975Z Compiling fs-err v3.3.0
15042026-07-20T18:35:58.998Z Compiling typify-macro v0.4.3
15052026-07-20T18:35:59.039Z Compiling typeid v1.0.3
15062026-07-20T18:35:59.263Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
15072026-07-20T18:35:59.345Z Checking slog-envlogger v2.2.0
15082026-07-20T18:36:00.147Z Compiling toml_datetime v0.7.5+spec-1.1.0
15092026-07-20T18:36:00.237Z Checking crc8 v0.1.1
15102026-07-20T18:36:00.379Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
15112026-07-20T18:36:00.440Z Compiling toml v0.9.12+spec-1.1.0
15122026-07-20T18:36:00.568Z Compiling typify v0.4.3
15132026-07-20T18:36:00.678Z Compiling progenitor-impl v0.10.0
15142026-07-20T18:36:00.890Z Checking const-random v0.1.18
15152026-07-20T18:36:01.193Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15162026-07-20T18:36:01.438Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15172026-07-20T18:36:01.588Z Compiling cargo_toml v0.22.3
15182026-07-20T18:36:02.577Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15192026-07-20T18:36:02.778Z Compiling progenitor-macro v0.10.0
15202026-07-20T18:36:03.334Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15212026-07-20T18:36:03.852Z Checking thin-vec v0.2.18
15222026-07-20T18:36:04.104Z Checking rhai v1.25.1
15232026-07-20T18:36:04.154Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15242026-07-20T18:36:05.024Z Checking sha1 v0.10.6
15252026-07-20T18:36:05.229Z Checking utf-8 v0.7.6
15262026-07-20T18:36:05.539Z Checking tungstenite v0.21.0
15272026-07-20T18:36:06.017Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15282026-07-20T18:36:06.987Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15292026-07-20T18:36:07.062Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15302026-07-20T18:36:07.206Z Checking port-file v0.1.0
15312026-07-20T18:36:07.371Z Checking sha2 v0.10.9
15322026-07-20T18:36:07.643Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15332026-07-20T18:36:07.746Z Checking diff v0.1.13
15342026-07-20T18:36:07.793Z Checking yansi v1.0.1
15352026-07-20T18:36:07.887Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15362026-07-20T18:36:07.910Z Checking progenitor v0.10.0
15372026-07-20T18:36:08.072Z Checking pretty_assertions v1.4.1
15382026-07-20T18:36:08.193Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
15392026-07-20T18:36:08.416Z Checking tokio-tungstenite v0.21.0
15402026-07-20T18:36:09.403Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15412026-07-20T18:36:09.447Z Checking console v0.16.3
15422026-07-20T18:36:09.467Z Checking git-stub v1.0.0
15432026-07-20T18:36:09.796Z Checking unit-prefix v0.5.2
15442026-07-20T18:36:09.866Z Checking base64 v0.21.7
15452026-07-20T18:36:09.937Z Checking is_ci v1.2.0
15462026-07-20T18:36:10.114Z Checking indicatif v0.18.4
15472026-07-20T18:36:10.117Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15482026-07-20T18:36:10.158Z Checking supports-color v3.0.2
15492026-07-20T18:36:10.859Z Checking git-stub-vcs v0.1.0
15502026-07-20T18:36:11.063Z Checking xz2 v0.1.7
15512026-07-20T18:36:11.185Z Checking ron v0.12.1
15522026-07-20T18:36:11.458Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15532026-07-20T18:36:11.481Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15542026-07-20T18:36:11.633Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15552026-07-20T18:36:11.699Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15562026-07-20T18:36:12.284Z Checking drift v0.2.0
15572026-07-20T18:36:12.565Z Compiling serial_test_derive v3.5.0
15582026-07-20T18:36:12.606Z Checking base16ct v1.0.0
15592026-07-20T18:36:12.836Z Checking dropshot-api-manager v0.7.2
15602026-07-20T18:36:13.311Z Checking serial_test v3.5.0
15612026-07-20T18:36:13.872Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15622026-07-20T18:36:14.135Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15632026-07-20T18:36:14.202Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15642026-07-20T18:36:14.317Z Checking bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
15652026-07-20T18:36:15.477Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15662026-07-20T18:36:15.676Z Checking natord v1.0.9
15672026-07-20T18:36:15.951Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15682026-07-20T18:36:16.185Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15692026-07-20T18:36:16.207Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15702026-07-20T18:36:16.609Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15712026-07-20T18:36:16.960Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15722026-07-20T18:36:17.025Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15732026-07-20T18:36:17.083Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15742026-07-20T18:36:17.162Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15752026-07-20T18:36:17.356Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15762026-07-20T18:36:26.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15772026-07-20T18:36:26.599Z+ cargo xtask openapi check
15782026-07-20T18:36:27.228Z Compiling cfg-if v1.0.4
15792026-07-20T18:36:27.231Z Compiling libc v0.2.186
15802026-07-20T18:36:27.329Z Compiling serde_core v1.0.228
15812026-07-20T18:36:27.339Z Compiling memchr v2.8.1
15822026-07-20T18:36:27.344Z Compiling smallvec v1.15.1
15832026-07-20T18:36:27.353Z Compiling itoa v1.0.18
15842026-07-20T18:36:27.361Z Compiling stable_deref_trait v1.2.1
15852026-07-20T18:36:27.370Z Compiling zerofrom v0.1.8
15862026-07-20T18:36:27.383Z Compiling zmij v1.0.21
15872026-07-20T18:36:27.430Z Compiling litemap v0.8.2
15882026-07-20T18:36:27.486Z Compiling yoke v0.8.3
15892026-07-20T18:36:27.533Z Compiling writeable v0.6.3
15902026-07-20T18:36:27.545Z Compiling utf8_iter v1.0.4
15912026-07-20T18:36:27.616Z Compiling percent-encoding v2.3.2
15922026-07-20T18:36:27.660Z Compiling zerovec v0.11.6
15932026-07-20T18:36:27.671Z Compiling zerotrie v0.2.4
15942026-07-20T18:36:27.687Z Compiling icu_normalizer_data v2.2.0
15952026-07-20T18:36:27.733Z Compiling icu_properties_data v2.2.0
15962026-07-20T18:36:27.765Z Compiling libm v0.2.16
15972026-07-20T18:36:27.790Z Compiling form_urlencoded v1.2.2
15982026-07-20T18:36:27.811Z Compiling rand_core v0.10.1
15992026-07-20T18:36:27.872Z Compiling errno v0.3.14
16002026-07-20T18:36:27.966Z Compiling getrandom v0.4.2
16012026-07-20T18:36:27.981Z Compiling iana-time-zone v0.1.65
16022026-07-20T18:36:27.992Z Compiling pin-project-lite v0.2.17
16032026-07-20T18:36:28.005Z Compiling zeroize v1.8.2
16042026-07-20T18:36:28.050Z Compiling dyn-clone v1.0.20
16052026-07-20T18:36:28.085Z Compiling scopeguard v1.2.0
16062026-07-20T18:36:28.151Z Compiling tinystr v0.8.3
16072026-07-20T18:36:28.189Z Compiling potential_utf v0.1.5
16082026-07-20T18:36:28.192Z Compiling lock_api v0.4.14
16092026-07-20T18:36:28.192Z Compiling parking_lot_core v0.9.12
16102026-07-20T18:36:28.202Z Compiling socket2 v0.6.5
16112026-07-20T18:36:28.231Z Compiling signal-hook-registry v1.4.8
16122026-07-20T18:36:28.353Z Compiling icu_locale_core v2.2.0
16132026-07-20T18:36:28.356Z Compiling icu_collections v2.2.0
16142026-07-20T18:36:28.428Z Compiling parking_lot v0.12.5
16152026-07-20T18:36:28.507Z Compiling num-traits v0.2.19
16162026-07-20T18:36:28.518Z Compiling mio v1.2.1
16172026-07-20T18:36:28.660Z Compiling portable-atomic v1.13.1
16182026-07-20T18:36:28.810Z Compiling futures-core v0.3.32
16192026-07-20T18:36:28.886Z Compiling thiserror v2.0.19
16202026-07-20T18:36:28.937Z Compiling critical-section v1.2.0
16212026-07-20T18:36:28.966Z Compiling subtle v2.6.1
16222026-07-20T18:36:28.991Z Compiling equivalent v1.0.2
16232026-07-20T18:36:29.037Z Compiling serde v1.0.228
16242026-07-20T18:36:29.050Z Compiling serde_json v1.0.150
16252026-07-20T18:36:29.082Z Compiling icu_provider v2.2.0
16262026-07-20T18:36:29.134Z Compiling uuid v1.24.0
16272026-07-20T18:36:29.145Z Compiling semver v1.0.28
16282026-07-20T18:36:29.175Z Compiling bitflags v2.12.1
16292026-07-20T18:36:29.187Z Compiling once_cell v1.21.4
16302026-07-20T18:36:29.402Z Compiling icu_normalizer v2.2.0
16312026-07-20T18:36:29.412Z Compiling icu_properties v2.2.0
16322026-07-20T18:36:29.424Z Compiling zerocopy v0.8.50
16332026-07-20T18:36:29.442Z Compiling log v0.4.32
16342026-07-20T18:36:29.478Z Compiling bytes v1.11.1
16352026-07-20T18:36:29.552Z Compiling chrono v0.4.45
16362026-07-20T18:36:29.576Z Compiling futures-sink v0.3.32
16372026-07-20T18:36:29.632Z Compiling typenum v1.20.1
16382026-07-20T18:36:29.682Z Compiling slab v0.4.12
16392026-07-20T18:36:29.869Z Compiling slog v2.8.2
16402026-07-20T18:36:29.933Z Compiling futures-channel v0.3.32
16412026-07-20T18:36:29.980Z Compiling tokio v1.53.0
16422026-07-20T18:36:30.121Z Compiling getrandom v0.2.17
16432026-07-20T18:36:30.133Z Compiling futures-task v0.3.32
16442026-07-20T18:36:30.143Z Compiling futures-io v0.3.32
16452026-07-20T18:36:30.302Z Compiling idna_adapter v1.2.2
16462026-07-20T18:36:30.302Z Compiling rand_core v0.6.4
16472026-07-20T18:36:30.306Z Compiling futures-util v0.3.32
16482026-07-20T18:36:30.443Z Compiling idna v1.1.0
16492026-07-20T18:36:30.474Z Compiling hashbrown v0.17.1
16502026-07-20T18:36:30.570Z Compiling tracing-core v0.1.36
16512026-07-20T18:36:30.584Z Compiling base64 v0.22.1
16522026-07-20T18:36:30.928Z Compiling url v2.5.8
16532026-07-20T18:36:31.058Z Compiling indexmap v2.14.0
16542026-07-20T18:36:31.071Z Compiling tracing v0.1.44
16552026-07-20T18:36:31.194Z Compiling http v1.4.2
16562026-07-20T18:36:31.232Z Compiling unicode-ident v1.0.24
16572026-07-20T18:36:31.316Z Compiling fnv v1.0.7
16582026-07-20T18:36:31.362Z Compiling proc-macro2 v1.0.106
16592026-07-20T18:36:31.418Z Compiling byteorder v1.5.0
16602026-07-20T18:36:31.658Z Compiling schemars v0.8.22
16612026-07-20T18:36:31.706Z Compiling quote v1.0.45
16622026-07-20T18:36:31.781Z Compiling ipnet v2.12.0
16632026-07-20T18:36:31.993Z Compiling syn v2.0.117
16642026-07-20T18:36:32.052Z Compiling erased-serde v0.3.31
16652026-07-20T18:36:32.170Z Compiling rustls-pki-types v1.14.1
16662026-07-20T18:36:32.312Z Compiling ppv-lite86 v0.2.21
16672026-07-20T18:36:32.459Z Compiling ipnetwork v0.21.1
16682026-07-20T18:36:32.646Z Compiling http-body v1.0.1
16692026-07-20T18:36:32.667Z Compiling thiserror v1.0.69
16702026-07-20T18:36:32.680Z Compiling aws-lc-sys v0.41.0
16712026-07-20T18:36:32.772Z Compiling oxnet v0.1.6
16722026-07-20T18:36:32.806Z Compiling atomic-waker v1.1.2
16732026-07-20T18:36:32.891Z Compiling untrusted v0.7.1
16742026-07-20T18:36:32.939Z Compiling httparse v1.10.1
16752026-07-20T18:36:32.975Z Compiling untrusted v0.9.0
16762026-07-20T18:36:33.026Z Compiling tower-service v0.3.3
16772026-07-20T18:36:33.039Z Compiling pretty-hex v0.4.2
16782026-07-20T18:36:33.101Z Compiling rustls v0.23.40
16792026-07-20T18:36:33.115Z Compiling try-lock v0.2.5
16802026-07-20T18:36:33.164Z Compiling aws-lc-rs v1.17.0
16812026-07-20T18:36:33.224Z Compiling ryu v1.0.23
16822026-07-20T18:36:33.237Z Compiling tower-layer v0.3.3
16832026-07-20T18:36:33.248Z Compiling want v0.3.1
16842026-07-20T18:36:33.286Z Compiling rustix v1.1.4
16852026-07-20T18:36:33.350Z Compiling plain v0.2.3
16862026-07-20T18:36:33.397Z Compiling httpdate v1.0.3
16872026-07-20T18:36:33.410Z Compiling omicron-workspace-hack v0.1.0
16882026-07-20T18:36:33.410Z Compiling getrandom v0.3.4
16892026-07-20T18:36:33.457Z Compiling ucd-trie v0.1.7
16902026-07-20T18:36:33.483Z Compiling regex-syntax v0.8.10
16912026-07-20T18:36:33.603Z Compiling pest v2.8.6
16922026-07-20T18:36:33.646Z Compiling rand_core v0.9.5
16932026-07-20T18:36:33.758Z Compiling crossbeam-utils v0.8.21
16942026-07-20T18:36:33.868Z Compiling tokio-util v0.7.18
16952026-07-20T18:36:34.286Z Compiling rustls-webpki v0.103.13
16962026-07-20T18:36:34.544Z Compiling h2 v0.4.14
16972026-07-20T18:36:34.584Z Compiling serde_urlencoded v0.7.1
16982026-07-20T18:36:34.595Z Compiling http-body-util v0.1.4
16992026-07-20T18:36:34.865Z Compiling newtype-uuid v1.3.2
17002026-07-20T18:36:34.901Z Compiling allocator-api2 v0.2.21
17012026-07-20T18:36:35.214Z Compiling foldhash v0.2.0
17022026-07-20T18:36:35.237Z Compiling hex v0.4.3
17032026-07-20T18:36:35.251Z Compiling daft v0.1.7
17042026-07-20T18:36:35.491Z Compiling hashbrown v0.16.1
17052026-07-20T18:36:35.530Z Compiling rand_chacha v0.9.0
17062026-07-20T18:36:35.548Z Compiling fastrand v2.4.1
17072026-07-20T18:36:35.825Z Compiling rand v0.9.4
17082026-07-20T18:36:35.927Z Compiling sync_wrapper v1.0.2
17092026-07-20T18:36:36.030Z Compiling tower v0.5.3
17102026-07-20T18:36:36.043Z Compiling generic-array v0.14.7
17112026-07-20T18:36:36.091Z Compiling anyhow v1.0.104
17122026-07-20T18:36:36.108Z Compiling aho-corasick v1.1.4
17132026-07-20T18:36:36.151Z Compiling powerfmt v0.2.0
17142026-07-20T18:36:36.368Z Compiling deranged v0.5.8
17152026-07-20T18:36:36.450Z Compiling tower-http v0.6.11
17162026-07-20T18:36:36.484Z Compiling tempfile v3.27.0
17172026-07-20T18:36:36.516Z Compiling camino v1.2.4
17182026-07-20T18:36:36.564Z Compiling futures-executor v0.3.32
17192026-07-20T18:36:36.843Z Compiling hyper v1.10.1
17202026-07-20T18:36:36.888Z Compiling openapiv3 v2.2.0
17212026-07-20T18:36:36.891Z Compiling openssl-probe v0.2.1
17222026-07-20T18:36:36.942Z Compiling regex-automata v0.4.14
17232026-07-20T18:36:37.088Z Compiling num-conv v0.2.2
17242026-07-20T18:36:37.247Z Compiling num_threads v0.1.7
17252026-07-20T18:36:37.355Z Compiling time-core v0.1.8
17262026-07-20T18:36:37.368Z Compiling cpufeatures v0.3.0
17272026-07-20T18:36:37.449Z Compiling rustls-native-certs v0.8.4
17282026-07-20T18:36:37.508Z Compiling time v0.3.47
17292026-07-20T18:36:37.597Z Compiling futures v0.3.32
17302026-07-20T18:36:37.684Z Compiling scroll v0.13.0
17312026-07-20T18:36:37.783Z Compiling tokio-rustls v0.26.4
17322026-07-20T18:36:37.967Z Compiling hyper-util v0.1.20
17332026-07-20T18:36:37.992Z Compiling hybrid-array v0.4.12
17342026-07-20T18:36:38.058Z Compiling adler2 v2.0.1
17352026-07-20T18:36:38.204Z Compiling winnow v1.0.3
17362026-07-20T18:36:38.466Z Compiling simd-adler32 v0.3.9
17372026-07-20T18:36:38.501Z Compiling goblin v0.10.7
17382026-07-20T18:36:38.513Z Compiling rustls-platform-verifier v0.7.0
17392026-07-20T18:36:38.678Z Compiling miniz_oxide v0.8.9
17402026-07-20T18:36:38.750Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-07-20T18:36:39.216Z Compiling hyper-rustls v0.27.9
17422026-07-20T18:36:39.248Z Compiling crossbeam-channel v0.5.15
17432026-07-20T18:36:39.313Z Compiling crc32fast v1.5.0
17442026-07-20T18:36:39.338Z Compiling regex v1.12.3
17452026-07-20T18:36:39.514Z Compiling flate2 v1.1.9
17462026-07-20T18:36:39.527Z Compiling reqwest v0.13.4
17472026-07-20T18:36:39.658Z Compiling block-buffer v0.12.0
17482026-07-20T18:36:39.745Z Compiling crypto-common v0.2.2
17492026-07-20T18:36:39.804Z Compiling crypto-common v0.1.7
17502026-07-20T18:36:39.825Z Compiling dtrace-parser v0.3.0
17512026-07-20T18:36:39.945Z Compiling rand_chacha v0.3.1
17522026-07-20T18:36:39.948Z Compiling thread-id v5.1.0
17532026-07-20T18:36:40.046Z Compiling thread_local v1.1.9
17542026-07-20T18:36:40.184Z Compiling debug-ignore v1.0.5
17552026-07-20T18:36:40.313Z Compiling match_cfg v0.1.0
17562026-07-20T18:36:40.318Z Compiling compression-core v0.4.32
17572026-07-20T18:36:40.356Z Compiling const-oid v0.10.2
17582026-07-20T18:36:40.387Z Compiling hostname v0.3.1
17592026-07-20T18:36:40.495Z Compiling compression-codecs v0.4.38
17602026-07-20T18:36:40.536Z Compiling rand v0.8.6
17612026-07-20T18:36:40.564Z Compiling digest v0.11.3
17622026-07-20T18:36:40.625Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-07-20T18:36:40.648Z Compiling slog-json v2.6.1
17642026-07-20T18:36:40.667Z Compiling ref-cast v1.0.25
17652026-07-20T18:36:40.737Z Compiling strum v0.26.3
17662026-07-20T18:36:40.757Z Compiling macaddr v1.0.1
17672026-07-20T18:36:40.771Z Compiling toml_datetime v1.1.1+spec-1.1.0
17682026-07-20T18:36:40.858Z Compiling serde_spanned v1.1.1
17692026-07-20T18:36:40.875Z Compiling is-terminal v0.4.17
17702026-07-20T18:36:40.979Z Compiling wait-timeout v0.2.1
17712026-07-20T18:36:40.992Z Compiling memmap2 v0.9.10
17722026-07-20T18:36:41.013Z Compiling encoding_rs v0.8.35
17732026-07-20T18:36:41.090Z Compiling toml_writer v1.1.1+spec-1.1.0
17742026-07-20T18:36:41.204Z Compiling either v1.16.0
17752026-07-20T18:36:41.217Z Compiling spin v0.9.8
17762026-07-20T18:36:41.285Z Compiling take_mut v0.2.2
17772026-07-20T18:36:41.297Z Compiling mime v0.3.17
17782026-07-20T18:36:41.313Z Compiling bit-vec v0.8.0
17792026-07-20T18:36:41.336Z Compiling term v1.2.1
17802026-07-20T18:36:41.398Z Compiling dof v0.4.0
17812026-07-20T18:36:41.423Z Compiling quick-error v1.2.3
17822026-07-20T18:36:41.536Z Compiling rusty-fork v0.3.1
17832026-07-20T18:36:41.561Z Compiling bit-set v0.8.0
17842026-07-20T18:36:41.579Z Compiling slog-async v2.8.0
17852026-07-20T18:36:41.732Z Compiling slog-term v2.9.2
17862026-07-20T18:36:41.890Z Compiling toml v1.1.2+spec-1.1.0
17872026-07-20T18:36:42.020Z Compiling multer v3.1.0
17882026-07-20T18:36:42.087Z Compiling slog-bunyan v2.5.0
17892026-07-20T18:36:42.237Z Compiling usdt-impl v0.6.0
17902026-07-20T18:36:42.312Z Compiling sha1 v0.11.0
17912026-07-20T18:36:42.520Z Compiling async-compression v0.4.42
17922026-07-20T18:36:42.571Z Compiling usdt v0.6.0
17932026-07-20T18:36:42.723Z Compiling serde_with v3.21.0
17942026-07-20T18:36:42.742Z Compiling async-stream v0.3.6
17952026-07-20T18:36:42.849Z Compiling rand_xorshift v0.4.0
17962026-07-20T18:36:42.875Z Compiling waitgroup v0.1.2
17972026-07-20T18:36:42.892Z Compiling rustls-pemfile v2.2.0
17982026-07-20T18:36:42.928Z Compiling serde_path_to_error v0.1.20
17992026-07-20T18:36:43.001Z Compiling hostname v0.4.2
18002026-07-20T18:36:43.001Z Compiling unarray v0.1.4
18012026-07-20T18:36:43.102Z Compiling proptest v1.11.0
18022026-07-20T18:36:43.128Z Compiling strum v0.27.2
18032026-07-20T18:36:43.148Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-07-20T18:36:43.266Z Compiling dropshot v0.17.1
18052026-07-20T18:36:43.287Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18062026-07-20T18:36:43.298Z Compiling progenitor-client v0.14.0
18072026-07-20T18:36:43.311Z Compiling iddqd v0.4.5
18082026-07-20T18:36:43.334Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-20T18:36:43.392Z Compiling reqwest v0.12.28
18102026-07-20T18:36:43.467Z Compiling block-buffer v0.10.4
18112026-07-20T18:36:43.582Z Compiling backon v1.6.0
18122026-07-20T18:36:43.595Z Compiling instant v0.1.13
18132026-07-20T18:36:43.621Z Compiling digest v0.10.7
18142026-07-20T18:36:43.703Z Compiling backoff v0.4.0
18152026-07-20T18:36:43.789Z Compiling progenitor-extras v0.2.0
18162026-07-20T18:36:43.842Z Compiling itertools v0.14.0
18172026-07-20T18:36:43.924Z Compiling parse-display v0.10.0
18182026-07-20T18:36:44.028Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18192026-07-20T18:36:44.249Z Compiling regress v0.10.5
18202026-07-20T18:36:44.540Z Compiling progenitor-client v0.10.0
18212026-07-20T18:36:44.551Z Compiling humantime v2.3.0
18222026-07-20T18:36:44.841Z Compiling cpufeatures v0.2.17
18232026-07-20T18:36:44.905Z Compiling unicode-width v0.2.2
18242026-07-20T18:36:44.919Z Compiling secrecy v0.10.3
18252026-07-20T18:36:45.084Z Compiling tinyvec_macros v0.1.1
18262026-07-20T18:36:45.097Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18272026-07-20T18:36:45.159Z Compiling heck v0.5.0
18282026-07-20T18:36:45.198Z Compiling tinyvec v1.11.0
18292026-07-20T18:36:45.212Z Compiling num-integer v0.1.46
18302026-07-20T18:36:45.415Z Compiling scroll v0.12.0
18312026-07-20T18:36:45.565Z Compiling crucible-workspace-hack v0.1.0
18322026-07-20T18:36:45.596Z Compiling hmac v0.12.1
18332026-07-20T18:36:45.643Z Compiling inout v0.1.4
18342026-07-20T18:36:45.714Z Compiling ff v0.13.1
18352026-07-20T18:36:45.728Z Compiling utf8parse v0.2.2
18362026-07-20T18:36:45.744Z Compiling hkdf v0.12.4
18372026-07-20T18:36:45.794Z Compiling cipher v0.4.4
18382026-07-20T18:36:45.843Z Compiling anstyle-parse v1.0.0
18392026-07-20T18:36:45.854Z Compiling group v0.13.0
18402026-07-20T18:36:45.907Z Compiling goblin v0.8.2
18412026-07-20T18:36:45.970Z Compiling num-iter v0.1.45
18422026-07-20T18:36:46.024Z Compiling num-rational v0.4.2
18432026-07-20T18:36:46.099Z Compiling zerocopy v0.7.35
18442026-07-20T18:36:46.255Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-20T18:36:46.377Z Compiling universal-hash v0.5.1
18462026-07-20T18:36:46.515Z Compiling crypto-bigint v0.5.5
18472026-07-20T18:36:46.589Z Compiling regress v0.11.1
18482026-07-20T18:36:46.683Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-20T18:36:46.759Z Compiling terminal_size v0.4.4
18502026-07-20T18:36:46.915Z Compiling half v2.7.1
18512026-07-20T18:36:47.042Z Compiling num-complex v0.4.6
18522026-07-20T18:36:47.226Z Compiling is_terminal_polyfill v1.70.2
18532026-07-20T18:36:47.328Z Compiling anstyle-query v1.1.5
18542026-07-20T18:36:47.441Z Compiling ciborium-io v0.2.2
18552026-07-20T18:36:47.452Z Compiling base64ct v1.8.3
18562026-07-20T18:36:47.544Z Compiling opaque-debug v0.3.1
18572026-07-20T18:36:47.623Z Compiling base16ct v0.2.0
18582026-07-20T18:36:47.686Z Compiling colorchoice v1.0.5
18592026-07-20T18:36:47.718Z Compiling anstyle v1.0.14
18602026-07-20T18:36:47.759Z Compiling elliptic-curve v0.13.8
18612026-07-20T18:36:47.789Z Compiling password-hash v0.5.0
18622026-07-20T18:36:47.808Z Compiling poly1305 v0.8.0
18632026-07-20T18:36:47.956Z Compiling anstream v1.0.0
18642026-07-20T18:36:48.229Z Compiling typify-impl v0.6.2
18652026-07-20T18:36:48.230Z Compiling dof v0.3.0
18662026-07-20T18:36:48.290Z Compiling ciborium-ll v0.2.2
18672026-07-20T18:36:48.448Z Compiling num v0.4.3
18682026-07-20T18:36:48.531Z Compiling curve25519-dalek v4.1.3
18692026-07-20T18:36:49.030Z Compiling thiserror-no-std v2.0.2
18702026-07-20T18:36:49.128Z Compiling chacha20 v0.9.1
18712026-07-20T18:36:49.187Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18722026-07-20T18:36:49.506Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-20T18:36:49.520Z Compiling blake2 v0.10.6
18742026-07-20T18:36:49.678Z Compiling aead v0.5.2
18752026-07-20T18:36:49.798Z Compiling byte-wrapper v0.1.0
18762026-07-20T18:36:49.812Z Compiling dtrace-parser v0.2.0
18772026-07-20T18:36:49.847Z Compiling crossbeam-epoch v0.9.18
18782026-07-20T18:36:49.913Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-20T18:36:49.989Z Compiling thread-id v4.2.2
18802026-07-20T18:36:50.081Z Compiling keccak v0.1.6
18812026-07-20T18:36:50.166Z Compiling float-ord v0.3.2
18822026-07-20T18:36:50.169Z Compiling clap_lex v1.1.0
18832026-07-20T18:36:50.194Z Compiling strsim v0.11.1
18842026-07-20T18:36:50.229Z Compiling sha3 v0.10.9
18852026-07-20T18:36:50.290Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18862026-07-20T18:36:50.325Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-20T18:36:50.426Z Compiling clap_builder v4.6.2
18882026-07-20T18:36:50.559Z Compiling usdt-impl v0.5.0
18892026-07-20T18:36:50.652Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-20T18:36:51.249Z Compiling typify v0.6.2
18912026-07-20T18:36:51.369Z Compiling chacha20poly1305 v0.10.1
18922026-07-20T18:36:51.519Z Compiling argon2 v0.5.3
18932026-07-20T18:36:51.777Z Compiling vsss-rs v3.3.4
18942026-07-20T18:36:52.023Z Compiling ciborium v0.2.2
18952026-07-20T18:36:52.038Z Compiling hash32 v0.3.1
18962026-07-20T18:36:52.207Z Compiling memmap v0.7.0
18972026-07-20T18:36:52.402Z Compiling data-encoding v2.11.0
18982026-07-20T18:36:52.593Z Compiling indent_write v2.2.0
18992026-07-20T18:36:52.621Z Compiling usdt v0.5.0
19002026-07-20T18:36:52.738Z Compiling heapless v0.8.0
19012026-07-20T18:36:52.905Z Compiling clap v4.6.2
19022026-07-20T18:36:52.952Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-20T18:36:52.992Z Compiling ingot-types v0.1.2
19042026-07-20T18:36:53.066Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19052026-07-20T18:36:53.168Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-20T18:36:53.181Z Compiling rustix v0.38.44
19072026-07-20T18:36:53.244Z Compiling tabwriter v1.4.1
19082026-07-20T18:36:53.420Z Compiling cobs v0.3.0
19092026-07-20T18:36:53.434Z Compiling bitflags v1.3.2
19102026-07-20T18:36:53.492Z Compiling managed v0.8.0
19112026-07-20T18:36:53.514Z Compiling ingot v0.1.1
19122026-07-20T18:36:53.718Z Compiling smoltcp v0.11.0
19132026-07-20T18:36:53.749Z Compiling postcard v1.1.3
19142026-07-20T18:36:53.858Z Compiling memoffset v0.9.1
19152026-07-20T18:36:53.951Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-20T18:36:54.088Z Compiling toml_datetime v0.6.11
19172026-07-20T18:36:54.100Z Compiling serde_spanned v0.6.9
19182026-07-20T18:36:54.210Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19192026-07-20T18:36:54.254Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-20T18:36:54.369Z Compiling winnow v0.7.15
19212026-07-20T18:36:54.526Z Compiling linked-hash-map v0.5.6
19222026-07-20T18:36:54.722Z Compiling toml_write v0.1.2
19232026-07-20T18:36:54.938Z Compiling swrite v0.1.0
19242026-07-20T18:36:55.044Z Compiling colored v3.1.1
19252026-07-20T18:36:55.294Z Compiling resolv-conf v0.7.6
19262026-07-20T18:36:55.394Z Compiling foreign-types-shared v0.3.1
19272026-07-20T18:36:55.437Z Compiling static_assertions v1.1.0
19282026-07-20T18:36:55.522Z Compiling unicode-segmentation v1.13.3
19292026-07-20T18:36:55.545Z Compiling foreign-types v0.5.0
19302026-07-20T18:36:55.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19312026-07-20T18:36:55.648Z Compiling lru-cache v0.1.2
19322026-07-20T18:36:55.715Z Compiling hubpack v0.1.2
19332026-07-20T18:36:55.782Z Compiling toml_edit v0.22.27
19342026-07-20T18:36:55.945Z Compiling newline-converter v0.3.0
19352026-07-20T18:36:55.959Z Compiling nix v0.31.3
19362026-07-20T18:36:55.979Z Compiling num_enum v0.7.6
19372026-07-20T18:36:56.068Z Compiling atomicwrites v0.4.4
19382026-07-20T18:36:56.105Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19392026-07-20T18:36:56.233Z Compiling hickory-proto v0.24.4
19402026-07-20T18:36:56.267Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412026-07-20T18:36:56.392Z Compiling crossbeam-deque v0.8.6
19422026-07-20T18:36:56.527Z Compiling console v0.15.11
19432026-07-20T18:36:56.596Z Compiling chacha20 v0.10.0
19442026-07-20T18:36:56.788Z Compiling camino-tempfile v1.4.1
19452026-07-20T18:36:56.866Z Compiling serde-big-array v0.5.1
19462026-07-20T18:36:57.020Z Compiling cstr-argument v0.1.2
19472026-07-20T18:36:57.035Z Compiling similar v2.7.0
19482026-07-20T18:36:57.171Z Compiling siphasher v1.0.3
19492026-07-20T18:36:57.185Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19502026-07-20T18:36:57.378Z Compiling phf_shared v0.12.1
19512026-07-20T18:36:57.453Z Compiling expectorate v1.2.0
19522026-07-20T18:36:57.561Z Compiling toml v0.8.23
19532026-07-20T18:36:57.611Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19542026-07-20T18:36:57.930Z Compiling pin-project v1.1.13
19552026-07-20T18:36:58.040Z Compiling hickory-resolver v0.24.4
19562026-07-20T18:36:58.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19572026-07-20T18:36:58.211Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19582026-07-20T18:36:58.345Z Compiling rand v0.10.2
19592026-07-20T18:36:58.685Z Compiling rayon-core v1.13.0
19602026-07-20T18:36:58.984Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19612026-07-20T18:36:59.022Z Compiling num_enum v0.5.11
19622026-07-20T18:36:59.146Z Compiling progenitor-impl v0.13.0
19632026-07-20T18:36:59.194Z Compiling prettyplease v0.2.37
19642026-07-20T18:36:59.342Z Compiling unicode-normalization v0.1.25
19652026-07-20T18:36:59.685Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-07-20T18:36:59.828Z Compiling progenitor-client v0.13.0
19672026-07-20T18:37:00.139Z Compiling tokio-stream v0.1.18
19682026-07-20T18:37:00.210Z Compiling bstr v1.12.1
19692026-07-20T18:37:00.403Z Compiling csv-core v0.1.13
19702026-07-20T18:37:00.526Z Compiling foldhash v0.1.5
19712026-07-20T18:37:00.672Z Compiling same-file v1.0.6
19722026-07-20T18:37:00.685Z Compiling unicode-width v0.1.14
19732026-07-20T18:37:00.714Z Compiling foreign-types-shared v0.1.1
19742026-07-20T18:37:00.739Z Compiling highway v1.3.0
19752026-07-20T18:37:00.815Z Compiling konst_macro_rules v0.2.19
19762026-07-20T18:37:00.854Z Compiling foreign-types v0.3.2
19772026-07-20T18:37:00.894Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-07-20T18:37:00.931Z Compiling walkdir v2.5.0
19792026-07-20T18:37:00.973Z Compiling konst v0.2.20
19802026-07-20T18:37:01.001Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-07-20T18:37:01.028Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-07-20T18:37:01.149Z Compiling hashbrown v0.15.5
19832026-07-20T18:37:01.216Z Compiling globset v0.4.18
19842026-07-20T18:37:01.281Z Compiling csv v1.4.0
19852026-07-20T18:37:01.695Z Compiling qorb v0.4.1
19862026-07-20T18:37:01.841Z Compiling progenitor v0.13.0
19872026-07-20T18:37:01.988Z Compiling snafu v0.8.9
19882026-07-20T18:37:02.347Z Compiling olpc-cjson v0.1.4
19892026-07-20T18:37:02.379Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19902026-07-20T18:37:02.525Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-07-20T18:37:02.710Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19922026-07-20T18:37:03.042Z Compiling rayon v1.12.0
19932026-07-20T18:37:03.074Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19942026-07-20T18:37:03.418Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-07-20T18:37:03.774Z Compiling phf v0.12.1
19962026-07-20T18:37:03.817Z Compiling openssl-sys v0.9.116
19972026-07-20T18:37:03.937Z Compiling tokio-dtrace v0.1.1
19982026-07-20T18:37:04.216Z Compiling progenitor-impl v0.14.0
19992026-07-20T18:37:04.234Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-07-20T18:37:04.371Z Compiling itertools v0.12.1
20012026-07-20T18:37:04.467Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20022026-07-20T18:37:04.645Z Compiling libsw-core v0.3.2
20032026-07-20T18:37:04.672Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20042026-07-20T18:37:04.824Z Compiling pem v3.0.6
20052026-07-20T18:37:04.836Z Compiling serde_plain v1.0.2
20062026-07-20T18:37:05.044Z Compiling sigpipe v0.1.3
20072026-07-20T18:37:05.056Z Compiling minimal-lexical v0.2.1
20082026-07-20T18:37:05.092Z Compiling fixedbitset v0.5.7
20092026-07-20T18:37:05.136Z Compiling glob v0.3.3
20102026-07-20T18:37:05.201Z Compiling typed-path v0.9.3
20112026-07-20T18:37:05.320Z Compiling fixedbitset v0.4.2
20122026-07-20T18:37:05.424Z Compiling bytecount v0.6.9
20132026-07-20T18:37:05.584Z Compiling jiff v0.2.28
20142026-07-20T18:37:05.614Z Compiling zone v0.3.1
20152026-07-20T18:37:05.626Z Compiling petgraph v0.6.5
20162026-07-20T18:37:05.660Z Compiling papergrid v0.11.0
20172026-07-20T18:37:05.842Z Compiling progenitor v0.14.0
20182026-07-20T18:37:05.986Z Compiling petgraph v0.8.3
20192026-07-20T18:37:06.021Z Compiling nom v7.1.3
20202026-07-20T18:37:06.395Z Compiling tough v0.22.0
20212026-07-20T18:37:06.611Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-07-20T18:37:06.817Z Compiling openssl v0.10.80
20232026-07-20T18:37:07.173Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20242026-07-20T18:37:07.335Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-07-20T18:37:07.399Z Compiling libsw v3.5.0
20262026-07-20T18:37:07.501Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-07-20T18:37:07.575Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20282026-07-20T18:37:07.740Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20292026-07-20T18:37:07.809Z Compiling oxide-tokio-rt v0.1.6
20302026-07-20T18:37:07.823Z Compiling chrono-tz v0.10.4
20312026-07-20T18:37:08.117Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20322026-07-20T18:37:08.440Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-07-20T18:37:08.469Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-07-20T18:37:08.646Z Compiling newtype_derive v0.1.6
20352026-07-20T18:37:08.731Z Compiling slog-dtrace v0.3.0
20362026-07-20T18:37:08.786Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-07-20T18:37:09.051Z Compiling const_format v0.2.36
20382026-07-20T18:37:09.123Z Compiling cancel-safe-futures v0.1.5
20392026-07-20T18:37:09.393Z Compiling owo-colors v4.3.0
20402026-07-20T18:37:09.435Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20412026-07-20T18:37:09.609Z Compiling gethostname v0.5.0
20422026-07-20T18:37:09.741Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20432026-07-20T18:37:09.832Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-20T18:37:10.142Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-20T18:37:10.155Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-07-20T18:37:10.156Z Compiling smf v0.2.3
20472026-07-20T18:37:10.156Z Compiling bcs v0.1.6
20482026-07-20T18:37:10.186Z Compiling unicode-linebreak v0.1.5
20492026-07-20T18:37:10.453Z Compiling termtree v0.5.1
20502026-07-20T18:37:10.472Z Compiling whoami v1.6.1
20512026-07-20T18:37:10.507Z Compiling tagptr v0.2.0
20522026-07-20T18:37:10.533Z Compiling linear-map v1.2.0
20532026-07-20T18:37:10.634Z Compiling smawk v0.3.2
20542026-07-20T18:37:10.659Z Compiling lazy_static v1.5.0
20552026-07-20T18:37:10.689Z Compiling moka v0.12.15
20562026-07-20T18:37:10.726Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-20T18:37:10.766Z Compiling textwrap v0.16.2
20582026-07-20T18:37:10.782Z Compiling steno v0.4.1
20592026-07-20T18:37:10.809Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-20T18:37:11.082Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-20T18:37:11.288Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-20T18:37:11.501Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-20T18:37:12.046Z Compiling tabled v0.15.0
20642026-07-20T18:37:12.451Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-07-20T18:37:12.540Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-07-20T18:37:12.739Z Compiling cookie v0.18.1
20672026-07-20T18:37:13.363Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-20T18:37:13.727Z Compiling hickory-proto v0.25.2
20692026-07-20T18:37:13.922Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20702026-07-20T18:37:14.222Z Compiling libscf-sys v1.2.0
20712026-07-20T18:37:14.277Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-20T18:37:14.378Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20732026-07-20T18:37:14.710Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20742026-07-20T18:37:14.751Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20752026-07-20T18:37:14.909Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20762026-07-20T18:37:15.652Z Compiling hickory-resolver v0.25.2
20772026-07-20T18:37:16.435Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-07-20T18:37:20.712Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-07-20T18:37:28.328Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20802026-07-20T18:37:29.942Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-07-20T18:37:30.947Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20822026-07-20T18:37:32.302Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20832026-07-20T18:37:33.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20842026-07-20T18:37:33.554Z Running `target/debug/xtask openapi check`
20852026-07-20T18:37:34.022Z Compiling serde_core v1.0.228
20862026-07-20T18:37:34.026Z Compiling serde v1.0.228
20872026-07-20T18:37:34.026Z Compiling serde_json v1.0.150
20882026-07-20T18:37:34.097Z Compiling syn v2.0.117
20892026-07-20T18:37:34.102Z Compiling bytes v1.11.1
20902026-07-20T18:37:34.111Z Compiling getrandom v0.4.2
20912026-07-20T18:37:34.114Z Compiling zerocopy v0.8.50
20922026-07-20T18:37:34.117Z Compiling once_cell v1.21.4
20932026-07-20T18:37:35.730Z Compiling num-traits v0.2.19
20942026-07-20T18:37:35.763Z Compiling zeroize v1.8.2
20952026-07-20T18:37:35.763Z Compiling http v1.4.2
20962026-07-20T18:37:35.763Z Compiling schemars v0.8.22
20972026-07-20T18:37:35.763Z Compiling aws-lc-rs v1.17.0
20982026-07-20T18:37:35.763Z Compiling usdt-impl v0.6.0
20992026-07-20T18:37:35.764Z Compiling time-macros v0.2.27
21002026-07-20T18:37:35.775Z Compiling rustls-pki-types v1.14.1
21012026-07-20T18:37:35.775Z Compiling tracing-core v0.1.36
21022026-07-20T18:37:35.776Z Compiling bitflags v2.12.1
21032026-07-20T18:37:35.776Z Compiling tracing v0.1.44
21042026-07-20T18:37:35.776Z Compiling http-body v1.0.1
21052026-07-20T18:37:35.776Z Compiling generic-array v0.14.7
21062026-07-20T18:37:35.776Z Compiling indexmap v2.14.0
21072026-07-20T18:37:35.776Z Compiling rustls v0.23.40
21082026-07-20T18:37:35.776Z Compiling rustix v1.1.4
21092026-07-20T18:37:35.803Z Compiling time v0.3.47
21102026-07-20T18:37:35.941Z Compiling winnow v1.0.3
21112026-07-20T18:37:36.337Z Compiling uuid v1.24.0
21122026-07-20T18:37:36.778Z Compiling pest_generator v2.8.6
21132026-07-20T18:37:36.892Z Compiling serde_derive_internals v0.29.1
21142026-07-20T18:37:36.894Z Compiling camino v1.2.4
21152026-07-20T18:37:36.925Z Compiling rustls-webpki v0.103.13
21162026-07-20T18:37:36.983Z Compiling subtle v2.6.1
21172026-07-20T18:37:37.143Z Compiling toml_datetime v1.1.1+spec-1.1.0
21182026-07-20T18:37:37.266Z Compiling toml_parser v1.1.2+spec-1.1.0
21192026-07-20T18:37:37.316Z Compiling toml_edit v0.25.12+spec-1.1.0
21202026-07-20T18:37:37.370Z Compiling serde_spanned v1.1.1
21212026-07-20T18:37:37.640Z Compiling rustix v0.38.44
21222026-07-20T18:37:37.692Z Compiling semver v1.0.28
21232026-07-20T18:37:37.912Z Compiling serde_derive v1.0.228
21242026-07-20T18:37:37.924Z Compiling zerocopy-derive v0.8.50
21252026-07-20T18:37:38.012Z Compiling pest_derive v2.8.6
21262026-07-20T18:37:38.014Z Compiling tokio-macros v2.7.0
21272026-07-20T18:37:38.029Z Compiling futures-macro v0.3.32
21282026-07-20T18:37:38.157Z Compiling schemars_derive v0.8.22
21292026-07-20T18:37:38.239Z Compiling scroll_derive v0.13.1
21302026-07-20T18:37:38.548Z Compiling dtrace-parser v0.3.0
21312026-07-20T18:37:38.779Z Compiling tokio v1.53.0
21322026-07-20T18:37:38.872Z Compiling futures-util v0.3.32
21332026-07-20T18:37:39.091Z Compiling scroll v0.13.0
21342026-07-20T18:37:39.385Z Compiling goblin v0.10.7
21352026-07-20T18:37:39.962Z Compiling async-stream-impl v0.3.6
21362026-07-20T18:37:41.139Z Compiling erased-serde v0.3.31
21372026-07-20T18:37:41.182Z Compiling chrono v0.4.45
21382026-07-20T18:37:41.287Z Compiling serde_tokenstream v0.2.3
21392026-07-20T18:37:41.591Z Compiling slog v2.8.2
21402026-07-20T18:37:41.649Z Compiling openapiv3 v2.2.0
21412026-07-20T18:37:42.002Z Compiling slog-json v2.6.1
21422026-07-20T18:37:42.216Z Compiling dof v0.4.0
21432026-07-20T18:37:42.700Z Compiling tokio-util v0.7.18
21442026-07-20T18:37:43.053Z Compiling futures-executor v0.3.32
21452026-07-20T18:37:43.239Z Compiling h2 v0.4.14
21462026-07-20T18:37:43.330Z Compiling oxnet v0.1.6
21472026-07-20T18:37:43.480Z Compiling usdt-attr-macro v0.6.0
21482026-07-20T18:37:43.674Z Compiling usdt-macro v0.6.0
21492026-07-20T18:37:43.686Z Compiling futures v0.3.32
21502026-07-20T18:37:43.768Z Compiling tokio-rustls v0.26.4
21512026-07-20T18:37:43.803Z Compiling async-compression v0.4.42
21522026-07-20T18:37:44.000Z Compiling slog-bunyan v2.5.0
21532026-07-20T18:37:44.032Z Compiling slog-term v2.9.2
21542026-07-20T18:37:44.120Z Compiling slog-async v2.8.0
21552026-07-20T18:37:44.141Z Compiling dropshot_endpoint v0.17.1
21562026-07-20T18:37:44.187Z Compiling serde_urlencoded v0.7.1
21572026-07-20T18:37:44.244Z Compiling multer v3.1.0
21582026-07-20T18:37:44.393Z Compiling usdt v0.6.0
21592026-07-20T18:37:44.438Z Compiling async-stream v0.3.6
21602026-07-20T18:37:44.619Z Compiling async-trait v0.1.89
21612026-07-20T18:37:44.619Z Compiling toml v1.1.2+spec-1.1.0
21622026-07-20T18:37:44.670Z Compiling proc-macro-crate v3.5.0
21632026-07-20T18:37:44.686Z Compiling serde_path_to_error v0.1.20
21642026-07-20T18:37:44.738Z Compiling http-body-util v0.1.4
21652026-07-20T18:37:44.843Z Compiling rustls-pemfile v2.2.0
21662026-07-20T18:37:44.997Z Compiling crossbeam-epoch v0.9.18
21672026-07-20T18:37:45.038Z Compiling aho-corasick v1.1.4
21682026-07-20T18:37:45.050Z Compiling tempfile v3.27.0
21692026-07-20T18:37:45.095Z Compiling num_enum_derive v0.7.6
21702026-07-20T18:37:45.341Z Compiling hyper v1.10.1
21712026-07-20T18:37:45.446Z Compiling crossbeam-deque v0.8.6
21722026-07-20T18:37:45.663Z Compiling crypto-common v0.1.7
21732026-07-20T18:37:45.796Z Compiling block-buffer v0.10.4
21742026-07-20T18:37:45.845Z Compiling dropshot-api-manager-types v0.7.2
21752026-07-20T18:37:45.943Z Compiling regex-automata v0.4.14
21762026-07-20T18:37:46.091Z Compiling git-stub v1.0.0
21772026-07-20T18:37:46.209Z Compiling clap_builder v4.6.2
21782026-07-20T18:37:46.256Z Compiling num_enum v0.7.6
21792026-07-20T18:37:46.306Z Compiling digest v0.10.7
21802026-07-20T18:37:46.337Z Compiling atomicwrites v0.4.4
21812026-07-20T18:37:46.367Z Compiling fs-err v3.3.0
21822026-07-20T18:37:46.506Z Compiling hyper-util v0.1.20
21832026-07-20T18:37:46.529Z Compiling rayon-core v1.13.0
21842026-07-20T18:37:46.548Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21852026-07-20T18:37:46.678Z Compiling clap_derive v4.6.1
21862026-07-20T18:37:46.995Z Compiling terminal_size v0.4.4
21872026-07-20T18:37:47.103Z Compiling nom v8.0.0
21882026-07-20T18:37:47.138Z Compiling bstr v1.12.1
21892026-07-20T18:37:47.263Z Compiling is_ci v1.2.0
21902026-07-20T18:37:47.412Z Compiling either v1.16.0
21912026-07-20T18:37:47.432Z Compiling textwrap v0.16.2
21922026-07-20T18:37:47.520Z Compiling similar v2.7.0
21932026-07-20T18:37:47.605Z Compiling rayon v1.12.0
21942026-07-20T18:37:47.935Z Compiling dropshot v0.17.1
21952026-07-20T18:37:48.192Z Compiling regex v1.12.3
21962026-07-20T18:37:48.386Z Compiling clap v4.6.2
21972026-07-20T18:37:48.427Z Compiling supports-color v3.0.2
21982026-07-20T18:37:48.469Z Compiling sha2 v0.10.9
21992026-07-20T18:37:48.602Z Compiling drift v0.2.0
22002026-07-20T18:37:48.659Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22012026-07-20T18:37:48.858Z Compiling git-stub-vcs v0.1.0
22022026-07-20T18:37:49.116Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-07-20T18:37:49.248Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22042026-07-20T18:37:50.678Z Compiling dropshot-api-manager v0.7.2
22052026-07-20T18:37:50.678Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22062026-07-20T18:37:54.528Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22072026-07-20T18:37:55.790Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22082026-07-20T18:38:02.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.01s
22092026-07-20T18:38:02.694Z Running `target/debug/maghemite-dropshot-apis check`
22102026-07-20T18:38:02.725Z -------
22112026-07-20T18:38:02.725Z Generating OpenAPI documents from API definitions ...
22122026-07-20T18:38:02.796Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22132026-07-20T18:38:02.832Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22142026-07-20T18:38:02.977Z -------
22152026-07-20T18:38:02.977Z Checking 14 OpenAPI documents...
22162026-07-20T18:38:02.977Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22172026-07-20T18:38:02.977Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22182026-07-20T18:38:02.977Z Fresh ddm-admin "latest" symlink
22192026-07-20T18:38:02.977Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22202026-07-20T18:38:02.981Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22212026-07-20T18:38:02.981Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22222026-07-20T18:38:02.981Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22232026-07-20T18:38:02.982Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22242026-07-20T18:38:02.982Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22252026-07-20T18:38:02.982Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22262026-07-20T18:38:02.982Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22272026-07-20T18:38:02.982Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22282026-07-20T18:38:02.982Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22292026-07-20T18:38:02.982Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22302026-07-20T18:38:02.982Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22312026-07-20T18:38:02.982Z Fresh mg-admin "latest" symlink
22322026-07-20T18:38:02.982Z -------
22332026-07-20T18:38:02.982Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22342026-07-20T18:38:03.031Z+ banner build
22352026-07-20T18:38:03.035Z
22362026-07-20T18:38:03.035Z ##### # # # # #####
22372026-07-20T18:38:03.035Z # # # # # # # #
22382026-07-20T18:38:03.035Z ##### # # # # # #
22392026-07-20T18:38:03.035Z # # # # # # # #
22402026-07-20T18:38:03.035Z # # # # # # # #
22412026-07-20T18:38:03.035Z ##### #### # ###### #####
22422026-07-20T18:38:03.035Z
22432026-07-20T18:38:03.035Z+ ptime -m cargo build
22442026-07-20T18:38:03.630Z Compiling smallvec v1.15.1
22452026-07-20T18:38:03.747Z Compiling log v0.4.32
22462026-07-20T18:38:03.764Z Compiling slog v2.8.2
22472026-07-20T18:38:03.778Z Compiling ring v0.17.14
22482026-07-20T18:38:03.799Z Compiling webpki-roots v1.0.7
22492026-07-20T18:38:03.849Z Compiling similar v2.7.0
22502026-07-20T18:38:03.883Z Compiling fxhash v0.2.1
22512026-07-20T18:38:03.888Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22522026-07-20T18:38:03.922Z Compiling icu_normalizer v2.2.0
22532026-07-20T18:38:03.954Z Compiling parking_lot_core v0.9.12
22542026-07-20T18:38:03.954Z Compiling goblin v0.10.7
22552026-07-20T18:38:04.018Z Compiling slog-async v2.8.0
22562026-07-20T18:38:04.128Z Compiling slog-term v2.9.2
22572026-07-20T18:38:04.152Z Compiling slog-json v2.6.1
22582026-07-20T18:38:04.260Z Compiling parking_lot v0.12.5
22592026-07-20T18:38:04.366Z Compiling idna_adapter v1.2.2
22602026-07-20T18:38:04.495Z Compiling idna v1.1.0
22612026-07-20T18:38:04.525Z Compiling tokio v1.53.0
22622026-07-20T18:38:04.529Z Compiling slog-bunyan v2.5.0
22632026-07-20T18:38:04.654Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-20T18:38:04.679Z Compiling goblin v0.8.2
22652026-07-20T18:38:04.695Z Compiling expectorate v1.2.0
22662026-07-20T18:38:04.749Z Compiling globset v0.4.18
22672026-07-20T18:38:04.789Z Compiling url v2.5.8
22682026-07-20T18:38:04.843Z Compiling moka v0.12.15
22692026-07-20T18:38:05.236Z Compiling rustls-webpki v0.103.13
22702026-07-20T18:38:05.566Z Compiling schemars v0.8.22
22712026-07-20T18:38:05.707Z Compiling parking_lot_core v0.8.6
22722026-07-20T18:38:05.722Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22732026-07-20T18:38:05.750Z Compiling rustls v0.23.40
22742026-07-20T18:38:06.024Z Compiling parking_lot v0.11.2
22752026-07-20T18:38:06.043Z Compiling arc-swap v1.9.1
22762026-07-20T18:38:06.207Z Compiling internet-checksum v0.2.1
22772026-07-20T18:38:06.350Z Compiling ipnetwork v0.21.1
22782026-07-20T18:38:06.353Z Compiling newtype-uuid v1.3.2
22792026-07-20T18:38:06.417Z Compiling serde_with v3.21.0
22802026-07-20T18:38:06.711Z Compiling oxnet v0.1.6
22812026-07-20T18:38:06.793Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22822026-07-20T18:38:06.935Z Compiling dof v0.4.0
22832026-07-20T18:38:07.184Z Compiling daft v0.1.7
22842026-07-20T18:38:07.467Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-07-20T18:38:07.688Z Compiling usdt-impl v0.6.0
22862026-07-20T18:38:07.975Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22872026-07-20T18:38:08.212Z Compiling usdt v0.6.0
22882026-07-20T18:38:08.240Z Compiling iddqd v0.4.5
22892026-07-20T18:38:08.369Z Compiling tokio-util v0.7.18
22902026-07-20T18:38:08.500Z Compiling tower v0.5.3
22912026-07-20T18:38:08.551Z Compiling async-compression v0.4.42
22922026-07-20T18:38:08.599Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-07-20T18:38:08.833Z Compiling tokio-rustls v0.26.4
22942026-07-20T18:38:08.857Z Compiling rustls-platform-verifier v0.7.0
22952026-07-20T18:38:08.874Z Compiling backoff v0.4.0
22962026-07-20T18:38:08.998Z Compiling h2 v0.4.14
22972026-07-20T18:38:09.097Z Compiling tower-http v0.6.11
22982026-07-20T18:38:09.097Z Compiling typify-impl v0.6.2
22992026-07-20T18:38:09.126Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-07-20T18:38:09.132Z Compiling dof v0.3.0
23012026-07-20T18:38:09.478Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-07-20T18:38:09.499Z Compiling byte-wrapper v0.1.0
23032026-07-20T18:38:09.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-07-20T18:38:09.867Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-07-20T18:38:09.879Z Compiling usdt-impl v0.5.0
23062026-07-20T18:38:09.924Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-07-20T18:38:10.104Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-07-20T18:38:10.287Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-07-20T18:38:10.611Z Compiling usdt v0.5.0
23102026-07-20T18:38:10.649Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23112026-07-20T18:38:10.889Z Compiling typify v0.6.2
23122026-07-20T18:38:10.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23132026-07-20T18:38:11.009Z Compiling progenitor-impl v0.14.0
23142026-07-20T18:38:11.442Z Compiling hyper v1.10.1
23152026-07-20T18:38:11.624Z Compiling hickory-proto v0.24.4
23162026-07-20T18:38:12.052Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23172026-07-20T18:38:12.167Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23182026-07-20T18:38:12.274Z Compiling progenitor-impl v0.13.0
23192026-07-20T18:38:12.320Z Compiling tokio-stream v0.1.18
23202026-07-20T18:38:12.806Z Compiling hyper-util v0.1.20
23212026-07-20T18:38:13.151Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-07-20T18:38:13.325Z Compiling tokio-dtrace v0.1.1
23232026-07-20T18:38:13.605Z Compiling hickory-resolver v0.24.4
23242026-07-20T18:38:13.657Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-07-20T18:38:13.666Z Compiling libsw-core v0.3.2
23262026-07-20T18:38:13.853Z Compiling zone v0.3.1
23272026-07-20T18:38:14.233Z Compiling hyper-rustls v0.27.9
23282026-07-20T18:38:14.535Z Compiling reqwest v0.13.4
23292026-07-20T18:38:14.576Z Compiling dropshot v0.17.1
23302026-07-20T18:38:14.629Z Compiling reqwest v0.12.28
23312026-07-20T18:38:14.701Z Compiling qorb v0.4.1
23322026-07-20T18:38:14.782Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23332026-07-20T18:38:15.063Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23342026-07-20T18:38:15.154Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-07-20T18:38:15.459Z Compiling libsw v3.5.0
23362026-07-20T18:38:15.675Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23372026-07-20T18:38:16.010Z Compiling progenitor-client v0.14.0
23382026-07-20T18:38:16.028Z Compiling progenitor-client v0.10.0
23392026-07-20T18:38:16.195Z Compiling progenitor-client v0.13.0
23402026-07-20T18:38:16.259Z Compiling progenitor-extras v0.2.0
23412026-07-20T18:38:16.337Z Compiling progenitor v0.14.0
23422026-07-20T18:38:16.347Z Compiling oxide-tokio-rt v0.1.6
23432026-07-20T18:38:16.483Z Compiling progenitor v0.13.0
23442026-07-20T18:38:16.511Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-07-20T18:38:16.532Z Compiling slog-dtrace v0.3.0
23462026-07-20T18:38:16.631Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23472026-07-20T18:38:16.645Z Compiling tough v0.22.0
23482026-07-20T18:38:16.669Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23492026-07-20T18:38:16.855Z Compiling cancel-safe-futures v0.1.5
23502026-07-20T18:38:16.886Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-07-20T18:38:17.170Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-07-20T18:38:17.705Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-07-20T18:38:17.943Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-07-20T18:38:18.348Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-07-20T18:38:18.432Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-07-20T18:38:18.626Z Compiling steno v0.4.1
23572026-07-20T18:38:18.815Z Compiling hickory-proto v0.25.2
23582026-07-20T18:38:18.911Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23592026-07-20T18:38:19.022Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23602026-07-20T18:38:20.038Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-07-20T18:38:20.234Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-07-20T18:38:20.714Z Compiling sled v0.34.7
23632026-07-20T18:38:20.836Z Compiling hickory-resolver v0.25.2
23642026-07-20T18:38:21.577Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23652026-07-20T18:38:21.611Z Compiling slog-scope v4.4.1
23662026-07-20T18:38:21.884Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-07-20T18:38:22.233Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-07-20T18:38:22.589Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-07-20T18:38:22.919Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-07-20T18:38:23.098Z Compiling papergrid v0.18.0
23712026-07-20T18:38:23.202Z Compiling testing_table v0.3.0
23722026-07-20T18:38:23.382Z Compiling itertools v0.15.0
23732026-07-20T18:38:23.794Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-07-20T18:38:24.077Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-07-20T18:38:24.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-07-20T18:38:24.742Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-07-20T18:38:24.966Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-07-20T18:38:24.980Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-20T18:38:24.983Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23802026-07-20T18:38:25.021Z Compiling tabled v0.21.0
23812026-07-20T18:38:25.111Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23822026-07-20T18:38:25.839Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-07-20T18:38:25.856Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-07-20T18:38:25.923Z Compiling slog-stdlog v4.1.1
23852026-07-20T18:38:26.088Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23862026-07-20T18:38:26.150Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23872026-07-20T18:38:26.180Z Compiling dropshot-api-manager-types v0.7.2
23882026-07-20T18:38:26.532Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
23892026-07-20T18:38:26.548Z Compiling slog-envlogger v2.2.0
23902026-07-20T18:38:26.577Z Compiling const-random v0.1.18
23912026-07-20T18:38:26.661Z Compiling typify-impl v0.4.3
23922026-07-20T18:38:26.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23932026-07-20T18:38:27.751Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
23942026-07-20T18:38:27.856Z Compiling crc8 v0.1.1
23952026-07-20T18:38:27.945Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
23962026-07-20T18:38:27.983Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
23972026-07-20T18:38:28.079Z Compiling ahash v0.8.12
23982026-07-20T18:38:28.191Z Compiling smartstring v1.0.1
23992026-07-20T18:38:28.327Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24002026-07-20T18:38:28.473Z Compiling typify v0.4.3
24012026-07-20T18:38:28.593Z Compiling sha1 v0.10.6
24022026-07-20T18:38:28.685Z Compiling thin-vec v0.2.18
24032026-07-20T18:38:28.840Z Compiling utf-8 v0.7.6
24042026-07-20T18:38:28.988Z Compiling tungstenite v0.21.0
24052026-07-20T18:38:29.037Z Compiling rhai v1.25.1
24062026-07-20T18:38:29.125Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24072026-07-20T18:38:29.176Z Compiling progenitor-impl v0.10.0
24082026-07-20T18:38:29.625Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24092026-07-20T18:38:29.879Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24102026-07-20T18:38:30.089Z Compiling sha2 v0.10.9
24112026-07-20T18:38:30.210Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24122026-07-20T18:38:30.531Z Compiling progenitor v0.10.0
24132026-07-20T18:38:30.689Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24142026-07-20T18:38:31.838Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-07-20T18:38:32.055Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-07-20T18:38:32.227Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24172026-07-20T18:38:32.387Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24182026-07-20T18:38:32.850Z Compiling tokio-tungstenite v0.21.0
24192026-07-20T18:38:33.118Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24202026-07-20T18:38:33.193Z Compiling lzma-sys v0.1.20
24212026-07-20T18:38:33.319Z Compiling typeid v1.0.3
24222026-07-20T18:38:33.452Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24232026-07-20T18:38:34.047Z Compiling port-file v0.1.0
24242026-07-20T18:38:34.265Z Compiling console v0.16.3
24252026-07-20T18:38:34.496Z Compiling git-stub v1.0.0
24262026-07-20T18:38:34.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
24272026-07-20T18:38:34.774Z Compiling base64 v0.21.7
24282026-07-20T18:38:34.777Z Compiling unit-prefix v0.5.2
24292026-07-20T18:38:34.900Z Compiling toml v0.9.12+spec-1.1.0
24302026-07-20T18:38:34.919Z Compiling indicatif v0.18.4
24312026-07-20T18:38:34.962Z Compiling git-stub-vcs v0.1.0
24322026-07-20T18:38:35.125Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24332026-07-20T18:38:35.328Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24342026-07-20T18:38:35.904Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
24352026-07-20T18:38:36.029Z Compiling ron v0.12.1
24362026-07-20T18:38:36.377Z Compiling xz2 v0.1.7
24372026-07-20T18:38:36.392Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24382026-07-20T18:38:36.630Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24392026-07-20T18:38:36.888Z Compiling drift v0.2.0
24402026-07-20T18:38:36.976Z Compiling base16ct v1.0.0
24412026-07-20T18:38:37.182Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24422026-07-20T18:38:37.474Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24432026-07-20T18:38:37.578Z Compiling dropshot-api-manager v0.7.2
24442026-07-20T18:38:37.878Z Compiling natord v1.0.9
24452026-07-20T18:38:38.064Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24462026-07-20T18:38:41.656Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24472026-07-20T18:38:42.699Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24482026-07-20T18:38:50.873Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24492026-07-20T18:38:52.533Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24502026-07-20T18:38:53.566Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24512026-07-20T18:38:54.504Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24522026-07-20T18:38:54.504Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24532026-07-20T18:38:54.509Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24542026-07-20T18:38:54.955Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24552026-07-20T18:38:54.955Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24562026-07-20T18:38:54.961Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24572026-07-20T18:38:55.423Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24582026-07-20T18:38:56.901Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24592026-07-20T18:38:56.902Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24602026-07-20T18:38:56.904Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24612026-07-20T18:38:57.253Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
24622026-07-20T18:39:01.670Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24632026-07-20T18:39:03.943Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24642026-07-20T18:39:03.946Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24652026-07-20T18:39:03.946Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24662026-07-20T18:39:44.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
24672026-07-20T18:39:44.831Z
24682026-07-20T18:39:44.832Zreal 1:41.358712632
24692026-07-20T18:39:44.832Zuser 7:27.330703772
24702026-07-20T18:39:44.832Zsys 1:04.498428724
24712026-07-20T18:39:44.832Ztrap 0.200165130
24722026-07-20T18:39:44.832Ztflt 0.009396406
24732026-07-20T18:39:44.832Zdflt 0.169244769
24742026-07-20T18:39:44.832Zkflt 0.000077870
24752026-07-20T18:39:44.832Zlock 28:52.919200759
24762026-07-20T18:39:44.832Zslp 23:36.130045282
24772026-07-20T18:39:44.832Zlat 23.902095759
24782026-07-20T18:39:44.832Zstop 37.982896680
24792026-07-20T18:39:44.832Z+ ptime -m cargo build --release
24802026-07-20T18:39:45.131Z Compiling proc-macro2 v1.0.106
24812026-07-20T18:39:45.131Z Compiling quote v1.0.45
24822026-07-20T18:39:45.131Z Compiling unicode-ident v1.0.24
24832026-07-20T18:39:45.136Z Compiling serde_core v1.0.228
24842026-07-20T18:39:45.136Z Compiling serde v1.0.228
24852026-07-20T18:39:45.136Z Compiling libc v0.2.186
24862026-07-20T18:39:45.136Z Compiling cfg-if v1.0.4
24872026-07-20T18:39:45.368Z Compiling zmij v1.0.21
24882026-07-20T18:39:45.376Z Compiling autocfg v1.5.1
24892026-07-20T18:39:45.585Z Compiling memchr v2.8.1
24902026-07-20T18:39:45.651Z Compiling libm v0.2.16
24912026-07-20T18:39:45.762Z Compiling itoa v1.0.18
24922026-07-20T18:39:46.034Z Compiling icu_properties_data v2.2.0
24932026-07-20T18:39:46.077Z Compiling icu_normalizer_data v2.2.0
24942026-07-20T18:39:46.239Z Compiling version_check v0.9.5
24952026-07-20T18:39:46.330Z Compiling stable_deref_trait v1.2.1
24962026-07-20T18:39:46.452Z Compiling serde_json v1.0.150
24972026-07-20T18:39:46.468Z Compiling syn v2.0.117
24982026-07-20T18:39:46.536Z Compiling syn v3.0.0
24992026-07-20T18:39:46.554Z Compiling thiserror v2.0.19
25002026-07-20T18:39:46.713Z Compiling writeable v0.6.3
25012026-07-20T18:39:46.744Z Compiling litemap v0.8.2
25022026-07-20T18:39:46.847Z Compiling utf8_iter v1.0.4
25032026-07-20T18:39:46.993Z Compiling num-traits v0.2.19
25042026-07-20T18:39:47.011Z Compiling percent-encoding v2.3.2
25052026-07-20T18:39:47.274Z Compiling form_urlencoded v1.2.2
25062026-07-20T18:39:47.294Z Compiling rand_core v0.10.1
25072026-07-20T18:39:47.402Z Compiling getrandom v0.4.2
25082026-07-20T18:39:47.555Z Compiling parking_lot_core v0.9.12
25092026-07-20T18:39:47.660Z Compiling iana-time-zone v0.1.65
25102026-07-20T18:39:47.695Z Compiling heck v0.5.0
25112026-07-20T18:39:47.925Z Compiling uuid v1.24.0
25122026-07-20T18:39:47.962Z Compiling errno v0.3.14
25132026-07-20T18:39:48.087Z Compiling zerocopy v0.8.50
25142026-07-20T18:39:48.429Z Compiling thiserror-impl v2.0.19
25152026-07-20T18:39:48.500Z Compiling semver v1.0.28
25162026-07-20T18:39:48.579Z Compiling schemars v0.8.22
25172026-07-20T18:39:48.677Z Compiling dyn-clone v1.0.20
25182026-07-20T18:39:48.831Z Compiling jobserver v0.1.34
25192026-07-20T18:39:48.845Z Compiling shlex v2.0.1
25202026-07-20T18:39:48.878Z Compiling find-msvc-tools v0.1.9
25212026-07-20T18:39:49.041Z Compiling rustversion v1.0.22
25222026-07-20T18:39:49.161Z Compiling cc v1.2.63
25232026-07-20T18:39:49.177Z Compiling pin-project-lite v0.2.17
25242026-07-20T18:39:49.287Z Compiling synstructure v0.13.2
25252026-07-20T18:39:49.371Z Compiling serde_derive_internals v0.29.1
25262026-07-20T18:39:49.664Z Compiling getrandom v0.2.17
25272026-07-20T18:39:49.784Z Compiling bitflags v2.12.1
25282026-07-20T18:39:49.804Z Compiling portable-atomic v1.13.1
25292026-07-20T18:39:49.904Z Compiling socket2 v0.6.5
25302026-07-20T18:39:49.918Z Compiling scopeguard v1.2.0
25312026-07-20T18:39:50.057Z Compiling lock_api v0.4.14
25322026-07-20T18:39:50.097Z Compiling log v0.4.32
25332026-07-20T18:39:50.119Z Compiling critical-section v1.2.0
25342026-07-20T18:39:50.241Z Compiling signal-hook-registry v1.4.8
25352026-07-20T18:39:50.293Z Compiling mio v1.2.1
25362026-07-20T18:39:50.451Z Compiling equivalent v1.0.2
25372026-07-20T18:39:50.465Z Compiling serde_derive v1.0.228
25382026-07-20T18:39:50.512Z Compiling zerofrom-derive v0.1.7
25392026-07-20T18:39:50.541Z Compiling yoke-derive v0.8.2
25402026-07-20T18:39:50.553Z Compiling zerovec-derive v0.11.3
25412026-07-20T18:39:50.711Z Compiling displaydoc v0.2.6
25422026-07-20T18:39:50.727Z Compiling schemars_derive v0.8.22
25432026-07-20T18:39:50.988Z Compiling tokio-macros v2.7.0
25442026-07-20T18:39:51.047Z Compiling zerocopy-derive v0.8.50
25452026-07-20T18:39:51.534Z Compiling zeroize_derive v1.4.3
25462026-07-20T18:39:51.656Z Compiling futures-macro v0.3.32
25472026-07-20T18:39:51.701Z Compiling once_cell v1.21.4
25482026-07-20T18:39:51.718Z Compiling zerofrom v0.1.8
25492026-07-20T18:39:51.757Z Compiling cmake v0.1.58
25502026-07-20T18:39:51.856Z Compiling yoke v0.8.3
25512026-07-20T18:39:51.982Z Compiling fs_extra v1.3.0
25522026-07-20T18:39:52.006Z Compiling dunce v1.0.5
25532026-07-20T18:39:52.069Z Compiling zerovec v0.11.6
25542026-07-20T18:39:52.137Z Compiling zerotrie v0.2.4
25552026-07-20T18:39:52.142Z Compiling subtle v2.6.1
25562026-07-20T18:39:52.236Z Compiling zeroize v1.8.2
25572026-07-20T18:39:52.249Z Compiling aws-lc-sys v0.41.0
25582026-07-20T18:39:52.512Z Compiling futures-core v0.3.32
25592026-07-20T18:39:52.555Z Compiling httparse v1.10.1
25602026-07-20T18:39:52.592Z Compiling futures-sink v0.3.32
25612026-07-20T18:39:52.632Z Compiling tinystr v0.8.3
25622026-07-20T18:39:52.675Z Compiling potential_utf v0.1.5
25632026-07-20T18:39:52.689Z Compiling slab v0.4.12
25642026-07-20T18:39:52.717Z Compiling rustix v1.1.4
25652026-07-20T18:39:52.890Z Compiling icu_locale_core v2.2.0
25662026-07-20T18:39:52.890Z Compiling icu_collections v2.2.0
25672026-07-20T18:39:53.761Z Compiling thiserror v1.0.69
25682026-07-20T18:39:53.807Z Compiling typenum v1.20.1
25692026-07-20T18:39:53.807Z Compiling futures-channel v0.3.32
25702026-07-20T18:39:53.807Z Compiling thiserror-impl v1.0.69
25712026-07-20T18:39:53.807Z Compiling futures-task v0.3.32
25722026-07-20T18:39:53.807Z Compiling futures-io v0.3.32
25732026-07-20T18:39:53.807Z Compiling hashbrown v0.17.1
25742026-07-20T18:39:53.818Z Compiling smallvec v1.15.1
25752026-07-20T18:39:53.818Z Compiling bytes v1.11.1
25762026-07-20T18:39:53.824Z Compiling icu_provider v2.2.0
25772026-07-20T18:39:53.843Z Compiling chrono v0.4.45
25782026-07-20T18:39:54.098Z Compiling icu_normalizer v2.2.0
25792026-07-20T18:39:54.252Z Compiling icu_properties v2.2.0
25802026-07-20T18:39:54.413Z Compiling serde_tokenstream v0.2.3
25812026-07-20T18:39:54.689Z Compiling parking_lot v0.12.5
25822026-07-20T18:39:54.847Z Compiling futures-util v0.3.32
25832026-07-20T18:39:55.286Z Compiling idna_adapter v1.2.2
25842026-07-20T18:39:55.327Z Compiling tokio v1.53.0
25852026-07-20T18:39:55.457Z Compiling idna v1.1.0
25862026-07-20T18:39:55.575Z Compiling indexmap v2.14.0
25872026-07-20T18:39:55.785Z Compiling ucd-trie v0.1.7
25882026-07-20T18:39:55.847Z Compiling url v2.5.8
25892026-07-20T18:39:56.034Z Compiling pest v2.8.6
25902026-07-20T18:39:56.231Z Compiling tracing-core v0.1.36
25912026-07-20T18:39:57.281Z Compiling tracing-attributes v0.1.31
25922026-07-20T18:39:57.319Z Compiling rand_core v0.6.4
25932026-07-20T18:39:57.547Z Compiling ipnetwork v0.21.1
25942026-07-20T18:39:57.596Z Compiling regex-syntax v0.8.10
25952026-07-20T18:39:57.697Z Compiling pest_meta v2.8.6
25962026-07-20T18:39:58.163Z Compiling slog v2.8.2
25972026-07-20T18:39:58.436Z Compiling byteorder v1.5.0
25982026-07-20T18:39:58.588Z Compiling tracing v0.1.44
25992026-07-20T18:39:58.707Z Compiling base64 v0.22.1
26002026-07-20T18:39:58.975Z Compiling pest_generator v2.8.6
26012026-07-20T18:39:59.016Z Compiling http v1.4.2
26022026-07-20T18:39:59.177Z Compiling erased-serde v0.3.31
26032026-07-20T18:39:59.222Z Compiling aho-corasick v1.1.4
26042026-07-20T18:39:59.671Z Compiling getrandom v0.3.4
26052026-07-20T18:40:00.040Z Compiling pest_derive v2.8.6
26062026-07-20T18:40:00.433Z Compiling regex-automata v0.4.14
26072026-07-20T18:40:00.611Z Compiling fnv v1.0.7
26082026-07-20T18:40:00.647Z Compiling anyhow v1.0.104
26092026-07-20T18:40:00.787Z Compiling oxnet v0.1.6
26102026-07-20T18:40:01.007Z Compiling rustls-pki-types v1.14.1
26112026-07-20T18:40:01.028Z Compiling ring v0.17.14
26122026-07-20T18:40:01.622Z Compiling aws-lc-rs v1.17.0
26132026-07-20T18:40:02.187Z Compiling regex v1.12.3
26142026-07-20T18:40:02.489Z Compiling paste v1.0.15
26152026-07-20T18:40:02.564Z Compiling strsim v0.11.1
26162026-07-20T18:40:02.889Z Compiling tokio-util v0.7.18
26172026-07-20T18:40:03.141Z Compiling ipnet v2.12.0
26182026-07-20T18:40:03.206Z Compiling untrusted v0.9.0
26192026-07-20T18:40:03.350Z Compiling num-conv v0.2.2
26202026-07-20T18:40:03.514Z Compiling untrusted v0.7.1
26212026-07-20T18:40:03.649Z Compiling time-core v0.1.8
26222026-07-20T18:40:03.804Z Compiling time-macros v0.2.27
26232026-07-20T18:40:05.065Z Compiling camino v1.2.4
26242026-07-20T18:40:05.342Z Compiling ident_case v1.0.1
26252026-07-20T18:40:05.415Z Compiling rustls v0.23.40
26262026-07-20T18:40:05.470Z Compiling http-body v1.0.1
26272026-07-20T18:40:05.619Z Compiling scroll_derive v0.13.1
26282026-07-20T18:40:05.640Z Compiling atomic-waker v1.1.2
26292026-07-20T18:40:05.653Z Compiling async-trait v0.1.89
26302026-07-20T18:40:05.789Z Compiling tower-service v0.3.3
26312026-07-20T18:40:05.896Z Compiling omicron-workspace-hack v0.1.0
26322026-07-20T18:40:05.910Z Compiling ryu v1.0.23
26332026-07-20T18:40:06.135Z Compiling try-lock v0.2.5
26342026-07-20T18:40:06.259Z Compiling pretty-hex v0.4.2
26352026-07-20T18:40:06.379Z Compiling tower-layer v0.3.3
26362026-07-20T18:40:06.460Z Compiling want v0.3.1
26372026-07-20T18:40:06.596Z Compiling h2 v0.4.14
26382026-07-20T18:40:06.616Z Compiling ppv-lite86 v0.2.21
26392026-07-20T18:40:06.949Z Compiling crossbeam-utils v0.8.21
26402026-07-20T18:40:07.565Z Compiling httpdate v1.0.3
26412026-07-20T18:40:07.824Z Compiling crc32fast v1.5.0
26422026-07-20T18:40:08.364Z Compiling usdt-impl v0.6.0
26432026-07-20T18:40:08.643Z Compiling slog-async v2.8.0
26442026-07-20T18:40:08.963Z Compiling scroll v0.13.0
26452026-07-20T18:40:09.057Z Compiling hyper v1.10.1
26462026-07-20T18:40:09.237Z Compiling serde_urlencoded v0.7.1
26472026-07-20T18:40:09.415Z Compiling http-body-util v0.1.4
26482026-07-20T18:40:09.521Z Compiling plain v0.2.3
26492026-07-20T18:40:09.641Z Compiling goblin v0.10.7
26502026-07-20T18:40:09.743Z Compiling daft-derive v0.1.7
26512026-07-20T18:40:10.534Z Compiling hyper-util v0.1.20
26522026-07-20T18:40:13.093Z Compiling allocator-api2 v0.2.21
26532026-07-20T18:40:13.330Z Compiling foldhash v0.2.0
26542026-07-20T18:40:13.431Z Compiling dof v0.4.0
26552026-07-20T18:40:13.556Z Compiling hashbrown v0.16.1
26562026-07-20T18:40:13.638Z Compiling dtrace-parser v0.3.0
26572026-07-20T18:40:13.707Z Compiling openapiv3 v2.2.0
26582026-07-20T18:40:14.221Z Compiling thread-id v5.1.0
26592026-07-20T18:40:14.268Z Compiling syn v1.0.109
26602026-07-20T18:40:14.887Z Compiling generic-array v0.14.7
26612026-07-20T18:40:14.952Z Compiling powerfmt v0.2.0
26622026-07-20T18:40:15.207Z Compiling deranged v0.5.8
26632026-07-20T18:40:15.942Z Compiling num_threads v0.1.7
26642026-07-20T18:40:16.376Z Compiling time v0.3.47
26652026-07-20T18:40:17.596Z Compiling usdt-attr-macro v0.6.0
26662026-07-20T18:40:17.848Z Compiling usdt-macro v0.6.0
26672026-07-20T18:40:18.284Z Compiling rand_core v0.9.5
26682026-07-20T18:40:18.574Z Compiling multer v3.1.0
26692026-07-20T18:40:18.591Z Compiling ref-cast v1.0.25
26702026-07-20T18:40:18.740Z Compiling crossbeam-channel v0.5.15
26712026-07-20T18:40:18.829Z Compiling sync_wrapper v1.0.2
26722026-07-20T18:40:18.934Z Compiling winnow v1.0.3
26732026-07-20T18:40:18.948Z Compiling hex v0.4.3
26742026-07-20T18:40:19.237Z Compiling cpufeatures v0.3.0
26752026-07-20T18:40:19.251Z Compiling tower v0.5.3
26762026-07-20T18:40:19.322Z Compiling rand_chacha v0.9.0
26772026-07-20T18:40:19.407Z Compiling webpki-roots v1.0.7
26782026-07-20T18:40:19.430Z Compiling futures-executor v0.3.32
26792026-07-20T18:40:19.532Z Compiling async-stream-impl v0.3.6
26802026-07-20T18:40:19.824Z Compiling ref-cast-impl v1.0.25
26812026-07-20T18:40:19.879Z Compiling dropshot v0.17.1
26822026-07-20T18:40:19.907Z Compiling thread_local v1.1.9
26832026-07-20T18:40:20.196Z Compiling fastrand v2.4.1
26842026-07-20T18:40:20.264Z Compiling tower-http v0.6.11
26852026-07-20T18:40:20.367Z Compiling futures v0.3.32
26862026-07-20T18:40:20.413Z Compiling rand v0.9.4
26872026-07-20T18:40:20.514Z Compiling structmeta-derive v0.3.0
26882026-07-20T18:40:20.528Z Compiling is-terminal v0.4.17
26892026-07-20T18:40:20.541Z Compiling take_mut v0.2.2
26902026-07-20T18:40:20.662Z Compiling term v1.2.1
26912026-07-20T18:40:20.949Z Compiling crypto-common v0.1.7
26922026-07-20T18:40:21.023Z Compiling slog-term v2.9.2
26932026-07-20T18:40:21.143Z Compiling darling_core v0.23.0
26942026-07-20T18:40:21.409Z Compiling dropshot_endpoint v0.17.1
26952026-07-20T18:40:21.589Z Compiling structmeta v0.3.0
26962026-07-20T18:40:21.801Z Compiling newtype-uuid-macros v0.1.0
26972026-07-20T18:40:22.275Z Compiling tempfile v3.27.0
26982026-07-20T18:40:22.502Z Compiling newtype-uuid v1.3.2
26992026-07-20T18:40:22.640Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27002026-07-20T18:40:23.094Z Compiling strum_macros v0.26.4
27012026-07-20T18:40:23.134Z Compiling either v1.16.0
27022026-07-20T18:40:23.170Z Compiling daft v0.1.7
27032026-07-20T18:40:23.281Z Compiling darling_macro v0.23.0
27042026-07-20T18:40:23.507Z Compiling hybrid-array v0.4.12
27052026-07-20T18:40:23.614Z Compiling match_cfg v0.1.0
27062026-07-20T18:40:23.634Z Compiling adler2 v2.0.1
27072026-07-20T18:40:23.692Z Compiling simd-adler32 v0.3.9
27082026-07-20T18:40:23.888Z Compiling darling v0.23.0
27092026-07-20T18:40:23.908Z Compiling openssl-probe v0.2.1
27102026-07-20T18:40:23.994Z Compiling serde_with_macros v3.21.0
27112026-07-20T18:40:24.007Z Compiling miniz_oxide v0.8.9
27122026-07-20T18:40:24.164Z Compiling rustls-native-certs v0.8.4
27132026-07-20T18:40:24.539Z Compiling hostname v0.3.1
27142026-07-20T18:40:24.709Z Compiling toml_parser v1.1.2+spec-1.1.0
27152026-07-20T18:40:24.754Z Compiling slog-json v2.6.1
27162026-07-20T18:40:24.958Z Compiling serde_spanned v1.1.1
27172026-07-20T18:40:25.021Z Compiling memmap2 v0.9.10
27182026-07-20T18:40:25.117Z Compiling toml_writer v1.1.1+spec-1.1.0
27192026-07-20T18:40:25.386Z Compiling slog-bunyan v2.5.0
27202026-07-20T18:40:25.411Z Compiling flate2 v1.1.9
27212026-07-20T18:40:25.577Z Compiling block-buffer v0.12.0
27222026-07-20T18:40:25.772Z Compiling crypto-common v0.2.2
27232026-07-20T18:40:25.959Z Compiling derive-ex v0.1.8
27242026-07-20T18:40:25.986Z Compiling rand_chacha v0.3.1
27252026-07-20T18:40:26.053Z Compiling strum_macros v0.27.2
27262026-07-20T18:40:27.072Z Compiling usdt v0.6.0
27272026-07-20T18:40:27.201Z Compiling compression-core v0.4.32
27282026-07-20T18:40:27.398Z Compiling const-oid v0.10.2
27292026-07-20T18:40:27.585Z Compiling debug-ignore v1.0.5
27302026-07-20T18:40:27.706Z Compiling test-strategy v0.4.5
27312026-07-20T18:40:27.714Z Compiling digest v0.11.3
27322026-07-20T18:40:27.733Z Compiling compression-codecs v0.4.38
27332026-07-20T18:40:27.953Z Compiling rand v0.8.6
27342026-07-20T18:40:28.072Z Compiling macaddr v1.0.1
27352026-07-20T18:40:28.128Z Compiling toml_datetime v1.1.1+spec-1.1.0
27362026-07-20T18:40:28.219Z Compiling encoding_rs v0.8.35
27372026-07-20T18:40:28.366Z Compiling spin v0.9.8
27382026-07-20T18:40:28.585Z Compiling mime v0.3.17
27392026-07-20T18:40:28.759Z Compiling toml v1.1.2+spec-1.1.0
27402026-07-20T18:40:28.991Z Compiling async-compression v0.4.42
27412026-07-20T18:40:29.085Z Compiling sha1 v0.11.0
27422026-07-20T18:40:29.182Z Compiling async-stream v0.3.6
27432026-07-20T18:40:29.491Z Compiling block-buffer v0.10.4
27442026-07-20T18:40:29.533Z Compiling waitgroup v0.1.2
27452026-07-20T18:40:29.675Z Compiling rustls-pemfile v2.2.0
27462026-07-20T18:40:29.699Z Compiling serde_path_to_error v0.1.20
27472026-07-20T18:40:29.767Z Compiling hostname v0.4.2
27482026-07-20T18:40:29.940Z Compiling digest v0.10.7
27492026-07-20T18:40:30.041Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-07-20T18:40:30.208Z Compiling unicode-width v0.2.2
27512026-07-20T18:40:30.573Z Compiling parse-display-derive v0.10.0
27522026-07-20T18:40:31.098Z Compiling strum v0.26.3
27532026-07-20T18:40:31.249Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542026-07-20T18:40:31.406Z Compiling regress v0.10.5
27552026-07-20T18:40:31.777Z Compiling wait-timeout v0.2.1
27562026-07-20T18:40:32.548Z Compiling bit-vec v0.8.0
27572026-07-20T18:40:32.746Z Compiling quick-error v1.2.3
27582026-07-20T18:40:32.767Z Compiling rusty-fork v0.3.1
27592026-07-20T18:40:32.799Z Compiling bit-set v0.8.0
27602026-07-20T18:40:32.965Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-07-20T18:40:32.999Z Compiling serde_with v3.21.0
27622026-07-20T18:40:33.214Z Compiling rand_xorshift v0.4.0
27632026-07-20T18:40:33.410Z Compiling unarray v0.1.4
27642026-07-20T18:40:33.538Z Compiling proptest v1.11.0
27652026-07-20T18:40:33.541Z Compiling strum v0.27.2
27662026-07-20T18:40:33.569Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27672026-07-20T18:40:33.707Z Compiling instant v0.1.13
27682026-07-20T18:40:33.987Z Compiling cpufeatures v0.2.17
27692026-07-20T18:40:34.011Z Compiling iddqd v0.4.5
27702026-07-20T18:40:34.055Z Compiling itertools v0.14.0
27712026-07-20T18:40:34.069Z Compiling clap_derive v4.6.1
27722026-07-20T18:40:37.002Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27732026-07-20T18:40:37.044Z Compiling utf8parse v0.2.2
27742026-07-20T18:40:37.044Z Compiling anstyle-parse v1.0.0
27752026-07-20T18:40:37.044Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-07-20T18:40:37.044Z Compiling backon v1.6.0
27772026-07-20T18:40:37.044Z Compiling terminal_size v0.4.4
27782026-07-20T18:40:37.044Z Compiling is_terminal_polyfill v1.70.2
27792026-07-20T18:40:37.044Z Compiling anstyle v1.0.14
27802026-07-20T18:40:37.062Z Compiling anstyle-query v1.1.5
27812026-07-20T18:40:37.125Z Compiling colorchoice v1.0.5
27822026-07-20T18:40:37.254Z Compiling anstream v1.0.0
27832026-07-20T18:40:37.940Z Compiling backoff v0.4.0
27842026-07-20T18:40:38.043Z Compiling parse-display v0.10.0
27852026-07-20T18:40:38.266Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27862026-07-20T18:40:38.600Z Compiling humantime v2.3.0
27872026-07-20T18:40:38.898Z Compiling clap_lex v1.1.0
27882026-07-20T18:40:39.130Z Compiling clap_builder v4.6.2
27892026-07-20T18:40:39.620Z Compiling regress v0.11.1
27902026-07-20T18:40:41.021Z Compiling clap v4.6.2
27912026-07-20T18:40:41.240Z Compiling typify-impl v0.6.2
27922026-07-20T18:40:42.304Z Compiling toml_edit v0.25.12+spec-1.1.0
27932026-07-20T18:40:43.001Z Compiling crucible-workspace-hack v0.1.0
27942026-07-20T18:40:43.028Z Compiling proc-macro-crate v3.5.0
27952026-07-20T18:40:43.460Z Compiling zerocopy-derive v0.7.35
27962026-07-20T18:40:44.295Z Compiling unsafe-libyaml v0.2.11
27972026-07-20T18:40:44.604Z Compiling typify-macro v0.6.2
27982026-07-20T18:40:44.949Z Compiling serde_yaml v0.9.34+deprecated
27992026-07-20T18:40:45.034Z Compiling num_enum_derive v0.7.6
28002026-07-20T18:40:46.113Z Compiling darling_core v0.21.3
28012026-07-20T18:40:46.226Z Compiling convert_case v0.4.0
28022026-07-20T18:40:46.445Z Compiling num_enum v0.7.6
28032026-07-20T18:40:46.521Z Compiling derive_more v0.99.20
28042026-07-20T18:40:46.884Z Compiling toml_datetime v0.6.11
28052026-07-20T18:40:47.994Z Compiling typify v0.6.2
28062026-07-20T18:40:48.207Z Compiling darling_macro v0.21.3
28072026-07-20T18:40:48.424Z Compiling secrecy v0.10.3
28082026-07-20T18:40:48.592Z Compiling proc-macro-error-attr v1.0.4
28092026-07-20T18:40:48.724Z Compiling tinyvec_macros v0.1.1
28102026-07-20T18:40:48.800Z Compiling rustix v0.38.44
28112026-07-20T18:40:48.813Z Compiling darling v0.21.3
28122026-07-20T18:40:48.896Z Compiling heapless v0.8.0
28132026-07-20T18:40:48.989Z Compiling prettyplease v0.2.37
28142026-07-20T18:40:49.348Z Compiling ingot-macros v0.1.1
28152026-07-20T18:40:49.432Z Compiling tinyvec v1.11.0
28162026-07-20T18:40:49.925Z Compiling zerocopy v0.7.35
28172026-07-20T18:40:49.976Z Compiling tabwriter v1.4.1
28182026-07-20T18:40:50.337Z Compiling crossbeam-epoch v0.9.18
28192026-07-20T18:40:50.515Z Compiling hash32 v0.3.1
28202026-07-20T18:40:50.681Z Compiling scroll_derive v0.12.1
28212026-07-20T18:40:50.695Z Compiling rustc_version v0.4.1
28222026-07-20T18:40:50.840Z Compiling num-integer v0.1.46
28232026-07-20T18:40:50.973Z Compiling usdt-impl v0.5.0
28242026-07-20T18:40:51.268Z Compiling proc-macro-error v1.0.4
28252026-07-20T18:40:51.336Z Compiling data-encoding v2.11.0
28262026-07-20T18:40:51.433Z Compiling pkg-config v0.3.33
28272026-07-20T18:40:51.529Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28282026-07-20T18:40:51.806Z Compiling smoltcp v0.11.0
28292026-07-20T18:40:51.887Z Compiling winnow v0.7.15
28302026-07-20T18:40:52.023Z Compiling ingot-types v0.1.2
28312026-07-20T18:40:52.440Z Compiling scroll v0.12.0
28322026-07-20T18:40:52.583Z Compiling curve25519-dalek v4.1.3
28332026-07-20T18:40:53.104Z Compiling dof v0.3.0
28342026-07-20T18:40:54.123Z Compiling dtrace-parser v0.2.0
28352026-07-20T18:40:54.258Z Compiling hmac v0.12.1
28362026-07-20T18:40:54.258Z Compiling inout v0.1.4
28372026-07-20T18:40:54.440Z Compiling ff v0.13.1
28382026-07-20T18:40:54.476Z Compiling cobs v0.3.0
28392026-07-20T18:40:54.595Z Compiling thread-id v4.2.2
28402026-07-20T18:40:54.707Z Compiling bstr v1.12.1
28412026-07-20T18:40:54.749Z Compiling colored v3.1.1
28422026-07-20T18:40:54.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28432026-07-20T18:40:55.000Z Compiling bitflags v1.3.2
28442026-07-20T18:40:55.082Z Compiling managed v0.8.0
28452026-07-20T18:40:55.239Z Compiling static_assertions v1.1.0
28462026-07-20T18:40:55.580Z Compiling postcard v1.1.3
28472026-07-20T18:40:55.607Z Compiling group v0.13.0
28482026-07-20T18:40:55.752Z Compiling cipher v0.4.4
28492026-07-20T18:40:55.965Z Compiling hkdf v0.12.4
28502026-07-20T18:40:56.411Z Compiling goblin v0.8.2
28512026-07-20T18:40:56.459Z Compiling ingot v0.1.1
28522026-07-20T18:40:56.540Z Compiling num-iter v0.1.45
28532026-07-20T18:40:56.611Z Compiling num-rational v0.4.2
28542026-07-20T18:40:57.626Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28552026-07-20T18:40:57.850Z Compiling universal-hash v0.5.1
28562026-07-20T18:40:58.114Z Compiling hubpack_derive v0.1.1
28572026-07-20T18:40:58.537Z Compiling thiserror-impl-no-std v2.0.2
28582026-07-20T18:40:58.625Z Compiling crypto-bigint v0.5.5
28592026-07-20T18:40:58.716Z Compiling half v2.7.1
28602026-07-20T18:40:58.980Z Compiling foreign-types-macros v0.2.3
28612026-07-20T18:40:59.062Z Compiling curve25519-dalek-derive v0.1.1
28622026-07-20T18:40:59.659Z Compiling num-complex v0.4.6
28632026-07-20T18:40:59.773Z Compiling serde_repr v0.1.21
28642026-07-20T18:41:00.494Z Compiling memoffset v0.9.1
28652026-07-20T18:41:00.541Z Compiling indent_write v2.2.0
28662026-07-20T18:41:00.898Z Compiling foreign-types-shared v0.3.1
28672026-07-20T18:41:00.920Z Compiling ciborium-io v0.2.2
28682026-07-20T18:41:00.999Z Compiling heck v0.4.1
28692026-07-20T18:41:01.023Z Compiling cfg_aliases v0.2.1
28702026-07-20T18:41:01.112Z Compiling opaque-debug v0.3.1
28712026-07-20T18:41:01.189Z Compiling base64ct v1.8.3
28722026-07-20T18:41:01.205Z Compiling base16ct v0.2.0
28732026-07-20T18:41:01.279Z Compiling poly1305 v0.8.0
28742026-07-20T18:41:01.410Z Compiling elliptic-curve v0.13.8
28752026-07-20T18:41:01.539Z Compiling password-hash v0.5.0
28762026-07-20T18:41:01.717Z Compiling nix v0.31.3
28772026-07-20T18:41:02.045Z Compiling ciborium-ll v0.2.2
28782026-07-20T18:41:02.304Z Compiling foreign-types v0.5.0
28792026-07-20T18:41:02.606Z Compiling num v0.4.3
28802026-07-20T18:41:02.687Z Compiling thiserror-no-std v2.0.2
28812026-07-20T18:41:02.812Z Compiling hubpack v0.1.2
28822026-07-20T18:41:04.046Z Compiling chacha20 v0.9.1
28832026-07-20T18:41:04.739Z Compiling atomicwrites v0.4.4
28842026-07-20T18:41:05.153Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28852026-07-20T18:41:05.166Z Compiling reqwest v0.12.28
28862026-07-20T18:41:05.374Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28872026-07-20T18:41:05.838Z Compiling blake2 v0.10.6
28882026-07-20T18:41:06.433Z Compiling aead v0.5.2
28892026-07-20T18:41:06.502Z Compiling chacha20 v0.10.0
28902026-07-20T18:41:06.554Z Compiling byte-wrapper v0.1.0
28912026-07-20T18:41:06.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28922026-07-20T18:41:07.161Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28932026-07-20T18:41:07.463Z Compiling cstr-argument v0.1.2
28942026-07-20T18:41:07.665Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28952026-07-20T18:41:07.747Z Compiling float-ord v0.3.2
28962026-07-20T18:41:07.772Z Compiling keccak v0.1.6
28972026-07-20T18:41:07.964Z Compiling sha3 v0.10.9
28982026-07-20T18:41:08.067Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28992026-07-20T18:41:08.379Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29002026-07-20T18:41:08.495Z Compiling rustls-webpki v0.103.13
29012026-07-20T18:41:08.737Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29022026-07-20T18:41:08.876Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29032026-07-20T18:41:10.062Z Compiling rand v0.10.2
29042026-07-20T18:41:10.875Z Compiling chacha20poly1305 v0.10.1
29052026-07-20T18:41:11.031Z Compiling progenitor-client v0.10.0
29062026-07-20T18:41:11.298Z Compiling argon2 v0.5.3
29072026-07-20T18:41:11.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29082026-07-20T18:41:11.938Z Compiling vsss-rs v3.3.4
29092026-07-20T18:41:12.588Z Compiling ciborium v0.2.2
29102026-07-20T18:41:13.397Z Compiling tokio-rustls v0.26.4
29112026-07-20T18:41:13.411Z Compiling rustls-platform-verifier v0.7.0
29122026-07-20T18:41:13.436Z Compiling usdt-attr-macro v0.5.0
29132026-07-20T18:41:13.575Z Compiling usdt-macro v0.5.0
29142026-07-20T18:41:13.697Z Compiling hyper-rustls v0.27.9
29152026-07-20T18:41:14.002Z Compiling reqwest v0.13.4
29162026-07-20T18:41:15.536Z Compiling progenitor-client v0.14.0
29172026-07-20T18:41:16.015Z Compiling progenitor-extras v0.2.0
29182026-07-20T18:41:16.492Z Compiling enum-as-inner v0.6.1
29192026-07-20T18:41:16.609Z Compiling num-derive v0.4.2
29202026-07-20T18:41:17.106Z Compiling memmap v0.7.0
29212026-07-20T18:41:17.463Z Compiling semver v0.1.20
29222026-07-20T18:41:17.491Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29232026-07-20T18:41:17.601Z Compiling rayon-core v1.13.0
29242026-07-20T18:41:17.730Z Compiling winnow v0.5.40
29252026-07-20T18:41:20.010Z Compiling toml_edit v0.19.15
29262026-07-20T18:41:20.542Z Compiling rustc_version v0.1.7
29272026-07-20T18:41:20.758Z Compiling usdt v0.5.0
29282026-07-20T18:41:21.505Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-07-20T18:41:28.363Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29302026-07-20T18:41:29.024Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-07-20T18:41:29.373Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29322026-07-20T18:41:29.487Z Compiling similar v2.7.0
29332026-07-20T18:41:29.576Z Compiling crossbeam-deque v0.8.6
29342026-07-20T18:41:29.816Z Compiling progenitor-impl v0.14.0
29352026-07-20T18:41:31.167Z Compiling serde_spanned v0.6.9
29362026-07-20T18:41:31.333Z Compiling toml_write v0.1.2
29372026-07-20T18:41:31.617Z Compiling lazy_static v1.5.0
29382026-07-20T18:41:31.685Z Compiling vcpkg v0.2.15
29392026-07-20T18:41:31.738Z Compiling bytecount v0.6.9
29402026-07-20T18:41:31.941Z Compiling progenitor-macro v0.14.0
29412026-07-20T18:41:32.197Z Compiling toml_edit v0.22.27
29422026-07-20T18:41:32.253Z Compiling openssl-sys v0.9.116
29432026-07-20T18:41:32.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29442026-07-20T18:41:33.800Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29452026-07-20T18:41:34.423Z Compiling proc-macro-crate v1.3.1
29462026-07-20T18:41:34.520Z Compiling newtype_derive v0.1.6
29472026-07-20T18:41:34.783Z Compiling itertools v0.12.1
29482026-07-20T18:41:34.974Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29492026-07-20T18:41:35.121Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29502026-07-20T18:41:35.211Z Compiling swrite v0.1.0
29512026-07-20T18:41:35.396Z Compiling owo-colors v4.3.0
29522026-07-20T18:41:35.437Z Compiling unicode-segmentation v1.13.3
29532026-07-20T18:41:35.593Z Compiling linked-hash-map v0.5.6
29542026-07-20T18:41:35.768Z Compiling resolv-conf v0.7.6
29552026-07-20T18:41:35.821Z Compiling newline-converter v0.3.0
29562026-07-20T18:41:35.970Z Compiling lru-cache v0.1.2
29572026-07-20T18:41:36.187Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-07-20T18:41:36.212Z Compiling progenitor v0.14.0
29592026-07-20T18:41:36.325Z Compiling num_enum_derive v0.5.11
29602026-07-20T18:41:36.476Z Compiling toml v0.8.23
29612026-07-20T18:41:36.618Z Compiling rayon v1.12.0
29622026-07-20T18:41:37.100Z Compiling hickory-proto v0.24.4
29632026-07-20T18:41:37.402Z Compiling progenitor-impl v0.13.0
29642026-07-20T18:41:37.519Z Compiling console v0.15.11
29652026-07-20T18:41:37.934Z Compiling camino-tempfile v1.4.1
29662026-07-20T18:41:38.363Z Compiling serde-big-array v0.5.1
29672026-07-20T18:41:38.538Z Compiling derive-where v1.6.1
29682026-07-20T18:41:38.840Z Compiling pin-project-internal v1.1.13
29692026-07-20T18:41:38.843Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29702026-07-20T18:41:39.414Z Compiling minimal-lexical v0.2.1
29712026-07-20T18:41:39.516Z Compiling siphasher v1.0.3
29722026-07-20T18:41:39.673Z Compiling nom v7.1.3
29732026-07-20T18:41:39.740Z Compiling phf_shared v0.12.1
29742026-07-20T18:41:39.845Z Compiling progenitor-macro v0.13.0
29752026-07-20T18:41:39.961Z Compiling pin-project v1.1.13
29762026-07-20T18:41:40.078Z Compiling hickory-resolver v0.24.4
29772026-07-20T18:41:40.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29782026-07-20T18:41:40.988Z Compiling expectorate v1.2.0
29792026-07-20T18:41:43.722Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29802026-07-20T18:41:44.624Z Compiling num_enum v0.5.11
29812026-07-20T18:41:44.720Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29822026-07-20T18:41:44.848Z Compiling progenitor-client v0.13.0
29832026-07-20T18:41:45.354Z Compiling zone_cfg_derive v0.3.1
29842026-07-20T18:41:45.898Z Compiling unicode-normalization v0.1.25
29852026-07-20T18:41:46.082Z Compiling tokio-stream v0.1.18
29862026-07-20T18:41:46.508Z Compiling snafu-derive v0.8.9
29872026-07-20T18:41:46.665Z Compiling async-recursion v1.1.1
29882026-07-20T18:41:47.398Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29892026-07-20T18:41:47.718Z Compiling slog-dtrace v0.3.0
29902026-07-20T18:41:47.740Z Compiling csv-core v0.1.13
29912026-07-20T18:41:48.036Z Compiling cancel-safe-futures v0.1.5
29922026-07-20T18:41:48.178Z Compiling same-file v1.0.6
29932026-07-20T18:41:48.310Z Compiling unicode-xid v0.2.6
29942026-07-20T18:41:48.327Z Compiling unicode-linebreak v0.1.5
29952026-07-20T18:41:48.373Z Compiling foldhash v0.1.5
29962026-07-20T18:41:48.446Z Compiling smawk v0.3.2
29972026-07-20T18:41:48.613Z Compiling chrono-tz v0.10.4
29982026-07-20T18:41:48.613Z Compiling openssl v0.10.80
29992026-07-20T18:41:48.640Z Compiling konst_macro_rules v0.2.19
30002026-07-20T18:41:48.840Z Compiling foreign-types-shared v0.1.1
30012026-07-20T18:41:48.874Z Compiling unicode-width v0.1.14
30022026-07-20T18:41:48.941Z Compiling highway v1.3.0
30032026-07-20T18:41:48.975Z Compiling foreign-types v0.3.2
30042026-07-20T18:41:49.082Z Compiling konst v0.2.20
30052026-07-20T18:41:49.199Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-07-20T18:41:49.476Z Compiling textwrap v0.16.2
30072026-07-20T18:41:49.655Z Compiling hashbrown v0.15.5
30082026-07-20T18:41:49.749Z Compiling const_format_proc_macros v0.2.34
30092026-07-20T18:41:50.348Z Compiling walkdir v2.5.0
30102026-07-20T18:41:50.594Z Compiling snafu v0.8.9
30112026-07-20T18:41:51.084Z Compiling csv v1.4.0
30122026-07-20T18:41:51.166Z Compiling progenitor v0.13.0
30132026-07-20T18:41:51.183Z Compiling qorb v0.4.1
30142026-07-20T18:41:51.318Z Compiling olpc-cjson v0.1.4
30152026-07-20T18:41:51.545Z Compiling zone v0.3.1
30162026-07-20T18:41:52.078Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-07-20T18:41:53.251Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-07-20T18:41:53.291Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30192026-07-20T18:41:53.795Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30202026-07-20T18:41:55.176Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-07-20T18:41:55.738Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-07-20T18:41:55.752Z Compiling phf v0.12.1
30232026-07-20T18:41:56.402Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-07-20T18:41:58.004Z Compiling tokio-dtrace v0.1.1
30252026-07-20T18:41:58.349Z Compiling globset v0.4.18
30262026-07-20T18:41:58.502Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30272026-07-20T18:41:58.741Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-07-20T18:41:58.970Z Compiling smf v0.2.3
30292026-07-20T18:41:59.065Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30302026-07-20T18:41:59.369Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30312026-07-20T18:41:59.512Z Compiling libsw-core v0.3.2
30322026-07-20T18:41:59.706Z Compiling pem v3.0.6
30332026-07-20T18:42:00.136Z Compiling serde_plain v1.0.2
30342026-07-20T18:42:00.302Z Compiling openssl-macros v0.1.1
30352026-07-20T18:42:00.413Z Compiling cookie v0.18.1
30362026-07-20T18:42:00.433Z Compiling sigpipe v0.1.3
30372026-07-20T18:42:00.537Z Compiling fixedbitset v0.4.2
30382026-07-20T18:42:00.686Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-07-20T18:42:00.820Z Compiling fixedbitset v0.5.7
30402026-07-20T18:42:00.947Z Compiling jiff v0.2.28
30412026-07-20T18:42:00.983Z Compiling glob v0.3.3
30422026-07-20T18:42:00.996Z Compiling typed-path v0.9.3
30432026-07-20T18:42:01.360Z Compiling petgraph v0.8.3
30442026-07-20T18:42:01.948Z Compiling petgraph v0.6.5
30452026-07-20T18:42:02.298Z Compiling tough v0.22.0
30462026-07-20T18:42:03.022Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30472026-07-20T18:42:03.836Z Compiling libsw v3.5.0
30482026-07-20T18:42:03.870Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30492026-07-20T18:42:03.960Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-07-20T18:42:04.035Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30512026-07-20T18:42:04.209Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-07-20T18:42:04.340Z Compiling oxide-tokio-rt v0.1.6
30532026-07-20T18:42:04.464Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30542026-07-20T18:42:04.943Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-07-20T18:42:08.001Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-07-20T18:42:08.223Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-07-20T18:42:08.407Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-07-20T18:42:09.014Z Compiling const_format v0.2.36
30592026-07-20T18:42:09.529Z Compiling papergrid v0.11.0
30602026-07-20T18:42:09.545Z Compiling libscf-sys v1.2.0
30612026-07-20T18:42:09.698Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30622026-07-20T18:42:10.404Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-07-20T18:42:10.812Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-07-20T18:42:10.991Z Compiling tabled_derive v0.7.0
30652026-07-20T18:42:11.172Z Compiling gethostname v0.5.0
30662026-07-20T18:42:11.312Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30672026-07-20T18:42:11.325Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-07-20T18:42:11.458Z Compiling bcs v0.1.6
30692026-07-20T18:42:11.643Z Compiling termtree v0.5.1
30702026-07-20T18:42:11.824Z Compiling linear-map v1.2.0
30712026-07-20T18:42:11.854Z Compiling tagptr v0.2.0
30722026-07-20T18:42:11.973Z Compiling whoami v1.6.1
30732026-07-20T18:42:12.027Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-07-20T18:42:12.056Z Compiling moka v0.12.15
30752026-07-20T18:42:13.344Z Compiling tabled v0.15.0
30762026-07-20T18:42:14.628Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30772026-07-20T18:42:14.717Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-07-20T18:42:14.788Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30792026-07-20T18:42:15.011Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-07-20T18:42:15.148Z Compiling steno v0.4.1
30812026-07-20T18:42:16.994Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-07-20T18:42:20.687Z Compiling hickory-proto v0.25.2
30832026-07-20T18:42:20.986Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30842026-07-20T18:42:21.256Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30852026-07-20T18:42:21.944Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30862026-07-20T18:42:22.062Z Compiling parking_lot_core v0.8.6
30872026-07-20T18:42:22.419Z Compiling nom v8.0.0
30882026-07-20T18:42:23.247Z Compiling hickory-resolver v0.25.2
30892026-07-20T18:42:23.506Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30902026-07-20T18:42:23.598Z Compiling parking_lot v0.11.2
30912026-07-20T18:42:24.101Z Compiling fxhash v0.2.1
30922026-07-20T18:42:24.254Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30932026-07-20T18:42:24.517Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30942026-07-20T18:42:24.774Z Compiling crunchy v0.2.4
30952026-07-20T18:42:24.814Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30962026-07-20T18:42:25.071Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30972026-07-20T18:42:25.138Z Compiling sled v0.34.7
30982026-07-20T18:42:25.154Z Compiling typify-impl v0.4.3
30992026-07-20T18:42:28.539Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31002026-07-20T18:42:28.868Z Compiling proc-macro-error-attr2 v2.0.0
31012026-07-20T18:42:29.640Z Compiling tiny-keccak v2.0.2
31022026-07-20T18:42:29.664Z Compiling proc-macro-error2 v2.0.1
31032026-07-20T18:42:29.664Z Compiling typify-macro v0.4.3
31042026-07-20T18:42:30.514Z Compiling arc-swap v1.9.1
31052026-07-20T18:42:30.874Z Compiling internet-checksum v0.2.1
31062026-07-20T18:42:31.028Z Compiling slog-scope v4.4.1
31072026-07-20T18:42:31.225Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31082026-07-20T18:42:31.456Z Compiling tabled_derive v0.11.0
31092026-07-20T18:42:31.583Z Compiling papergrid v0.18.0
31102026-07-20T18:42:31.612Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31112026-07-20T18:42:32.381Z Compiling testing_table v0.3.0
31122026-07-20T18:42:32.642Z Compiling itertools v0.15.0
31132026-07-20T18:42:32.870Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31142026-07-20T18:42:33.134Z Compiling tabled v0.21.0
31152026-07-20T18:42:33.167Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31162026-07-20T18:42:34.302Z Compiling const-random-macro v0.1.16
31172026-07-20T18:42:34.754Z Compiling slog-stdlog v4.1.1
31182026-07-20T18:42:35.209Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31192026-07-20T18:42:35.910Z Compiling dropshot-api-manager-types v0.7.2
31202026-07-20T18:42:36.505Z Compiling ahash v0.8.12
31212026-07-20T18:42:36.805Z Compiling smartstring v1.0.1
31222026-07-20T18:42:37.243Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
31232026-07-20T18:42:37.430Z Compiling slog-envlogger v2.2.0
31242026-07-20T18:42:38.606Z Compiling const-random v0.1.18
31252026-07-20T18:42:38.696Z Compiling typify v0.4.3
31262026-07-20T18:42:38.936Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31272026-07-20T18:42:39.420Z Compiling toml_datetime v0.7.5+spec-1.1.0
31282026-07-20T18:42:39.717Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31292026-07-20T18:42:39.844Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31302026-07-20T18:42:40.128Z Compiling crc8 v0.1.1
31312026-07-20T18:42:40.254Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
31322026-07-20T18:42:41.122Z Compiling toml v0.9.12+spec-1.1.0
31332026-07-20T18:42:42.253Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31342026-07-20T18:42:43.292Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31352026-07-20T18:42:45.105Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31362026-07-20T18:42:46.300Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31372026-07-20T18:42:48.048Z Compiling progenitor-impl v0.10.0
31382026-07-20T18:42:48.061Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31392026-07-20T18:42:48.464Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31402026-07-20T18:42:49.123Z Compiling lzma-sys v0.1.20
31412026-07-20T18:42:49.192Z Compiling sha1 v0.10.6
31422026-07-20T18:42:49.362Z Compiling thin-vec v0.2.18
31432026-07-20T18:42:49.586Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31442026-07-20T18:42:49.624Z Compiling rhai_codegen v3.2.0
31452026-07-20T18:42:49.719Z Compiling fs-err v3.3.0
31462026-07-20T18:42:49.995Z Compiling utf-8 v0.7.6
31472026-07-20T18:42:50.158Z Compiling typeid v1.0.3
31482026-07-20T18:42:50.563Z Compiling tungstenite v0.21.0
31492026-07-20T18:42:50.943Z Compiling rhai v1.25.1
31502026-07-20T18:42:51.203Z Compiling progenitor-macro v0.10.0
31512026-07-20T18:42:52.663Z Compiling cargo_toml v0.22.3
31522026-07-20T18:42:55.467Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31532026-07-20T18:42:57.077Z Compiling sha2 v0.10.9
31542026-07-20T18:42:58.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31552026-07-20T18:42:58.770Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31562026-07-20T18:42:59.465Z Compiling progenitor v0.10.0
31572026-07-20T18:42:59.621Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31582026-07-20T18:43:00.557Z Compiling tokio-tungstenite v0.21.0
31592026-07-20T18:43:01.205Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31602026-07-20T18:43:01.205Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31612026-07-20T18:43:03.150Z Compiling port-file v0.1.0
31622026-07-20T18:43:03.423Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31632026-07-20T18:43:04.089Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31642026-07-20T18:43:04.154Z Compiling console v0.16.3
31652026-07-20T18:43:04.542Z Compiling git-stub v1.0.0
31662026-07-20T18:43:04.814Z Compiling base64 v0.21.7
31672026-07-20T18:43:04.998Z Compiling unit-prefix v0.5.2
31682026-07-20T18:43:05.163Z Compiling is_ci v1.2.0
31692026-07-20T18:43:05.198Z Compiling indicatif v0.18.4
31702026-07-20T18:43:05.337Z Compiling supports-color v3.0.2
31712026-07-20T18:43:05.355Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31722026-07-20T18:43:05.590Z Compiling git-stub-vcs v0.1.0
31732026-07-20T18:43:07.433Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31742026-07-20T18:43:07.887Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
31752026-07-20T18:43:07.916Z Compiling ron v0.12.1
31762026-07-20T18:43:09.385Z Compiling xz2 v0.1.7
31772026-07-20T18:43:09.633Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31782026-07-20T18:43:09.649Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31792026-07-20T18:43:09.706Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31802026-07-20T18:43:10.022Z Compiling drift v0.2.0
31812026-07-20T18:43:11.825Z Compiling base16ct v1.0.0
31822026-07-20T18:43:11.928Z Compiling dropshot-api-manager v0.7.2
31832026-07-20T18:43:17.777Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
31842026-07-20T18:43:19.190Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31852026-07-20T18:43:21.684Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31862026-07-20T18:43:22.892Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31872026-07-20T18:43:23.427Z Compiling natord v1.0.9
31882026-07-20T18:43:23.729Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31892026-07-20T18:43:23.824Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31902026-07-20T18:43:27.505Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31912026-07-20T18:43:28.089Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31922026-07-20T18:43:29.744Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31932026-07-20T18:43:34.274Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31942026-07-20T18:43:39.722Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31952026-07-20T18:43:39.855Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31962026-07-20T18:43:40.703Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31972026-07-20T18:43:41.625Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31982026-07-20T18:44:08.842Z Finished `release` profile [optimized] target(s) in 4m 24s
31992026-07-20T18:44:09.028Z
32002026-07-20T18:44:09.028Zreal 4:24.468430998
32012026-07-20T18:44:09.028Zuser 30:04.369279596
32022026-07-20T18:44:09.028Zsys 2:48.029596577
32032026-07-20T18:44:09.028Ztrap 0.754113070
32042026-07-20T18:44:09.028Ztflt 1.524941967
32052026-07-20T18:44:09.028Zdflt 1.641095983
32062026-07-20T18:44:09.028Zkflt 0.000146396
32072026-07-20T18:44:09.028Zlock 1:59:57.060933611
32082026-07-20T18:44:09.028Zslp 1:25:58.889585899
32092026-07-20T18:44:09.028Zlat 2:18.619897866
32102026-07-20T18:44:09.028Zstop 3:47.572184592
32112026-07-20T18:44:09.032Z+ for x in debug release
32122026-07-20T18:44:09.032Z+ mkdir -p /work/debug
32132026-07-20T18:44:09.032Z+ cp target/debug/ddmd /work/debug/ddmd
32142026-07-20T18:44:09.523Z+ cp target/debug/ddmadm /work/debug/ddmadm
32152026-07-20T18:44:09.935Z+ cp target/debug/mgd /work/debug/mgd
32162026-07-20T18:44:10.602Z+ cp target/debug/mgadm /work/debug/mgadm
32172026-07-20T18:44:11.113Z+ for x in debug release
32182026-07-20T18:44:11.113Z+ mkdir -p /work/release
32192026-07-20T18:44:11.116Z+ cp target/release/ddmd /work/release/ddmd
32202026-07-20T18:44:11.208Z+ cp target/release/ddmadm /work/release/ddmadm
32212026-07-20T18:44:11.281Z+ cp target/release/mgd /work/release/mgd
32222026-07-20T18:44:11.398Z+ cp target/release/mgadm /work/release/mgadm
32232026-07-20T18:44:11.493Z+ cp target/release/falcon-lab /work/release/falcon-lab
32242026-07-20T18:44:11.561Zprocess exited: duration 713995 ms, exit code 0
 
32252026-07-20T18:44:11.577Zfound 9 output files
32262026-07-20T18:44:11.577Zuploading: /work/debug/ddmadm (513556312 bytes)
32272026-07-20T18:44:18.790Zuploaded: /work/debug/ddmadm
32282026-07-20T18:44:18.790Zuploading: /work/debug/ddmd (588152360 bytes)
32292026-07-20T18:44:26.368Zuploaded: /work/debug/ddmd
32302026-07-20T18:44:26.368Zuploading: /work/debug/mgadm (608141552 bytes)
32312026-07-20T18:44:35.036Zuploaded: /work/debug/mgadm
32322026-07-20T18:44:35.036Zuploading: /work/debug/mgd (692038536 bytes)
32332026-07-20T18:44:44.866Zuploaded: /work/debug/mgd
32342026-07-20T18:44:44.866Zuploading: /work/release/ddmadm (42730016 bytes)
32352026-07-20T18:44:46.256Zuploaded: /work/release/ddmadm
32362026-07-20T18:44:46.256Zuploading: /work/release/ddmd (56367936 bytes)
32372026-07-20T18:44:47.663Zuploaded: /work/release/ddmd
32382026-07-20T18:44:47.663Zuploading: /work/release/falcon-lab (39507376 bytes)
32392026-07-20T18:44:48.962Zuploaded: /work/release/falcon-lab
32402026-07-20T18:44:48.962Zuploading: /work/release/mgadm (59446216 bytes)
32412026-07-20T18:44:50.375Zuploaded: /work/release/mgadm
32422026-07-20T18:44:50.375Zuploading: /work/release/mgd (75160664 bytes)
32432026-07-20T18:44:51.890Zuploaded: /work/release/mgd