01M0B3MBA1HQ3CANJC0WQKY1GG: 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: 01M0B3MX5ZPYDSK8PAZ0XDXNJ7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:09.174Zjob assigned to worker 01M0B3MZYPAS6R08GV772YCJ29 [factory aws, i-00a9dc9211ad5a99a] (queued for 44 s)
 
22026-08-18T18:56:15.847Zstarting task 0: "setup"
32026-08-18T18:56:15.852Z++ uname -s
42026-08-18T18:56:15.855Z+ kern=SunOS
52026-08-18T18:56:15.855Z+ build_user=build
62026-08-18T18:56:15.855Z+ build_uid=12345
72026-08-18T18:56:15.855Z+ work_dir=/work
82026-08-18T18:56:15.855Z+ input_dir=/input
92026-08-18T18:56:15.855Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:15.856Z+ case "$kern" in
112026-08-18T18:56:15.856Z+ groupadd -g 12345 build
122026-08-18T18:56:15.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:17.861Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:17.919Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:17.922Z+ home_fs=zfs
162026-08-18T18:56:17.922Z+ [[ zfs == autofs ]]
172026-08-18T18:56:17.922Z+ mkdir -p /home/build
182026-08-18T18:56:17.922Z+ chown build:build /home/build /work
192026-08-18T18:56:19.924Z+ chmod 0700 /home/build /work
202026-08-18T18:56:19.927Zprocess exited: duration 4077 ms, exit code 0
 
212026-08-18T18:56:19.934Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:19.937Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:19.937Z * rust toolchain channel = "stable"
242026-08-18T18:56:19.937Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T18:56:19.937Z * rust toolchain profile = "default"
262026-08-18T18:56:19.937Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:19.937Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:19.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:19.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:20.061Zinfo: downloading installer
312026-08-18T18:56:21.481Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:21.481Zwarn: /opt/ooce/bin
332026-08-18T18:56:21.481Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:21.481Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:21.481Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:21.481Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:21.481Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:21.481Zerror: cannot install while Rust is installed
392026-08-18T18:56:21.481Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:21.484Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:21.484Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:21.484Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:21.484Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:21.494Zinfo: profile set to default
452026-08-18T18:56:21.494Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:21.497Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:21.628Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:21.631Zinfo: downloading 6 components
492026-08-18T18:56:37.601Z
502026-08-18T18:56:37.601Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:56:37.630Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:56:37.630Z
532026-08-18T18:56:37.633Z
542026-08-18T18:56:37.633ZRust is installed now. Great!
552026-08-18T18:56:37.633Z
562026-08-18T18:56:37.633ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:56:37.633Zenvironment variable. This has not been done automatically.
582026-08-18T18:56:37.633Z
592026-08-18T18:56:37.633ZTo configure your current shell, you need to source
602026-08-18T18:56:37.633Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:56:37.633Z
622026-08-18T18:56:37.633ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:56:37.633Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:56:37.633Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:56:37.633Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:56:37.633Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:56:37.633Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:56:37.633Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:56:37.633Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:56:37.633Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:56:37.720Z+ rustup --version
722026-08-18T18:56:37.729Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:56:37.732Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:56:37.750Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:56:37.752Z+ cargo --version
762026-08-18T18:56:37.767Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:56:37.770Z+ rustc --version
782026-08-18T18:56:37.788Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:56:37.791Zprocess exited: duration 17854 ms, exit code 0
 
802026-08-18T18:56:37.797Zstarting task 2: "authentication"
812026-08-18T18:56:37.813Zprocess exited: duration 15 ms, exit code 0
 
822026-08-18T18:56:37.818Zstarting task 3: "clone repository"
832026-08-18T18:56:37.821Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:56:37.823Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:56:37.852ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:56:39.597Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:56:39.597Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:56:39.871ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:56:39.871Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:56:39.878Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:56:39.881Z++ git branch --show-current
922026-08-18T18:56:39.881Z+ current=main
932026-08-18T18:56:39.881Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:56:39.881Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:56:39.884Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:56:39.903ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:56:39.906Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:56:39.914ZHEAD is now at bf831ac review feedback
992026-08-18T18:56:39.917Zprocess exited: duration 2096 ms, exit code 0
 
1002026-08-18T18:56:39.922Zstarting task 4: "build"
1012026-08-18T18:56:39.926Z+ pfexec pkg install clang-15
1022026-08-18T18:56:48.186Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-08-18T18:56:56.037Z Startup: Caching catalogs ... Done
1042026-08-18T18:57:03.389ZPlanning: Solver setup ... Done
1052026-08-18T18:57:03.430ZPlanning: Running solver ... Done
1062026-08-18T18:57:03.577ZPlanning: Finding local manifests ... Done
1072026-08-18T18:57:03.591ZPlanning: Fetching manifests: 0/2 0% complete
1082026-08-18T18:57:03.670ZPlanning: Fetching manifests: 2/2 100% complete
1092026-08-18T18:57:03.700ZPlanning: Package planning ... Done
1102026-08-18T18:57:03.726ZPlanning: Merging actions ... Done
1112026-08-18T18:57:03.833ZPlanning: Checking for conflicting actions ... Done
1122026-08-18T18:57:03.838ZPlanning: Consolidating action changes ... Done
1132026-08-18T18:57:04.614ZPlanning: Evaluating mediators ... Done
1142026-08-18T18:57:04.620ZPlanning: Planning completed in 8.41 seconds
1152026-08-18T18:57:04.635Z Packages to install: 2
1162026-08-18T18:57:04.645Z Mediators to change: 2
1172026-08-18T18:57:04.645Z Services to change: 1
1182026-08-18T18:57:04.645Z Create boot environment: No
1192026-08-18T18:57:04.645ZCreate backup boot environment: No
1202026-08-18T18:57:04.670Z
1212026-08-18T18:57:04.670ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-08-18T18:57:10.854ZDownload: 982/3076 items 82.2/211.3MB 38% complete (34.6M/s)
1232026-08-18T18:57:16.663ZDownload: 3060/3076 items 208.8/211.3MB 98% complete (19.2M/s)
1242026-08-18T18:57:27.931ZDownload: 3071/3076 items 209.7/211.3MB 99% complete (12.5M/s)
1252026-08-18T18:57:27.977ZDownload: Completed 211.31 MB in 23.30 seconds (9.1M/s)
1262026-08-18T18:57:28.097Z Actions: 1/3418 actions (Installing new actions)
1272026-08-18T18:57:31.223Z Actions: Completed 3418 actions in 3.13 seconds.
1282026-08-18T18:57:31.881Z Done
1292026-08-18T18:57:31.881Z Done
1302026-08-18T18:57:32.612Z Done
1312026-08-18T18:57:35.987Z Done
1322026-08-18T18:57:36.059Z Done
1332026-08-18T18:57:36.062Z Done
1342026-08-18T18:57:36.376Z Done
1352026-08-18T18:57:37.062Z+ cargo --version
1362026-08-18T18:57:37.068Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1372026-08-18T18:57:37.226Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1382026-08-18T18:57:37.230Zinfo: downloading 6 components
1392026-08-18T18:57:52.502Zcargo 1.97.1 (c980f4866 2026-06-30)
1402026-08-18T18:57:52.505Z+ rustc --version
1412026-08-18T18:57:52.533Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1422026-08-18T18:57:52.536Z+ banner check
1432026-08-18T18:57:52.540Z
1442026-08-18T18:57:52.540Z #### # # ###### #### # #
1452026-08-18T18:57:52.540Z # # # # # # # # #
1462026-08-18T18:57:52.541Z # ###### ##### # ####
1472026-08-18T18:57:52.541Z # # # # # # #
1482026-08-18T18:57:52.541Z # # # # # # # # #
1492026-08-18T18:57:52.541Z #### # # ###### #### # #
1502026-08-18T18:57:52.541Z
1512026-08-18T18:57:52.541Z+ cargo fmt -- --check
1522026-08-18T18:57:52.962Z+ cargo clippy --all-targets -- --deny warnings
1532026-08-18T18:57:53.075Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-08-18T18:57:53.776ZFrom https://github.com/oxidecomputer/falcon
1552026-08-18T18:57:53.776Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1562026-08-18T18:57:53.853Z Updating crates.io index
1572026-08-18T18:57:53.857Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-08-18T18:57:54.345ZFrom https://github.com/oxidecomputer/dendrite
1592026-08-18T18:57:54.345Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
1602026-08-18T18:57:54.379Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-08-18T18:57:54.694ZFrom https://github.com/oxidecomputer/ispf
1622026-08-18T18:57:54.694Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1632026-08-18T18:57:54.700Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-08-18T18:57:55.379ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-08-18T18:57:55.379Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1662026-08-18T18:57:55.387Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-08-18T18:58:01.341ZFrom https://github.com/oxidecomputer/omicron
1682026-08-18T18:58:01.341Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1692026-08-18T18:58:01.765Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-08-18T18:58:02.618ZFrom https://github.com/oxidecomputer/opte
1712026-08-18T18:58:02.618Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1722026-08-18T18:58:02.648Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1732026-08-18T18:58:02.980ZFrom https://github.com/oxidecomputer/slog-error-chain
1742026-08-18T18:58:02.980Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1752026-08-18T18:58:02.988Z Updating git repository `https://github.com/illumos/smf-rs`
1762026-08-18T18:58:03.317ZFrom https://github.com/illumos/smf-rs
1772026-08-18T18:58:03.317Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1782026-08-18T18:58:03.324Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1792026-08-18T18:58:03.698ZFrom https://github.com/oxidecomputer/network-interface
1802026-08-18T18:58:03.698Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1812026-08-18T18:58:03.704Z Updating git repository `https://github.com/oxidecomputer/zone`
1822026-08-18T18:58:04.050ZFrom https://github.com/oxidecomputer/zone
1832026-08-18T18:58:04.050Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1842026-08-18T18:58:04.056Z Updating git repository `https://github.com/oxidecomputer/propolis`
1852026-08-18T18:58:04.763ZFrom https://github.com/oxidecomputer/propolis
1862026-08-18T18:58:04.763Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1872026-08-18T18:58:04.806Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1882026-08-18T18:58:05.462ZFrom https://github.com/oxidecomputer/transceiver-control
1892026-08-18T18:58:05.462Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1902026-08-18T18:58:05.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1912026-08-18T18:58:05.853ZFrom https://github.com/oxidecomputer/dlpi-sys
1922026-08-18T18:58:05.853Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1932026-08-18T18:58:05.858Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1942026-08-18T18:58:06.218ZFrom https://github.com/jmesmon/rust-libzfs
1952026-08-18T18:58:06.218Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1962026-08-18T18:58:06.226Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1972026-08-18T18:58:06.604ZFrom https://github.com/oxidecomputer/rusty-doors
1982026-08-18T18:58:06.604Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1992026-08-18T18:58:06.610Z Updating git repository `https://github.com/oxidecomputer/lldp`
2002026-08-18T18:58:06.983ZFrom https://github.com/oxidecomputer/lldp
2012026-08-18T18:58:06.983Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2022026-08-18T18:58:06.994Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-08-18T18:58:07.345ZFrom https://github.com/oxidecomputer/tufaceous
2042026-08-18T18:58:07.345Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2052026-08-18T18:58:07.355Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-08-18T18:58:07.909ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-08-18T18:58:07.909Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2082026-08-18T18:58:07.924Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-08-18T18:58:09.874ZFrom https://github.com/oxidecomputer/crucible
2102026-08-18T18:58:09.874Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-08-18T18:58:09.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-08-18T18:58:10.280ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-08-18T18:58:10.280Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-08-18T18:58:10.289Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-08-18T18:58:11.105ZFrom https://github.com/oxidecomputer/propolis
2162026-08-18T18:58:11.105Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2172026-08-18T18:58:11.149Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-08-18T18:58:12.131ZFrom https://github.com/oxidecomputer/crucible
2192026-08-18T18:58:12.131Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2202026-08-18T18:58:12.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-08-18T18:58:12.646ZFrom https://github.com/oxidecomputer/tofino
2222026-08-18T18:58:12.646Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2232026-08-18T18:58:12.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2242026-08-18T18:58:14.502ZFrom https://github.com/oxidecomputer/maghemite
2252026-08-18T18:58:14.502Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2262026-08-18T18:58:14.533Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-18T18:58:16.026ZFrom https://github.com/oxidecomputer/clickward
2282026-08-18T18:58:16.026Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2292026-08-18T18:58:16.033Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-18T18:58:16.369ZFrom https://github.com/oxidecomputer/illumos-devinfo
2312026-08-18T18:58:16.369Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2322026-08-18T18:58:18.382Z Downloading crates ...
2332026-08-18T18:58:18.437Z Downloaded atomic-waker v1.1.2
2342026-08-18T18:58:18.440Z Downloaded cfg-if v1.0.4
2352026-08-18T18:58:18.443Z Downloaded adler2 v2.0.1
2362026-08-18T18:58:18.446Z Downloaded base16ct v0.2.0
2372026-08-18T18:58:18.449Z Downloaded crc32fast v1.5.0
2382026-08-18T18:58:18.452Z Downloaded anstyle-parse v1.0.0
2392026-08-18T18:58:18.452Z Downloaded anstyle-query v1.1.5
2402026-08-18T18:58:18.452Z Downloaded cfg_aliases v0.2.2
2412026-08-18T18:58:18.452Z Downloaded const-random v0.1.18
2422026-08-18T18:58:18.456Z Downloaded aead v0.5.2
2432026-08-18T18:58:18.458Z Downloaded async-recursion v1.1.1
2442026-08-18T18:58:18.458Z Downloaded chacha20 v0.10.1
2452026-08-18T18:58:18.465Z Downloaded httparse v1.10.1
2462026-08-18T18:58:18.468Z Downloaded hybrid-array v0.4.14
2472026-08-18T18:58:18.472Z Downloaded async-stream v0.3.6
2482026-08-18T18:58:18.475Z Downloaded bit-vec v0.8.0
2492026-08-18T18:58:18.477Z Downloaded is-terminal v0.4.17
2502026-08-18T18:58:18.477Z Downloaded bit-set v0.8.0
2512026-08-18T18:58:18.480Z Downloaded hubpack_derive v0.1.1
2522026-08-18T18:58:18.480Z Downloaded async-stream-impl v0.3.6
2532026-08-18T18:58:18.483Z Downloaded byteorder v1.5.0
2542026-08-18T18:58:18.483Z Downloaded autocfg v1.5.1
2552026-08-18T18:58:18.486Z Downloaded inout v0.1.4
2562026-08-18T18:58:18.486Z Downloaded anstyle v1.0.14
2572026-08-18T18:58:18.489Z Downloaded byte-wrapper v0.1.0
2582026-08-18T18:58:18.489Z Downloaded is_terminal_polyfill v1.70.2
2592026-08-18T18:58:18.493Z Downloaded konst_macro_rules v0.2.19
2602026-08-18T18:58:18.493Z Downloaded anyhow v1.0.104
2612026-08-18T18:58:18.496Z Downloaded backon v1.6.0
2622026-08-18T18:58:18.496Z Downloaded base16ct v1.0.0
2632026-08-18T18:58:18.496Z Downloaded is_ci v1.2.0
2642026-08-18T18:58:18.499Z Downloaded lru-slab v0.1.2
2652026-08-18T18:58:18.499Z Downloaded managed v0.8.0
2662026-08-18T18:58:18.502Z Downloaded internet-checksum v0.2.1
2672026-08-18T18:58:18.505Z Downloaded atomicwrites v0.4.4
2682026-08-18T18:58:18.508Z Downloaded newtype_derive v0.1.6
2692026-08-18T18:58:18.508Z Downloaded hubpack v0.1.2
2702026-08-18T18:58:18.511Z Downloaded convert_case v0.4.0
2712026-08-18T18:58:18.511Z Downloaded cpufeatures v0.3.0
2722026-08-18T18:58:18.511Z Downloaded crypto-common v0.1.7
2732026-08-18T18:58:18.514Z Downloaded itoa v1.0.18
2742026-08-18T18:58:18.517Z Downloaded num v0.4.3
2752026-08-18T18:58:18.517Z Downloaded jiff-static v0.2.35
2762026-08-18T18:58:18.520Z Downloaded block-buffer v0.12.1
2772026-08-18T18:58:18.523Z Downloaded ahash v0.8.12
2782026-08-18T18:58:18.525Z Downloaded argon2 v0.5.3
2792026-08-18T18:58:18.525Z Downloaded base64ct v1.8.3
2802026-08-18T18:58:18.528Z Downloaded bytecount v0.6.9
2812026-08-18T18:58:18.528Z Downloaded httpdate v1.0.3
2822026-08-18T18:58:18.528Z Downloaded newline-converter v0.3.0
2832026-08-18T18:58:18.528Z Downloaded match_cfg v0.1.0
2842026-08-18T18:58:18.528Z Downloaded cipher v0.4.4
2852026-08-18T18:58:18.531Z Downloaded bcs v0.1.6
2862026-08-18T18:58:18.531Z Downloaded camino v1.2.5
2872026-08-18T18:58:18.532Z Downloaded blake2 v0.10.6
2882026-08-18T18:58:18.535Z Downloaded cargo_toml v0.22.3
2892026-08-18T18:58:18.535Z Downloaded compression-core v0.4.32
2902026-08-18T18:58:18.535Z Downloaded instant v0.1.13
2912026-08-18T18:58:18.537Z Downloaded cobs v0.3.0
2922026-08-18T18:58:18.540Z Downloaded crunchy v0.2.4
2932026-08-18T18:58:18.540Z Downloaded memmap v0.7.0
2942026-08-18T18:58:18.543Z Downloaded keccak v0.1.6
2952026-08-18T18:58:18.543Z Downloaded macaddr v1.0.1
2962026-08-18T18:58:18.543Z Downloaded block-buffer v0.10.4
2972026-08-18T18:58:18.543Z Downloaded camino-tempfile v1.4.1
2982026-08-18T18:58:18.546Z Downloaded idna_adapter v1.2.2
2992026-08-18T18:58:18.546Z Downloaded num-derive v0.4.2
3002026-08-18T18:58:18.549Z Downloaded ciborium-io v0.2.2
3012026-08-18T18:58:18.549Z Downloaded const-random-macro v0.1.16
3022026-08-18T18:58:18.549Z Downloaded memoffset v0.9.1
3032026-08-18T18:58:18.551Z Downloaded num_threads v0.1.7
3042026-08-18T18:58:18.552Z Downloaded crucible-workspace-hack v0.1.0
3052026-08-18T18:58:18.552Z Downloaded cstr-argument v0.1.2
3062026-08-18T18:58:18.552Z Downloaded cpufeatures v0.2.17
3072026-08-18T18:58:18.555Z Downloaded clap_lex v1.1.0
3082026-08-18T18:58:18.558Z Downloaded colorchoice v1.0.5
3092026-08-18T18:58:18.558Z Downloaded lru-cache v0.1.2
3102026-08-18T18:58:18.558Z Downloaded num_enum_derive v0.5.11
3112026-08-18T18:58:18.561Z Downloaded crc8 v0.1.1
3122026-08-18T18:58:18.561Z Downloaded libscf-sys v1.2.0
3132026-08-18T18:58:18.561Z Downloaded no-std-compat v0.4.1
3142026-08-18T18:58:18.563Z Downloaded crypto-common v0.2.2
3152026-08-18T18:58:18.566Z Downloaded ciborium-ll v0.2.2
3162026-08-18T18:58:18.566Z Downloaded natord v1.0.9
3172026-08-18T18:58:18.569Z Downloaded newtype-uuid-macros v0.1.1
3182026-08-18T18:58:18.569Z Downloaded num-iter v0.1.46
3192026-08-18T18:58:18.569Z Downloaded num-conv v0.2.2
3202026-08-18T18:58:18.569Z Downloaded serde-big-array v0.5.1
3212026-08-18T18:58:18.574Z Downloaded sigpipe v0.1.3
3222026-08-18T18:58:18.578Z Downloaded async-trait v0.1.92
3232026-08-18T18:58:18.581Z Downloaded daft-derive v0.1.8
3242026-08-18T18:58:18.584Z Downloaded chacha20 v0.9.1
3252026-08-18T18:58:18.586Z Downloaded lazy_static v1.5.0
3262026-08-18T18:58:18.586Z Downloaded ipnet v2.12.1
3272026-08-18T18:58:18.586Z Downloaded bs58 v0.5.1
3282026-08-18T18:58:18.589Z Downloaded critical-section v1.2.0
3292026-08-18T18:58:18.589Z Downloaded csv-core v0.1.13
3302026-08-18T18:58:18.589Z Downloaded jobserver v0.1.35
3312026-08-18T18:58:18.592Z Downloaded compression-codecs v0.4.38
3322026-08-18T18:58:18.592Z Downloaded ident_case v1.0.1
3332026-08-18T18:58:18.592Z Downloaded ingot v0.2.1
3342026-08-18T18:58:18.596Z Downloaded linear-map v1.2.0
3352026-08-18T18:58:18.596Z Downloaded lock_api v0.4.14
3362026-08-18T18:58:18.596Z Downloaded serde_urlencoded v0.7.1
3372026-08-18T18:58:18.599Z Downloaded scroll_derive v0.13.1
3382026-08-18T18:58:18.599Z Downloaded strum v0.27.2
3392026-08-18T18:58:18.599Z Downloaded subtle v2.6.1
3402026-08-18T18:58:18.602Z Downloaded hyper-rustls v0.27.9
3412026-08-18T18:58:18.602Z Downloaded ingot v0.1.1
3422026-08-18T18:58:18.602Z Downloaded indent_write v2.2.0
3432026-08-18T18:58:18.604Z Downloaded curve25519-dalek-derive v0.1.1
3442026-08-18T18:58:18.607Z Downloaded humantime v2.4.0
3452026-08-18T18:58:18.610Z Downloaded mime v0.3.17
3462026-08-18T18:58:18.610Z Downloaded num_enum v0.7.6
3472026-08-18T18:58:18.613Z Downloaded num_enum_derive v0.7.6
3482026-08-18T18:58:18.615Z Downloaded take_mut v0.2.2
3492026-08-18T18:58:18.615Z Downloaded thiserror-impl-no-std v2.0.2
3502026-08-18T18:58:18.615Z Downloaded ingot-types v0.2.0
3512026-08-18T18:58:18.615Z Downloaded ipnetwork v0.21.1
3522026-08-18T18:58:18.618Z Downloaded termtree v0.5.1
3532026-08-18T18:58:18.618Z Downloaded tinyvec_macros v0.1.1
3542026-08-18T18:58:18.627Z Downloaded unit-prefix v0.5.2
3552026-08-18T18:58:18.629Z Downloaded daft v0.1.8
3562026-08-18T18:58:18.629Z Downloaded scroll v0.12.0
3572026-08-18T18:58:18.629Z Downloaded cmake v0.1.58
3582026-08-18T18:58:18.632Z Downloaded num-rational v0.4.2
3592026-08-18T18:58:18.632Z Downloaded try-lock v0.2.5
3602026-08-18T18:58:18.635Z Downloaded ingot-types v0.1.2
3612026-08-18T18:58:18.635Z Downloaded linked-hash-map v0.5.6
3622026-08-18T18:58:18.635Z Downloaded untrusted v0.9.0
3632026-08-18T18:58:18.635Z Downloaded usdt-attr-macro v0.6.0
3642026-08-18T18:58:18.638Z Downloaded darling_macro v0.21.3
3652026-08-18T18:58:18.638Z Downloaded zerofrom-derive v0.1.7
3662026-08-18T18:58:18.642Z Downloaded rusty-fork v0.3.1
3672026-08-18T18:58:18.644Z Downloaded num_enum v0.5.11
3682026-08-18T18:58:18.648Z Downloaded libsw v3.5.0
3692026-08-18T18:58:18.648Z Downloaded serde_derive_internals v0.29.1
3702026-08-18T18:58:18.650Z Downloaded libsw-core v0.3.2
3712026-08-18T18:58:18.650Z Downloaded newtype-uuid v1.4.0
3722026-08-18T18:58:18.650Z Downloaded num-integer v0.1.47
3732026-08-18T18:58:18.650Z Downloaded bitflags v1.3.2
3742026-08-18T18:58:18.653Z Downloaded cancel-safe-futures v0.1.5
3752026-08-18T18:58:18.653Z Downloaded anstream v1.0.0
3762026-08-18T18:58:18.653Z Downloaded backoff v0.4.0
3772026-08-18T18:58:18.656Z Downloaded unarray v0.1.4
3782026-08-18T18:58:18.656Z Downloaded usdt-macro v0.6.0
3792026-08-18T18:58:18.656Z Downloaded usdt-macro v0.5.0
3802026-08-18T18:58:18.656Z Downloaded console v0.16.4
3812026-08-18T18:58:18.659Z Downloaded dunce v1.0.5
3822026-08-18T18:58:18.659Z Downloaded dyn-clone v1.0.20
3832026-08-18T18:58:18.659Z Downloaded usdt-attr-macro v0.5.0
3842026-08-18T18:58:18.659Z Downloaded dof v0.4.0
3852026-08-18T18:58:18.662Z Downloaded futures-io v0.3.34
3862026-08-18T18:58:18.662Z Downloaded futures-macro v0.3.34
3872026-08-18T18:58:18.662Z Downloaded equivalent v1.0.2
3882026-08-18T18:58:18.666Z Downloaded foreign-types-macros v0.2.4
3892026-08-18T18:58:18.666Z Downloaded foreign-types-shared v0.1.1
3902026-08-18T18:58:18.666Z Downloaded heck v0.4.1
3912026-08-18T18:58:18.670Z Downloaded sha2 v0.10.9
3922026-08-18T18:58:18.673Z Downloaded slog-scope v4.4.1
3932026-08-18T18:58:18.673Z Downloaded slab v0.4.12
3942026-08-18T18:58:18.676Z Downloaded darling v0.21.3
3952026-08-18T18:58:18.679Z Downloaded crossbeam-epoch v0.9.20
3962026-08-18T18:58:18.679Z Downloaded thiserror-impl v2.0.20
3972026-08-18T18:58:18.684Z Downloaded darling v0.23.0
3982026-08-18T18:58:18.692Z Downloaded clap_derive v4.6.4
3992026-08-18T18:58:18.694Z Downloaded colored v3.1.1
4002026-08-18T18:58:18.694Z Downloaded const_format_proc_macros v0.2.34
4012026-08-18T18:58:18.697Z Downloaded crossbeam-deque v0.8.7
4022026-08-18T18:58:18.697Z Downloaded ingot-macros v0.1.1
4032026-08-18T18:58:18.697Z Downloaded memmap2 v0.9.11
4042026-08-18T18:58:18.700Z Downloaded ciborium v0.2.2
4052026-08-18T18:58:18.700Z Downloaded crossbeam-utils v0.8.22
4062026-08-18T18:58:18.702Z Downloaded litemap v0.8.2
4072026-08-18T18:58:18.703Z Downloaded http-body v1.1.0
4082026-08-18T18:58:18.703Z Downloaded smartstring v1.0.1
4092026-08-18T18:58:18.705Z Downloaded usdt-impl v0.6.0
4102026-08-18T18:58:18.709Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4112026-08-18T18:58:18.709Z Downloaded tower-service v0.3.3
4122026-08-18T18:58:18.709Z Downloaded progenitor-client v0.14.0
4132026-08-18T18:58:18.715Z Downloaded ref-cast-impl v1.0.26
4142026-08-18T18:58:18.718Z Downloaded arc-swap v1.9.2
4152026-08-18T18:58:18.721Z Downloaded bitflags v2.13.1
4162026-08-18T18:58:18.724Z Downloaded console v0.15.11
4172026-08-18T18:58:18.728Z Downloaded iana-time-zone v0.1.65
4182026-08-18T18:58:18.732Z Downloaded slog-envlogger v2.2.0
4192026-08-18T18:58:18.735Z Downloaded digest v0.10.7
4202026-08-18T18:58:18.735Z Downloaded futures-core v0.3.34
4212026-08-18T18:58:18.735Z Downloaded slog-async v2.8.0
4222026-08-18T18:58:18.735Z Downloaded globset v0.4.20
4232026-08-18T18:58:18.735Z Downloaded tabwriter v1.4.1
4242026-08-18T18:58:18.738Z Downloaded clap v4.6.6
4252026-08-18T18:58:18.741Z Downloaded multer v3.1.0
4262026-08-18T18:58:18.744Z Downloaded num-complex v0.4.6
4272026-08-18T18:58:18.744Z Downloaded cookie v0.18.2
4282026-08-18T18:58:18.747Z Downloaded futures-executor v0.3.34
4292026-08-18T18:58:18.747Z Downloaded owo-colors v4.3.0
4302026-08-18T18:58:18.747Z Downloaded allocator-api2 v0.2.21
4312026-08-18T18:58:18.750Z Downloaded derive-ex v0.1.8
4322026-08-18T18:58:18.750Z Downloaded const-oid v0.10.2
4332026-08-18T18:58:18.750Z Downloaded time-macros v0.2.32
4342026-08-18T18:58:18.753Z Downloaded sha1 v0.10.7
4352026-08-18T18:58:18.756Z Downloaded semver v0.1.20
4362026-08-18T18:58:18.756Z Downloaded terminal_size v0.4.4
4372026-08-18T18:58:18.756Z Downloaded thread-id v4.2.2
4382026-08-18T18:58:18.759Z Downloaded serde_spanned v0.6.9
4392026-08-18T18:58:18.759Z Downloaded sha1 v0.11.0
4402026-08-18T18:58:18.762Z Downloaded typeid v1.0.3
4412026-08-18T18:58:18.762Z Downloaded darling_macro v0.23.0
4422026-08-18T18:58:18.762Z Downloaded wait-timeout v0.2.1
4432026-08-18T18:58:18.762Z Downloaded want v0.3.1
4442026-08-18T18:58:18.762Z Downloaded strum v0.26.3
4452026-08-18T18:58:18.765Z Downloaded icu_provider v2.2.0
4462026-08-18T18:58:18.765Z Downloaded indexmap v1.9.3
4472026-08-18T18:58:18.767Z Downloaded poly1305 v0.8.0
4482026-08-18T18:58:18.770Z Downloaded ingot-macros v0.2.0
4492026-08-18T18:58:18.773Z Downloaded spin v0.9.9
4502026-08-18T18:58:18.775Z Downloaded rustls-pki-types v1.15.1
4512026-08-18T18:58:18.778Z Downloaded progenitor-extras v0.2.0
4522026-08-18T18:58:18.781Z Downloaded zeroize v1.9.0
4532026-08-18T18:58:18.784Z Downloaded errno v0.3.14
4542026-08-18T18:58:18.787Z Downloaded dropshot-api-manager-types v0.7.2
4552026-08-18T18:58:18.789Z Downloaded foreign-types v0.3.2
4562026-08-18T18:58:18.792Z Downloaded resolv-conf v0.7.6
4572026-08-18T18:58:18.792Z Downloaded swrite v0.1.0
4582026-08-18T18:58:18.795Z Downloaded typify-macro v0.6.2
4592026-08-18T18:58:18.798Z Downloaded usdt-impl v0.5.0
4602026-08-18T18:58:18.798Z Downloaded untrusted v0.7.1
4612026-08-18T18:58:18.798Z Downloaded zerofrom v0.1.8
4622026-08-18T18:58:18.803Z Downloaded zeroize_derive v1.5.0
4632026-08-18T18:58:18.806Z Downloaded generic-array v0.14.7
4642026-08-18T18:58:18.808Z Downloaded hash32 v0.3.1
4652026-08-18T18:58:18.808Z Downloaded tokio-rustls v0.26.4
4662026-08-18T18:58:18.812Z Downloaded erased-serde v0.3.31
4672026-08-18T18:58:18.812Z Downloaded pest_derive v2.8.8
4682026-08-18T18:58:18.812Z Downloaded tokio-stream v0.1.19
4692026-08-18T18:58:18.815Z Downloaded openssl-macros v0.1.1
4702026-08-18T18:58:18.815Z Downloaded openssl-probe v0.2.1
4712026-08-18T18:58:18.815Z Downloaded pin-project-internal v1.1.13
4722026-08-18T18:58:18.818Z Downloaded proc-macro-error v1.0.4
4732026-08-18T18:58:18.818Z Downloaded omicron-workspace-hack v0.1.0
4742026-08-18T18:58:18.818Z Downloaded progenitor v0.10.0
4752026-08-18T18:58:18.821Z Downloaded rand_core v0.6.4
4762026-08-18T18:58:18.821Z Downloaded rand_core v0.9.5
4772026-08-18T18:58:18.821Z Downloaded enum-as-inner v0.6.1
4782026-08-18T18:58:18.823Z Downloaded synstructure v0.13.2
4792026-08-18T18:58:18.826Z Downloaded chacha20poly1305 v0.10.1
4802026-08-18T18:58:18.826Z Downloaded futures-sink v0.3.34
4812026-08-18T18:58:18.831Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4822026-08-18T18:58:18.834Z Downloaded rand_chacha v0.3.1
4832026-08-18T18:58:18.841Z Downloaded num-traits v0.2.19
4842026-08-18T18:58:18.845Z Downloaded serial_test_derive v4.0.1
4852026-08-18T18:58:18.848Z Downloaded postcard v1.1.3
4862026-08-18T18:58:18.848Z Downloaded scopeguard v1.2.0
4872026-08-18T18:58:18.853Z Downloaded const_format v0.2.36
4882026-08-18T18:58:18.855Z Downloaded fixedbitset v0.5.7
4892026-08-18T18:58:18.858Z Downloaded rustls-native-certs v0.8.4
4902026-08-18T18:58:18.858Z Downloaded rustls-pemfile v2.2.0
4912026-08-18T18:58:18.861Z Downloaded static_assertions v1.1.0
4922026-08-18T18:58:18.861Z Downloaded tungstenite v0.21.0
4932026-08-18T18:58:18.864Z Downloaded same-file v1.0.6
4942026-08-18T18:58:18.864Z Downloaded either v1.17.0
4952026-08-18T18:58:18.864Z Downloaded foreign-types v0.5.0
4962026-08-18T18:58:18.864Z Downloaded proc-macro-crate v3.5.0
4972026-08-18T18:58:18.867Z Downloaded rand_xorshift v0.4.0
4982026-08-18T18:58:18.870Z Downloaded structmeta-derive v0.3.0
4992026-08-18T18:58:18.870Z Downloaded base64 v0.21.7
5002026-08-18T18:58:18.873Z Downloaded schemars v0.9.0
5012026-08-18T18:58:18.877Z Downloaded icu_properties v2.2.0
5022026-08-18T18:58:18.880Z Downloaded icu_locale_core v2.2.0
5032026-08-18T18:58:18.883Z Downloaded bytes v1.12.1
5042026-08-18T18:58:18.885Z Downloaded indicatif v0.18.6
5052026-08-18T18:58:18.885Z Downloaded gethostname v0.5.0
5062026-08-18T18:58:18.888Z Downloaded async-compression v0.4.43
5072026-08-18T18:58:18.891Z Downloaded tiny-keccak v2.0.2
5082026-08-18T18:58:18.891Z Downloaded hyper v1.11.0
5092026-08-18T18:58:18.894Z Downloaded icu_normalizer_data v2.2.0
5102026-08-18T18:58:18.897Z Downloaded tabled_derive v0.7.0
5112026-08-18T18:58:18.897Z Downloaded tinystr v0.8.3
5122026-08-18T18:58:18.897Z Downloaded universal-hash v0.5.1
5132026-08-18T18:58:18.899Z Downloaded utf8parse v0.2.2
5142026-08-18T18:58:18.899Z Downloaded dof v0.3.0
5152026-08-18T18:58:18.899Z Downloaded dtrace-parser v0.2.0
5162026-08-18T18:58:18.900Z Downloaded snafu v0.8.9
5172026-08-18T18:58:18.902Z Downloaded testing_table v0.3.0
5182026-08-18T18:58:18.905Z Downloaded toml v0.8.23
5192026-08-18T18:58:18.910Z Downloaded test-strategy v0.4.5
5202026-08-18T18:58:18.913Z Downloaded data-encoding v2.11.1
5212026-08-18T18:58:18.913Z Downloaded embedded-io v0.6.1
5222026-08-18T18:58:18.916Z Downloaded parking_lot v0.11.2
5232026-08-18T18:58:18.916Z Downloaded parking_lot v0.12.5
5242026-08-18T18:58:18.920Z Downloaded futures-task v0.3.34
5252026-08-18T18:58:18.920Z Downloaded fnv v1.0.7
5262026-08-18T18:58:18.922Z Downloaded base64 v0.22.1
5272026-08-18T18:58:18.922Z Downloaded serde_tokenstream v0.3.0
5282026-08-18T18:58:18.922Z Downloaded hostname v0.3.1
5292026-08-18T18:58:18.925Z Downloaded password-hash v0.5.0
5302026-08-18T18:58:18.925Z Downloaded defmt v0.3.100
5312026-08-18T18:58:18.928Z Downloaded crypto-bigint v0.5.5
5322026-08-18T18:58:18.931Z Downloaded progenitor-impl v0.10.0
5332026-08-18T18:58:18.933Z Downloaded log v0.4.33
5342026-08-18T18:58:18.936Z Downloaded miniz_oxide v0.8.9
5352026-08-18T18:58:18.936Z Downloaded parse-display-derive v0.10.0
5362026-08-18T18:58:18.936Z Downloaded progenitor v0.13.0
5372026-08-18T18:58:18.939Z Downloaded unicode-ident v1.0.24
5382026-08-18T18:58:18.939Z Downloaded rand_pcg v0.10.2
5392026-08-18T18:58:18.939Z Downloaded strum_macros v0.26.4
5402026-08-18T18:58:18.942Z Downloaded snafu-derive v0.8.9
5412026-08-18T18:58:18.942Z Downloaded thiserror-impl v1.0.69
5422026-08-18T18:58:18.946Z Downloaded cc v1.4.2
5432026-08-18T18:58:18.949Z Downloaded darling_core v0.21.3
5442026-08-18T18:58:18.952Z Downloaded serde_with_macros v3.22.0
5452026-08-18T18:58:18.952Z Downloaded smallvec v1.15.2
5462026-08-18T18:58:18.955Z Downloaded smawk v0.3.3
5472026-08-18T18:58:18.955Z Downloaded secrecy v0.10.3
5482026-08-18T18:58:18.957Z Downloaded slog-bunyan v2.5.0
5492026-08-18T18:58:18.957Z Downloaded phf_shared v0.12.1
5502026-08-18T18:58:18.964Z Downloaded toml_write v0.1.2
5512026-08-18T18:58:18.967Z Downloaded pin-project-lite v0.2.17
5522026-08-18T18:58:18.970Z Downloaded strsim v0.11.1
5532026-08-18T18:58:18.972Z Downloaded konst v0.2.20
5542026-08-18T18:58:18.975Z Downloaded unicode-linebreak v0.1.5
5552026-08-18T18:58:18.975Z Downloaded usdt v0.5.0
5562026-08-18T18:58:18.978Z Downloaded potential_utf v0.1.5
5572026-08-18T18:58:18.978Z Downloaded unicode-xid v0.2.6
5582026-08-18T18:58:18.978Z Downloaded toml_edit v0.25.13+spec-1.1.0
5592026-08-18T18:58:18.981Z Downloaded quick-error v1.2.3
5602026-08-18T18:58:18.984Z Downloaded thiserror v2.0.20
5612026-08-18T18:58:18.986Z Downloaded zmij v1.0.23
5622026-08-18T18:58:18.989Z Downloaded pretty_assertions v1.4.1
5632026-08-18T18:58:18.989Z Downloaded slog-json v2.6.1
5642026-08-18T18:58:18.992Z Downloaded tokio-dtrace v0.1.1
5652026-08-18T18:58:18.998Z Downloaded scroll v0.13.0
5662026-08-18T18:58:19.001Z Downloaded zone v0.3.1
5672026-08-18T18:58:19.001Z Downloaded thread_local v1.1.10
5682026-08-18T18:58:19.013Z Downloaded crossbeam-channel v0.5.16
5692026-08-18T18:58:19.016Z Downloaded darling_core v0.23.0
5702026-08-18T18:58:19.019Z Downloaded fs-err v3.3.1
5712026-08-18T18:58:19.019Z Downloaded hex v0.4.3
5722026-08-18T18:58:19.022Z Downloaded glob v0.3.4
5732026-08-18T18:58:19.022Z Downloaded opaque-debug v0.3.1
5742026-08-18T18:58:19.022Z Downloaded powerfmt v0.2.0
5752026-08-18T18:58:19.022Z Downloaded tower-layer v0.3.3
5762026-08-18T18:58:19.025Z Downloaded proc-macro-error-attr v1.0.4
5772026-08-18T18:58:19.025Z Downloaded yoke-derive v0.8.2
5782026-08-18T18:58:19.027Z Downloaded serde_derive v1.0.229
5792026-08-18T18:58:19.030Z Downloaded signal-hook-registry v1.4.8
5802026-08-18T18:58:19.039Z Downloaded yansi v1.0.1
5812026-08-18T18:58:19.042Z Downloaded oxnet v0.1.6
5822026-08-18T18:58:19.045Z Downloaded phf v0.12.1
5832026-08-18T18:58:19.045Z Downloaded toml_parser v1.1.3+spec-1.1.0
5842026-08-18T18:58:19.045Z Downloaded ppv-lite86 v0.2.21
5852026-08-18T18:58:19.048Z Downloaded pin-project v1.1.13
5862026-08-18T18:58:19.053Z Downloaded heck v0.5.0
5872026-08-18T18:58:19.056Z Downloaded spin v0.5.2
5882026-08-18T18:58:19.056Z Downloaded supports-color v3.0.2
5892026-08-18T18:58:19.056Z Downloaded hyper-util v0.1.20
5902026-08-18T18:58:19.063Z Downloaded icu_collections v2.2.0
5912026-08-18T18:58:19.066Z Downloaded indexmap v2.14.0
5922026-08-18T18:58:19.069Z Downloaded icu_normalizer v2.2.0
5932026-08-18T18:58:19.071Z Downloaded pem v3.0.6
5942026-08-18T18:58:19.074Z Downloaded progenitor-impl v0.14.0
5952026-08-18T18:58:19.077Z Downloaded serde_core v1.0.229
5962026-08-18T18:58:19.080Z Downloaded deranged v0.5.8
5972026-08-18T18:58:19.083Z Downloaded embedded-io v0.4.0
5982026-08-18T18:58:19.086Z Downloaded ff v0.13.1
5992026-08-18T18:58:19.086Z Downloaded percent-encoding v2.3.2
6002026-08-18T18:58:19.089Z Downloaded yoke v0.8.3
6012026-08-18T18:58:19.092Z Downloaded similar v2.7.0
6022026-08-18T18:58:19.095Z Downloaded xz2 v0.1.7
6032026-08-18T18:58:19.098Z Downloaded pkg-config v0.3.33
6042026-08-18T18:58:19.102Z Downloaded usdt v0.6.0
6052026-08-18T18:58:19.105Z Downloaded utf-8 v0.7.6
6062026-08-18T18:58:19.105Z Downloaded progenitor v0.14.0
6072026-08-18T18:58:19.108Z Downloaded semver v1.0.28
6082026-08-18T18:58:19.114Z Downloaded papergrid v0.18.0
6092026-08-18T18:58:19.121Z Downloaded defmt v1.1.1
6102026-08-18T18:58:19.121Z Downloaded derive-where v1.6.1
6112026-08-18T18:58:19.121Z Downloaded time-core v0.1.9
6122026-08-18T18:58:19.121Z Downloaded derive_more v0.99.20
6132026-08-18T18:58:19.130Z Downloaded stable_deref_trait v1.2.1
6142026-08-18T18:58:19.130Z Downloaded tokio-macros v2.7.2
6152026-08-18T18:58:19.130Z Downloaded find-msvc-tools v0.1.10
6162026-08-18T18:58:19.130Z Downloaded rand_core v0.10.1
6172026-08-18T18:58:19.130Z Downloaded pretty-hex v0.4.2
6182026-08-18T18:58:19.130Z Downloaded structmeta v0.3.0
6192026-08-18T18:58:19.130Z Downloaded heapless v0.8.0
6202026-08-18T18:58:19.130Z Downloaded shlex v2.0.1
6212026-08-18T18:58:19.130Z Downloaded minimal-lexical v0.2.1
6222026-08-18T18:58:19.134Z Downloaded openssl-sys v0.9.117
6232026-08-18T18:58:19.134Z Downloaded thin-vec v0.2.19
6242026-08-18T18:58:19.138Z Downloaded uuid v1.24.0
6252026-08-18T18:58:19.138Z Downloaded memchr v2.8.3
6262026-08-18T18:58:19.143Z Downloaded mio v1.2.2
6272026-08-18T18:58:19.143Z Downloaded dtrace-parser v0.3.0
6282026-08-18T18:58:19.145Z Downloaded foreign-types-shared v0.3.1
6292026-08-18T18:58:19.145Z Downloaded steno v0.4.1
6302026-08-18T18:58:19.145Z Downloaded defmt-macros v1.1.1
6312026-08-18T18:58:19.148Z Downloaded displaydoc v0.2.7
6322026-08-18T18:58:19.148Z Downloaded foldhash v0.2.0
6332026-08-18T18:58:19.148Z Downloaded once_cell v1.21.4
6342026-08-18T18:58:19.153Z Downloaded hickory-resolver v0.24.4
6352026-08-18T18:58:19.155Z Downloaded typify-macro v0.4.3
6362026-08-18T18:58:19.155Z Downloaded waitgroup v0.1.2
6372026-08-18T18:58:19.158Z Downloaded nom v7.1.3
6382026-08-18T18:58:19.161Z Downloaded fs_extra v1.3.0
6392026-08-18T18:58:19.169Z Downloaded rustc-hash v2.1.3
6402026-08-18T18:58:19.169Z Downloaded progenitor-macro v0.10.0
6412026-08-18T18:58:19.169Z Downloaded siphasher v1.0.3
6422026-08-18T18:58:19.169Z Downloaded quote v1.0.47
6432026-08-18T18:58:19.169Z Downloaded getrandom v0.2.17
6442026-08-18T18:58:19.172Z Downloaded defmt-parser v1.0.0
6452026-08-18T18:58:19.172Z Downloaded papergrid v0.11.0
6462026-08-18T18:58:19.175Z Downloaded typed-path v0.9.3
6472026-08-18T18:58:19.179Z Downloaded progenitor-client v0.13.0
6482026-08-18T18:58:19.182Z Downloaded typify v0.4.3
6492026-08-18T18:58:19.186Z Downloaded quinn-udp v0.5.15
6502026-08-18T18:58:19.186Z Downloaded rustversion v1.0.23
6512026-08-18T18:58:19.186Z Downloaded slog-stdlog v4.1.1
6522026-08-18T18:58:19.186Z Downloaded serde_path_to_error v0.1.20
6532026-08-18T18:58:19.193Z Downloaded proc-macro-crate v1.3.1
6542026-08-18T18:58:19.195Z Downloaded tokio-tungstenite v0.21.0
6552026-08-18T18:58:19.198Z Downloaded unsafe-libyaml v0.2.11
6562026-08-18T18:58:19.198Z Downloaded proc-macro2 v1.0.107
6572026-08-18T18:58:19.201Z Downloaded hickory-resolver v0.25.2
6582026-08-18T18:58:19.203Z Downloaded getrandom v0.3.4
6592026-08-18T18:58:19.207Z Downloaded writeable v0.6.3
6602026-08-18T18:58:19.207Z Downloaded highway v1.3.0
6612026-08-18T18:58:19.207Z Downloaded serde_spanned v1.1.1
6622026-08-18T18:58:19.207Z Downloaded version_check v0.9.5
6632026-08-18T18:58:19.210Z Downloaded serde_repr v0.1.21
6642026-08-18T18:58:19.210Z Downloaded serde_plain v1.0.2
6652026-08-18T18:58:19.211Z Downloaded thread-id v5.1.0
6662026-08-18T18:58:19.211Z Downloaded tracing-attributes v0.1.31
6672026-08-18T18:58:19.214Z Downloaded tracing-core v0.1.36
6682026-08-18T18:58:19.214Z Downloaded float-ord v0.3.2
6692026-08-18T18:58:19.221Z Downloaded flate2 v1.1.9
6702026-08-18T18:58:19.230Z Downloaded pest_generator v2.8.8
6712026-08-18T18:58:19.232Z Downloaded rustc_version v0.1.7
6722026-08-18T18:58:19.232Z Downloaded serial_test v4.0.1
6732026-08-18T18:58:19.233Z Downloaded thiserror-no-std v2.0.2
6742026-08-18T18:58:19.235Z Downloaded form_urlencoded v1.2.2
6752026-08-18T18:58:19.235Z Downloaded git-stub v1.0.0
6762026-08-18T18:58:19.236Z Downloaded oxide-tokio-rt v0.1.6
6772026-08-18T18:58:19.236Z Downloaded jiff-core v0.1.0
6782026-08-18T18:58:19.239Z Downloaded scroll_derive v0.12.1
6792026-08-18T18:58:19.239Z Downloaded hostname v0.4.2
6802026-08-18T18:58:19.242Z Downloaded futures v0.3.34
6812026-08-18T18:58:19.242Z Downloaded futures-channel v0.3.34
6822026-08-18T18:58:19.245Z Downloaded rand v0.9.5
6832026-08-18T18:58:19.247Z Downloaded rhai_codegen v3.2.0
6842026-08-18T18:58:19.271Z Downloaded toml_datetime v0.6.11
6852026-08-18T18:58:19.274Z Downloaded slog-term v2.9.2
6862026-08-18T18:58:19.275Z Downloaded group v0.13.0
6872026-08-18T18:58:19.275Z Downloaded rustls-platform-verifier v0.7.0
6882026-08-18T18:58:19.275Z Downloaded slog-dtrace v0.3.0
6892026-08-18T18:58:19.275Z Downloaded term v1.2.1
6902026-08-18T18:58:19.275Z Downloaded tagptr v0.2.0
6912026-08-18T18:58:19.275Z Downloaded url v2.5.8
6922026-08-18T18:58:19.275Z Downloaded schemars v0.8.22
6932026-08-18T18:58:19.275Z Downloaded git-stub-vcs v0.1.0
6942026-08-18T18:58:19.275Z Downloaded plain v0.2.3
6952026-08-18T18:58:19.275Z Downloaded olpc-cjson v0.1.4
6962026-08-18T18:58:19.275Z Downloaded debug-ignore v1.0.5
6972026-08-18T18:58:19.275Z Downloaded fxhash v0.2.1
6982026-08-18T18:58:19.275Z Downloaded progenitor-macro v0.14.0
6992026-08-18T18:58:19.278Z Downloaded ref-cast v1.0.26
7002026-08-18T18:58:19.278Z Downloaded ryu v1.0.23
7012026-08-18T18:58:19.281Z Downloaded utf8_iter v1.0.4
7022026-08-18T18:58:19.281Z Downloaded aho-corasick v1.1.5
7032026-08-18T18:58:19.283Z Downloaded tempfile v3.27.0
7042026-08-18T18:58:19.283Z Downloaded ucd-trie v0.1.7
7052026-08-18T18:58:19.286Z Downloaded tinyvec v1.12.0
7062026-08-18T18:58:19.287Z Downloaded rustc_version v0.4.1
7072026-08-18T18:58:19.287Z Downloaded vsss-rs v3.3.4
7082026-08-18T18:58:19.293Z Downloaded digest v0.11.3
7092026-08-18T18:58:19.296Z Downloaded foldhash v0.1.5
7102026-08-18T18:58:19.298Z Downloaded progenitor-client v0.10.0
7112026-08-18T18:58:19.298Z Downloaded parking_lot_core v0.9.12
7122026-08-18T18:58:19.298Z Downloaded toml_edit v0.19.15
7132026-08-18T18:58:19.307Z Downloaded drift v0.2.0
7142026-08-18T18:58:19.312Z Downloaded elliptic-curve v0.13.8
7152026-08-18T18:58:19.315Z Downloaded strum_macros v0.27.2
7162026-08-18T18:58:19.318Z Downloaded parking_lot_core v0.8.6
7172026-08-18T18:58:19.321Z Downloaded sync_wrapper v1.0.2
7182026-08-18T18:58:19.321Z Downloaded qorb v0.4.1
7192026-08-18T18:58:19.324Z Downloaded paste v1.0.15
7202026-08-18T18:58:19.327Z Downloaded walkdir v2.5.0
7212026-08-18T18:58:19.327Z Downloaded idna v1.1.0
7222026-08-18T18:58:19.330Z Downloaded itertools v0.12.1
7232026-08-18T18:58:19.333Z Downloaded progenitor-impl v0.13.0
7242026-08-18T18:58:19.335Z Downloaded smf v0.2.3
7252026-08-18T18:58:19.335Z Downloaded fixedbitset v0.4.2
7262026-08-18T18:58:19.338Z Downloaded parse-display v0.10.0
7272026-08-18T18:58:19.341Z Downloaded serde_yaml v0.9.34+deprecated
7282026-08-18T18:58:19.345Z Downloaded ron v0.12.2
7292026-08-18T18:58:19.349Z Downloaded pest_meta v2.8.8
7302026-08-18T18:58:19.351Z Downloaded slog v2.8.2
7312026-08-18T18:58:19.354Z Downloaded rand_chacha v0.9.0
7322026-08-18T18:58:19.354Z Downloaded toml_edit v0.22.27
7332026-08-18T18:58:19.357Z Downloaded port-file v0.1.0
7342026-08-18T18:58:19.359Z Downloaded fastrand v2.5.0
7352026-08-18T18:58:19.359Z Downloaded schemars_derive v0.8.22
7362026-08-18T18:58:19.361Z Downloaded serde_tokenstream v0.2.3
7372026-08-18T18:58:19.362Z Downloaded simd-adler32 v0.3.10
7382026-08-18T18:58:19.362Z Downloaded zerovec-derive v0.11.3
7392026-08-18T18:58:19.365Z Downloaded dropshot_endpoint v0.17.1
7402026-08-18T18:58:19.365Z Downloaded whoami v1.6.1
7412026-08-18T18:58:19.368Z Downloaded hashbrown v0.15.5
7422026-08-18T18:58:19.373Z Downloaded half v2.7.1
7432026-08-18T18:58:19.376Z Downloaded http-body-util v0.1.5
7442026-08-18T18:58:19.376Z Downloaded zone_cfg_derive v0.3.1
7452026-08-18T18:58:19.380Z Downloaded hmac v0.12.1
7462026-08-18T18:58:19.386Z Downloaded clap_builder v4.6.6
7472026-08-18T18:58:19.390Z Downloaded quinn v0.11.11
7482026-08-18T18:58:19.392Z Downloaded itertools v0.15.0
7492026-08-18T18:58:19.395Z Downloaded serde_json v1.0.151
7502026-08-18T18:58:19.399Z Downloaded itertools v0.14.0
7512026-08-18T18:58:19.402Z Downloaded thiserror v1.0.69
7522026-08-18T18:58:19.405Z Downloaded typenum v1.20.1
7532026-08-18T18:58:19.416Z Downloaded diff v0.1.13
7542026-08-18T18:58:19.419Z Downloaded toml_writer v1.1.2+spec-1.1.0
7552026-08-18T18:58:19.419Z Downloaded http v1.5.0
7562026-08-18T18:58:19.422Z Downloaded zerotrie v0.2.4
7572026-08-18T18:58:19.422Z Downloaded tough v0.22.0
7582026-08-18T18:58:19.426Z Downloaded hashbrown v0.12.3
7592026-08-18T18:58:19.428Z Downloaded typify v0.6.2
7602026-08-18T18:58:19.431Z Downloaded toml v0.9.12+spec-1.1.0
7612026-08-18T18:58:19.437Z Downloaded getrandom v0.4.3
7622026-08-18T18:58:19.440Z Downloaded libm v0.2.16
7632026-08-18T18:58:19.447Z Downloaded icu_properties_data v2.2.0
7642026-08-18T18:58:19.452Z Downloaded rayon-core v1.13.0
7652026-08-18T18:58:19.455Z Downloaded progenitor-macro v0.13.0
7662026-08-18T18:58:19.455Z Downloaded unicode-segmentation v1.13.3
7672026-08-18T18:58:19.458Z Downloaded tower-http v0.6.11
7682026-08-18T18:58:19.465Z Downloaded expectorate v1.2.0
7692026-08-18T18:58:19.469Z Downloaded socket2 v0.6.5
7702026-08-18T18:58:19.477Z Downloaded schemars v1.2.2
7712026-08-18T18:58:19.484Z Downloaded zerocopy-derive v0.7.35
7722026-08-18T18:58:19.488Z Downloaded toml v1.1.4+spec-1.1.0
7732026-08-18T18:58:19.490Z Downloaded nom v8.0.0
7742026-08-18T18:58:19.493Z Downloaded dropshot-api-manager v0.7.2
7752026-08-18T18:58:19.496Z Downloaded textwrap v0.16.2
7762026-08-18T18:58:19.496Z Downloaded rand v0.8.7
7772026-08-18T18:58:19.504Z Downloaded reqwest v0.12.28
7782026-08-18T18:58:19.508Z Downloaded reqwest v0.13.4
7792026-08-18T18:58:19.508Z Downloaded serde v1.0.229
7802026-08-18T18:58:19.512Z Downloaded serde_with v3.22.0
7812026-08-18T18:58:19.517Z Downloaded prettyplease v0.2.37
7822026-08-18T18:58:19.523Z Downloaded regex v1.13.1
7832026-08-18T18:58:19.526Z Downloaded tower v0.5.3
7842026-08-18T18:58:19.530Z Downloaded h2 v0.4.15
7852026-08-18T18:58:19.534Z Downloaded tokio-util v0.7.19
7862026-08-18T18:58:19.538Z Downloaded winnow v1.0.4
7872026-08-18T18:58:19.543Z Downloaded chrono v0.4.45
7882026-08-18T18:58:19.546Z Downloaded rustls-webpki v0.103.14
7892026-08-18T18:58:19.555Z Downloaded tabled v0.21.0
7902026-08-18T18:58:19.563Z Downloaded iddqd v0.4.6
7912026-08-18T18:58:19.568Z Downloaded aws-lc-rs v1.18.0
7922026-08-18T18:58:19.579Z Downloaded zerovec v0.11.6
7932026-08-18T18:58:19.582Z Downloaded rand v0.10.2
7942026-08-18T18:58:19.585Z Downloaded unicode-normalization v0.1.25
7952026-08-18T18:58:19.599Z Downloaded zerocopy-derive v0.8.56
7962026-08-18T18:58:19.617Z Downloaded goblin v0.8.2
7972026-08-18T18:58:19.620Z Downloaded hashbrown v0.16.1
7982026-08-18T18:58:19.624Z Downloaded winnow v0.7.15
7992026-08-18T18:58:19.629Z Downloaded pest v2.8.8
8002026-08-18T18:58:19.633Z Downloaded zerocopy v0.7.35
8012026-08-18T18:58:19.643Z Downloaded winnow v0.5.40
8022026-08-18T18:58:19.652Z Downloaded moka v0.12.16
8032026-08-18T18:58:19.674Z Downloaded curve25519-dalek v4.1.3
8042026-08-18T18:58:19.684Z Downloaded proptest v1.11.0
8052026-08-18T18:58:19.689Z Downloaded rayon v1.12.0
8062026-08-18T18:58:19.693Z Downloaded hashbrown v0.17.1
8072026-08-18T18:58:19.699Z Downloaded hkdf v0.12.4
8082026-08-18T18:58:19.702Z Downloaded unicode-width v0.1.14
8092026-08-18T18:58:19.710Z Downloaded zerocopy v0.8.56
8102026-08-18T18:58:19.720Z Downloaded openssl v0.10.81
8112026-08-18T18:58:19.727Z Downloaded tabled v0.15.0
8122026-08-18T18:58:19.735Z Downloaded quinn-proto v0.11.16
8132026-08-18T18:58:19.739Z Downloaded vcpkg v0.2.15
8142026-08-18T18:58:19.760Z Downloaded portable-atomic v1.15.0
8152026-08-18T18:58:19.764Z Downloaded time v0.3.55
8162026-08-18T18:58:19.771Z Downloaded webpki-roots v1.0.9
8172026-08-18T18:58:19.773Z Downloaded syn v1.0.109
8182026-08-18T18:58:19.777Z Downloaded futures-util v0.3.34
8192026-08-18T18:58:19.783Z Downloaded bstr v1.13.1
8202026-08-18T18:58:19.812Z Downloaded syn v2.0.119
8212026-08-18T18:58:19.819Z Downloaded syn v3.0.3
8222026-08-18T18:58:19.825Z Downloaded rustix v0.38.44
8232026-08-18T18:58:19.836Z Downloaded rustls v0.23.43
8242026-08-18T18:58:19.842Z Downloaded nix v0.31.3
8252026-08-18T18:58:19.849Z Downloaded goblin v0.10.7
8262026-08-18T18:58:19.854Z Downloaded unicode-width v0.2.2
8272026-08-18T18:58:19.860Z Downloaded hickory-proto v0.25.2
8282026-08-18T18:58:19.869Z Downloaded openapiv3 v2.2.0
8292026-08-18T18:58:19.875Z Downloaded rustix v1.1.4
8302026-08-18T18:58:19.889Z Downloaded smoltcp v0.11.0
8312026-08-18T18:58:19.912Z Downloaded regress v0.10.5
8322026-08-18T18:58:19.917Z Downloaded sled v0.34.7
8332026-08-18T18:58:19.923Z Downloaded dropshot v0.17.1
8342026-08-18T18:58:19.935Z Downloaded regex-syntax v0.8.11
8352026-08-18T18:58:19.940Z Downloaded rhai v1.25.1
8362026-08-18T18:58:19.947Z Downloaded regress v0.11.1
8372026-08-18T18:58:19.951Z Downloaded hickory-proto v0.24.4
8382026-08-18T18:58:19.959Z Downloaded tracing v0.1.44
8392026-08-18T18:58:19.983Z Downloaded regex-automata v0.4.18
8402026-08-18T18:58:19.991Z Downloaded typify-impl v0.4.3
8412026-08-18T18:58:20.013Z Downloaded petgraph v0.6.5
8422026-08-18T18:58:20.024Z Downloaded typify-impl v0.6.2
8432026-08-18T18:58:20.031Z Downloaded chrono-tz v0.10.4
8442026-08-18T18:58:20.057Z Downloaded jiff v0.2.35
8452026-08-18T18:58:20.066Z Downloaded petgraph v0.8.3
8462026-08-18T18:58:20.078Z Downloaded csv v1.4.0
8472026-08-18T18:58:20.091Z Downloaded sha3 v0.10.9
8482026-08-18T18:58:20.099Z Downloaded lzma-sys v0.1.20
8492026-08-18T18:58:20.138Z Downloaded libc v0.2.189
8502026-08-18T18:58:20.180Z Downloaded tokio v1.53.1
8512026-08-18T18:58:20.244Z Downloaded encoding_rs v0.8.35
8522026-08-18T18:58:20.260Z Downloaded ring v0.17.14
8532026-08-18T18:58:20.649Z Downloaded aws-lc-sys v0.44.0
8542026-08-18T18:58:21.198Z Compiling proc-macro2 v1.0.107
8552026-08-18T18:58:21.198Z Compiling quote v1.0.47
8562026-08-18T18:58:21.198Z Compiling unicode-ident v1.0.24
8572026-08-18T18:58:21.201Z Compiling serde_core v1.0.229
8582026-08-18T18:58:21.201Z Compiling serde v1.0.229
8592026-08-18T18:58:21.201Z Compiling libc v0.2.189
8602026-08-18T18:58:21.201Z Compiling zmij v1.0.23
8612026-08-18T18:58:21.201Z Compiling autocfg v1.5.1
8622026-08-18T18:58:21.740Z Compiling libm v0.2.16
8632026-08-18T18:58:21.890Z Compiling icu_normalizer_data v2.2.0
8642026-08-18T18:58:21.945Z Compiling icu_properties_data v2.2.0
8652026-08-18T18:58:22.079Z Compiling serde_json v1.0.151
8662026-08-18T18:58:22.120Z Compiling num-traits v0.2.19
8672026-08-18T18:58:22.171Z Compiling getrandom v0.4.3
8682026-08-18T18:58:22.368Z Compiling memchr v2.8.3
8692026-08-18T18:58:22.461Z Compiling thiserror v2.0.20
8702026-08-18T18:58:22.510Z Compiling version_check v0.9.5
8712026-08-18T18:58:22.841Z Compiling schemars v0.8.22
8722026-08-18T18:58:22.967Z Compiling syn v2.0.119
8732026-08-18T18:58:22.986Z Compiling syn v3.0.3
8742026-08-18T18:58:23.032Z Checking cfg-if v1.0.4
8752026-08-18T18:58:23.115Z Compiling parking_lot_core v0.9.12
8762026-08-18T18:58:23.179Z Compiling zerocopy v0.8.56
8772026-08-18T18:58:23.212Z Compiling heck v0.5.0
8782026-08-18T18:58:23.428Z Compiling portable-atomic v1.15.0
8792026-08-18T18:58:23.480Z Compiling rustversion v1.0.23
8802026-08-18T18:58:23.638Z Compiling itoa v1.0.18
8812026-08-18T18:58:23.828Z Compiling jobserver v0.1.35
8822026-08-18T18:58:23.872Z Compiling find-msvc-tools v0.1.10
8832026-08-18T18:58:23.944Z Compiling shlex v2.0.1
8842026-08-18T18:58:24.120Z Compiling cc v1.4.2
8852026-08-18T18:58:24.280Z Compiling pkg-config v0.3.33
8862026-08-18T18:58:24.493Z Compiling dunce v1.0.5
8872026-08-18T18:58:24.576Z Compiling fs_extra v1.3.0
8882026-08-18T18:58:24.602Z Compiling semver v1.0.28
8892026-08-18T18:58:24.747Z Compiling log v0.4.33
8902026-08-18T18:58:24.863Z Compiling httparse v1.10.1
8912026-08-18T18:58:24.921Z Compiling cmake v0.1.58
8922026-08-18T18:58:24.941Z Compiling slog v2.8.2
8932026-08-18T18:58:24.995Z Compiling rustix v1.1.4
8942026-08-18T18:58:25.267Z Compiling allocator-api2 v0.2.21
8952026-08-18T18:58:25.288Z Checking stable_deref_trait v1.2.1
8962026-08-18T18:58:25.291Z Compiling equivalent v1.0.2
8972026-08-18T18:58:25.340Z Compiling thiserror v1.0.69
8982026-08-18T18:58:25.398Z Checking litemap v0.8.2
8992026-08-18T18:58:25.484Z Compiling aws-lc-sys v0.44.0
9002026-08-18T18:58:25.582Z Checking writeable v0.6.3
9012026-08-18T18:58:25.602Z Compiling ring v0.17.14
9022026-08-18T18:58:25.715Z Checking utf8_iter v1.0.4
9032026-08-18T18:58:25.753Z Compiling aws-lc-rs v1.18.0
9042026-08-18T18:58:25.845Z Compiling synstructure v0.13.2
9052026-08-18T18:58:25.866Z Compiling serde_derive_internals v0.29.1
9062026-08-18T18:58:26.057Z Compiling regex-syntax v0.8.11
9072026-08-18T18:58:26.251Z Checking percent-encoding v2.3.2
9082026-08-18T18:58:26.273Z Compiling serde_derive v1.0.229
9092026-08-18T18:58:26.334Z Compiling displaydoc v0.2.7
9102026-08-18T18:58:26.398Z Compiling thiserror-impl v2.0.20
9112026-08-18T18:58:26.586Z Compiling tokio-macros v2.7.2
9122026-08-18T18:58:26.618Z Compiling futures-macro v0.3.34
9132026-08-18T18:58:27.005Z Compiling zerofrom-derive v0.1.7
9142026-08-18T18:58:27.131Z Compiling yoke-derive v0.8.2
9152026-08-18T18:58:27.335Z Compiling zerovec-derive v0.11.3
9162026-08-18T18:58:27.444Z Compiling schemars_derive v0.8.22
9172026-08-18T18:58:27.631Z Compiling zeroize_derive v1.5.0
9182026-08-18T18:58:28.158Z Compiling zerocopy-derive v0.8.56
9192026-08-18T18:58:28.228Z Compiling tracing-attributes v0.1.31
9202026-08-18T18:58:28.406Z Checking zerofrom v0.1.8
9212026-08-18T18:58:28.428Z Compiling thiserror-impl v1.0.69
9222026-08-18T18:58:28.523Z Checking yoke v0.8.3
9232026-08-18T18:58:28.696Z Checking zerovec v0.11.6
9242026-08-18T18:58:28.767Z Checking zerotrie v0.2.4
9252026-08-18T18:58:29.390Z Compiling serde_tokenstream v0.2.3
9262026-08-18T18:58:29.394Z Checking tinystr v0.8.3
9272026-08-18T18:58:29.432Z Checking smallvec v1.15.2
9282026-08-18T18:58:29.527Z Checking bytes v1.12.1
9292026-08-18T18:58:29.548Z Checking potential_utf v0.1.5
9302026-08-18T18:58:29.588Z Checking icu_locale_core v2.2.0
9312026-08-18T18:58:29.695Z Checking icu_collections v2.2.0
9322026-08-18T18:58:29.760Z Compiling aho-corasick v1.1.5
9332026-08-18T18:58:29.955Z Checking form_urlencoded v1.2.2
9342026-08-18T18:58:29.992Z Checking rand_core v0.10.1
9352026-08-18T18:58:30.060Z Compiling rustls v0.23.43
9362026-08-18T18:58:30.083Z Compiling anyhow v1.0.104
9372026-08-18T18:58:30.128Z Compiling ucd-trie v0.1.7
9382026-08-18T18:58:30.177Z Checking icu_provider v2.2.0
9392026-08-18T18:58:30.265Z Compiling pest v2.8.8
9402026-08-18T18:58:30.415Z Checking icu_properties v2.2.0
9412026-08-18T18:58:30.453Z Checking icu_normalizer v2.2.0
9422026-08-18T18:58:30.471Z Compiling getrandom v0.3.4
9432026-08-18T18:58:30.601Z Compiling regex-automata v0.4.18
9442026-08-18T18:58:30.860Z Compiling hashbrown v0.17.1
9452026-08-18T18:58:30.964Z Compiling crossbeam-utils v0.8.22
9462026-08-18T18:58:31.297Z Compiling pest_meta v2.8.8
9472026-08-18T18:58:31.318Z Checking idna_adapter v1.2.2
9482026-08-18T18:58:31.403Z Compiling indexmap v2.14.0
9492026-08-18T18:58:31.447Z Checking idna v1.1.0
9502026-08-18T18:58:31.469Z Compiling paste v1.0.15
9512026-08-18T18:58:31.609Z Checking iana-time-zone v0.1.65
9522026-08-18T18:58:31.691Z Checking url v2.5.8
9532026-08-18T18:58:31.726Z Compiling time-core v0.1.9
9542026-08-18T18:58:31.752Z Compiling num-conv v0.2.2
9552026-08-18T18:58:31.908Z Compiling pest_generator v2.8.8
9562026-08-18T18:58:31.911Z Compiling time-macros v0.2.32
9572026-08-18T18:58:32.037Z Checking chrono v0.4.45
9582026-08-18T18:58:32.059Z Compiling strsim v0.11.1
9592026-08-18T18:58:32.359Z Compiling regex v1.13.1
9602026-08-18T18:58:32.650Z Compiling pest_derive v2.8.8
9612026-08-18T18:58:32.679Z Checking uuid v1.24.0
9622026-08-18T18:58:32.758Z Compiling async-trait v0.1.92
9632026-08-18T18:58:32.911Z Compiling camino v1.2.5
9642026-08-18T18:58:32.983Z Compiling byteorder v1.5.0
9652026-08-18T18:58:33.139Z Compiling ident_case v1.0.1
9662026-08-18T18:58:33.549Z Checking dyn-clone v1.0.20
9672026-08-18T18:58:33.570Z Compiling scroll_derive v0.13.1
9682026-08-18T18:58:33.654Z Checking errno v0.3.14
9692026-08-18T18:58:33.879Z Compiling omicron-workspace-hack v0.1.0
9702026-08-18T18:58:34.124Z Compiling slog-async v2.8.0
9712026-08-18T18:58:34.356Z Compiling generic-array v0.14.7
9722026-08-18T18:58:34.378Z Compiling crc32fast v1.5.0
9732026-08-18T18:58:34.398Z Compiling usdt-impl v0.6.0
9742026-08-18T18:58:34.471Z Compiling scroll v0.13.0
9752026-08-18T18:58:34.633Z Compiling plain v0.2.3
9762026-08-18T18:58:34.698Z Compiling daft-derive v0.1.8
9772026-08-18T18:58:34.728Z Compiling goblin v0.10.7
9782026-08-18T18:58:34.746Z Compiling pretty-hex v0.4.2
9792026-08-18T18:58:34.766Z Compiling dtrace-parser v0.3.0
9802026-08-18T18:58:35.019Z Compiling thread-id v5.1.0
9812026-08-18T18:58:35.264Z Checking pin-project-lite v0.2.17
9822026-08-18T18:58:35.388Z Compiling syn v1.0.109
9832026-08-18T18:58:35.414Z Compiling darling_core v0.23.0
9842026-08-18T18:58:36.101Z Checking bitflags v2.13.1
9852026-08-18T18:58:36.225Z Checking getrandom v0.2.17
9862026-08-18T18:58:36.375Z Checking zeroize v1.9.0
9872026-08-18T18:58:36.671Z Compiling multer v3.1.0
9882026-08-18T18:58:36.786Z Compiling async-stream-impl v0.3.6
9892026-08-18T18:58:37.297Z Checking socket2 v0.6.5
9902026-08-18T18:58:37.528Z Compiling dof v0.4.0
9912026-08-18T18:58:37.552Z Compiling darling_macro v0.23.0
9922026-08-18T18:58:37.680Z Compiling ref-cast v1.0.26
9932026-08-18T18:58:37.740Z Checking scopeguard v1.2.0
9942026-08-18T18:58:37.855Z Checking lock_api v0.4.14
9952026-08-18T18:58:38.107Z Compiling ref-cast-impl v1.0.26
9962026-08-18T18:58:38.144Z Compiling darling v0.23.0
9972026-08-18T18:58:38.235Z Compiling dropshot v0.17.1
9982026-08-18T18:58:38.466Z Checking critical-section v1.2.0
9992026-08-18T18:58:38.573Z Checking once_cell v1.21.4
10002026-08-18T18:58:38.613Z Compiling dropshot_endpoint v0.17.1
10012026-08-18T18:58:38.672Z Compiling serde_tokenstream v0.3.0
10022026-08-18T18:58:38.831Z Checking parking_lot v0.12.5
10032026-08-18T18:58:38.882Z Compiling usdt-attr-macro v0.6.0
10042026-08-18T18:58:38.929Z Compiling usdt-macro v0.6.0
10052026-08-18T18:58:38.962Z Compiling newtype-uuid-macros v0.1.1
10062026-08-18T18:58:39.028Z Checking signal-hook-registry v1.4.8
10072026-08-18T18:58:39.121Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10082026-08-18T18:58:39.200Z Checking mio v1.2.2
10092026-08-18T18:58:39.578Z Checking tokio v1.53.1
10102026-08-18T18:58:39.682Z Compiling strum_macros v0.26.4
10112026-08-18T18:58:39.704Z Compiling structmeta-derive v0.3.0
10122026-08-18T18:58:39.744Z Compiling foldhash v0.2.0
10132026-08-18T18:58:39.970Z Checking subtle v2.6.1
10142026-08-18T18:58:40.028Z Compiling hashbrown v0.16.1
10152026-08-18T18:58:40.200Z Checking futures-core v0.3.34
10162026-08-18T18:58:40.305Z Compiling serde_with_macros v3.22.0
10172026-08-18T18:58:40.617Z Compiling strum_macros v0.27.2
10182026-08-18T18:58:40.712Z Compiling http v1.5.0
10192026-08-18T18:58:40.733Z Compiling structmeta v0.3.0
10202026-08-18T18:58:40.945Z Compiling derive-ex v0.1.8
10212026-08-18T18:58:41.566Z Checking futures-sink v0.3.34
10222026-08-18T18:58:41.671Z Compiling winnow v1.0.4
10232026-08-18T18:58:41.743Z Checking ipnetwork v0.21.1
10242026-08-18T18:58:41.964Z Checking slab v0.4.12
10252026-08-18T18:58:42.419Z Checking futures-channel v0.3.34
10262026-08-18T18:58:42.552Z Compiling test-strategy v0.4.5
10272026-08-18T18:58:42.774Z Compiling toml_parser v1.1.3+spec-1.1.0
10282026-08-18T18:58:42.795Z Compiling toml_datetime v1.1.1+spec-1.1.0
10292026-08-18T18:58:42.883Z Checking futures-io v0.3.34
10302026-08-18T18:58:43.008Z Checking futures-task v0.3.34
10312026-08-18T18:58:43.070Z Checking typenum v1.20.1
10322026-08-18T18:58:43.122Z Compiling parse-display-derive v0.10.0
10332026-08-18T18:58:43.154Z Checking futures-util v0.3.34
10342026-08-18T18:58:43.789Z Checking oxnet v0.1.6
10352026-08-18T18:58:43.821Z Checking tracing-core v0.1.36
10362026-08-18T18:58:43.898Z Checking erased-serde v0.3.31
10372026-08-18T18:58:44.155Z Compiling ryu v1.0.23
10382026-08-18T18:58:44.265Z Checking tracing v0.1.44
10392026-08-18T18:58:44.330Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10402026-08-18T18:58:44.544Z Compiling clap_derive v4.6.4
10412026-08-18T18:58:44.786Z Checking base64 v0.22.1
10422026-08-18T18:58:45.062Z Compiling openapiv3 v2.2.0
10432026-08-18T18:58:45.084Z Checking fnv v1.0.7
10442026-08-18T18:58:45.313Z Checking rand_core v0.6.4
10452026-08-18T18:58:45.389Z Compiling either v1.17.0
10462026-08-18T18:58:45.615Z Checking rustls-pki-types v1.15.1
10472026-08-18T18:58:46.005Z Compiling toml_edit v0.25.13+spec-1.1.0
10482026-08-18T18:58:46.114Z Checking tokio-util v0.7.19
10492026-08-18T18:58:46.386Z Checking untrusted v0.7.1
10502026-08-18T18:58:46.406Z Checking untrusted v0.9.0
10512026-08-18T18:58:46.507Z Checking ipnet v2.12.1
10522026-08-18T18:58:46.607Z Compiling proc-macro-crate v3.5.0
10532026-08-18T18:58:46.910Z Checking http-body v1.1.0
10542026-08-18T18:58:47.065Z Compiling num_enum_derive v0.7.6
10552026-08-18T18:58:47.105Z Checking atomic-waker v1.1.2
10562026-08-18T18:58:47.212Z Checking try-lock v0.2.5
10572026-08-18T18:58:47.243Z Checking tower-layer v0.3.3
10582026-08-18T18:58:47.328Z Checking tower-service v0.3.3
10592026-08-18T18:58:47.396Z Checking want v0.3.1
10602026-08-18T18:58:47.419Z Checking h2 v0.4.15
10612026-08-18T18:58:47.528Z Compiling regress v0.11.1
10622026-08-18T18:58:47.762Z Compiling crucible-workspace-hack v0.1.0
10632026-08-18T18:58:47.950Z Checking httpdate v1.0.3
10642026-08-18T18:58:48.973Z Checking serde_urlencoded v0.7.1
10652026-08-18T18:58:49.116Z Compiling typify-impl v0.6.2
10662026-08-18T18:58:49.150Z Checking http-body-util v0.1.5
10672026-08-18T18:58:49.325Z Checking hyper v1.11.0
10682026-08-18T18:58:49.389Z Compiling unsafe-libyaml v0.2.11
10692026-08-18T18:58:49.838Z Checking ppv-lite86 v0.2.21
10702026-08-18T18:58:50.008Z Compiling serde_yaml v0.9.34+deprecated
10712026-08-18T18:58:50.271Z Compiling convert_case v0.4.0
10722026-08-18T18:58:50.274Z Checking hyper-util v0.1.20
10732026-08-18T18:58:50.572Z Compiling derive_more v0.99.20
10742026-08-18T18:58:51.679Z Compiling zerocopy-derive v0.7.35
10752026-08-18T18:58:52.245Z Compiling crossbeam-epoch v0.9.20
10762026-08-18T18:58:52.500Z Compiling typify-macro v0.6.2
10772026-08-18T18:58:52.548Z Compiling itertools v0.14.0
10782026-08-18T18:58:52.569Z Compiling regress v0.10.5
10792026-08-18T18:58:52.763Z Compiling rustix v0.38.44
10802026-08-18T18:58:53.369Z Checking deranged v0.5.8
10812026-08-18T18:58:53.733Z Checking num_threads v0.1.7
10822026-08-18T18:58:54.042Z Compiling heapless v0.8.0
10832026-08-18T18:58:54.083Z Checking powerfmt v0.2.0
10842026-08-18T18:58:54.286Z Checking time v0.3.55
10852026-08-18T18:58:54.365Z Compiling typify v0.6.2
10862026-08-18T18:58:55.030Z Compiling scroll_derive v0.12.1
10872026-08-18T18:58:55.087Z Compiling serde_repr v0.1.21
10882026-08-18T18:58:55.791Z Checking crossbeam-channel v0.5.16
10892026-08-18T18:58:55.993Z Checking cpufeatures v0.3.0
10902026-08-18T18:58:56.119Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10912026-08-18T18:58:56.217Z Compiling smoltcp v0.11.0
10922026-08-18T18:58:56.408Z Checking futures-executor v0.3.34
10932026-08-18T18:58:56.757Z Checking sync_wrapper v1.0.2
10942026-08-18T18:58:56.781Z Compiling rustc_version v0.4.1
10952026-08-18T18:58:56.818Z Checking thread_local v1.1.10
10962026-08-18T18:58:57.056Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10972026-08-18T18:58:57.116Z Compiling curve25519-dalek v4.1.3
10982026-08-18T18:58:57.120Z Checking tower v0.5.3
10992026-08-18T18:58:57.206Z Checking rand_core v0.9.5
11002026-08-18T18:58:57.346Z Checking webpki-roots v1.0.9
11012026-08-18T18:58:57.398Z Compiling toml_datetime v0.6.11
11022026-08-18T18:58:57.459Z Compiling foreign-types-macros v0.2.4
11032026-08-18T18:58:57.659Z Checking is-terminal v0.4.17
11042026-08-18T18:58:57.808Z Checking term v1.2.1
11052026-08-18T18:58:57.848Z Checking take_mut v0.2.2
11062026-08-18T18:58:58.055Z Checking slog-term v2.9.2
11072026-08-18T18:58:58.298Z Checking tower-http v0.6.11
11082026-08-18T18:58:58.399Z Checking futures v0.3.34
11092026-08-18T18:58:58.597Z Compiling zerocopy v0.7.35
11102026-08-18T18:58:58.652Z Compiling thiserror-impl-no-std v2.0.2
11112026-08-18T18:58:58.673Z Compiling hubpack_derive v0.1.1
11122026-08-18T18:58:59.135Z Compiling curve25519-dalek-derive v0.1.1
11132026-08-18T18:58:59.198Z Compiling proc-macro-error-attr v1.0.4
11142026-08-18T18:58:59.230Z Compiling usdt-impl v0.5.0
11152026-08-18T18:58:59.427Z Checking hex v0.4.3
11162026-08-18T18:58:59.534Z Checking fastrand v2.5.0
11172026-08-18T18:58:59.769Z Compiling dof v0.3.0
11182026-08-18T18:58:59.811Z Checking rand_chacha v0.9.0
11192026-08-18T18:58:59.815Z Compiling dtrace-parser v0.2.0
11202026-08-18T18:58:59.851Z Compiling darling_core v0.21.3
11212026-08-18T18:58:59.926Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11222026-08-18T18:59:00.425Z Compiling serde_spanned v1.1.1
11232026-08-18T18:59:00.451Z Compiling proc-macro-error v1.0.4
11242026-08-18T18:59:00.687Z Compiling thread-id v4.2.2
11252026-08-18T18:59:00.722Z Compiling memoffset v0.9.1
11262026-08-18T18:59:00.938Z Compiling toml_writer v1.1.2+spec-1.1.0
11272026-08-18T18:59:01.191Z Checking rand v0.9.5
11282026-08-18T18:59:01.917Z Compiling darling_macro v0.21.3
11292026-08-18T18:59:02.092Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11302026-08-18T18:59:02.245Z Compiling prettyplease v0.2.37
11312026-08-18T18:59:02.266Z Compiling cfg_aliases v0.2.2
11322026-08-18T18:59:02.346Z Compiling nix v0.31.3
11332026-08-18T18:59:02.537Z Compiling darling v0.21.3
11342026-08-18T18:59:02.730Z Checking tempfile v3.27.0
11352026-08-18T18:59:02.841Z Checking crypto-common v0.1.7
11362026-08-18T18:59:03.020Z Checking hybrid-array v0.4.14
11372026-08-18T18:59:03.252Z Checking simd-adler32 v0.3.10
11382026-08-18T18:59:03.291Z Checking adler2 v2.0.1
11392026-08-18T18:59:03.395Z Checking match_cfg v0.1.0
11402026-08-18T18:59:03.462Z Checking openssl-probe v0.2.1
11412026-08-18T18:59:03.465Z Compiling crossbeam-deque v0.8.7
11422026-08-18T18:59:03.504Z Compiling heck v0.4.1
11432026-08-18T18:59:03.592Z Checking rustls-native-certs v0.8.4
11442026-08-18T18:59:03.675Z Checking hostname v0.3.1
11452026-08-18T18:59:03.705Z Checking miniz_oxide v0.8.9
11462026-08-18T18:59:03.826Z Compiling ingot-macros v0.1.1
11472026-08-18T18:59:03.927Z Compiling usdt-macro v0.5.0
11482026-08-18T18:59:04.096Z Compiling usdt-attr-macro v0.5.0
11492026-08-18T18:59:04.475Z Checking slog-json v2.6.1
11502026-08-18T18:59:04.612Z Checking newtype-uuid v1.4.0
11512026-08-18T18:59:04.786Z Compiling num-derive v0.4.2
11522026-08-18T18:59:04.807Z Compiling enum-as-inner v0.6.1
11532026-08-18T18:59:04.871Z Checking memmap2 v0.9.11
11542026-08-18T18:59:05.542Z Compiling winnow v0.7.15
11552026-08-18T18:59:05.780Z Checking usdt v0.6.0
11562026-08-18T18:59:05.835Z Checking daft v0.1.8
11572026-08-18T18:59:06.070Z Checking slog-bunyan v2.5.0
11582026-08-18T18:59:06.190Z Checking flate2 v1.1.9
11592026-08-18T18:59:06.213Z Checking block-buffer v0.12.1
11602026-08-18T18:59:06.312Z Checking crypto-common v0.2.2
11612026-08-18T18:59:06.420Z Compiling progenitor-impl v0.14.0
11622026-08-18T18:59:06.665Z Checking compression-core v0.4.32
11632026-08-18T18:59:06.722Z Checking debug-ignore v1.0.5
11642026-08-18T18:59:06.751Z Compiling rayon-core v1.13.0
11652026-08-18T18:59:06.792Z Checking const-oid v0.10.2
11662026-08-18T18:59:06.813Z Checking compression-codecs v0.4.38
11672026-08-18T18:59:07.030Z Checking digest v0.11.3
11682026-08-18T18:59:07.545Z Checking macaddr v1.0.1
11692026-08-18T18:59:07.727Z Checking encoding_rs v0.8.35
11702026-08-18T18:59:07.798Z Compiling wait-timeout v0.2.1
11712026-08-18T18:59:07.968Z Compiling quick-error v1.2.3
11722026-08-18T18:59:07.972Z Checking mime v0.3.17
11732026-08-18T18:59:08.108Z Compiling bit-vec v0.8.0
11742026-08-18T18:59:08.200Z Checking spin v0.9.9
11752026-08-18T18:59:08.313Z Compiling bit-set v0.8.0
11762026-08-18T18:59:08.354Z Compiling rusty-fork v0.3.1
11772026-08-18T18:59:08.466Z Checking toml v1.1.4+spec-1.1.0
11782026-08-18T18:59:08.505Z Compiling progenitor-macro v0.14.0
11792026-08-18T18:59:08.641Z Compiling rand_chacha v0.3.1
11802026-08-18T18:59:08.876Z Checking sha1 v0.11.0
11812026-08-18T18:59:08.999Z Checking async-compression v0.4.43
11822026-08-18T18:59:09.103Z Compiling rand_xorshift v0.4.0
11832026-08-18T18:59:09.287Z Checking waitgroup v0.1.2
11842026-08-18T18:59:09.388Z Checking rustls-pemfile v2.2.0
11852026-08-18T18:59:09.457Z Checking async-stream v0.3.6
11862026-08-18T18:59:09.477Z Compiling num-integer v0.1.47
11872026-08-18T18:59:09.756Z Checking serde_path_to_error v0.1.20
11882026-08-18T18:59:09.777Z Checking hostname v0.4.2
11892026-08-18T18:59:09.899Z Compiling unarray v0.1.4
11902026-08-18T18:59:10.116Z Compiling semver v0.1.20
11912026-08-18T18:59:10.207Z Compiling winnow v0.5.40
11922026-08-18T18:59:10.401Z Compiling rustc_version v0.1.7
11932026-08-18T18:59:10.505Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11942026-08-18T18:59:10.829Z Compiling proptest v1.11.0
11952026-08-18T18:59:10.945Z Checking rand v0.8.7
11962026-08-18T18:59:11.202Z Compiling reqwest v0.12.28
11972026-08-18T18:59:11.398Z Compiling backon v1.6.0
11982026-08-18T18:59:11.604Z Compiling toml_edit v0.19.15
11992026-08-18T18:59:11.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12002026-08-18T18:59:13.196Z Checking rustls-webpki v0.103.14
12012026-08-18T18:59:13.324Z Compiling strum v0.26.3
12022026-08-18T18:59:13.369Z Compiling instant v0.1.13
12032026-08-18T18:59:13.595Z Compiling utf8parse v0.2.2
12042026-08-18T18:59:13.711Z Compiling anstyle-parse v1.0.0
12052026-08-18T18:59:13.786Z Compiling backoff v0.4.0
12062026-08-18T18:59:13.808Z Compiling iddqd v0.4.6
12072026-08-18T18:59:13.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12082026-08-18T18:59:14.253Z Compiling proc-macro-crate v1.3.1
12092026-08-18T18:59:14.289Z Compiling progenitor-client v0.10.0
12102026-08-18T18:59:14.335Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12112026-08-18T18:59:14.557Z Compiling newtype_derive v0.1.6
12122026-08-18T18:59:14.577Z Compiling num-rational v0.4.2
12132026-08-18T18:59:14.596Z Compiling num-iter v0.1.46
12142026-08-18T18:59:14.753Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12152026-08-18T18:59:14.788Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12162026-08-18T18:59:14.917Z Checking block-buffer v0.10.4
12172026-08-18T18:59:15.080Z Compiling parse-display v0.10.0
12182026-08-18T18:59:15.101Z Compiling strum v0.27.2
12192026-08-18T18:59:15.216Z Compiling serde_with v3.22.0
12202026-08-18T18:59:15.328Z Compiling num-complex v0.4.6
12212026-08-18T18:59:15.511Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12222026-08-18T18:59:15.539Z Compiling is_terminal_polyfill v1.70.2
12232026-08-18T18:59:15.566Z Compiling vcpkg v0.2.15
12242026-08-18T18:59:15.648Z Compiling anstyle v1.0.14
12252026-08-18T18:59:15.713Z Compiling colorchoice v1.0.5
12262026-08-18T18:59:15.743Z Checking unicode-width v0.2.2
12272026-08-18T18:59:15.837Z Compiling anstyle-query v1.1.5
12282026-08-18T18:59:15.872Z Compiling humantime v2.4.0
12292026-08-18T18:59:15.991Z Checking tokio-rustls v0.26.4
12302026-08-18T18:59:16.012Z Checking rustls-platform-verifier v0.7.0
12312026-08-18T18:59:16.114Z Compiling owo-colors v4.3.0
12322026-08-18T18:59:16.138Z Compiling openssl-sys v0.9.117
12332026-08-18T18:59:16.154Z Compiling anstream v1.0.0
12342026-08-18T18:59:16.224Z Checking hyper-rustls v0.27.9
12352026-08-18T18:59:16.425Z Checking reqwest v0.13.4
12362026-08-18T18:59:16.447Z Compiling num v0.4.3
12372026-08-18T18:59:16.486Z Checking digest v0.10.7
12382026-08-18T18:59:16.569Z Compiling num_enum_derive v0.5.11
12392026-08-18T18:59:16.704Z Compiling terminal_size v0.4.4
12402026-08-18T18:59:16.907Z Compiling serde_spanned v0.6.9
12412026-08-18T18:59:16.929Z Compiling pin-project-internal v1.1.13
12422026-08-18T18:59:17.020Z Compiling derive-where v1.6.1
12432026-08-18T18:59:17.050Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12442026-08-18T18:59:17.141Z Checking progenitor-client v0.14.0
12452026-08-18T18:59:17.178Z Compiling toml_write v0.1.2
12462026-08-18T18:59:17.382Z Compiling clap_lex v1.1.0
12472026-08-18T18:59:17.402Z Compiling float-ord v0.3.2
12482026-08-18T18:59:18.018Z Compiling clap_builder v4.6.6
12492026-08-18T18:59:18.039Z Compiling toml_edit v0.22.27
12502026-08-18T18:59:18.272Z Compiling progenitor-impl v0.13.0
12512026-08-18T18:59:18.623Z Compiling zone_cfg_derive v0.3.1
12522026-08-18T18:59:19.594Z Compiling progenitor-extras v0.2.0
12532026-08-18T18:59:19.845Z Compiling clap v4.6.6
12542026-08-18T18:59:19.941Z Compiling toml v0.8.23
12552026-08-18T18:59:20.338Z Compiling progenitor-macro v0.13.0
12562026-08-18T18:59:20.480Z Compiling async-recursion v1.1.1
12572026-08-18T18:59:20.521Z Compiling snafu-derive v0.8.9
12582026-08-18T18:59:20.668Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12592026-08-18T18:59:21.606Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12602026-08-18T18:59:21.810Z Compiling slog-dtrace v0.3.0
12612026-08-18T18:59:22.114Z Compiling chrono-tz v0.10.4
12622026-08-18T18:59:22.196Z Compiling minimal-lexical v0.2.1
12632026-08-18T18:59:22.342Z Compiling cancel-safe-futures v0.1.5
12642026-08-18T18:59:22.405Z Compiling unicode-xid v0.2.6
12652026-08-18T18:59:22.447Z Compiling openssl v0.10.81
12662026-08-18T18:59:22.531Z Compiling const_format_proc_macros v0.2.34
12672026-08-18T18:59:22.636Z Compiling nom v7.1.3
12682026-08-18T18:59:23.355Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-08-18T18:59:23.526Z Compiling openssl-macros v0.1.1
12702026-08-18T18:59:23.990Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12712026-08-18T18:59:24.490Z Compiling cookie v0.18.2
12722026-08-18T18:59:24.671Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12732026-08-18T18:59:24.704Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-08-18T18:59:24.822Z Checking cpufeatures v0.2.17
12752026-08-18T18:59:25.011Z Compiling tabled_derive v0.7.0
12762026-08-18T18:59:26.359Z Checking num_enum v0.7.6
12772026-08-18T18:59:26.476Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12782026-08-18T18:59:26.734Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12792026-08-18T18:59:27.957Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12802026-08-18T18:59:28.659Z Checking tabwriter v1.4.1
12812026-08-18T18:59:28.767Z Checking secrecy v0.10.3
12822026-08-18T18:59:28.817Z Checking colored v3.1.1
12832026-08-18T18:59:28.896Z Checking tinyvec_macros v0.1.1
12842026-08-18T18:59:29.077Z Checking tinyvec v1.12.0
12852026-08-18T18:59:29.504Z Checking hash32 v0.3.1
12862026-08-18T18:59:29.662Z Checking bstr v1.13.1
12872026-08-18T18:59:30.047Z Checking data-encoding v2.11.1
12882026-08-18T18:59:30.216Z Checking hmac v0.12.1
12892026-08-18T18:59:30.339Z Checking inout v0.1.4
12902026-08-18T18:59:30.365Z Checking scroll v0.12.0
12912026-08-18T18:59:30.478Z Checking ff v0.13.1
12922026-08-18T18:59:30.499Z Checking cobs v0.3.0
12932026-08-18T18:59:30.521Z Checking bitflags v1.3.2
12942026-08-18T18:59:30.602Z Checking foreign-types-shared v0.3.1
12952026-08-18T18:59:30.623Z Checking static_assertions v1.1.0
12962026-08-18T18:59:30.626Z Checking managed v0.8.0
12972026-08-18T18:59:30.664Z Checking postcard v1.1.3
12982026-08-18T18:59:30.701Z Checking goblin v0.8.2
12992026-08-18T18:59:30.705Z Checking foreign-types v0.5.0
13002026-08-18T18:59:30.796Z Checking group v0.13.0
13012026-08-18T18:59:30.818Z Checking cipher v0.4.4
13022026-08-18T18:59:30.911Z Checking hkdf v0.12.4
13032026-08-18T18:59:30.961Z Checking atomicwrites v0.4.4
13042026-08-18T18:59:31.096Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13052026-08-18T18:59:31.143Z Checking universal-hash v0.5.1
13062026-08-18T18:59:31.278Z Checking crypto-bigint v0.5.5
13072026-08-18T18:59:31.451Z Checking chacha20 v0.10.1
13082026-08-18T18:59:31.494Z Checking half v2.7.1
13092026-08-18T18:59:31.662Z Checking cstr-argument v0.1.2
13102026-08-18T18:59:31.755Z Checking base64ct v1.8.3
13112026-08-18T18:59:31.793Z Checking base16ct v0.2.0
13122026-08-18T18:59:31.922Z Checking indent_write v2.2.0
13132026-08-18T18:59:31.963Z Checking ciborium-io v0.2.2
13142026-08-18T18:59:32.016Z Checking opaque-debug v0.3.1
13152026-08-18T18:59:32.056Z Checking password-hash v0.5.0
13162026-08-18T18:59:32.078Z Checking ciborium-ll v0.2.2
13172026-08-18T18:59:32.097Z Checking poly1305 v0.8.0
13182026-08-18T18:59:32.121Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13192026-08-18T18:59:32.138Z Checking rand v0.10.2
13202026-08-18T18:59:32.179Z Checking elliptic-curve v0.13.8
13212026-08-18T18:59:32.257Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
13222026-08-18T18:59:32.284Z Checking chacha20 v0.9.1
13232026-08-18T18:59:32.305Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13242026-08-18T18:59:32.332Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13252026-08-18T18:59:32.453Z Checking blake2 v0.10.6
13262026-08-18T18:59:32.482Z Checking aead v0.5.2
13272026-08-18T18:59:32.563Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13282026-08-18T18:59:32.617Z Checking thiserror-no-std v2.0.2
13292026-08-18T18:59:32.638Z Checking byte-wrapper v0.1.0
13302026-08-18T18:59:32.677Z Checking hubpack v0.1.2
13312026-08-18T18:59:32.717Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13322026-08-18T18:59:32.854Z Checking keccak v0.1.6
13332026-08-18T18:59:32.857Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13342026-08-18T18:59:32.949Z Checking argon2 v0.5.3
13352026-08-18T18:59:32.984Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13362026-08-18T18:59:33.023Z Checking sha3 v0.10.9
13372026-08-18T18:59:33.134Z Checking vsss-rs v3.3.4
13382026-08-18T18:59:33.250Z Checking chacha20poly1305 v0.10.1
13392026-08-18T18:59:33.268Z Checking ciborium v0.2.2
13402026-08-18T18:59:33.486Z Checking similar v2.7.0
13412026-08-18T18:59:33.787Z Checking memmap v0.7.0
13422026-08-18T18:59:33.836Z Checking lazy_static v1.5.0
13432026-08-18T18:59:33.930Z Checking usdt v0.5.0
13442026-08-18T18:59:33.945Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13452026-08-18T18:59:34.149Z Checking ingot-types v0.1.2
13462026-08-18T18:59:34.230Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13472026-08-18T18:59:34.260Z Checking progenitor v0.14.0
13482026-08-18T18:59:34.361Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13492026-08-18T18:59:34.395Z Checking unicode-segmentation v1.13.3
13502026-08-18T18:59:34.417Z Checking bytecount v0.6.9
13512026-08-18T18:59:34.440Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13522026-08-18T18:59:34.517Z Checking ingot v0.1.1
13532026-08-18T18:59:34.730Z Checking newline-converter v0.3.0
13542026-08-18T18:59:34.783Z Checking console v0.15.11
13552026-08-18T18:59:34.857Z Checking itertools v0.12.1
13562026-08-18T18:59:34.909Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13572026-08-18T18:59:35.079Z Checking resolv-conf v0.7.6
13582026-08-18T18:59:35.139Z Checking swrite v0.1.0
13592026-08-18T18:59:35.160Z Checking linked-hash-map v0.5.6
13602026-08-18T18:59:35.197Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13612026-08-18T18:59:35.234Z Checking expectorate v1.2.0
13622026-08-18T18:59:35.254Z Checking rayon v1.12.0
13632026-08-18T18:59:35.275Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13642026-08-18T18:59:35.331Z Checking lru-cache v0.1.2
13652026-08-18T18:59:35.363Z Checking hickory-proto v0.24.4
13662026-08-18T18:59:35.657Z Checking camino-tempfile v1.4.1
13672026-08-18T18:59:35.886Z Checking serde-big-array v0.5.1
13682026-08-18T18:59:35.960Z Checking siphasher v1.0.3
13692026-08-18T18:59:36.135Z Checking phf_shared v0.12.1
13702026-08-18T18:59:36.156Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13712026-08-18T18:59:36.283Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13722026-08-18T18:59:36.708Z Checking unicode-normalization v0.1.25
13732026-08-18T18:59:36.881Z Checking hickory-resolver v0.24.4
13742026-08-18T18:59:36.906Z Checking pin-project v1.1.13
13752026-08-18T18:59:37.121Z Checking num_enum v0.5.11
13762026-08-18T18:59:37.132Z Checking progenitor-client v0.13.0
13772026-08-18T18:59:37.517Z Checking tokio-stream v0.1.19
13782026-08-18T18:59:37.597Z Checking csv-core v0.1.13
13792026-08-18T18:59:37.779Z Compiling parking_lot_core v0.8.6
13802026-08-18T18:59:37.803Z Checking smawk v0.3.3
13812026-08-18T18:59:37.806Z Checking foreign-types-shared v0.1.1
13822026-08-18T18:59:37.845Z Checking unicode-width v0.1.14
13832026-08-18T18:59:37.907Z Checking same-file v1.0.6
13842026-08-18T18:59:37.928Z Checking foldhash v0.1.5
13852026-08-18T18:59:38.035Z Checking unicode-linebreak v0.1.5
13862026-08-18T18:59:38.056Z Checking highway v1.3.0
13872026-08-18T18:59:38.078Z Checking konst_macro_rules v0.2.19
13882026-08-18T18:59:38.097Z Checking jiff-core v0.1.0
13892026-08-18T18:59:38.101Z Checking hashbrown v0.15.5
13902026-08-18T18:59:38.251Z Checking textwrap v0.16.2
13912026-08-18T18:59:38.256Z Checking konst v0.2.20
13922026-08-18T18:59:38.291Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13932026-08-18T18:59:38.369Z Checking walkdir v2.5.0
13942026-08-18T18:59:38.461Z Checking foreign-types v0.3.2
13952026-08-18T18:59:38.464Z Checking qorb v0.4.1
13962026-08-18T18:59:38.562Z Checking csv v1.4.0
13972026-08-18T18:59:38.612Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-08-18T18:59:38.793Z Checking jiff v0.2.35
13992026-08-18T18:59:38.931Z Checking progenitor v0.13.0
14002026-08-18T18:59:38.971Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14012026-08-18T18:59:39.013Z Checking olpc-cjson v0.1.4
14022026-08-18T18:59:39.035Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14032026-08-18T18:59:39.071Z Checking snafu v0.8.9
14042026-08-18T18:59:39.159Z Checking phf v0.12.1
14052026-08-18T18:59:39.213Z Checking zone v0.3.1
14062026-08-18T18:59:39.308Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-08-18T18:59:39.329Z Checking tokio-dtrace v0.1.1
14082026-08-18T18:59:39.489Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-08-18T18:59:39.520Z Checking globset v0.4.20
14102026-08-18T18:59:39.726Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14112026-08-18T18:59:40.050Z Checking smf v0.2.3
14122026-08-18T18:59:40.144Z Checking pem v3.0.6
14132026-08-18T18:59:40.203Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-08-18T18:59:40.225Z Checking libsw-core v0.3.2
14152026-08-18T18:59:40.315Z Checking serde_plain v1.0.2
14162026-08-18T18:59:40.439Z Checking sigpipe v0.1.3
14172026-08-18T18:59:40.460Z Checking fixedbitset v0.4.2
14182026-08-18T18:59:40.482Z Checking typed-path v0.9.3
14192026-08-18T18:59:40.631Z Checking glob v0.3.4
14202026-08-18T18:59:40.728Z Checking fixedbitset v0.5.7
14212026-08-18T18:59:40.792Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-08-18T18:59:40.816Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-08-18T18:59:40.853Z Checking petgraph v0.6.5
14242026-08-18T18:59:40.931Z Checking petgraph v0.8.3
14252026-08-18T18:59:40.982Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14262026-08-18T18:59:41.257Z Checking tough v0.22.0
14272026-08-18T18:59:41.305Z Checking libsw v3.5.0
14282026-08-18T18:59:42.112Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-08-18T18:59:42.160Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-08-18T18:59:42.279Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-08-18T18:59:42.338Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14322026-08-18T18:59:42.361Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14332026-08-18T18:59:42.560Z Checking oxide-tokio-rt v0.1.6
14342026-08-18T18:59:42.734Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-08-18T18:59:42.793Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-08-18T18:59:42.871Z Checking const_format v0.2.36
14372026-08-18T18:59:42.964Z Checking papergrid v0.11.0
14382026-08-18T18:59:43.229Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-08-18T18:59:43.355Z Checking gethostname v0.5.0
14402026-08-18T18:59:43.376Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-08-18T18:59:43.432Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14422026-08-18T18:59:43.453Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14432026-08-18T18:59:43.663Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-08-18T18:59:43.729Z Checking libscf-sys v1.2.0
14452026-08-18T18:59:43.863Z Checking bcs v0.1.6
14462026-08-18T18:59:44.212Z Checking linear-map v1.2.0
14472026-08-18T18:59:44.341Z Checking termtree v0.5.1
14482026-08-18T18:59:44.381Z Checking tagptr v0.2.0
14492026-08-18T18:59:44.427Z Checking whoami v1.6.1
14502026-08-18T18:59:44.500Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-08-18T18:59:44.541Z Checking moka v0.12.16
14522026-08-18T18:59:44.585Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-08-18T18:59:44.888Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-08-18T18:59:45.001Z Checking tabled v0.15.0
14552026-08-18T18:59:45.086Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-08-18T18:59:45.197Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-08-18T18:59:45.370Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-08-18T18:59:45.881Z Checking steno v0.4.1
14592026-08-18T18:59:46.170Z Checking hickory-proto v0.25.2
14602026-08-18T18:59:47.202Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14612026-08-18T18:59:47.805Z Checking hickory-resolver v0.25.2
14622026-08-18T18:59:48.669Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14632026-08-18T18:59:48.946Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14642026-08-18T18:59:49.232Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14652026-08-18T18:59:49.580Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14662026-08-18T18:59:49.805Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14672026-08-18T18:59:52.675Z Checking nom v8.0.0
14682026-08-18T18:59:53.556Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14692026-08-18T18:59:57.563Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14702026-08-18T19:00:01.180Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14712026-08-18T19:00:01.893Z Compiling crunchy v0.2.4
14722026-08-18T19:00:01.963Z Compiling itertools v0.15.0
14732026-08-18T19:00:02.245Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14742026-08-18T19:00:02.425Z Compiling tiny-keccak v2.0.2
14752026-08-18T19:00:02.685Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14762026-08-18T19:00:02.926Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14772026-08-18T19:00:03.309Z Compiling ingot-macros v0.2.0
14782026-08-18T19:00:03.450Z Compiling typify-impl v0.4.3
14792026-08-18T19:00:03.545Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14802026-08-18T19:00:03.655Z Checking parking_lot v0.11.2
14812026-08-18T19:00:03.678Z Compiling const-random-macro v0.1.16
14822026-08-18T19:00:04.015Z Checking fxhash v0.2.1
14832026-08-18T19:00:04.074Z Checking internet-checksum v0.2.1
14842026-08-18T19:00:04.145Z Checking sled v0.34.7
14852026-08-18T19:00:04.167Z Compiling ahash v0.8.12
14862026-08-18T19:00:04.203Z Compiling smartstring v1.0.1
14872026-08-18T19:00:04.299Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14882026-08-18T19:00:04.395Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14892026-08-18T19:00:04.519Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14902026-08-18T19:00:05.179Z Compiling rhai_codegen v3.2.0
14912026-08-18T19:00:05.221Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14922026-08-18T19:00:05.394Z Checking arc-swap v1.9.2
14932026-08-18T19:00:05.632Z Checking slog-scope v4.4.1
14942026-08-18T19:00:05.780Z Checking papergrid v0.18.0
14952026-08-18T19:00:05.941Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14962026-08-18T19:00:05.964Z Checking dropshot-api-manager-types v0.7.2
14972026-08-18T19:00:06.144Z Checking slog-stdlog v4.1.1
14982026-08-18T19:00:06.276Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14992026-08-18T19:00:06.539Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15002026-08-18T19:00:06.582Z Checking tabled v0.21.0
15012026-08-18T19:00:06.722Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
15022026-08-18T19:00:06.759Z Compiling lzma-sys v0.1.20
15032026-08-18T19:00:06.830Z Compiling typify-macro v0.4.3
15042026-08-18T19:00:07.411Z Compiling fs-err v3.3.1
15052026-08-18T19:00:07.530Z Compiling typeid v1.0.3
15062026-08-18T19:00:07.684Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
15072026-08-18T19:00:07.746Z Checking slog-envlogger v2.2.0
15082026-08-18T19:00:07.767Z Checking ingot-types v0.2.0
15092026-08-18T19:00:08.150Z Compiling toml_datetime v0.7.5+spec-1.1.0
15102026-08-18T19:00:08.433Z Checking crc8 v0.1.1
15112026-08-18T19:00:08.455Z Compiling typify v0.4.3
15122026-08-18T19:00:08.541Z Compiling progenitor-impl v0.10.0
15132026-08-18T19:00:08.563Z Compiling toml v0.9.12+spec-1.1.0
15142026-08-18T19:00:08.648Z Checking ingot v0.2.1
15152026-08-18T19:00:08.778Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
15162026-08-18T19:00:09.700Z Checking const-random v0.1.18
15172026-08-18T19:00:10.019Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15182026-08-18T19:00:10.265Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15192026-08-18T19:00:10.587Z Compiling progenitor-macro v0.10.0
15202026-08-18T19:00:11.053Z Compiling cargo_toml v0.22.3
15212026-08-18T19:00:11.294Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15222026-08-18T19:00:12.068Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15232026-08-18T19:00:12.754Z Checking thin-vec v0.2.19
15242026-08-18T19:00:13.000Z Checking rhai v1.25.1
15252026-08-18T19:00:13.302Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15262026-08-18T19:00:13.624Z Checking unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
15272026-08-18T19:00:14.189Z Checking sha1 v0.10.7
15282026-08-18T19:00:14.552Z Checking utf-8 v0.7.6
15292026-08-18T19:00:14.708Z Checking tungstenite v0.21.0
15302026-08-18T19:00:14.906Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15312026-08-18T19:00:15.467Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15322026-08-18T19:00:15.747Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15332026-08-18T19:00:15.917Z Checking port-file v0.1.0
15342026-08-18T19:00:16.030Z Checking sha2 v0.10.9
15352026-08-18T19:00:16.109Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15362026-08-18T19:00:16.342Z Checking progenitor v0.10.0
15372026-08-18T19:00:16.383Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15382026-08-18T19:00:16.490Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15392026-08-18T19:00:16.714Z Checking tokio-tungstenite v0.21.0
15402026-08-18T19:00:17.843Z Checking console v0.16.4
15412026-08-18T19:00:17.913Z Checking git-stub v1.0.0
15422026-08-18T19:00:18.173Z Checking base64 v0.21.7
15432026-08-18T19:00:18.176Z Checking yansi v1.0.1
15442026-08-18T19:00:18.288Z Checking diff v0.1.13
15452026-08-18T19:00:18.363Z Checking unit-prefix v0.5.2
15462026-08-18T19:00:18.422Z Checking is_ci v1.2.0
15472026-08-18T19:00:18.533Z Checking supports-color v3.0.2
15482026-08-18T19:00:18.591Z Checking indicatif v0.18.6
15492026-08-18T19:00:18.705Z Checking pretty_assertions v1.4.1
15502026-08-18T19:00:18.754Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15512026-08-18T19:00:19.177Z Checking git-stub-vcs v0.1.0
15522026-08-18T19:00:19.528Z Checking xz2 v0.1.7
15532026-08-18T19:00:19.619Z Checking ron v0.12.2
15542026-08-18T19:00:19.961Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15552026-08-18T19:00:20.225Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15562026-08-18T19:00:20.276Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15572026-08-18T19:00:20.341Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15582026-08-18T19:00:20.558Z Checking drift v0.2.0
15592026-08-18T19:00:21.185Z Compiling serial_test_derive v4.0.1
15602026-08-18T19:00:21.204Z Checking base16ct v1.0.0
15612026-08-18T19:00:21.865Z Checking serial_test v4.0.1
15622026-08-18T19:00:21.904Z Checking dropshot-api-manager v0.7.2
15632026-08-18T19:00:22.788Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15642026-08-18T19:00:22.947Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15652026-08-18T19:00:23.082Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15662026-08-18T19:00:23.290Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15672026-08-18T19:00:23.937Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15682026-08-18T19:00:24.544Z Checking natord v1.0.9
15692026-08-18T19:00:24.801Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15702026-08-18T19:00:24.914Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15712026-08-18T19:00:25.244Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15722026-08-18T19:00:25.374Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15732026-08-18T19:00:25.775Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15742026-08-18T19:00:26.013Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15752026-08-18T19:00:26.036Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15762026-08-18T19:00:26.120Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15772026-08-18T19:00:26.195Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15782026-08-18T19:00:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
15792026-08-18T19:00:35.793Z+ cargo xtask openapi check
15802026-08-18T19:00:36.424Z Compiling cfg-if v1.0.4
15812026-08-18T19:00:36.427Z Compiling libc v0.2.189
15822026-08-18T19:00:36.427Z Compiling serde_core v1.0.229
15832026-08-18T19:00:36.532Z Compiling memchr v2.8.3
15842026-08-18T19:00:36.539Z Compiling smallvec v1.15.2
15852026-08-18T19:00:36.544Z Compiling itoa v1.0.18
15862026-08-18T19:00:36.555Z Compiling stable_deref_trait v1.2.1
15872026-08-18T19:00:36.559Z Compiling zerofrom v0.1.8
15882026-08-18T19:00:36.576Z Compiling zmij v1.0.23
15892026-08-18T19:00:36.624Z Compiling litemap v0.8.2
15902026-08-18T19:00:36.677Z Compiling yoke v0.8.3
15912026-08-18T19:00:36.722Z Compiling writeable v0.6.3
15922026-08-18T19:00:36.740Z Compiling utf8_iter v1.0.4
15932026-08-18T19:00:36.815Z Compiling percent-encoding v2.3.2
15942026-08-18T19:00:36.860Z Compiling zerovec v0.11.6
15952026-08-18T19:00:36.863Z Compiling zerotrie v0.2.4
15962026-08-18T19:00:36.884Z Compiling icu_normalizer_data v2.2.0
15972026-08-18T19:00:36.921Z Compiling icu_properties_data v2.2.0
15982026-08-18T19:00:36.957Z Compiling libm v0.2.16
15992026-08-18T19:00:36.992Z Compiling form_urlencoded v1.2.2
16002026-08-18T19:00:37.015Z Compiling rand_core v0.10.1
16012026-08-18T19:00:37.070Z Compiling errno v0.3.14
16022026-08-18T19:00:37.184Z Compiling getrandom v0.4.3
16032026-08-18T19:00:37.197Z Compiling iana-time-zone v0.1.65
16042026-08-18T19:00:37.223Z Compiling pin-project-lite v0.2.17
16052026-08-18T19:00:37.224Z Compiling zeroize v1.9.0
16062026-08-18T19:00:37.231Z Compiling dyn-clone v1.0.20
16072026-08-18T19:00:37.300Z Compiling scopeguard v1.2.0
16082026-08-18T19:00:37.365Z Compiling tinystr v0.8.3
16092026-08-18T19:00:37.369Z Compiling potential_utf v0.1.5
16102026-08-18T19:00:37.408Z Compiling lock_api v0.4.14
16112026-08-18T19:00:37.408Z Compiling parking_lot_core v0.9.12
16122026-08-18T19:00:37.429Z Compiling socket2 v0.6.5
16132026-08-18T19:00:37.433Z Compiling signal-hook-registry v1.4.8
16142026-08-18T19:00:37.534Z Compiling icu_locale_core v2.2.0
16152026-08-18T19:00:37.569Z Compiling icu_collections v2.2.0
16162026-08-18T19:00:37.632Z Compiling parking_lot v0.12.5
16172026-08-18T19:00:37.707Z Compiling mio v1.2.2
16182026-08-18T19:00:37.719Z Compiling num-traits v0.2.19
16192026-08-18T19:00:37.868Z Compiling portable-atomic v1.15.0
16202026-08-18T19:00:38.007Z Compiling futures-core v0.3.34
16212026-08-18T19:00:38.093Z Compiling thiserror v2.0.20
16222026-08-18T19:00:38.141Z Compiling critical-section v1.2.0
16232026-08-18T19:00:38.163Z Compiling subtle v2.6.1
16242026-08-18T19:00:38.195Z Compiling equivalent v1.0.2
16252026-08-18T19:00:38.198Z Compiling zerocopy v0.8.56
16262026-08-18T19:00:38.246Z Compiling serde v1.0.229
16272026-08-18T19:00:38.283Z Compiling serde_json v1.0.151
16282026-08-18T19:00:38.326Z Compiling icu_provider v2.2.0
16292026-08-18T19:00:38.341Z Compiling uuid v1.24.0
16302026-08-18T19:00:38.384Z Compiling semver v1.0.28
16312026-08-18T19:00:38.387Z Compiling bitflags v2.13.1
16322026-08-18T19:00:38.602Z Compiling icu_properties v2.2.0
16332026-08-18T19:00:38.624Z Compiling icu_normalizer v2.2.0
16342026-08-18T19:00:38.644Z Compiling once_cell v1.21.4
16352026-08-18T19:00:38.732Z Compiling bytes v1.12.1
16362026-08-18T19:00:38.759Z Compiling chrono v0.4.45
16372026-08-18T19:00:38.762Z Compiling allocator-api2 v0.2.21
16382026-08-18T19:00:38.859Z Compiling log v0.4.33
16392026-08-18T19:00:39.054Z Compiling futures-sink v0.3.34
16402026-08-18T19:00:39.088Z Compiling slab v0.4.12
16412026-08-18T19:00:39.158Z Compiling typenum v1.20.1
16422026-08-18T19:00:39.191Z Compiling tokio v1.53.1
16432026-08-18T19:00:39.266Z Compiling slog v2.8.2
16442026-08-18T19:00:39.284Z Compiling futures-channel v0.3.34
16452026-08-18T19:00:39.365Z Compiling getrandom v0.2.17
16462026-08-18T19:00:39.378Z Compiling hashbrown v0.17.1
16472026-08-18T19:00:39.506Z Compiling idna_adapter v1.2.2
16482026-08-18T19:00:39.549Z Compiling rand_core v0.6.4
16492026-08-18T19:00:39.645Z Compiling idna v1.1.0
16502026-08-18T19:00:39.744Z Compiling futures-io v0.3.34
16512026-08-18T19:00:39.781Z Compiling futures-task v0.3.34
16522026-08-18T19:00:39.906Z Compiling futures-util v0.3.34
16532026-08-18T19:00:39.929Z Compiling url v2.5.8
16542026-08-18T19:00:39.946Z Compiling indexmap v2.14.0
16552026-08-18T19:00:39.959Z Compiling tracing-core v0.1.36
16562026-08-18T19:00:40.249Z Compiling base64 v0.22.1
16572026-08-18T19:00:40.382Z Compiling tracing v0.1.44
16582026-08-18T19:00:40.550Z Compiling schemars v0.8.22
16592026-08-18T19:00:40.586Z Compiling http v1.5.0
16602026-08-18T19:00:40.598Z Compiling unicode-ident v1.0.24
16612026-08-18T19:00:40.628Z Compiling fnv v1.0.7
16622026-08-18T19:00:40.721Z Compiling proc-macro2 v1.0.107
16632026-08-18T19:00:40.735Z Compiling byteorder v1.5.0
16642026-08-18T19:00:40.747Z Compiling ipnet v2.12.1
16652026-08-18T19:00:40.961Z Compiling erased-serde v0.3.31
16662026-08-18T19:00:41.224Z Compiling quote v1.0.47
16672026-08-18T19:00:41.254Z Compiling ppv-lite86 v0.2.21
16682026-08-18T19:00:41.406Z Compiling ipnetwork v0.21.1
16692026-08-18T19:00:41.450Z Compiling syn v2.0.119
16702026-08-18T19:00:41.504Z Compiling rustls-pki-types v1.15.1
16712026-08-18T19:00:41.577Z Compiling http-body v1.1.0
16722026-08-18T19:00:41.739Z Compiling oxnet v0.1.6
16732026-08-18T19:00:41.819Z Compiling thiserror v1.0.69
16742026-08-18T19:00:41.875Z Compiling aws-lc-sys v0.44.0
16752026-08-18T19:00:41.923Z Compiling untrusted v0.7.1
16762026-08-18T19:00:41.940Z Compiling atomic-waker v1.1.2
16772026-08-18T19:00:41.982Z Compiling httparse v1.10.1
16782026-08-18T19:00:42.063Z Compiling ryu v1.0.23
16792026-08-18T19:00:42.098Z Compiling untrusted v0.9.0
16802026-08-18T19:00:42.224Z Compiling tower-layer v0.3.3
16812026-08-18T19:00:42.235Z Compiling pretty-hex v0.4.2
16822026-08-18T19:00:42.249Z Compiling rustls v0.23.43
16832026-08-18T19:00:42.252Z Compiling try-lock v0.2.5
16842026-08-18T19:00:42.294Z Compiling tower-service v0.3.3
16852026-08-18T19:00:42.366Z Compiling want v0.3.1
16862026-08-18T19:00:42.378Z Compiling aws-lc-rs v1.18.0
16872026-08-18T19:00:42.390Z Compiling rustix v1.1.4
16882026-08-18T19:00:42.395Z Compiling plain v0.2.3
16892026-08-18T19:00:42.481Z Compiling httpdate v1.0.3
16902026-08-18T19:00:42.508Z Compiling omicron-workspace-hack v0.1.0
16912026-08-18T19:00:42.511Z Compiling getrandom v0.3.4
16922026-08-18T19:00:42.531Z Compiling ucd-trie v0.1.7
16932026-08-18T19:00:42.588Z Compiling regex-syntax v0.8.11
16942026-08-18T19:00:42.696Z Compiling pest v2.8.8
16952026-08-18T19:00:42.732Z Compiling rand_core v0.9.5
16962026-08-18T19:00:42.829Z Compiling crossbeam-utils v0.8.22
16972026-08-18T19:00:42.954Z Compiling serde_urlencoded v0.7.1
16982026-08-18T19:00:43.204Z Compiling tokio-util v0.7.19
16992026-08-18T19:00:43.347Z Compiling http-body-util v0.1.5
17002026-08-18T19:00:43.621Z Compiling rustls-webpki v0.103.14
17012026-08-18T19:00:43.645Z Compiling newtype-uuid v1.4.0
17022026-08-18T19:00:43.869Z Compiling h2 v0.4.15
17032026-08-18T19:00:43.965Z Compiling foldhash v0.2.0
17042026-08-18T19:00:43.978Z Compiling hex v0.4.3
17052026-08-18T19:00:43.991Z Compiling daft v0.1.8
17062026-08-18T19:00:44.241Z Compiling rand_chacha v0.9.0
17072026-08-18T19:00:44.259Z Compiling fastrand v2.5.0
17082026-08-18T19:00:44.523Z Compiling rand v0.9.5
17092026-08-18T19:00:44.556Z Compiling sync_wrapper v1.0.2
17102026-08-18T19:00:44.630Z Compiling generic-array v0.14.7
17112026-08-18T19:00:44.666Z Compiling tower v0.5.3
17122026-08-18T19:00:45.104Z Compiling anyhow v1.0.104
17132026-08-18T19:00:45.139Z Compiling aho-corasick v1.1.5
17142026-08-18T19:00:45.142Z Compiling tower-http v0.6.11
17152026-08-18T19:00:45.162Z Compiling tempfile v3.27.0
17162026-08-18T19:00:45.323Z Compiling hashbrown v0.16.1
17172026-08-18T19:00:45.482Z Compiling futures-executor v0.3.34
17182026-08-18T19:00:45.548Z Compiling camino v1.2.5
17192026-08-18T19:00:45.563Z Compiling openapiv3 v2.2.0
17202026-08-18T19:00:45.584Z Compiling deranged v0.5.8
17212026-08-18T19:00:45.751Z Compiling openssl-probe v0.2.1
17222026-08-18T19:00:45.911Z Compiling num-conv v0.2.2
17232026-08-18T19:00:45.935Z Compiling regex-automata v0.4.18
17242026-08-18T19:00:45.974Z Compiling num_threads v0.1.7
17252026-08-18T19:00:46.060Z Compiling hyper v1.11.0
17262026-08-18T19:00:46.060Z Compiling time-core v0.1.9
17272026-08-18T19:00:46.251Z Compiling cpufeatures v0.3.0
17282026-08-18T19:00:46.330Z Compiling powerfmt v0.2.0
17292026-08-18T19:00:46.538Z Compiling time v0.3.55
17302026-08-18T19:00:46.549Z Compiling rustls-native-certs v0.8.4
17312026-08-18T19:00:46.884Z Compiling futures v0.3.34
17322026-08-18T19:00:46.912Z Compiling scroll v0.13.0
17332026-08-18T19:00:46.963Z Compiling hybrid-array v0.4.14
17342026-08-18T19:00:46.984Z Compiling adler2 v2.0.1
17352026-08-18T19:00:47.131Z Compiling tokio-rustls v0.26.4
17362026-08-18T19:00:47.172Z Compiling winnow v1.0.4
17372026-08-18T19:00:47.228Z Compiling hyper-util v0.1.20
17382026-08-18T19:00:47.405Z Compiling simd-adler32 v0.3.10
17392026-08-18T19:00:47.455Z Compiling goblin v0.10.7
17402026-08-18T19:00:47.615Z Compiling miniz_oxide v0.8.9
17412026-08-18T19:00:47.809Z Compiling rustls-platform-verifier v0.7.0
17422026-08-18T19:00:48.051Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-08-18T19:00:48.271Z Compiling crossbeam-channel v0.5.16
17442026-08-18T19:00:48.285Z Compiling crc32fast v1.5.0
17452026-08-18T19:00:48.478Z Compiling hyper-rustls v0.27.9
17462026-08-18T19:00:48.549Z Compiling flate2 v1.1.9
17472026-08-18T19:00:48.655Z Compiling regex v1.13.1
17482026-08-18T19:00:48.749Z Compiling reqwest v0.13.4
17492026-08-18T19:00:48.771Z Compiling crypto-common v0.2.2
17502026-08-18T19:00:48.862Z Compiling block-buffer v0.12.1
17512026-08-18T19:00:48.977Z Compiling crypto-common v0.1.7
17522026-08-18T19:00:49.026Z Compiling dtrace-parser v0.3.0
17532026-08-18T19:00:49.113Z Compiling rand_chacha v0.3.1
17542026-08-18T19:00:49.116Z Compiling thread-id v5.1.0
17552026-08-18T19:00:49.209Z Compiling thread_local v1.1.10
17562026-08-18T19:00:49.327Z Compiling compression-core v0.4.32
17572026-08-18T19:00:49.480Z Compiling debug-ignore v1.0.5
17582026-08-18T19:00:49.494Z Compiling match_cfg v0.1.0
17592026-08-18T19:00:49.515Z Compiling const-oid v0.10.2
17602026-08-18T19:00:49.560Z Compiling hostname v0.3.1
17612026-08-18T19:00:49.584Z Compiling compression-codecs v0.4.38
17622026-08-18T19:00:49.673Z Compiling digest v0.11.3
17632026-08-18T19:00:49.701Z Compiling rand v0.8.7
17642026-08-18T19:00:49.727Z Compiling slog-json v2.6.1
17652026-08-18T19:00:49.799Z Compiling toml_parser v1.1.3+spec-1.1.0
17662026-08-18T19:00:49.837Z Compiling ref-cast v1.0.26
17672026-08-18T19:00:49.837Z Compiling strum v0.26.3
17682026-08-18T19:00:49.850Z Compiling macaddr v1.0.1
17692026-08-18T19:00:49.927Z Compiling serde_spanned v1.1.1
17702026-08-18T19:00:49.946Z Compiling toml_datetime v1.1.1+spec-1.1.0
17712026-08-18T19:00:49.965Z Compiling wait-timeout v0.2.1
17722026-08-18T19:00:50.074Z Compiling memmap2 v0.9.11
17732026-08-18T19:00:50.086Z Compiling is-terminal v0.4.17
17742026-08-18T19:00:50.183Z Compiling encoding_rs v0.8.35
17752026-08-18T19:00:50.250Z Compiling either v1.17.0
17762026-08-18T19:00:50.262Z Compiling dof v0.4.0
17772026-08-18T19:00:50.296Z Compiling quick-error v1.2.3
17782026-08-18T19:00:50.346Z Compiling take_mut v0.2.2
17792026-08-18T19:00:50.402Z Compiling bit-vec v0.8.0
17802026-08-18T19:00:50.433Z Compiling toml_writer v1.1.2+spec-1.1.0
17812026-08-18T19:00:50.452Z Compiling spin v0.9.9
17822026-08-18T19:00:50.463Z Compiling term v1.2.1
17832026-08-18T19:00:50.570Z Compiling mime v0.3.17
17842026-08-18T19:00:50.636Z Compiling toml v1.1.4+spec-1.1.0
17852026-08-18T19:00:50.647Z Compiling bit-set v0.8.0
17862026-08-18T19:00:50.811Z Compiling slog-term v2.9.2
17872026-08-18T19:00:50.845Z Compiling slog-async v2.8.0
17882026-08-18T19:00:51.112Z Compiling usdt-impl v0.6.0
17892026-08-18T19:00:51.347Z Compiling multer v3.1.0
17902026-08-18T19:00:51.452Z Compiling usdt v0.6.0
17912026-08-18T19:00:51.550Z Compiling rusty-fork v0.3.1
17922026-08-18T19:00:51.742Z Compiling slog-bunyan v2.5.0
17932026-08-18T19:00:51.770Z Compiling sha1 v0.11.0
17942026-08-18T19:00:51.834Z Compiling async-compression v0.4.43
17952026-08-18T19:00:51.848Z Compiling serde_with v3.22.0
17962026-08-18T19:00:51.879Z Compiling async-stream v0.3.6
17972026-08-18T19:00:51.906Z Compiling rand_xorshift v0.4.0
17982026-08-18T19:00:52.040Z Compiling waitgroup v0.1.2
17992026-08-18T19:00:52.062Z Compiling rustls-pemfile v2.2.0
18002026-08-18T19:00:52.087Z Compiling serde_path_to_error v0.1.20
18012026-08-18T19:00:52.106Z Compiling hostname v0.4.2
18022026-08-18T19:00:52.179Z Compiling unarray v0.1.4
18032026-08-18T19:00:52.200Z Compiling strum v0.27.2
18042026-08-18T19:00:52.246Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18052026-08-18T19:00:52.264Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18062026-08-18T19:00:52.284Z Compiling proptest v1.11.0
18072026-08-18T19:00:52.296Z Compiling progenitor-client v0.14.0
18082026-08-18T19:00:52.331Z Compiling iddqd v0.4.6
18092026-08-18T19:00:52.379Z Compiling dropshot v0.17.1
18102026-08-18T19:00:52.444Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-18T19:00:52.447Z Compiling reqwest v0.12.28
18122026-08-18T19:00:52.508Z Compiling block-buffer v0.10.4
18132026-08-18T19:00:52.589Z Compiling backon v1.6.0
18142026-08-18T19:00:52.660Z Compiling instant v0.1.13
18152026-08-18T19:00:52.695Z Compiling digest v0.10.7
18162026-08-18T19:00:52.769Z Compiling progenitor-extras v0.2.0
18172026-08-18T19:00:52.798Z Compiling backoff v0.4.0
18182026-08-18T19:00:52.915Z Compiling itertools v0.14.0
18192026-08-18T19:00:53.010Z Compiling parse-display v0.10.0
18202026-08-18T19:00:53.010Z Compiling regress v0.10.5
18212026-08-18T19:00:53.330Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18222026-08-18T19:00:53.578Z Compiling progenitor-client v0.10.0
18232026-08-18T19:00:53.707Z Compiling humantime v2.4.0
18242026-08-18T19:00:53.982Z Compiling cpufeatures v0.2.17
18252026-08-18T19:00:54.062Z Compiling unicode-width v0.2.2
18262026-08-18T19:00:54.170Z Compiling secrecy v0.10.3
18272026-08-18T19:00:54.212Z Compiling heck v0.5.0
18282026-08-18T19:00:54.231Z Compiling tinyvec_macros v0.1.1
18292026-08-18T19:00:54.303Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18302026-08-18T19:00:54.328Z Compiling tinyvec v1.12.0
18312026-08-18T19:00:54.347Z Compiling num-integer v0.1.47
18322026-08-18T19:00:54.465Z Compiling scroll v0.12.0
18332026-08-18T19:00:54.670Z Compiling crucible-workspace-hack v0.1.0
18342026-08-18T19:00:54.683Z Compiling hmac v0.12.1
18352026-08-18T19:00:54.739Z Compiling inout v0.1.4
18362026-08-18T19:00:54.751Z Compiling ff v0.13.1
18372026-08-18T19:00:54.822Z Compiling utf8parse v0.2.2
18382026-08-18T19:00:54.867Z Compiling group v0.13.0
18392026-08-18T19:00:54.880Z Compiling cipher v0.4.4
18402026-08-18T19:00:54.892Z Compiling hkdf v0.12.4
18412026-08-18T19:00:54.935Z Compiling anstyle-parse v1.0.0
18422026-08-18T19:00:54.981Z Compiling goblin v0.8.2
18432026-08-18T19:00:55.039Z Compiling num-iter v0.1.46
18442026-08-18T19:00:55.103Z Compiling num-rational v0.4.2
18452026-08-18T19:00:55.163Z Compiling zerocopy v0.7.35
18462026-08-18T19:00:55.327Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-18T19:00:55.450Z Compiling universal-hash v0.5.1
18482026-08-18T19:00:55.587Z Compiling regress v0.11.1
18492026-08-18T19:00:55.649Z Compiling crypto-bigint v0.5.5
18502026-08-18T19:00:55.735Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-08-18T19:00:55.906Z Compiling terminal_size v0.4.4
18522026-08-18T19:00:56.055Z Compiling half v2.7.1
18532026-08-18T19:00:56.077Z Compiling num-complex v0.4.6
18542026-08-18T19:00:56.360Z Compiling anstyle v1.0.14
18552026-08-18T19:00:56.382Z Compiling ciborium-io v0.2.2
18562026-08-18T19:00:56.463Z Compiling base64ct v1.8.3
18572026-08-18T19:00:56.481Z Compiling opaque-debug v0.3.1
18582026-08-18T19:00:56.555Z Compiling base16ct v0.2.0
18592026-08-18T19:00:56.587Z Compiling is_terminal_polyfill v1.70.2
18602026-08-18T19:00:56.690Z Compiling colorchoice v1.0.5
18612026-08-18T19:00:56.718Z Compiling anstyle-query v1.1.5
18622026-08-18T19:00:56.810Z Compiling anstream v1.0.0
18632026-08-18T19:00:56.838Z Compiling password-hash v0.5.0
18642026-08-18T19:00:57.161Z Compiling typify-impl v0.6.2
18652026-08-18T19:00:57.198Z Compiling elliptic-curve v0.13.8
18662026-08-18T19:00:57.327Z Compiling dof v0.3.0
18672026-08-18T19:00:57.432Z Compiling poly1305 v0.8.0
18682026-08-18T19:00:57.484Z Compiling ciborium-ll v0.2.2
18692026-08-18T19:00:57.712Z Compiling num v0.4.3
18702026-08-18T19:00:57.792Z Compiling curve25519-dalek v4.1.3
18712026-08-18T19:00:57.860Z Compiling thiserror-no-std v2.0.2
18722026-08-18T19:00:58.104Z Compiling chacha20 v0.9.1
18732026-08-18T19:00:58.149Z Compiling crossbeam-epoch v0.9.20
18742026-08-18T19:00:58.330Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18752026-08-18T19:00:58.499Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-18T19:00:58.790Z Compiling blake2 v0.10.6
18772026-08-18T19:00:58.859Z Compiling aead v0.5.2
18782026-08-18T19:00:58.905Z Compiling byte-wrapper v0.1.0
18792026-08-18T19:00:58.937Z Compiling dtrace-parser v0.2.0
18802026-08-18T19:00:58.940Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-08-18T19:00:59.021Z Compiling thread-id v4.2.2
18822026-08-18T19:00:59.108Z Compiling keccak v0.1.6
18832026-08-18T19:00:59.133Z Compiling strsim v0.11.1
18842026-08-18T19:00:59.248Z Compiling clap_lex v1.1.0
18852026-08-18T19:00:59.258Z Compiling float-ord v0.3.2
18862026-08-18T19:00:59.262Z Compiling sha3 v0.10.9
18872026-08-18T19:00:59.348Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-08-18T19:00:59.491Z Compiling clap_builder v4.6.6
18892026-08-18T19:00:59.509Z Compiling usdt-impl v0.5.0
18902026-08-18T19:00:59.558Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18912026-08-18T19:00:59.705Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-08-18T19:01:00.170Z Compiling argon2 v0.5.3
18932026-08-18T19:01:00.682Z Compiling chacha20poly1305 v0.10.1
18942026-08-18T19:01:00.775Z Compiling typify v0.6.2
18952026-08-18T19:01:00.817Z Compiling vsss-rs v3.3.4
18962026-08-18T19:01:00.883Z Compiling ciborium v0.2.2
18972026-08-18T19:01:01.034Z Compiling hash32 v0.3.1
18982026-08-18T19:01:01.199Z Compiling memmap v0.7.0
18992026-08-18T19:01:01.389Z Compiling data-encoding v2.11.1
19002026-08-18T19:01:01.475Z Compiling indent_write v2.2.0
19012026-08-18T19:01:01.623Z Compiling usdt v0.5.0
19022026-08-18T19:01:01.776Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19032026-08-18T19:01:01.877Z Compiling heapless v0.8.0
19042026-08-18T19:01:01.880Z Compiling clap v4.6.6
19052026-08-18T19:01:01.896Z Compiling ingot-types v0.1.2
19062026-08-18T19:01:01.965Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-18T19:01:02.186Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-18T19:01:02.227Z Compiling rustix v0.38.44
19092026-08-18T19:01:02.346Z Compiling tabwriter v1.4.1
19102026-08-18T19:01:02.366Z Compiling cobs v0.3.0
19112026-08-18T19:01:02.572Z Compiling bitflags v1.3.2
19122026-08-18T19:01:02.592Z Compiling managed v0.8.0
19132026-08-18T19:01:02.654Z Compiling postcard v1.1.3
19142026-08-18T19:01:02.752Z Compiling ingot v0.1.1
19152026-08-18T19:01:02.815Z Compiling smoltcp v0.11.0
19162026-08-18T19:01:02.829Z Compiling memoffset v0.9.1
19172026-08-18T19:01:02.916Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-18T19:01:03.001Z Compiling toml_datetime v0.6.11
19192026-08-18T19:01:03.154Z Compiling serde_spanned v0.6.9
19202026-08-18T19:01:03.181Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-08-18T19:01:03.274Z Compiling colored v3.1.1
19222026-08-18T19:01:03.304Z Compiling toml_write v0.1.2
19232026-08-18T19:01:03.491Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-18T19:01:03.512Z Compiling winnow v0.7.15
19252026-08-18T19:01:03.655Z Compiling foreign-types-shared v0.3.1
19262026-08-18T19:01:03.755Z Compiling linked-hash-map v0.5.6
19272026-08-18T19:01:03.943Z Compiling resolv-conf v0.7.6
19282026-08-18T19:01:04.006Z Compiling swrite v0.1.0
19292026-08-18T19:01:04.108Z Compiling unicode-segmentation v1.13.3
19302026-08-18T19:01:04.312Z Compiling static_assertions v1.1.0
19312026-08-18T19:01:04.390Z Compiling lru-cache v0.1.2
19322026-08-18T19:01:04.525Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19332026-08-18T19:01:04.537Z Compiling newline-converter v0.3.0
19342026-08-18T19:01:04.653Z Compiling foreign-types v0.5.0
19352026-08-18T19:01:04.666Z Compiling hubpack v0.1.2
19362026-08-18T19:01:04.716Z Compiling atomicwrites v0.4.4
19372026-08-18T19:01:04.733Z Compiling nix v0.31.3
19382026-08-18T19:01:04.896Z Compiling toml_edit v0.22.27
19392026-08-18T19:01:04.912Z Compiling num_enum v0.7.6
19402026-08-18T19:01:05.012Z Compiling crossbeam-deque v0.8.7
19412026-08-18T19:01:05.040Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19422026-08-18T19:01:05.158Z Compiling hickory-proto v0.24.4
19432026-08-18T19:01:05.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19442026-08-18T19:01:05.327Z Compiling console v0.15.11
19452026-08-18T19:01:05.665Z Compiling chacha20 v0.10.1
19462026-08-18T19:01:05.704Z Compiling camino-tempfile v1.4.1
19472026-08-18T19:01:05.928Z Compiling serde-big-array v0.5.1
19482026-08-18T19:01:05.941Z Compiling cstr-argument v0.1.2
19492026-08-18T19:01:05.953Z Compiling siphasher v1.0.3
19502026-08-18T19:01:06.072Z Compiling similar v2.7.0
19512026-08-18T19:01:06.095Z Compiling phf_shared v0.12.1
19522026-08-18T19:01:06.151Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19532026-08-18T19:01:06.411Z Compiling toml v0.8.23
19542026-08-18T19:01:06.424Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19552026-08-18T19:01:06.949Z Compiling expectorate v1.2.0
19562026-08-18T19:01:07.111Z Compiling hickory-resolver v0.24.4
19572026-08-18T19:01:07.149Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19582026-08-18T19:01:07.530Z Compiling pin-project v1.1.13
19592026-08-18T19:01:07.635Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19602026-08-18T19:01:07.651Z Compiling rand v0.10.2
19612026-08-18T19:01:07.767Z Compiling rayon-core v1.13.0
19622026-08-18T19:01:07.819Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19632026-08-18T19:01:08.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-08-18T19:01:08.329Z Compiling num_enum v0.5.11
19652026-08-18T19:01:08.342Z Compiling progenitor-impl v0.13.0
19662026-08-18T19:01:08.451Z Compiling prettyplease v0.2.37
19672026-08-18T19:01:08.463Z Compiling unicode-normalization v0.1.25
19682026-08-18T19:01:08.809Z Compiling progenitor-client v0.13.0
19692026-08-18T19:01:08.926Z Compiling tokio-stream v0.1.19
19702026-08-18T19:01:09.114Z Compiling bstr v1.13.1
19712026-08-18T19:01:09.273Z Compiling csv-core v0.1.13
19722026-08-18T19:01:09.407Z Compiling highway v1.3.0
19732026-08-18T19:01:09.470Z Compiling konst_macro_rules v0.2.19
19742026-08-18T19:01:09.485Z Compiling foldhash v0.1.5
19752026-08-18T19:01:09.538Z Compiling jiff-core v0.1.0
19762026-08-18T19:01:09.608Z Compiling foreign-types-shared v0.1.1
19772026-08-18T19:01:09.646Z Compiling unicode-width v0.1.14
19782026-08-18T19:01:09.660Z Compiling same-file v1.0.6
19792026-08-18T19:01:09.696Z Compiling foreign-types v0.3.2
19802026-08-18T19:01:09.737Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-08-18T19:01:09.771Z Compiling walkdir v2.5.0
19822026-08-18T19:01:09.796Z Compiling hashbrown v0.15.5
19832026-08-18T19:01:09.833Z Compiling konst v0.2.20
19842026-08-18T19:01:09.924Z Compiling progenitor v0.13.0
19852026-08-18T19:01:10.069Z Compiling globset v0.4.20
19862026-08-18T19:01:10.072Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-18T19:01:10.102Z Compiling csv v1.4.0
19882026-08-18T19:01:10.316Z Compiling jiff v0.2.35
19892026-08-18T19:01:10.651Z Compiling qorb v0.4.1
19902026-08-18T19:01:10.677Z Compiling snafu v0.8.9
19912026-08-18T19:01:11.053Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-08-18T19:01:11.387Z Compiling olpc-cjson v0.1.4
19932026-08-18T19:01:11.533Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19942026-08-18T19:01:11.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19952026-08-18T19:01:11.858Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-08-18T19:01:12.284Z Compiling rayon v1.12.0
19972026-08-18T19:01:12.713Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19982026-08-18T19:01:12.999Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-08-18T19:01:13.167Z Compiling phf v0.12.1
20002026-08-18T19:01:13.327Z Compiling openssl-sys v0.9.117
20012026-08-18T19:01:13.742Z Compiling tokio-dtrace v0.1.1
20022026-08-18T19:01:13.778Z Compiling progenitor-impl v0.14.0
20032026-08-18T19:01:14.004Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-08-18T19:01:14.052Z Compiling itertools v0.12.1
20052026-08-18T19:01:14.083Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20062026-08-18T19:01:14.095Z Compiling libsw-core v0.3.2
20072026-08-18T19:01:14.163Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20082026-08-18T19:01:14.262Z Compiling pem v3.0.6
20092026-08-18T19:01:14.282Z Compiling serde_plain v1.0.2
20102026-08-18T19:01:14.491Z Compiling sigpipe v0.1.3
20112026-08-18T19:01:14.510Z Compiling fixedbitset v0.5.7
20122026-08-18T19:01:14.590Z Compiling typed-path v0.9.3
20132026-08-18T19:01:14.622Z Compiling fixedbitset v0.4.2
20142026-08-18T19:01:14.838Z Compiling glob v0.3.4
20152026-08-18T19:01:14.850Z Compiling minimal-lexical v0.2.1
20162026-08-18T19:01:14.862Z Compiling bytecount v0.6.9
20172026-08-18T19:01:15.003Z Compiling papergrid v0.11.0
20182026-08-18T19:01:15.106Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-08-18T19:01:15.128Z Compiling nom v7.1.3
20202026-08-18T19:01:15.257Z Compiling zone v0.3.1
20212026-08-18T19:01:15.270Z Compiling progenitor v0.14.0
20222026-08-18T19:01:15.411Z Compiling petgraph v0.6.5
20232026-08-18T19:01:15.430Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-08-18T19:01:15.618Z Compiling tough v0.22.0
20252026-08-18T19:01:15.754Z Compiling petgraph v0.8.3
20262026-08-18T19:01:15.876Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-08-18T19:01:15.999Z Compiling openssl v0.10.81
20282026-08-18T19:01:16.498Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20292026-08-18T19:01:16.640Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20302026-08-18T19:01:16.892Z Compiling libsw v3.5.0
20312026-08-18T19:01:16.911Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-08-18T19:01:16.953Z Compiling oxide-tokio-rt v0.1.6
20332026-08-18T19:01:16.989Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20342026-08-18T19:01:17.125Z Compiling chrono-tz v0.10.4
20352026-08-18T19:01:17.214Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-08-18T19:01:17.266Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20372026-08-18T19:01:17.386Z Compiling newtype_derive v0.1.6
20382026-08-18T19:01:17.468Z Compiling slog-dtrace v0.3.0
20392026-08-18T19:01:17.583Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-08-18T19:01:17.611Z Compiling owo-colors v4.3.0
20412026-08-18T19:01:17.772Z Compiling cancel-safe-futures v0.1.5
20422026-08-18T19:01:18.077Z Compiling const_format v0.2.36
20432026-08-18T19:01:18.089Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20442026-08-18T19:01:18.354Z Compiling gethostname v0.5.0
20452026-08-18T19:01:18.384Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20462026-08-18T19:01:18.417Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-08-18T19:01:18.473Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-08-18T19:01:18.485Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-08-18T19:01:18.538Z Compiling smf v0.2.3
20502026-08-18T19:01:18.606Z Compiling bcs v0.1.6
20512026-08-18T19:01:18.944Z Compiling unicode-linebreak v0.1.5
20522026-08-18T19:01:19.013Z Compiling tagptr v0.2.0
20532026-08-18T19:01:19.114Z Compiling linear-map v1.2.0
20542026-08-18T19:01:19.179Z Compiling termtree v0.5.1
20552026-08-18T19:01:19.184Z Compiling lazy_static v1.5.0
20562026-08-18T19:01:19.279Z Compiling whoami v1.6.1
20572026-08-18T19:01:19.292Z Compiling smawk v0.3.3
20582026-08-18T19:01:19.302Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-08-18T19:01:19.319Z Compiling steno v0.4.1
20602026-08-18T19:01:19.420Z Compiling textwrap v0.16.2
20612026-08-18T19:01:19.582Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-08-18T19:01:19.656Z Compiling moka v0.12.16
20632026-08-18T19:01:19.692Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-08-18T19:01:19.912Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-08-18T19:01:20.439Z Compiling tabled v0.15.0
20662026-08-18T19:01:20.867Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-18T19:01:21.396Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-18T19:01:21.652Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-18T19:01:21.852Z Compiling cookie v0.18.2
20702026-08-18T19:01:22.202Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-08-18T19:01:22.511Z Compiling hickory-proto v0.25.2
20722026-08-18T19:01:22.599Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20732026-08-18T19:01:22.753Z Compiling libscf-sys v1.2.0
20742026-08-18T19:01:22.912Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-08-18T19:01:22.958Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20762026-08-18T19:01:23.087Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20772026-08-18T19:01:23.251Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20782026-08-18T19:01:23.591Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20792026-08-18T19:01:24.348Z Compiling hickory-resolver v0.25.2
20802026-08-18T19:01:25.146Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20812026-08-18T19:01:30.091Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-18T19:01:37.598Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-08-18T19:01:39.207Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-08-18T19:01:40.234Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20852026-08-18T19:01:41.570Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20862026-08-18T19:01:42.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20872026-08-18T19:01:42.902Z Running `target/debug/xtask openapi check`
20882026-08-18T19:01:43.368Z Compiling serde_core v1.0.229
20892026-08-18T19:01:43.372Z Compiling serde v1.0.229
20902026-08-18T19:01:43.435Z Compiling serde_json v1.0.151
20912026-08-18T19:01:43.445Z Compiling syn v3.0.3
20922026-08-18T19:01:43.448Z Compiling syn v2.0.119
20932026-08-18T19:01:43.457Z Compiling bytes v1.12.1
20942026-08-18T19:01:43.462Z Compiling getrandom v0.4.3
20952026-08-18T19:01:43.466Z Compiling zerocopy v0.8.56
20962026-08-18T19:01:43.476Z Compiling once_cell v1.21.4
20972026-08-18T19:01:43.765Z Compiling num-traits v0.2.19
20982026-08-18T19:01:43.879Z Compiling zeroize v1.9.0
20992026-08-18T19:01:44.066Z Compiling http v1.5.0
21002026-08-18T19:01:44.076Z Compiling schemars v0.8.22
21012026-08-18T19:01:44.175Z Compiling hashbrown v0.17.1
21022026-08-18T19:01:44.320Z Compiling aws-lc-rs v1.18.0
21032026-08-18T19:01:44.333Z Compiling usdt-impl v0.6.0
21042026-08-18T19:01:44.578Z Compiling time-macros v0.2.32
21052026-08-18T19:01:44.716Z Compiling rustls-pki-types v1.15.1
21062026-08-18T19:01:44.724Z Compiling tracing-core v0.1.36
21072026-08-18T19:01:45.018Z Compiling bitflags v2.13.1
21082026-08-18T19:01:45.191Z Compiling tracing v0.1.44
21092026-08-18T19:01:45.309Z Compiling http-body v1.1.0
21102026-08-18T19:01:45.575Z Compiling indexmap v2.14.0
21112026-08-18T19:01:45.589Z Compiling uuid v1.24.0
21122026-08-18T19:01:45.758Z Compiling time v0.3.55
21132026-08-18T19:01:46.021Z Compiling pest_generator v2.8.8
21142026-08-18T19:01:46.207Z Compiling serde_derive_internals v0.29.1
21152026-08-18T19:01:46.377Z Compiling camino v1.2.5
21162026-08-18T19:01:46.419Z Compiling serde_derive v1.0.229
21172026-08-18T19:01:46.511Z Compiling thiserror-impl v2.0.20
21182026-08-18T19:01:46.638Z Compiling tokio-macros v2.7.2
21192026-08-18T19:01:46.692Z Compiling futures-macro v0.3.34
21202026-08-18T19:01:46.799Z Compiling generic-array v0.14.7
21212026-08-18T19:01:47.068Z Compiling rustls v0.23.43
21222026-08-18T19:01:47.126Z Compiling rustls-webpki v0.103.14
21232026-08-18T19:01:47.197Z Compiling zerocopy-derive v0.8.56
21242026-08-18T19:01:47.279Z Compiling pest_derive v2.8.8
21252026-08-18T19:01:47.409Z Compiling tokio v1.53.1
21262026-08-18T19:01:47.535Z Compiling schemars_derive v0.8.22
21272026-08-18T19:01:47.544Z Compiling scroll_derive v0.13.1
21282026-08-18T19:01:47.757Z Compiling thiserror v2.0.20
21292026-08-18T19:01:47.863Z Compiling futures-util v0.3.34
21302026-08-18T19:01:47.924Z Compiling dtrace-parser v0.3.0
21312026-08-18T19:01:48.368Z Compiling scroll v0.13.0
21322026-08-18T19:01:48.639Z Compiling goblin v0.10.7
21332026-08-18T19:01:48.839Z Compiling rustix v1.1.4
21342026-08-18T19:01:49.549Z Compiling erased-serde v0.3.31
21352026-08-18T19:01:49.654Z Compiling chrono v0.4.45
21362026-08-18T19:01:50.040Z Compiling slog v2.8.2
21372026-08-18T19:01:50.054Z Compiling serde_tokenstream v0.2.3
21382026-08-18T19:01:50.177Z Compiling toml_datetime v1.1.1+spec-1.1.0
21392026-08-18T19:01:50.328Z Compiling winnow v1.0.4
21402026-08-18T19:01:50.405Z Compiling crossbeam-epoch v0.9.20
21412026-08-18T19:01:50.432Z Compiling subtle v2.6.1
21422026-08-18T19:01:50.684Z Compiling toml_parser v1.1.3+spec-1.1.0
21432026-08-18T19:01:51.105Z Compiling tokio-util v0.7.19
21442026-08-18T19:01:51.347Z Compiling oxnet v0.1.6
21452026-08-18T19:01:51.648Z Compiling dof v0.4.0
21462026-08-18T19:01:51.726Z Compiling h2 v0.4.15
21472026-08-18T19:01:51.811Z Compiling toml_edit v0.25.13+spec-1.1.0
21482026-08-18T19:01:51.892Z Compiling slog-json v2.6.1
21492026-08-18T19:01:52.148Z Compiling futures-executor v0.3.34
21502026-08-18T19:01:52.428Z Compiling openapiv3 v2.2.0
21512026-08-18T19:01:52.963Z Compiling usdt-attr-macro v0.6.0
21522026-08-18T19:01:53.116Z Compiling usdt-macro v0.6.0
21532026-08-18T19:01:53.428Z Compiling async-stream-impl v0.3.6
21542026-08-18T19:01:53.527Z Compiling serde_spanned v1.1.1
21552026-08-18T19:01:53.711Z Compiling semver v1.0.28
21562026-08-18T19:01:53.818Z Compiling rustix v0.38.44
21572026-08-18T19:01:53.937Z Compiling hyper v1.11.0
21582026-08-18T19:01:54.036Z Compiling serde_urlencoded v0.7.1
21592026-08-18T19:01:54.044Z Compiling slog-term v2.9.2
21602026-08-18T19:01:54.047Z Compiling async-stream v0.3.6
21612026-08-18T19:01:54.217Z Compiling multer v3.1.0
21622026-08-18T19:01:54.251Z Compiling toml v1.1.4+spec-1.1.0
21632026-08-18T19:01:54.274Z Compiling dropshot_endpoint v0.17.1
21642026-08-18T19:01:54.283Z Compiling usdt v0.6.0
21652026-08-18T19:01:54.556Z Compiling slog-async v2.8.0
21662026-08-18T19:01:54.705Z Compiling tokio-rustls v0.26.4
21672026-08-18T19:01:54.709Z Compiling proc-macro-crate v3.5.0
21682026-08-18T19:01:54.797Z Compiling futures v0.3.34
21692026-08-18T19:01:54.878Z Compiling slog-bunyan v2.5.0
21702026-08-18T19:01:54.969Z Compiling async-compression v0.4.43
21712026-08-18T19:01:55.016Z Compiling hyper-util v0.1.20
21722026-08-18T19:01:55.121Z Compiling async-trait v0.1.92
21732026-08-18T19:01:55.279Z Compiling http-body-util v0.1.5
21742026-08-18T19:01:55.403Z Compiling serde_path_to_error v0.1.20
21752026-08-18T19:01:55.543Z Compiling rustls-pemfile v2.2.0
21762026-08-18T19:01:55.623Z Compiling aho-corasick v1.1.5
21772026-08-18T19:01:55.635Z Compiling tempfile v3.27.0
21782026-08-18T19:01:55.740Z Compiling crossbeam-deque v0.8.7
21792026-08-18T19:01:55.776Z Compiling num_enum_derive v0.7.6
21802026-08-18T19:01:55.932Z Compiling dropshot-api-manager-types v0.7.2
21812026-08-18T19:01:56.037Z Compiling crypto-common v0.1.7
21822026-08-18T19:01:56.070Z Compiling block-buffer v0.10.4
21832026-08-18T19:01:56.166Z Compiling clap_builder v4.6.6
21842026-08-18T19:01:56.211Z Compiling dropshot v0.17.1
21852026-08-18T19:01:56.271Z Compiling digest v0.10.7
21862026-08-18T19:01:56.357Z Compiling git-stub v1.0.0
21872026-08-18T19:01:56.461Z Compiling regex-automata v0.4.18
21882026-08-18T19:01:56.619Z Compiling atomicwrites v0.4.4
21892026-08-18T19:01:56.648Z Compiling rayon-core v1.13.0
21902026-08-18T19:01:56.765Z Compiling fs-err v3.3.1
21912026-08-18T19:01:56.782Z Compiling num_enum v0.7.6
21922026-08-18T19:01:56.812Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21932026-08-18T19:01:56.897Z Compiling terminal_size v0.4.4
21942026-08-18T19:01:57.091Z Compiling clap_derive v4.6.4
21952026-08-18T19:01:57.131Z Compiling serde_repr v0.1.21
21962026-08-18T19:01:57.415Z Compiling bstr v1.13.1
21972026-08-18T19:01:57.518Z Compiling nom v8.0.0
21982026-08-18T19:01:57.708Z Compiling is_ci v1.2.0
21992026-08-18T19:01:57.726Z Compiling either v1.17.0
22002026-08-18T19:01:57.788Z Compiling textwrap v0.16.2
22012026-08-18T19:01:57.845Z Compiling supports-color v3.0.2
22022026-08-18T19:01:57.914Z Compiling rayon v1.12.0
22032026-08-18T19:01:58.016Z Compiling sha2 v0.10.9
22042026-08-18T19:01:58.289Z Compiling regex v1.13.1
22052026-08-18T19:01:58.408Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22062026-08-18T19:01:58.730Z Compiling clap v4.6.6
22072026-08-18T19:01:58.743Z Compiling drift v0.2.0
22082026-08-18T19:01:58.813Z Compiling similar v2.7.0
22092026-08-18T19:01:58.864Z Compiling git-stub-vcs v0.1.0
22102026-08-18T19:01:59.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-08-18T19:01:59.345Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22122026-08-18T19:01:59.517Z Compiling dropshot-api-manager v0.7.2
22132026-08-18T19:01:59.697Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22142026-08-18T19:02:04.875Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22152026-08-18T19:02:06.126Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22162026-08-18T19:02:13.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.41s
22172026-08-18T19:02:13.450Z Running `target/debug/maghemite-dropshot-apis check`
22182026-08-18T19:02:13.479Z -------
22192026-08-18T19:02:13.479Z Generating OpenAPI documents from API definitions ...
22202026-08-18T19:02:13.551Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22212026-08-18T19:02:13.589Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22222026-08-18T19:02:13.721Z -------
22232026-08-18T19:02:13.721Z Checking 15 OpenAPI documents...
22242026-08-18T19:02:13.721Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22252026-08-18T19:02:13.721Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22262026-08-18T19:02:13.721Z Fresh ddm-admin "latest" symlink
22272026-08-18T19:02:13.722Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22282026-08-18T19:02:13.725Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22292026-08-18T19:02:13.725Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22302026-08-18T19:02:13.725Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22312026-08-18T19:02:13.725Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22322026-08-18T19:02:13.725Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22332026-08-18T19:02:13.725Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22342026-08-18T19:02:13.725Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22352026-08-18T19:02:13.725Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22362026-08-18T19:02:13.725Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22372026-08-18T19:02:13.725Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22382026-08-18T19:02:13.725Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22392026-08-18T19:02:13.725Z Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin
22402026-08-18T19:02:13.725Z Fresh mg-admin "latest" symlink
22412026-08-18T19:02:13.725Z -------
22422026-08-18T19:02:13.726Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22432026-08-18T19:02:13.779Z+ banner build
22442026-08-18T19:02:13.782Z
22452026-08-18T19:02:13.783Z ##### # # # # #####
22462026-08-18T19:02:13.783Z # # # # # # # #
22472026-08-18T19:02:13.783Z ##### # # # # # #
22482026-08-18T19:02:13.783Z # # # # # # # #
22492026-08-18T19:02:13.783Z # # # # # # # #
22502026-08-18T19:02:13.783Z ##### #### # ###### #####
22512026-08-18T19:02:13.783Z
22522026-08-18T19:02:13.783Z+ ptime -m cargo build
22532026-08-18T19:02:14.405Z Compiling smallvec v1.15.2
22542026-08-18T19:02:14.523Z Compiling log v0.4.33
22552026-08-18T19:02:14.540Z Compiling slog v2.8.2
22562026-08-18T19:02:14.554Z Compiling ring v0.17.14
22572026-08-18T19:02:14.574Z Compiling webpki-roots v1.0.9
22582026-08-18T19:02:14.624Z Compiling similar v2.7.0
22592026-08-18T19:02:14.659Z Compiling itertools v0.15.0
22602026-08-18T19:02:14.662Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22612026-08-18T19:02:14.693Z Compiling icu_normalizer v2.2.0
22622026-08-18T19:02:14.726Z Compiling parking_lot_core v0.9.12
22632026-08-18T19:02:14.730Z Compiling goblin v0.10.7
22642026-08-18T19:02:14.907Z Compiling slog-term v2.9.2
22652026-08-18T19:02:14.932Z Compiling parking_lot v0.12.5
22662026-08-18T19:02:15.030Z Compiling idna_adapter v1.2.2
22672026-08-18T19:02:15.190Z Compiling idna v1.1.0
22682026-08-18T19:02:15.268Z Compiling tokio v1.53.1
22692026-08-18T19:02:15.322Z Compiling slog-async v2.8.0
22702026-08-18T19:02:15.548Z Compiling url v2.5.8
22712026-08-18T19:02:15.562Z Compiling slog-json v2.6.1
22722026-08-18T19:02:15.815Z Compiling rustls-webpki v0.103.14
22732026-08-18T19:02:15.833Z Compiling slog-bunyan v2.5.0
22742026-08-18T19:02:15.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-08-18T19:02:15.977Z Compiling goblin v0.8.2
22762026-08-18T19:02:15.996Z Compiling expectorate v1.2.0
22772026-08-18T19:02:16.057Z Compiling schemars v0.8.22
22782026-08-18T19:02:16.149Z Compiling globset v0.4.20
22792026-08-18T19:02:16.389Z Compiling rustls v0.23.43
22802026-08-18T19:02:16.482Z Compiling moka v0.12.16
22812026-08-18T19:02:16.773Z Compiling parking_lot_core v0.8.6
22822026-08-18T19:02:16.924Z Compiling ipnetwork v0.21.1
22832026-08-18T19:02:17.115Z Compiling newtype-uuid v1.4.0
22842026-08-18T19:02:17.348Z Compiling oxnet v0.1.6
22852026-08-18T19:02:17.420Z Compiling serde_with v3.22.0
22862026-08-18T19:02:17.439Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22872026-08-18T19:02:17.466Z Compiling typify-impl v0.6.2
22882026-08-18T19:02:17.815Z Compiling daft v0.1.8
22892026-08-18T19:02:18.116Z Compiling dof v0.4.0
22902026-08-18T19:02:18.342Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-08-18T19:02:18.854Z Compiling usdt-impl v0.6.0
22922026-08-18T19:02:19.231Z Compiling tokio-util v0.7.19
22932026-08-18T19:02:19.439Z Compiling tower v0.5.3
22942026-08-18T19:02:19.518Z Compiling tokio-rustls v0.26.4
22952026-08-18T19:02:19.610Z Compiling rustls-platform-verifier v0.7.0
22962026-08-18T19:02:19.800Z Compiling h2 v0.4.15
22972026-08-18T19:02:19.857Z Compiling tower-http v0.6.11
22982026-08-18T19:02:19.929Z Compiling usdt v0.6.0
22992026-08-18T19:02:19.943Z Compiling async-compression v0.4.43
23002026-08-18T19:02:19.992Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-08-18T19:02:20.220Z Compiling iddqd v0.4.6
23022026-08-18T19:02:20.272Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23032026-08-18T19:02:20.288Z Compiling backoff v0.4.0
23042026-08-18T19:02:20.514Z Compiling typify v0.6.2
23052026-08-18T19:02:20.530Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23062026-08-18T19:02:20.568Z Compiling dof v0.3.0
23072026-08-18T19:02:20.633Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23082026-08-18T19:02:20.876Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-08-18T19:02:21.250Z Compiling byte-wrapper v0.1.0
23102026-08-18T19:02:21.290Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-08-18T19:02:21.375Z Compiling usdt-impl v0.5.0
23122026-08-18T19:02:21.459Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23132026-08-18T19:02:21.479Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23142026-08-18T19:02:21.610Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-08-18T19:02:21.614Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23162026-08-18T19:02:21.741Z Compiling usdt v0.5.0
23172026-08-18T19:02:22.042Z Compiling hyper v1.11.0
23182026-08-18T19:02:22.058Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
23192026-08-18T19:02:22.415Z Compiling progenitor-impl v0.14.0
23202026-08-18T19:02:22.774Z Compiling hickory-proto v0.24.4
23212026-08-18T19:02:22.911Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-08-18T19:02:23.087Z Compiling progenitor-impl v0.13.0
23232026-08-18T19:02:23.457Z Compiling hyper-util v0.1.20
23242026-08-18T19:02:23.748Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-08-18T19:02:23.862Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-08-18T19:02:23.949Z Compiling tokio-stream v0.1.19
23272026-08-18T19:02:24.066Z Compiling tokio-dtrace v0.1.1
23282026-08-18T19:02:24.343Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-08-18T19:02:24.356Z Compiling libsw-core v0.3.2
23302026-08-18T19:02:24.437Z Compiling zone v0.3.1
23312026-08-18T19:02:24.531Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23322026-08-18T19:02:25.075Z Compiling hyper-rustls v0.27.9
23332026-08-18T19:02:25.115Z Compiling dropshot v0.17.1
23342026-08-18T19:02:25.210Z Compiling hickory-resolver v0.24.4
23352026-08-18T19:02:25.408Z Compiling reqwest v0.13.4
23362026-08-18T19:02:25.442Z Compiling reqwest v0.12.28
23372026-08-18T19:02:25.659Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23382026-08-18T19:02:25.716Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23392026-08-18T19:02:25.905Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23402026-08-18T19:02:26.026Z Compiling libsw v3.5.0
23412026-08-18T19:02:26.230Z Compiling qorb v0.4.1
23422026-08-18T19:02:26.289Z Compiling oxide-tokio-rt v0.1.6
23432026-08-18T19:02:26.425Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-08-18T19:02:26.559Z Compiling slog-dtrace v0.3.0
23452026-08-18T19:02:26.603Z Compiling progenitor-client v0.14.0
23462026-08-18T19:02:26.757Z Compiling progenitor-client v0.10.0
23472026-08-18T19:02:26.880Z Compiling progenitor-extras v0.2.0
23482026-08-18T19:02:26.921Z Compiling progenitor v0.14.0
23492026-08-18T19:02:27.118Z Compiling progenitor-client v0.13.0
23502026-08-18T19:02:27.133Z Compiling tough v0.22.0
23512026-08-18T19:02:27.148Z Compiling cancel-safe-futures v0.1.5
23522026-08-18T19:02:27.438Z Compiling progenitor v0.13.0
23532026-08-18T19:02:27.465Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23542026-08-18T19:02:27.596Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23552026-08-18T19:02:27.627Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-08-18T19:02:28.323Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-08-18T19:02:28.457Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-08-18T19:02:28.751Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-08-18T19:02:29.235Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-08-18T19:02:29.250Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-08-18T19:02:29.330Z Compiling hickory-proto v0.25.2
23622026-08-18T19:02:29.435Z Compiling steno v0.4.1
23632026-08-18T19:02:30.514Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-08-18T19:02:30.715Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-08-18T19:02:30.862Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23662026-08-18T19:02:30.975Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23672026-08-18T19:02:31.213Z Compiling hickory-resolver v0.25.2
23682026-08-18T19:02:31.481Z Compiling parking_lot v0.11.2
23692026-08-18T19:02:31.889Z Compiling fxhash v0.2.1
23702026-08-18T19:02:32.093Z Compiling sled v0.34.7
23712026-08-18T19:02:32.364Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-08-18T19:02:32.397Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-08-18T19:02:32.704Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-08-18T19:02:33.400Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-08-18T19:02:33.561Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23762026-08-18T19:02:33.793Z Compiling arc-swap v1.9.2
23772026-08-18T19:02:33.891Z Compiling internet-checksum v0.2.1
23782026-08-18T19:02:34.039Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-08-18T19:02:34.110Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23802026-08-18T19:02:34.242Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-08-18T19:02:34.395Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-08-18T19:02:34.958Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23832026-08-18T19:02:35.069Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23842026-08-18T19:02:35.105Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23852026-08-18T19:02:35.181Z Compiling slog-scope v4.4.1
23862026-08-18T19:02:35.278Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23872026-08-18T19:02:35.445Z Compiling papergrid v0.18.0
23882026-08-18T19:02:36.086Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23892026-08-18T19:02:36.273Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23902026-08-18T19:02:36.356Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23912026-08-18T19:02:36.378Z Compiling slog-stdlog v4.1.1
23922026-08-18T19:02:36.393Z Compiling tabled v0.21.0
23932026-08-18T19:02:36.602Z Compiling ingot-types v0.2.0
23942026-08-18T19:02:37.029Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23952026-08-18T19:02:37.142Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23962026-08-18T19:02:37.174Z Compiling dropshot-api-manager-types v0.7.2
23972026-08-18T19:02:37.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
23982026-08-18T19:02:37.524Z Compiling ingot v0.2.1
23992026-08-18T19:02:37.536Z Compiling const-random v0.1.18
24002026-08-18T19:02:37.618Z Compiling slog-envlogger v2.2.0
24012026-08-18T19:02:37.689Z Compiling typify-impl v0.4.3
24022026-08-18T19:02:38.029Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
24032026-08-18T19:02:39.074Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24042026-08-18T19:02:39.228Z Compiling crc8 v0.1.1
24052026-08-18T19:02:39.357Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
24062026-08-18T19:02:39.396Z Compiling typify v0.4.3
24072026-08-18T19:02:39.441Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24082026-08-18T19:02:39.515Z Compiling ahash v0.8.12
24092026-08-18T19:02:39.562Z Compiling smartstring v1.0.1
24102026-08-18T19:02:39.765Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
24112026-08-18T19:02:39.848Z Compiling sha1 v0.10.7
24122026-08-18T19:02:40.093Z Compiling thin-vec v0.2.19
24132026-08-18T19:02:40.131Z Compiling utf-8 v0.7.6
24142026-08-18T19:02:40.336Z Compiling rhai v1.25.1
24152026-08-18T19:02:40.393Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24162026-08-18T19:02:40.594Z Compiling tungstenite v0.21.0
24172026-08-18T19:02:40.641Z Compiling progenitor-impl v0.10.0
24182026-08-18T19:02:40.892Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24192026-08-18T19:02:41.477Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24202026-08-18T19:02:42.204Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-08-18T19:02:43.100Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24222026-08-18T19:02:43.269Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24232026-08-18T19:02:43.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24242026-08-18T19:02:44.105Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24252026-08-18T19:02:44.152Z Compiling sha2 v0.10.9
24262026-08-18T19:02:44.377Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24272026-08-18T19:02:44.437Z Compiling progenitor v0.10.0
24282026-08-18T19:02:44.551Z Compiling tokio-tungstenite v0.21.0
24292026-08-18T19:02:44.594Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24302026-08-18T19:02:44.893Z Compiling lzma-sys v0.1.20
24312026-08-18T19:02:45.016Z Compiling typeid v1.0.3
24322026-08-18T19:02:45.145Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24332026-08-18T19:02:45.741Z Compiling port-file v0.1.0
24342026-08-18T19:02:45.958Z Compiling console v0.16.4
24352026-08-18T19:02:45.958Z Compiling git-stub v1.0.0
24362026-08-18T19:02:46.116Z Compiling toml_datetime v0.7.5+spec-1.1.0
24372026-08-18T19:02:46.253Z Compiling unit-prefix v0.5.2
24382026-08-18T19:02:46.274Z Compiling base64 v0.21.7
24392026-08-18T19:02:46.439Z Compiling indicatif v0.18.6
24402026-08-18T19:02:46.454Z Compiling toml v0.9.12+spec-1.1.0
24412026-08-18T19:02:46.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24422026-08-18T19:02:46.648Z Compiling git-stub-vcs v0.1.0
24432026-08-18T19:02:46.838Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24442026-08-18T19:02:46.988Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24452026-08-18T19:02:47.443Z Compiling ron v0.12.2
24462026-08-18T19:02:47.521Z Compiling xz2 v0.1.7
24472026-08-18T19:02:47.777Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24482026-08-18T19:02:47.906Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24492026-08-18T19:02:48.103Z Compiling drift v0.2.0
24502026-08-18T19:02:48.289Z Compiling base16ct v1.0.0
24512026-08-18T19:02:48.489Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24522026-08-18T19:02:48.973Z Compiling dropshot-api-manager v0.7.2
24532026-08-18T19:02:49.034Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24542026-08-18T19:02:49.447Z Compiling natord v1.0.9
24552026-08-18T19:02:49.632Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24562026-08-18T19:02:51.872Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24572026-08-18T19:02:53.297Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24582026-08-18T19:03:00.104Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24592026-08-18T19:03:01.862Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24602026-08-18T19:03:03.001Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24612026-08-18T19:03:03.962Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24622026-08-18T19:03:03.962Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24632026-08-18T19:03:03.965Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24642026-08-18T19:03:04.417Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24652026-08-18T19:03:04.420Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24662026-08-18T19:03:04.420Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24672026-08-18T19:03:04.869Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24682026-08-18T19:03:04.888Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
24692026-08-18T19:03:06.406Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24702026-08-18T19:03:06.406Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24712026-08-18T19:03:06.410Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24722026-08-18T19:03:11.364Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24732026-08-18T19:03:13.458Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24742026-08-18T19:03:13.463Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24752026-08-18T19:03:13.463Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24762026-08-18T19:03:58.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
24772026-08-18T19:03:58.382Z
24782026-08-18T19:03:58.382Zreal 1:44.226816207
24792026-08-18T19:03:58.382Zuser 7:42.271515029
24802026-08-18T19:03:58.382Zsys 1:08.792598845
24812026-08-18T19:03:58.382Ztrap 0.211065966
24822026-08-18T19:03:58.382Ztflt 0.052477265
24832026-08-18T19:03:58.382Zdflt 0.194149023
24842026-08-18T19:03:58.382Zkflt 0.000108943
24852026-08-18T19:03:58.382Zlock 31:45.568701942
24862026-08-18T19:03:58.382Zslp 25:00.021595996
24872026-08-18T19:03:58.382Zlat 25.697192690
24882026-08-18T19:03:58.382Zstop 45.459678758
24892026-08-18T19:03:58.382Z+ ptime -m cargo build --release
24902026-08-18T19:03:58.755Z Compiling proc-macro2 v1.0.107
24912026-08-18T19:03:58.755Z Compiling quote v1.0.47
24922026-08-18T19:03:58.755Z Compiling unicode-ident v1.0.24
24932026-08-18T19:03:58.759Z Compiling serde_core v1.0.229
24942026-08-18T19:03:58.759Z Compiling serde v1.0.229
24952026-08-18T19:03:58.759Z Compiling libc v0.2.189
24962026-08-18T19:03:58.759Z Compiling cfg-if v1.0.4
24972026-08-18T19:03:58.954Z Compiling zmij v1.0.23
24982026-08-18T19:03:58.986Z Compiling autocfg v1.5.1
24992026-08-18T19:03:59.247Z Compiling memchr v2.8.3
25002026-08-18T19:03:59.272Z Compiling libm v0.2.16
25012026-08-18T19:03:59.593Z Compiling itoa v1.0.18
25022026-08-18T19:03:59.720Z Compiling icu_normalizer_data v2.2.0
25032026-08-18T19:03:59.852Z Compiling icu_properties_data v2.2.0
25042026-08-18T19:03:59.961Z Compiling version_check v0.9.5
25052026-08-18T19:03:59.986Z Compiling stable_deref_trait v1.2.1
25062026-08-18T19:04:00.100Z Compiling serde_json v1.0.151
25072026-08-18T19:04:00.116Z Compiling syn v2.0.119
25082026-08-18T19:04:00.126Z Compiling syn v3.0.3
25092026-08-18T19:04:00.225Z Compiling litemap v0.8.2
25102026-08-18T19:04:00.359Z Compiling thiserror v2.0.20
25112026-08-18T19:04:00.414Z Compiling writeable v0.6.3
25122026-08-18T19:04:00.427Z Compiling utf8_iter v1.0.4
25132026-08-18T19:04:00.596Z Compiling num-traits v0.2.19
25142026-08-18T19:04:00.611Z Compiling percent-encoding v2.3.2
25152026-08-18T19:04:00.877Z Compiling form_urlencoded v1.2.2
25162026-08-18T19:04:00.932Z Compiling rand_core v0.10.1
25172026-08-18T19:04:01.017Z Compiling getrandom v0.4.3
25182026-08-18T19:04:01.147Z Compiling parking_lot_core v0.9.12
25192026-08-18T19:04:01.238Z Compiling iana-time-zone v0.1.65
25202026-08-18T19:04:01.318Z Compiling heck v0.5.0
25212026-08-18T19:04:01.479Z Compiling zerocopy v0.8.56
25222026-08-18T19:04:01.555Z Compiling uuid v1.24.0
25232026-08-18T19:04:01.594Z Compiling errno v0.3.14
25242026-08-18T19:04:02.087Z Compiling semver v1.0.28
25252026-08-18T19:04:02.139Z Compiling dyn-clone v1.0.20
25262026-08-18T19:04:02.176Z Compiling schemars v0.8.22
25272026-08-18T19:04:02.392Z Compiling jobserver v0.1.35
25282026-08-18T19:04:02.431Z Compiling shlex v2.0.1
25292026-08-18T19:04:02.465Z Compiling find-msvc-tools v0.1.10
25302026-08-18T19:04:02.626Z Compiling cc v1.4.2
25312026-08-18T19:04:02.713Z Compiling rustversion v1.0.23
25322026-08-18T19:04:02.748Z Compiling pin-project-lite v0.2.17
25332026-08-18T19:04:02.854Z Compiling getrandom v0.2.17
25342026-08-18T19:04:02.936Z Compiling synstructure v0.13.2
25352026-08-18T19:04:04.279Z Compiling serde_derive_internals v0.29.1
25362026-08-18T19:04:04.279Z Compiling bitflags v2.13.1
25372026-08-18T19:04:04.279Z Compiling serde_derive v1.0.229
25382026-08-18T19:04:04.279Z Compiling displaydoc v0.2.7
25392026-08-18T19:04:04.279Z Compiling thiserror-impl v2.0.20
25402026-08-18T19:04:04.279Z Compiling tokio-macros v2.7.2
25412026-08-18T19:04:04.279Z Compiling pkg-config v0.3.33
25422026-08-18T19:04:04.279Z Compiling portable-atomic v1.15.0
25432026-08-18T19:04:04.279Z Compiling futures-macro v0.3.34
25442026-08-18T19:04:04.279Z Compiling zerofrom-derive v0.1.7
25452026-08-18T19:04:04.279Z Compiling yoke-derive v0.8.2
25462026-08-18T19:04:04.284Z Compiling zerovec-derive v0.11.3
25472026-08-18T19:04:04.285Z Compiling schemars_derive v0.8.22
25482026-08-18T19:04:04.403Z Compiling zerocopy-derive v0.8.56
25492026-08-18T19:04:04.736Z Compiling zeroize_derive v1.5.0
25502026-08-18T19:04:04.926Z Compiling socket2 v0.6.5
25512026-08-18T19:04:05.244Z Compiling scopeguard v1.2.0
25522026-08-18T19:04:05.343Z Compiling zerofrom v0.1.8
25532026-08-18T19:04:05.360Z Compiling lock_api v0.4.14
25542026-08-18T19:04:05.422Z Compiling zeroize v1.9.0
25552026-08-18T19:04:05.473Z Compiling yoke v0.8.3
25562026-08-18T19:04:05.507Z Compiling critical-section v1.2.0
25572026-08-18T19:04:05.611Z Compiling log v0.4.33
25582026-08-18T19:04:05.658Z Compiling zerovec v0.11.6
25592026-08-18T19:04:05.672Z Compiling zerotrie v0.2.4
25602026-08-18T19:04:05.688Z Compiling allocator-api2 v0.2.21
25612026-08-18T19:04:05.795Z Compiling once_cell v1.21.4
25622026-08-18T19:04:06.024Z Compiling signal-hook-registry v1.4.8
25632026-08-18T19:04:06.042Z Compiling mio v1.2.2
25642026-08-18T19:04:06.114Z Compiling equivalent v1.0.2
25652026-08-18T19:04:06.252Z Compiling tinystr v0.8.3
25662026-08-18T19:04:06.310Z Compiling potential_utf v0.1.5
25672026-08-18T19:04:06.328Z Compiling cmake v0.1.58
25682026-08-18T19:04:06.488Z Compiling icu_locale_core v2.2.0
25692026-08-18T19:04:06.498Z Compiling smallvec v1.15.2
25702026-08-18T19:04:06.525Z Compiling bytes v1.12.1
25712026-08-18T19:04:06.531Z Compiling icu_collections v2.2.0
25722026-08-18T19:04:06.604Z Compiling chrono v0.4.45
25732026-08-18T19:04:06.683Z Compiling dunce v1.0.5
25742026-08-18T19:04:06.698Z Compiling fs_extra v1.3.0
25752026-08-18T19:04:06.795Z Compiling subtle v2.6.1
25762026-08-18T19:04:06.973Z Compiling aws-lc-sys v0.44.0
25772026-08-18T19:04:06.980Z Compiling serde_tokenstream v0.2.3
25782026-08-18T19:04:07.192Z Compiling parking_lot v0.12.5
25792026-08-18T19:04:07.391Z Compiling icu_provider v2.2.0
25802026-08-18T19:04:07.409Z Compiling tokio v1.53.1
25812026-08-18T19:04:07.508Z Compiling futures-core v0.3.34
25822026-08-18T19:04:07.696Z Compiling icu_properties v2.2.0
25832026-08-18T19:04:07.968Z Compiling icu_normalizer v2.2.0
25842026-08-18T19:04:08.528Z Compiling httparse v1.10.1
25852026-08-18T19:04:08.685Z Compiling futures-sink v0.3.34
25862026-08-18T19:04:08.685Z Compiling idna_adapter v1.2.2
25872026-08-18T19:04:08.807Z Compiling idna v1.1.0
25882026-08-18T19:04:09.132Z Compiling slab v0.4.12
25892026-08-18T19:04:09.137Z Compiling rustix v1.1.4
25902026-08-18T19:04:09.144Z Compiling thiserror v1.0.69
25912026-08-18T19:04:09.172Z Compiling url v2.5.8
25922026-08-18T19:04:09.265Z Compiling typenum v1.20.1
25932026-08-18T19:04:09.303Z Compiling futures-channel v0.3.34
25942026-08-18T19:04:09.454Z Compiling hashbrown v0.17.1
25952026-08-18T19:04:09.491Z Compiling thiserror-impl v1.0.69
25962026-08-18T19:04:10.074Z Compiling futures-io v0.3.34
25972026-08-18T19:04:10.172Z Compiling futures-task v0.3.34
25982026-08-18T19:04:10.175Z Compiling regex-syntax v0.8.11
25992026-08-18T19:04:10.352Z Compiling indexmap v2.14.0
26002026-08-18T19:04:10.356Z Compiling futures-util v0.3.34
26012026-08-18T19:04:10.654Z Compiling aho-corasick v1.1.5
26022026-08-18T19:04:10.854Z Compiling ucd-trie v0.1.7
26032026-08-18T19:04:12.069Z Compiling ipnetwork v0.21.1
26042026-08-18T19:04:12.118Z Compiling regex-automata v0.4.18
26052026-08-18T19:04:12.118Z Compiling pest v2.8.8
26062026-08-18T19:04:12.118Z Compiling tracing-core v0.1.36
26072026-08-18T19:04:12.259Z Compiling tracing-attributes v0.1.31
26082026-08-18T19:04:12.604Z Compiling rand_core v0.6.4
26092026-08-18T19:04:12.992Z Compiling pest_meta v2.8.8
26102026-08-18T19:04:13.013Z Compiling slog v2.8.2
26112026-08-18T19:04:13.090Z Compiling byteorder v1.5.0
26122026-08-18T19:04:13.259Z Compiling base64 v0.22.1
26132026-08-18T19:04:13.375Z Compiling http v1.5.0
26142026-08-18T19:04:13.429Z Compiling regex v1.13.1
26152026-08-18T19:04:13.505Z Compiling tracing v0.1.44
26162026-08-18T19:04:13.761Z Compiling pest_generator v2.8.8
26172026-08-18T19:04:13.863Z Compiling erased-serde v0.3.31
26182026-08-18T19:04:14.226Z Compiling getrandom v0.3.4
26192026-08-18T19:04:14.286Z Compiling fnv v1.0.7
26202026-08-18T19:04:14.388Z Compiling pest_derive v2.8.8
26212026-08-18T19:04:14.507Z Compiling anyhow v1.0.104
26222026-08-18T19:04:14.945Z Compiling strsim v0.11.1
26232026-08-18T19:04:15.071Z Compiling oxnet v0.1.6
26242026-08-18T19:04:15.281Z Compiling rustls-pki-types v1.15.1
26252026-08-18T19:04:15.353Z Compiling ring v0.17.14
26262026-08-18T19:04:15.811Z Compiling ident_case v1.0.1
26272026-08-18T19:04:15.895Z Compiling aws-lc-rs v1.18.0
26282026-08-18T19:04:16.183Z Compiling paste v1.0.15
26292026-08-18T19:04:16.564Z Compiling tokio-util v0.7.19
26302026-08-18T19:04:16.900Z Compiling ipnet v2.12.1
26312026-08-18T19:04:16.914Z Compiling num-conv v0.2.2
26322026-08-18T19:04:17.074Z Compiling time-core v0.1.9
26332026-08-18T19:04:17.274Z Compiling untrusted v0.9.0
26342026-08-18T19:04:17.416Z Compiling untrusted v0.7.1
26352026-08-18T19:04:17.551Z Compiling time-macros v0.2.32
26362026-08-18T19:04:18.719Z Compiling rustls v0.23.43
26372026-08-18T19:04:18.910Z Compiling camino v1.2.5
26382026-08-18T19:04:18.940Z Compiling http-body v1.1.0
26392026-08-18T19:04:19.113Z Compiling scroll_derive v0.13.1
26402026-08-18T19:04:19.243Z Compiling atomic-waker v1.1.2
26412026-08-18T19:04:19.385Z Compiling async-trait v0.1.92
26422026-08-18T19:04:19.473Z Compiling tower-service v0.3.3
26432026-08-18T19:04:19.581Z Compiling ryu v1.0.23
26442026-08-18T19:04:19.873Z Compiling pretty-hex v0.4.2
26452026-08-18T19:04:19.889Z Compiling tower-layer v0.3.3
26462026-08-18T19:04:19.905Z Compiling try-lock v0.2.5
26472026-08-18T19:04:19.930Z Compiling omicron-workspace-hack v0.1.0
26482026-08-18T19:04:20.027Z Compiling want v0.3.1
26492026-08-18T19:04:20.082Z Compiling h2 v0.4.15
26502026-08-18T19:04:20.182Z Compiling ppv-lite86 v0.2.21
26512026-08-18T19:04:20.202Z Compiling crossbeam-utils v0.8.22
26522026-08-18T19:04:20.515Z Compiling httpdate v1.0.3
26532026-08-18T19:04:21.026Z Compiling crc32fast v1.5.0
26542026-08-18T19:04:21.602Z Compiling slog-async v2.8.0
26552026-08-18T19:04:21.901Z Compiling usdt-impl v0.6.0
26562026-08-18T19:04:22.155Z Compiling scroll v0.13.0
26572026-08-18T19:04:22.319Z Compiling serde_urlencoded v0.7.1
26582026-08-18T19:04:22.420Z Compiling http-body-util v0.1.5
26592026-08-18T19:04:22.598Z Compiling hyper v1.11.0
26602026-08-18T19:04:22.632Z Compiling plain v0.2.3
26612026-08-18T19:04:22.719Z Compiling goblin v0.10.7
26622026-08-18T19:04:22.766Z Compiling daft-derive v0.1.8
26632026-08-18T19:04:25.897Z Compiling hyper-util v0.1.20
26642026-08-18T19:04:26.691Z Compiling foldhash v0.2.0
26652026-08-18T19:04:26.938Z Compiling dof v0.4.0
26662026-08-18T19:04:27.188Z Compiling darling_core v0.23.0
26672026-08-18T19:04:27.297Z Compiling dtrace-parser v0.3.0
26682026-08-18T19:04:27.873Z Compiling openapiv3 v2.2.0
26692026-08-18T19:04:27.942Z Compiling thread-id v5.1.0
26702026-08-18T19:04:28.035Z Compiling syn v1.0.109
26712026-08-18T19:04:28.921Z Compiling generic-array v0.14.7
26722026-08-18T19:04:29.292Z Compiling darling_macro v0.23.0
26732026-08-18T19:04:29.356Z Compiling powerfmt v0.2.0
26742026-08-18T19:04:29.846Z Compiling num_threads v0.1.7
26752026-08-18T19:04:29.912Z Compiling darling v0.23.0
26762026-08-18T19:04:30.026Z Compiling deranged v0.5.8
26772026-08-18T19:04:30.179Z Compiling usdt-attr-macro v0.6.0
26782026-08-18T19:04:30.316Z Compiling usdt-macro v0.6.0
26792026-08-18T19:04:31.104Z Compiling time v0.3.55
26802026-08-18T19:04:31.199Z Compiling rand_core v0.9.5
26812026-08-18T19:04:31.308Z Compiling hashbrown v0.16.1
26822026-08-18T19:04:32.073Z Compiling multer v3.1.0
26832026-08-18T19:04:32.193Z Compiling ref-cast v1.0.26
26842026-08-18T19:04:32.369Z Compiling crossbeam-channel v0.5.16
26852026-08-18T19:04:32.526Z Compiling sync_wrapper v1.0.2
26862026-08-18T19:04:32.602Z Compiling hex v0.4.3
26872026-08-18T19:04:32.643Z Compiling winnow v1.0.4
26882026-08-18T19:04:32.900Z Compiling cpufeatures v0.3.0
26892026-08-18T19:04:32.914Z Compiling tower v0.5.3
26902026-08-18T19:04:32.983Z Compiling rand_chacha v0.9.0
26912026-08-18T19:04:33.053Z Compiling webpki-roots v1.0.9
26922026-08-18T19:04:33.183Z Compiling futures-executor v0.3.34
26932026-08-18T19:04:33.502Z Compiling async-stream-impl v0.3.6
26942026-08-18T19:04:33.547Z Compiling ref-cast-impl v1.0.26
26952026-08-18T19:04:33.659Z Compiling dropshot v0.17.1
26962026-08-18T19:04:33.930Z Compiling thread_local v1.1.10
26972026-08-18T19:04:34.108Z Compiling fastrand v2.5.0
26982026-08-18T19:04:34.144Z Compiling futures v0.3.34
26992026-08-18T19:04:34.158Z Compiling tower-http v0.6.11
27002026-08-18T19:04:34.232Z Compiling rand v0.9.5
27012026-08-18T19:04:34.307Z Compiling serde_tokenstream v0.3.0
27022026-08-18T19:04:34.322Z Compiling structmeta-derive v0.3.0
27032026-08-18T19:04:34.443Z Compiling is-terminal v0.4.17
27042026-08-18T19:04:34.555Z Compiling take_mut v0.2.2
27052026-08-18T19:04:34.605Z Compiling term v1.2.1
27062026-08-18T19:04:34.817Z Compiling newtype-uuid-macros v0.1.1
27072026-08-18T19:04:34.961Z Compiling slog-term v2.9.2
27082026-08-18T19:04:35.175Z Compiling crypto-common v0.1.7
27092026-08-18T19:04:35.373Z Compiling structmeta v0.3.0
27102026-08-18T19:04:35.588Z Compiling dropshot_endpoint v0.17.1
27112026-08-18T19:04:35.758Z Compiling tempfile v3.27.0
27122026-08-18T19:04:35.886Z Compiling newtype-uuid v1.4.0
27132026-08-18T19:04:36.368Z Compiling strum_macros v0.26.4
27142026-08-18T19:04:36.390Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-08-18T19:04:36.548Z Compiling either v1.17.0
27162026-08-18T19:04:36.790Z Compiling daft v0.1.8
27172026-08-18T19:04:37.081Z Compiling hybrid-array v0.4.14
27182026-08-18T19:04:37.268Z Compiling match_cfg v0.1.0
27192026-08-18T19:04:37.297Z Compiling openssl-probe v0.2.1
27202026-08-18T19:04:37.347Z Compiling simd-adler32 v0.3.10
27212026-08-18T19:04:37.552Z Compiling adler2 v2.0.1
27222026-08-18T19:04:37.567Z Compiling rustls-native-certs v0.8.4
27232026-08-18T19:04:37.570Z Compiling hostname v0.3.1
27242026-08-18T19:04:37.721Z Compiling miniz_oxide v0.8.9
27252026-08-18T19:04:37.740Z Compiling toml_parser v1.1.3+spec-1.1.0
27262026-08-18T19:04:38.020Z Compiling slog-json v2.6.1
27272026-08-18T19:04:38.203Z Compiling serde_with_macros v3.22.0
27282026-08-18T19:04:38.281Z Compiling macaddr v1.0.1
27292026-08-18T19:04:38.319Z Compiling serde_spanned v1.1.1
27302026-08-18T19:04:38.477Z Compiling memmap2 v0.9.11
27312026-08-18T19:04:39.096Z Compiling toml_writer v1.1.2+spec-1.1.0
27322026-08-18T19:04:39.269Z Compiling slog-bunyan v2.5.0
27332026-08-18T19:04:39.361Z Compiling flate2 v1.1.9
27342026-08-18T19:04:39.375Z Compiling block-buffer v0.12.1
27352026-08-18T19:04:39.393Z Compiling crypto-common v0.2.2
27362026-08-18T19:04:39.453Z Compiling derive-ex v0.1.8
27372026-08-18T19:04:39.609Z Compiling rand_chacha v0.3.1
27382026-08-18T19:04:40.131Z Compiling strum_macros v0.27.2
27392026-08-18T19:04:40.232Z Compiling compression-core v0.4.32
27402026-08-18T19:04:40.418Z Compiling usdt v0.6.0
27412026-08-18T19:04:40.684Z Compiling debug-ignore v1.0.5
27422026-08-18T19:04:40.807Z Compiling const-oid v0.10.2
27432026-08-18T19:04:41.050Z Compiling test-strategy v0.4.5
27442026-08-18T19:04:41.069Z Compiling digest v0.11.3
27452026-08-18T19:04:41.135Z Compiling compression-codecs v0.4.38
27462026-08-18T19:04:41.273Z Compiling rand v0.8.7
27472026-08-18T19:04:41.654Z Compiling toml_datetime v1.1.1+spec-1.1.0
27482026-08-18T19:04:41.699Z Compiling encoding_rs v0.8.35
27492026-08-18T19:04:42.014Z Compiling spin v0.9.9
27502026-08-18T19:04:42.056Z Compiling mime v0.3.17
27512026-08-18T19:04:42.250Z Compiling toml v1.1.4+spec-1.1.0
27522026-08-18T19:04:42.440Z Compiling async-compression v0.4.43
27532026-08-18T19:04:42.454Z Compiling sha1 v0.11.0
27542026-08-18T19:04:42.539Z Compiling async-stream v0.3.6
27552026-08-18T19:04:42.795Z Compiling block-buffer v0.10.4
27562026-08-18T19:04:42.936Z Compiling waitgroup v0.1.2
27572026-08-18T19:04:42.974Z Compiling rustls-pemfile v2.2.0
27582026-08-18T19:04:43.100Z Compiling serde_path_to_error v0.1.20
27592026-08-18T19:04:43.262Z Compiling hostname v0.4.2
27602026-08-18T19:04:43.439Z Compiling digest v0.10.7
27612026-08-18T19:04:43.454Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-08-18T19:04:43.961Z Compiling parse-display-derive v0.10.0
27632026-08-18T19:04:44.233Z Compiling unicode-width v0.2.2
27642026-08-18T19:04:44.559Z Compiling strum v0.26.3
27652026-08-18T19:04:44.703Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662026-08-18T19:04:44.915Z Compiling regress v0.10.5
27672026-08-18T19:04:45.559Z Compiling wait-timeout v0.2.1
27682026-08-18T19:04:46.085Z Compiling bit-vec v0.8.0
27692026-08-18T19:04:46.124Z Compiling quick-error v1.2.3
27702026-08-18T19:04:46.255Z Compiling rusty-fork v0.3.1
27712026-08-18T19:04:46.350Z Compiling bit-set v0.8.0
27722026-08-18T19:04:46.411Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-08-18T19:04:46.548Z Compiling serde_with v3.22.0
27742026-08-18T19:04:46.720Z Compiling rand_xorshift v0.4.0
27752026-08-18T19:04:46.905Z Compiling unarray v0.1.4
27762026-08-18T19:04:47.038Z Compiling proptest v1.11.0
27772026-08-18T19:04:47.072Z Compiling strum v0.27.2
27782026-08-18T19:04:47.154Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27792026-08-18T19:04:47.208Z Compiling instant v0.1.13
27802026-08-18T19:04:47.520Z Compiling cpufeatures v0.2.17
27812026-08-18T19:04:47.536Z Compiling iddqd v0.4.6
27822026-08-18T19:04:47.601Z Compiling clap_derive v4.6.4
27832026-08-18T19:04:47.840Z Compiling utf8parse v0.2.2
27842026-08-18T19:04:49.060Z Compiling anstyle-parse v1.0.0
27852026-08-18T19:04:49.305Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-08-18T19:04:49.423Z Compiling backon v1.6.0
27872026-08-18T19:04:49.493Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27882026-08-18T19:04:49.617Z Compiling terminal_size v0.4.4
27892026-08-18T19:04:49.774Z Compiling is_terminal_polyfill v1.70.2
27902026-08-18T19:04:49.884Z Compiling anstyle v1.0.14
27912026-08-18T19:04:50.011Z Compiling colorchoice v1.0.5
27922026-08-18T19:04:50.138Z Compiling anstyle-query v1.1.5
27932026-08-18T19:04:50.448Z Compiling anstream v1.0.0
27942026-08-18T19:04:50.955Z Compiling backoff v0.4.0
27952026-08-18T19:04:51.118Z Compiling parse-display v0.10.0
27962026-08-18T19:04:51.284Z Compiling itertools v0.14.0
27972026-08-18T19:04:51.415Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27982026-08-18T19:04:51.939Z Compiling clap_lex v1.1.0
27992026-08-18T19:04:52.161Z Compiling humantime v2.4.0
28002026-08-18T19:04:52.297Z Compiling clap_builder v4.6.6
28012026-08-18T19:04:52.893Z Compiling regress v0.11.1
28022026-08-18T19:04:54.275Z Compiling clap v4.6.6
28032026-08-18T19:04:54.462Z Compiling typify-impl v0.6.2
28042026-08-18T19:04:55.778Z Compiling toml_edit v0.25.13+spec-1.1.0
28052026-08-18T19:04:56.036Z Compiling crucible-workspace-hack v0.1.0
28062026-08-18T19:04:56.506Z Compiling proc-macro-crate v3.5.0
28072026-08-18T19:04:56.944Z Compiling zerocopy-derive v0.7.35
28082026-08-18T19:04:57.818Z Compiling typify-macro v0.6.2
28092026-08-18T19:04:57.917Z Compiling unsafe-libyaml v0.2.11
28102026-08-18T19:04:58.295Z Compiling num_enum_derive v0.7.6
28112026-08-18T19:04:58.849Z Compiling serde_yaml v0.9.34+deprecated
28122026-08-18T19:04:59.705Z Compiling convert_case v0.4.0
28132026-08-18T19:05:00.012Z Compiling derive_more v0.99.20
28142026-08-18T19:05:00.090Z Compiling num_enum v0.7.6
28152026-08-18T19:05:00.411Z Compiling toml_datetime v0.6.11
28162026-08-18T19:05:00.457Z Compiling crossbeam-epoch v0.9.20
28172026-08-18T19:05:00.759Z Compiling typify v0.6.2
28182026-08-18T19:05:01.090Z Compiling secrecy v0.10.3
28192026-08-18T19:05:01.297Z Compiling proc-macro-error-attr v1.0.4
28202026-08-18T19:05:01.527Z Compiling rustix v0.38.44
28212026-08-18T19:05:02.029Z Compiling heapless v0.8.0
28222026-08-18T19:05:02.063Z Compiling tinyvec_macros v0.1.1
28232026-08-18T19:05:02.142Z Compiling prettyplease v0.2.37
28242026-08-18T19:05:02.320Z Compiling tinyvec v1.12.0
28252026-08-18T19:05:02.931Z Compiling zerocopy v0.7.35
28262026-08-18T19:05:02.945Z Compiling tabwriter v1.4.1
28272026-08-18T19:05:03.484Z Compiling hash32 v0.3.1
28282026-08-18T19:05:03.567Z Compiling rustc_version v0.4.1
28292026-08-18T19:05:03.582Z Compiling scroll_derive v0.12.1
28302026-08-18T19:05:03.650Z Compiling num-integer v0.1.47
28312026-08-18T19:05:03.844Z Compiling proc-macro-error v1.0.4
28322026-08-18T19:05:04.084Z Compiling usdt-impl v0.5.0
28332026-08-18T19:05:04.154Z Compiling data-encoding v2.11.1
28342026-08-18T19:05:04.294Z Compiling winnow v0.7.15
28352026-08-18T19:05:04.309Z Compiling smoltcp v0.11.0
28362026-08-18T19:05:04.352Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28372026-08-18T19:05:04.682Z Compiling scroll v0.12.0
28382026-08-18T19:05:04.970Z Compiling curve25519-dalek v4.1.3
28392026-08-18T19:05:05.559Z Compiling dof v0.3.0
28402026-08-18T19:05:06.755Z Compiling dtrace-parser v0.2.0
28412026-08-18T19:05:06.770Z Compiling hmac v0.12.1
28422026-08-18T19:05:06.805Z Compiling darling_core v0.21.3
28432026-08-18T19:05:06.933Z Compiling inout v0.1.4
28442026-08-18T19:05:06.997Z Compiling ff v0.13.1
28452026-08-18T19:05:07.098Z Compiling cobs v0.3.0
28462026-08-18T19:05:07.153Z Compiling bstr v1.13.1
28472026-08-18T19:05:07.346Z Compiling thread-id v4.2.2
28482026-08-18T19:05:07.637Z Compiling static_assertions v1.1.0
28492026-08-18T19:05:07.640Z Compiling managed v0.8.0
28502026-08-18T19:05:07.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28512026-08-18T19:05:07.828Z Compiling bitflags v1.3.2
28522026-08-18T19:05:07.876Z Compiling colored v3.1.1
28532026-08-18T19:05:08.481Z Compiling postcard v1.1.3
28542026-08-18T19:05:08.495Z Compiling group v0.13.0
28552026-08-18T19:05:08.616Z Compiling cipher v0.4.4
28562026-08-18T19:05:08.874Z Compiling hkdf v0.12.4
28572026-08-18T19:05:08.899Z Compiling darling_macro v0.21.3
28582026-08-18T19:05:09.598Z Compiling goblin v0.8.2
28592026-08-18T19:05:09.638Z Compiling num-rational v0.4.2
28602026-08-18T19:05:09.674Z Compiling num-iter v0.1.46
28612026-08-18T19:05:10.199Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28622026-08-18T19:05:10.430Z Compiling universal-hash v0.5.1
28632026-08-18T19:05:10.583Z Compiling hubpack_derive v0.1.1
28642026-08-18T19:05:10.615Z Compiling thiserror-impl-no-std v2.0.2
28652026-08-18T19:05:11.129Z Compiling crypto-bigint v0.5.5
28662026-08-18T19:05:11.222Z Compiling half v2.7.1
28672026-08-18T19:05:11.509Z Compiling curve25519-dalek-derive v0.1.1
28682026-08-18T19:05:11.576Z Compiling serde_repr v0.1.21
28692026-08-18T19:05:11.739Z Compiling foreign-types-macros v0.2.4
28702026-08-18T19:05:12.208Z Compiling num-complex v0.4.6
28712026-08-18T19:05:12.739Z Compiling memoffset v0.9.1
28722026-08-18T19:05:12.865Z Compiling opaque-debug v0.3.1
28732026-08-18T19:05:13.186Z Compiling indent_write v2.2.0
28742026-08-18T19:05:13.186Z Compiling cfg_aliases v0.2.2
28752026-08-18T19:05:13.352Z Compiling base64ct v1.8.3
28762026-08-18T19:05:13.392Z Compiling foreign-types-shared v0.3.1
28772026-08-18T19:05:13.469Z Compiling base16ct v0.2.0
28782026-08-18T19:05:13.495Z Compiling heck v0.4.1
28792026-08-18T19:05:13.675Z Compiling ciborium-io v0.2.2
28802026-08-18T19:05:13.699Z Compiling password-hash v0.5.0
28812026-08-18T19:05:13.787Z Compiling ciborium-ll v0.2.2
28822026-08-18T19:05:13.911Z Compiling elliptic-curve v0.13.8
28832026-08-18T19:05:14.041Z Compiling foreign-types v0.5.0
28842026-08-18T19:05:14.247Z Compiling nix v0.31.3
28852026-08-18T19:05:14.773Z Compiling poly1305 v0.8.0
28862026-08-18T19:05:15.114Z Compiling num v0.4.3
28872026-08-18T19:05:15.385Z Compiling thiserror-no-std v2.0.2
28882026-08-18T19:05:15.599Z Compiling hubpack v0.1.2
28892026-08-18T19:05:16.088Z Compiling darling v0.21.3
28902026-08-18T19:05:16.834Z Compiling chacha20 v0.9.1
28912026-08-18T19:05:17.306Z Compiling atomicwrites v0.4.4
28922026-08-18T19:05:17.550Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28932026-08-18T19:05:17.585Z Compiling reqwest v0.12.28
28942026-08-18T19:05:18.008Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28952026-08-18T19:05:18.882Z Compiling blake2 v0.10.6
28962026-08-18T19:05:19.114Z Compiling aead v0.5.2
28972026-08-18T19:05:19.195Z Compiling chacha20 v0.10.1
28982026-08-18T19:05:19.309Z Compiling byte-wrapper v0.1.0
28992026-08-18T19:05:19.374Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29002026-08-18T19:05:19.625Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29012026-08-18T19:05:20.123Z Compiling cstr-argument v0.1.2
29022026-08-18T19:05:20.216Z Compiling keccak v0.1.6
29032026-08-18T19:05:20.376Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
29042026-08-18T19:05:20.538Z Compiling crossbeam-deque v0.8.7
29052026-08-18T19:05:20.607Z Compiling float-ord v0.3.2
29062026-08-18T19:05:20.724Z Compiling sha3 v0.10.9
29072026-08-18T19:05:20.839Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29082026-08-18T19:05:21.119Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29092026-08-18T19:05:21.141Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29102026-08-18T19:05:21.219Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29112026-08-18T19:05:21.295Z Compiling rand v0.10.2
29122026-08-18T19:05:22.007Z Compiling chacha20poly1305 v0.10.1
29132026-08-18T19:05:22.050Z Compiling argon2 v0.5.3
29142026-08-18T19:05:22.896Z Compiling progenitor-client v0.10.0
29152026-08-18T19:05:23.154Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
29162026-08-18T19:05:23.389Z Compiling ingot-macros v0.1.1
29172026-08-18T19:05:23.988Z Compiling vsss-rs v3.3.4
29182026-08-18T19:05:25.226Z Compiling ciborium v0.2.2
29192026-08-18T19:05:25.505Z Compiling usdt-attr-macro v0.5.0
29202026-08-18T19:05:26.003Z Compiling rustls-webpki v0.103.14
29212026-08-18T19:05:26.076Z Compiling usdt-macro v0.5.0
29222026-08-18T19:05:27.552Z Compiling enum-as-inner v0.6.1
29232026-08-18T19:05:27.577Z Compiling num-derive v0.4.2
29242026-08-18T19:05:28.090Z Compiling memmap v0.7.0
29252026-08-18T19:05:28.253Z Compiling semver v0.1.20
29262026-08-18T19:05:28.341Z Compiling rayon-core v1.13.0
29272026-08-18T19:05:28.525Z Compiling winnow v0.5.40
29282026-08-18T19:05:28.602Z Compiling rustc_version v0.1.7
29292026-08-18T19:05:28.804Z Compiling usdt v0.5.0
29302026-08-18T19:05:28.860Z Compiling ingot-types v0.1.2
29312026-08-18T19:05:28.891Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-08-18T19:05:29.413Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29332026-08-18T19:05:29.518Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29342026-08-18T19:05:29.844Z Compiling toml_edit v0.19.15
29352026-08-18T19:05:30.145Z Compiling similar v2.7.0
29362026-08-18T19:05:30.201Z Compiling progenitor-impl v0.14.0
29372026-08-18T19:05:31.526Z Compiling tokio-rustls v0.26.4
29382026-08-18T19:05:31.849Z Compiling hyper-rustls v0.27.9
29392026-08-18T19:05:31.864Z Compiling rustls-platform-verifier v0.7.0
29402026-08-18T19:05:32.315Z Compiling reqwest v0.13.4
29412026-08-18T19:05:32.847Z Compiling serde_spanned v0.6.9
29422026-08-18T19:05:32.927Z Compiling bytecount v0.6.9
29432026-08-18T19:05:33.161Z Compiling toml_write v0.1.2
29442026-08-18T19:05:33.363Z Compiling vcpkg v0.2.15
29452026-08-18T19:05:33.378Z Compiling lazy_static v1.5.0
29462026-08-18T19:05:33.494Z Compiling toml_edit v0.22.27
29472026-08-18T19:05:33.924Z Compiling progenitor-client v0.14.0
29482026-08-18T19:05:34.420Z Compiling progenitor-extras v0.2.0
29492026-08-18T19:05:34.853Z Compiling openssl-sys v0.9.117
29502026-08-18T19:05:35.847Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29512026-08-18T19:05:38.010Z Compiling progenitor-macro v0.14.0
29522026-08-18T19:05:38.404Z Compiling proc-macro-crate v1.3.1
29532026-08-18T19:05:42.292Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29542026-08-18T19:05:42.716Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29552026-08-18T19:05:46.297Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29562026-08-18T19:05:47.100Z Compiling ingot v0.1.1
29572026-08-18T19:05:47.304Z Compiling newtype_derive v0.1.6
29582026-08-18T19:05:48.120Z Compiling itertools v0.12.1
29592026-08-18T19:05:49.807Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-08-18T19:05:50.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-08-18T19:05:50.140Z Compiling swrite v0.1.0
29622026-08-18T19:05:50.238Z Compiling owo-colors v4.3.0
29632026-08-18T19:05:50.307Z Compiling unicode-segmentation v1.13.3
29642026-08-18T19:05:50.528Z Compiling resolv-conf v0.7.6
29652026-08-18T19:05:50.594Z Compiling linked-hash-map v0.5.6
29662026-08-18T19:05:50.824Z Compiling lru-cache v0.1.2
29672026-08-18T19:05:50.924Z Compiling newline-converter v0.3.0
29682026-08-18T19:05:51.200Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-08-18T19:05:51.366Z Compiling progenitor v0.14.0
29702026-08-18T19:05:51.456Z Compiling rayon v1.12.0
29712026-08-18T19:05:51.530Z Compiling num_enum_derive v0.5.11
29722026-08-18T19:05:52.041Z Compiling toml v0.8.23
29732026-08-18T19:05:52.598Z Compiling hickory-proto v0.24.4
29742026-08-18T19:05:52.631Z Compiling progenitor-impl v0.13.0
29752026-08-18T19:05:52.949Z Compiling console v0.15.11
29762026-08-18T19:05:53.165Z Compiling camino-tempfile v1.4.1
29772026-08-18T19:05:53.587Z Compiling serde-big-array v0.5.1
29782026-08-18T19:05:53.649Z Compiling pin-project-internal v1.1.13
29792026-08-18T19:05:53.756Z Compiling derive-where v1.6.1
29802026-08-18T19:05:54.244Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-08-18T19:05:54.725Z Compiling minimal-lexical v0.2.1
29822026-08-18T19:05:54.752Z Compiling siphasher v1.0.3
29832026-08-18T19:05:54.973Z Compiling nom v7.1.3
29842026-08-18T19:05:54.988Z Compiling phf_shared v0.12.1
29852026-08-18T19:05:55.024Z Compiling pin-project v1.1.13
29862026-08-18T19:05:55.140Z Compiling hickory-resolver v0.24.4
29872026-08-18T19:05:55.222Z Compiling progenitor-macro v0.13.0
29882026-08-18T19:05:55.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29892026-08-18T19:05:56.338Z Compiling expectorate v1.2.0
29902026-08-18T19:05:59.434Z Compiling num_enum v0.5.11
29912026-08-18T19:05:59.523Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29922026-08-18T19:05:59.574Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29932026-08-18T19:06:00.226Z Compiling progenitor-client v0.13.0
29942026-08-18T19:06:00.701Z Compiling zone_cfg_derive v0.3.1
29952026-08-18T19:06:00.717Z Compiling unicode-normalization v0.1.25
29962026-08-18T19:06:01.373Z Compiling tokio-stream v0.1.19
29972026-08-18T19:06:01.450Z Compiling async-recursion v1.1.1
29982026-08-18T19:06:01.968Z Compiling snafu-derive v0.8.9
29992026-08-18T19:06:02.160Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
30002026-08-18T19:06:02.489Z Compiling slog-dtrace v0.3.0
30012026-08-18T19:06:02.581Z Compiling csv-core v0.1.13
30022026-08-18T19:06:02.744Z Compiling unicode-xid v0.2.6
30032026-08-18T19:06:02.798Z Compiling smawk v0.3.3
30042026-08-18T19:06:02.879Z Compiling cancel-safe-futures v0.1.5
30052026-08-18T19:06:02.957Z Compiling unicode-width v0.1.14
30062026-08-18T19:06:02.998Z Compiling unicode-linebreak v0.1.5
30072026-08-18T19:06:03.150Z Compiling konst_macro_rules v0.2.19
30082026-08-18T19:06:03.279Z Compiling openssl v0.10.81
30092026-08-18T19:06:03.279Z Compiling same-file v1.0.6
30102026-08-18T19:06:03.352Z Compiling foldhash v0.1.5
30112026-08-18T19:06:03.466Z Compiling jiff-core v0.1.0
30122026-08-18T19:06:03.581Z Compiling chrono-tz v0.10.4
30132026-08-18T19:06:03.584Z Compiling highway v1.3.0
30142026-08-18T19:06:03.718Z Compiling foreign-types-shared v0.1.1
30152026-08-18T19:06:03.875Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30162026-08-18T19:06:03.911Z Compiling foreign-types v0.3.2
30172026-08-18T19:06:03.995Z Compiling snafu v0.8.9
30182026-08-18T19:06:04.301Z Compiling hashbrown v0.15.5
30192026-08-18T19:06:04.555Z Compiling jiff v0.2.35
30202026-08-18T19:06:04.972Z Compiling walkdir v2.5.0
30212026-08-18T19:06:05.290Z Compiling konst v0.2.20
30222026-08-18T19:06:05.650Z Compiling textwrap v0.16.2
30232026-08-18T19:06:05.713Z Compiling const_format_proc_macros v0.2.34
30242026-08-18T19:06:06.570Z Compiling csv v1.4.0
30252026-08-18T19:06:07.325Z Compiling progenitor v0.13.0
30262026-08-18T19:06:07.468Z Compiling qorb v0.4.1
30272026-08-18T19:06:07.532Z Compiling zone v0.3.1
30282026-08-18T19:06:07.553Z Compiling olpc-cjson v0.1.4
30292026-08-18T19:06:07.768Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-08-18T19:06:09.379Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30312026-08-18T19:06:09.817Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-08-18T19:06:09.930Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30332026-08-18T19:06:11.512Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30342026-08-18T19:06:12.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30352026-08-18T19:06:13.588Z Compiling phf v0.12.1
30362026-08-18T19:06:14.226Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-08-18T19:06:14.268Z Compiling tokio-dtrace v0.1.1
30382026-08-18T19:06:14.560Z Compiling globset v0.4.20
30392026-08-18T19:06:14.600Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30402026-08-18T19:06:14.826Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30412026-08-18T19:06:15.432Z Compiling smf v0.2.3
30422026-08-18T19:06:15.482Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30432026-08-18T19:06:15.794Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30442026-08-18T19:06:16.074Z Compiling pem v3.0.6
30452026-08-18T19:06:16.587Z Compiling libsw-core v0.3.2
30462026-08-18T19:06:16.587Z Compiling serde_plain v1.0.2
30472026-08-18T19:06:16.783Z Compiling openssl-macros v0.1.1
30482026-08-18T19:06:16.802Z Compiling cookie v0.18.2
30492026-08-18T19:06:16.805Z Compiling sigpipe v0.1.3
30502026-08-18T19:06:16.908Z Compiling typed-path v0.9.3
30512026-08-18T19:06:17.070Z Compiling fixedbitset v0.4.2
30522026-08-18T19:06:17.228Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-08-18T19:06:17.231Z Compiling glob v0.3.4
30542026-08-18T19:06:17.283Z Compiling fixedbitset v0.5.7
30552026-08-18T19:06:17.506Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-08-18T19:06:17.821Z Compiling petgraph v0.8.3
30572026-08-18T19:06:18.043Z Compiling tough v0.22.0
30582026-08-18T19:06:18.103Z Compiling petgraph v0.6.5
30592026-08-18T19:06:19.019Z Compiling libsw v3.5.0
30602026-08-18T19:06:19.212Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30612026-08-18T19:06:19.489Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30622026-08-18T19:06:19.796Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-08-18T19:06:19.926Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-08-18T19:06:20.053Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30652026-08-18T19:06:20.170Z Compiling oxide-tokio-rt v0.1.6
30662026-08-18T19:06:20.357Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30672026-08-18T19:06:20.503Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-08-18T19:06:20.719Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-08-18T19:06:21.394Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-08-18T19:06:21.575Z Compiling const_format v0.2.36
30712026-08-18T19:06:22.497Z Compiling papergrid v0.11.0
30722026-08-18T19:06:22.853Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-08-18T19:06:24.121Z Compiling libscf-sys v1.2.0
30742026-08-18T19:06:24.282Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30752026-08-18T19:06:24.300Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-08-18T19:06:24.454Z Compiling tabled_derive v0.7.0
30772026-08-18T19:06:24.524Z Compiling gethostname v0.5.0
30782026-08-18T19:06:24.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30792026-08-18T19:06:24.992Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-08-18T19:06:25.120Z Compiling bcs v0.1.6
30812026-08-18T19:06:25.155Z Compiling whoami v1.6.1
30822026-08-18T19:06:25.183Z Compiling tagptr v0.2.0
30832026-08-18T19:06:25.392Z Compiling termtree v0.5.1
30842026-08-18T19:06:25.526Z Compiling linear-map v1.2.0
30852026-08-18T19:06:25.618Z Compiling tabled v0.15.0
30862026-08-18T19:06:25.756Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-08-18T19:06:27.661Z Compiling moka v0.12.16
30882026-08-18T19:06:28.638Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-08-18T19:06:28.915Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-08-18T19:06:28.993Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-08-18T19:06:30.224Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30922026-08-18T19:06:30.351Z Compiling steno v0.4.1
30932026-08-18T19:06:32.522Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-08-18T19:06:33.501Z Compiling hickory-proto v0.25.2
30952026-08-18T19:06:35.048Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30962026-08-18T19:06:36.164Z Compiling hickory-resolver v0.25.2
30972026-08-18T19:06:36.562Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30982026-08-18T19:06:36.716Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30992026-08-18T19:06:37.382Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31002026-08-18T19:06:37.975Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
31012026-08-18T19:06:38.067Z Compiling nom v8.0.0
31022026-08-18T19:06:38.104Z Compiling parking_lot_core v0.8.6
31032026-08-18T19:06:38.780Z Compiling itertools v0.15.0
31042026-08-18T19:06:38.812Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
31052026-08-18T19:06:39.101Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31062026-08-18T19:06:39.348Z Compiling crunchy v0.2.4
31072026-08-18T19:06:39.719Z Compiling parking_lot v0.11.2
31082026-08-18T19:06:40.389Z Compiling typify-impl v0.4.3
31092026-08-18T19:06:40.596Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31102026-08-18T19:06:40.796Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31112026-08-18T19:06:41.651Z Compiling fxhash v0.2.1
31122026-08-18T19:06:41.805Z Compiling tiny-keccak v2.0.2
31132026-08-18T19:06:42.077Z Compiling sled v0.34.7
31142026-08-18T19:06:43.781Z Compiling typify-macro v0.4.3
31152026-08-18T19:06:44.644Z Compiling arc-swap v1.9.2
31162026-08-18T19:06:44.775Z Compiling internet-checksum v0.2.1
31172026-08-18T19:06:44.795Z Compiling ingot-macros v0.2.0
31182026-08-18T19:06:44.927Z Compiling slog-scope v4.4.1
31192026-08-18T19:06:45.223Z Compiling papergrid v0.18.0
31202026-08-18T19:06:45.296Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31212026-08-18T19:06:45.399Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31222026-08-18T19:06:45.717Z Compiling const-random-macro v0.1.16
31232026-08-18T19:06:46.141Z Compiling slog-stdlog v4.1.1
31242026-08-18T19:06:46.528Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31252026-08-18T19:06:46.658Z Compiling tabled v0.21.0
31262026-08-18T19:06:46.762Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31272026-08-18T19:06:47.581Z Compiling ingot-types v0.2.0
31282026-08-18T19:06:48.060Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31292026-08-18T19:06:48.701Z Compiling dropshot-api-manager-types v0.7.2
31302026-08-18T19:06:49.278Z Compiling ahash v0.8.12
31312026-08-18T19:06:49.557Z Compiling smartstring v1.0.1
31322026-08-18T19:06:50.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
31332026-08-18T19:06:50.865Z Compiling ingot v0.2.1
31342026-08-18T19:06:52.613Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31352026-08-18T19:06:53.129Z Compiling slog-envlogger v2.2.0
31362026-08-18T19:06:54.232Z Compiling const-random v0.1.18
31372026-08-18T19:06:54.322Z Compiling typify v0.4.3
31382026-08-18T19:06:54.482Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31392026-08-18T19:06:54.927Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31402026-08-18T19:06:55.524Z Compiling toml_datetime v0.7.5+spec-1.1.0
31412026-08-18T19:06:55.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31422026-08-18T19:06:56.086Z Compiling crc8 v0.1.1
31432026-08-18T19:06:56.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
31442026-08-18T19:06:56.733Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31452026-08-18T19:07:00.244Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31462026-08-18T19:07:00.767Z Compiling toml v0.9.12+spec-1.1.0
31472026-08-18T19:07:00.917Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31482026-08-18T19:07:01.608Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31492026-08-18T19:07:01.899Z Compiling progenitor-impl v0.10.0
31502026-08-18T19:07:02.939Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31512026-08-18T19:07:03.261Z Compiling sha1 v0.10.7
31522026-08-18T19:07:03.663Z Compiling thin-vec v0.2.19
31532026-08-18T19:07:03.708Z Compiling lzma-sys v0.1.20
31542026-08-18T19:07:03.954Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31552026-08-18T19:07:04.016Z Compiling rhai_codegen v3.2.0
31562026-08-18T19:07:04.157Z Compiling fs-err v3.3.1
31572026-08-18T19:07:04.426Z Compiling typeid v1.0.3
31582026-08-18T19:07:04.501Z Compiling utf-8 v0.7.6
31592026-08-18T19:07:04.731Z Compiling tungstenite v0.21.0
31602026-08-18T19:07:05.264Z Compiling rhai v1.25.1
31612026-08-18T19:07:05.767Z Compiling progenitor-macro v0.10.0
31622026-08-18T19:07:06.913Z Compiling cargo_toml v0.22.3
31632026-08-18T19:07:09.167Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
31642026-08-18T19:07:11.606Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31652026-08-18T19:07:13.242Z Compiling sha2 v0.10.9
31662026-08-18T19:07:13.684Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31672026-08-18T19:07:14.538Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31682026-08-18T19:07:14.732Z Compiling progenitor v0.10.0
31692026-08-18T19:07:14.747Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31702026-08-18T19:07:15.470Z Compiling tokio-tungstenite v0.21.0
31712026-08-18T19:07:15.709Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31722026-08-18T19:07:15.978Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31732026-08-18T19:07:17.659Z Compiling port-file v0.1.0
31742026-08-18T19:07:17.925Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31752026-08-18T19:07:17.940Z Compiling console v0.16.4
31762026-08-18T19:07:18.641Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31772026-08-18T19:07:19.196Z Compiling git-stub v1.0.0
31782026-08-18T19:07:19.557Z Compiling is_ci v1.2.0
31792026-08-18T19:07:19.647Z Compiling unit-prefix v0.5.2
31802026-08-18T19:07:19.739Z Compiling base64 v0.21.7
31812026-08-18T19:07:19.824Z Compiling indicatif v0.18.6
31822026-08-18T19:07:20.267Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31832026-08-18T19:07:20.359Z Compiling supports-color v3.0.2
31842026-08-18T19:07:20.617Z Compiling git-stub-vcs v0.1.0
31852026-08-18T19:07:21.363Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31862026-08-18T19:07:22.477Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31872026-08-18T19:07:22.851Z Compiling ron v0.12.2
31882026-08-18T19:07:24.003Z Compiling xz2 v0.1.7
31892026-08-18T19:07:24.226Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31902026-08-18T19:07:24.325Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31912026-08-18T19:07:24.659Z Compiling drift v0.2.0
31922026-08-18T19:07:26.419Z Compiling base16ct v1.0.0
31932026-08-18T19:07:26.879Z Compiling dropshot-api-manager v0.7.2
31942026-08-18T19:07:31.632Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31952026-08-18T19:07:33.695Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31962026-08-18T19:07:34.856Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31972026-08-18T19:07:36.209Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31982026-08-18T19:07:37.826Z Compiling natord v1.0.9
31992026-08-18T19:07:38.123Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
32002026-08-18T19:07:38.215Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
32012026-08-18T19:07:38.535Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
32022026-08-18T19:07:39.879Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
32032026-08-18T19:07:41.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
32042026-08-18T19:07:49.767Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
32052026-08-18T19:07:51.079Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
32062026-08-18T19:07:51.686Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
32072026-08-18T19:07:52.510Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
32082026-08-18T19:07:57.132Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
32092026-08-18T19:08:24.235Z Finished `release` profile [optimized] target(s) in 4m 26s
32102026-08-18T19:08:24.421Z
32112026-08-18T19:08:24.421Zreal 4:26.245476704
32122026-08-18T19:08:24.421Zuser 30:11.011298803
32132026-08-18T19:08:24.421Zsys 2:48.074532159
32142026-08-18T19:08:24.421Ztrap 0.751300407
32152026-08-18T19:08:24.421Ztflt 1.422636284
32162026-08-18T19:08:24.424Zdflt 1.949135313
32172026-08-18T19:08:24.424Zkflt 0.000197403
32182026-08-18T19:08:24.424Zlock 2:04:19.727665422
32192026-08-18T19:08:24.424Zslp 1:26:34.664987140
32202026-08-18T19:08:24.424Zlat 2:24.313361682
32212026-08-18T19:08:24.424Zstop 4:16.812277591
32222026-08-18T19:08:24.424Z+ for x in debug release
32232026-08-18T19:08:24.424Z+ mkdir -p /work/debug
32242026-08-18T19:08:24.427Z+ cp target/debug/ddmd /work/debug/ddmd
32252026-08-18T19:08:24.981Z+ cp target/debug/ddmadm /work/debug/ddmadm
32262026-08-18T19:08:25.434Z+ cp target/debug/mgd /work/debug/mgd
32272026-08-18T19:08:26.195Z+ cp target/debug/mgadm /work/debug/mgadm
32282026-08-18T19:08:26.681Z+ for x in debug release
32292026-08-18T19:08:26.681Z+ mkdir -p /work/release
32302026-08-18T19:08:26.685Z+ cp target/release/ddmd /work/release/ddmd
32312026-08-18T19:08:26.786Z+ cp target/release/ddmadm /work/release/ddmadm
32322026-08-18T19:08:26.873Z+ cp target/release/mgd /work/release/mgd
32332026-08-18T19:08:26.999Z+ cp target/release/mgadm /work/release/mgadm
32342026-08-18T19:08:27.109Z+ cp target/release/falcon-lab /work/release/falcon-lab
32352026-08-18T19:08:27.189Zprocess exited: duration 707145 ms, exit code 0
 
32362026-08-18T19:08:27.205Zfound 9 output files
32372026-08-18T19:08:27.205Zuploading: /work/debug/ddmadm (599005480 bytes)
32382026-08-18T19:08:36.002Zuploaded: /work/debug/ddmadm
32392026-08-18T19:08:36.002Zuploading: /work/debug/ddmd (691406336 bytes)
32402026-08-18T19:08:45.351Zuploaded: /work/debug/ddmd
32412026-08-18T19:08:45.351Zuploading: /work/debug/mgadm (709102760 bytes)
32422026-08-18T19:08:56.179Zuploaded: /work/debug/mgadm
32432026-08-18T19:08:56.180Zuploading: /work/debug/mgd (815851392 bytes)
32442026-08-18T19:09:07.770Zuploaded: /work/debug/mgd
32452026-08-18T19:09:07.770Zuploading: /work/release/ddmadm (52294104 bytes)
32462026-08-18T19:09:09.524Zuploaded: /work/release/ddmadm
32472026-08-18T19:09:09.524Zuploading: /work/release/ddmd (62945448 bytes)
32482026-08-18T19:09:11.044Zuploaded: /work/release/ddmd
32492026-08-18T19:09:11.044Zuploading: /work/release/falcon-lab (42528744 bytes)
32502026-08-18T19:09:12.365Zuploaded: /work/release/falcon-lab
32512026-08-18T19:09:12.365Zuploading: /work/release/mgadm (67872184 bytes)
32522026-08-18T19:09:13.834Zuploaded: /work/release/mgadm
32532026-08-18T19:09:13.835Zuploading: /work/release/mgd (87542024 bytes)
32542026-08-18T19:09:15.442Zuploaded: /work/release/mgd