01KV5738XQKGKWV6S0Y87JPY4P: 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: 01KV573QKJ8RJPK70QX4PJSD72

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T08:42:47.634Zjob assigned to worker 01KV573WN20MQJ14M51545C95X [factory aws, i-0ed55d080d282208b] (queued for 46 s)
 
22026-06-15T08:42:54.354Zstarting task 0: "setup"
32026-06-15T08:42:54.357Z++ uname -s
42026-06-15T08:42:54.360Z+ kern=SunOS
52026-06-15T08:42:54.360Z+ build_user=build
62026-06-15T08:42:54.360Z+ build_uid=12345
72026-06-15T08:42:54.360Z+ work_dir=/work
82026-06-15T08:42:54.360Z+ input_dir=/input
92026-06-15T08:42:54.360Z+ [[ 0 == 12345 ]]
102026-06-15T08:42:54.360Z+ case "$kern" in
112026-06-15T08:42:54.360Z+ groupadd -g 12345 build
122026-06-15T08:42:54.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T08:42:56.366Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T08:42:56.455Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T08:42:56.458Z+ home_fs=zfs
162026-06-15T08:42:56.458Z+ [[ zfs == autofs ]]
172026-06-15T08:42:56.458Z+ mkdir -p /home/build
182026-06-15T08:42:56.458Z+ chown build:build /home/build /work
192026-06-15T08:42:58.460Z+ chmod 0700 /home/build /work
202026-06-15T08:42:58.467Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-15T08:42:58.473Zstarting task 1: "rust-toolchain"
222026-06-15T08:42:58.476Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T08:42:58.476Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T08:42:58.476Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-15T08:42:58.476Z * rust toolchain channel = "stable"
262026-06-15T08:42:58.476Z * rust toolchain profile = "default"
272026-06-15T08:42:58.479Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T08:42:58.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T08:42:58.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T08:42:58.596Zinfo: downloading installer
312026-06-15T08:43:00.231Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T08:43:00.231Zwarn: /opt/ooce/bin
332026-06-15T08:43:00.231Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T08:43:00.231Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T08:43:00.231Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T08:43:00.231Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T08:43:00.231Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T08:43:00.231Zerror: cannot install while Rust is installed
392026-06-15T08:43:00.231Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T08:43:00.231Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T08:43:00.231Zwarn: /home/build/.rustup/settings.toml
422026-06-15T08:43:00.231Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T08:43:00.231Zwarn: instead of the one inferred from the default host triple.
442026-06-15T08:43:00.244Zinfo: profile set to default
452026-06-15T08:43:00.244Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T08:43:00.247Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T08:43:00.390Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T08:43:00.392Zinfo: downloading 6 components
492026-06-15T08:43:16.271Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T08:43:16.271Z
512026-06-15T08:43:16.298Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T08:43:16.298Z
532026-06-15T08:43:16.298Z
542026-06-15T08:43:16.298ZRust is installed now. Great!
552026-06-15T08:43:16.299Z
562026-06-15T08:43:16.301ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T08:43:16.301Zenvironment variable. This has not been done automatically.
582026-06-15T08:43:16.301Z
592026-06-15T08:43:16.301ZTo configure your current shell, you need to source
602026-06-15T08:43:16.301Zthe corresponding env file under $HOME/.cargo.
612026-06-15T08:43:16.301Z
622026-06-15T08:43:16.301ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T08:43:16.302Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T08:43:16.302Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T08:43:16.302Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T08:43:16.302Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T08:43:16.302Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T08:43:16.302Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T08:43:16.302Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T08:43:16.302Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T08:43:16.387Z+ rustup --version
722026-06-15T08:43:16.395Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T08:43:16.398Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T08:43:16.416Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T08:43:16.419Z+ cargo --version
762026-06-15T08:43:16.432Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T08:43:16.435Z+ rustc --version
782026-06-15T08:43:16.454Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T08:43:16.457Zprocess exited: duration 17982 ms, exit code 0
 
802026-06-15T08:43:16.462Zstarting task 2: "authentication"
812026-06-15T08:43:16.479Zprocess exited: duration 16 ms, exit code 0
 
822026-06-15T08:43:16.484Zstarting task 3: "clone repository"
832026-06-15T08:43:16.487Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T08:43:16.490Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T08:43:16.521ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T08:43:17.977Z+ cd /work/oxidecomputer/maghemite
872026-06-15T08:43:17.977Z+ git fetch origin 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
882026-06-15T08:43:18.362ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T08:43:18.362Z * branch 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb -> FETCH_HEAD
902026-06-15T08:43:18.370Z+ [[ -n renovate/lock-file-maintenance ]]
912026-06-15T08:43:18.373Z++ git branch --show-current
922026-06-15T08:43:18.373Z+ current=main
932026-06-15T08:43:18.373Z+ [[ main != renovate/lock-file-maintenance ]]
942026-06-15T08:43:18.373Z+ git branch -f renovate/lock-file-maintenance 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
952026-06-15T08:43:18.376Z+ git checkout -f renovate/lock-file-maintenance
962026-06-15T08:43:18.395ZSwitched to branch 'renovate/lock-file-maintenance'
972026-06-15T08:43:18.397Z+ git reset --hard 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
982026-06-15T08:43:18.400ZHEAD is now at 1a8c4fe Lock file maintenance
992026-06-15T08:43:18.403Zprocess exited: duration 1915 ms, exit code 0
 
1002026-06-15T08:43:18.408Zstarting task 4: "build"
1012026-06-15T08:43:18.411Z+ pfexec pkg install clang-15
1022026-06-15T08:43:26.997Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-15T08:43:34.804Z Startup: Caching catalogs ... Done
1042026-06-15T08:43:42.211ZPlanning: Solver setup ... Done
1052026-06-15T08:43:42.252ZPlanning: Running solver ... Done
1062026-06-15T08:43:42.394ZPlanning: Finding local manifests ... Done
1072026-06-15T08:43:42.406ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-15T08:43:42.490ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-15T08:43:42.519ZPlanning: Package planning ... Done
1102026-06-15T08:43:42.545ZPlanning: Merging actions ... Done
1112026-06-15T08:43:42.652ZPlanning: Checking for conflicting actions ... Done
1122026-06-15T08:43:42.658ZPlanning: Consolidating action changes ... Done
1132026-06-15T08:43:43.431ZPlanning: Evaluating mediators ... Done
1142026-06-15T08:43:43.436ZPlanning: Planning completed in 8.47 seconds
1152026-06-15T08:43:43.447Z Packages to install: 2
1162026-06-15T08:43:43.450Z Mediators to change: 2
1172026-06-15T08:43:43.450Z Services to change: 1
1182026-06-15T08:43:43.450Z Create boot environment: No
1192026-06-15T08:43:43.450ZCreate backup boot environment: No
1202026-06-15T08:43:43.488Z
1212026-06-15T08:43:43.489ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-15T08:43:48.493ZDownload: 1674/3076 items 117.2/211.3MB 55% complete (24.0M/s)
1232026-06-15T08:43:53.495ZDownload: 2869/3076 items 120.2/211.3MB 56% complete (12.2M/s)
1242026-06-15T08:43:59.054ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (17.4M/s)
1252026-06-15T08:44:00.421ZDownload: Completed 211.31 MB in 16.93 seconds (12.5M/s)
1262026-06-15T08:44:00.542Z Actions: 1/3418 actions (Installing new actions)
1272026-06-15T08:44:03.698Z Actions: Completed 3418 actions in 3.15 seconds.
1282026-06-15T08:44:04.366Z Done
1292026-06-15T08:44:04.366Z Done
1302026-06-15T08:44:05.107Z Done
1312026-06-15T08:44:08.497Z Done
1322026-06-15T08:44:08.570Z Done
1332026-06-15T08:44:08.573Z Done
1342026-06-15T08:44:08.839Z Done
1352026-06-15T08:44:09.529Z+ cargo --version
1362026-06-15T08:44:09.535Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1372026-06-15T08:44:09.700Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1382026-06-15T08:44:09.703Zinfo: downloading 6 components
1392026-06-15T08:44:26.762Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1402026-06-15T08:44:26.766Z+ rustc --version
1412026-06-15T08:44:26.795Zrustc 1.95.0 (59807616e 2026-04-14)
1422026-06-15T08:44:26.798Z+ banner check
1432026-06-15T08:44:26.801Z
1442026-06-15T08:44:26.801Z #### # # ###### #### # #
1452026-06-15T08:44:26.801Z # # # # # # # # #
1462026-06-15T08:44:26.801Z # ###### ##### # ####
1472026-06-15T08:44:26.801Z # # # # # # #
1482026-06-15T08:44:26.801Z # # # # # # # # #
1492026-06-15T08:44:26.801Z #### # # ###### #### # #
1502026-06-15T08:44:26.801Z
1512026-06-15T08:44:26.801Z+ cargo fmt -- --check
1522026-06-15T08:44:27.199Z+ cargo clippy --all-targets -- --deny warnings
1532026-06-15T08:44:27.313Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-06-15T08:44:27.937ZFrom https://github.com/oxidecomputer/falcon
1552026-06-15T08:44:27.937Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1562026-06-15T08:44:28.014Z Updating crates.io index
1572026-06-15T08:44:28.047Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-06-15T08:44:28.978ZFrom https://github.com/oxidecomputer/dendrite
1592026-06-15T08:44:28.978Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1602026-06-15T08:44:29.212Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-06-15T08:44:29.490ZFrom https://github.com/oxidecomputer/ispf
1622026-06-15T08:44:29.491Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1632026-06-15T08:44:29.496Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-06-15T08:44:29.844ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-06-15T08:44:29.844Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1662026-06-15T08:44:29.851Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-06-15T08:44:36.226ZFrom https://github.com/oxidecomputer/omicron
1682026-06-15T08:44:36.226Z * [new ref] 9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7 -> refs/commit/9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7
1692026-06-15T08:44:36.657Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-06-15T08:44:37.728ZFrom https://github.com/oxidecomputer/opte
1712026-06-15T08:44:37.729Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1722026-06-15T08:44:38.134Z Updating git repository `https://github.com/illumos/smf-rs`
1732026-06-15T08:44:38.406ZFrom https://github.com/illumos/smf-rs
1742026-06-15T08:44:38.406Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1752026-06-15T08:44:38.564Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1762026-06-15T08:44:38.832ZFrom https://github.com/oxidecomputer/network-interface
1772026-06-15T08:44:38.832Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1782026-06-15T08:44:38.850Z Updating git repository `https://github.com/oxidecomputer/zone`
1792026-06-15T08:44:39.097ZFrom https://github.com/oxidecomputer/zone
1802026-06-15T08:44:39.097Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1812026-06-15T08:44:39.187Z Updating git repository `https://github.com/oxidecomputer/propolis`
1822026-06-15T08:44:39.814ZFrom https://github.com/oxidecomputer/propolis
1832026-06-15T08:44:39.814Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1842026-06-15T08:44:40.094Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1852026-06-15T08:44:40.640ZFrom https://github.com/oxidecomputer/transceiver-control
1862026-06-15T08:44:40.640Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1872026-06-15T08:44:40.657Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1882026-06-15T08:44:41.027ZFrom https://github.com/oxidecomputer/dlpi-sys
1892026-06-15T08:44:41.027Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1902026-06-15T08:44:41.033Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1912026-06-15T08:44:41.325ZFrom https://github.com/jmesmon/rust-libzfs
1922026-06-15T08:44:41.325Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1932026-06-15T08:44:41.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1942026-06-15T08:44:41.602ZFrom https://github.com/oxidecomputer/rusty-doors
1952026-06-15T08:44:41.602Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1962026-06-15T08:44:41.661Z Updating git repository `https://github.com/oxidecomputer/lldp`
1972026-06-15T08:44:42.002ZFrom https://github.com/oxidecomputer/lldp
1982026-06-15T08:44:42.002Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1992026-06-15T08:44:42.053Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2002026-06-15T08:44:42.335ZFrom https://github.com/oxidecomputer/slog-error-chain
2012026-06-15T08:44:42.335Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2022026-06-15T08:44:42.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-06-15T08:44:42.655ZFrom https://github.com/oxidecomputer/tufaceous
2042026-06-15T08:44:42.655Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2052026-06-15T08:44:42.765Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-06-15T08:44:43.242ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-06-15T08:44:43.242Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2082026-06-15T08:44:43.334Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-06-15T08:44:44.156ZFrom https://github.com/oxidecomputer/crucible
2102026-06-15T08:44:44.156Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-06-15T08:44:44.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-06-15T08:44:45.221ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-06-15T08:44:45.221Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-06-15T08:44:45.405Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-06-15T08:44:45.855ZFrom https://github.com/oxidecomputer/propolis
2162026-06-15T08:44:45.856Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2172026-06-15T08:44:46.043Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-06-15T08:44:46.556ZFrom https://github.com/oxidecomputer/crucible
2192026-06-15T08:44:46.556Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2202026-06-15T08:44:46.625Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-15T08:44:46.961ZFrom https://github.com/oxidecomputer/tofino
2222026-06-15T08:44:46.962Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2232026-06-15T08:44:46.982Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2242026-06-15T08:44:47.876ZFrom https://github.com/oxidecomputer/maghemite
2252026-06-15T08:44:47.876Z * [new ref] 951f759b1d8e61cf65c2a823e61933ff3ea0bdf1 -> refs/commit/951f759b1d8e61cf65c2a823e61933ff3ea0bdf1
2262026-06-15T08:44:47.911Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-06-15T08:44:48.194ZFrom https://github.com/oxidecomputer/clickward
2282026-06-15T08:44:48.194Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2292026-06-15T08:44:48.301Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-06-15T08:44:48.744ZFrom https://github.com/oxidecomputer/illumos-devinfo
2312026-06-15T08:44:48.744Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2322026-06-15T08:44:49.786Z Downloading crates ...
2332026-06-15T08:44:49.855Z Downloaded atomicwrites v0.4.4
2342026-06-15T08:44:49.858Z Downloaded async-trait v0.1.89
2352026-06-15T08:44:49.861Z Downloaded anstyle-query v1.1.5
2362026-06-15T08:44:49.864Z Downloaded adler2 v2.0.1
2372026-06-15T08:44:49.866Z Downloaded anstyle v1.0.14
2382026-06-15T08:44:49.869Z Downloaded anyhow v1.0.102
2392026-06-15T08:44:49.872Z Downloaded atomic-waker v1.1.2
2402026-06-15T08:44:49.874Z Downloaded async-stream-impl v0.3.6
2412026-06-15T08:44:49.877Z Downloaded async-recursion v1.1.1
2422026-06-15T08:44:49.879Z Downloaded derive-ex v0.1.8
2432026-06-15T08:44:49.882Z Downloaded darling v0.23.0
2442026-06-15T08:44:49.884Z Downloaded fxhash v0.2.1
2452026-06-15T08:44:49.887Z Downloaded group v0.13.0
2462026-06-15T08:44:49.889Z Downloaded cpufeatures v0.2.17
2472026-06-15T08:44:49.892Z Downloaded anstyle-parse v1.0.0
2482026-06-15T08:44:49.894Z Downloaded getrandom v0.2.17
2492026-06-15T08:44:49.897Z Downloaded darling_macro v0.21.3
2502026-06-15T08:44:49.899Z Downloaded foldhash v0.1.5
2512026-06-15T08:44:49.900Z Downloaded foreign-types-shared v0.3.1
2522026-06-15T08:44:49.902Z Downloaded debug-ignore v1.0.5
2532026-06-15T08:44:49.905Z Downloaded block-buffer v0.12.1
2542026-06-15T08:44:49.907Z Downloaded const-random v0.1.18
2552026-06-15T08:44:49.907Z Downloaded ciborium-io v0.2.2
2562026-06-15T08:44:49.910Z Downloaded drift v0.2.0
2572026-06-15T08:44:49.915Z Downloaded generic-array v0.14.7
2582026-06-15T08:44:49.918Z Downloaded futures-task v0.3.32
2592026-06-15T08:44:49.921Z Downloaded crucible-workspace-hack v0.1.0
2602026-06-15T08:44:49.923Z Downloaded defmt v0.3.100
2612026-06-15T08:44:49.923Z Downloaded cfg-if v1.0.4
2622026-06-15T08:44:49.926Z Downloaded heck v0.4.1
2632026-06-15T08:44:49.928Z Downloaded cobs v0.3.0
2642026-06-15T08:44:49.928Z Downloaded glob v0.3.3
2652026-06-15T08:44:49.931Z Downloaded defmt-parser v1.0.0
2662026-06-15T08:44:49.933Z Downloaded futures-core v0.3.32
2672026-06-15T08:44:49.936Z Downloaded errno v0.3.14
2682026-06-15T08:44:49.939Z Downloaded globset v0.4.18
2692026-06-15T08:44:49.939Z Downloaded data-encoding v2.11.0
2702026-06-15T08:44:49.941Z Downloaded curve25519-dalek-derive v0.1.1
2712026-06-15T08:44:49.944Z Downloaded embedded-io v0.4.0
2722026-06-15T08:44:49.946Z Downloaded equivalent v1.0.2
2732026-06-15T08:44:49.946Z Downloaded cstr-argument v0.1.2
2742026-06-15T08:44:49.949Z Downloaded base16ct v1.0.0
2752026-06-15T08:44:49.952Z Downloaded dof v0.4.0
2762026-06-15T08:44:49.952Z Downloaded foreign-types v0.5.0
2772026-06-15T08:44:49.954Z Downloaded hex v0.4.3
2782026-06-15T08:44:49.957Z Downloaded dtrace-parser v0.2.0
2792026-06-15T08:44:49.957Z Downloaded heck v0.5.0
2802026-06-15T08:44:49.959Z Downloaded http-body v1.0.1
2812026-06-15T08:44:49.959Z Downloaded hostname v0.4.2
2822026-06-15T08:44:49.962Z Downloaded clap_lex v1.1.0
2832026-06-15T08:44:49.965Z Downloaded crypto-common v0.1.7
2842026-06-15T08:44:49.967Z Downloaded gethostname v0.5.0
2852026-06-15T08:44:49.967Z Downloaded crossbeam-utils v0.8.21
2862026-06-15T08:44:49.970Z Downloaded dof v0.3.0
2872026-06-15T08:44:49.972Z Downloaded crossbeam-deque v0.8.6
2882026-06-15T08:44:49.973Z Downloaded httpdate v1.0.3
2892026-06-15T08:44:49.975Z Downloaded foreign-types-shared v0.1.1
2902026-06-15T08:44:49.978Z Downloaded hubpack_derive v0.1.1
2912026-06-15T08:44:49.978Z Downloaded hubpack v0.1.2
2922026-06-15T08:44:49.981Z Downloaded dunce v1.0.5
2932026-06-15T08:44:49.981Z Downloaded futures-macro v0.3.32
2942026-06-15T08:44:49.983Z Downloaded cipher v0.4.4
2952026-06-15T08:44:49.986Z Downloaded form_urlencoded v1.2.2
2962026-06-15T08:44:49.986Z Downloaded ciborium-ll v0.2.2
2972026-06-15T08:44:49.989Z Downloaded dropshot-api-manager-types v0.7.2
2982026-06-15T08:44:49.991Z Downloaded enum-as-inner v0.6.1
2992026-06-15T08:44:49.991Z Downloaded cmake v0.1.58
3002026-06-15T08:44:49.994Z Downloaded dtrace-parser v0.3.0
3012026-06-15T08:44:49.994Z Downloaded byte-wrapper v0.1.0
3022026-06-15T08:44:49.997Z Downloaded hash32 v0.3.1
3032026-06-15T08:44:50.000Z Downloaded embedded-io v0.6.1
3042026-06-15T08:44:50.000Z Downloaded hostname v0.3.1
3052026-06-15T08:44:50.003Z Downloaded const_format_proc_macros v0.2.34
3062026-06-15T08:44:50.005Z Downloaded indent_write v2.2.0
3072026-06-15T08:44:50.008Z Downloaded instant v0.1.13
3082026-06-15T08:44:50.008Z Downloaded idna_adapter v1.2.2
3092026-06-15T08:44:50.011Z Downloaded fastrand v2.4.1
3102026-06-15T08:44:50.013Z Downloaded highway v1.3.0
3112026-06-15T08:44:50.013Z Downloaded defmt-macros v1.1.0
3122026-06-15T08:44:50.016Z Downloaded futures-executor v0.3.32
3132026-06-15T08:44:50.019Z Downloaded futures-channel v0.3.32
3142026-06-15T08:44:50.021Z Downloaded either v1.16.0
3152026-06-15T08:44:50.024Z Downloaded daft v0.1.7
3162026-06-15T08:44:50.026Z Downloaded is-terminal v0.4.17
3172026-06-15T08:44:50.027Z Downloaded camino-tempfile v1.4.1
3182026-06-15T08:44:50.031Z Downloaded konst_macro_rules v0.2.19
3192026-06-15T08:44:50.031Z Downloaded inout v0.1.4
3202026-06-15T08:44:50.033Z Downloaded lazy_static v1.5.0
3212026-06-15T08:44:50.033Z Downloaded lru-slab v0.1.2
3222026-06-15T08:44:50.036Z Downloaded lru-cache v0.1.2
3232026-06-15T08:44:50.036Z Downloaded libscf-sys v1.2.0
3242026-06-15T08:44:50.039Z Downloaded managed v0.8.0
3252026-06-15T08:44:50.041Z Downloaded foldhash v0.2.0
3262026-06-15T08:44:50.041Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-15T08:44:50.044Z Downloaded is_ci v1.2.0
3282026-06-15T08:44:50.044Z Downloaded keccak v0.1.6
3292026-06-15T08:44:50.046Z Downloaded http-body-util v0.1.3
3302026-06-15T08:44:50.049Z Downloaded linked-hash-map v0.5.6
3312026-06-15T08:44:50.049Z Downloaded memmap v0.7.0
3322026-06-15T08:44:50.052Z Downloaded aho-corasick v1.1.4
3332026-06-15T08:44:50.054Z Downloaded humantime v2.3.0
3342026-06-15T08:44:50.057Z Downloaded fs_extra v1.3.0
3352026-06-15T08:44:50.059Z Downloaded crc32fast v1.5.0
3362026-06-15T08:44:50.062Z Downloaded bs58 v0.5.1
3372026-06-15T08:44:50.064Z Downloaded hyper-rustls v0.27.9
3382026-06-15T08:44:50.064Z Downloaded console v0.15.11
3392026-06-15T08:44:50.067Z Downloaded byteorder v1.5.0
3402026-06-15T08:44:50.070Z Downloaded cargo_toml v0.22.3
3412026-06-15T08:44:50.072Z Downloaded mime v0.3.17
3422026-06-15T08:44:50.072Z Downloaded natord v1.0.9
3432026-06-15T08:44:50.075Z Downloaded console v0.16.3
3442026-06-15T08:44:50.075Z Downloaded num-conv v0.2.2
3452026-06-15T08:44:50.077Z Downloaded no-std-compat v0.4.1
3462026-06-15T08:44:50.077Z Downloaded newtype_derive v0.1.6
3472026-06-15T08:44:50.080Z Downloaded darling_core v0.23.0
3482026-06-15T08:44:50.083Z Downloaded digest v0.10.7
3492026-06-15T08:44:50.085Z Downloaded num v0.4.3
3502026-06-15T08:44:50.088Z Downloaded darling v0.21.3
3512026-06-15T08:44:50.091Z Downloaded ipnetwork v0.21.1
3522026-06-15T08:44:50.093Z Downloaded ingot-types v0.1.2
3532026-06-15T08:44:50.093Z Downloaded cancel-safe-futures v0.1.5
3542026-06-15T08:44:50.096Z Downloaded lock_api v0.4.14
3552026-06-15T08:44:50.098Z Downloaded num_enum_derive v0.5.11
3562026-06-15T08:44:50.098Z Downloaded num-iter v0.1.45
3572026-06-15T08:44:50.101Z Downloaded chacha20 v0.10.0
3582026-06-15T08:44:50.104Z Downloaded opaque-debug v0.3.1
3592026-06-15T08:44:50.104Z Downloaded olpc-cjson v0.1.4
3602026-06-15T08:44:50.106Z Downloaded openssl-probe v0.2.1
3612026-06-15T08:44:50.106Z Downloaded openssl-macros v0.1.1
3622026-06-15T08:44:50.109Z Downloaded libsw-core v0.3.2
3632026-06-15T08:44:50.109Z Downloaded omicron-workspace-hack v0.1.0
3642026-06-15T08:44:50.112Z Downloaded jobserver v0.1.34
3652026-06-15T08:44:50.114Z Downloaded parse-display v0.10.0
3662026-06-15T08:44:50.114Z Downloaded percent-encoding v2.3.2
3672026-06-15T08:44:50.117Z Downloaded httparse v1.10.1
3682026-06-15T08:44:50.117Z Downloaded phf_shared v0.12.1
3692026-06-15T08:44:50.120Z Downloaded fs-err v3.3.0
3702026-06-15T08:44:50.120Z Downloaded daft-derive v0.1.7
3712026-06-15T08:44:50.123Z Downloaded bitflags v2.13.0
3722026-06-15T08:44:50.126Z Downloaded const-oid v0.10.2
3732026-06-15T08:44:50.128Z Downloaded blake2 v0.10.6
3742026-06-15T08:44:50.131Z Downloaded defmt v1.1.0
3752026-06-15T08:44:50.134Z Downloaded ingot-macros v0.1.1
3762026-06-15T08:44:50.137Z Downloaded iana-time-zone v0.1.65
3772026-06-15T08:44:50.140Z Downloaded hybrid-array v0.4.12
3782026-06-15T08:44:50.140Z Downloaded num-derive v0.4.2
3792026-06-15T08:44:50.143Z Downloaded fixedbitset v0.5.7
3802026-06-15T08:44:50.143Z Downloaded arc-swap v1.9.1
3812026-06-15T08:44:50.146Z Downloaded colored v3.1.1
3822026-06-15T08:44:50.148Z Downloaded clap v4.6.1
3832026-06-15T08:44:50.153Z Downloaded proc-macro-error-attr v1.0.4
3842026-06-15T08:44:50.156Z Downloaded proc-macro-error-attr2 v2.0.0
3852026-06-15T08:44:50.159Z Downloaded crossbeam-channel v0.5.15
3862026-06-15T08:44:50.162Z Downloaded num-rational v0.4.2
3872026-06-15T08:44:50.162Z Downloaded newtype-uuid v1.3.2
3882026-06-15T08:44:50.164Z Downloaded proc-macro-crate v1.3.1
3892026-06-15T08:44:50.164Z Downloaded getrandom v0.4.2
3902026-06-15T08:44:50.167Z Downloaded plain v0.2.3
3912026-06-15T08:44:50.170Z Downloaded async-compression v0.4.42
3922026-06-15T08:44:50.172Z Downloaded powerfmt v0.2.0
3932026-06-15T08:44:50.175Z Downloaded progenitor-client v0.10.0
3942026-06-15T08:44:50.175Z Downloaded parse-display-derive v0.10.0
3952026-06-15T08:44:50.177Z Downloaded ipnet v2.12.0
3962026-06-15T08:44:50.177Z Downloaded hmac v0.12.1
3972026-06-15T08:44:50.180Z Downloaded potential_utf v0.1.5
3982026-06-15T08:44:50.180Z Downloaded num-complex v0.4.6
3992026-06-15T08:44:50.183Z Downloaded progenitor-client v0.14.0
4002026-06-15T08:44:50.187Z Downloaded quick-error v1.2.3
4012026-06-15T08:44:50.187Z Downloaded num_enum_derive v0.7.6
4022026-06-15T08:44:50.187Z Downloaded num_enum v0.7.6
4032026-06-15T08:44:50.190Z Downloaded oxnet v0.1.6
4042026-06-15T08:44:50.193Z Downloaded pem v3.0.6
4052026-06-15T08:44:50.193Z Downloaded progenitor-macro v0.10.0
4062026-06-15T08:44:50.195Z Downloaded phf v0.12.1
4072026-06-15T08:44:50.195Z Downloaded progenitor-macro v0.13.0
4082026-06-15T08:44:50.198Z Downloaded rand_chacha v0.3.1
4092026-06-15T08:44:50.198Z Downloaded rand_xorshift v0.4.0
4102026-06-15T08:44:50.201Z Downloaded icu_provider v2.2.0
4112026-06-15T08:44:50.203Z Downloaded indexmap v1.9.3
4122026-06-15T08:44:50.206Z Downloaded futures v0.3.32
4132026-06-15T08:44:50.208Z Downloaded crossbeam-epoch v0.9.18
4142026-06-15T08:44:50.211Z Downloaded dropshot_endpoint v0.17.1
4152026-06-15T08:44:50.214Z Downloaded ref-cast-impl v1.0.25
4162026-06-15T08:44:50.214Z Downloaded ref-cast v1.0.25
4172026-06-15T08:44:50.216Z Downloaded icu_properties v2.2.0
4182026-06-15T08:44:50.219Z Downloaded derive_more v0.99.20
4192026-06-15T08:44:50.221Z Downloaded owo-colors v4.3.0
4202026-06-15T08:44:50.224Z Downloaded memmap2 v0.9.10
4212026-06-15T08:44:50.224Z Downloaded chacha20poly1305 v0.10.1
4222026-06-15T08:44:50.226Z Downloaded oxide-tokio-rt v0.1.6
4232026-06-15T08:44:50.226Z Downloaded num_enum v0.5.11
4242026-06-15T08:44:50.230Z Downloaded const_format v0.2.36
4252026-06-15T08:44:50.233Z Downloaded progenitor v0.14.0
4262026-06-15T08:44:50.236Z Downloaded progenitor v0.10.0
4272026-06-15T08:44:50.236Z Downloaded pkg-config v0.3.33
4282026-06-15T08:44:50.238Z Downloaded litemap v0.8.2
4292026-06-15T08:44:50.241Z Downloaded rustc_version v0.4.1
4302026-06-15T08:44:50.241Z Downloaded libsw v3.5.0
4312026-06-15T08:44:50.244Z Downloaded half v2.7.1
4322026-06-15T08:44:50.246Z Downloaded proc-macro-error2 v2.0.1
4332026-06-15T08:44:50.249Z Downloaded rustc_version v0.1.7
4342026-06-15T08:44:50.249Z Downloaded log v0.4.32
4352026-06-15T08:44:50.251Z Downloaded rustc-hash v2.1.2
4362026-06-15T08:44:50.251Z Downloaded progenitor v0.13.0
4372026-06-15T08:44:50.254Z Downloaded parking_lot_core v0.8.6
4382026-06-15T08:44:50.254Z Downloaded parking_lot v0.11.2
4392026-06-15T08:44:50.258Z Downloaded linear-map v1.2.0
4402026-06-15T08:44:50.261Z Downloaded once_cell v1.21.4
4412026-06-15T08:44:50.261Z Downloaded progenitor-extras v0.2.0
4422026-06-15T08:44:50.261Z Downloaded progenitor-macro v0.14.0
4432026-06-15T08:44:50.263Z Downloaded progenitor-client v0.13.0
4442026-06-15T08:44:50.264Z Downloaded rand_chacha v0.9.0
4452026-06-15T08:44:50.266Z Downloaded serde-big-array v0.5.1
4462026-06-15T08:44:50.266Z Downloaded paste v1.0.15
4472026-06-15T08:44:50.269Z Downloaded scopeguard v1.2.0
4482026-06-15T08:44:50.269Z Downloaded base64 v0.21.7
4492026-06-15T08:44:50.272Z Downloaded serde_spanned v0.6.9
4502026-06-15T08:44:50.274Z Downloaded serde_repr v0.1.20
4512026-06-15T08:44:50.274Z Downloaded rand_core v0.10.1
4522026-06-15T08:44:50.277Z Downloaded icu_normalizer_data v2.2.0
4532026-06-15T08:44:50.280Z Downloaded crypto-bigint v0.5.5
4542026-06-15T08:44:50.282Z Downloaded rand_core v0.6.4
4552026-06-15T08:44:50.285Z Downloaded pin-project-internal v1.1.13
4562026-06-15T08:44:50.285Z Downloaded heapless v0.8.0
4572026-06-15T08:44:50.287Z Downloaded secrecy v0.10.3
4582026-06-15T08:44:50.290Z Downloaded semver v0.1.20
4592026-06-15T08:44:50.290Z Downloaded scroll_derive v0.12.1
4602026-06-15T08:44:50.293Z Downloaded darling_core v0.21.3
4612026-06-15T08:44:50.295Z Downloaded scroll_derive v0.13.1
4622026-06-15T08:44:50.295Z Downloaded quote v1.0.45
4632026-06-15T08:44:50.298Z Downloaded getrandom v0.3.4
4642026-06-15T08:44:50.300Z Downloaded proc-macro-error v1.0.4
4652026-06-15T08:44:50.303Z Downloaded serial_test v3.5.0
4662026-06-15T08:44:50.303Z Downloaded serde_urlencoded v0.7.1
4672026-06-15T08:44:50.305Z Downloaded resolv-conf v0.7.6
4682026-06-15T08:44:50.305Z Downloaded serde_spanned v1.1.1
4692026-06-15T08:44:50.308Z Downloaded cc v1.2.64
4702026-06-15T08:44:50.311Z Downloaded sha1 v0.11.0
4712026-06-15T08:44:50.311Z Downloaded serial_test_derive v3.5.0
4722026-06-15T08:44:50.313Z Downloaded derive-where v1.6.1
4732026-06-15T08:44:50.316Z Downloaded indicatif v0.18.4
4742026-06-15T08:44:50.319Z Downloaded sigpipe v0.1.3
4752026-06-15T08:44:50.319Z Downloaded poly1305 v0.8.0
4762026-06-15T08:44:50.321Z Downloaded num-traits v0.2.19
4772026-06-15T08:44:50.321Z Downloaded rustls-pemfile v2.2.0
4782026-06-15T08:44:50.324Z Downloaded siphasher v1.0.3
4792026-06-15T08:44:50.324Z Downloaded rusty-fork v0.3.1
4802026-06-15T08:44:50.327Z Downloaded rustversion v1.0.22
4812026-06-15T08:44:50.329Z Downloaded slog-bunyan v2.5.0
4822026-06-15T08:44:50.329Z Downloaded papergrid v0.11.0
4832026-06-15T08:44:50.332Z Downloaded parking_lot v0.12.5
4842026-06-15T08:44:50.335Z Downloaded quinn-udp v0.5.14
4852026-06-15T08:44:50.335Z Downloaded same-file v1.0.6
4862026-06-15T08:44:50.338Z Downloaded konst v0.2.20
4872026-06-15T08:44:50.340Z Downloaded scroll v0.13.0
4882026-06-15T08:44:50.340Z Downloaded rustls-native-certs v0.8.4
4892026-06-15T08:44:50.350Z Downloaded icu_normalizer v2.2.0
4902026-06-15T08:44:50.350Z Downloaded password-hash v0.5.0
4912026-06-15T08:44:50.350Z Downloaded serde_plain v1.0.2
4922026-06-15T08:44:50.350Z Downloaded serde_derive_internals v0.29.1
4932026-06-15T08:44:50.350Z Downloaded parking_lot_core v0.9.12
4942026-06-15T08:44:50.353Z Downloaded pin-project v1.1.13
4952026-06-15T08:44:50.356Z Downloaded serde_path_to_error v0.1.20
4962026-06-15T08:44:50.358Z Downloaded smawk v0.3.2
4972026-06-15T08:44:50.358Z Downloaded flate2 v1.1.9
4982026-06-15T08:44:50.361Z Downloaded icu_collections v2.2.0
4992026-06-15T08:44:50.365Z Downloaded rand_core v0.9.5
5002026-06-15T08:44:50.368Z Downloaded http v1.4.2
5012026-06-15T08:44:50.370Z Downloaded miniz_oxide v0.8.9
5022026-06-15T08:44:50.370Z Downloaded scroll v0.12.0
5032026-06-15T08:44:50.373Z Downloaded serde_tokenstream v0.2.3
5042026-06-15T08:44:50.373Z Downloaded schemars_derive v0.8.22
5052026-06-15T08:44:50.376Z Downloaded hickory-resolver v0.24.4
5062026-06-15T08:44:50.378Z Downloaded strsim v0.11.1
5072026-06-15T08:44:50.378Z Downloaded sync_wrapper v1.0.2
5082026-06-15T08:44:50.381Z Downloaded swrite v0.1.0
5092026-06-15T08:44:50.381Z Downloaded supports-color v3.0.2
5102026-06-15T08:44:50.381Z Downloaded subtle v2.6.1
5112026-06-15T08:44:50.384Z Downloaded strum v0.27.2
5122026-06-15T08:44:50.384Z Downloaded rhai_codegen v3.2.0
5132026-06-15T08:44:50.387Z Downloaded sha2 v0.10.9
5142026-06-15T08:44:50.390Z Downloaded sha1 v0.10.6
5152026-06-15T08:44:50.392Z Downloaded take_mut v0.2.2
5162026-06-15T08:44:50.392Z Downloaded tagptr v0.2.0
5172026-06-15T08:44:50.393Z Downloaded testing_table v0.3.0
5182026-06-15T08:44:50.395Z Downloaded termtree v0.5.1
5192026-06-15T08:44:50.395Z Downloaded terminal_size v0.4.4
5202026-06-15T08:44:50.395Z Downloaded openssl-sys v0.9.117
5212026-06-15T08:44:50.398Z Downloaded slog-async v2.8.0
5222026-06-15T08:44:50.401Z Downloaded slog-stdlog v4.1.1
5232026-06-15T08:44:50.401Z Downloaded progenitor-impl v0.10.0
5242026-06-15T08:44:50.404Z Downloaded jiff-static v0.2.28
5252026-06-15T08:44:50.406Z Downloaded slog-dtrace v0.3.0
5262026-06-15T08:44:50.406Z Downloaded papergrid v0.18.0
5272026-06-15T08:44:50.409Z Downloaded slog-term v2.9.2
5282026-06-15T08:44:50.411Z Downloaded slog-scope v4.4.1
5292026-06-15T08:44:50.411Z Downloaded slog-json v2.6.1
5302026-06-15T08:44:50.414Z Downloaded semver v1.0.28
5312026-06-15T08:44:50.414Z Downloaded tabled_derive v0.7.0
5322026-06-15T08:44:50.416Z Downloaded time-core v0.1.9
5332026-06-15T08:44:50.416Z Downloaded pest_meta v2.8.6
5342026-06-15T08:44:50.419Z Downloaded thread-id v5.1.0
5352026-06-15T08:44:50.419Z Downloaded thread-id v4.2.2
5362026-06-15T08:44:50.419Z Downloaded thiserror-impl-no-std v2.0.2
5372026-06-15T08:44:50.422Z Downloaded tabled_derive v0.11.0
5382026-06-15T08:44:50.422Z Downloaded slog-envlogger v2.2.0
5392026-06-15T08:44:50.424Z Downloaded slab v0.4.12
5402026-06-15T08:44:50.424Z Downloaded simd-adler32 v0.3.9
5412026-06-15T08:44:50.424Z Downloaded signal-hook-registry v1.4.8
5422026-06-15T08:44:50.427Z Downloaded expectorate v1.2.0
5432026-06-15T08:44:50.427Z Downloaded shlex v2.0.1
5442026-06-15T08:44:50.430Z Downloaded rustls-pki-types v1.14.1
5452026-06-15T08:44:50.430Z Downloaded static_assertions v1.1.0
5462026-06-15T08:44:50.432Z Downloaded tinyvec_macros v0.1.1
5472026-06-15T08:44:50.433Z Downloaded smf v0.2.3
5482026-06-15T08:44:50.433Z Downloaded minimal-lexical v0.2.1
5492026-06-15T08:44:50.435Z Downloaded icu_locale_core v2.2.0
5502026-06-15T08:44:50.439Z Downloaded pretty_assertions v1.4.1
5512026-06-15T08:44:50.442Z Downloaded postcard v1.1.3
5522026-06-15T08:44:50.444Z Downloaded snafu-derive v0.8.9
5532026-06-15T08:44:50.444Z Downloaded tabwriter v1.4.1
5542026-06-15T08:44:50.444Z Downloaded strum v0.26.3
5552026-06-15T08:44:50.447Z Downloaded structmeta-derive v0.3.0
5562026-06-15T08:44:50.447Z Downloaded structmeta v0.3.0
5572026-06-15T08:44:50.447Z Downloaded serde_with_macros v3.21.0
5582026-06-15T08:44:50.450Z Downloaded stable_deref_trait v1.2.1
5592026-06-15T08:44:50.450Z Downloaded spin v0.5.2
5602026-06-15T08:44:50.450Z Downloaded hickory-resolver v0.25.2
5612026-06-15T08:44:50.452Z Downloaded toml_datetime v0.6.11
5622026-06-15T08:44:50.455Z Downloaded strum_macros v0.27.2
5632026-06-15T08:44:50.455Z Downloaded strum_macros v0.26.4
5642026-06-15T08:44:50.458Z Downloaded pest_generator v2.8.6
5652026-06-15T08:44:50.458Z Downloaded rustls-platform-verifier v0.7.0
5662026-06-15T08:44:50.460Z Downloaded progenitor-impl v0.13.0
5672026-06-15T08:44:50.463Z Downloaded toml_write v0.1.2
5682026-06-15T08:44:50.463Z Downloaded pest_derive v2.8.6
5692026-06-15T08:44:50.465Z Downloaded thiserror-impl v1.0.69
5702026-06-15T08:44:50.465Z Downloaded num-integer v0.1.46
5712026-06-15T08:44:50.468Z Downloaded ppv-lite86 v0.2.21
5722026-06-15T08:44:50.468Z Downloaded pin-project-lite v0.2.17
5732026-06-15T08:44:50.471Z Downloaded tower-layer v0.3.3
5742026-06-15T08:44:50.471Z Downloaded progenitor-impl v0.14.0
5752026-06-15T08:44:50.473Z Downloaded ryu v1.0.23
5762026-06-15T08:44:50.476Z Downloaded hashbrown v0.16.1
5772026-06-15T08:44:50.479Z Downloaded thiserror v2.0.18
5782026-06-15T08:44:50.481Z Downloaded thiserror v1.0.69
5792026-06-15T08:44:50.484Z Downloaded try-lock v0.2.5
5802026-06-15T08:44:50.484Z Downloaded tower-service v0.3.3
5812026-06-15T08:44:50.487Z Downloaded tokio-dtrace v0.1.1
5822026-06-15T08:44:50.487Z Downloaded tinystr v0.8.3
5832026-06-15T08:44:50.490Z Downloaded tiny-keccak v2.0.2
5842026-06-15T08:44:50.490Z Downloaded thiserror-no-std v2.0.2
5852026-06-15T08:44:50.493Z Downloaded typify-macro v0.6.2
5862026-06-15T08:44:50.493Z Downloaded thiserror-impl v2.0.18
5872026-06-15T08:44:50.496Z Downloaded smartstring v1.0.1
5882026-06-15T08:44:50.496Z Downloaded smallvec v1.15.2
5892026-06-15T08:44:50.496Z Downloaded serde_derive v1.0.228
5902026-06-15T08:44:50.499Z Downloaded unit-prefix v0.5.2
5912026-06-15T08:44:50.499Z Downloaded untrusted v0.9.0
5922026-06-15T08:44:50.502Z Downloaded time-macros v0.2.29
5932026-06-15T08:44:50.502Z Downloaded universal-hash v0.5.1
5942026-06-15T08:44:50.502Z Downloaded unicode-xid v0.2.6
5952026-06-15T08:44:50.504Z Downloaded typeid v1.0.3
5962026-06-15T08:44:50.504Z Downloaded tokio-macros v2.7.0
5972026-06-15T08:44:50.504Z Downloaded thread_local v1.1.9
5982026-06-15T08:44:50.507Z Downloaded serde_core v1.0.228
5992026-06-15T08:44:50.507Z Downloaded usdt v0.6.0
6002026-06-15T08:44:50.507Z Downloaded usdt v0.5.0
6012026-06-15T08:44:50.510Z Downloaded hyper-util v0.1.20
6022026-06-15T08:44:50.512Z Downloaded proc-macro2 v1.0.106
6032026-06-15T08:44:50.515Z Downloaded typify-macro v0.4.3
6042026-06-15T08:44:50.515Z Downloaded memchr v2.8.2
6052026-06-15T08:44:50.518Z Downloaded spin v0.9.8
6062026-06-15T08:44:50.520Z Downloaded synstructure v0.13.2
6072026-06-15T08:44:50.521Z Downloaded schemars v0.8.22
6082026-06-15T08:44:50.525Z Downloaded untrusted v0.7.1
6092026-06-15T08:44:50.527Z Downloaded unicode-linebreak v0.1.5
6102026-06-15T08:44:50.527Z Downloaded utf-8 v0.7.6
6112026-06-15T08:44:50.527Z Downloaded tokio-tungstenite v0.21.0
6122026-06-15T08:44:50.530Z Downloaded usdt-attr-macro v0.6.0
6132026-06-15T08:44:50.530Z Downloaded elliptic-curve v0.13.8
6142026-06-15T08:44:50.533Z Downloaded utf8parse v0.2.2
6152026-06-15T08:44:50.533Z Downloaded prettyplease v0.2.37
6162026-06-15T08:44:50.535Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6172026-06-15T08:44:50.535Z Downloaded serde_yaml v0.9.34+deprecated
6182026-06-15T08:44:50.538Z Downloaded usdt-macro v0.5.0
6192026-06-15T08:44:50.538Z Downloaded utf8_iter v1.0.4
6202026-06-15T08:44:50.538Z Downloaded usdt-macro v0.6.0
6212026-06-15T08:44:50.541Z Downloaded term v1.2.1
6222026-06-15T08:44:50.541Z Downloaded dropshot-api-manager v0.7.2
6232026-06-15T08:44:50.543Z Downloaded slog v2.8.2
6242026-06-15T08:44:50.546Z Downloaded tempfile v3.27.0
6252026-06-15T08:44:50.549Z Downloaded wait-timeout v0.2.1
6262026-06-15T08:44:50.549Z Downloaded version_check v0.9.5
6272026-06-15T08:44:50.549Z Downloaded want v0.3.1
6282026-06-15T08:44:50.552Z Downloaded waitgroup v0.1.2
6292026-06-15T08:44:50.552Z Downloaded bytes v1.11.1
6302026-06-15T08:44:50.552Z Downloaded quinn v0.11.9
6312026-06-15T08:44:50.554Z Downloaded qorb v0.4.1
6322026-06-15T08:44:50.557Z Downloaded schemars v0.9.0
6332026-06-15T08:44:50.563Z Downloaded toml_writer v1.1.1+spec-1.1.0
6342026-06-15T08:44:50.565Z Downloaded thin-vec v0.2.18
6352026-06-15T08:44:50.565Z Downloaded dropshot v0.17.1
6362026-06-15T08:44:50.577Z Downloaded zerofrom v0.1.8
6372026-06-15T08:44:50.579Z Downloaded rand v0.8.6
6382026-06-15T08:44:50.579Z Downloaded yoke-derive v0.8.2
6392026-06-15T08:44:50.582Z Downloaded unarray v0.1.4
6402026-06-15T08:44:50.582Z Downloaded proc-macro-crate v3.5.0
6412026-06-15T08:44:50.582Z Downloaded hashbrown v0.12.3
6422026-06-15T08:44:50.584Z Downloaded pretty-hex v0.4.2
6432026-06-15T08:44:50.584Z Downloaded multer v3.1.0
6442026-06-15T08:44:50.587Z Downloaded rayon-core v1.13.0
6452026-06-15T08:44:50.590Z Downloaded zerofrom-derive v0.1.7
6462026-06-15T08:44:50.590Z Downloaded mio v1.2.1
6472026-06-15T08:44:50.593Z Downloaded tokio-stream v0.1.18
6482026-06-15T08:44:50.595Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6492026-06-15T08:44:50.595Z Downloaded socket2 v0.6.4
6502026-06-15T08:44:50.598Z Downloaded indexmap v2.14.0
6512026-06-15T08:44:50.600Z Downloaded ciborium v0.2.2
6522026-06-15T08:44:50.600Z Downloaded ahash v0.8.12
6532026-06-15T08:44:50.603Z Downloaded toml v0.8.23
6542026-06-15T08:44:50.605Z Downloaded tokio-rustls v0.26.4
6552026-06-15T08:44:50.605Z Downloaded allocator-api2 v0.2.21
6562026-06-15T08:44:50.608Z Downloaded zeroize_derive v1.5.0
6572026-06-15T08:44:50.608Z Downloaded zone_cfg_derive v0.3.1
6582026-06-15T08:44:50.608Z Downloaded zone v0.3.1
6592026-06-15T08:44:50.608Z Downloaded usdt-impl v0.6.0
6602026-06-15T08:44:50.611Z Downloaded usdt-impl v0.5.0
6612026-06-15T08:44:50.611Z Downloaded usdt-attr-macro v0.5.0
6622026-06-15T08:44:50.611Z Downloaded num_threads v0.1.7
6632026-06-15T08:44:50.611Z Downloaded base64 v0.22.1
6642026-06-15T08:44:50.613Z Downloaded camino v1.2.2
6652026-06-15T08:44:50.616Z Downloaded similar v2.7.0
6662026-06-15T08:44:50.619Z Downloaded whoami v1.6.1
6672026-06-15T08:44:50.619Z Downloaded walkdir v2.5.0
6682026-06-15T08:44:50.619Z Downloaded vsss-rs v3.3.4
6692026-06-15T08:44:50.621Z Downloaded rustls-webpki v0.103.13
6702026-06-15T08:44:50.624Z Downloaded serde v1.0.228
6712026-06-15T08:44:50.627Z Downloaded toml_parser v1.1.2+spec-1.1.0
6722026-06-15T08:44:50.627Z Downloaded textwrap v0.16.2
6732026-06-15T08:44:50.629Z Downloaded writeable v0.6.3
6742026-06-15T08:44:50.629Z Downloaded test-strategy v0.4.5
6752026-06-15T08:44:50.632Z Downloaded tracing-attributes v0.1.31
6762026-06-15T08:44:50.632Z Downloaded ucd-trie v0.1.7
6772026-06-15T08:44:50.635Z Downloaded itertools v0.12.1
6782026-06-15T08:44:50.638Z Downloaded clap_derive v4.6.1
6792026-06-15T08:44:50.638Z Downloaded zeroize v1.9.0
6802026-06-15T08:44:50.640Z Downloaded xz2 v0.1.7
6812026-06-15T08:44:50.640Z Downloaded tinyvec v1.11.0
6822026-06-15T08:44:50.643Z Downloaded rand v0.9.4
6832026-06-15T08:44:50.643Z Downloaded idna v1.1.0
6842026-06-15T08:44:50.646Z Downloaded hashbrown v0.15.5
6852026-06-15T08:44:50.649Z Downloaded toml v0.9.12+spec-1.1.0
6862026-06-15T08:44:50.652Z Downloaded chacha20 v0.9.1
6872026-06-15T08:44:50.652Z Downloaded newtype-uuid-macros v0.1.0
6882026-06-15T08:44:50.652Z Downloaded newline-converter v0.3.0
6892026-06-15T08:44:50.655Z Downloaded memoffset v0.9.1
6902026-06-15T08:44:50.655Z Downloaded ingot v0.1.1
6912026-06-15T08:44:50.655Z Downloaded backon v1.6.0
6922026-06-15T08:44:50.657Z Downloaded match_cfg v0.1.0
6932026-06-15T08:44:50.657Z Downloaded macaddr v1.0.1
6942026-06-15T08:44:50.657Z Downloaded zerovec-derive v0.11.3
6952026-06-15T08:44:50.660Z Downloaded git-stub v1.0.0
6962026-06-15T08:44:50.660Z Downloaded zmij v1.0.21
6972026-06-15T08:44:50.660Z Downloaded find-msvc-tools v0.1.9
6982026-06-15T08:44:50.663Z Downloaded digest v0.11.3
6992026-06-15T08:44:50.663Z Downloaded bit-vec v0.8.0
7002026-06-15T08:44:50.663Z Downloaded itoa v1.0.18
7012026-06-15T08:44:50.665Z Downloaded internet-checksum v0.2.1
7022026-06-15T08:44:50.665Z Downloaded compression-codecs v0.4.38
7032026-06-15T08:44:50.668Z Downloaded schemars v1.2.1
7042026-06-15T08:44:50.674Z Downloaded yoke v0.8.3
7052026-06-15T08:44:50.676Z Downloaded snafu v0.8.9
7062026-06-15T08:44:50.679Z Downloaded pest v2.8.6
7072026-06-15T08:44:50.681Z Downloaded nom v7.1.3
7082026-06-15T08:44:50.684Z Downloaded typify v0.4.3
7092026-06-15T08:44:50.687Z Downloaded unicode-ident v1.0.24
7102026-06-15T08:44:50.689Z Downloaded typify v0.6.2
7112026-06-15T08:44:50.692Z Downloaded zerocopy-derive v0.7.35
7122026-06-15T08:44:50.692Z Downloaded tungstenite v0.21.0
7132026-06-15T08:44:50.694Z Downloaded rand v0.10.1
7142026-06-15T08:44:50.697Z Downloaded uuid v1.23.3
7152026-06-15T08:44:50.699Z Downloaded toml v1.1.2+spec-1.1.0
7162026-06-15T08:44:50.699Z Downloaded anstream v1.0.0
7172026-06-15T08:44:50.702Z Downloaded toml_edit v0.25.12+spec-1.1.0
7182026-06-15T08:44:50.705Z Downloaded critical-section v1.2.0
7192026-06-15T08:44:50.705Z Downloaded displaydoc v0.2.6
7202026-06-15T08:44:50.707Z Downloaded csv-core v0.1.13
7212026-06-15T08:44:50.707Z Downloaded bytecount v0.6.9
7222026-06-15T08:44:50.707Z Downloaded bitflags v1.3.2
7232026-06-15T08:44:50.710Z Downloaded itertools v0.14.0
7242026-06-15T08:44:50.712Z Downloaded hyper v1.10.1
7252026-06-15T08:44:50.716Z Downloaded bcs v0.1.6
7262026-06-15T08:44:50.719Z Downloaded nom v8.0.0
7272026-06-15T08:44:50.721Z Downloaded icu_properties_data v2.2.0
7282026-06-15T08:44:50.725Z Downloaded toml_edit v0.22.27
7292026-06-15T08:44:50.728Z Downloaded clap_builder v4.6.0
7302026-06-15T08:44:50.731Z Downloaded base64ct v1.8.3
7312026-06-15T08:44:50.734Z Downloaded steno v0.4.1
7322026-06-15T08:44:50.736Z Downloaded tracing-core v0.1.36
7332026-06-15T08:44:50.736Z Downloaded hashbrown v0.17.1
7342026-06-15T08:44:50.739Z Downloaded ron v0.12.1
7352026-06-15T08:44:50.744Z Downloaded backoff v0.4.0
7362026-06-15T08:44:50.747Z Downloaded autocfg v1.5.1
7372026-06-15T08:44:50.747Z Downloaded git-stub-vcs v0.1.0
7382026-06-15T08:44:50.750Z Downloaded unsafe-libyaml v0.2.11
7392026-06-15T08:44:50.750Z Downloaded ident_case v1.0.1
7402026-06-15T08:44:50.750Z Downloaded fixedbitset v0.4.2
7412026-06-15T08:44:50.752Z Downloaded cookie v0.18.1
7422026-06-15T08:44:50.752Z Downloaded foreign-types v0.3.2
7432026-06-15T08:44:50.752Z Downloaded float-ord v0.3.2
7442026-06-15T08:44:50.753Z Downloaded aead v0.5.2
7452026-06-15T08:44:50.756Z Downloaded crunchy v0.2.4
7462026-06-15T08:44:50.756Z Downloaded crypto-common v0.2.2
7472026-06-15T08:44:50.756Z Downloaded darling_macro v0.23.0
7482026-06-15T08:44:50.756Z Downloaded cpufeatures v0.3.0
7492026-06-15T08:44:50.758Z Downloaded crc8 v0.1.1
7502026-06-15T08:44:50.758Z Downloaded convert_case v0.4.0
7512026-06-15T08:44:50.758Z Downloaded futures-io v0.3.32
7522026-06-15T08:44:50.758Z Downloaded ff v0.13.1
7532026-06-15T08:44:50.758Z Downloaded url v2.5.8
7542026-06-15T08:44:50.761Z Downloaded erased-serde v0.3.31
7552026-06-15T08:44:50.761Z Downloaded colorchoice v1.0.5
7562026-06-15T08:44:50.764Z Downloaded foreign-types-macros v0.2.3
7572026-06-15T08:44:50.764Z Downloaded bit-set v0.8.0
7582026-06-15T08:44:50.764Z Downloaded base16ct v0.2.0
7592026-06-15T08:44:50.764Z Downloaded futures-sink v0.3.32
7602026-06-15T08:44:50.764Z Downloaded toml_edit v0.19.15
7612026-06-15T08:44:50.773Z Downloaded dyn-clone v1.0.20
7622026-06-15T08:44:50.775Z Downloaded const-random-macro v0.1.16
7632026-06-15T08:44:50.775Z Downloaded compression-core v0.4.32
7642026-06-15T08:44:50.775Z Downloaded block-buffer v0.10.4
7652026-06-15T08:44:50.778Z Downloaded diff v0.1.13
7662026-06-15T08:44:50.778Z Downloaded argon2 v0.5.3
7672026-06-15T08:44:50.778Z Downloaded fnv v1.0.7
7682026-06-15T08:44:50.781Z Downloaded async-stream v0.3.6
7692026-06-15T08:44:50.781Z Downloaded deranged v0.5.8
7702026-06-15T08:44:50.781Z Downloaded cfg_aliases v0.2.1
7712026-06-15T08:44:50.784Z Downloaded h2 v0.4.14
7722026-06-15T08:44:50.786Z Downloaded iddqd v0.4.4
7732026-06-15T08:44:50.789Z Downloaded hkdf v0.12.4
7742026-06-15T08:44:50.791Z Downloaded yansi v1.0.1
7752026-06-15T08:44:50.792Z Downloaded futures-util v0.3.32
7762026-06-15T08:44:50.804Z Downloaded reqwest v0.12.28
7772026-06-15T08:44:50.808Z Downloaded tower v0.5.3
7782026-06-15T08:44:50.813Z Downloaded libm v0.2.16
7792026-06-15T08:44:50.818Z Downloaded serde_json v1.0.150
7802026-06-15T08:44:50.822Z Downloaded typed-path v0.9.3
7812026-06-15T08:44:50.825Z Downloaded goblin v0.8.2
7822026-06-15T08:44:50.828Z Downloaded zerotrie v0.2.4
7832026-06-15T08:44:50.831Z Downloaded portable-atomic v1.13.1
7842026-06-15T08:44:50.834Z Downloaded reqwest v0.13.4
7852026-06-15T08:44:50.838Z Downloaded zerocopy-derive v0.8.52
7862026-06-15T08:44:50.842Z Downloaded regex v1.12.4
7872026-06-15T08:44:50.845Z Downloaded rayon v1.12.0
7882026-06-15T08:44:50.849Z Downloaded typenum v1.20.1
7892026-06-15T08:44:50.852Z Downloaded chrono v0.4.45
7902026-06-15T08:44:50.859Z Downloaded unicode-segmentation v1.13.3
7912026-06-15T08:44:50.865Z Downloaded aws-lc-rs v1.17.0
7922026-06-15T08:44:50.902Z Downloaded tough v0.22.0
7932026-06-15T08:44:50.908Z Downloaded proptest v1.11.0
7942026-06-15T08:44:50.913Z Downloaded moka v0.12.15
7952026-06-15T08:44:50.917Z Downloaded zerovec v0.11.6
7962026-06-15T08:44:50.920Z Downloaded unicode-normalization v0.1.25
7972026-06-15T08:44:50.923Z Downloaded goblin v0.10.7
7982026-06-15T08:44:50.926Z Downloaded tower-http v0.6.11
7992026-06-15T08:44:50.935Z Downloaded tokio-util v0.7.18
8002026-06-15T08:44:50.939Z Downloaded zerocopy v0.7.35
8012026-06-15T08:44:50.948Z Downloaded serde_with v3.21.0
8022026-06-15T08:44:50.965Z Downloaded quinn-proto v0.11.14
8032026-06-15T08:44:50.988Z Downloaded winnow v0.5.40
8042026-06-15T08:44:50.992Z Downloaded winnow v0.7.15
8052026-06-15T08:44:50.997Z Downloaded tabled v0.21.0
8062026-06-15T08:44:51.007Z Downloaded winnow v1.0.3
8072026-06-15T08:44:51.012Z Downloaded webpki-roots v1.0.7
8082026-06-15T08:44:51.015Z Downloaded tabled v0.15.0
8092026-06-15T08:44:51.022Z Downloaded time v0.3.49
8102026-06-15T08:44:51.029Z Downloaded curve25519-dalek v4.1.3
8112026-06-15T08:44:51.042Z Downloaded bstr v1.12.1
8122026-06-15T08:44:51.046Z Downloaded syn v1.0.109
8132026-06-15T08:44:51.075Z Downloaded vcpkg v0.2.15
8142026-06-15T08:44:51.095Z Downloaded openssl v0.10.81
8152026-06-15T08:44:51.100Z Downloaded nix v0.31.3
8162026-06-15T08:44:51.108Z Downloaded regress v0.10.5
8172026-06-15T08:44:51.117Z Downloaded unicode-width v0.2.2
8182026-06-15T08:44:51.120Z Downloaded unicode-width v0.1.14
8192026-06-15T08:44:51.123Z Downloaded zerocopy v0.8.52
8202026-06-15T08:44:51.134Z Downloaded syn v2.0.117
8212026-06-15T08:44:51.140Z Downloaded hickory-proto v0.24.4
8222026-06-15T08:44:51.148Z Downloaded regex-syntax v0.8.11
8232026-06-15T08:44:51.152Z Downloaded smoltcp v0.11.0
8242026-06-15T08:44:51.159Z Downloaded openapiv3 v2.2.0
8252026-06-15T08:44:51.165Z Downloaded rustix v1.1.4
8262026-06-15T08:44:51.178Z Downloaded hickory-proto v0.25.2
8272026-06-15T08:44:51.186Z Downloaded rustls v0.23.40
8282026-06-15T08:44:51.192Z Downloaded rustix v0.38.44
8292026-06-15T08:44:51.204Z Downloaded typify-impl v0.6.2
8302026-06-15T08:44:51.211Z Downloaded tracing v0.1.44
8312026-06-15T08:44:51.221Z Downloaded rhai v1.25.1
8322026-06-15T08:44:51.228Z Downloaded regress v0.11.1
8332026-06-15T08:44:51.245Z Downloaded sled v0.34.7
8342026-06-15T08:44:51.260Z Downloaded typify-impl v0.4.3
8352026-06-15T08:44:51.295Z Downloaded lzma-sys v0.1.20
8362026-06-15T08:44:51.311Z Downloaded regex-automata v0.4.14
8372026-06-15T08:44:51.319Z Downloaded chrono-tz v0.10.4
8382026-06-15T08:44:51.336Z Downloaded petgraph v0.6.5
8392026-06-15T08:44:51.346Z Downloaded csv v1.4.0
8402026-06-15T08:44:51.372Z Downloaded jiff v0.2.28
8412026-06-15T08:44:51.381Z Downloaded tokio v1.52.3
8422026-06-15T08:44:51.403Z Downloaded libc v0.2.186
8432026-06-15T08:44:51.421Z Downloaded petgraph v0.8.3
8442026-06-15T08:44:51.453Z Downloaded sha3 v0.10.9
8452026-06-15T08:44:51.474Z Downloaded encoding_rs v0.8.35
8462026-06-15T08:44:51.497Z Downloaded ring v0.17.14
8472026-06-15T08:44:52.033Z Downloaded aws-lc-sys v0.41.0
8482026-06-15T08:44:52.593Z Compiling proc-macro2 v1.0.106
8492026-06-15T08:44:52.593Z Compiling quote v1.0.45
8502026-06-15T08:44:52.593Z Compiling unicode-ident v1.0.24
8512026-06-15T08:44:52.598Z Compiling libc v0.2.186
8522026-06-15T08:44:52.598Z Compiling serde_core v1.0.228
8532026-06-15T08:44:52.598Z Compiling serde v1.0.228
8542026-06-15T08:44:52.598Z Compiling zmij v1.0.21
8552026-06-15T08:44:52.598Z Compiling autocfg v1.5.1
8562026-06-15T08:44:53.020Z Compiling libm v0.2.16
8572026-06-15T08:44:53.197Z Compiling icu_properties_data v2.2.0
8582026-06-15T08:44:53.290Z Compiling icu_normalizer_data v2.2.0
8592026-06-15T08:44:53.359Z Compiling serde_json v1.0.150
8602026-06-15T08:44:53.415Z Compiling num-traits v0.2.19
8612026-06-15T08:44:53.450Z Compiling getrandom v0.4.2
8622026-06-15T08:44:53.761Z Compiling thiserror v2.0.18
8632026-06-15T08:44:53.864Z Compiling version_check v0.9.5
8642026-06-15T08:44:53.919Z Compiling memchr v2.8.2
8652026-06-15T08:44:54.169Z Checking cfg-if v1.0.4
8662026-06-15T08:44:54.195Z Compiling schemars v0.8.22
8672026-06-15T08:44:54.240Z Compiling parking_lot_core v0.9.12
8682026-06-15T08:44:54.335Z Compiling syn v2.0.117
8692026-06-15T08:44:54.426Z Compiling heck v0.5.0
8702026-06-15T08:44:54.480Z Compiling portable-atomic v1.13.1
8712026-06-15T08:44:54.514Z Compiling rustversion v1.0.22
8722026-06-15T08:44:54.555Z Compiling zerocopy v0.8.52
8732026-06-15T08:44:54.628Z Compiling itoa v1.0.18
8742026-06-15T08:44:54.811Z Compiling jobserver v0.1.34
8752026-06-15T08:44:54.994Z Compiling shlex v2.0.1
8762026-06-15T08:44:55.030Z Compiling find-msvc-tools v0.1.9
8772026-06-15T08:44:55.183Z Compiling cc v1.2.64
8782026-06-15T08:44:55.273Z Compiling dunce v1.0.5
8792026-06-15T08:44:55.397Z Compiling fs_extra v1.3.0
8802026-06-15T08:44:55.452Z Compiling semver v1.0.28
8812026-06-15T08:44:55.530Z Compiling slog v2.8.2
8822026-06-15T08:44:55.631Z Compiling rustix v1.1.4
8832026-06-15T08:44:55.744Z Compiling log v0.4.32
8842026-06-15T08:44:55.804Z Compiling httparse v1.10.1
8852026-06-15T08:44:55.824Z Compiling equivalent v1.0.2
8862026-06-15T08:44:55.902Z Compiling cmake v0.1.58
8872026-06-15T08:44:55.929Z Compiling thiserror v1.0.69
8882026-06-15T08:44:55.950Z Checking stable_deref_trait v1.2.1
8892026-06-15T08:44:56.212Z Compiling aws-lc-rs v1.17.0
8902026-06-15T08:44:56.248Z Checking litemap v0.8.2
8912026-06-15T08:44:56.343Z Checking writeable v0.6.3
8922026-06-15T08:44:56.375Z Checking utf8_iter v1.0.4
8932026-06-15T08:44:56.424Z Compiling aws-lc-sys v0.41.0
8942026-06-15T08:44:56.513Z Compiling ring v0.17.14
8952026-06-15T08:44:56.532Z Checking percent-encoding v2.3.2
8962026-06-15T08:44:56.625Z Compiling rustls v0.23.40
8972026-06-15T08:44:56.677Z Compiling ucd-trie v0.1.7
8982026-06-15T08:44:56.703Z Checking form_urlencoded v1.2.2
8992026-06-15T08:44:56.847Z Compiling pest v2.8.6
9002026-06-15T08:44:56.869Z Checking rand_core v0.10.1
9012026-06-15T08:44:56.934Z Compiling anyhow v1.0.102
9022026-06-15T08:44:56.954Z Compiling getrandom v0.3.4
9032026-06-15T08:44:57.218Z Compiling synstructure v0.13.2
9042026-06-15T08:44:57.285Z Compiling serde_derive_internals v0.29.1
9052026-06-15T08:44:57.655Z Compiling hashbrown v0.17.1
9062026-06-15T08:44:57.746Z Compiling crossbeam-utils v0.8.21
9072026-06-15T08:44:58.021Z Compiling pest_meta v2.8.6
9082026-06-15T08:44:58.087Z Compiling paste v1.0.15
9092026-06-15T08:44:58.106Z Compiling regex-syntax v0.8.11
9102026-06-15T08:44:58.123Z Compiling time-core v0.1.9
9112026-06-15T08:44:58.202Z Compiling indexmap v2.14.0
9122026-06-15T08:44:58.312Z Compiling num-conv v0.2.2
9132026-06-15T08:44:58.374Z Compiling serde_derive v1.0.228
9142026-06-15T08:44:58.393Z Compiling zerofrom-derive v0.1.7
9152026-06-15T08:44:58.463Z Compiling yoke-derive v0.8.2
9162026-06-15T08:44:58.828Z Compiling zerovec-derive v0.11.3
9172026-06-15T08:44:59.277Z Compiling displaydoc v0.2.6
9182026-06-15T08:44:59.509Z Compiling schemars_derive v0.8.22
9192026-06-15T08:44:59.555Z Compiling thiserror-impl v2.0.18
9202026-06-15T08:44:59.896Z Compiling zeroize_derive v1.5.0
9212026-06-15T08:45:00.061Z Compiling tokio-macros v2.7.0
9222026-06-15T08:45:00.139Z Compiling zerocopy-derive v0.8.52
9232026-06-15T08:45:00.557Z Compiling futures-macro v0.3.32
9242026-06-15T08:45:00.669Z Compiling tracing-attributes v0.1.31
9252026-06-15T08:45:00.787Z Compiling thiserror-impl v1.0.69
9262026-06-15T08:45:00.865Z Checking zerofrom v0.1.8
9272026-06-15T08:45:01.378Z Checking yoke v0.8.3
9282026-06-15T08:45:01.398Z Compiling serde_tokenstream v0.2.3
9292026-06-15T08:45:01.471Z Checking smallvec v1.15.2
9302026-06-15T08:45:01.556Z Checking bytes v1.11.1
9312026-06-15T08:45:01.605Z Checking zerovec v0.11.6
9322026-06-15T08:45:01.706Z Checking zerotrie v0.2.4
9332026-06-15T08:45:01.834Z Compiling pest_generator v2.8.6
9342026-06-15T08:45:01.954Z Compiling time-macros v0.2.29
9352026-06-15T08:45:02.073Z Checking tinystr v0.8.3
9362026-06-15T08:45:02.180Z Checking potential_utf v0.1.5
9372026-06-15T08:45:02.255Z Checking icu_locale_core v2.2.0
9382026-06-15T08:45:02.316Z Checking icu_collections v2.2.0
9392026-06-15T08:45:02.470Z Compiling pest_derive v2.8.6
9402026-06-15T08:45:02.551Z Compiling aho-corasick v1.1.4
9412026-06-15T08:45:02.621Z Checking iana-time-zone v0.1.65
9422026-06-15T08:45:02.640Z Compiling async-trait v0.1.89
9432026-06-15T08:45:02.702Z Compiling byteorder v1.5.0
9442026-06-15T08:45:02.735Z Checking chrono v0.4.45
9452026-06-15T08:45:02.878Z Checking icu_provider v2.2.0
9462026-06-15T08:45:03.149Z Checking icu_normalizer v2.2.0
9472026-06-15T08:45:03.197Z Checking icu_properties v2.2.0
9482026-06-15T08:45:03.486Z Compiling regex-automata v0.4.14
9492026-06-15T08:45:03.522Z Checking uuid v1.23.3
9502026-06-15T08:45:03.612Z Compiling camino v1.2.2
9512026-06-15T08:45:03.951Z Compiling scroll_derive v0.13.1
9522026-06-15T08:45:03.989Z Checking errno v0.3.14
9532026-06-15T08:45:04.058Z Checking idna_adapter v1.2.2
9542026-06-15T08:45:04.188Z Checking idna v1.1.0
9552026-06-15T08:45:04.437Z Checking url v2.5.8
9562026-06-15T08:45:04.666Z Checking dyn-clone v1.0.20
9572026-06-15T08:45:04.831Z Compiling omicron-workspace-hack v0.1.0
9582026-06-15T08:45:05.081Z Compiling slog-async v2.8.0
9592026-06-15T08:45:05.100Z Compiling generic-array v0.14.7
9602026-06-15T08:45:05.144Z Compiling regex v1.12.4
9612026-06-15T08:45:05.360Z Compiling crc32fast v1.5.0
9622026-06-15T08:45:05.491Z Compiling strsim v0.11.1
9632026-06-15T08:45:05.511Z Compiling usdt-impl v0.6.0
9642026-06-15T08:45:05.539Z Compiling scroll v0.13.0
9652026-06-15T08:45:05.722Z Compiling plain v0.2.3
9662026-06-15T08:45:05.790Z Compiling ident_case v1.0.1
9672026-06-15T08:45:05.809Z Compiling daft-derive v0.1.7
9682026-06-15T08:45:05.826Z Compiling goblin v0.10.7
9692026-06-15T08:45:05.914Z Compiling pretty-hex v0.4.2
9702026-06-15T08:45:05.996Z Compiling dtrace-parser v0.3.0
9712026-06-15T08:45:06.017Z Compiling thread-id v5.1.0
9722026-06-15T08:45:06.107Z Checking pin-project-lite v0.2.17
9732026-06-15T08:45:06.599Z Checking getrandom v0.2.17
9742026-06-15T08:45:06.682Z Checking zeroize v1.9.0
9752026-06-15T08:45:06.854Z Compiling syn v1.0.109
9762026-06-15T08:45:07.179Z Compiling multer v3.1.0
9772026-06-15T08:45:07.276Z Compiling async-stream-impl v0.3.6
9782026-06-15T08:45:07.473Z Checking bitflags v2.13.0
9792026-06-15T08:45:07.675Z Checking scopeguard v1.2.0
9802026-06-15T08:45:07.751Z Checking socket2 v0.6.4
9812026-06-15T08:45:07.788Z Checking lock_api v0.4.14
9822026-06-15T08:45:07.903Z Checking critical-section v1.2.0
9832026-06-15T08:45:08.010Z Checking once_cell v1.21.4
9842026-06-15T08:45:08.070Z Compiling dropshot v0.17.1
9852026-06-15T08:45:08.332Z Compiling dropshot_endpoint v0.17.1
9862026-06-15T08:45:08.564Z Checking parking_lot v0.12.5
9872026-06-15T08:45:08.583Z Compiling newtype-uuid-macros v0.1.0
9882026-06-15T08:45:08.636Z Compiling dof v0.4.0
9892026-06-15T08:45:08.945Z Checking signal-hook-registry v1.4.8
9902026-06-15T08:45:09.264Z Checking mio v1.2.1
9912026-06-15T08:45:09.641Z Checking tokio v1.52.3
9922026-06-15T08:45:09.679Z Compiling ref-cast v1.0.25
9932026-06-15T08:45:09.830Z Compiling darling_core v0.23.0
9942026-06-15T08:45:09.861Z Compiling structmeta-derive v0.3.0
9952026-06-15T08:45:09.880Z Compiling usdt-macro v0.6.0
9962026-06-15T08:45:09.942Z Compiling usdt-attr-macro v0.6.0
9972026-06-15T08:45:10.058Z Compiling strum_macros v0.26.4
9982026-06-15T08:45:10.537Z Compiling ref-cast-impl v1.0.25
9992026-06-15T08:45:10.716Z Compiling foldhash v0.2.0
10002026-06-15T08:45:10.801Z Compiling allocator-api2 v0.2.21
10012026-06-15T08:45:10.911Z Checking subtle v2.6.1
10022026-06-15T08:45:10.930Z Compiling structmeta v0.3.0
10032026-06-15T08:45:11.138Z Compiling hashbrown v0.16.1
10042026-06-15T08:45:11.142Z Compiling rustix v0.38.44
10052026-06-15T08:45:11.174Z Checking futures-core v0.3.32
10062026-06-15T08:45:11.195Z Compiling winnow v1.0.3
10072026-06-15T08:45:11.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10082026-06-15T08:45:11.690Z Compiling strum_macros v0.27.2
10092026-06-15T08:45:11.962Z Compiling darling_macro v0.23.0
10102026-06-15T08:45:12.001Z Compiling derive-ex v0.1.8
10112026-06-15T08:45:12.231Z Compiling toml_parser v1.1.2+spec-1.1.0
10122026-06-15T08:45:12.350Z Compiling toml_datetime v1.1.1+spec-1.1.0
10132026-06-15T08:45:12.540Z Compiling darling v0.23.0
10142026-06-15T08:45:12.629Z Compiling serde_with_macros v3.21.0
10152026-06-15T08:45:12.648Z Checking futures-sink v0.3.32
10162026-06-15T08:45:12.870Z Checking slab v0.4.12
10172026-06-15T08:45:13.042Z Compiling http v1.4.2
10182026-06-15T08:45:13.433Z Checking futures-channel v0.3.32
10192026-06-15T08:45:13.504Z Checking ipnetwork v0.21.1
10202026-06-15T08:45:13.566Z Compiling test-strategy v0.4.5
10212026-06-15T08:45:13.633Z Checking futures-io v0.3.32
10222026-06-15T08:45:13.738Z Checking typenum v1.20.1
10232026-06-15T08:45:13.758Z Checking futures-task v0.3.32
10242026-06-15T08:45:13.866Z Checking erased-serde v0.3.31
10252026-06-15T08:45:13.885Z Compiling parse-display-derive v0.10.0
10262026-06-15T08:45:13.904Z Checking futures-util v0.3.32
10272026-06-15T08:45:14.648Z Checking oxnet v0.1.6
10282026-06-15T08:45:14.908Z Checking tracing-core v0.1.36
10292026-06-15T08:45:15.185Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
10302026-06-15T08:45:15.215Z Checking tracing v0.1.44
10312026-06-15T08:45:15.414Z Compiling clap_derive v4.6.1
10322026-06-15T08:45:15.434Z Checking base64 v0.22.1
10332026-06-15T08:45:15.792Z Compiling ryu v1.0.23
10342026-06-15T08:45:15.911Z Compiling toml_edit v0.25.12+spec-1.1.0
10352026-06-15T08:45:15.981Z Checking fnv v1.0.7
10362026-06-15T08:45:16.198Z Checking rand_core v0.6.4
10372026-06-15T08:45:16.279Z Compiling openapiv3 v2.2.0
10382026-06-15T08:45:16.585Z Compiling proc-macro-crate v3.5.0
10392026-06-15T08:45:16.895Z Checking rustls-pki-types v1.14.1
10402026-06-15T08:45:17.025Z Compiling num_enum_derive v0.7.6
10412026-06-15T08:45:17.450Z Checking tokio-util v0.7.18
10422026-06-15T08:45:17.721Z Checking untrusted v0.9.0
10432026-06-15T08:45:17.837Z Checking ipnet v2.12.0
10442026-06-15T08:45:17.918Z Checking untrusted v0.7.1
10452026-06-15T08:45:18.051Z Checking http-body v1.0.1
10462026-06-15T08:45:18.088Z Checking atomic-waker v1.1.2
10472026-06-15T08:45:18.200Z Checking try-lock v0.2.5
10482026-06-15T08:45:18.241Z Checking tower-layer v0.3.3
10492026-06-15T08:45:18.397Z Checking tower-service v0.3.3
10502026-06-15T08:45:18.429Z Checking want v0.3.1
10512026-06-15T08:45:18.448Z Checking h2 v0.4.14
10522026-06-15T08:45:18.771Z Checking httpdate v1.0.3
10532026-06-15T08:45:18.961Z Compiling regress v0.11.1
10542026-06-15T08:45:19.240Z Compiling crucible-workspace-hack v0.1.0
10552026-06-15T08:45:19.586Z Checking serde_urlencoded v0.7.1
10562026-06-15T08:45:19.617Z Checking http-body-util v0.1.3
10572026-06-15T08:45:19.998Z Checking ppv-lite86 v0.2.21
10582026-06-15T08:45:20.119Z Compiling unsafe-libyaml v0.2.11
10592026-06-15T08:45:20.294Z Checking hyper v1.10.1
10602026-06-15T08:45:20.488Z Compiling typify-impl v0.6.2
10612026-06-15T08:45:20.643Z Compiling serde_yaml v0.9.34+deprecated
10622026-06-15T08:45:21.216Z Checking hyper-util v0.1.20
10632026-06-15T08:45:21.534Z Compiling convert_case v0.4.0
10642026-06-15T08:45:21.842Z Compiling derive_more v0.99.20
10652026-06-15T08:45:22.534Z Compiling zerocopy-derive v0.7.35
10662026-06-15T08:45:23.397Z Compiling either v1.16.0
10672026-06-15T08:45:23.432Z Compiling regress v0.10.5
10682026-06-15T08:45:23.603Z Compiling itertools v0.14.0
10692026-06-15T08:45:23.872Z Compiling typify-macro v0.6.2
10702026-06-15T08:45:24.416Z Checking deranged v0.5.8
10712026-06-15T08:45:24.737Z Checking num_threads v0.1.7
10722026-06-15T08:45:24.804Z Checking powerfmt v0.2.0
10732026-06-15T08:45:25.331Z Checking time v0.3.49
10742026-06-15T08:45:25.359Z Checking crossbeam-channel v0.5.15
10752026-06-15T08:45:25.378Z Compiling scroll_derive v0.12.1
10762026-06-15T08:45:25.412Z Compiling typify v0.6.2
10772026-06-15T08:45:25.511Z Compiling serde_repr v0.1.20
10782026-06-15T08:45:26.084Z Checking futures-executor v0.3.32
10792026-06-15T08:45:26.102Z Checking sync_wrapper v1.0.2
10802026-06-15T08:45:26.212Z Checking thread_local v1.1.9
10812026-06-15T08:45:26.393Z Checking cpufeatures v0.3.0
10822026-06-15T08:45:26.701Z Checking tower v0.5.3
10832026-06-15T08:45:27.205Z Checking rand_core v0.9.5
10842026-06-15T08:45:27.274Z Checking webpki-roots v1.0.7
10852026-06-15T08:45:27.408Z Compiling rustc_version v0.4.1
10862026-06-15T08:45:27.600Z Checking is-terminal v0.4.17
10872026-06-15T08:45:27.700Z Checking take_mut v0.2.2
10882026-06-15T08:45:27.789Z Checking term v1.2.1
10892026-06-15T08:45:27.829Z Checking fastrand v2.4.1
10902026-06-15T08:45:28.014Z Checking slog-term v2.9.2
10912026-06-15T08:45:28.053Z Compiling curve25519-dalek v4.1.3
10922026-06-15T08:45:28.211Z Checking tower-http v0.6.11
10932026-06-15T08:45:28.278Z Checking futures v0.3.32
10942026-06-15T08:45:28.510Z Compiling toml_datetime v0.6.11
10952026-06-15T08:45:28.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10962026-06-15T08:45:28.777Z Checking hex v0.4.3
10972026-06-15T08:45:28.961Z Checking rand_chacha v0.9.0
10982026-06-15T08:45:29.152Z Compiling zerocopy v0.7.35
10992026-06-15T08:45:29.232Z Compiling thiserror-impl-no-std v2.0.2
11002026-06-15T08:45:29.303Z Compiling hubpack_derive v0.1.1
11012026-06-15T08:45:29.593Z Compiling curve25519-dalek-derive v0.1.1
11022026-06-15T08:45:29.697Z Compiling proc-macro-error-attr v1.0.4
11032026-06-15T08:45:29.826Z Compiling usdt-impl v0.5.0
11042026-06-15T08:45:30.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
11052026-06-15T08:45:30.153Z Compiling dof v0.3.0
11062026-06-15T08:45:30.209Z Checking rand v0.9.4
11072026-06-15T08:45:30.277Z Checking tempfile v3.27.0
11082026-06-15T08:45:30.341Z Compiling dtrace-parser v0.2.0
11092026-06-15T08:45:30.420Z Compiling darling_core v0.21.3
11102026-06-15T08:45:30.553Z Compiling foreign-types-macros v0.2.3
11112026-06-15T08:45:30.951Z Compiling serde_spanned v1.1.1
11122026-06-15T08:45:31.103Z Compiling proc-macro-error v1.0.4
11132026-06-15T08:45:31.157Z Compiling thread-id v4.2.2
11142026-06-15T08:45:31.249Z Compiling memoffset v0.9.1
11152026-06-15T08:45:31.658Z Compiling toml_writer v1.1.1+spec-1.1.0
11162026-06-15T08:45:31.792Z Compiling pkg-config v0.3.33
11172026-06-15T08:45:32.574Z Compiling darling_macro v0.21.3
11182026-06-15T08:45:33.088Z Checking crypto-common v0.1.7
11192026-06-15T08:45:33.215Z Checking hybrid-array v0.4.12
11202026-06-15T08:45:33.400Z Checking match_cfg v0.1.0
11212026-06-15T08:45:33.439Z Compiling cfg_aliases v0.2.1
11222026-06-15T08:45:33.475Z Checking adler2 v2.0.1
11232026-06-15T08:45:33.517Z Checking simd-adler32 v0.3.9
11242026-06-15T08:45:33.549Z Checking openssl-probe v0.2.1
11252026-06-15T08:45:33.634Z Compiling prettyplease v0.2.37
11262026-06-15T08:45:33.659Z Checking rustls-native-certs v0.8.4
11272026-06-15T08:45:33.678Z Checking miniz_oxide v0.8.9
11282026-06-15T08:45:33.697Z Compiling nix v0.31.3
11292026-06-15T08:45:33.791Z Checking hostname v0.3.1
11302026-06-15T08:45:34.024Z Compiling darling v0.21.3
11312026-06-15T08:45:34.191Z Checking slog-json v2.6.1
11322026-06-15T08:45:34.210Z Compiling progenitor-impl v0.14.0
11332026-06-15T08:45:34.234Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11342026-06-15T08:45:34.354Z Checking newtype-uuid v1.3.2
11352026-06-15T08:45:34.540Z Checking memmap2 v0.9.10
11362026-06-15T08:45:34.729Z Compiling heck v0.4.1
11372026-06-15T08:45:34.799Z Compiling heapless v0.8.0
11382026-06-15T08:45:34.989Z Checking usdt v0.6.0
11392026-06-15T08:45:35.159Z Checking daft v0.1.7
11402026-06-15T08:45:35.242Z Checking slog-bunyan v2.5.0
11412026-06-15T08:45:35.328Z Compiling ingot-macros v0.1.1
11422026-06-15T08:45:35.411Z Checking flate2 v1.1.9
11432026-06-15T08:45:35.435Z Checking crypto-common v0.2.2
11442026-06-15T08:45:35.704Z Checking block-buffer v0.12.1
11452026-06-15T08:45:35.847Z Compiling usdt-attr-macro v0.5.0
11462026-06-15T08:45:35.867Z Compiling usdt-macro v0.5.0
11472026-06-15T08:45:36.248Z Compiling progenitor-macro v0.14.0
11482026-06-15T08:45:36.285Z Compiling num-derive v0.4.2
11492026-06-15T08:45:36.562Z Compiling enum-as-inner v0.6.1
11502026-06-15T08:45:37.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11512026-06-15T08:45:37.202Z Compiling winnow v0.7.15
11522026-06-15T08:45:37.382Z Checking const-oid v0.10.2
11532026-06-15T08:45:37.610Z Checking compression-core v0.4.32
11542026-06-15T08:45:37.790Z Checking debug-ignore v1.0.5
11552026-06-15T08:45:37.931Z Checking compression-codecs v0.4.38
11562026-06-15T08:45:38.006Z Checking digest v0.11.3
11572026-06-15T08:45:39.195Z Checking encoding_rs v0.8.35
11582026-06-15T08:45:39.291Z Checking mime v0.3.17
11592026-06-15T08:45:39.369Z Compiling smoltcp v0.11.0
11602026-06-15T08:45:39.399Z Checking spin v0.9.8
11612026-06-15T08:45:39.468Z Compiling rayon-core v1.13.0
11622026-06-15T08:45:39.517Z Checking toml v1.1.2+spec-1.1.0
11632026-06-15T08:45:39.781Z Checking sha1 v0.11.0
11642026-06-15T08:45:39.962Z Checking async-compression v0.4.42
11652026-06-15T08:45:40.353Z Checking rand_chacha v0.3.1
11662026-06-15T08:45:40.386Z Checking waitgroup v0.1.2
11672026-06-15T08:45:40.467Z Checking rustls-pemfile v2.2.0
11682026-06-15T08:45:40.507Z Checking async-stream v0.3.6
11692026-06-15T08:45:40.717Z Checking serde_path_to_error v0.1.20
11702026-06-15T08:45:40.879Z Checking hostname v0.4.2
11712026-06-15T08:45:40.899Z Compiling wait-timeout v0.2.1
11722026-06-15T08:45:40.986Z Compiling bit-vec v0.8.0
11732026-06-15T08:45:41.189Z Compiling quick-error v1.2.3
11742026-06-15T08:45:41.236Z Compiling bit-set v0.8.0
11752026-06-15T08:45:41.307Z Compiling rusty-fork v0.3.1
11762026-06-15T08:45:41.408Z Checking rand v0.8.6
11772026-06-15T08:45:41.936Z Checking rustls-webpki v0.103.13
11782026-06-15T08:45:42.050Z Compiling rand_xorshift v0.4.0
11792026-06-15T08:45:42.330Z Compiling num-integer v0.1.46
11802026-06-15T08:45:42.772Z Compiling unarray v0.1.4
11812026-06-15T08:45:42.961Z Compiling winnow v0.5.40
11822026-06-15T08:45:43.419Z Compiling semver v0.1.20
11832026-06-15T08:45:43.626Z Compiling rustc_version v0.1.7
11842026-06-15T08:45:43.698Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11852026-06-15T08:45:44.104Z Compiling proptest v1.11.0
11862026-06-15T08:45:44.182Z Compiling atomicwrites v0.4.4
11872026-06-15T08:45:44.343Z Compiling toml_edit v0.19.15
11882026-06-15T08:45:44.746Z Checking tokio-rustls v0.26.4
11892026-06-15T08:45:44.804Z Checking rustls-platform-verifier v0.7.0
11902026-06-15T08:45:44.985Z Checking hyper-rustls v0.27.9
11912026-06-15T08:45:45.195Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11922026-06-15T08:45:45.233Z Checking reqwest v0.13.4
11932026-06-15T08:45:45.332Z Compiling backon v1.6.0
11942026-06-15T08:45:46.106Z Checking block-buffer v0.10.4
11952026-06-15T08:45:46.312Z Compiling strum v0.26.3
11962026-06-15T08:45:46.469Z Compiling instant v0.1.13
11972026-06-15T08:45:46.630Z Compiling utf8parse v0.2.2
11982026-06-15T08:45:46.967Z Compiling anstyle-parse v1.0.0
11992026-06-15T08:45:47.015Z Compiling backoff v0.4.0
12002026-06-15T08:45:47.078Z Compiling iddqd v0.4.4
12012026-06-15T08:45:47.098Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12022026-06-15T08:45:47.159Z Checking digest v0.10.7
12032026-06-15T08:45:47.190Z Checking progenitor-client v0.14.0
12042026-06-15T08:45:47.222Z Compiling proc-macro-crate v1.3.1
12052026-06-15T08:45:47.225Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12062026-06-15T08:45:47.425Z Compiling newtype_derive v0.1.6
12072026-06-15T08:45:47.486Z Compiling num-rational v0.4.2
12082026-06-15T08:45:47.567Z Compiling num-iter v0.1.45
12092026-06-15T08:45:47.604Z Compiling progenitor-extras v0.2.0
12102026-06-15T08:45:47.685Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12112026-06-15T08:45:47.709Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12122026-06-15T08:45:47.987Z Compiling parse-display v0.10.0
12132026-06-15T08:45:48.006Z Compiling serde_with v3.21.0
12142026-06-15T08:45:48.200Z Compiling strum v0.27.2
12152026-06-15T08:45:48.237Z Compiling num-complex v0.4.6
12162026-06-15T08:45:48.256Z Compiling macaddr v1.0.1
12172026-06-15T08:45:48.339Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
12182026-06-15T08:45:48.460Z Compiling is_terminal_polyfill v1.70.2
12192026-06-15T08:45:48.490Z Compiling owo-colors v4.3.0
12202026-06-15T08:45:48.494Z Compiling vcpkg v0.2.15
12212026-06-15T08:45:48.564Z Compiling humantime v2.3.0
12222026-06-15T08:45:48.594Z Compiling anstyle-query v1.1.5
12232026-06-15T08:45:48.623Z Compiling anstyle v1.0.14
12242026-06-15T08:45:48.626Z Compiling colorchoice v1.0.5
12252026-06-15T08:45:48.767Z Compiling num v0.4.3
12262026-06-15T08:45:48.815Z Compiling anstream v1.0.0
12272026-06-15T08:45:48.862Z Compiling num_enum_derive v0.5.11
12282026-06-15T08:45:48.924Z Compiling terminal_size v0.4.4
12292026-06-15T08:45:49.089Z Compiling openssl-sys v0.9.117
12302026-06-15T08:45:49.107Z Compiling serde_spanned v0.6.9
12312026-06-15T08:45:49.258Z Compiling pin-project-internal v1.1.13
12322026-06-15T08:45:49.261Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
12332026-06-15T08:45:49.261Z Compiling derive-where v1.6.1
12342026-06-15T08:45:49.653Z Compiling toml_write v0.1.2
12352026-06-15T08:45:49.827Z Checking unicode-width v0.2.2
12362026-06-15T08:45:49.872Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12372026-06-15T08:45:49.902Z Compiling clap_lex v1.1.0
12382026-06-15T08:45:50.099Z Compiling float-ord v0.3.2
12392026-06-15T08:45:50.132Z Compiling clap_builder v4.6.0
12402026-06-15T08:45:50.225Z Compiling toml_edit v0.22.27
12412026-06-15T08:45:51.684Z Compiling toml v0.8.23
12422026-06-15T08:45:51.762Z Compiling clap v4.6.1
12432026-06-15T08:45:51.896Z Compiling zone_cfg_derive v0.3.1
12442026-06-15T08:45:52.251Z Compiling snafu-derive v0.8.9
12452026-06-15T08:45:52.281Z Compiling async-recursion v1.1.1
12462026-06-15T08:45:53.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12472026-06-15T08:45:53.463Z Compiling slog-dtrace v0.3.0
12482026-06-15T08:45:53.509Z Compiling minimal-lexical v0.2.1
12492026-06-15T08:45:53.656Z Compiling cancel-safe-futures v0.1.5
12502026-06-15T08:45:53.678Z Compiling openssl v0.10.81
12512026-06-15T08:45:53.727Z Compiling unicode-xid v0.2.6
12522026-06-15T08:45:53.779Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12532026-06-15T08:45:53.845Z Compiling chrono-tz v0.10.4
12542026-06-15T08:45:54.041Z Compiling const_format_proc_macros v0.2.34
12552026-06-15T08:45:54.078Z Compiling nom v7.1.3
12562026-06-15T08:45:54.770Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12572026-06-15T08:45:54.828Z Compiling openssl-macros v0.1.1
12582026-06-15T08:45:55.222Z Checking cpufeatures v0.2.17
12592026-06-15T08:45:55.409Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12602026-06-15T08:45:55.469Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12612026-06-15T08:45:55.728Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12622026-06-15T08:45:55.841Z Checking num_enum v0.7.6
12632026-06-15T08:45:56.049Z Compiling cookie v0.18.1
12642026-06-15T08:45:56.079Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12652026-06-15T08:45:56.355Z Compiling tabled_derive v0.7.0
12662026-06-15T08:45:56.959Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12672026-06-15T08:45:58.974Z Checking nom v8.0.0
12682026-06-15T08:45:59.560Z Checking secrecy v0.10.3
12692026-06-15T08:45:59.714Z Checking tinyvec_macros v0.1.1
12702026-06-15T08:45:59.796Z Checking tinyvec v1.11.0
12712026-06-15T08:45:59.872Z Checking crossbeam-epoch v0.9.18
12722026-06-15T08:46:00.110Z Checking bstr v1.12.1
12732026-06-15T08:46:00.372Z Checking data-encoding v2.11.0
12742026-06-15T08:46:00.395Z Checking colored v3.1.1
12752026-06-15T08:46:00.463Z Checking hmac v0.12.1
12762026-06-15T08:46:00.605Z Checking inout v0.1.4
12772026-06-15T08:46:00.626Z Checking scroll v0.12.0
12782026-06-15T08:46:00.631Z Checking ff v0.13.1
12792026-06-15T08:46:00.666Z Checking static_assertions v1.1.0
12802026-06-15T08:46:00.750Z Checking hkdf v0.12.4
12812026-06-15T08:46:00.768Z Checking cipher v0.4.4
12822026-06-15T08:46:00.808Z Checking group v0.13.0
12832026-06-15T08:46:00.860Z Checking goblin v0.8.2
12842026-06-15T08:46:00.915Z Checking tabwriter v1.4.1
12852026-06-15T08:46:00.953Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
12862026-06-15T08:46:00.977Z Checking universal-hash v0.5.1
12872026-06-15T08:46:01.018Z Checking crypto-bigint v0.5.5
12882026-06-15T08:46:01.197Z Checking half v2.7.1
12892026-06-15T08:46:01.239Z Checking base16ct v0.2.0
12902026-06-15T08:46:01.305Z Checking ciborium-io v0.2.2
12912026-06-15T08:46:01.388Z Checking indent_write v2.2.0
12922026-06-15T08:46:01.409Z Checking foreign-types-shared v0.3.1
12932026-06-15T08:46:01.463Z Checking base64ct v1.8.3
12942026-06-15T08:46:01.538Z Checking opaque-debug v0.3.1
12952026-06-15T08:46:01.565Z Checking foreign-types v0.5.0
12962026-06-15T08:46:01.598Z Checking ciborium-ll v0.2.2
12972026-06-15T08:46:01.637Z Checking poly1305 v0.8.0
12982026-06-15T08:46:01.655Z Checking chacha20 v0.9.1
12992026-06-15T08:46:01.749Z Checking password-hash v0.5.0
13002026-06-15T08:46:01.806Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13012026-06-15T08:46:01.856Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13022026-06-15T08:46:01.923Z Checking elliptic-curve v0.13.8
13032026-06-15T08:46:01.987Z Checking blake2 v0.10.6
13042026-06-15T08:46:02.071Z Checking aead v0.5.2
13052026-06-15T08:46:02.220Z Checking thiserror-no-std v2.0.2
13062026-06-15T08:46:02.240Z Checking hubpack v0.1.2
13072026-06-15T08:46:02.274Z Checking byte-wrapper v0.1.0
13082026-06-15T08:46:02.327Z Checking chacha20 v0.10.0
13092026-06-15T08:46:02.442Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13102026-06-15T08:46:02.495Z Checking cstr-argument v0.1.2
13112026-06-15T08:46:02.588Z Checking keccak v0.1.6
13122026-06-15T08:46:02.626Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13132026-06-15T08:46:02.644Z Checking vsss-rs v3.3.4
13142026-06-15T08:46:02.665Z Checking progenitor v0.14.0
13152026-06-15T08:46:02.684Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13162026-06-15T08:46:02.751Z Checking sha3 v0.10.9
13172026-06-15T08:46:02.799Z Checking rand v0.10.1
13182026-06-15T08:46:02.819Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13192026-06-15T08:46:02.952Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13202026-06-15T08:46:03.130Z Checking chacha20poly1305 v0.10.1
13212026-06-15T08:46:03.267Z Checking argon2 v0.5.3
13222026-06-15T08:46:03.288Z Checking ciborium v0.2.2
13232026-06-15T08:46:03.361Z Checking similar v2.7.0
13242026-06-15T08:46:03.393Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13252026-06-15T08:46:03.529Z Checking hash32 v0.3.1
13262026-06-15T08:46:03.572Z Checking memmap v0.7.0
13272026-06-15T08:46:03.663Z Checking lazy_static v1.5.0
13282026-06-15T08:46:03.702Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13292026-06-15T08:46:03.739Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13302026-06-15T08:46:03.742Z Checking usdt v0.5.0
13312026-06-15T08:46:03.924Z Checking crossbeam-deque v0.8.6
13322026-06-15T08:46:04.101Z Checking ingot-types v0.1.2
13332026-06-15T08:46:04.120Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13342026-06-15T08:46:04.139Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13352026-06-15T08:46:04.157Z Checking cobs v0.3.0
13362026-06-15T08:46:04.240Z Checking unicode-segmentation v1.13.3
13372026-06-15T08:46:04.308Z Checking bytecount v0.6.9
13382026-06-15T08:46:04.423Z Checking managed v0.8.0
13392026-06-15T08:46:04.470Z Checking bitflags v1.3.2
13402026-06-15T08:46:04.556Z Checking ingot v0.1.1
13412026-06-15T08:46:04.580Z Checking newline-converter v0.3.0
13422026-06-15T08:46:04.619Z Checking postcard v1.1.3
13432026-06-15T08:46:04.754Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13442026-06-15T08:46:04.798Z Checking console v0.15.11
13452026-06-15T08:46:04.894Z Checking itertools v0.12.1
13462026-06-15T08:46:05.112Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
13472026-06-15T08:46:05.243Z Checking swrite v0.1.0
13482026-06-15T08:46:05.264Z Checking resolv-conf v0.7.6
13492026-06-15T08:46:05.317Z Checking linked-hash-map v0.5.6
13502026-06-15T08:46:05.371Z Compiling parking_lot_core v0.8.6
13512026-06-15T08:46:05.494Z Checking lru-cache v0.1.2
13522026-06-15T08:46:05.700Z Checking expectorate v1.2.0
13532026-06-15T08:46:05.793Z Checking rayon v1.12.0
13542026-06-15T08:46:05.837Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13552026-06-15T08:46:05.893Z Checking hickory-proto v0.24.4
13562026-06-15T08:46:05.939Z Checking camino-tempfile v1.4.1
13572026-06-15T08:46:06.137Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
13582026-06-15T08:46:06.353Z Checking serde-big-array v0.5.1
13592026-06-15T08:46:06.469Z Checking siphasher v1.0.3
13602026-06-15T08:46:06.644Z Checking phf_shared v0.12.1
13612026-06-15T08:46:06.796Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13622026-06-15T08:46:06.835Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
13632026-06-15T08:46:07.159Z Checking unicode-normalization v0.1.25
13642026-06-15T08:46:07.273Z Checking pin-project v1.1.13
13652026-06-15T08:46:07.383Z Checking num_enum v0.5.11
13662026-06-15T08:46:07.458Z Checking hickory-resolver v0.24.4
13672026-06-15T08:46:07.816Z Checking tokio-stream v0.1.18
13682026-06-15T08:46:08.049Z Checking csv-core v0.1.13
13692026-06-15T08:46:08.145Z Checking unicode-linebreak v0.1.5
13702026-06-15T08:46:08.188Z Checking smawk v0.3.2
13712026-06-15T08:46:08.208Z Checking konst_macro_rules v0.2.19
13722026-06-15T08:46:08.238Z Checking foldhash v0.1.5
13732026-06-15T08:46:08.257Z Checking unicode-width v0.1.14
13742026-06-15T08:46:08.327Z Checking highway v1.3.0
13752026-06-15T08:46:08.363Z Checking same-file v1.0.6
13762026-06-15T08:46:08.363Z Checking foreign-types-shared v0.1.1
13772026-06-15T08:46:08.400Z Checking hashbrown v0.15.5
13782026-06-15T08:46:08.459Z Checking foreign-types v0.3.2
13792026-06-15T08:46:08.512Z Checking konst v0.2.20
13802026-06-15T08:46:08.516Z Checking walkdir v2.5.0
13812026-06-15T08:46:08.550Z Checking textwrap v0.16.2
13822026-06-15T08:46:08.569Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13832026-06-15T08:46:08.702Z Checking csv v1.4.0
13842026-06-15T08:46:08.722Z Checking qorb v0.4.1
13852026-06-15T08:46:09.068Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13862026-06-15T08:46:09.273Z Checking olpc-cjson v0.1.4
13872026-06-15T08:46:09.301Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13882026-06-15T08:46:09.423Z Checking snafu v0.8.9
13892026-06-15T08:46:09.491Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
13902026-06-15T08:46:09.575Z Checking phf v0.12.1
13912026-06-15T08:46:09.737Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13922026-06-15T08:46:09.824Z Checking zone v0.3.1
13932026-06-15T08:46:10.007Z Checking tokio-dtrace v0.1.1
13942026-06-15T08:46:10.094Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
13952026-06-15T08:46:10.196Z Checking globset v0.4.18
13962026-06-15T08:46:10.217Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13972026-06-15T08:46:10.657Z Checking smf v0.2.3
13982026-06-15T08:46:10.751Z Checking pem v3.0.6
13992026-06-15T08:46:10.838Z Checking libsw-core v0.3.2
14002026-06-15T08:46:10.915Z Checking serde_plain v1.0.2
14012026-06-15T08:46:10.995Z Checking sigpipe v0.1.3
14022026-06-15T08:46:11.107Z Checking jiff v0.2.28
14032026-06-15T08:46:11.111Z Checking glob v0.3.3
14042026-06-15T08:46:11.190Z Checking typed-path v0.9.3
14052026-06-15T08:46:11.260Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
14062026-06-15T08:46:11.314Z Checking fixedbitset v0.4.2
14072026-06-15T08:46:11.475Z Checking fixedbitset v0.5.7
14082026-06-15T08:46:11.695Z Checking petgraph v0.8.3
14092026-06-15T08:46:11.713Z Checking petgraph v0.6.5
14102026-06-15T08:46:11.822Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14112026-06-15T08:46:11.975Z Checking tough v0.22.0
14122026-06-15T08:46:12.364Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
14132026-06-15T08:46:12.534Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14142026-06-15T08:46:12.917Z Checking libsw v3.5.0
14152026-06-15T08:46:12.976Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14162026-06-15T08:46:13.040Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14172026-06-15T08:46:13.077Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14182026-06-15T08:46:13.098Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14192026-06-15T08:46:13.215Z Checking oxide-tokio-rt v0.1.6
14202026-06-15T08:46:13.259Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
14212026-06-15T08:46:13.354Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14222026-06-15T08:46:13.411Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14232026-06-15T08:46:13.550Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14242026-06-15T08:46:13.568Z Checking const_format v0.2.36
14252026-06-15T08:46:13.589Z Checking papergrid v0.11.0
14262026-06-15T08:46:13.910Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14272026-06-15T08:46:13.929Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14282026-06-15T08:46:14.033Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14292026-06-15T08:46:14.213Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14302026-06-15T08:46:14.299Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14312026-06-15T08:46:14.514Z Checking gethostname v0.5.0
14322026-06-15T08:46:14.616Z Checking libscf-sys v1.2.0
14332026-06-15T08:46:14.772Z Checking bcs v0.1.6
14342026-06-15T08:46:14.889Z Checking linear-map v1.2.0
14352026-06-15T08:46:14.898Z Checking whoami v1.6.1
14362026-06-15T08:46:14.929Z Checking termtree v0.5.1
14372026-06-15T08:46:15.031Z Checking tagptr v0.2.0
14382026-06-15T08:46:15.082Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14392026-06-15T08:46:15.171Z Checking moka v0.12.15
14402026-06-15T08:46:15.507Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14412026-06-15T08:46:16.362Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14422026-06-15T08:46:16.726Z Checking tabled v0.15.0
14432026-06-15T08:46:16.771Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14442026-06-15T08:46:16.839Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14452026-06-15T08:46:16.931Z Checking steno v0.4.1
14462026-06-15T08:46:16.984Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14472026-06-15T08:46:17.443Z Checking hickory-proto v0.25.2
14482026-06-15T08:46:19.030Z Checking hickory-resolver v0.25.2
14492026-06-15T08:46:19.504Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14502026-06-15T08:46:19.681Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14512026-06-15T08:46:20.105Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14522026-06-15T08:46:20.975Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14532026-06-15T08:46:21.192Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14542026-06-15T08:46:24.811Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14552026-06-15T08:46:25.703Z Compiling proc-macro-error-attr2 v2.0.0
14562026-06-15T08:46:26.143Z Compiling proc-macro-error2 v2.0.1
14572026-06-15T08:46:29.420Z Compiling crunchy v0.2.4
14582026-06-15T08:46:31.001Z Compiling tabled_derive v0.11.0
14592026-06-15T08:46:31.468Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14602026-06-15T08:46:31.962Z Compiling tiny-keccak v2.0.2
14612026-06-15T08:46:32.097Z Compiling progenitor-impl v0.13.0
14622026-06-15T08:46:32.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14632026-06-15T08:46:32.502Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14642026-06-15T08:46:32.689Z Compiling typify-impl v0.4.3
14652026-06-15T08:46:32.708Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14662026-06-15T08:46:32.928Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14672026-06-15T08:46:33.024Z Checking parking_lot v0.11.2
14682026-06-15T08:46:33.230Z Compiling const-random-macro v0.1.16
14692026-06-15T08:46:34.003Z Checking fxhash v0.2.1
14702026-06-15T08:46:34.037Z Compiling ahash v0.8.12
14712026-06-15T08:46:34.138Z Checking sled v0.34.7
14722026-06-15T08:46:34.166Z Compiling progenitor-macro v0.13.0
14732026-06-15T08:46:34.189Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
14742026-06-15T08:46:34.264Z Compiling smartstring v1.0.1
14752026-06-15T08:46:34.553Z Checking internet-checksum v0.2.1
14762026-06-15T08:46:34.776Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14772026-06-15T08:46:35.057Z Compiling rhai_codegen v3.2.0
14782026-06-15T08:46:35.371Z Checking arc-swap v1.9.1
14792026-06-15T08:46:35.541Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14802026-06-15T08:46:35.708Z Checking slog-scope v4.4.1
14812026-06-15T08:46:36.030Z Compiling typify-macro v0.4.3
14822026-06-15T08:46:36.078Z Checking papergrid v0.18.0
14832026-06-15T08:46:36.287Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14842026-06-15T08:46:36.440Z Checking testing_table v0.3.0
14852026-06-15T08:46:36.600Z Checking dropshot-api-manager-types v0.7.2
14862026-06-15T08:46:37.104Z Checking tabled v0.21.0
14872026-06-15T08:46:37.123Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14882026-06-15T08:46:37.390Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14892026-06-15T08:46:37.524Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14902026-06-15T08:46:37.655Z Compiling typify v0.4.3
14912026-06-15T08:46:37.738Z Compiling progenitor-impl v0.10.0
14922026-06-15T08:46:38.011Z Checking slog-stdlog v4.1.1
14932026-06-15T08:46:38.151Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14942026-06-15T08:46:38.345Z Checking progenitor-client v0.13.0
14952026-06-15T08:46:38.370Z Compiling lzma-sys v0.1.20
14962026-06-15T08:46:38.593Z Compiling fs-err v3.3.0
14972026-06-15T08:46:38.709Z Compiling typeid v1.0.3
14982026-06-15T08:46:38.886Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
14992026-06-15T08:46:38.982Z Checking slog-envlogger v2.2.0
15002026-06-15T08:46:39.099Z Checking progenitor v0.13.0
15012026-06-15T08:46:39.382Z Compiling toml_datetime v0.7.5+spec-1.1.0
15022026-06-15T08:46:39.673Z Checking crc8 v0.1.1
15032026-06-15T08:46:39.765Z Compiling toml v0.9.12+spec-1.1.0
15042026-06-15T08:46:39.789Z Compiling progenitor-macro v0.10.0
15052026-06-15T08:46:39.837Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15062026-06-15T08:46:39.918Z Checking const-random v0.1.18
15072026-06-15T08:46:40.907Z Compiling cargo_toml v0.22.3
15082026-06-15T08:46:41.528Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15092026-06-15T08:46:42.139Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15102026-06-15T08:46:42.287Z Checking thin-vec v0.2.18
15112026-06-15T08:46:42.840Z Checking rhai v1.25.1
15122026-06-15T08:46:43.216Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15132026-06-15T08:46:43.307Z Checking sha1 v0.10.6
15142026-06-15T08:46:43.676Z Checking reqwest v0.12.28
15152026-06-15T08:46:44.111Z Checking utf-8 v0.7.6
15162026-06-15T08:46:44.354Z Checking progenitor-client v0.10.0
15172026-06-15T08:46:44.410Z Checking tungstenite v0.21.0
15182026-06-15T08:46:45.019Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15192026-06-15T08:46:45.308Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15202026-06-15T08:46:45.704Z Checking sha2 v0.10.9
15212026-06-15T08:46:45.924Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15222026-06-15T08:46:46.002Z Checking yansi v1.0.1
15232026-06-15T08:46:46.182Z Checking diff v0.1.13
15242026-06-15T08:46:46.202Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15252026-06-15T08:46:46.272Z Checking progenitor v0.10.0
15262026-06-15T08:46:46.330Z Checking pretty_assertions v1.4.1
15272026-06-15T08:46:46.486Z Checking tokio-tungstenite v0.21.0
15282026-06-15T08:46:47.394Z Checking console v0.16.3
15292026-06-15T08:46:47.470Z Checking git-stub v1.0.0
15302026-06-15T08:46:47.699Z Checking base64 v0.21.7
15312026-06-15T08:46:47.718Z Checking is_ci v1.2.0
15322026-06-15T08:46:47.830Z Checking unit-prefix v0.5.2
15332026-06-15T08:46:47.972Z Checking indicatif v0.18.4
15342026-06-15T08:46:48.063Z Checking supports-color v3.0.2
15352026-06-15T08:46:48.125Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15362026-06-15T08:46:48.939Z Checking git-stub-vcs v0.1.0
15372026-06-15T08:46:49.061Z Checking xz2 v0.1.7
15382026-06-15T08:46:49.166Z Checking ron v0.12.1
15392026-06-15T08:46:49.330Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15402026-06-15T08:46:49.646Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15412026-06-15T08:46:49.666Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15422026-06-15T08:46:49.964Z Checking drift v0.2.0
15432026-06-15T08:46:50.103Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15442026-06-15T08:46:50.429Z Compiling serial_test_derive v3.5.0
15452026-06-15T08:46:50.610Z Checking base16ct v1.0.0
15462026-06-15T08:46:51.174Z Checking serial_test v3.5.0
15472026-06-15T08:46:51.367Z Checking dropshot-api-manager v0.7.2
15482026-06-15T08:46:52.079Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15492026-06-15T08:46:52.187Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15502026-06-15T08:46:52.426Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15512026-06-15T08:46:52.688Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15522026-06-15T08:46:53.130Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15532026-06-15T08:46:53.921Z Checking natord v1.0.9
15542026-06-15T08:46:54.133Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15552026-06-15T08:46:54.199Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15562026-06-15T08:46:54.375Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15572026-06-15T08:46:54.530Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15582026-06-15T08:46:54.801Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15592026-06-15T08:46:55.247Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15602026-06-15T08:46:55.477Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15612026-06-15T08:46:55.576Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15622026-06-15T08:46:55.612Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15632026-06-15T08:47:04.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15642026-06-15T08:47:04.941Z+ cargo xtask openapi check
15652026-06-15T08:47:05.559Z Compiling cfg-if v1.0.4
15662026-06-15T08:47:05.655Z Compiling libc v0.2.186
15672026-06-15T08:47:05.655Z Compiling serde_core v1.0.228
15682026-06-15T08:47:05.703Z Compiling memchr v2.8.2
15692026-06-15T08:47:05.703Z Compiling smallvec v1.15.2
15702026-06-15T08:47:05.703Z Compiling itoa v1.0.18
15712026-06-15T08:47:05.703Z Compiling stable_deref_trait v1.2.1
15722026-06-15T08:47:05.703Z Compiling zerofrom v0.1.8
15732026-06-15T08:47:05.714Z Compiling zmij v1.0.21
15742026-06-15T08:47:05.769Z Compiling litemap v0.8.2
15752026-06-15T08:47:05.804Z Compiling yoke v0.8.3
15762026-06-15T08:47:05.859Z Compiling writeable v0.6.3
15772026-06-15T08:47:05.872Z Compiling libm v0.2.16
15782026-06-15T08:47:05.960Z Compiling zerovec v0.11.6
15792026-06-15T08:47:05.987Z Compiling zerotrie v0.2.4
15802026-06-15T08:47:05.987Z Compiling utf8_iter v1.0.4
15812026-06-15T08:47:06.069Z Compiling rand_core v0.10.1
15822026-06-15T08:47:06.130Z Compiling percent-encoding v2.3.2
15832026-06-15T08:47:06.147Z Compiling icu_normalizer_data v2.2.0
15842026-06-15T08:47:06.223Z Compiling getrandom v0.4.2
15852026-06-15T08:47:06.234Z Compiling icu_properties_data v2.2.0
15862026-06-15T08:47:06.294Z Compiling form_urlencoded v1.2.2
15872026-06-15T08:47:06.302Z Compiling errno v0.3.14
15882026-06-15T08:47:06.330Z Compiling iana-time-zone v0.1.65
15892026-06-15T08:47:06.389Z Compiling pin-project-lite v0.2.17
15902026-06-15T08:47:06.418Z Compiling tinystr v0.8.3
15912026-06-15T08:47:06.449Z Compiling potential_utf v0.1.5
15922026-06-15T08:47:06.476Z Compiling zeroize v1.9.0
15932026-06-15T08:47:06.488Z Compiling dyn-clone v1.0.20
15942026-06-15T08:47:06.506Z Compiling scopeguard v1.2.0
15952026-06-15T08:47:06.570Z Compiling parking_lot_core v0.9.12
15962026-06-15T08:47:06.620Z Compiling icu_locale_core v2.2.0
15972026-06-15T08:47:06.631Z Compiling num-traits v0.2.19
15982026-06-15T08:47:06.631Z Compiling icu_collections v2.2.0
15992026-06-15T08:47:06.651Z Compiling lock_api v0.4.14
16002026-06-15T08:47:06.695Z Compiling socket2 v0.6.4
16012026-06-15T08:47:06.883Z Compiling parking_lot v0.12.5
16022026-06-15T08:47:06.894Z Compiling thiserror v2.0.18
16032026-06-15T08:47:07.005Z Compiling portable-atomic v1.13.1
16042026-06-15T08:47:07.051Z Compiling signal-hook-registry v1.4.8
16052026-06-15T08:47:07.151Z Compiling mio v1.2.1
16062026-06-15T08:47:07.189Z Compiling critical-section v1.2.0
16072026-06-15T08:47:07.266Z Compiling zerocopy v0.8.52
16082026-06-15T08:47:07.269Z Compiling futures-core v0.3.32
16092026-06-15T08:47:07.303Z Compiling subtle v2.6.1
16102026-06-15T08:47:07.339Z Compiling icu_provider v2.2.0
16112026-06-15T08:47:07.422Z Compiling serde v1.0.228
16122026-06-15T08:47:07.474Z Compiling serde_json v1.0.150
16132026-06-15T08:47:07.515Z Compiling uuid v1.23.3
16142026-06-15T08:47:07.525Z Compiling semver v1.0.28
16152026-06-15T08:47:07.650Z Compiling icu_normalizer v2.2.0
16162026-06-15T08:47:07.668Z Compiling icu_properties v2.2.0
16172026-06-15T08:47:07.726Z Compiling bitflags v2.13.0
16182026-06-15T08:47:07.864Z Compiling bytes v1.11.1
16192026-06-15T08:47:07.945Z Compiling chrono v0.4.45
16202026-06-15T08:47:07.957Z Compiling once_cell v1.21.4
16212026-06-15T08:47:07.975Z Compiling slog v2.8.2
16222026-06-15T08:47:07.992Z Compiling typenum v1.20.1
16232026-06-15T08:47:08.174Z Compiling equivalent v1.0.2
16242026-06-15T08:47:08.230Z Compiling getrandom v0.2.17
16252026-06-15T08:47:08.265Z Compiling futures-sink v0.3.32
16262026-06-15T08:47:08.378Z Compiling tokio v1.52.3
16272026-06-15T08:47:08.418Z Compiling rand_core v0.6.4
16282026-06-15T08:47:08.506Z Compiling slab v0.4.12
16292026-06-15T08:47:08.563Z Compiling idna_adapter v1.2.2
16302026-06-15T08:47:08.650Z Compiling log v0.4.32
16312026-06-15T08:47:08.690Z Compiling idna v1.1.0
16322026-06-15T08:47:08.706Z Compiling futures-channel v0.3.32
16332026-06-15T08:47:08.780Z Compiling futures-io v0.3.32
16342026-06-15T08:47:08.812Z Compiling futures-task v0.3.32
16352026-06-15T08:47:08.848Z Compiling hashbrown v0.17.1
16362026-06-15T08:47:08.933Z Compiling tracing-core v0.1.36
16372026-06-15T08:47:08.944Z Compiling futures-util v0.3.32
16382026-06-15T08:47:08.993Z Compiling url v2.5.8
16392026-06-15T08:47:09.416Z Compiling indexmap v2.14.0
16402026-06-15T08:47:09.427Z Compiling erased-serde v0.3.31
16412026-06-15T08:47:09.445Z Compiling base64 v0.22.1
16422026-06-15T08:47:09.540Z Compiling schemars v0.8.22
16432026-06-15T08:47:09.788Z Compiling byteorder v1.5.0
16442026-06-15T08:47:09.826Z Compiling unicode-ident v1.0.24
16452026-06-15T08:47:09.925Z Compiling proc-macro2 v1.0.106
16462026-06-15T08:47:10.022Z Compiling tracing v0.1.44
16472026-06-15T08:47:10.059Z Compiling http v1.4.2
16482026-06-15T08:47:10.267Z Compiling ppv-lite86 v0.2.21
16492026-06-15T08:47:10.270Z Compiling quote v1.0.45
16502026-06-15T08:47:10.369Z Compiling ipnetwork v0.21.1
16512026-06-15T08:47:10.567Z Compiling syn v2.0.117
16522026-06-15T08:47:10.596Z Compiling oxnet v0.1.6
16532026-06-15T08:47:10.617Z Compiling thiserror v1.0.69
16542026-06-15T08:47:10.729Z Compiling rustix v1.1.4
16552026-06-15T08:47:10.802Z Compiling fnv v1.0.7
16562026-06-15T08:47:10.858Z Compiling rustls-pki-types v1.14.1
16572026-06-15T08:47:10.908Z Compiling pretty-hex v0.4.2
16582026-06-15T08:47:11.040Z Compiling aws-lc-sys v0.41.0
16592026-06-15T08:47:11.052Z Compiling ipnet v2.12.0
16602026-06-15T08:47:11.052Z Compiling plain v0.2.3
16612026-06-15T08:47:11.172Z Compiling untrusted v0.7.1
16622026-06-15T08:47:11.287Z Compiling omicron-workspace-hack v0.1.0
16632026-06-15T08:47:11.302Z Compiling getrandom v0.3.4
16642026-06-15T08:47:11.328Z Compiling untrusted v0.9.0
16652026-06-15T08:47:11.349Z Compiling rustls v0.23.40
16662026-06-15T08:47:11.454Z Compiling ucd-trie v0.1.7
16672026-06-15T08:47:11.492Z Compiling rand_core v0.9.5
16682026-06-15T08:47:11.614Z Compiling aws-lc-rs v1.17.0
16692026-06-15T08:47:11.646Z Compiling pest v2.8.6
16702026-06-15T08:47:11.658Z Compiling http-body v1.0.1
16712026-06-15T08:47:11.730Z Compiling atomic-waker v1.1.2
16722026-06-15T08:47:11.761Z Compiling fastrand v2.4.1
16732026-06-15T08:47:11.820Z Compiling crossbeam-utils v0.8.21
16742026-06-15T08:47:11.865Z Compiling newtype-uuid v1.3.2
16752026-06-15T08:47:12.037Z Compiling httparse v1.10.1
16762026-06-15T08:47:12.049Z Compiling tokio-util v0.7.18
16772026-06-15T08:47:12.212Z Compiling tower-layer v0.3.3
16782026-06-15T08:47:12.347Z Compiling try-lock v0.2.5
16792026-06-15T08:47:12.365Z Compiling tower-service v0.3.3
16802026-06-15T08:47:12.383Z Compiling ryu v1.0.23
16812026-06-15T08:47:12.459Z Compiling hex v0.4.3
16822026-06-15T08:47:12.460Z Compiling want v0.3.1
16832026-06-15T08:47:12.576Z Compiling rustls-webpki v0.103.13
16842026-06-15T08:47:12.645Z Compiling h2 v0.4.14
16852026-06-15T08:47:12.732Z Compiling daft v0.1.7
16862026-06-15T08:47:12.785Z Compiling rand_chacha v0.9.0
16872026-06-15T08:47:12.939Z Compiling regex-syntax v0.8.11
16882026-06-15T08:47:13.009Z Compiling httpdate v1.0.3
16892026-06-15T08:47:13.046Z Compiling rand v0.9.4
16902026-06-15T08:47:13.266Z Compiling tempfile v3.27.0
16912026-06-15T08:47:13.537Z Compiling allocator-api2 v0.2.21
16922026-06-15T08:47:13.661Z Compiling foldhash v0.2.0
16932026-06-15T08:47:13.676Z Compiling generic-array v0.14.7
16942026-06-15T08:47:13.873Z Compiling hashbrown v0.16.1
16952026-06-15T08:47:13.906Z Compiling anyhow v1.0.102
16962026-06-15T08:47:14.194Z Compiling serde_urlencoded v0.7.1
16972026-06-15T08:47:14.304Z Compiling http-body-util v0.1.3
16982026-06-15T08:47:14.382Z Compiling futures-executor v0.3.32
16992026-06-15T08:47:14.449Z Compiling camino v1.2.2
17002026-06-15T08:47:14.473Z Compiling num_threads v0.1.7
17012026-06-15T08:47:14.559Z Compiling powerfmt v0.2.0
17022026-06-15T08:47:14.580Z Compiling num-conv v0.2.2
17032026-06-15T08:47:14.661Z Compiling cpufeatures v0.3.0
17042026-06-15T08:47:14.711Z Compiling hyper v1.10.1
17052026-06-15T08:47:14.737Z Compiling time-core v0.1.9
17062026-06-15T08:47:14.748Z Compiling deranged v0.5.8
17072026-06-15T08:47:14.771Z Compiling futures v0.3.32
17082026-06-15T08:47:14.857Z Compiling scroll v0.13.0
17092026-06-15T08:47:14.868Z Compiling hybrid-array v0.4.12
17102026-06-15T08:47:14.931Z Compiling aho-corasick v1.1.4
17112026-06-15T08:47:15.138Z Compiling simd-adler32 v0.3.9
17122026-06-15T08:47:15.336Z Compiling winnow v1.0.3
17132026-06-15T08:47:15.354Z Compiling adler2 v2.0.1
17142026-06-15T08:47:15.490Z Compiling miniz_oxide v0.8.9
17152026-06-15T08:47:15.502Z Compiling goblin v0.10.7
17162026-06-15T08:47:15.578Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17172026-06-15T08:47:15.720Z Compiling time v0.3.49
17182026-06-15T08:47:16.079Z Compiling tokio-rustls v0.26.4
17192026-06-15T08:47:16.137Z Compiling hyper-util v0.1.20
17202026-06-15T08:47:16.356Z Compiling regex-automata v0.4.14
17212026-06-15T08:47:16.359Z Compiling crossbeam-channel v0.5.15
17222026-06-15T08:47:16.435Z Compiling crc32fast v1.5.0
17232026-06-15T08:47:16.685Z Compiling openapiv3 v2.2.0
17242026-06-15T08:47:16.798Z Compiling sync_wrapper v1.0.2
17252026-06-15T08:47:16.902Z Compiling openssl-probe v0.2.1
17262026-06-15T08:47:16.918Z Compiling tower v0.5.3
17272026-06-15T08:47:17.099Z Compiling rustls-native-certs v0.8.4
17282026-06-15T08:47:17.410Z Compiling flate2 v1.1.9
17292026-06-15T08:47:17.444Z Compiling crypto-common v0.2.2
17302026-06-15T08:47:17.679Z Compiling block-buffer v0.12.1
17312026-06-15T08:47:17.838Z Compiling crypto-common v0.1.7
17322026-06-15T08:47:17.855Z Compiling dtrace-parser v0.3.0
17332026-06-15T08:47:17.891Z Compiling rand_chacha v0.3.1
17342026-06-15T08:47:17.988Z Compiling thread-id v5.1.0
17352026-06-15T08:47:18.080Z Compiling thread_local v1.1.9
17362026-06-15T08:47:18.285Z Compiling match_cfg v0.1.0
17372026-06-15T08:47:18.308Z Compiling compression-core v0.4.32
17382026-06-15T08:47:18.355Z Compiling dof v0.4.0
17392026-06-15T08:47:18.358Z Compiling const-oid v0.10.2
17402026-06-15T08:47:18.377Z Compiling debug-ignore v1.0.5
17412026-06-15T08:47:18.474Z Compiling compression-codecs v0.4.38
17422026-06-15T08:47:18.486Z Compiling hostname v0.3.1
17432026-06-15T08:47:18.576Z Compiling digest v0.11.3
17442026-06-15T08:47:18.629Z Compiling rand v0.8.6
17452026-06-15T08:47:18.650Z Compiling hyper-rustls v0.27.9
17462026-06-15T08:47:18.728Z Compiling tower-http v0.6.11
17472026-06-15T08:47:18.739Z Compiling slog-json v2.6.1
17482026-06-15T08:47:18.750Z Compiling rustls-platform-verifier v0.7.0
17492026-06-15T08:47:18.943Z Compiling toml_parser v1.1.2+spec-1.1.0
17502026-06-15T08:47:18.955Z Compiling ref-cast v1.0.25
17512026-06-15T08:47:18.980Z Compiling strum v0.26.3
17522026-06-15T08:47:19.063Z Compiling macaddr v1.0.1
17532026-06-15T08:47:19.117Z Compiling usdt-impl v0.6.0
17542026-06-15T08:47:19.162Z Compiling toml_datetime v1.1.1+spec-1.1.0
17552026-06-15T08:47:19.277Z Compiling serde_spanned v1.1.1
17562026-06-15T08:47:19.297Z Compiling wait-timeout v0.2.1
17572026-06-15T08:47:19.438Z Compiling memmap2 v0.9.10
17582026-06-15T08:47:19.482Z Compiling is-terminal v0.4.17
17592026-06-15T08:47:19.590Z Compiling encoding_rs v0.8.35
17602026-06-15T08:47:19.602Z Compiling toml_writer v1.1.1+spec-1.1.0
17612026-06-15T08:47:19.606Z Compiling either v1.16.0
17622026-06-15T08:47:19.647Z Compiling bit-vec v0.8.0
17632026-06-15T08:47:19.662Z Compiling quick-error v1.2.3
17642026-06-15T08:47:19.673Z Compiling mime v0.3.17
17652026-06-15T08:47:19.773Z Compiling spin v0.9.8
17662026-06-15T08:47:19.785Z Compiling take_mut v0.2.2
17672026-06-15T08:47:19.812Z Compiling term v1.2.1
17682026-06-15T08:47:19.823Z Compiling rusty-fork v0.3.1
17692026-06-15T08:47:19.885Z Compiling slog-async v2.8.0
17702026-06-15T08:47:19.896Z Compiling bit-set v0.8.0
17712026-06-15T08:47:19.896Z Compiling toml v1.1.2+spec-1.1.0
17722026-06-15T08:47:19.952Z Compiling usdt v0.6.0
17732026-06-15T08:47:20.075Z Compiling slog-term v2.9.2
17742026-06-15T08:47:20.165Z Compiling reqwest v0.13.4
17752026-06-15T08:47:20.238Z Compiling slog-bunyan v2.5.0
17762026-06-15T08:47:20.365Z Compiling sha1 v0.11.0
17772026-06-15T08:47:20.383Z Compiling async-compression v0.4.42
17782026-06-15T08:47:20.385Z Compiling rustix v0.38.44
17792026-06-15T08:47:20.474Z Compiling regex v1.12.4
17802026-06-15T08:47:20.618Z Compiling multer v3.1.0
17812026-06-15T08:47:20.720Z Compiling serde_with v3.21.0
17822026-06-15T08:47:20.731Z Compiling async-stream v0.3.6
17832026-06-15T08:47:20.918Z Compiling waitgroup v0.1.2
17842026-06-15T08:47:20.939Z Compiling rand_xorshift v0.4.0
17852026-06-15T08:47:21.068Z Compiling rustls-pemfile v2.2.0
17862026-06-15T08:47:21.096Z Compiling serde_path_to_error v0.1.20
17872026-06-15T08:47:21.110Z Compiling hostname v0.4.2
17882026-06-15T08:47:21.256Z Compiling unarray v0.1.4
17892026-06-15T08:47:21.270Z Compiling strum v0.27.2
17902026-06-15T08:47:21.277Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17912026-06-15T08:47:21.293Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17922026-06-15T08:47:21.303Z Compiling atomicwrites v0.4.4
17932026-06-15T08:47:21.370Z Compiling progenitor-client v0.14.0
17942026-06-15T08:47:21.403Z Compiling dropshot v0.17.1
17952026-06-15T08:47:21.412Z Compiling proptest v1.11.0
17962026-06-15T08:47:21.456Z Compiling iddqd v0.4.4
17972026-06-15T08:47:21.471Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
17982026-06-15T08:47:21.546Z Compiling block-buffer v0.10.4
17992026-06-15T08:47:21.705Z Compiling backon v1.6.0
18002026-06-15T08:47:21.718Z Compiling instant v0.1.13
18012026-06-15T08:47:21.721Z Compiling digest v0.10.7
18022026-06-15T08:47:21.832Z Compiling backoff v0.4.0
18032026-06-15T08:47:21.921Z Compiling progenitor-extras v0.2.0
18042026-06-15T08:47:21.951Z Compiling parse-display v0.10.0
18052026-06-15T08:47:22.058Z Compiling itertools v0.14.0
18062026-06-15T08:47:22.167Z Compiling regress v0.10.5
18072026-06-15T08:47:22.289Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18082026-06-15T08:47:22.594Z Compiling humantime v2.3.0
18092026-06-15T08:47:22.880Z Compiling cpufeatures v0.2.17
18102026-06-15T08:47:22.966Z Compiling unicode-width v0.2.2
18112026-06-15T08:47:23.170Z Compiling secrecy v0.10.3
18122026-06-15T08:47:23.182Z Compiling tinyvec_macros v0.1.1
18132026-06-15T08:47:23.258Z Compiling tinyvec v1.11.0
18142026-06-15T08:47:23.272Z Compiling num-integer v0.1.46
18152026-06-15T08:47:23.309Z Compiling scroll v0.12.0
18162026-06-15T08:47:23.340Z Compiling crucible-workspace-hack v0.1.0
18172026-06-15T08:47:23.419Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18182026-06-15T08:47:23.587Z Compiling hmac v0.12.1
18192026-06-15T08:47:23.590Z Compiling inout v0.1.4
18202026-06-15T08:47:23.610Z Compiling ff v0.13.1
18212026-06-15T08:47:23.734Z Compiling utf8parse v0.2.2
18222026-06-15T08:47:23.746Z Compiling heck v0.5.0
18232026-06-15T08:47:23.758Z Compiling group v0.13.0
18242026-06-15T08:47:23.854Z Compiling anstyle-parse v1.0.0
18252026-06-15T08:47:23.873Z Compiling cipher v0.4.4
18262026-06-15T08:47:23.911Z Compiling hkdf v0.12.4
18272026-06-15T08:47:23.990Z Compiling goblin v0.8.2
18282026-06-15T08:47:24.006Z Compiling num-rational v0.4.2
18292026-06-15T08:47:24.050Z Compiling num-iter v0.1.45
18302026-06-15T08:47:24.106Z Compiling zerocopy v0.7.35
18312026-06-15T08:47:24.177Z Compiling universal-hash v0.5.1
18322026-06-15T08:47:24.268Z Compiling crypto-bigint v0.5.5
18332026-06-15T08:47:24.323Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18342026-06-15T08:47:24.565Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18352026-06-15T08:47:24.678Z Compiling terminal_size v0.4.4
18362026-06-15T08:47:24.836Z Compiling half v2.7.1
18372026-06-15T08:47:24.927Z Compiling num-complex v0.4.6
18382026-06-15T08:47:25.047Z Compiling base16ct v0.2.0
18392026-06-15T08:47:25.150Z Compiling anstyle v1.0.14
18402026-06-15T08:47:25.221Z Compiling base64ct v1.8.3
18412026-06-15T08:47:25.321Z Compiling is_terminal_polyfill v1.70.2
18422026-06-15T08:47:25.392Z Compiling opaque-debug v0.3.1
18432026-06-15T08:47:25.426Z Compiling colorchoice v1.0.5
18442026-06-15T08:47:25.449Z Compiling ciborium-io v0.2.2
18452026-06-15T08:47:25.471Z Compiling anstyle-query v1.1.5
18462026-06-15T08:47:25.534Z Compiling ciborium-ll v0.2.2
18472026-06-15T08:47:25.548Z Compiling password-hash v0.5.0
18482026-06-15T08:47:25.548Z Compiling poly1305 v0.8.0
18492026-06-15T08:47:25.571Z Compiling num v0.4.3
18502026-06-15T08:47:25.587Z Compiling anstream v1.0.0
18512026-06-15T08:47:25.651Z Compiling elliptic-curve v0.13.8
18522026-06-15T08:47:25.940Z Compiling curve25519-dalek v4.1.3
18532026-06-15T08:47:25.976Z Compiling thiserror-no-std v2.0.2
18542026-06-15T08:47:26.076Z Compiling num_enum v0.7.6
18552026-06-15T08:47:26.139Z Compiling chacha20 v0.9.1
18562026-06-15T08:47:26.206Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18572026-06-15T08:47:26.308Z Compiling dof v0.3.0
18582026-06-15T08:47:26.319Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18592026-06-15T08:47:26.507Z Compiling blake2 v0.10.6
18602026-06-15T08:47:26.774Z Compiling aead v0.5.2
18612026-06-15T08:47:26.831Z Compiling dtrace-parser v0.2.0
18622026-06-15T08:47:26.954Z Compiling byte-wrapper v0.1.0
18632026-06-15T08:47:26.988Z Compiling crossbeam-epoch v0.9.18
18642026-06-15T08:47:27.099Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18652026-06-15T08:47:27.144Z Compiling thread-id v4.2.2
18662026-06-15T08:47:27.239Z Compiling strsim v0.11.1
18672026-06-15T08:47:27.329Z Compiling clap_lex v1.1.0
18682026-06-15T08:47:27.344Z Compiling float-ord v0.3.2
18692026-06-15T08:47:27.429Z Compiling keccak v0.1.6
18702026-06-15T08:47:27.587Z Compiling sha3 v0.10.9
18712026-06-15T08:47:27.635Z Compiling clap_builder v4.6.0
18722026-06-15T08:47:27.654Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18732026-06-15T08:47:27.679Z Compiling usdt-impl v0.5.0
18742026-06-15T08:47:27.707Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18752026-06-15T08:47:27.879Z Compiling chacha20poly1305 v0.10.1
18762026-06-15T08:47:27.879Z Compiling argon2 v0.5.3
18772026-06-15T08:47:28.019Z Compiling vsss-rs v3.3.4
18782026-06-15T08:47:28.352Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18792026-06-15T08:47:28.667Z Compiling ciborium v0.2.2
18802026-06-15T08:47:28.761Z Compiling regress v0.11.1
18812026-06-15T08:47:29.258Z Compiling hash32 v0.3.1
18822026-06-15T08:47:29.302Z Compiling memmap v0.7.0
18832026-06-15T08:47:29.429Z Compiling indent_write v2.2.0
18842026-06-15T08:47:29.499Z Compiling data-encoding v2.11.0
18852026-06-15T08:47:29.580Z Compiling usdt v0.5.0
18862026-06-15T08:47:29.713Z Compiling heapless v0.8.0
18872026-06-15T08:47:29.864Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-06-15T08:47:29.876Z Compiling clap v4.6.1
18892026-06-15T08:47:29.966Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18902026-06-15T08:47:29.979Z Compiling ingot-types v0.1.2
18912026-06-15T08:47:30.161Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18922026-06-15T08:47:30.400Z Compiling typify-impl v0.6.2
18932026-06-15T08:47:30.430Z Compiling tabwriter v1.4.1
18942026-06-15T08:47:30.684Z Compiling cobs v0.3.0
18952026-06-15T08:47:30.898Z Compiling bitflags v1.3.2
18962026-06-15T08:47:30.911Z Compiling managed v0.8.0
18972026-06-15T08:47:30.922Z Compiling postcard v1.1.3
18982026-06-15T08:47:30.984Z Compiling ingot v0.1.1
18992026-06-15T08:47:31.136Z Compiling smoltcp v0.11.0
19002026-06-15T08:47:31.271Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19012026-06-15T08:47:31.584Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19022026-06-15T08:47:32.082Z Compiling memoffset v0.9.1
19032026-06-15T08:47:32.182Z Compiling typify v0.6.2
19042026-06-15T08:47:32.302Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19052026-06-15T08:47:32.347Z Compiling serde_spanned v0.6.9
19062026-06-15T08:47:32.509Z Compiling toml_datetime v0.6.11
19072026-06-15T08:47:32.623Z Compiling linked-hash-map v0.5.6
19082026-06-15T08:47:32.802Z Compiling swrite v0.1.0
19092026-06-15T08:47:32.822Z Compiling winnow v0.7.15
19102026-06-15T08:47:32.904Z Compiling toml_write v0.1.2
19112026-06-15T08:47:32.916Z Compiling foreign-types-shared v0.3.1
19122026-06-15T08:47:33.022Z Compiling colored v3.1.1
19132026-06-15T08:47:33.076Z Compiling static_assertions v1.1.0
19142026-06-15T08:47:33.118Z Compiling unicode-segmentation v1.13.3
19152026-06-15T08:47:33.159Z Compiling resolv-conf v0.7.6
19162026-06-15T08:47:33.418Z Compiling foreign-types v0.5.0
19172026-06-15T08:47:33.508Z Compiling newline-converter v0.3.0
19182026-06-15T08:47:33.539Z Compiling lru-cache v0.1.2
19192026-06-15T08:47:33.554Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19202026-06-15T08:47:33.565Z Compiling hubpack v0.1.2
19212026-06-15T08:47:33.629Z Compiling nix v0.31.3
19222026-06-15T08:47:33.668Z Compiling progenitor-impl v0.14.0
19232026-06-15T08:47:33.795Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19242026-06-15T08:47:33.924Z Compiling hickory-proto v0.24.4
19252026-06-15T08:47:34.334Z Compiling toml_edit v0.22.27
19262026-06-15T08:47:35.362Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19272026-06-15T08:47:35.492Z Compiling crossbeam-deque v0.8.6
19282026-06-15T08:47:35.668Z Compiling console v0.15.11
19292026-06-15T08:47:35.702Z Compiling chacha20 v0.10.0
19302026-06-15T08:47:35.975Z Compiling camino-tempfile v1.4.1
19312026-06-15T08:47:35.990Z Compiling serde-big-array v0.5.1
19322026-06-15T08:47:36.148Z Compiling cstr-argument v0.1.2
19332026-06-15T08:47:36.226Z Compiling nom v8.0.0
19342026-06-15T08:47:36.315Z Compiling siphasher v1.0.3
19352026-06-15T08:47:36.326Z Compiling similar v2.7.0
19362026-06-15T08:47:36.850Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19372026-06-15T08:47:36.867Z Compiling expectorate v1.2.0
19382026-06-15T08:47:37.036Z Compiling phf_shared v0.12.1
19392026-06-15T08:47:37.075Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19402026-06-15T08:47:37.217Z Compiling pin-project v1.1.13
19412026-06-15T08:47:37.229Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19422026-06-15T08:47:37.269Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19432026-06-15T08:47:37.301Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19442026-06-15T08:47:37.323Z Compiling rand v0.10.1
19452026-06-15T08:47:37.429Z Compiling toml v0.8.23
19462026-06-15T08:47:37.499Z Compiling hickory-resolver v0.24.4
19472026-06-15T08:47:37.569Z Compiling rayon-core v1.13.0
19482026-06-15T08:47:37.997Z Compiling progenitor v0.14.0
19492026-06-15T08:47:38.058Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19502026-06-15T08:47:38.075Z Compiling num_enum v0.5.11
19512026-06-15T08:47:38.137Z Compiling prettyplease v0.2.37
19522026-06-15T08:47:38.198Z Compiling unicode-normalization v0.1.25
19532026-06-15T08:47:38.264Z Compiling tokio-stream v0.1.18
19542026-06-15T08:47:38.277Z Compiling bstr v1.12.1
19552026-06-15T08:47:38.564Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
19562026-06-15T08:47:38.671Z Compiling csv-core v0.1.13
19572026-06-15T08:47:38.734Z Compiling same-file v1.0.6
19582026-06-15T08:47:38.772Z Compiling highway v1.3.0
19592026-06-15T08:47:38.914Z Compiling konst_macro_rules v0.2.19
19602026-06-15T08:47:38.943Z Compiling unicode-width v0.1.14
19612026-06-15T08:47:39.104Z Compiling foldhash v0.1.5
19622026-06-15T08:47:39.171Z Compiling foreign-types-shared v0.1.1
19632026-06-15T08:47:39.234Z Compiling konst v0.2.20
19642026-06-15T08:47:39.267Z Compiling foreign-types v0.3.2
19652026-06-15T08:47:39.292Z Compiling hashbrown v0.15.5
19662026-06-15T08:47:39.346Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19672026-06-15T08:47:39.424Z Compiling walkdir v2.5.0
19682026-06-15T08:47:39.481Z Compiling csv v1.4.0
19692026-06-15T08:47:39.823Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19702026-06-15T08:47:39.835Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19712026-06-15T08:47:40.043Z Compiling qorb v0.4.1
19722026-06-15T08:47:40.151Z Compiling globset v0.4.18
19732026-06-15T08:47:40.948Z Compiling olpc-cjson v0.1.4
19742026-06-15T08:47:41.017Z Compiling snafu v0.8.9
19752026-06-15T08:47:41.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19762026-06-15T08:47:41.158Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19772026-06-15T08:47:41.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19782026-06-15T08:47:41.479Z Compiling rayon v1.12.0
19792026-06-15T08:47:41.887Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19802026-06-15T08:47:41.909Z Compiling phf v0.12.1
19812026-06-15T08:47:42.077Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19822026-06-15T08:47:42.167Z Compiling openssl-sys v0.9.117
19832026-06-15T08:47:42.537Z Compiling tokio-dtrace v0.1.1
19842026-06-15T08:47:42.581Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19852026-06-15T08:47:42.810Z Compiling itertools v0.12.1
19862026-06-15T08:47:43.286Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19872026-06-15T08:47:43.299Z Compiling libsw-core v0.3.2
19882026-06-15T08:47:43.310Z Compiling pem v3.0.6
19892026-06-15T08:47:43.423Z Compiling serde_plain v1.0.2
19902026-06-15T08:47:43.471Z Compiling sigpipe v0.1.3
19912026-06-15T08:47:43.490Z Compiling fixedbitset v0.5.7
19922026-06-15T08:47:43.567Z Compiling jiff v0.2.28
19932026-06-15T08:47:43.639Z Compiling typed-path v0.9.3
19942026-06-15T08:47:43.686Z Compiling glob v0.3.3
19952026-06-15T08:47:43.836Z Compiling bytecount v0.6.9
19962026-06-15T08:47:43.988Z Compiling fixedbitset v0.4.2
19972026-06-15T08:47:44.053Z Compiling minimal-lexical v0.2.1
19982026-06-15T08:47:44.131Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
19992026-06-15T08:47:44.213Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
20002026-06-15T08:47:44.227Z Compiling petgraph v0.6.5
20012026-06-15T08:47:44.324Z Compiling nom v7.1.3
20022026-06-15T08:47:44.428Z Compiling zone v0.3.1
20032026-06-15T08:47:44.452Z Compiling papergrid v0.11.0
20042026-06-15T08:47:44.888Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20052026-06-15T08:47:44.943Z Compiling tough v0.22.0
20062026-06-15T08:47:45.117Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20072026-06-15T08:47:45.176Z Compiling petgraph v0.8.3
20082026-06-15T08:47:45.316Z Compiling openssl v0.10.81
20092026-06-15T08:47:45.653Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20102026-06-15T08:47:45.708Z Compiling libsw v3.5.0
20112026-06-15T08:47:45.893Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20122026-06-15T08:47:45.906Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20132026-06-15T08:47:46.071Z Compiling oxide-tokio-rt v0.1.6
20142026-06-15T08:47:46.386Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20152026-06-15T08:47:46.973Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
20162026-06-15T08:47:47.001Z Compiling chrono-tz v0.10.4
20172026-06-15T08:47:47.064Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20182026-06-15T08:47:47.087Z Compiling newtype_derive v0.1.6
20192026-06-15T08:47:47.129Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20202026-06-15T08:47:47.170Z Compiling slog-dtrace v0.3.0
20212026-06-15T08:47:47.237Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20222026-06-15T08:47:47.445Z Compiling owo-colors v4.3.0
20232026-06-15T08:47:47.481Z Compiling const_format v0.2.36
20242026-06-15T08:47:47.837Z Compiling cancel-safe-futures v0.1.5
20252026-06-15T08:47:48.058Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20262026-06-15T08:47:48.169Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20272026-06-15T08:47:48.181Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20282026-06-15T08:47:48.193Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20292026-06-15T08:47:48.305Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20302026-06-15T08:47:48.318Z Compiling gethostname v0.5.0
20312026-06-15T08:47:48.432Z Compiling bcs v0.1.6
20322026-06-15T08:47:48.444Z Compiling smf v0.2.3
20332026-06-15T08:47:48.456Z Compiling termtree v0.5.1
20342026-06-15T08:47:48.561Z Compiling tagptr v0.2.0
20352026-06-15T08:47:48.613Z Compiling smawk v0.3.2
20362026-06-15T08:47:48.723Z Compiling unicode-linebreak v0.1.5
20372026-06-15T08:47:48.735Z Compiling lazy_static v1.5.0
20382026-06-15T08:47:48.751Z Compiling linear-map v1.2.0
20392026-06-15T08:47:48.762Z Compiling whoami v1.6.1
20402026-06-15T08:47:48.842Z Compiling steno v0.4.1
20412026-06-15T08:47:48.943Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20422026-06-15T08:47:48.975Z Compiling textwrap v0.16.2
20432026-06-15T08:47:49.006Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20442026-06-15T08:47:49.017Z Compiling moka v0.12.15
20452026-06-15T08:47:49.083Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20462026-06-15T08:47:49.444Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20472026-06-15T08:47:49.486Z Compiling tabled v0.15.0
20482026-06-15T08:47:49.803Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20492026-06-15T08:47:50.004Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20502026-06-15T08:47:50.607Z Compiling cookie v0.18.1
20512026-06-15T08:47:51.458Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20522026-06-15T08:47:51.595Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20532026-06-15T08:47:51.757Z Compiling hickory-proto v0.25.2
20542026-06-15T08:47:51.872Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20552026-06-15T08:47:51.990Z Compiling libscf-sys v1.2.0
20562026-06-15T08:47:52.149Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20572026-06-15T08:47:52.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20582026-06-15T08:47:52.491Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20592026-06-15T08:47:52.561Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20602026-06-15T08:47:52.842Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20612026-06-15T08:47:53.565Z Compiling hickory-resolver v0.25.2
20622026-06-15T08:47:54.361Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20632026-06-15T08:47:59.662Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20642026-06-15T08:48:07.303Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20652026-06-15T08:48:08.898Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20662026-06-15T08:48:09.909Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20672026-06-15T08:48:11.224Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20682026-06-15T08:48:12.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
20692026-06-15T08:48:12.529Z Running `target/debug/xtask openapi check`
20702026-06-15T08:48:12.994Z Compiling serde_core v1.0.228
20712026-06-15T08:48:12.997Z Compiling serde v1.0.228
20722026-06-15T08:48:12.997Z Compiling libc v0.2.186
20732026-06-15T08:48:12.997Z Compiling serde_json v1.0.150
20742026-06-15T08:48:13.070Z Compiling syn v2.0.117
20752026-06-15T08:48:13.075Z Compiling bytes v1.11.1
20762026-06-15T08:48:13.084Z Compiling getrandom v0.4.2
20772026-06-15T08:48:13.087Z Compiling zerocopy v0.8.52
20782026-06-15T08:48:13.097Z Compiling once_cell v1.21.4
20792026-06-15T08:48:13.418Z Compiling num-traits v0.2.19
20802026-06-15T08:48:13.523Z Compiling schemars v0.8.22
20812026-06-15T08:48:13.714Z Compiling http v1.4.2
20822026-06-15T08:48:13.784Z Compiling jobserver v0.1.34
20832026-06-15T08:48:13.809Z Compiling zeroize v1.9.0
20842026-06-15T08:48:13.847Z Compiling usdt-impl v0.6.0
20852026-06-15T08:48:13.995Z Compiling cc v1.2.64
20862026-06-15T08:48:14.111Z Compiling rustls-pki-types v1.14.1
20872026-06-15T08:48:14.120Z Compiling time-macros v0.2.29
20882026-06-15T08:48:14.409Z Compiling thread-id v5.1.0
20892026-06-15T08:48:14.500Z Compiling tracing-core v0.1.36
20902026-06-15T08:48:14.591Z Compiling bitflags v2.13.0
20912026-06-15T08:48:14.670Z Compiling http-body v1.0.1
20922026-06-15T08:48:14.829Z Compiling cmake v0.1.58
20932026-06-15T08:48:14.841Z Compiling tracing v0.1.44
20942026-06-15T08:48:15.178Z Compiling uuid v1.23.3
20952026-06-15T08:48:15.219Z Compiling indexmap v2.14.0
20962026-06-15T08:48:15.238Z Compiling camino v1.2.2
20972026-06-15T08:48:15.247Z Compiling aws-lc-sys v0.41.0
20982026-06-15T08:48:15.276Z Compiling time v0.3.49
20992026-06-15T08:48:15.609Z Compiling pest_generator v2.8.6
21002026-06-15T08:48:15.642Z Compiling serde_derive_internals v0.29.1
21012026-06-15T08:48:15.852Z Compiling generic-array v0.14.7
21022026-06-15T08:48:16.149Z Compiling rustix v1.1.4
21032026-06-15T08:48:16.170Z Compiling subtle v2.6.1
21042026-06-15T08:48:16.233Z Compiling winnow v1.0.3
21052026-06-15T08:48:16.327Z Compiling toml_datetime v1.1.1+spec-1.1.0
21062026-06-15T08:48:16.601Z Compiling toml_parser v1.1.2+spec-1.1.0
21072026-06-15T08:48:16.627Z Compiling toml_edit v0.25.12+spec-1.1.0
21082026-06-15T08:48:16.681Z Compiling serde_spanned v1.1.1
21092026-06-15T08:48:16.810Z Compiling serde_derive v1.0.228
21102026-06-15T08:48:16.828Z Compiling thiserror-impl v2.0.18
21112026-06-15T08:48:16.890Z Compiling zerocopy-derive v0.8.52
21122026-06-15T08:48:16.941Z Compiling pest_derive v2.8.6
21132026-06-15T08:48:17.262Z Compiling tokio-macros v2.7.0
21142026-06-15T08:48:17.416Z Compiling futures-macro v0.3.32
21152026-06-15T08:48:17.476Z Compiling scroll_derive v0.13.1
21162026-06-15T08:48:17.532Z Compiling schemars_derive v0.8.22
21172026-06-15T08:48:18.013Z Compiling tokio v1.52.3
21182026-06-15T08:48:18.073Z Compiling thiserror v2.0.18
21192026-06-15T08:48:18.245Z Compiling futures-util v0.3.32
21202026-06-15T08:48:18.291Z Compiling dtrace-parser v0.3.0
21212026-06-15T08:48:18.300Z Compiling scroll v0.13.0
21222026-06-15T08:48:18.565Z Compiling goblin v0.10.7
21232026-06-15T08:48:19.987Z Compiling chrono v0.4.45
21242026-06-15T08:48:20.153Z Compiling erased-serde v0.3.31
21252026-06-15T08:48:20.502Z Compiling serde_tokenstream v0.2.3
21262026-06-15T08:48:20.642Z Compiling slog v2.8.2
21272026-06-15T08:48:20.790Z Compiling futures-executor v0.3.32
21282026-06-15T08:48:21.047Z Compiling dof v0.4.0
21292026-06-15T08:48:21.212Z Compiling slog-json v2.6.1
21302026-06-15T08:48:21.426Z Compiling openapiv3 v2.2.0
21312026-06-15T08:48:21.435Z Compiling async-stream-impl v0.3.6
21322026-06-15T08:48:21.783Z Compiling tokio-util v0.7.18
21332026-06-15T08:48:22.276Z Compiling h2 v0.4.14
21342026-06-15T08:48:22.426Z Compiling usdt-macro v0.6.0
21352026-06-15T08:48:22.438Z Compiling usdt-attr-macro v0.6.0
21362026-06-15T08:48:23.156Z Compiling oxnet v0.1.6
21372026-06-15T08:48:23.216Z Compiling semver v1.0.28
21382026-06-15T08:48:23.418Z Compiling serde_urlencoded v0.7.1
21392026-06-15T08:48:23.508Z Compiling dropshot_endpoint v0.17.1
21402026-06-15T08:48:23.626Z Compiling multer v3.1.0
21412026-06-15T08:48:23.638Z Compiling toml v1.1.2+spec-1.1.0
21422026-06-15T08:48:23.671Z Compiling usdt v0.6.0
21432026-06-15T08:48:23.754Z Compiling rustix v0.38.44
21442026-06-15T08:48:23.837Z Compiling slog-term v2.9.2
21452026-06-15T08:48:23.905Z Compiling slog-async v2.8.0
21462026-06-15T08:48:23.942Z Compiling async-stream v0.3.6
21472026-06-15T08:48:24.101Z Compiling async-compression v0.4.42
21482026-06-15T08:48:24.123Z Compiling slog-bunyan v2.5.0
21492026-06-15T08:48:24.269Z Compiling futures v0.3.32
21502026-06-15T08:48:24.353Z Compiling hyper v1.10.1
21512026-06-15T08:48:24.395Z Compiling proc-macro-crate v3.5.0
21522026-06-15T08:48:24.411Z Compiling async-trait v0.1.89
21532026-06-15T08:48:24.472Z Compiling serde_path_to_error v0.1.20
21542026-06-15T08:48:24.820Z Compiling http-body-util v0.1.3
21552026-06-15T08:48:24.836Z Compiling rustls-pemfile v2.2.0
21562026-06-15T08:48:25.021Z Compiling crossbeam-epoch v0.9.18
21572026-06-15T08:48:25.035Z Compiling aho-corasick v1.1.4
21582026-06-15T08:48:25.073Z Compiling tempfile v3.27.0
21592026-06-15T08:48:25.121Z Compiling num_enum_derive v0.7.6
21602026-06-15T08:48:25.355Z Compiling crossbeam-deque v0.8.6
21612026-06-15T08:48:25.375Z Compiling dropshot-api-manager-types v0.7.2
21622026-06-15T08:48:25.471Z Compiling hyper-util v0.1.20
21632026-06-15T08:48:25.553Z Compiling crypto-common v0.1.7
21642026-06-15T08:48:25.688Z Compiling block-buffer v0.10.4
21652026-06-15T08:48:25.717Z Compiling git-stub v1.0.0
21662026-06-15T08:48:25.828Z Compiling regex-automata v0.4.14
21672026-06-15T08:48:25.983Z Compiling atomicwrites v0.4.4
21682026-06-15T08:48:25.994Z Compiling digest v0.10.7
21692026-06-15T08:48:26.083Z Compiling clap_builder v4.6.0
21702026-06-15T08:48:26.130Z Compiling num_enum v0.7.6
21712026-06-15T08:48:26.171Z Compiling rayon-core v1.13.0
21722026-06-15T08:48:26.193Z Compiling fs-err v3.3.0
21732026-06-15T08:48:26.249Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21742026-06-15T08:48:26.493Z Compiling terminal_size v0.4.4
21752026-06-15T08:48:26.668Z Compiling clap_derive v4.6.1
21762026-06-15T08:48:26.922Z Compiling serde_repr v0.1.20
21772026-06-15T08:48:26.930Z Compiling bstr v1.12.1
21782026-06-15T08:48:27.157Z Compiling either v1.16.0
21792026-06-15T08:48:27.157Z Compiling is_ci v1.2.0
21802026-06-15T08:48:27.299Z Compiling textwrap v0.16.2
21812026-06-15T08:48:27.307Z Compiling supports-color v3.0.2
21822026-06-15T08:48:27.347Z Compiling rayon v1.12.0
21832026-06-15T08:48:27.481Z Compiling similar v2.7.0
21842026-06-15T08:48:27.517Z Compiling regex v1.12.4
21852026-06-15T08:48:27.809Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21862026-06-15T08:48:27.983Z Compiling drift v0.2.0
21872026-06-15T08:48:28.268Z Compiling sha2 v0.10.9
21882026-06-15T08:48:28.353Z Compiling clap v4.6.1
21892026-06-15T08:48:28.382Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21902026-06-15T08:48:28.438Z Compiling git-stub-vcs v0.1.0
21912026-06-15T08:48:33.965Z Compiling aws-lc-rs v1.17.0
21922026-06-15T08:48:33.986Z Compiling rustls v0.23.40
21932026-06-15T08:48:35.174Z Compiling rustls-webpki v0.103.13
21942026-06-15T08:48:37.875Z Compiling tokio-rustls v0.26.4
21952026-06-15T08:48:38.067Z Compiling dropshot v0.17.1
21962026-06-15T08:48:40.431Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21972026-06-15T08:48:40.431Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21982026-06-15T08:48:40.431Z Compiling dropshot-api-manager v0.7.2
21992026-06-15T08:48:43.502Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22002026-06-15T08:48:50.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s
22012026-06-15T08:48:50.383Z Running `target/debug/maghemite-dropshot-apis check`
22022026-06-15T08:48:50.413Z -------
22032026-06-15T08:48:50.413Z Generating OpenAPI documents from API definitions ...
22042026-06-15T08:48:50.497Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22052026-06-15T08:48:50.504Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22062026-06-15T08:48:50.635Z -------
22072026-06-15T08:48:50.635Z Checking 13 OpenAPI documents...
22082026-06-15T08:48:50.635Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22092026-06-15T08:48:50.635Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22102026-06-15T08:48:50.635Z Fresh ddm-admin "latest" symlink
22112026-06-15T08:48:50.635Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22122026-06-15T08:48:50.638Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22132026-06-15T08:48:50.638Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22142026-06-15T08:48:50.638Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22152026-06-15T08:48:50.639Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22162026-06-15T08:48:50.639Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22172026-06-15T08:48:50.639Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22182026-06-15T08:48:50.639Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22192026-06-15T08:48:50.639Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22202026-06-15T08:48:50.639Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22212026-06-15T08:48:50.639Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22222026-06-15T08:48:50.639Z Fresh mg-admin "latest" symlink
22232026-06-15T08:48:50.639Z -------
22242026-06-15T08:48:50.639Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22252026-06-15T08:48:50.682Z+ banner build
22262026-06-15T08:48:50.685Z
22272026-06-15T08:48:50.685Z ##### # # # # #####
22282026-06-15T08:48:50.685Z # # # # # # # #
22292026-06-15T08:48:50.685Z ##### # # # # # #
22302026-06-15T08:48:50.685Z # # # # # # # #
22312026-06-15T08:48:50.685Z # # # # # # # #
22322026-06-15T08:48:50.685Z ##### #### # ###### #####
22332026-06-15T08:48:50.685Z
22342026-06-15T08:48:50.686Z+ ptime -m cargo build
22352026-06-15T08:48:51.277Z Compiling smallvec v1.15.2
22362026-06-15T08:48:51.389Z Compiling log v0.4.32
22372026-06-15T08:48:51.404Z Compiling slog v2.8.2
22382026-06-15T08:48:51.418Z Compiling ring v0.17.14
22392026-06-15T08:48:51.439Z Compiling webpki-roots v1.0.7
22402026-06-15T08:48:51.535Z Compiling goblin v0.10.7
22412026-06-15T08:48:51.535Z Compiling goblin v0.8.2
22422026-06-15T08:48:51.573Z Compiling similar v2.7.0
22432026-06-15T08:48:51.610Z Compiling icu_normalizer v2.2.0
22442026-06-15T08:48:51.625Z Compiling parking_lot_core v0.9.12
22452026-06-15T08:48:51.656Z Compiling globset v0.4.18
22462026-06-15T08:48:51.815Z Compiling slog-async v2.8.0
22472026-06-15T08:48:51.931Z Compiling parking_lot v0.12.5
22482026-06-15T08:48:52.195Z Compiling idna_adapter v1.2.2
22492026-06-15T08:48:52.327Z Compiling idna v1.1.0
22502026-06-15T08:48:52.331Z Compiling tokio v1.52.3
22512026-06-15T08:48:52.386Z Compiling slog-term v2.9.2
22522026-06-15T08:48:52.435Z Compiling slog-json v2.6.1
22532026-06-15T08:48:52.479Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-06-15T08:48:52.624Z Compiling rustls-webpki v0.103.13
22552026-06-15T08:48:52.654Z Compiling url v2.5.8
22562026-06-15T08:48:53.051Z Compiling slog-bunyan v2.5.0
22572026-06-15T08:48:53.104Z Compiling expectorate v1.2.0
22582026-06-15T08:48:53.198Z Compiling schemars v0.8.22
22592026-06-15T08:48:53.261Z Compiling rustls v0.23.40
22602026-06-15T08:48:53.366Z Compiling moka v0.12.15
22612026-06-15T08:48:53.495Z Compiling parking_lot_core v0.8.6
22622026-06-15T08:48:53.580Z Compiling fxhash v0.2.1
22632026-06-15T08:48:53.722Z Compiling parking_lot v0.11.2
22642026-06-15T08:48:53.812Z Compiling dof v0.3.0
22652026-06-15T08:48:54.113Z Compiling ipnetwork v0.21.1
22662026-06-15T08:48:54.158Z Compiling newtype-uuid v1.3.2
22672026-06-15T08:48:54.537Z Compiling oxnet v0.1.6
22682026-06-15T08:48:54.540Z Compiling dof v0.4.0
22692026-06-15T08:48:54.554Z Compiling serde_with v3.21.0
22702026-06-15T08:48:54.611Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22712026-06-15T08:48:54.974Z Compiling daft v0.1.7
22722026-06-15T08:48:55.262Z Compiling usdt-impl v0.6.0
22732026-06-15T08:48:55.389Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22742026-06-15T08:48:55.500Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22752026-06-15T08:48:55.830Z Compiling usdt v0.6.0
22762026-06-15T08:48:55.891Z Compiling iddqd v0.4.4
22772026-06-15T08:48:55.932Z Compiling typify-impl v0.6.2
22782026-06-15T08:48:56.072Z Compiling tokio-util v0.7.18
22792026-06-15T08:48:56.120Z Compiling tower v0.5.3
22802026-06-15T08:48:56.334Z Compiling tokio-rustls v0.26.4
22812026-06-15T08:48:56.347Z Compiling rustls-platform-verifier v0.7.0
22822026-06-15T08:48:56.625Z Compiling tower-http v0.6.11
22832026-06-15T08:48:56.638Z Compiling async-compression v0.4.42
22842026-06-15T08:48:56.641Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22852026-06-15T08:48:56.849Z Compiling h2 v0.4.14
22862026-06-15T08:48:56.908Z Compiling backoff v0.4.0
22872026-06-15T08:48:56.968Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22882026-06-15T08:48:57.073Z Compiling byte-wrapper v0.1.0
22892026-06-15T08:48:57.143Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22902026-06-15T08:48:57.273Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22912026-06-15T08:48:57.327Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22922026-06-15T08:48:57.451Z Compiling usdt-impl v0.5.0
22932026-06-15T08:48:57.476Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22942026-06-15T08:48:57.733Z Compiling typify v0.6.2
22952026-06-15T08:48:57.855Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22962026-06-15T08:48:57.905Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22972026-06-15T08:48:58.118Z Compiling progenitor-impl v0.14.0
22982026-06-15T08:48:58.343Z Compiling usdt v0.5.0
22992026-06-15T08:48:58.635Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23002026-06-15T08:48:58.910Z Compiling hyper v1.10.1
23012026-06-15T08:48:58.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23022026-06-15T08:48:59.154Z Compiling hickory-proto v0.24.4
23032026-06-15T08:48:59.830Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-15T08:48:59.946Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23052026-06-15T08:49:00.122Z Compiling hyper-util v0.1.20
23062026-06-15T08:49:00.343Z Compiling tokio-stream v0.1.18
23072026-06-15T08:49:00.613Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
23082026-06-15T08:49:00.826Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23092026-06-15T08:49:00.954Z Compiling tokio-dtrace v0.1.1
23102026-06-15T08:49:01.113Z Compiling hickory-resolver v0.24.4
23112026-06-15T08:49:01.237Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23122026-06-15T08:49:01.315Z Compiling hyper-rustls v0.27.9
23132026-06-15T08:49:01.337Z Compiling dropshot v0.17.1
23142026-06-15T08:49:01.526Z Compiling libsw-core v0.3.2
23152026-06-15T08:49:01.709Z Compiling reqwest v0.13.4
23162026-06-15T08:49:01.722Z Compiling zone v0.3.1
23172026-06-15T08:49:01.811Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23182026-06-15T08:49:02.329Z Compiling qorb v0.4.1
23192026-06-15T08:49:02.506Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23202026-06-15T08:49:02.674Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23212026-06-15T08:49:02.716Z Compiling libsw v3.5.0
23222026-06-15T08:49:02.907Z Compiling oxide-tokio-rt v0.1.6
23232026-06-15T08:49:03.164Z Compiling progenitor-client v0.14.0
23242026-06-15T08:49:03.235Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23252026-06-15T08:49:03.376Z Compiling slog-dtrace v0.3.0
23262026-06-15T08:49:03.485Z Compiling progenitor-extras v0.2.0
23272026-06-15T08:49:03.522Z Compiling progenitor v0.14.0
23282026-06-15T08:49:03.545Z Compiling tough v0.22.0
23292026-06-15T08:49:03.674Z Compiling cancel-safe-futures v0.1.5
23302026-06-15T08:49:03.707Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23312026-06-15T08:49:03.742Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23322026-06-15T08:49:03.994Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23332026-06-15T08:49:04.426Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23342026-06-15T08:49:04.549Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23352026-06-15T08:49:04.995Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
23362026-06-15T08:49:05.458Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
23372026-06-15T08:49:05.580Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23382026-06-15T08:49:05.637Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23392026-06-15T08:49:05.842Z Compiling steno v0.4.1
23402026-06-15T08:49:06.159Z Compiling hickory-proto v0.25.2
23412026-06-15T08:49:06.534Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23422026-06-15T08:49:06.669Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23432026-06-15T08:49:06.734Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23442026-06-15T08:49:06.786Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23452026-06-15T08:49:07.624Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
23462026-06-15T08:49:07.686Z Compiling sled v0.34.7
23472026-06-15T08:49:07.881Z Compiling arc-swap v1.9.1
23482026-06-15T08:49:08.203Z Compiling hickory-resolver v0.25.2
23492026-06-15T08:49:08.836Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23502026-06-15T08:49:09.112Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23512026-06-15T08:49:09.496Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23522026-06-15T08:49:09.500Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23532026-06-15T08:49:09.826Z Compiling slog-scope v4.4.1
23542026-06-15T08:49:10.110Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23552026-06-15T08:49:10.245Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23562026-06-15T08:49:10.373Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23572026-06-15T08:49:10.576Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23582026-06-15T08:49:10.868Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23592026-06-15T08:49:11.268Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23602026-06-15T08:49:11.400Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23612026-06-15T08:49:11.424Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23622026-06-15T08:49:11.645Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23632026-06-15T08:49:11.898Z Compiling papergrid v0.18.0
23642026-06-15T08:49:11.916Z Compiling testing_table v0.3.0
23652026-06-15T08:49:12.106Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23662026-06-15T08:49:12.374Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23672026-06-15T08:49:12.480Z Compiling internet-checksum v0.2.1
23682026-06-15T08:49:12.618Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23692026-06-15T08:49:12.633Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23702026-06-15T08:49:12.746Z Compiling slog-stdlog v4.1.1
23712026-06-15T08:49:12.759Z Compiling progenitor-client v0.13.0
23722026-06-15T08:49:12.977Z Compiling tabled v0.21.0
23732026-06-15T08:49:13.082Z Compiling progenitor-impl v0.13.0
23742026-06-15T08:49:13.443Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-06-15T08:49:13.809Z Compiling dropshot-api-manager-types v0.7.2
23762026-06-15T08:49:13.823Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23772026-06-15T08:49:14.027Z Compiling slog-envlogger v2.2.0
23782026-06-15T08:49:14.176Z Compiling const-random v0.1.18
23792026-06-15T08:49:14.261Z Compiling progenitor v0.13.0
23802026-06-15T08:49:14.422Z Compiling typify-impl v0.4.3
23812026-06-15T08:49:14.444Z Compiling crc8 v0.1.1
23822026-06-15T08:49:14.575Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23832026-06-15T08:49:15.586Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23842026-06-15T08:49:15.643Z Compiling ahash v0.8.12
23852026-06-15T08:49:15.802Z Compiling smartstring v1.0.1
23862026-06-15T08:49:15.901Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23872026-06-15T08:49:15.960Z Compiling reqwest v0.12.28
23882026-06-15T08:49:16.092Z Compiling typify v0.4.3
23892026-06-15T08:49:16.212Z Compiling sha1 v0.10.6
23902026-06-15T08:49:16.243Z Compiling thin-vec v0.2.18
23912026-06-15T08:49:16.465Z Compiling utf-8 v0.7.6
23922026-06-15T08:49:16.579Z Compiling rhai v1.25.1
23932026-06-15T08:49:16.686Z Compiling tungstenite v0.21.0
23942026-06-15T08:49:16.785Z Compiling progenitor-impl v0.10.0
23952026-06-15T08:49:17.592Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23962026-06-15T08:49:18.113Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23972026-06-15T08:49:19.741Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23982026-06-15T08:49:19.755Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
23992026-06-15T08:49:19.947Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24002026-06-15T08:49:19.993Z Compiling progenitor-client v0.10.0
24012026-06-15T08:49:20.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-06-15T08:49:20.658Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24032026-06-15T08:49:20.821Z Compiling sha2 v0.10.9
24042026-06-15T08:49:20.914Z Compiling progenitor v0.10.0
24052026-06-15T08:49:21.074Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-06-15T08:49:21.109Z Compiling tokio-tungstenite v0.21.0
24072026-06-15T08:49:21.225Z Compiling lzma-sys v0.1.20
24082026-06-15T08:49:21.352Z Compiling typeid v1.0.3
24092026-06-15T08:49:21.450Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24102026-06-15T08:49:21.478Z Compiling console v0.16.3
24112026-06-15T08:49:22.163Z Compiling git-stub v1.0.0
24122026-06-15T08:49:22.424Z Compiling toml_datetime v0.7.5+spec-1.1.0
24132026-06-15T08:49:22.467Z Compiling base64 v0.21.7
24142026-06-15T08:49:22.598Z Compiling unit-prefix v0.5.2
24152026-06-15T08:49:22.756Z Compiling indicatif v0.18.4
24162026-06-15T08:49:22.768Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-06-15T08:49:22.807Z Compiling toml v0.9.12+spec-1.1.0
24182026-06-15T08:49:22.926Z Compiling git-stub-vcs v0.1.0
24192026-06-15T08:49:23.300Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24202026-06-15T08:49:23.693Z Compiling ron v0.12.1
24212026-06-15T08:49:23.947Z Compiling xz2 v0.1.7
24222026-06-15T08:49:24.203Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24232026-06-15T08:49:24.216Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24242026-06-15T08:49:24.270Z Compiling drift v0.2.0
24252026-06-15T08:49:24.640Z Compiling base16ct v1.0.0
24262026-06-15T08:49:24.853Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24272026-06-15T08:49:25.011Z Compiling dropshot-api-manager v0.7.2
24282026-06-15T08:49:25.230Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24292026-06-15T08:49:25.654Z Compiling natord v1.0.9
24302026-06-15T08:49:25.843Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24312026-06-15T08:49:28.857Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24322026-06-15T08:49:29.257Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24332026-06-15T08:49:37.032Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24342026-06-15T08:49:38.674Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24352026-06-15T08:49:39.679Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24362026-06-15T08:49:40.612Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24372026-06-15T08:49:40.615Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24382026-06-15T08:49:40.615Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24392026-06-15T08:49:41.073Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24402026-06-15T08:49:41.073Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24412026-06-15T08:49:41.076Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24422026-06-15T08:49:41.513Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24432026-06-15T08:49:43.014Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24442026-06-15T08:49:43.014Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24452026-06-15T08:49:43.017Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24462026-06-15T08:49:47.763Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24472026-06-15T08:49:49.833Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24482026-06-15T08:49:49.833Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24492026-06-15T08:49:49.836Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24502026-06-15T08:50:29.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
24512026-06-15T08:50:30.007Z
24522026-06-15T08:50:30.007Zreal 1:39.265018299
24532026-06-15T08:50:30.007Zuser 7:21.746353533
24542026-06-15T08:50:30.007Zsys 1:04.093697104
24552026-06-15T08:50:30.007Ztrap 0.198095768
24562026-06-15T08:50:30.007Ztflt 0.001948454
24572026-06-15T08:50:30.007Zdflt 0.199745769
24582026-06-15T08:50:30.007Zkflt 0.000075547
24592026-06-15T08:50:30.007Zlock 28:39.288216152
24602026-06-15T08:50:30.007Zslp 23:29.211554353
24612026-06-15T08:50:30.007Zlat 21.823521242
24622026-06-15T08:50:30.007Zstop 33.531594604
24632026-06-15T08:50:30.010Z+ ptime -m cargo build --release
24642026-06-15T08:50:30.647Z Compiling proc-macro2 v1.0.106
24652026-06-15T08:50:30.647Z Compiling quote v1.0.45
24662026-06-15T08:50:30.648Z Compiling unicode-ident v1.0.24
24672026-06-15T08:50:30.651Z Compiling libc v0.2.186
24682026-06-15T08:50:30.651Z Compiling serde_core v1.0.228
24692026-06-15T08:50:30.652Z Compiling serde v1.0.228
24702026-06-15T08:50:30.652Z Compiling cfg-if v1.0.4
24712026-06-15T08:50:30.652Z Compiling zmij v1.0.21
24722026-06-15T08:50:30.877Z Compiling autocfg v1.5.1
24732026-06-15T08:50:30.892Z Compiling memchr v2.8.2
24742026-06-15T08:50:31.151Z Compiling libm v0.2.16
24752026-06-15T08:50:31.495Z Compiling itoa v1.0.18
24762026-06-15T08:50:31.737Z Compiling icu_properties_data v2.2.0
24772026-06-15T08:50:31.756Z Compiling icu_normalizer_data v2.2.0
24782026-06-15T08:50:31.797Z Compiling version_check v0.9.5
24792026-06-15T08:50:32.025Z Compiling syn v2.0.117
24802026-06-15T08:50:32.038Z Compiling stable_deref_trait v1.2.1
24812026-06-15T08:50:32.068Z Compiling serde_json v1.0.150
24822026-06-15T08:50:32.068Z Compiling writeable v0.6.3
24832026-06-15T08:50:32.092Z Compiling thiserror v2.0.18
24842026-06-15T08:50:32.114Z Compiling litemap v0.8.2
24852026-06-15T08:50:32.317Z Compiling utf8_iter v1.0.4
24862026-06-15T08:50:32.384Z Compiling num-traits v0.2.19
24872026-06-15T08:50:32.397Z Compiling percent-encoding v2.3.2
24882026-06-15T08:50:32.572Z Compiling form_urlencoded v1.2.2
24892026-06-15T08:50:32.595Z Compiling rand_core v0.10.1
24902026-06-15T08:50:32.667Z Compiling getrandom v0.4.2
24912026-06-15T08:50:32.816Z Compiling parking_lot_core v0.9.12
24922026-06-15T08:50:32.846Z Compiling heck v0.5.0
24932026-06-15T08:50:32.942Z Compiling iana-time-zone v0.1.65
24942026-06-15T08:50:33.056Z Compiling errno v0.3.14
24952026-06-15T08:50:33.242Z Compiling uuid v1.23.3
24962026-06-15T08:50:33.291Z Compiling semver v1.0.28
24972026-06-15T08:50:33.452Z Compiling zerocopy v0.8.52
24982026-06-15T08:50:33.874Z Compiling schemars v0.8.22
24992026-06-15T08:50:33.879Z Compiling dyn-clone v1.0.20
25002026-06-15T08:50:34.014Z Compiling jobserver v0.1.34
25012026-06-15T08:50:34.049Z Compiling shlex v2.0.1
25022026-06-15T08:50:34.077Z Compiling find-msvc-tools v0.1.9
25032026-06-15T08:50:34.182Z Compiling rustversion v1.0.22
25042026-06-15T08:50:34.246Z Compiling cc v1.2.64
25052026-06-15T08:50:34.259Z Compiling getrandom v0.2.17
25062026-06-15T08:50:34.319Z Compiling pin-project-lite v0.2.17
25072026-06-15T08:50:34.416Z Compiling portable-atomic v1.13.1
25082026-06-15T08:50:34.433Z Compiling scopeguard v1.2.0
25092026-06-15T08:50:34.491Z Compiling bitflags v2.13.0
25102026-06-15T08:50:34.548Z Compiling lock_api v0.4.14
25112026-06-15T08:50:34.560Z Compiling socket2 v0.6.4
25122026-06-15T08:50:34.802Z Compiling synstructure v0.13.2
25132026-06-15T08:50:34.903Z Compiling serde_derive_internals v0.29.1
25142026-06-15T08:50:35.228Z Compiling critical-section v1.2.0
25152026-06-15T08:50:35.340Z Compiling signal-hook-registry v1.4.8
25162026-06-15T08:50:35.352Z Compiling mio v1.2.1
25172026-06-15T08:50:35.378Z Compiling log v0.4.32
25182026-06-15T08:50:35.501Z Compiling once_cell v1.21.4
25192026-06-15T08:50:35.610Z Compiling cmake v0.1.58
25202026-06-15T08:50:35.664Z Compiling fs_extra v1.3.0
25212026-06-15T08:50:35.690Z Compiling equivalent v1.0.2
25222026-06-15T08:50:35.753Z Compiling dunce v1.0.5
25232026-06-15T08:50:35.786Z Compiling subtle v2.6.1
25242026-06-15T08:50:35.854Z Compiling futures-core v0.3.32
25252026-06-15T08:50:35.934Z Compiling rustix v1.1.4
25262026-06-15T08:50:35.958Z Compiling aws-lc-sys v0.41.0
25272026-06-15T08:50:35.964Z Compiling httparse v1.10.1
25282026-06-15T08:50:35.986Z Compiling serde_derive v1.0.228
25292026-06-15T08:50:35.989Z Compiling zerofrom-derive v0.1.7
25302026-06-15T08:50:36.014Z Compiling yoke-derive v0.8.2
25312026-06-15T08:50:36.028Z Compiling zerovec-derive v0.11.3
25322026-06-15T08:50:36.047Z Compiling displaydoc v0.2.6
25332026-06-15T08:50:36.307Z Compiling schemars_derive v0.8.22
25342026-06-15T08:50:36.344Z Compiling thiserror-impl v2.0.18
25352026-06-15T08:50:36.838Z Compiling tokio-macros v2.7.0
25362026-06-15T08:50:36.851Z Compiling zerocopy-derive v0.8.52
25372026-06-15T08:50:37.100Z Compiling zeroize_derive v1.5.0
25382026-06-15T08:50:37.152Z Compiling futures-macro v0.3.32
25392026-06-15T08:50:37.212Z Compiling zerofrom v0.1.8
25402026-06-15T08:50:37.348Z Compiling yoke v0.8.3
25412026-06-15T08:50:37.541Z Compiling zerovec v0.11.6
25422026-06-15T08:50:37.556Z Compiling zerotrie v0.2.4
25432026-06-15T08:50:37.714Z Compiling futures-sink v0.3.32
25442026-06-15T08:50:37.741Z Compiling slab v0.4.12
25452026-06-15T08:50:37.800Z Compiling zeroize v1.9.0
25462026-06-15T08:50:37.832Z Compiling typenum v1.20.1
25472026-06-15T08:50:37.954Z Compiling thiserror v1.0.69
25482026-06-15T08:50:37.990Z Compiling futures-channel v0.3.32
25492026-06-15T08:50:38.004Z Compiling thiserror-impl v1.0.69
25502026-06-15T08:50:38.043Z Compiling futures-io v0.3.32
25512026-06-15T08:50:38.164Z Compiling tinystr v0.8.3
25522026-06-15T08:50:38.248Z Compiling potential_utf v0.1.5
25532026-06-15T08:50:38.260Z Compiling futures-task v0.3.32
25542026-06-15T08:50:38.292Z Compiling slog v2.8.2
25552026-06-15T08:50:38.415Z Compiling icu_locale_core v2.2.0
25562026-06-15T08:50:38.440Z Compiling icu_collections v2.2.0
25572026-06-15T08:50:38.469Z Compiling futures-util v0.3.32
25582026-06-15T08:50:38.601Z Compiling hashbrown v0.17.1
25592026-06-15T08:50:38.694Z Compiling ucd-trie v0.1.7
25602026-06-15T08:50:39.229Z Compiling smallvec v1.15.2
25612026-06-15T08:50:39.260Z Compiling bytes v1.11.1
25622026-06-15T08:50:39.315Z Compiling icu_provider v2.2.0
25632026-06-15T08:50:39.338Z Compiling chrono v0.4.45
25642026-06-15T08:50:39.459Z Compiling serde_tokenstream v0.2.3
25652026-06-15T08:50:39.763Z Compiling icu_properties v2.2.0
25662026-06-15T08:50:39.917Z Compiling icu_normalizer v2.2.0
25672026-06-15T08:50:39.939Z Compiling parking_lot v0.12.5
25682026-06-15T08:50:40.730Z Compiling idna_adapter v1.2.2
25692026-06-15T08:50:40.837Z Compiling tokio v1.52.3
25702026-06-15T08:50:40.892Z Compiling idna v1.1.0
25712026-06-15T08:50:41.141Z Compiling indexmap v2.14.0
25722026-06-15T08:50:41.339Z Compiling url v2.5.8
25732026-06-15T08:50:41.398Z Compiling erased-serde v0.3.31
25742026-06-15T08:50:41.618Z Compiling pest v2.8.6
25752026-06-15T08:50:42.017Z Compiling rand_core v0.6.4
25762026-06-15T08:50:42.417Z Compiling tracing-attributes v0.1.31
25772026-06-15T08:50:42.852Z Compiling pest_meta v2.8.6
25782026-06-15T08:50:42.867Z Compiling tracing-core v0.1.36
25792026-06-15T08:50:42.998Z Compiling ipnetwork v0.21.1
25802026-06-15T08:50:43.402Z Compiling base64 v0.22.1
25812026-06-15T08:50:43.713Z Compiling tracing v0.1.44
25822026-06-15T08:50:43.892Z Compiling pest_generator v2.8.6
25832026-06-15T08:50:43.938Z Compiling http v1.4.2
25842026-06-15T08:50:44.112Z Compiling getrandom v0.3.4
25852026-06-15T08:50:44.485Z Compiling fnv v1.0.7
25862026-06-15T08:50:44.533Z Compiling pest_derive v2.8.6
25872026-06-15T08:50:45.107Z Compiling regex-syntax v0.8.11
25882026-06-15T08:50:45.278Z Compiling anyhow v1.0.102
25892026-06-15T08:50:45.735Z Compiling oxnet v0.1.6
25902026-06-15T08:50:45.939Z Compiling byteorder v1.5.0
25912026-06-15T08:50:46.205Z Compiling rustls-pki-types v1.14.1
25922026-06-15T08:50:46.264Z Compiling ring v0.17.14
25932026-06-15T08:50:46.491Z Compiling aho-corasick v1.1.4
25942026-06-15T08:50:46.816Z Compiling aws-lc-rs v1.17.0
25952026-06-15T08:50:47.312Z Compiling regex-automata v0.4.14
25962026-06-15T08:50:47.403Z Compiling paste v1.0.15
25972026-06-15T08:50:47.867Z Compiling tokio-util v0.7.18
25982026-06-15T08:50:49.028Z Compiling regex v1.12.4
25992026-06-15T08:50:49.620Z Compiling ipnet v2.12.0
26002026-06-15T08:50:49.642Z Compiling untrusted v0.7.1
26012026-06-15T08:50:49.776Z Compiling time-core v0.1.9
26022026-06-15T08:50:49.856Z Compiling untrusted v0.9.0
26032026-06-15T08:50:49.972Z Compiling num-conv v0.2.2
26042026-06-15T08:50:50.132Z Compiling time-macros v0.2.29
26052026-06-15T08:50:50.770Z Compiling rustls v0.23.40
26062026-06-15T08:50:50.812Z Compiling http-body v1.0.1
26072026-06-15T08:50:50.985Z Compiling scroll_derive v0.13.1
26082026-06-15T08:50:51.010Z Compiling camino v1.2.2
26092026-06-15T08:50:51.111Z Compiling atomic-waker v1.1.2
26102026-06-15T08:50:51.253Z Compiling async-trait v0.1.89
26112026-06-15T08:50:51.365Z Compiling ryu v1.0.23
26122026-06-15T08:50:51.477Z Compiling try-lock v0.2.5
26132026-06-15T08:50:51.603Z Compiling strsim v0.11.1
26142026-06-15T08:50:51.660Z Compiling omicron-workspace-hack v0.1.0
26152026-06-15T08:50:51.845Z Compiling tower-layer v0.3.3
26162026-06-15T08:50:51.904Z Compiling tower-service v0.3.3
26172026-06-15T08:50:51.911Z Compiling want v0.3.1
26182026-06-15T08:50:52.046Z Compiling h2 v0.4.14
26192026-06-15T08:50:52.095Z Compiling ppv-lite86 v0.2.21
26202026-06-15T08:50:52.429Z Compiling pretty-hex v0.4.2
26212026-06-15T08:50:52.851Z Compiling crossbeam-utils v0.8.21
26222026-06-15T08:50:53.073Z Compiling httpdate v1.0.3
26232026-06-15T08:50:53.237Z Compiling crc32fast v1.5.0
26242026-06-15T08:50:53.479Z Compiling ident_case v1.0.1
26252026-06-15T08:50:53.622Z Compiling slog-async v2.8.0
26262026-06-15T08:50:53.937Z Compiling usdt-impl v0.6.0
26272026-06-15T08:50:54.216Z Compiling scroll v0.13.0
26282026-06-15T08:50:54.317Z Compiling serde_urlencoded v0.7.1
26292026-06-15T08:50:54.490Z Compiling hyper v1.10.1
26302026-06-15T08:50:54.608Z Compiling http-body-util v0.1.3
26312026-06-15T08:50:54.897Z Compiling plain v0.2.3
26322026-06-15T08:50:55.020Z Compiling goblin v0.10.7
26332026-06-15T08:50:55.707Z Compiling daft-derive v0.1.7
26342026-06-15T08:50:56.496Z Compiling hyper-util v0.1.20
26352026-06-15T08:50:58.575Z Compiling foldhash v0.2.0
26362026-06-15T08:50:58.638Z Compiling allocator-api2 v0.2.21
26372026-06-15T08:50:58.888Z Compiling dof v0.4.0
26382026-06-15T08:50:59.045Z Compiling hashbrown v0.16.1
26392026-06-15T08:50:59.338Z Compiling dtrace-parser v0.3.0
26402026-06-15T08:50:59.351Z Compiling openapiv3 v2.2.0
26412026-06-15T08:50:59.767Z Compiling thread-id v5.1.0
26422026-06-15T08:50:59.927Z Compiling generic-array v0.14.7
26432026-06-15T08:51:00.427Z Compiling syn v1.0.109
26442026-06-15T08:51:00.493Z Compiling powerfmt v0.2.0
26452026-06-15T08:51:00.832Z Compiling num_threads v0.1.7
26462026-06-15T08:51:01.315Z Compiling deranged v0.5.8
26472026-06-15T08:51:02.427Z Compiling time v0.3.49
26482026-06-15T08:51:02.536Z Compiling usdt-attr-macro v0.6.0
26492026-06-15T08:51:02.684Z Compiling usdt-macro v0.6.0
26502026-06-15T08:51:03.016Z Compiling rand_core v0.9.5
26512026-06-15T08:51:03.342Z Compiling multer v3.1.0
26522026-06-15T08:51:03.585Z Compiling crossbeam-channel v0.5.15
26532026-06-15T08:51:03.628Z Compiling sync_wrapper v1.0.2
26542026-06-15T08:51:03.753Z Compiling fastrand v2.4.1
26552026-06-15T08:51:04.046Z Compiling hex v0.4.3
26562026-06-15T08:51:04.099Z Compiling tower v0.5.3
26572026-06-15T08:51:04.288Z Compiling rand_chacha v0.9.0
26582026-06-15T08:51:04.362Z Compiling webpki-roots v1.0.7
26592026-06-15T08:51:04.493Z Compiling futures-executor v0.3.32
26602026-06-15T08:51:04.848Z Compiling async-stream-impl v0.3.6
26612026-06-15T08:51:04.972Z Compiling dropshot v0.17.1
26622026-06-15T08:51:05.061Z Compiling thread_local v1.1.9
26632026-06-15T08:51:05.229Z Compiling cpufeatures v0.3.0
26642026-06-15T08:51:05.241Z Compiling winnow v1.0.3
26652026-06-15T08:51:05.300Z Compiling futures v0.3.32
26662026-06-15T08:51:05.314Z Compiling tower-http v0.6.11
26672026-06-15T08:51:05.388Z Compiling rand v0.9.4
26682026-06-15T08:51:05.518Z Compiling structmeta-derive v0.3.0
26692026-06-15T08:51:05.523Z Compiling is-terminal v0.4.17
26702026-06-15T08:51:05.542Z Compiling term v1.2.1
26712026-06-15T08:51:05.639Z Compiling take_mut v0.2.2
26722026-06-15T08:51:05.761Z Compiling ref-cast v1.0.25
26732026-06-15T08:51:05.994Z Compiling slog-term v2.9.2
26742026-06-15T08:51:06.112Z Compiling tempfile v3.27.0
26752026-06-15T08:51:06.602Z Compiling structmeta v0.3.0
26762026-06-15T08:51:06.699Z Compiling crypto-common v0.1.7
26772026-06-15T08:51:06.815Z Compiling darling_core v0.23.0
26782026-06-15T08:51:06.939Z Compiling dropshot_endpoint v0.17.1
26792026-06-15T08:51:07.153Z Compiling newtype-uuid-macros v0.1.0
26802026-06-15T08:51:07.462Z Compiling newtype-uuid v1.3.2
26812026-06-15T08:51:07.991Z Compiling strum_macros v0.26.4
26822026-06-15T08:51:08.349Z Compiling toml_parser v1.1.2+spec-1.1.0
26832026-06-15T08:51:08.441Z Compiling ref-cast-impl v1.0.25
26842026-06-15T08:51:08.650Z Compiling daft v0.1.7
26852026-06-15T08:51:08.972Z Compiling darling_macro v0.23.0
26862026-06-15T08:51:09.068Z Compiling hybrid-array v0.4.12
26872026-06-15T08:51:09.199Z Compiling adler2 v2.0.1
26882026-06-15T08:51:09.215Z Compiling openssl-probe v0.2.1
26892026-06-15T08:51:09.367Z Compiling either v1.16.0
26902026-06-15T08:51:09.469Z Compiling match_cfg v0.1.0
26912026-06-15T08:51:09.553Z Compiling simd-adler32 v0.3.9
26922026-06-15T08:51:09.570Z Compiling hostname v0.3.1
26932026-06-15T08:51:09.585Z Compiling darling v0.23.0
26942026-06-15T08:51:09.600Z Compiling rustls-native-certs v0.8.4
26952026-06-15T08:51:09.672Z Compiling serde_with_macros v3.21.0
26962026-06-15T08:51:09.729Z Compiling miniz_oxide v0.8.9
26972026-06-15T08:51:10.384Z Compiling slog-json v2.6.1
26982026-06-15T08:51:10.402Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26992026-06-15T08:51:10.817Z Compiling serde_spanned v1.1.1
27002026-06-15T08:51:10.912Z Compiling memmap2 v0.9.10
27012026-06-15T08:51:10.977Z Compiling toml_writer v1.1.1+spec-1.1.0
27022026-06-15T08:51:11.039Z Compiling slog-bunyan v2.5.0
27032026-06-15T08:51:11.148Z Compiling flate2 v1.1.9
27042026-06-15T08:51:11.214Z Compiling crypto-common v0.2.2
27052026-06-15T08:51:11.227Z Compiling block-buffer v0.12.1
27062026-06-15T08:51:11.258Z Compiling derive-ex v0.1.8
27072026-06-15T08:51:11.487Z Compiling rand_chacha v0.3.1
27082026-06-15T08:51:11.703Z Compiling strum_macros v0.27.2
27092026-06-15T08:51:12.124Z Compiling usdt v0.6.0
27102026-06-15T08:51:12.491Z Compiling const-oid v0.10.2
27112026-06-15T08:51:12.800Z Compiling debug-ignore v1.0.5
27122026-06-15T08:51:12.869Z Compiling compression-core v0.4.32
27132026-06-15T08:51:12.910Z Compiling test-strategy v0.4.5
27142026-06-15T08:51:12.928Z Compiling digest v0.11.3
27152026-06-15T08:51:13.059Z Compiling compression-codecs v0.4.38
27162026-06-15T08:51:13.130Z Compiling rand v0.8.6
27172026-06-15T08:51:13.522Z Compiling toml_datetime v1.1.1+spec-1.1.0
27182026-06-15T08:51:13.604Z Compiling encoding_rs v0.8.35
27192026-06-15T08:51:13.939Z Compiling spin v0.9.8
27202026-06-15T08:51:14.059Z Compiling rustix v0.38.44
27212026-06-15T08:51:14.076Z Compiling mime v0.3.17
27222026-06-15T08:51:14.125Z Compiling toml v1.1.2+spec-1.1.0
27232026-06-15T08:51:14.349Z Compiling async-compression v0.4.42
27242026-06-15T08:51:14.538Z Compiling sha1 v0.11.0
27252026-06-15T08:51:14.570Z Compiling async-stream v0.3.6
27262026-06-15T08:51:14.822Z Compiling block-buffer v0.10.4
27272026-06-15T08:51:14.858Z Compiling waitgroup v0.1.2
27282026-06-15T08:51:14.954Z Compiling rustls-pemfile v2.2.0
27292026-06-15T08:51:15.001Z Compiling serde_path_to_error v0.1.20
27302026-06-15T08:51:15.021Z Compiling hostname v0.4.2
27312026-06-15T08:51:15.192Z Compiling digest v0.10.7
27322026-06-15T08:51:15.450Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27332026-06-15T08:51:15.800Z Compiling parse-display-derive v0.10.0
27342026-06-15T08:51:16.022Z Compiling regress v0.10.5
27352026-06-15T08:51:16.705Z Compiling atomicwrites v0.4.4
27362026-06-15T08:51:17.113Z Compiling strum v0.26.3
27372026-06-15T08:51:17.260Z Compiling macaddr v1.0.1
27382026-06-15T08:51:17.437Z Compiling wait-timeout v0.2.1
27392026-06-15T08:51:17.675Z Compiling bit-vec v0.8.0
27402026-06-15T08:51:17.912Z Compiling quick-error v1.2.3
27412026-06-15T08:51:17.963Z Compiling bit-set v0.8.0
27422026-06-15T08:51:18.031Z Compiling rusty-fork v0.3.1
27432026-06-15T08:51:18.226Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27442026-06-15T08:51:18.325Z Compiling serde_with v3.21.0
27452026-06-15T08:51:18.446Z Compiling rand_xorshift v0.4.0
27462026-06-15T08:51:18.763Z Compiling unicode-width v0.2.2
27472026-06-15T08:51:18.782Z Compiling unarray v0.1.4
27482026-06-15T08:51:18.908Z Compiling proptest v1.11.0
27492026-06-15T08:51:18.920Z Compiling strum v0.27.2
27502026-06-15T08:51:18.990Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27512026-06-15T08:51:19.091Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27522026-06-15T08:51:19.303Z Compiling instant v0.1.13
27532026-06-15T08:51:19.445Z Compiling cpufeatures v0.2.17
27542026-06-15T08:51:19.538Z Compiling iddqd v0.4.4
27552026-06-15T08:51:19.736Z Compiling itertools v0.14.0
27562026-06-15T08:51:20.062Z Compiling clap_derive v4.6.1
27572026-06-15T08:51:20.766Z Compiling utf8parse v0.2.2
27582026-06-15T08:51:21.075Z Compiling anstyle-parse v1.0.0
27592026-06-15T08:51:21.301Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27602026-06-15T08:51:21.461Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27612026-06-15T08:51:21.474Z Compiling backon v1.6.0
27622026-06-15T08:51:21.674Z Compiling terminal_size v0.4.4
27632026-06-15T08:51:21.774Z Compiling anstyle-query v1.1.5
27642026-06-15T08:51:21.899Z Compiling colorchoice v1.0.5
27652026-06-15T08:51:21.922Z Compiling anstyle v1.0.14
27662026-06-15T08:51:22.011Z Compiling is_terminal_polyfill v1.70.2
27672026-06-15T08:51:22.114Z Compiling anstream v1.0.0
27682026-06-15T08:51:22.133Z Compiling backoff v0.4.0
27692026-06-15T08:51:22.193Z Compiling parse-display v0.10.0
27702026-06-15T08:51:22.352Z Compiling toml_edit v0.25.12+spec-1.1.0
27712026-06-15T08:51:22.612Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27722026-06-15T08:51:23.146Z Compiling clap_lex v1.1.0
27732026-06-15T08:51:23.242Z Compiling humantime v2.3.0
27742026-06-15T08:51:23.700Z Compiling clap_builder v4.6.0
27752026-06-15T08:51:23.882Z Compiling proc-macro-crate v3.5.0
27762026-06-15T08:51:24.674Z Compiling regress v0.11.1
27772026-06-15T08:51:25.611Z Compiling clap v4.6.1
27782026-06-15T08:51:25.703Z Compiling num_enum_derive v0.7.6
27792026-06-15T08:51:26.218Z Compiling typify-impl v0.6.2
27802026-06-15T08:51:26.954Z Compiling num_enum v0.7.6
27812026-06-15T08:51:28.008Z Compiling crucible-workspace-hack v0.1.0
27822026-06-15T08:51:28.618Z Compiling zerocopy-derive v0.7.35
27832026-06-15T08:51:29.145Z Compiling unsafe-libyaml v0.2.11
27842026-06-15T08:51:29.537Z Compiling typify-macro v0.6.2
27852026-06-15T08:51:29.662Z Compiling serde_yaml v0.9.34+deprecated
27862026-06-15T08:51:31.033Z Compiling convert_case v0.4.0
27872026-06-15T08:51:31.300Z Compiling toml_datetime v0.6.11
27882026-06-15T08:51:31.333Z Compiling derive_more v0.99.20
27892026-06-15T08:51:31.760Z Compiling typify v0.6.2
27902026-06-15T08:51:32.747Z Compiling secrecy v0.10.3
27912026-06-15T08:51:32.915Z Compiling proc-macro-error-attr v1.0.4
27922026-06-15T08:51:33.595Z Compiling tinyvec_macros v0.1.1
27932026-06-15T08:51:33.671Z Compiling prettyplease v0.2.37
27942026-06-15T08:51:33.936Z Compiling tinyvec v1.11.0
27952026-06-15T08:51:34.878Z Compiling zerocopy v0.7.35
27962026-06-15T08:51:35.236Z Compiling crossbeam-epoch v0.9.18
27972026-06-15T08:51:35.502Z Compiling scroll_derive v0.12.1
27982026-06-15T08:51:35.566Z Compiling rustc_version v0.4.1
27992026-06-15T08:51:35.646Z Compiling num-integer v0.1.46
28002026-06-15T08:51:35.747Z Compiling proc-macro-error v1.0.4
28012026-06-15T08:51:35.843Z Compiling usdt-impl v0.5.0
28022026-06-15T08:51:36.010Z Compiling pkg-config v0.3.33
28032026-06-15T08:51:36.128Z Compiling winnow v0.7.15
28042026-06-15T08:51:36.233Z Compiling data-encoding v2.11.0
28052026-06-15T08:51:36.572Z Compiling scroll v0.12.0
28062026-06-15T08:51:36.833Z Compiling curve25519-dalek v4.1.3
28072026-06-15T08:51:37.184Z Compiling dof v0.3.0
28082026-06-15T08:51:38.006Z Compiling dtrace-parser v0.2.0
28092026-06-15T08:51:38.192Z Compiling hmac v0.12.1
28102026-06-15T08:51:38.310Z Compiling darling_core v0.21.3
28112026-06-15T08:51:38.352Z Compiling inout v0.1.4
28122026-06-15T08:51:38.413Z Compiling ff v0.13.1
28132026-06-15T08:51:38.613Z Compiling thread-id v4.2.2
28142026-06-15T08:51:38.707Z Compiling bstr v1.12.1
28152026-06-15T08:51:38.766Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-06-15T08:51:38.939Z Compiling static_assertions v1.1.0
28172026-06-15T08:51:39.453Z Compiling group v0.13.0
28182026-06-15T08:51:39.550Z Compiling cipher v0.4.4
28192026-06-15T08:51:39.636Z Compiling hkdf v0.12.4
28202026-06-15T08:51:40.214Z Compiling goblin v0.8.2
28212026-06-15T08:51:40.382Z Compiling num-rational v0.4.2
28222026-06-15T08:51:40.407Z Compiling num-iter v0.1.45
28232026-06-15T08:51:40.439Z Compiling darling_macro v0.21.3
28242026-06-15T08:51:41.060Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
28252026-06-15T08:51:41.280Z Compiling universal-hash v0.5.1
28262026-06-15T08:51:41.414Z Compiling hubpack_derive v0.1.1
28272026-06-15T08:51:41.432Z Compiling thiserror-impl-no-std v2.0.2
28282026-06-15T08:51:41.565Z Compiling crypto-bigint v0.5.5
28292026-06-15T08:51:42.054Z Compiling half v2.7.1
28302026-06-15T08:51:42.320Z Compiling serde_repr v0.1.20
28312026-06-15T08:51:42.408Z Compiling curve25519-dalek-derive v0.1.1
28322026-06-15T08:51:42.930Z Compiling num-complex v0.4.6
28332026-06-15T08:51:43.499Z Compiling nom v8.0.0
28342026-06-15T08:51:43.520Z Compiling memoffset v0.9.1
28352026-06-15T08:51:43.616Z Compiling opaque-debug v0.3.1
28362026-06-15T08:51:43.794Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28372026-06-15T08:51:43.818Z Compiling colored v3.1.1
28382026-06-15T08:51:43.842Z Compiling base16ct v0.2.0
28392026-06-15T08:51:44.049Z Compiling base64ct v1.8.3
28402026-06-15T08:51:44.651Z Compiling heck v0.4.1
28412026-06-15T08:51:44.732Z Compiling cfg_aliases v0.2.1
28422026-06-15T08:51:44.814Z Compiling ciborium-io v0.2.2
28432026-06-15T08:51:44.854Z Compiling indent_write v2.2.0
28442026-06-15T08:51:44.866Z Compiling nix v0.31.3
28452026-06-15T08:51:44.917Z Compiling ciborium-ll v0.2.2
28462026-06-15T08:51:45.465Z Compiling password-hash v0.5.0
28472026-06-15T08:51:45.976Z Compiling elliptic-curve v0.13.8
28482026-06-15T08:51:46.279Z Compiling poly1305 v0.8.0
28492026-06-15T08:51:46.667Z Compiling num v0.4.3
28502026-06-15T08:51:46.897Z Compiling thiserror-no-std v2.0.2
28512026-06-15T08:51:46.999Z Compiling hubpack v0.1.2
28522026-06-15T08:51:47.455Z Compiling darling v0.21.3
28532026-06-15T08:51:48.231Z Compiling chacha20 v0.9.1
28542026-06-15T08:51:48.530Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
28552026-06-15T08:51:49.177Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28562026-06-15T08:51:49.526Z Compiling tabwriter v1.4.1
28572026-06-15T08:51:49.793Z Compiling blake2 v0.10.6
28582026-06-15T08:51:49.876Z Compiling aead v0.5.2
28592026-06-15T08:51:49.937Z Compiling byte-wrapper v0.1.0
28602026-06-15T08:51:50.062Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28612026-06-15T08:51:50.283Z Compiling foreign-types-macros v0.2.3
28622026-06-15T08:51:51.119Z Compiling keccak v0.1.6
28632026-06-15T08:51:51.131Z Compiling float-ord v0.3.2
28642026-06-15T08:51:51.245Z Compiling heapless v0.8.0
28652026-06-15T08:51:51.274Z Compiling foreign-types-shared v0.3.1
28662026-06-15T08:51:51.374Z Compiling foreign-types v0.5.0
28672026-06-15T08:51:51.459Z Compiling sha3 v0.10.9
28682026-06-15T08:51:51.831Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28692026-06-15T08:51:51.847Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
28702026-06-15T08:51:51.938Z Compiling argon2 v0.5.3
28712026-06-15T08:51:52.448Z Compiling chacha20poly1305 v0.10.1
28722026-06-15T08:51:53.177Z Compiling ingot-macros v0.1.1
28732026-06-15T08:51:54.097Z Compiling vsss-rs v3.3.4
28742026-06-15T08:51:55.788Z Compiling ciborium v0.2.2
28752026-06-15T08:51:55.822Z Compiling rustls-webpki v0.103.13
28762026-06-15T08:51:56.068Z Compiling usdt-attr-macro v0.5.0
28772026-06-15T08:51:56.616Z Compiling usdt-macro v0.5.0
28782026-06-15T08:51:57.470Z Compiling progenitor-impl v0.14.0
28792026-06-15T08:51:58.115Z Compiling chacha20 v0.10.0
28802026-06-15T08:51:58.238Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28812026-06-15T08:51:58.790Z Compiling hash32 v0.3.1
28822026-06-15T08:51:58.965Z Compiling enum-as-inner v0.6.1
28832026-06-15T08:51:59.065Z Compiling num-derive v0.4.2
28842026-06-15T08:51:59.226Z Compiling memmap v0.7.0
28852026-06-15T08:51:59.464Z Compiling cstr-argument v0.1.2
28862026-06-15T08:51:59.541Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28872026-06-15T08:51:59.565Z Compiling semver v0.1.20
28882026-06-15T08:51:59.632Z Compiling winnow v0.5.40
28892026-06-15T08:51:59.883Z Compiling rayon-core v1.13.0
28902026-06-15T08:52:00.025Z Compiling smoltcp v0.11.0
28912026-06-15T08:52:00.111Z Compiling rustc_version v0.1.7
28922026-06-15T08:52:00.149Z Compiling tokio-rustls v0.26.4
28932026-06-15T08:52:00.316Z Compiling rustls-platform-verifier v0.7.0
28942026-06-15T08:52:00.336Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28952026-06-15T08:52:00.410Z Compiling hyper-rustls v0.27.9
28962026-06-15T08:52:00.741Z Compiling reqwest v0.13.4
28972026-06-15T08:52:00.918Z Compiling toml_edit v0.19.15
28982026-06-15T08:52:00.975Z Compiling progenitor-macro v0.14.0
28992026-06-15T08:52:01.013Z Compiling usdt v0.5.0
29002026-06-15T08:52:01.710Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29012026-06-15T08:52:01.933Z Compiling rand v0.10.1
29022026-06-15T08:52:02.111Z Compiling progenitor-client v0.14.0
29032026-06-15T08:52:02.598Z Compiling progenitor-extras v0.2.0
29042026-06-15T08:52:02.719Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29052026-06-15T08:52:02.847Z Compiling ingot-types v0.1.2
29062026-06-15T08:52:02.881Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29072026-06-15T08:52:03.312Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29082026-06-15T08:52:03.499Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29092026-06-15T08:52:03.844Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29102026-06-15T08:52:05.280Z Compiling similar v2.7.0
29112026-06-15T08:52:08.094Z Compiling crossbeam-deque v0.8.6
29122026-06-15T08:52:08.521Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29132026-06-15T08:52:14.194Z Compiling serde_spanned v0.6.9
29142026-06-15T08:52:14.357Z Compiling cobs v0.3.0
29152026-06-15T08:52:14.654Z Compiling bytecount v0.6.9
29162026-06-15T08:52:14.864Z Compiling toml_write v0.1.2
29172026-06-15T08:52:15.117Z Compiling managed v0.8.0
29182026-06-15T08:52:15.392Z Compiling bitflags v1.3.2
29192026-06-15T08:52:15.484Z Compiling vcpkg v0.2.15
29202026-06-15T08:52:16.192Z Compiling lazy_static v1.5.0
29212026-06-15T08:52:16.315Z Compiling openssl-sys v0.9.117
29222026-06-15T08:52:16.916Z Compiling toml_edit v0.22.27
29232026-06-15T08:52:17.553Z Compiling postcard v1.1.3
29242026-06-15T08:52:17.566Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29252026-06-15T08:52:17.848Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29262026-06-15T08:52:18.671Z Compiling progenitor v0.14.0
29272026-06-15T08:52:18.831Z Compiling ingot v0.1.1
29282026-06-15T08:52:20.127Z Compiling proc-macro-crate v1.3.1
29292026-06-15T08:52:20.378Z Compiling newtype_derive v0.1.6
29302026-06-15T08:52:20.462Z Compiling itertools v0.12.1
29312026-06-15T08:52:20.650Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29322026-06-15T08:52:20.942Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29332026-06-15T08:52:21.044Z Compiling resolv-conf v0.7.6
29342026-06-15T08:52:21.083Z Compiling owo-colors v4.3.0
29352026-06-15T08:52:21.096Z Compiling swrite v0.1.0
29362026-06-15T08:52:21.214Z Compiling linked-hash-map v0.5.6
29372026-06-15T08:52:21.227Z Compiling unicode-segmentation v1.13.3
29382026-06-15T08:52:21.509Z Compiling lru-cache v0.1.2
29392026-06-15T08:52:21.662Z Compiling newline-converter v0.3.0
29402026-06-15T08:52:21.790Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29412026-06-15T08:52:21.866Z Compiling num_enum_derive v0.5.11
29422026-06-15T08:52:21.879Z Compiling rayon v1.12.0
29432026-06-15T08:52:21.946Z Compiling toml v0.8.23
29442026-06-15T08:52:22.169Z Compiling hickory-proto v0.24.4
29452026-06-15T08:52:22.524Z Compiling console v0.15.11
29462026-06-15T08:52:22.906Z Compiling camino-tempfile v1.4.1
29472026-06-15T08:52:23.089Z Compiling serde-big-array v0.5.1
29482026-06-15T08:52:23.260Z Compiling derive-where v1.6.1
29492026-06-15T08:52:23.367Z Compiling pin-project-internal v1.1.13
29502026-06-15T08:52:23.473Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29512026-06-15T08:52:23.848Z Compiling siphasher v1.0.3
29522026-06-15T08:52:24.037Z Compiling minimal-lexical v0.2.1
29532026-06-15T08:52:24.107Z Compiling phf_shared v0.12.1
29542026-06-15T08:52:24.296Z Compiling nom v7.1.3
29552026-06-15T08:52:24.344Z Compiling hickory-resolver v0.24.4
29562026-06-15T08:52:24.511Z Compiling pin-project v1.1.13
29572026-06-15T08:52:24.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29582026-06-15T08:52:24.914Z Compiling expectorate v1.2.0
29592026-06-15T08:52:25.140Z Compiling num_enum v0.5.11
29602026-06-15T08:52:25.629Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29612026-06-15T08:52:27.055Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
29622026-06-15T08:52:27.859Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29632026-06-15T08:52:28.477Z Compiling zone_cfg_derive v0.3.1
29642026-06-15T08:52:29.229Z Compiling unicode-normalization v0.1.25
29652026-06-15T08:52:29.855Z Compiling tokio-stream v0.1.18
29662026-06-15T08:52:29.896Z Compiling async-recursion v1.1.1
29672026-06-15T08:52:30.181Z Compiling snafu-derive v0.8.9
29682026-06-15T08:52:30.426Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29692026-06-15T08:52:30.618Z Compiling slog-dtrace v0.3.0
29702026-06-15T08:52:30.776Z Compiling csv-core v0.1.13
29712026-06-15T08:52:30.899Z Compiling unicode-width v0.1.14
29722026-06-15T08:52:31.200Z Compiling foreign-types-shared v0.1.1
29732026-06-15T08:52:31.236Z Compiling konst_macro_rules v0.2.19
29742026-06-15T08:52:31.309Z Compiling cancel-safe-futures v0.1.5
29752026-06-15T08:52:31.446Z Compiling openssl v0.10.81
29762026-06-15T08:52:31.600Z Compiling unicode-xid v0.2.6
29772026-06-15T08:52:31.740Z Compiling highway v1.3.0
29782026-06-15T08:52:31.764Z Compiling smawk v0.3.2
29792026-06-15T08:52:31.936Z Compiling chrono-tz v0.10.4
29802026-06-15T08:52:31.949Z Compiling unicode-linebreak v0.1.5
29812026-06-15T08:52:31.965Z Compiling same-file v1.0.6
29822026-06-15T08:52:32.168Z Compiling foldhash v0.1.5
29832026-06-15T08:52:32.224Z Compiling textwrap v0.16.2
29842026-06-15T08:52:32.236Z Compiling walkdir v2.5.0
29852026-06-15T08:52:32.426Z Compiling hashbrown v0.15.5
29862026-06-15T08:52:32.463Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29872026-06-15T08:52:32.966Z Compiling snafu v0.8.9
29882026-06-15T08:52:33.104Z Compiling const_format_proc_macros v0.2.34
29892026-06-15T08:52:33.601Z Compiling konst v0.2.20
29902026-06-15T08:52:33.794Z Compiling foreign-types v0.3.2
29912026-06-15T08:52:33.887Z Compiling csv v1.4.0
29922026-06-15T08:52:34.029Z Compiling qorb v0.4.1
29932026-06-15T08:52:34.047Z Compiling olpc-cjson v0.1.4
29942026-06-15T08:52:34.070Z Compiling zone v0.3.1
29952026-06-15T08:52:34.266Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29962026-06-15T08:52:34.857Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29972026-06-15T08:52:37.823Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
29982026-06-15T08:52:38.383Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-06-15T08:52:38.419Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30002026-06-15T08:52:38.522Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30012026-06-15T08:52:38.941Z Compiling phf v0.12.1
30022026-06-15T08:52:39.609Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30032026-06-15T08:52:40.019Z Compiling tokio-dtrace v0.1.1
30042026-06-15T08:52:40.357Z Compiling globset v0.4.18
30052026-06-15T08:52:40.714Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30062026-06-15T08:52:40.943Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30072026-06-15T08:52:41.091Z Compiling smf v0.2.3
30082026-06-15T08:52:41.586Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30092026-06-15T08:52:42.219Z Compiling libsw-core v0.3.2
30102026-06-15T08:52:42.240Z Compiling pem v3.0.6
30112026-06-15T08:52:42.322Z Compiling serde_plain v1.0.2
30122026-06-15T08:52:42.408Z Compiling openssl-macros v0.1.1
30132026-06-15T08:52:42.623Z Compiling cookie v0.18.1
30142026-06-15T08:52:42.897Z Compiling sigpipe v0.1.3
30152026-06-15T08:52:42.920Z Compiling jiff v0.2.28
30162026-06-15T08:52:42.934Z Compiling fixedbitset v0.5.7
30172026-06-15T08:52:42.999Z Compiling glob v0.3.3
30182026-06-15T08:52:43.340Z Compiling fixedbitset v0.4.2
30192026-06-15T08:52:43.469Z Compiling typed-path v0.9.3
30202026-06-15T08:52:43.727Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30212026-06-15T08:52:43.818Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30222026-06-15T08:52:43.956Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30232026-06-15T08:52:44.108Z Compiling petgraph v0.6.5
30242026-06-15T08:52:44.558Z Compiling tough v0.22.0
30252026-06-15T08:52:45.954Z Compiling petgraph v0.8.3
30262026-06-15T08:52:46.429Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30272026-06-15T08:52:46.813Z Compiling libsw v3.5.0
30282026-06-15T08:52:47.015Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30292026-06-15T08:52:48.360Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30302026-06-15T08:52:48.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30312026-06-15T08:52:48.488Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30322026-06-15T08:52:48.635Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30332026-06-15T08:52:48.705Z Compiling oxide-tokio-rt v0.1.6
30342026-06-15T08:52:48.753Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-15T08:52:52.288Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30362026-06-15T08:52:52.477Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30372026-06-15T08:52:53.077Z Compiling const_format v0.2.36
30382026-06-15T08:52:53.320Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
30392026-06-15T08:52:53.440Z Compiling papergrid v0.11.0
30402026-06-15T08:52:53.537Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30412026-06-15T08:52:53.614Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30422026-06-15T08:52:53.634Z Compiling libscf-sys v1.2.0
30432026-06-15T08:52:53.788Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30442026-06-15T08:52:53.970Z Compiling tabled_derive v0.7.0
30452026-06-15T08:52:54.183Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30462026-06-15T08:52:54.301Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30472026-06-15T08:52:54.433Z Compiling gethostname v0.5.0
30482026-06-15T08:52:54.622Z Compiling bcs v0.1.6
30492026-06-15T08:52:54.813Z Compiling linear-map v1.2.0
30502026-06-15T08:52:54.942Z Compiling tagptr v0.2.0
30512026-06-15T08:52:55.021Z Compiling whoami v1.6.1
30522026-06-15T08:52:55.040Z Compiling termtree v0.5.1
30532026-06-15T08:52:55.115Z Compiling moka v0.12.15
30542026-06-15T08:52:55.763Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30552026-06-15T08:52:55.946Z Compiling tabled v0.15.0
30562026-06-15T08:52:56.391Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30572026-06-15T08:52:56.868Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30582026-06-15T08:52:58.489Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30592026-06-15T08:52:58.718Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30602026-06-15T08:52:58.939Z Compiling steno v0.4.1
30612026-06-15T08:53:00.733Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30622026-06-15T08:53:02.671Z Compiling hickory-proto v0.25.2
30632026-06-15T08:53:03.835Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30642026-06-15T08:53:04.557Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30652026-06-15T08:53:05.192Z Compiling hickory-resolver v0.25.2
30662026-06-15T08:53:05.262Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30672026-06-15T08:53:05.380Z Compiling parking_lot_core v0.8.6
30682026-06-15T08:53:06.137Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30692026-06-15T08:53:06.933Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30702026-06-15T08:53:07.330Z Compiling crunchy v0.2.4
30712026-06-15T08:53:07.660Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30722026-06-15T08:53:07.752Z Compiling parking_lot v0.11.2
30732026-06-15T08:53:07.767Z Compiling typify-impl v0.4.3
30742026-06-15T08:53:08.658Z Compiling fxhash v0.2.1
30752026-06-15T08:53:08.813Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30762026-06-15T08:53:09.108Z Compiling proc-macro-error-attr2 v2.0.0
30772026-06-15T08:53:09.586Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30782026-06-15T08:53:09.855Z Compiling tiny-keccak v2.0.2
30792026-06-15T08:53:10.166Z Compiling proc-macro-error2 v2.0.1
30802026-06-15T08:53:10.470Z Compiling sled v0.34.7
30812026-06-15T08:53:10.857Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
30822026-06-15T08:53:11.144Z Compiling typify-macro v0.4.3
30832026-06-15T08:53:11.559Z Compiling arc-swap v1.9.1
30842026-06-15T08:53:11.917Z Compiling slog-scope v4.4.1
30852026-06-15T08:53:12.590Z Compiling tabled_derive v0.11.0
30862026-06-15T08:53:13.261Z Compiling papergrid v0.18.0
30872026-06-15T08:53:13.760Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30882026-06-15T08:53:14.333Z Compiling progenitor-impl v0.13.0
30892026-06-15T08:53:14.602Z Compiling testing_table v0.3.0
30902026-06-15T08:53:15.028Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30912026-06-15T08:53:15.224Z Compiling internet-checksum v0.2.1
30922026-06-15T08:53:15.359Z Compiling tabled v0.21.0
30932026-06-15T08:53:15.377Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30942026-06-15T08:53:16.377Z Compiling progenitor-macro v0.13.0
30952026-06-15T08:53:18.819Z Compiling const-random-macro v0.1.16
30962026-06-15T08:53:19.267Z Compiling slog-stdlog v4.1.1
30972026-06-15T08:53:19.642Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
30982026-06-15T08:53:19.708Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30992026-06-15T08:53:19.769Z Compiling progenitor-client v0.13.0
31002026-06-15T08:53:20.422Z Compiling dropshot-api-manager-types v0.7.2
31012026-06-15T08:53:20.729Z Compiling smartstring v1.0.1
31022026-06-15T08:53:21.000Z Compiling ahash v0.8.12
31032026-06-15T08:53:21.349Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31042026-06-15T08:53:21.361Z Compiling slog-envlogger v2.2.0
31052026-06-15T08:53:22.512Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
31062026-06-15T08:53:23.259Z Compiling progenitor v0.13.0
31072026-06-15T08:53:23.434Z Compiling const-random v0.1.18
31082026-06-15T08:53:24.295Z Compiling typify v0.4.3
31092026-06-15T08:53:25.991Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
31102026-06-15T08:53:27.280Z Compiling toml_datetime v0.7.5+spec-1.1.0
31112026-06-15T08:53:27.574Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31122026-06-15T08:53:28.237Z Compiling crc8 v0.1.1
31132026-06-15T08:53:28.370Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31142026-06-15T08:53:29.821Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31152026-06-15T08:53:30.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31162026-06-15T08:53:30.449Z Compiling toml v0.9.12+spec-1.1.0
31172026-06-15T08:53:31.710Z Compiling progenitor-impl v0.10.0
31182026-06-15T08:53:32.498Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31192026-06-15T08:53:33.216Z Compiling reqwest v0.12.28
31202026-06-15T08:53:33.774Z Compiling lzma-sys v0.1.20
31212026-06-15T08:53:34.241Z Compiling sha1 v0.10.6
31222026-06-15T08:53:34.673Z Compiling thin-vec v0.2.18
31232026-06-15T08:53:35.026Z Compiling rhai_codegen v3.2.0
31242026-06-15T08:53:35.439Z Compiling fs-err v3.3.0
31252026-06-15T08:53:35.722Z Compiling typeid v1.0.3
31262026-06-15T08:53:36.066Z Compiling utf-8 v0.7.6
31272026-06-15T08:53:36.294Z Compiling tungstenite v0.21.0
31282026-06-15T08:53:36.306Z Compiling rhai v1.25.1
31292026-06-15T08:53:38.578Z Compiling progenitor-client v0.10.0
31302026-06-15T08:53:39.120Z Compiling progenitor-macro v0.10.0
31312026-06-15T08:53:43.370Z Compiling cargo_toml v0.22.3
31322026-06-15T08:53:45.629Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31332026-06-15T08:53:47.237Z Compiling sha2 v0.10.9
31342026-06-15T08:53:47.425Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31352026-06-15T08:53:48.290Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-06-15T08:53:48.351Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31372026-06-15T08:53:48.502Z Compiling progenitor v0.10.0
31382026-06-15T08:53:48.804Z Compiling tokio-tungstenite v0.21.0
31392026-06-15T08:53:49.105Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31402026-06-15T08:53:49.163Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31412026-06-15T08:53:49.306Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31422026-06-15T08:53:49.592Z Compiling console v0.16.3
31432026-06-15T08:53:50.037Z Compiling git-stub v1.0.0
31442026-06-15T08:53:50.856Z Compiling base64 v0.21.7
31452026-06-15T08:53:50.949Z Compiling is_ci v1.2.0
31462026-06-15T08:53:51.138Z Compiling unit-prefix v0.5.2
31472026-06-15T08:53:51.317Z Compiling indicatif v0.18.4
31482026-06-15T08:53:51.373Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31492026-06-15T08:53:52.584Z Compiling supports-color v3.0.2
31502026-06-15T08:53:54.033Z Compiling git-stub-vcs v0.1.0
31512026-06-15T08:53:54.326Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31522026-06-15T08:53:54.849Z Compiling ron v0.12.1
31532026-06-15T08:53:55.325Z Compiling xz2 v0.1.7
31542026-06-15T08:53:55.647Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31552026-06-15T08:53:55.834Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31562026-06-15T08:53:56.345Z Compiling drift v0.2.0
31572026-06-15T08:53:57.013Z Compiling base16ct v1.0.0
31582026-06-15T08:53:58.646Z Compiling dropshot-api-manager v0.7.2
31592026-06-15T08:54:02.876Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31602026-06-15T08:54:04.068Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31612026-06-15T08:54:05.192Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31622026-06-15T08:54:06.550Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31632026-06-15T08:54:08.621Z Compiling natord v1.0.9
31642026-06-15T08:54:08.920Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31652026-06-15T08:54:09.018Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31662026-06-15T08:54:09.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31672026-06-15T08:54:09.772Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31682026-06-15T08:54:10.697Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31692026-06-15T08:54:21.483Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31702026-06-15T08:54:23.541Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31712026-06-15T08:54:23.887Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31722026-06-15T08:54:25.405Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31732026-06-15T08:54:26.234Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31742026-06-15T08:54:52.197Z Finished `release` profile [optimized] target(s) in 4m 22s
31752026-06-15T08:54:52.378Z
31762026-06-15T08:54:52.378Zreal 4:22.301530330
31772026-06-15T08:54:52.378Zuser 29:53.018280283
31782026-06-15T08:54:52.378Zsys 2:45.496620707
31792026-06-15T08:54:52.378Ztrap 0.759575799
31802026-06-15T08:54:52.378Ztflt 1.330576357
31812026-06-15T08:54:52.378Zdflt 1.591759866
31822026-06-15T08:54:52.378Zkflt 0.000076534
31832026-06-15T08:54:52.378Zlock 1:59:52.150906389
31842026-06-15T08:54:52.382Zslp 1:26:12.600197693
31852026-06-15T08:54:52.382Zlat 2:15.901170153
31862026-06-15T08:54:52.382Zstop 3:29.656500306
31872026-06-15T08:54:52.382Z+ for x in debug release
31882026-06-15T08:54:52.382Z+ mkdir -p /work/debug
31892026-06-15T08:54:52.382Z+ cp target/debug/ddmd /work/debug/ddmd
31902026-06-15T08:54:52.920Z+ cp target/debug/ddmadm /work/debug/ddmadm
31912026-06-15T08:54:53.284Z+ cp target/debug/mgd /work/debug/mgd
31922026-06-15T08:54:53.895Z+ cp target/debug/mgadm /work/debug/mgadm
31932026-06-15T08:54:54.401Z+ for x in debug release
31942026-06-15T08:54:54.404Z+ mkdir -p /work/release
31952026-06-15T08:54:54.404Z+ cp target/release/ddmd /work/release/ddmd
31962026-06-15T08:54:54.490Z+ cp target/release/ddmadm /work/release/ddmadm
31972026-06-15T08:54:54.568Z+ cp target/release/mgd /work/release/mgd
31982026-06-15T08:54:54.683Z+ cp target/release/mgadm /work/release/mgadm
31992026-06-15T08:54:54.785Z+ cp target/release/falcon-lab /work/release/falcon-lab
32002026-06-15T08:54:54.846Zprocess exited: duration 696384 ms, exit code 0
 
32012026-06-15T08:54:54.860Zfound 9 output files
32022026-06-15T08:54:54.860Zuploading: /work/debug/ddmadm (513298096 bytes)
32032026-06-15T08:55:00.782Zuploaded: /work/debug/ddmadm
32042026-06-15T08:55:00.782Zuploading: /work/debug/ddmd (591077384 bytes)
32052026-06-15T08:55:09.643Zuploaded: /work/debug/ddmd
32062026-06-15T08:55:09.644Zuploading: /work/debug/mgadm (607677648 bytes)
32072026-06-15T08:55:18.581Zuploaded: /work/debug/mgadm
32082026-06-15T08:55:18.581Zuploading: /work/debug/mgd (694497552 bytes)
32092026-06-15T08:55:28.455Zuploaded: /work/debug/mgd
32102026-06-15T08:55:28.466Zuploading: /work/release/ddmadm (47074176 bytes)
32112026-06-15T08:55:29.841Zuploaded: /work/release/ddmadm
32122026-06-15T08:55:29.841Zuploading: /work/release/ddmd (52919136 bytes)
32132026-06-15T08:55:31.416Zuploaded: /work/release/ddmd
32142026-06-15T08:55:31.416Zuploading: /work/release/falcon-lab (37813952 bytes)
32152026-06-15T08:55:32.822Zuploaded: /work/release/falcon-lab
32162026-06-15T08:55:32.822Zuploading: /work/release/mgadm (61701808 bytes)
32172026-06-15T08:55:34.392Zuploaded: /work/release/mgadm
32182026-06-15T08:55:34.392Zuploading: /work/release/mgd (73150216 bytes)
32192026-06-15T08:55:35.852Zuploaded: /work/release/mgd