01M0BEKV4XP96JQK6PFA5ZRJ3R: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.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: 01M0BEMA3BPS6MPQFMMH34AAJF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T22:08:05.170Zjob assigned to worker 01M0BEMDGPQX6QQRN9G7RHBH2C [factory aws, i-070b581ed242e182d] (queued for 45 s)
 
22026-08-18T22:08:11.882Zstarting task 0: "setup"
32026-08-18T22:08:11.887Z++ uname -s
42026-08-18T22:08:11.891Z+ kern=SunOS
52026-08-18T22:08:11.891Z+ build_user=build
62026-08-18T22:08:11.891Z+ build_uid=12345
72026-08-18T22:08:11.891Z+ work_dir=/work
82026-08-18T22:08:11.891Z+ input_dir=/input
92026-08-18T22:08:11.891Z+ [[ 0 == 12345 ]]
102026-08-18T22:08:11.891Z+ case "$kern" in
112026-08-18T22:08:11.891Z+ groupadd -g 12345 build
122026-08-18T22:08:11.891Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T22:08:13.895Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T22:08:13.951Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T22:08:13.954Z+ home_fs=zfs
162026-08-18T22:08:13.954Z+ [[ zfs == autofs ]]
172026-08-18T22:08:13.954Z+ mkdir -p /home/build
182026-08-18T22:08:13.954Z+ chown build:build /home/build /work
192026-08-18T22:08:15.960Z+ chmod 0700 /home/build /work
202026-08-18T22:08:15.963Zprocess exited: duration 4074 ms, exit code 0
 
212026-08-18T22:08:15.972Zstarting task 1: "rust-toolchain"
222026-08-18T22:08:15.975Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T22:08:15.976Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-18T22:08:15.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-18T22:08:15.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-18T22:08:15.976Z * rust toolchain channel = "stable"
272026-08-18T22:08:15.976Z * rust toolchain profile = "default"
282026-08-18T22:08:15.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T22:08:15.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T22:08:16.081Zinfo: downloading installer
312026-08-18T22:08:17.466Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T22:08:17.466Zwarn: /home/build/.rustup/settings.toml
332026-08-18T22:08:17.466Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T22:08:17.466Zwarn: instead of the one inferred from the default host triple.
352026-08-18T22:08:17.479Zinfo: profile set to default
362026-08-18T22:08:17.479Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T22:08:17.482Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-18T22:08:17.612Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T22:08:17.619Zinfo: downloading 6 components
402026-08-18T22:08:33.594Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-18T22:08:33.594Z
422026-08-18T22:08:33.620Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T22:08:33.620Z
442026-08-18T22:08:33.620Z
452026-08-18T22:08:33.620ZRust is installed now. Great!
462026-08-18T22:08:33.620Z
472026-08-18T22:08:33.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T22:08:33.620Zenvironment variable. This has not been done automatically.
492026-08-18T22:08:33.620Z
502026-08-18T22:08:33.620ZTo configure your current shell, you need to source
512026-08-18T22:08:33.620Zthe corresponding env file under $HOME/.cargo.
522026-08-18T22:08:33.622Z
532026-08-18T22:08:33.622ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T22:08:33.625Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T22:08:33.625Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T22:08:33.625Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T22:08:33.625Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T22:08:33.625Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T22:08:33.625Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T22:08:33.625Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T22:08:33.625Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T22:08:33.709Z+ rustup --version
632026-08-18T22:08:33.718Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T22:08:33.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T22:08:33.740Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T22:08:33.743Z+ cargo --version
672026-08-18T22:08:33.758Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T22:08:33.761Z+ rustc --version
692026-08-18T22:08:33.779Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T22:08:33.783Zprocess exited: duration 17808 ms, exit code 0
 
712026-08-18T22:08:33.789Zstarting task 2: "authentication"
722026-08-18T22:08:33.805Zprocess exited: duration 16 ms, exit code 0
 
732026-08-18T22:08:33.811Zstarting task 3: "clone repository"
742026-08-18T22:08:33.814Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-18T22:08:33.817Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-18T22:08:33.843ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-18T22:08:35.292Z+ cd /work/oxidecomputer/maghemite
782026-08-18T22:08:35.292Z+ git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425
792026-08-18T22:08:35.581ZFrom https://github.com/oxidecomputer/maghemite
802026-08-18T22:08:35.581Z * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD
812026-08-18T22:08:35.587Z+ [[ -n spr/trey/add-ddm_apply-api-endpoint ]]
822026-08-18T22:08:35.590Z++ git branch --show-current
832026-08-18T22:08:35.590Z+ current=main
842026-08-18T22:08:35.590Z+ [[ main != spr/trey/add-ddm_apply-api-endpoint ]]
852026-08-18T22:08:35.590Z+ git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425
862026-08-18T22:08:35.593Z+ git checkout -f spr/trey/add-ddm_apply-api-endpoint
872026-08-18T22:08:35.611ZSwitched to branch 'spr/trey/add-ddm_apply-api-endpoint'
882026-08-18T22:08:35.614Z+ git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425
892026-08-18T22:08:35.630ZHEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
902026-08-18T22:08:35.634Zprocess exited: duration 1819 ms, exit code 0
 
912026-08-18T22:08:35.641Zstarting task 4: "build"
922026-08-18T22:08:35.644Z+ source .github/buildomat/common.sh
932026-08-18T22:08:35.649Z++ export PKG_SUCCESS_ON_NOP=1
942026-08-18T22:08:35.649Z++ PKG_SUCCESS_ON_NOP=1
952026-08-18T22:08:35.649Z++ cargo --version
962026-08-18T22:08:35.652Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
972026-08-18T22:08:35.788Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
982026-08-18T22:08:35.792Zinfo: downloading 6 components
992026-08-18T22:08:51.901Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-18T22:08:51.905Z++ rustc --version
1012026-08-18T22:08:51.929Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-18T22:08:51.933Z+ pfexec pkg install clang-15
1032026-08-18T22:08:53.168Z Startup: Refreshing catalog 'helios' ... Done
1042026-08-18T22:08:53.780Z Startup: Caching catalogs ... Done
1052026-08-18T22:08:55.535ZPlanning: Solver setup ... Done
1062026-08-18T22:08:55.589ZPlanning: Running solver ... Done
1072026-08-18T22:08:55.624ZPlanning: Consolidating action changes ... Done
1082026-08-18T22:08:55.627ZPlanning: Evaluating mediators ... Done
1092026-08-18T22:08:55.627ZPlanning: Planning completed in 1.81 seconds
1102026-08-18T22:08:55.642ZNo updates necessary for this image.
1112026-08-18T22:08:55.840Z+ banner check
1122026-08-18T22:08:55.843Z
1132026-08-18T22:08:55.843Z #### # # ###### #### # #
1142026-08-18T22:08:55.843Z # # # # # # # # #
1152026-08-18T22:08:55.843Z # ###### ##### # ####
1162026-08-18T22:08:55.843Z # # # # # # #
1172026-08-18T22:08:55.843Z # # # # # # # # #
1182026-08-18T22:08:55.844Z #### # # ###### #### # #
1192026-08-18T22:08:55.844Z
1202026-08-18T22:08:55.844Z+ cargo fmt -- --check
1212026-08-18T22:08:56.265Z+ cargo clippy --all-targets -- --deny warnings
1222026-08-18T22:08:56.379Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-08-18T22:08:56.998ZFrom https://github.com/oxidecomputer/falcon
1242026-08-18T22:08:57.001Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1252026-08-18T22:08:57.074Z Updating crates.io index
1262026-08-18T22:08:57.077Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272026-08-18T22:08:57.519ZFrom https://github.com/oxidecomputer/dendrite
1282026-08-18T22:08:57.519Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1292026-08-18T22:08:57.553Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-08-18T22:08:57.851ZFrom https://github.com/oxidecomputer/ispf
1312026-08-18T22:08:57.852Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1322026-08-18T22:08:57.857Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-08-18T22:08:58.247ZFrom https://github.com/oxidecomputer/netadm-sys
1342026-08-18T22:08:58.247Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1352026-08-18T22:08:58.254Z Updating git repository `https://github.com/oxidecomputer/omicron`
1362026-08-18T22:09:04.856ZFrom https://github.com/oxidecomputer/omicron
1372026-08-18T22:09:04.856Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1382026-08-18T22:09:05.275Z Updating git repository `https://github.com/oxidecomputer/opte`
1392026-08-18T22:09:06.107ZFrom https://github.com/oxidecomputer/opte
1402026-08-18T22:09:06.107Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1412026-08-18T22:09:06.136Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1422026-08-18T22:09:06.658ZFrom https://github.com/oxidecomputer/slog-error-chain
1432026-08-18T22:09:06.659Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1442026-08-18T22:09:06.668Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-08-18T22:09:06.963ZFrom https://github.com/illumos/smf-rs
1462026-08-18T22:09:06.963Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1472026-08-18T22:09:06.969Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1482026-08-18T22:09:07.275ZFrom https://github.com/oxidecomputer/network-interface
1492026-08-18T22:09:07.276Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1502026-08-18T22:09:07.282Z Updating git repository `https://github.com/oxidecomputer/zone`
1512026-08-18T22:09:07.578ZFrom https://github.com/oxidecomputer/zone
1522026-08-18T22:09:07.578Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1532026-08-18T22:09:07.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
1542026-08-18T22:09:08.215ZFrom https://github.com/oxidecomputer/propolis
1552026-08-18T22:09:08.215Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1562026-08-18T22:09:08.258Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1572026-08-18T22:09:08.901ZFrom https://github.com/oxidecomputer/transceiver-control
1582026-08-18T22:09:08.901Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1592026-08-18T22:09:08.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1602026-08-18T22:09:09.241ZFrom https://github.com/oxidecomputer/dlpi-sys
1612026-08-18T22:09:09.241Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1622026-08-18T22:09:09.249Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1632026-08-18T22:09:09.558ZFrom https://github.com/jmesmon/rust-libzfs
1642026-08-18T22:09:09.558Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1652026-08-18T22:09:09.563Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1662026-08-18T22:09:09.871ZFrom https://github.com/oxidecomputer/rusty-doors
1672026-08-18T22:09:09.872Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1682026-08-18T22:09:09.878Z Updating git repository `https://github.com/oxidecomputer/lldp`
1692026-08-18T22:09:10.271ZFrom https://github.com/oxidecomputer/lldp
1702026-08-18T22:09:10.271Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1712026-08-18T22:09:10.285Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1722026-08-18T22:09:10.662ZFrom https://github.com/oxidecomputer/tufaceous
1732026-08-18T22:09:10.662Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1742026-08-18T22:09:10.672Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1752026-08-18T22:09:11.828ZFrom https://github.com/oxidecomputer/management-gateway-service
1762026-08-18T22:09:11.828Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1772026-08-18T22:09:11.841Z Updating git repository `https://github.com/oxidecomputer/crucible`
1782026-08-18T22:09:12.652ZFrom https://github.com/oxidecomputer/crucible
1792026-08-18T22:09:12.652Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1802026-08-18T22:09:12.698Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1812026-08-18T22:09:12.993ZFrom https://github.com/oxidecomputer/serde_human_bytes
1822026-08-18T22:09:12.993Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1832026-08-18T22:09:13.002Z Updating git repository `https://github.com/oxidecomputer/propolis`
1842026-08-18T22:09:13.482ZFrom https://github.com/oxidecomputer/propolis
1852026-08-18T22:09:13.482Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1862026-08-18T22:09:13.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
1872026-08-18T22:09:14.124ZFrom https://github.com/oxidecomputer/crucible
1882026-08-18T22:09:14.124Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1892026-08-18T22:09:14.184Z Updating git repository `https://github.com/oxidecomputer/tofino`
1902026-08-18T22:09:14.598ZFrom https://github.com/oxidecomputer/tofino
1912026-08-18T22:09:14.599Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1922026-08-18T22:09:14.612Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1932026-08-18T22:09:15.349ZFrom https://github.com/oxidecomputer/maghemite
1942026-08-18T22:09:15.350Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1952026-08-18T22:09:15.380Z Updating git repository `https://github.com/oxidecomputer/clickward`
1962026-08-18T22:09:15.711ZFrom https://github.com/oxidecomputer/clickward
1972026-08-18T22:09:15.712Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1982026-08-18T22:09:15.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1992026-08-18T22:09:16.019ZFrom https://github.com/oxidecomputer/illumos-devinfo
2002026-08-18T22:09:16.019Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2012026-08-18T22:09:17.901Z Downloading crates ...
2022026-08-18T22:09:17.941Z Downloaded cfg-if v1.0.4
2032026-08-18T22:09:17.949Z Downloaded adler2 v2.0.1
2042026-08-18T22:09:17.952Z Downloaded bs58 v0.5.1
2052026-08-18T22:09:17.955Z Downloaded arc-swap v1.9.2
2062026-08-18T22:09:17.958Z Downloaded cstr-argument v0.1.2
2072026-08-18T22:09:17.958Z Downloaded block-buffer v0.10.4
2082026-08-18T22:09:17.958Z Downloaded compression-codecs v0.4.38
2092026-08-18T22:09:17.966Z Downloaded darling v0.23.0
2102026-08-18T22:09:17.969Z Downloaded const_format_proc_macros v0.2.34
2112026-08-18T22:09:17.974Z Downloaded lru-slab v0.1.2
2122026-08-18T22:09:17.974Z Downloaded inout v0.1.4
2132026-08-18T22:09:17.978Z Downloaded async-stream-impl v0.3.6
2142026-08-18T22:09:17.999Z Downloaded daft-derive v0.1.8
2152026-08-18T22:09:17.999Z Downloaded anstream v1.0.0
2162026-08-18T22:09:17.999Z Downloaded idna_adapter v1.2.2
2172026-08-18T22:09:17.999Z Downloaded argon2 v0.5.3
2182026-08-18T22:09:18.003Z Downloaded bytecount v0.6.9
2192026-08-18T22:09:18.003Z Downloaded konst_macro_rules v0.2.19
2202026-08-18T22:09:18.003Z Downloaded libscf-sys v1.2.0
2212026-08-18T22:09:18.003Z Downloaded backoff v0.4.0
2222026-08-18T22:09:18.003Z Downloaded async-stream v0.3.6
2232026-08-18T22:09:18.003Z Downloaded crossbeam-utils v0.8.22
2242026-08-18T22:09:18.003Z Downloaded atomicwrites v0.4.4
2252026-08-18T22:09:18.003Z Downloaded aead v0.5.2
2262026-08-18T22:09:18.003Z Downloaded atomic-waker v1.1.2
2272026-08-18T22:09:18.003Z Downloaded byteorder v1.5.0
2282026-08-18T22:09:18.003Z Downloaded linear-map v1.2.0
2292026-08-18T22:09:18.003Z Downloaded anstyle-parse v1.0.0
2302026-08-18T22:09:18.003Z Downloaded async-trait v0.1.92
2312026-08-18T22:09:18.003Z Downloaded keccak v0.1.6
2322026-08-18T22:09:18.003Z Downloaded bit-set v0.8.0
2332026-08-18T22:09:18.003Z Downloaded lock_api v0.4.14
2342026-08-18T22:09:18.003Z Downloaded multer v3.1.0
2352026-08-18T22:09:18.003Z Downloaded newtype-uuid v1.4.0
2362026-08-18T22:09:18.007Z Downloaded num-complex v0.4.6
2372026-08-18T22:09:18.007Z Downloaded base64ct v1.8.3
2382026-08-18T22:09:18.007Z Downloaded macaddr v1.0.1
2392026-08-18T22:09:18.013Z Downloaded humantime v2.4.0
2402026-08-18T22:09:18.016Z Downloaded hyper-rustls v0.27.9
2412026-08-18T22:09:18.017Z Downloaded once_cell v1.21.4
2422026-08-18T22:09:18.017Z Downloaded base16ct v0.2.0
2432026-08-18T22:09:18.020Z Downloaded base16ct v1.0.0
2442026-08-18T22:09:18.020Z Downloaded block-buffer v0.12.1
2452026-08-18T22:09:18.020Z Downloaded managed v0.8.0
2462026-08-18T22:09:18.020Z Downloaded jobserver v0.1.35
2472026-08-18T22:09:18.024Z Downloaded anstyle-query v1.1.5
2482026-08-18T22:09:18.024Z Downloaded async-recursion v1.1.1
2492026-08-18T22:09:18.024Z Downloaded crunchy v0.2.4
2502026-08-18T22:09:18.024Z Downloaded cobs v0.3.0
2512026-08-18T22:09:18.024Z Downloaded crypto-common v0.1.7
2522026-08-18T22:09:18.027Z Downloaded hybrid-array v0.4.14
2532026-08-18T22:09:18.027Z Downloaded curve25519-dalek-derive v0.1.1
2542026-08-18T22:09:18.033Z Downloaded autocfg v1.5.1
2552026-08-18T22:09:18.036Z Downloaded bit-vec v0.8.0
2562026-08-18T22:09:18.036Z Downloaded bitflags v1.3.2
2572026-08-18T22:09:18.041Z Downloaded byte-wrapper v0.1.0
2582026-08-18T22:09:18.041Z Downloaded cancel-safe-futures v0.1.5
2592026-08-18T22:09:18.041Z Downloaded cfg_aliases v0.2.2
2602026-08-18T22:09:18.044Z Downloaded is_ci v1.2.0
2612026-08-18T22:09:18.044Z Downloaded internet-checksum v0.2.1
2622026-08-18T22:09:18.044Z Downloaded lru-cache v0.1.2
2632026-08-18T22:09:18.044Z Downloaded crc8 v0.1.1
2642026-08-18T22:09:18.044Z Downloaded ident_case v1.0.1
2652026-08-18T22:09:18.044Z Downloaded omicron-workspace-hack v0.1.0
2662026-08-18T22:09:18.045Z Downloaded lazy_static v1.5.0
2672026-08-18T22:09:18.049Z Downloaded match_cfg v0.1.0
2682026-08-18T22:09:18.049Z Downloaded newline-converter v0.3.0
2692026-08-18T22:09:18.049Z Downloaded num-derive v0.4.2
2702026-08-18T22:09:18.049Z Downloaded crypto-common v0.2.2
2712026-08-18T22:09:18.049Z Downloaded cpufeatures v0.2.17
2722026-08-18T22:09:18.052Z Downloaded num-conv v0.2.2
2732026-08-18T22:09:18.052Z Downloaded instant v0.1.13
2742026-08-18T22:09:18.052Z Downloaded is-terminal v0.4.17
2752026-08-18T22:09:18.052Z Downloaded is_terminal_polyfill v1.70.2
2762026-08-18T22:09:18.055Z Downloaded no-std-compat v0.4.1
2772026-08-18T22:09:18.055Z Downloaded itoa v1.0.18
2782026-08-18T22:09:18.055Z Downloaded opaque-debug v0.3.1
2792026-08-18T22:09:18.055Z Downloaded serde_urlencoded v0.7.1
2802026-08-18T22:09:18.055Z Downloaded ciborium-io v0.2.2
2812026-08-18T22:09:18.058Z Downloaded const-random v0.1.18
2822026-08-18T22:09:18.058Z Downloaded crucible-workspace-hack v0.1.0
2832026-08-18T22:09:18.058Z Downloaded ciborium-ll v0.2.2
2842026-08-18T22:09:18.058Z Downloaded cpufeatures v0.3.0
2852026-08-18T22:09:18.058Z Downloaded clap_lex v1.1.0
2862026-08-18T22:09:18.063Z Downloaded colorchoice v1.0.5
2872026-08-18T22:09:18.063Z Downloaded convert_case v0.4.0
2882026-08-18T22:09:18.067Z Downloaded indent_write v2.2.0
2892026-08-18T22:09:18.067Z Downloaded anstyle v1.0.14
2902026-08-18T22:09:18.068Z Downloaded linked-hash-map v0.5.6
2912026-08-18T22:09:18.071Z Downloaded num_enum_derive v0.5.11
2922026-08-18T22:09:18.072Z Downloaded secrecy v0.10.3
2932026-08-18T22:09:18.072Z Downloaded mime v0.3.17
2942026-08-18T22:09:18.073Z Downloaded hyper-util v0.1.20
2952026-08-18T22:09:18.073Z Downloaded semver v0.1.20
2962026-08-18T22:09:18.076Z Downloaded serde_spanned v0.6.9
2972026-08-18T22:09:18.076Z Downloaded iana-time-zone v0.1.65
2982026-08-18T22:09:18.076Z Downloaded bcs v0.1.6
2992026-08-18T22:09:18.076Z Downloaded compression-core v0.4.32
3002026-08-18T22:09:18.080Z Downloaded siphasher v1.0.3
3012026-08-18T22:09:18.084Z Downloaded newtype-uuid-macros v0.1.1
3022026-08-18T22:09:18.084Z Downloaded memmap v0.7.0
3032026-08-18T22:09:18.084Z Downloaded strum v0.27.2
3042026-08-18T22:09:18.084Z Downloaded bitflags v2.13.1
3052026-08-18T22:09:18.089Z Downloaded olpc-cjson v0.1.4
3062026-08-18T22:09:18.092Z Downloaded sigpipe v0.1.3
3072026-08-18T22:09:18.092Z Downloaded tinyvec_macros v0.1.1
3082026-08-18T22:09:18.092Z Downloaded memoffset v0.9.1
3092026-08-18T22:09:18.092Z Downloaded newtype_derive v0.1.6
3102026-08-18T22:09:18.092Z Downloaded num-iter v0.1.46
3112026-08-18T22:09:18.093Z Downloaded num_threads v0.1.7
3122026-08-18T22:09:18.097Z Downloaded take_mut v0.2.2
3132026-08-18T22:09:18.097Z Downloaded thread-id v5.1.0
3142026-08-18T22:09:18.097Z Downloaded unarray v0.1.4
3152026-08-18T22:09:18.097Z Downloaded natord v1.0.9
3162026-08-18T22:09:18.097Z Downloaded num v0.4.3
3172026-08-18T22:09:18.100Z Downloaded thread_local v1.1.10
3182026-08-18T22:09:18.104Z Downloaded chacha20 v0.9.1
3192026-08-18T22:09:18.104Z Downloaded cipher v0.4.4
3202026-08-18T22:09:18.108Z Downloaded tower-service v0.3.3
3212026-08-18T22:09:18.108Z Downloaded cmake v0.1.58
3222026-08-18T22:09:18.108Z Downloaded const-random-macro v0.1.16
3232026-08-18T22:09:18.109Z Downloaded critical-section v1.2.0
3242026-08-18T22:09:18.109Z Downloaded unicode-linebreak v0.1.5
3252026-08-18T22:09:18.109Z Downloaded crossbeam-deque v0.8.7
3262026-08-18T22:09:18.112Z Downloaded ingot v0.1.1
3272026-08-18T22:09:18.114Z Downloaded csv-core v0.1.13
3282026-08-18T22:09:18.115Z Downloaded wait-timeout v0.2.1
3292026-08-18T22:09:18.115Z Downloaded daft v0.1.8
3302026-08-18T22:09:18.117Z Downloaded usdt-macro v0.5.0
3312026-08-18T22:09:18.118Z Downloaded usdt-macro v0.6.0
3322026-08-18T22:09:18.118Z Downloaded utf-8 v0.7.6
3332026-08-18T22:09:18.118Z Downloaded ahash v0.8.12
3342026-08-18T22:09:18.120Z Downloaded num_enum_derive v0.7.6
3352026-08-18T22:09:18.120Z Downloaded libsw v3.5.0
3362026-08-18T22:09:18.120Z Downloaded jiff-static v0.2.35
3372026-08-18T22:09:18.121Z Downloaded num-rational v0.4.2
3382026-08-18T22:09:18.124Z Downloaded scroll v0.12.0
3392026-08-18T22:09:18.124Z Downloaded num_enum v0.7.6
3402026-08-18T22:09:18.127Z Downloaded zerofrom-derive v0.1.7
3412026-08-18T22:09:18.127Z Downloaded ingot v0.2.1
3422026-08-18T22:09:18.127Z Downloaded snafu-derive v0.8.9
3432026-08-18T22:09:18.127Z Downloaded try-lock v0.2.5
3442026-08-18T22:09:18.130Z Downloaded usdt-attr-macro v0.5.0
3452026-08-18T22:09:18.133Z Downloaded camino-tempfile v1.4.1
3462026-08-18T22:09:18.133Z Downloaded rusty-fork v0.3.1
3472026-08-18T22:09:18.134Z Downloaded sha2 v0.10.9
3482026-08-18T22:09:18.138Z Downloaded slog-stdlog v4.1.1
3492026-08-18T22:09:18.138Z Downloaded console v0.16.4
3502026-08-18T22:09:18.138Z Downloaded cookie v0.18.2
3512026-08-18T22:09:18.138Z Downloaded icu_properties v2.2.0
3522026-08-18T22:09:18.138Z Downloaded dunce v1.0.5
3532026-08-18T22:09:18.142Z Downloaded dof v0.4.0
3542026-08-18T22:09:18.142Z Downloaded http-body v1.1.0
3552026-08-18T22:09:18.142Z Downloaded embedded-io v0.4.0
3562026-08-18T22:09:18.145Z Downloaded chacha20 v0.10.1
3572026-08-18T22:09:18.146Z Downloaded darling v0.21.3
3582026-08-18T22:09:18.149Z Downloaded strum_macros v0.26.4
3592026-08-18T22:09:18.149Z Downloaded ciborium v0.2.2
3602026-08-18T22:09:18.152Z Downloaded clap_derive v4.6.4
3612026-08-18T22:09:18.152Z Downloaded embedded-io v0.6.1
3622026-08-18T22:09:18.152Z Downloaded float-ord v0.3.2
3632026-08-18T22:09:18.152Z Downloaded futures-sink v0.3.34
3642026-08-18T22:09:18.152Z Downloaded thiserror-impl v2.0.20
3652026-08-18T22:09:18.155Z Downloaded futures-core v0.3.34
3662026-08-18T22:09:18.158Z Downloaded powerfmt v0.2.0
3672026-08-18T22:09:18.158Z Downloaded bytes v1.12.1
3682026-08-18T22:09:18.161Z Downloaded colored v3.1.1
3692026-08-18T22:09:18.161Z Downloaded crossbeam-epoch v0.9.20
3702026-08-18T22:09:18.164Z Downloaded ingot-types v0.2.0
3712026-08-18T22:09:18.164Z Downloaded libsw-core v0.3.2
3722026-08-18T22:09:18.164Z Downloaded num-integer v0.1.47
3732026-08-18T22:09:18.168Z Downloaded cargo_toml v0.22.3
3742026-08-18T22:09:18.168Z Downloaded crc32fast v1.5.0
3752026-08-18T22:09:18.168Z Downloaded rustls-pki-types v1.15.1
3762026-08-18T22:09:18.172Z Downloaded ingot-types v0.1.2
3772026-08-18T22:09:18.172Z Downloaded progenitor-client v0.10.0
3782026-08-18T22:09:18.172Z Downloaded quick-error v1.2.3
3792026-08-18T22:09:18.172Z Downloaded backon v1.6.0
3802026-08-18T22:09:18.172Z Downloaded httparse v1.10.1
3812026-08-18T22:09:18.178Z Downloaded slab v0.4.12
3822026-08-18T22:09:18.178Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3832026-08-18T22:09:18.178Z Downloaded gethostname v0.5.0
3842026-08-18T22:09:18.178Z Downloaded ref-cast-impl v1.0.26
3852026-08-18T22:09:18.182Z Downloaded zerovec-derive v0.11.3
3862026-08-18T22:09:18.185Z Downloaded phf_shared v0.12.1
3872026-08-18T22:09:18.186Z Downloaded blake2 v0.10.6
3882026-08-18T22:09:18.186Z Downloaded konst v0.2.20
3892026-08-18T22:09:18.189Z Downloaded proc-macro-error-attr v1.0.4
3902026-08-18T22:09:18.189Z Downloaded strsim v0.11.1
3912026-08-18T22:09:18.192Z Downloaded derive-ex v0.1.8
3922026-08-18T22:09:18.194Z Downloaded rustc-hash v2.1.3
3932026-08-18T22:09:18.198Z Downloaded ingot-macros v0.2.0
3942026-08-18T22:09:18.198Z Downloaded slog-envlogger v2.2.0
3952026-08-18T22:09:18.198Z Downloaded spin v0.5.2
3962026-08-18T22:09:18.201Z Downloaded tagptr v0.2.0
3972026-08-18T22:09:18.201Z Downloaded ipnet v2.12.1
3982026-08-18T22:09:18.201Z Downloaded ipnetwork v0.21.1
3992026-08-18T22:09:18.201Z Downloaded litemap v0.8.2
4002026-08-18T22:09:18.204Z Downloaded progenitor-macro v0.10.0
4012026-08-18T22:09:18.204Z Downloaded fs-err v3.3.1
4022026-08-18T22:09:18.204Z Downloaded slog-scope v4.4.1
4032026-08-18T22:09:18.207Z Downloaded icu_collections v2.2.0
4042026-08-18T22:09:18.210Z Downloaded tempfile v3.27.0
4052026-08-18T22:09:18.215Z Downloaded password-hash v0.5.0
4062026-08-18T22:09:18.218Z Downloaded rustc_version v0.1.7
4072026-08-18T22:09:18.218Z Downloaded rustc_version v0.4.1
4082026-08-18T22:09:18.218Z Downloaded thread-id v4.2.2
4092026-08-18T22:09:18.218Z Downloaded tokio-macros v2.7.2
4102026-08-18T22:09:18.221Z Downloaded sha1 v0.10.7
4112026-08-18T22:09:18.221Z Downloaded sha1 v0.11.0
4122026-08-18T22:09:18.221Z Downloaded digest v0.10.7
4132026-08-18T22:09:18.224Z Downloaded fixedbitset v0.5.7
4142026-08-18T22:09:18.224Z Downloaded generic-array v0.14.7
4152026-08-18T22:09:18.224Z Downloaded camino v1.2.5
4162026-08-18T22:09:18.228Z Downloaded anyhow v1.0.104
4172026-08-18T22:09:18.228Z Downloaded const-oid v0.10.2
4182026-08-18T22:09:18.231Z Downloaded fastrand v2.5.0
4192026-08-18T22:09:18.231Z Downloaded stable_deref_trait v1.2.1
4202026-08-18T22:09:18.231Z Downloaded tower-layer v0.3.3
4212026-08-18T22:09:18.231Z Downloaded unicode-xid v0.2.6
4222026-08-18T22:09:18.235Z Downloaded usdt v0.6.0
4232026-08-18T22:09:18.235Z Downloaded yoke-derive v0.8.2
4242026-08-18T22:09:18.235Z Downloaded darling_macro v0.21.3
4252026-08-18T22:09:18.235Z Downloaded utf8_iter v1.0.4
4262026-08-18T22:09:18.235Z Downloaded console v0.15.11
4272026-08-18T22:09:18.238Z Downloaded ucd-trie v0.1.7
4282026-08-18T22:09:18.238Z Downloaded ingot-macros v0.1.1
4292026-08-18T22:09:18.238Z Downloaded version_check v0.9.5
4302026-08-18T22:09:18.238Z Downloaded progenitor v0.14.0
4312026-08-18T22:09:18.241Z Downloaded dropshot-api-manager-types v0.7.2
4322026-08-18T22:09:18.244Z Downloaded foreign-types-shared v0.3.1
4332026-08-18T22:09:18.245Z Downloaded form_urlencoded v1.2.2
4342026-08-18T22:09:18.248Z Downloaded fnv v1.0.7
4352026-08-18T22:09:18.248Z Downloaded foreign-types-shared v0.1.1
4362026-08-18T22:09:18.248Z Downloaded hex v0.4.3
4372026-08-18T22:09:18.248Z Downloaded heck v0.5.0
4382026-08-18T22:09:18.251Z Downloaded hubpack_derive v0.1.1
4392026-08-18T22:09:18.251Z Downloaded allocator-api2 v0.2.21
4402026-08-18T22:09:18.254Z Downloaded num_enum v0.5.11
4412026-08-18T22:09:18.254Z Downloaded thin-vec v0.2.19
4422026-08-18T22:09:18.257Z Downloaded serde_derive_internals v0.29.1
4432026-08-18T22:09:18.260Z Downloaded tokio-stream v0.1.19
4442026-08-18T22:09:18.263Z Downloaded ppv-lite86 v0.2.21
4452026-08-18T22:09:18.268Z Downloaded hubpack v0.1.2
4462026-08-18T22:09:18.271Z Downloaded pest_generator v2.8.8
4472026-08-18T22:09:18.274Z Downloaded phf v0.12.1
4482026-08-18T22:09:18.280Z Downloaded icu_provider v2.2.0
4492026-08-18T22:09:18.283Z Downloaded log v0.4.33
4502026-08-18T22:09:18.283Z Downloaded memmap2 v0.9.11
4512026-08-18T22:09:18.288Z Downloaded toml_write v0.1.2
4522026-08-18T22:09:18.288Z Downloaded percent-encoding v2.3.2
4532026-08-18T22:09:18.288Z Downloaded thiserror-no-std v2.0.2
4542026-08-18T22:09:18.292Z Downloaded tokio-dtrace v0.1.1
4552026-08-18T22:09:18.292Z Downloaded clap v4.6.6
4562026-08-18T22:09:18.297Z Downloaded const_format v0.2.36
4572026-08-18T22:09:18.300Z Downloaded rand_xorshift v0.4.0
4582026-08-18T22:09:18.300Z Downloaded tokio-tungstenite v0.21.0
4592026-08-18T22:09:18.300Z Downloaded schemars_derive v0.8.22
4602026-08-18T22:09:18.300Z Downloaded serde_plain v1.0.2
4612026-08-18T22:09:18.304Z Downloaded parse-display v0.10.0
4622026-08-18T22:09:18.304Z Downloaded time-core v0.1.9
4632026-08-18T22:09:18.306Z Downloaded chacha20poly1305 v0.10.1
4642026-08-18T22:09:18.311Z Downloaded scroll_derive v0.12.1
4652026-08-18T22:09:18.315Z Downloaded foldhash v0.1.5
4662026-08-18T22:09:18.315Z Downloaded hostname v0.3.1
4672026-08-18T22:09:18.316Z Downloaded typify-macro v0.6.2
4682026-08-18T22:09:18.319Z Downloaded darling_macro v0.23.0
4692026-08-18T22:09:18.319Z Downloaded defmt v0.3.100
4702026-08-18T22:09:18.319Z Downloaded subtle v2.6.1
4712026-08-18T22:09:18.319Z Downloaded termtree v0.5.1
4722026-08-18T22:09:18.319Z Downloaded zeroize_derive v1.5.0
4732026-08-18T22:09:18.322Z Downloaded foreign-types v0.5.0
4742026-08-18T22:09:18.322Z Downloaded foreign-types v0.3.2
4752026-08-18T22:09:18.322Z Downloaded indexmap v1.9.3
4762026-08-18T22:09:18.322Z Downloaded base64 v0.21.7
4772026-08-18T22:09:18.325Z Downloaded oxide-tokio-rt v0.1.6
4782026-08-18T22:09:18.325Z Downloaded crypto-bigint v0.5.5
4792026-08-18T22:09:18.328Z Downloaded getrandom v0.2.17
4802026-08-18T22:09:18.331Z Downloaded smallvec v1.15.2
4812026-08-18T22:09:18.331Z Downloaded thiserror v2.0.20
4822026-08-18T22:09:18.334Z Downloaded spin v0.9.9
4832026-08-18T22:09:18.338Z Downloaded progenitor v0.13.0
4842026-08-18T22:09:18.338Z Downloaded progenitor-macro v0.13.0
4852026-08-18T22:09:18.338Z Downloaded pin-project-internal v1.1.13
4862026-08-18T22:09:18.343Z Downloaded enum-as-inner v0.6.1
4872026-08-18T22:09:18.343Z Downloaded serde_yaml v0.9.34+deprecated
4882026-08-18T22:09:18.344Z Downloaded tokio-rustls v0.26.4
4892026-08-18T22:09:18.347Z Downloaded futures-macro v0.3.34
4902026-08-18T22:09:18.347Z Downloaded untrusted v0.7.1
4912026-08-18T22:09:18.347Z Downloaded displaydoc v0.2.7
4922026-08-18T22:09:18.347Z Downloaded unicode-ident v1.0.24
4932026-08-18T22:09:18.351Z Downloaded papergrid v0.11.0
4942026-08-18T22:09:18.354Z Downloaded untrusted v0.9.0
4952026-08-18T22:09:18.358Z Downloaded openssl-macros v0.1.1
4962026-08-18T22:09:18.362Z Downloaded tungstenite v0.21.0
4972026-08-18T22:09:18.362Z Downloaded dtrace-parser v0.3.0
4982026-08-18T22:09:18.362Z Downloaded icu_normalizer v2.2.0
4992026-08-18T22:09:18.365Z Downloaded icu_locale_core v2.2.0
5002026-08-18T22:09:18.368Z Downloaded icu_normalizer_data v2.2.0
5012026-08-18T22:09:18.368Z Downloaded indicatif v0.18.6
5022026-08-18T22:09:18.371Z Downloaded rustversion v1.0.23
5032026-08-18T22:09:18.371Z Downloaded serde_tokenstream v0.3.0
5042026-08-18T22:09:18.374Z Downloaded slog-dtrace v0.3.0
5052026-08-18T22:09:18.374Z Downloaded rand_pcg v0.10.2
5062026-08-18T22:09:18.374Z Downloaded futures-task v0.3.34
5072026-08-18T22:09:18.374Z Downloaded slog-json v2.6.1
5082026-08-18T22:09:18.377Z Downloaded thiserror-impl v1.0.69
5092026-08-18T22:09:18.377Z Downloaded zerocopy-derive v0.7.35
5102026-08-18T22:09:18.380Z Downloaded base64 v0.22.1
5112026-08-18T22:09:18.380Z Downloaded rand_core v0.9.5
5122026-08-18T22:09:18.383Z Downloaded group v0.13.0
5132026-08-18T22:09:18.383Z Downloaded indexmap v2.14.0
5142026-08-18T22:09:18.388Z Downloaded proc-macro-error v1.0.4
5152026-08-18T22:09:18.388Z Downloaded rand_chacha v0.3.1
5162026-08-18T22:09:18.388Z Downloaded slog-bunyan v2.5.0
5172026-08-18T22:09:18.388Z Downloaded structmeta-derive v0.3.0
5182026-08-18T22:09:18.391Z Downloaded sync_wrapper v1.0.2
5192026-08-18T22:09:18.391Z Downloaded cc v1.4.2
5202026-08-18T22:09:18.395Z Downloaded serde_derive v1.0.229
5212026-08-18T22:09:18.398Z Downloaded socket2 v0.6.5
5222026-08-18T22:09:18.401Z Downloaded pin-project-lite v0.2.17
5232026-08-18T22:09:18.404Z Downloaded scroll v0.13.0
5242026-08-18T22:09:18.404Z Downloaded synstructure v0.13.2
5252026-08-18T22:09:18.404Z Downloaded ff v0.13.1
5262026-08-18T22:09:18.404Z Downloaded same-file v1.0.6
5272026-08-18T22:09:18.407Z Downloaded serde_repr v0.1.21
5282026-08-18T22:09:18.407Z Downloaded serde_spanned v1.1.1
5292026-08-18T22:09:18.407Z Downloaded typeid v1.0.3
5302026-08-18T22:09:18.412Z Downloaded async-compression v0.4.43
5312026-08-18T22:09:18.416Z Downloaded strum_macros v0.27.2
5322026-08-18T22:09:18.419Z Downloaded getrandom v0.3.4
5332026-08-18T22:09:18.419Z Downloaded papergrid v0.18.0
5342026-08-18T22:09:18.422Z Downloaded paste v1.0.15
5352026-08-18T22:09:18.425Z Downloaded miniz_oxide v0.8.9
5362026-08-18T22:09:18.425Z Downloaded num-traits v0.2.19
5372026-08-18T22:09:18.428Z Downloaded snafu v0.8.9
5382026-08-18T22:09:18.432Z Downloaded errno v0.3.14
5392026-08-18T22:09:18.432Z Downloaded pest_derive v2.8.8
5402026-08-18T22:09:18.432Z Downloaded oxnet v0.1.6
5412026-08-18T22:09:18.437Z Downloaded pem v3.0.6
5422026-08-18T22:09:18.437Z Downloaded waitgroup v0.1.2
5432026-08-18T22:09:18.437Z Downloaded walkdir v2.5.0
5442026-08-18T22:09:18.437Z Downloaded crossbeam-channel v0.5.16
5452026-08-18T22:09:18.441Z Downloaded fxhash v0.2.1
5462026-08-18T22:09:18.441Z Downloaded toml_edit v0.25.13+spec-1.1.0
5472026-08-18T22:09:18.441Z Downloaded vsss-rs v3.3.4
5482026-08-18T22:09:18.444Z Downloaded foreign-types-macros v0.2.4
5492026-08-18T22:09:18.447Z Downloaded git-stub-vcs v0.1.0
5502026-08-18T22:09:18.447Z Downloaded potential_utf v0.1.5
5512026-08-18T22:09:18.454Z Downloaded minimal-lexical v0.2.1
5522026-08-18T22:09:18.459Z Downloaded pretty-hex v0.4.2
5532026-08-18T22:09:18.463Z Downloaded openssl-probe v0.2.1
5542026-08-18T22:09:18.466Z Downloaded progenitor-macro v0.14.0
5552026-08-18T22:09:18.466Z Downloaded ref-cast v1.0.26
5562026-08-18T22:09:18.466Z Downloaded schemars v0.9.0
5572026-08-18T22:09:18.473Z Downloaded serial_test v4.0.1
5582026-08-18T22:09:18.478Z Downloaded scopeguard v1.2.0
5592026-08-18T22:09:18.478Z Downloaded swrite v0.1.0
5602026-08-18T22:09:18.478Z Downloaded zerotrie v0.2.4
5612026-08-18T22:09:18.482Z Downloaded darling_core v0.21.3
5622026-08-18T22:09:18.482Z Downloaded slog v2.8.2
5632026-08-18T22:09:18.485Z Downloaded drift v0.2.0
5642026-08-18T22:09:18.488Z Downloaded progenitor-impl v0.14.0
5652026-08-18T22:09:18.491Z Downloaded test-strategy v0.4.5
5662026-08-18T22:09:18.495Z Downloaded smf v0.2.3
5672026-08-18T22:09:18.495Z Downloaded serde_path_to_error v0.1.20
5682026-08-18T22:09:18.495Z Downloaded tabled_derive v0.7.0
5692026-08-18T22:09:18.495Z Downloaded defmt-parser v1.0.0
5702026-08-18T22:09:18.495Z Downloaded git-stub v1.0.0
5712026-08-18T22:09:18.495Z Downloaded typify v0.6.2
5722026-08-18T22:09:18.498Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5732026-08-18T22:09:18.501Z Downloaded progenitor-impl v0.13.0
5742026-08-18T22:09:18.501Z Downloaded hmac v0.12.1
5752026-08-18T22:09:18.504Z Downloaded parking_lot v0.11.2
5762026-08-18T22:09:18.507Z Downloaded whoami v1.6.1
5772026-08-18T22:09:18.510Z Downloaded data-encoding v2.11.1
5782026-08-18T22:09:18.510Z Downloaded progenitor-client v0.14.0
5792026-08-18T22:09:18.510Z Downloaded zmij v1.0.23
5802026-08-18T22:09:18.513Z Downloaded tracing-core v0.1.36
5812026-08-18T22:09:18.516Z Downloaded futures-executor v0.3.34
5822026-08-18T22:09:18.517Z Downloaded dropshot_endpoint v0.17.1
5832026-08-18T22:09:18.520Z Downloaded progenitor v0.10.0
5842026-08-18T22:09:18.520Z Downloaded usdt-impl v0.6.0
5852026-08-18T22:09:18.523Z Downloaded scroll_derive v0.13.1
5862026-08-18T22:09:18.524Z Downloaded poly1305 v0.8.0
5872026-08-18T22:09:18.533Z Downloaded parking_lot_core v0.8.6
5882026-08-18T22:09:18.538Z Downloaded quote v1.0.47
5892026-08-18T22:09:18.538Z Downloaded rustls-pemfile v2.2.0
5902026-08-18T22:09:18.541Z Downloaded structmeta v0.3.0
5912026-08-18T22:09:18.541Z Downloaded toml v1.1.4+spec-1.1.0
5922026-08-18T22:09:18.544Z Downloaded rand_core v0.10.1
5932026-08-18T22:09:18.544Z Downloaded strum v0.26.3
5942026-08-18T22:09:18.544Z Downloaded thiserror-impl-no-std v2.0.2
5952026-08-18T22:09:18.547Z Downloaded usdt-attr-macro v0.6.0
5962026-08-18T22:09:18.547Z Downloaded fixedbitset v0.4.2
5972026-08-18T22:09:18.547Z Downloaded hash32 v0.3.1
5982026-08-18T22:09:18.548Z Downloaded futures-io v0.3.34
5992026-08-18T22:09:18.548Z Downloaded qorb v0.4.1
6002026-08-18T22:09:18.553Z Downloaded pretty_assertions v1.4.1
6012026-08-18T22:09:18.558Z Downloaded slog-term v2.9.2
6022026-08-18T22:09:18.561Z Downloaded tabwriter v1.4.1
6032026-08-18T22:09:18.561Z Downloaded zerofrom v0.1.8
6042026-08-18T22:09:18.561Z Downloaded dof v0.3.0
6052026-08-18T22:09:18.561Z Downloaded dtrace-parser v0.2.0
6062026-08-18T22:09:18.564Z Downloaded yansi v1.0.1
6072026-08-18T22:09:18.564Z Downloaded rhai_codegen v3.2.0
6082026-08-18T22:09:18.567Z Downloaded static_assertions v1.1.0
6092026-08-18T22:09:18.571Z Downloaded xz2 v0.1.7
6102026-08-18T22:09:18.571Z Downloaded time-macros v0.2.32
6112026-08-18T22:09:18.574Z Downloaded zeroize v1.9.0
6122026-08-18T22:09:18.578Z Downloaded http v1.5.0
6132026-08-18T22:09:18.583Z Downloaded supports-color v3.0.2
6142026-08-18T22:09:18.583Z Downloaded similar v2.7.0
6152026-08-18T22:09:18.586Z Downloaded typify v0.4.3
6162026-08-18T22:09:18.586Z Downloaded universal-hash v0.5.1
6172026-08-18T22:09:18.586Z Downloaded defmt v1.1.1
6182026-08-18T22:09:18.589Z Downloaded want v0.3.1
6192026-08-18T22:09:18.592Z Downloaded quinn-udp v0.5.15
6202026-08-18T22:09:18.595Z Downloaded memchr v2.8.3
6212026-08-18T22:09:18.598Z Downloaded progenitor-impl v0.10.0
6222026-08-18T22:09:18.601Z Downloaded shlex v2.0.1
6232026-08-18T22:09:18.605Z Downloaded glob v0.3.4
6242026-08-18T22:09:18.605Z Downloaded highway v1.3.0
6252026-08-18T22:09:18.605Z Downloaded httpdate v1.0.3
6262026-08-18T22:09:18.605Z Downloaded derive_more v0.99.20
6272026-08-18T22:09:18.608Z Downloaded signal-hook-registry v1.4.8
6282026-08-18T22:09:18.611Z Downloaded rand v0.10.2
6292026-08-18T22:09:18.615Z Downloaded darling_core v0.23.0
6302026-08-18T22:09:18.618Z Downloaded derive-where v1.6.1
6312026-08-18T22:09:18.618Z Downloaded proc-macro-crate v1.3.1
6322026-08-18T22:09:18.619Z Downloaded serde_with_macros v3.22.0
6332026-08-18T22:09:18.622Z Downloaded toml_writer v1.1.2+spec-1.1.0
6342026-08-18T22:09:18.622Z Downloaded zone v0.3.1
6352026-08-18T22:09:18.622Z Downloaded dyn-clone v1.0.20
6362026-08-18T22:09:18.625Z Downloaded toml_edit v0.22.27
6372026-08-18T22:09:18.628Z Downloaded schemars v1.2.2
6382026-08-18T22:09:18.635Z Downloaded usdt v0.5.0
6392026-08-18T22:09:18.639Z Downloaded typify-macro v0.4.3
6402026-08-18T22:09:18.639Z Downloaded utf8parse v0.2.2
6412026-08-18T22:09:18.642Z Downloaded deranged v0.5.8
6422026-08-18T22:09:18.642Z Downloaded diff v0.1.13
6432026-08-18T22:09:18.644Z Downloaded digest v0.11.3
6442026-08-18T22:09:18.645Z Downloaded rand_chacha v0.9.0
6452026-08-18T22:09:18.645Z Downloaded flate2 v1.1.9
6462026-08-18T22:09:18.648Z Downloaded serial_test_derive v4.0.1
6472026-08-18T22:09:18.648Z Downloaded slog-async v2.8.0
6482026-08-18T22:09:18.651Z Downloaded unsafe-libyaml v0.2.11
6492026-08-18T22:09:18.651Z Downloaded schemars v0.8.22
6502026-08-18T22:09:18.657Z Downloaded progenitor-extras v0.2.0
6512026-08-18T22:09:18.661Z Downloaded rand_core v0.6.4
6522026-08-18T22:09:18.661Z Downloaded serde_tokenstream v0.2.3
6532026-08-18T22:09:18.661Z Downloaded unit-prefix v0.5.2
6542026-08-18T22:09:18.661Z Downloaded prettyplease v0.2.37
6552026-08-18T22:09:18.664Z Downloaded pest_meta v2.8.8
6562026-08-18T22:09:18.664Z Downloaded equivalent v1.0.2
6572026-08-18T22:09:18.664Z Downloaded futures-channel v0.3.34
6582026-08-18T22:09:18.668Z Downloaded writeable v0.6.3
6592026-08-18T22:09:18.668Z Downloaded fs_extra v1.3.0
6602026-08-18T22:09:18.668Z Downloaded find-msvc-tools v0.1.10
6612026-08-18T22:09:18.668Z Downloaded nom v7.1.3
6622026-08-18T22:09:18.671Z Downloaded debug-ignore v1.0.5
6632026-08-18T22:09:18.671Z Downloaded plain v0.2.3
6642026-08-18T22:09:18.674Z Downloaded mio v1.2.2
6652026-08-18T22:09:18.677Z Downloaded proc-macro-crate v3.5.0
6662026-08-18T22:09:18.677Z Downloaded parse-display-derive v0.10.0
6672026-08-18T22:09:18.677Z Downloaded serde-big-array v0.5.1
6682026-08-18T22:09:18.677Z Downloaded either v1.17.0
6692026-08-18T22:09:18.680Z Downloaded zone_cfg_derive v0.3.1
6702026-08-18T22:09:18.680Z Downloaded testing_table v0.3.0
6712026-08-18T22:09:18.680Z Downloaded hostname v0.4.2
6722026-08-18T22:09:18.683Z Downloaded foldhash v0.2.0
6732026-08-18T22:09:18.687Z Downloaded terminal_size v0.4.4
6742026-08-18T22:09:18.690Z Downloaded parking_lot_core v0.9.12
6752026-08-18T22:09:18.690Z Downloaded toml v0.8.23
6762026-08-18T22:09:18.693Z Downloaded steno v0.4.1
6772026-08-18T22:09:18.697Z Downloaded heck v0.4.1
6782026-08-18T22:09:18.700Z Downloaded http-body-util v0.1.5
6792026-08-18T22:09:18.700Z Downloaded toml_datetime v0.6.11
6802026-08-18T22:09:18.703Z Downloaded port-file v0.1.0
6812026-08-18T22:09:18.706Z Downloaded semver v1.0.28
6822026-08-18T22:09:18.706Z Downloaded ryu v1.0.23
6832026-08-18T22:09:18.709Z Downloaded thiserror v1.0.69
6842026-08-18T22:09:18.713Z Downloaded zerovec v0.11.6
6852026-08-18T22:09:18.716Z Downloaded tracing-attributes v0.1.31
6862026-08-18T22:09:18.716Z Downloaded uuid v1.24.0
6872026-08-18T22:09:18.719Z Downloaded smartstring v1.0.1
6882026-08-18T22:09:18.719Z Downloaded rayon-core v1.13.0
6892026-08-18T22:09:18.722Z Downloaded tinyvec v1.12.0
6902026-08-18T22:09:18.722Z Downloaded defmt-macros v1.1.1
6912026-08-18T22:09:18.725Z Downloaded parking_lot v0.12.5
6922026-08-18T22:09:18.725Z Downloaded resolv-conf v0.7.6
6932026-08-18T22:09:18.729Z Downloaded tiny-keccak v2.0.2
6942026-08-18T22:09:18.729Z Downloaded tinystr v0.8.3
6952026-08-18T22:09:18.734Z Downloaded globset v0.4.20
6962026-08-18T22:09:18.737Z Downloaded rustls-native-certs v0.8.4
6972026-08-18T22:09:18.737Z Downloaded jiff-core v0.1.0
6982026-08-18T22:09:18.740Z Downloaded pin-project v1.1.13
6992026-08-18T22:09:18.745Z Downloaded url v2.5.8
7002026-08-18T22:09:18.748Z Downloaded usdt-impl v0.5.0
7012026-08-18T22:09:18.748Z Downloaded expectorate v1.2.0
7022026-08-18T22:09:18.751Z Downloaded term v1.2.1
7032026-08-18T22:09:18.751Z Downloaded heapless v0.8.0
7042026-08-18T22:09:18.754Z Downloaded smawk v0.3.3
7052026-08-18T22:09:18.754Z Downloaded simd-adler32 v0.3.10
7062026-08-18T22:09:18.759Z Downloaded zerocopy-derive v0.8.56
7072026-08-18T22:09:18.762Z Downloaded half v2.7.1
7082026-08-18T22:09:18.762Z Downloaded erased-serde v0.3.31
7092026-08-18T22:09:18.765Z Downloaded toml_parser v1.1.3+spec-1.1.0
7102026-08-18T22:09:18.765Z Downloaded aho-corasick v1.1.5
7112026-08-18T22:09:18.769Z Downloaded itertools v0.12.1
7122026-08-18T22:09:18.772Z Downloaded pkg-config v0.3.33
7132026-08-18T22:09:18.776Z Downloaded progenitor-client v0.13.0
7142026-08-18T22:09:18.776Z Downloaded textwrap v0.16.2
7152026-08-18T22:09:18.779Z Downloaded owo-colors v4.3.0
7162026-08-18T22:09:18.782Z Downloaded openssl-sys v0.9.117
7172026-08-18T22:09:18.786Z Downloaded icu_properties_data v2.2.0
7182026-08-18T22:09:18.805Z Downloaded itertools v0.14.0
7192026-08-18T22:09:18.813Z Downloaded futures v0.3.34
7202026-08-18T22:09:18.816Z Downloaded hashbrown v0.12.3
7212026-08-18T22:09:18.816Z Downloaded nom v8.0.0
7222026-08-18T22:09:18.820Z Downloaded libm v0.2.16
7232026-08-18T22:09:18.827Z Downloaded ron v0.12.2
7242026-08-18T22:09:18.830Z Downloaded yoke v0.8.3
7252026-08-18T22:09:18.835Z Downloaded postcard v1.1.3
7262026-08-18T22:09:18.835Z Downloaded rand v0.9.5
7272026-08-18T22:09:18.835Z Downloaded toml v0.9.12+spec-1.1.0
7282026-08-18T22:09:18.840Z Downloaded getrandom v0.4.3
7292026-08-18T22:09:18.840Z Downloaded tough v0.22.0
7302026-08-18T22:09:18.843Z Downloaded itertools v0.15.0
7312026-08-18T22:09:18.847Z Downloaded hashbrown v0.15.5
7322026-08-18T22:09:18.850Z Downloaded hashbrown v0.16.1
7332026-08-18T22:09:18.853Z Downloaded serde_json v1.0.151
7342026-08-18T22:09:18.857Z Downloaded hyper v1.11.0
7352026-08-18T22:09:18.861Z Downloaded idna v1.1.0
7362026-08-18T22:09:18.864Z Downloaded rustls-webpki v0.103.14
7372026-08-18T22:09:18.867Z Downloaded proc-macro2 v1.0.107
7382026-08-18T22:09:18.867Z Downloaded serde_core v1.0.229
7392026-08-18T22:09:18.870Z Downloaded clap_builder v4.6.6
7402026-08-18T22:09:18.873Z Downloaded iddqd v0.4.6
7412026-08-18T22:09:18.877Z Downloaded chrono v0.4.45
7422026-08-18T22:09:18.881Z Downloaded pest v2.8.8
7432026-08-18T22:09:18.884Z Downloaded toml_edit v0.19.15
7442026-08-18T22:09:18.894Z Downloaded tower v0.5.3
7452026-08-18T22:09:18.898Z Downloaded hashbrown v0.17.1
7462026-08-18T22:09:18.901Z Downloaded rand v0.8.7
7472026-08-18T22:09:18.905Z Downloaded typed-path v0.9.3
7482026-08-18T22:09:18.908Z Downloaded elliptic-curve v0.13.8
7492026-08-18T22:09:18.911Z Downloaded winnow v0.7.15
7502026-08-18T22:09:18.914Z Downloaded zerocopy v0.7.35
7512026-08-18T22:09:18.923Z Downloaded regex v1.13.1
7522026-08-18T22:09:18.927Z Downloaded tokio-util v0.7.19
7532026-08-18T22:09:18.931Z Downloaded hkdf v0.12.4
7542026-08-18T22:09:18.934Z Downloaded tower-http v0.6.11
7552026-08-18T22:09:18.937Z Downloaded quinn v0.11.11
7562026-08-18T22:09:18.940Z Downloaded typenum v1.20.1
7572026-08-18T22:09:18.943Z Downloaded reqwest v0.13.4
7582026-08-18T22:09:18.946Z Downloaded dropshot-api-manager v0.7.2
7592026-08-18T22:09:18.951Z Downloaded unicode-segmentation v1.13.3
7602026-08-18T22:09:18.951Z Downloaded serde v1.0.229
7612026-08-18T22:09:18.954Z Downloaded hickory-resolver v0.25.2
7622026-08-18T22:09:18.954Z Downloaded winnow v1.0.4
7632026-08-18T22:09:18.959Z Downloaded tabled v0.15.0
7642026-08-18T22:09:18.985Z Downloaded rayon v1.12.0
7652026-08-18T22:09:18.991Z Downloaded rustls-platform-verifier v0.7.0
7662026-08-18T22:09:18.991Z Downloaded aws-lc-rs v1.18.0
7672026-08-18T22:09:18.991Z Downloaded unicode-normalization v0.1.25
7682026-08-18T22:09:18.991Z Downloaded moka v0.12.16
7692026-08-18T22:09:19.008Z Downloaded serde_with v3.22.0
7702026-08-18T22:09:19.016Z Downloaded hickory-resolver v0.24.4
7712026-08-18T22:09:19.028Z Downloaded syn v1.0.109
7722026-08-18T22:09:19.033Z Downloaded winnow v0.5.40
7732026-08-18T22:09:19.048Z Downloaded h2 v0.4.15
7742026-08-18T22:09:19.053Z Downloaded vcpkg v0.2.15
7752026-08-18T22:09:19.076Z Downloaded quinn-proto v0.11.16
7762026-08-18T22:09:19.080Z Downloaded goblin v0.8.2
7772026-08-18T22:09:19.083Z Downloaded curve25519-dalek v4.1.3
7782026-08-18T22:09:19.088Z Downloaded reqwest v0.12.28
7792026-08-18T22:09:19.091Z Downloaded futures-util v0.3.34
7802026-08-18T22:09:19.097Z Downloaded goblin v0.10.7
7812026-08-18T22:09:19.102Z Downloaded webpki-roots v1.0.9
7822026-08-18T22:09:19.105Z Downloaded zerocopy v0.8.56
7832026-08-18T22:09:19.127Z Downloaded unicode-width v0.1.14
7842026-08-18T22:09:19.132Z Downloaded nix v0.31.3
7852026-08-18T22:09:19.144Z Downloaded unicode-width v0.2.2
7862026-08-18T22:09:19.147Z Downloaded tabled v0.21.0
7872026-08-18T22:09:19.157Z Downloaded portable-atomic v1.15.0
7882026-08-18T22:09:19.161Z Downloaded rhai v1.25.1
7892026-08-18T22:09:19.170Z Downloaded syn v3.0.3
7902026-08-18T22:09:19.174Z Downloaded time v0.3.55
7912026-08-18T22:09:19.181Z Downloaded bstr v1.13.1
7922026-08-18T22:09:19.186Z Downloaded proptest v1.11.0
7932026-08-18T22:09:19.191Z Downloaded regress v0.10.5
7942026-08-18T22:09:19.196Z Downloaded openssl v0.10.81
7952026-08-18T22:09:19.201Z Downloaded smoltcp v0.11.0
7962026-08-18T22:09:19.208Z Downloaded dropshot v0.17.1
7972026-08-18T22:09:19.220Z Downloaded rustix v1.1.4
7982026-08-18T22:09:19.234Z Downloaded syn v2.0.119
7992026-08-18T22:09:19.240Z Downloaded typify-impl v0.6.2
8002026-08-18T22:09:19.247Z Downloaded openapiv3 v2.2.0
8012026-08-18T22:09:19.253Z Downloaded rustls v0.23.43
8022026-08-18T22:09:19.260Z Downloaded tracing v0.1.44
8032026-08-18T22:09:19.270Z Downloaded rustix v0.38.44
8042026-08-18T22:09:19.283Z Downloaded regress v0.11.1
8052026-08-18T22:09:19.288Z Downloaded hickory-proto v0.24.4
8062026-08-18T22:09:19.296Z Downloaded regex-syntax v0.8.11
8072026-08-18T22:09:19.314Z Downloaded jiff v0.2.35
8082026-08-18T22:09:19.323Z Downloaded hickory-proto v0.25.2
8092026-08-18T22:09:19.336Z Downloaded typify-impl v0.4.3
8102026-08-18T22:09:19.344Z Downloaded regex-automata v0.4.18
8112026-08-18T22:09:19.353Z Downloaded lzma-sys v0.1.20
8122026-08-18T22:09:19.369Z Downloaded libc v0.2.189
8132026-08-18T22:09:19.392Z Downloaded sled v0.34.7
8142026-08-18T22:09:19.396Z Downloaded tokio v1.53.1
8152026-08-18T22:09:19.429Z Downloaded ring v0.17.14
8162026-08-18T22:09:19.451Z Downloaded petgraph v0.6.5
8172026-08-18T22:09:19.463Z Downloaded chrono-tz v0.10.4
8182026-08-18T22:09:19.470Z Downloaded petgraph v0.8.3
8192026-08-18T22:09:19.482Z Downloaded csv v1.4.0
8202026-08-18T22:09:19.495Z Downloaded sha3 v0.10.9
8212026-08-18T22:09:19.530Z Downloaded encoding_rs v0.8.35
8222026-08-18T22:09:20.069Z Downloaded aws-lc-sys v0.44.0
8232026-08-18T22:09:20.608Z Compiling proc-macro2 v1.0.107
8242026-08-18T22:09:20.608Z Compiling quote v1.0.47
8252026-08-18T22:09:20.608Z Compiling unicode-ident v1.0.24
8262026-08-18T22:09:20.611Z Compiling serde_core v1.0.229
8272026-08-18T22:09:20.611Z Compiling serde v1.0.229
8282026-08-18T22:09:20.611Z Compiling libc v0.2.189
8292026-08-18T22:09:20.611Z Compiling zmij v1.0.23
8302026-08-18T22:09:20.611Z Compiling autocfg v1.5.1
8312026-08-18T22:09:20.954Z Compiling libm v0.2.16
8322026-08-18T22:09:21.245Z Compiling icu_properties_data v2.2.0
8332026-08-18T22:09:21.245Z Compiling icu_normalizer_data v2.2.0
8342026-08-18T22:09:21.248Z Compiling serde_json v1.0.151
8352026-08-18T22:09:21.361Z Compiling num-traits v0.2.19
8362026-08-18T22:09:21.377Z Compiling getrandom v0.4.3
8372026-08-18T22:09:21.579Z Compiling memchr v2.8.3
8382026-08-18T22:09:21.651Z Compiling version_check v0.9.5
8392026-08-18T22:09:21.723Z Compiling thiserror v2.0.20
8402026-08-18T22:09:22.092Z Compiling syn v2.0.119
8412026-08-18T22:09:22.145Z Compiling syn v3.0.3
8422026-08-18T22:09:22.161Z Compiling schemars v0.8.22
8432026-08-18T22:09:22.250Z Checking cfg-if v1.0.4
8442026-08-18T22:09:22.316Z Compiling parking_lot_core v0.9.12
8452026-08-18T22:09:22.411Z Compiling zerocopy v0.8.56
8462026-08-18T22:09:22.431Z Compiling portable-atomic v1.15.0
8472026-08-18T22:09:22.599Z Compiling heck v0.5.0
8482026-08-18T22:09:22.809Z Compiling rustversion v1.0.23
8492026-08-18T22:09:22.841Z Compiling itoa v1.0.18
8502026-08-18T22:09:22.926Z Compiling jobserver v0.1.35
8512026-08-18T22:09:23.015Z Compiling shlex v2.0.1
8522026-08-18T22:09:23.033Z Compiling find-msvc-tools v0.1.10
8532026-08-18T22:09:23.300Z Compiling cc v1.4.2
8542026-08-18T22:09:23.585Z Compiling pkg-config v0.3.33
8552026-08-18T22:09:23.652Z Compiling fs_extra v1.3.0
8562026-08-18T22:09:23.813Z Compiling dunce v1.0.5
8572026-08-18T22:09:23.927Z Compiling semver v1.0.28
8582026-08-18T22:09:24.018Z Compiling log v0.4.33
8592026-08-18T22:09:24.035Z Compiling httparse v1.10.1
8602026-08-18T22:09:24.059Z Compiling cmake v0.1.58
8612026-08-18T22:09:24.208Z Compiling slog v2.8.2
8622026-08-18T22:09:24.225Z Compiling rustix v1.1.4
8632026-08-18T22:09:24.435Z Checking stable_deref_trait v1.2.1
8642026-08-18T22:09:24.475Z Compiling allocator-api2 v0.2.21
8652026-08-18T22:09:24.491Z Compiling equivalent v1.0.2
8662026-08-18T22:09:24.512Z Compiling thiserror v1.0.69
8672026-08-18T22:09:24.612Z Compiling aws-lc-sys v0.44.0
8682026-08-18T22:09:24.726Z Checking writeable v0.6.3
8692026-08-18T22:09:24.789Z Checking litemap v0.8.2
8702026-08-18T22:09:24.823Z Checking utf8_iter v1.0.4
8712026-08-18T22:09:24.893Z Compiling ring v0.17.14
8722026-08-18T22:09:24.969Z Compiling synstructure v0.13.2
8732026-08-18T22:09:24.972Z Compiling serde_derive_internals v0.29.1
8742026-08-18T22:09:25.008Z Compiling aws-lc-rs v1.18.0
8752026-08-18T22:09:25.330Z Checking percent-encoding v2.3.2
8762026-08-18T22:09:25.469Z Compiling serde_derive v1.0.229
8772026-08-18T22:09:25.487Z Compiling displaydoc v0.2.7
8782026-08-18T22:09:25.490Z Compiling thiserror-impl v2.0.20
8792026-08-18T22:09:25.490Z Compiling tokio-macros v2.7.2
8802026-08-18T22:09:25.534Z Compiling futures-macro v0.3.34
8812026-08-18T22:09:26.212Z Compiling zerofrom-derive v0.1.7
8822026-08-18T22:09:26.252Z Compiling yoke-derive v0.8.2
8832026-08-18T22:09:26.265Z Compiling zerovec-derive v0.11.3
8842026-08-18T22:09:26.355Z Compiling schemars_derive v0.8.22
8852026-08-18T22:09:26.711Z Compiling zeroize_derive v1.5.0
8862026-08-18T22:09:27.316Z Compiling zerocopy-derive v0.8.56
8872026-08-18T22:09:27.327Z Compiling tracing-attributes v0.1.31
8882026-08-18T22:09:27.379Z Checking zerofrom v0.1.8
8892026-08-18T22:09:27.458Z Compiling thiserror-impl v1.0.69
8902026-08-18T22:09:27.499Z Checking yoke v0.8.3
8912026-08-18T22:09:27.675Z Checking zerovec v0.11.6
8922026-08-18T22:09:28.536Z Compiling serde_tokenstream v0.2.3
8932026-08-18T22:09:28.563Z Checking tinystr v0.8.3
8942026-08-18T22:09:28.581Z Checking potential_utf v0.1.5
8952026-08-18T22:09:28.598Z Checking smallvec v1.15.2
8962026-08-18T22:09:28.704Z Checking bytes v1.12.1
8972026-08-18T22:09:28.707Z Checking zerotrie v0.2.4
8982026-08-18T22:09:28.738Z Checking icu_locale_core v2.2.0
8992026-08-18T22:09:28.827Z Checking icu_collections v2.2.0
9002026-08-18T22:09:28.945Z Compiling regex-syntax v0.8.11
9012026-08-18T22:09:29.120Z Checking form_urlencoded v1.2.2
9022026-08-18T22:09:29.140Z Compiling aho-corasick v1.1.5
9032026-08-18T22:09:29.238Z Checking rand_core v0.10.1
9042026-08-18T22:09:29.254Z Compiling anyhow v1.0.104
9052026-08-18T22:09:29.330Z Checking icu_provider v2.2.0
9062026-08-18T22:09:29.507Z Compiling rustls v0.23.43
9072026-08-18T22:09:29.524Z Compiling ucd-trie v0.1.7
9082026-08-18T22:09:29.563Z Checking icu_properties v2.2.0
9092026-08-18T22:09:29.568Z Checking icu_normalizer v2.2.0
9102026-08-18T22:09:29.709Z Compiling pest v2.8.8
9112026-08-18T22:09:29.962Z Compiling getrandom v0.3.4
9122026-08-18T22:09:29.979Z Compiling hashbrown v0.17.1
9132026-08-18T22:09:30.403Z Checking idna_adapter v1.2.2
9142026-08-18T22:09:30.479Z Compiling regex-automata v0.4.18
9152026-08-18T22:09:30.521Z Compiling crossbeam-utils v0.8.22
9162026-08-18T22:09:30.537Z Checking idna v1.1.0
9172026-08-18T22:09:30.771Z Compiling pest_meta v2.8.8
9182026-08-18T22:09:30.796Z Checking url v2.5.8
9192026-08-18T22:09:30.869Z Compiling indexmap v2.14.0
9202026-08-18T22:09:30.895Z Checking iana-time-zone v0.1.65
9212026-08-18T22:09:30.941Z Compiling paste v1.0.15
9222026-08-18T22:09:31.023Z Checking chrono v0.4.45
9232026-08-18T22:09:31.125Z Compiling num-conv v0.2.2
9242026-08-18T22:09:31.201Z Compiling time-core v0.1.9
9252026-08-18T22:09:31.411Z Compiling pest_generator v2.8.8
9262026-08-18T22:09:31.425Z Compiling time-macros v0.2.32
9272026-08-18T22:09:31.455Z Compiling strsim v0.11.1
9282026-08-18T22:09:31.967Z Checking uuid v1.24.0
9292026-08-18T22:09:32.010Z Compiling pest_derive v2.8.8
9302026-08-18T22:09:32.198Z Compiling regex v1.13.1
9312026-08-18T22:09:32.265Z Compiling async-trait v0.1.92
9322026-08-18T22:09:32.463Z Compiling byteorder v1.5.0
9332026-08-18T22:09:32.529Z Compiling ident_case v1.0.1
9342026-08-18T22:09:32.566Z Compiling camino v1.2.5
9352026-08-18T22:09:32.933Z Checking dyn-clone v1.0.20
9362026-08-18T22:09:33.028Z Checking errno v0.3.14
9372026-08-18T22:09:33.199Z Compiling scroll_derive v0.13.1
9382026-08-18T22:09:33.406Z Compiling omicron-workspace-hack v0.1.0
9392026-08-18T22:09:33.632Z Compiling slog-async v2.8.0
9402026-08-18T22:09:33.650Z Compiling generic-array v0.14.7
9412026-08-18T22:09:33.766Z Compiling crc32fast v1.5.0
9422026-08-18T22:09:33.922Z Compiling usdt-impl v0.6.0
9432026-08-18T22:09:33.940Z Compiling plain v0.2.3
9442026-08-18T22:09:34.019Z Compiling scroll v0.13.0
9452026-08-18T22:09:34.127Z Compiling daft-derive v0.1.8
9462026-08-18T22:09:34.199Z Checking pin-project-lite v0.2.17
9472026-08-18T22:09:34.279Z Compiling goblin v0.10.7
9482026-08-18T22:09:34.296Z Compiling pretty-hex v0.4.2
9492026-08-18T22:09:34.426Z Compiling dtrace-parser v0.3.0
9502026-08-18T22:09:34.518Z Compiling thread-id v5.1.0
9512026-08-18T22:09:34.831Z Compiling syn v1.0.109
9522026-08-18T22:09:34.874Z Compiling darling_core v0.23.0
9532026-08-18T22:09:34.891Z Checking bitflags v2.13.1
9542026-08-18T22:09:35.060Z Checking getrandom v0.2.17
9552026-08-18T22:09:35.130Z Checking zeroize v1.9.0
9562026-08-18T22:09:35.885Z Compiling multer v3.1.0
9572026-08-18T22:09:36.163Z Compiling async-stream-impl v0.3.6
9582026-08-18T22:09:36.177Z Checking socket2 v0.6.5
9592026-08-18T22:09:36.320Z Checking scopeguard v1.2.0
9602026-08-18T22:09:36.412Z Compiling ref-cast v1.0.26
9612026-08-18T22:09:36.430Z Checking lock_api v0.4.14
9622026-08-18T22:09:36.634Z Checking critical-section v1.2.0
9632026-08-18T22:09:36.737Z Checking once_cell v1.21.4
9642026-08-18T22:09:36.907Z Compiling ref-cast-impl v1.0.26
9652026-08-18T22:09:36.933Z Compiling darling_macro v0.23.0
9662026-08-18T22:09:36.977Z Compiling dropshot v0.17.1
9672026-08-18T22:09:37.188Z Compiling dof v0.4.0
9682026-08-18T22:09:37.502Z Compiling darling v0.23.0
9692026-08-18T22:09:37.519Z Compiling dropshot_endpoint v0.17.1
9702026-08-18T22:09:37.593Z Compiling serde_tokenstream v0.3.0
9712026-08-18T22:09:37.767Z Checking parking_lot v0.12.5
9722026-08-18T22:09:38.062Z Compiling newtype-uuid-macros v0.1.1
9732026-08-18T22:09:38.200Z Checking signal-hook-registry v1.4.8
9742026-08-18T22:09:38.381Z Checking mio v1.2.2
9752026-08-18T22:09:38.424Z Compiling usdt-attr-macro v0.6.0
9762026-08-18T22:09:38.476Z Compiling usdt-macro v0.6.0
9772026-08-18T22:09:38.512Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9782026-08-18T22:09:38.677Z Checking tokio v1.53.1
9792026-08-18T22:09:38.848Z Compiling strum_macros v0.26.4
9802026-08-18T22:09:38.963Z Compiling structmeta-derive v0.3.0
9812026-08-18T22:09:39.282Z Checking subtle v2.6.1
9822026-08-18T22:09:39.282Z Compiling foldhash v0.2.0
9832026-08-18T22:09:39.314Z Checking futures-core v0.3.34
9842026-08-18T22:09:39.452Z Compiling hashbrown v0.16.1
9852026-08-18T22:09:39.497Z Compiling serde_with_macros v3.22.0
9862026-08-18T22:09:40.002Z Compiling structmeta v0.3.0
9872026-08-18T22:09:40.042Z Compiling strum_macros v0.27.2
9882026-08-18T22:09:40.341Z Compiling derive-ex v0.1.8
9892026-08-18T22:09:40.461Z Compiling http v1.5.0
9902026-08-18T22:09:40.594Z Checking futures-sink v0.3.34
9912026-08-18T22:09:40.612Z Checking ipnetwork v0.21.1
9922026-08-18T22:09:40.823Z Compiling winnow v1.0.4
9932026-08-18T22:09:40.985Z Checking slab v0.4.12
9942026-08-18T22:09:41.639Z Checking futures-channel v0.3.34
9952026-08-18T22:09:41.739Z Compiling toml_parser v1.1.3+spec-1.1.0
9962026-08-18T22:09:41.832Z Checking typenum v1.20.1
9972026-08-18T22:09:41.865Z Compiling test-strategy v0.4.5
9982026-08-18T22:09:41.889Z Checking futures-task v0.3.34
9992026-08-18T22:09:42.174Z Checking futures-io v0.3.34
10002026-08-18T22:09:42.274Z Compiling toml_datetime v1.1.1+spec-1.1.0
10012026-08-18T22:09:42.293Z Checking futures-util v0.3.34
10022026-08-18T22:09:42.293Z Compiling parse-display-derive v0.10.0
10032026-08-18T22:09:42.666Z Checking oxnet v0.1.6
10042026-08-18T22:09:42.732Z Checking tracing-core v0.1.36
10052026-08-18T22:09:42.918Z Checking erased-serde v0.3.31
10062026-08-18T22:09:43.357Z Checking tracing v0.1.44
10072026-08-18T22:09:43.629Z Compiling ryu v1.0.23
10082026-08-18T22:09:43.660Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10092026-08-18T22:09:43.799Z Compiling clap_derive v4.6.4
10102026-08-18T22:09:43.817Z Checking base64 v0.22.1
10112026-08-18T22:09:44.211Z Checking fnv v1.0.7
10122026-08-18T22:09:44.259Z Checking rand_core v0.6.4
10132026-08-18T22:09:44.313Z Compiling openapiv3 v2.2.0
10142026-08-18T22:09:44.523Z Compiling either v1.17.0
10152026-08-18T22:09:44.622Z Checking rustls-pki-types v1.15.1
10162026-08-18T22:09:44.933Z Checking tokio-util v0.7.19
10172026-08-18T22:09:45.385Z Checking untrusted v0.9.0
10182026-08-18T22:09:45.444Z Checking ipnet v2.12.1
10192026-08-18T22:09:45.461Z Checking untrusted v0.7.1
10202026-08-18T22:09:45.571Z Compiling toml_edit v0.25.13+spec-1.1.0
10212026-08-18T22:09:45.878Z Checking http-body v1.1.0
10222026-08-18T22:09:46.019Z Checking atomic-waker v1.1.2
10232026-08-18T22:09:46.112Z Compiling proc-macro-crate v3.5.0
10242026-08-18T22:09:46.446Z Checking try-lock v0.2.5
10252026-08-18T22:09:46.464Z Checking tower-service v0.3.3
10262026-08-18T22:09:46.535Z Compiling num_enum_derive v0.7.6
10272026-08-18T22:09:46.553Z Checking tower-layer v0.3.3
10282026-08-18T22:09:46.556Z Checking want v0.3.1
10292026-08-18T22:09:46.604Z Checking h2 v0.4.15
10302026-08-18T22:09:46.704Z Checking httpdate v1.0.3
10312026-08-18T22:09:46.845Z Compiling regress v0.11.1
10322026-08-18T22:09:47.369Z Compiling crucible-workspace-hack v0.1.0
10332026-08-18T22:09:47.664Z Checking serde_urlencoded v0.7.1
10342026-08-18T22:09:47.695Z Checking http-body-util v0.1.5
10352026-08-18T22:09:48.192Z Checking ppv-lite86 v0.2.21
10362026-08-18T22:09:48.457Z Compiling typify-impl v0.6.2
10372026-08-18T22:09:48.494Z Compiling unsafe-libyaml v0.2.11
10382026-08-18T22:09:48.526Z Checking hyper v1.11.0
10392026-08-18T22:09:49.048Z Compiling serde_yaml v0.9.34+deprecated
10402026-08-18T22:09:49.479Z Checking hyper-util v0.1.20
10412026-08-18T22:09:49.924Z Compiling convert_case v0.4.0
10422026-08-18T22:09:50.217Z Compiling derive_more v0.99.20
10432026-08-18T22:09:50.543Z Compiling zerocopy-derive v0.7.35
10442026-08-18T22:09:50.931Z Compiling crossbeam-epoch v0.9.20
10452026-08-18T22:09:51.573Z Compiling itertools v0.14.0
10462026-08-18T22:09:51.677Z Compiling regress v0.10.5
10472026-08-18T22:09:51.824Z Compiling typify-macro v0.6.2
10482026-08-18T22:09:52.654Z Checking deranged v0.5.8
10492026-08-18T22:09:52.796Z Compiling rustix v0.38.44
10502026-08-18T22:09:52.852Z Checking powerfmt v0.2.0
10512026-08-18T22:09:53.004Z Checking num_threads v0.1.7
10522026-08-18T22:09:53.357Z Compiling heapless v0.8.0
10532026-08-18T22:09:53.541Z Compiling typify v0.6.2
10542026-08-18T22:09:53.583Z Checking time v0.3.55
10552026-08-18T22:09:53.828Z Checking crossbeam-channel v0.5.16
10562026-08-18T22:09:54.096Z Compiling scroll_derive v0.12.1
10572026-08-18T22:09:54.156Z Compiling serde_repr v0.1.21
10582026-08-18T22:09:54.222Z Checking cpufeatures v0.3.0
10592026-08-18T22:09:54.703Z Compiling heck v0.4.1
10602026-08-18T22:09:55.164Z Checking futures-executor v0.3.34
10612026-08-18T22:09:55.309Z Checking sync_wrapper v1.0.2
10622026-08-18T22:09:55.376Z Checking thread_local v1.1.10
10632026-08-18T22:09:55.428Z Compiling smoltcp v0.11.0
10642026-08-18T22:09:55.535Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10652026-08-18T22:09:55.854Z Checking tower v0.5.3
10662026-08-18T22:09:56.008Z Checking rand_core v0.9.5
10672026-08-18T22:09:56.129Z Checking webpki-roots v1.0.9
10682026-08-18T22:09:56.305Z Compiling rustc_version v0.4.1
10692026-08-18T22:09:56.401Z Checking is-terminal v0.4.17
10702026-08-18T22:09:56.432Z Checking take_mut v0.2.2
10712026-08-18T22:09:56.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10722026-08-18T22:09:56.534Z Checking term v1.2.1
10732026-08-18T22:09:56.657Z Compiling curve25519-dalek v4.1.3
10742026-08-18T22:09:56.714Z Checking tower-http v0.6.11
10752026-08-18T22:09:56.754Z Checking slog-term v2.9.2
10762026-08-18T22:09:56.771Z Checking futures v0.3.34
10772026-08-18T22:09:56.920Z Compiling toml_datetime v0.6.11
10782026-08-18T22:09:56.938Z Compiling foreign-types-macros v0.2.4
10792026-08-18T22:09:57.280Z Checking fastrand v2.5.0
10802026-08-18T22:09:57.307Z Checking hex v0.4.3
10812026-08-18T22:09:57.545Z Checking rand_chacha v0.9.0
10822026-08-18T22:09:57.772Z Compiling zerocopy v0.7.35
10832026-08-18T22:09:57.810Z Compiling hubpack_derive v0.1.1
10842026-08-18T22:09:57.946Z Compiling thiserror-impl-no-std v2.0.2
10852026-08-18T22:09:58.337Z Compiling curve25519-dalek-derive v0.1.1
10862026-08-18T22:09:58.455Z Compiling usdt-impl v0.5.0
10872026-08-18T22:09:58.578Z Compiling proc-macro-error-attr v1.0.4
10882026-08-18T22:09:58.909Z Compiling dof v0.3.0
10892026-08-18T22:09:59.004Z Checking rand v0.9.5
10902026-08-18T22:09:59.021Z Compiling dtrace-parser v0.2.0
10912026-08-18T22:09:59.024Z Compiling darling_core v0.21.3
10922026-08-18T22:09:59.055Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10932026-08-18T22:09:59.539Z Compiling serde_spanned v1.1.1
10942026-08-18T22:09:59.682Z Compiling thread-id v4.2.2
10952026-08-18T22:09:59.767Z Compiling proc-macro-error v1.0.4
10962026-08-18T22:09:59.995Z Compiling memoffset v0.9.1
10972026-08-18T22:10:00.042Z Compiling toml_writer v1.1.2+spec-1.1.0
10982026-08-18T22:10:01.046Z Checking tempfile v3.27.0
10992026-08-18T22:10:01.115Z Compiling darling_macro v0.21.3
11002026-08-18T22:10:01.149Z Checking crypto-common v0.1.7
11012026-08-18T22:10:01.501Z Checking hybrid-array v0.4.14
11022026-08-18T22:10:01.968Z Checking simd-adler32 v0.3.10
11032026-08-18T22:10:01.981Z Compiling prettyplease v0.2.37
11042026-08-18T22:10:02.024Z Checking openssl-probe v0.2.1
11052026-08-18T22:10:02.101Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11062026-08-18T22:10:02.127Z Compiling cfg_aliases v0.2.2
11072026-08-18T22:10:02.144Z Checking adler2 v2.0.1
11082026-08-18T22:10:02.202Z Checking match_cfg v0.1.0
11092026-08-18T22:10:02.250Z Compiling nix v0.31.3
11102026-08-18T22:10:02.262Z Checking miniz_oxide v0.8.9
11112026-08-18T22:10:02.276Z Checking hostname v0.3.1
11122026-08-18T22:10:02.337Z Checking rustls-native-certs v0.8.4
11132026-08-18T22:10:02.371Z Compiling darling v0.21.3
11142026-08-18T22:10:02.750Z Checking slog-json v2.6.1
11152026-08-18T22:10:02.856Z Checking newtype-uuid v1.4.0
11162026-08-18T22:10:02.923Z Checking memmap2 v0.9.11
11172026-08-18T22:10:03.129Z Compiling crossbeam-deque v0.8.7
11182026-08-18T22:10:03.238Z Checking usdt v0.6.0
11192026-08-18T22:10:03.280Z Checking daft v0.1.8
11202026-08-18T22:10:03.359Z Checking slog-bunyan v2.5.0
11212026-08-18T22:10:03.432Z Checking flate2 v1.1.9
11222026-08-18T22:10:03.452Z Compiling ingot-macros v0.1.1
11232026-08-18T22:10:03.469Z Checking block-buffer v0.12.1
11242026-08-18T22:10:03.515Z Checking crypto-common v0.2.2
11252026-08-18T22:10:03.539Z Compiling usdt-attr-macro v0.5.0
11262026-08-18T22:10:03.614Z Compiling usdt-macro v0.5.0
11272026-08-18T22:10:03.724Z Compiling num-derive v0.4.2
11282026-08-18T22:10:04.007Z Compiling enum-as-inner v0.6.1
11292026-08-18T22:10:04.411Z Compiling winnow v0.7.15
11302026-08-18T22:10:04.414Z Checking const-oid v0.10.2
11312026-08-18T22:10:04.655Z Checking compression-core v0.4.32
11322026-08-18T22:10:04.779Z Checking debug-ignore v1.0.5
11332026-08-18T22:10:04.877Z Checking compression-codecs v0.4.38
11342026-08-18T22:10:04.918Z Checking digest v0.11.3
11352026-08-18T22:10:05.452Z Compiling progenitor-impl v0.14.0
11362026-08-18T22:10:06.089Z Checking macaddr v1.0.1
11372026-08-18T22:10:06.126Z Checking encoding_rs v0.8.35
11382026-08-18T22:10:06.262Z Checking spin v0.9.9
11392026-08-18T22:10:06.302Z Compiling rayon-core v1.13.0
11402026-08-18T22:10:06.320Z Checking mime v0.3.17
11412026-08-18T22:10:06.371Z Checking toml v1.1.4+spec-1.1.0
11422026-08-18T22:10:06.787Z Checking sha1 v0.11.0
11432026-08-18T22:10:06.823Z Checking async-compression v0.4.43
11442026-08-18T22:10:07.312Z Checking rand_chacha v0.3.1
11452026-08-18T22:10:07.418Z Checking waitgroup v0.1.2
11462026-08-18T22:10:07.422Z Checking rustls-pemfile v2.2.0
11472026-08-18T22:10:07.474Z Checking async-stream v0.3.6
11482026-08-18T22:10:07.492Z Compiling progenitor-macro v0.14.0
11492026-08-18T22:10:07.548Z Checking serde_path_to_error v0.1.20
11502026-08-18T22:10:07.569Z Checking hostname v0.4.2
11512026-08-18T22:10:07.597Z Compiling wait-timeout v0.2.1
11522026-08-18T22:10:07.665Z Compiling quick-error v1.2.3
11532026-08-18T22:10:07.840Z Compiling bit-vec v0.8.0
11542026-08-18T22:10:07.984Z Compiling rusty-fork v0.3.1
11552026-08-18T22:10:08.060Z Compiling bit-set v0.8.0
11562026-08-18T22:10:08.160Z Checking rand v0.8.7
11572026-08-18T22:10:08.615Z Compiling rand_xorshift v0.4.0
11582026-08-18T22:10:08.743Z Compiling num-integer v0.1.47
11592026-08-18T22:10:09.039Z Compiling semver v0.1.20
11602026-08-18T22:10:09.057Z Compiling winnow v0.5.40
11612026-08-18T22:10:09.287Z Compiling unarray v0.1.4
11622026-08-18T22:10:09.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11632026-08-18T22:10:09.408Z Compiling proptest v1.11.0
11642026-08-18T22:10:09.430Z Compiling rustc_version v0.1.7
11652026-08-18T22:10:10.306Z Compiling toml_edit v0.19.15
11662026-08-18T22:10:10.524Z Compiling reqwest v0.12.28
11672026-08-18T22:10:10.606Z Compiling backon v1.6.0
11682026-08-18T22:10:10.803Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11692026-08-18T22:10:10.933Z Checking block-buffer v0.10.4
11702026-08-18T22:10:11.947Z Compiling strum v0.26.3
11712026-08-18T22:10:12.165Z Compiling instant v0.1.13
11722026-08-18T22:10:12.307Z Checking unicode-width v0.2.2
11732026-08-18T22:10:12.430Z Compiling utf8parse v0.2.2
11742026-08-18T22:10:12.563Z Compiling anstyle-parse v1.0.0
11752026-08-18T22:10:12.578Z Compiling backoff v0.4.0
11762026-08-18T22:10:12.617Z Compiling iddqd v0.4.6
11772026-08-18T22:10:12.676Z Checking rustls-webpki v0.103.14
11782026-08-18T22:10:12.735Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11792026-08-18T22:10:12.771Z Compiling progenitor-client v0.10.0
11802026-08-18T22:10:12.815Z Compiling proc-macro-crate v1.3.1
11812026-08-18T22:10:12.855Z Checking digest v0.10.7
11822026-08-18T22:10:13.009Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11832026-08-18T22:10:13.048Z Compiling newtype_derive v0.1.6
11842026-08-18T22:10:13.162Z Compiling num-iter v0.1.46
11852026-08-18T22:10:13.269Z Compiling num-rational v0.4.2
11862026-08-18T22:10:13.286Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11872026-08-18T22:10:13.315Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11882026-08-18T22:10:13.777Z Compiling parse-display v0.10.0
11892026-08-18T22:10:13.859Z Compiling strum v0.27.2
11902026-08-18T22:10:13.992Z Compiling serde_with v3.22.0
11912026-08-18T22:10:14.014Z Compiling num-complex v0.4.6
11922026-08-18T22:10:14.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
11932026-08-18T22:10:14.256Z Compiling anstyle-query v1.1.5
11942026-08-18T22:10:14.259Z Compiling vcpkg v0.2.15
11952026-08-18T22:10:14.290Z Compiling humantime v2.4.0
11962026-08-18T22:10:14.366Z Compiling is_terminal_polyfill v1.70.2
11972026-08-18T22:10:14.385Z Compiling owo-colors v4.3.0
11982026-08-18T22:10:14.465Z Compiling anstyle v1.0.14
11992026-08-18T22:10:14.525Z Compiling colorchoice v1.0.5
12002026-08-18T22:10:14.643Z Compiling anstream v1.0.0
12012026-08-18T22:10:14.681Z Compiling num v0.4.3
12022026-08-18T22:10:14.831Z Compiling openssl-sys v0.9.117
12032026-08-18T22:10:14.865Z Compiling num_enum_derive v0.5.11
12042026-08-18T22:10:15.121Z Compiling terminal_size v0.4.4
12052026-08-18T22:10:15.350Z Compiling serde_spanned v0.6.9
12062026-08-18T22:10:15.367Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12072026-08-18T22:10:15.449Z Compiling pin-project-internal v1.1.13
12082026-08-18T22:10:15.493Z Compiling derive-where v1.6.1
12092026-08-18T22:10:15.523Z Checking tokio-rustls v0.26.4
12102026-08-18T22:10:15.755Z Checking hyper-rustls v0.27.9
12112026-08-18T22:10:15.843Z Checking rustls-platform-verifier v0.7.0
12122026-08-18T22:10:15.955Z Compiling float-ord v0.3.2
12132026-08-18T22:10:15.986Z Checking reqwest v0.13.4
12142026-08-18T22:10:16.071Z Compiling clap_lex v1.1.0
12152026-08-18T22:10:16.280Z Compiling toml_write v0.1.2
12162026-08-18T22:10:16.300Z Compiling clap_builder v4.6.6
12172026-08-18T22:10:16.476Z Compiling toml_edit v0.22.27
12182026-08-18T22:10:16.739Z Checking progenitor-client v0.14.0
12192026-08-18T22:10:17.804Z Compiling progenitor-impl v0.13.0
12202026-08-18T22:10:18.724Z Compiling progenitor-extras v0.2.0
12212026-08-18T22:10:19.136Z Compiling clap v4.6.6
12222026-08-18T22:10:19.154Z Compiling toml v0.8.23
12232026-08-18T22:10:19.378Z Compiling zone_cfg_derive v0.3.1
12242026-08-18T22:10:19.535Z Compiling snafu-derive v0.8.9
12252026-08-18T22:10:19.697Z Compiling async-recursion v1.1.1
12262026-08-18T22:10:19.854Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12272026-08-18T22:10:19.896Z Compiling progenitor-macro v0.13.0
12282026-08-18T22:10:21.334Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12292026-08-18T22:10:21.378Z Compiling slog-dtrace v0.3.0
12302026-08-18T22:10:21.560Z Compiling cancel-safe-futures v0.1.5
12312026-08-18T22:10:21.616Z Compiling unicode-xid v0.2.6
12322026-08-18T22:10:21.702Z Compiling chrono-tz v0.10.4
12332026-08-18T22:10:21.723Z Compiling minimal-lexical v0.2.1
12342026-08-18T22:10:21.740Z Compiling openssl v0.10.81
12352026-08-18T22:10:21.945Z Compiling nom v7.1.3
12362026-08-18T22:10:21.963Z Compiling const_format_proc_macros v0.2.34
12372026-08-18T22:10:22.467Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12382026-08-18T22:10:22.688Z Compiling openssl-macros v0.1.1
12392026-08-18T22:10:23.039Z Checking cpufeatures v0.2.17
12402026-08-18T22:10:23.281Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12412026-08-18T22:10:23.793Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12422026-08-18T22:10:23.830Z Compiling cookie v0.18.2
12432026-08-18T22:10:23.915Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12442026-08-18T22:10:24.203Z Compiling tabled_derive v0.7.0
12452026-08-18T22:10:25.041Z Checking num_enum v0.7.6
12462026-08-18T22:10:25.482Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12472026-08-18T22:10:25.731Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12482026-08-18T22:10:26.884Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-08-18T22:10:27.142Z Checking tabwriter v1.4.1
12502026-08-18T22:10:27.290Z Checking secrecy v0.10.3
12512026-08-18T22:10:27.311Z Checking tinyvec_macros v0.1.1
12522026-08-18T22:10:27.587Z Checking colored v3.1.1
12532026-08-18T22:10:27.611Z Checking tinyvec v1.12.0
12542026-08-18T22:10:27.916Z Checking hash32 v0.3.1
12552026-08-18T22:10:28.047Z Checking bstr v1.13.1
12562026-08-18T22:10:28.248Z Checking data-encoding v2.11.1
12572026-08-18T22:10:28.419Z Checking hmac v0.12.1
12582026-08-18T22:10:28.536Z Checking inout v0.1.4
12592026-08-18T22:10:28.560Z Checking scroll v0.12.0
12602026-08-18T22:10:28.677Z Checking ff v0.13.1
12612026-08-18T22:10:28.751Z Checking cobs v0.3.0
12622026-08-18T22:10:28.792Z Checking managed v0.8.0
12632026-08-18T22:10:28.810Z Checking bitflags v1.3.2
12642026-08-18T22:10:28.890Z Checking static_assertions v1.1.0
12652026-08-18T22:10:28.906Z Checking foreign-types-shared v0.3.1
12662026-08-18T22:10:28.924Z Checking postcard v1.1.3
12672026-08-18T22:10:28.961Z Checking group v0.13.0
12682026-08-18T22:10:29.005Z Checking foreign-types v0.5.0
12692026-08-18T22:10:29.044Z Checking goblin v0.8.2
12702026-08-18T22:10:29.087Z Checking cipher v0.4.4
12712026-08-18T22:10:29.094Z Checking hkdf v0.12.4
12722026-08-18T22:10:29.105Z Checking atomicwrites v0.4.4
12732026-08-18T22:10:29.236Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12742026-08-18T22:10:29.273Z Checking universal-hash v0.5.1
12752026-08-18T22:10:29.397Z Checking crypto-bigint v0.5.5
12762026-08-18T22:10:29.494Z Checking chacha20 v0.10.1
12772026-08-18T22:10:29.571Z Checking half v2.7.1
12782026-08-18T22:10:29.833Z Checking cstr-argument v0.1.2
12792026-08-18T22:10:29.960Z Checking opaque-debug v0.3.1
12802026-08-18T22:10:29.991Z Checking indent_write v2.2.0
12812026-08-18T22:10:30.030Z Checking base16ct v0.2.0
12822026-08-18T22:10:30.048Z Checking ciborium-io v0.2.2
12832026-08-18T22:10:30.122Z Checking base64ct v1.8.3
12842026-08-18T22:10:30.161Z Checking ciborium-ll v0.2.2
12852026-08-18T22:10:30.161Z Checking poly1305 v0.8.0
12862026-08-18T22:10:30.217Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12872026-08-18T22:10:30.280Z Checking elliptic-curve v0.13.8
12882026-08-18T22:10:30.357Z Checking password-hash v0.5.0
12892026-08-18T22:10:30.375Z Checking rand v0.10.2
12902026-08-18T22:10:30.393Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
12912026-08-18T22:10:30.396Z Checking chacha20 v0.9.1
12922026-08-18T22:10:30.532Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12932026-08-18T22:10:30.552Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
12942026-08-18T22:10:30.588Z Checking blake2 v0.10.6
12952026-08-18T22:10:30.607Z Checking aead v0.5.2
12962026-08-18T22:10:30.744Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12972026-08-18T22:10:30.778Z Checking thiserror-no-std v2.0.2
12982026-08-18T22:10:30.801Z Checking hubpack v0.1.2
12992026-08-18T22:10:30.826Z Checking byte-wrapper v0.1.0
13002026-08-18T22:10:30.870Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13012026-08-18T22:10:30.971Z Checking keccak v0.1.6
13022026-08-18T22:10:31.041Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13032026-08-18T22:10:31.105Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13042026-08-18T22:10:31.124Z Checking sha3 v0.10.9
13052026-08-18T22:10:31.261Z Checking vsss-rs v3.3.4
13062026-08-18T22:10:31.318Z Checking argon2 v0.5.3
13072026-08-18T22:10:31.500Z Checking chacha20poly1305 v0.10.1
13082026-08-18T22:10:31.614Z Checking ciborium v0.2.2
13092026-08-18T22:10:31.633Z Checking similar v2.7.0
13102026-08-18T22:10:31.772Z Checking memmap v0.7.0
13112026-08-18T22:10:31.905Z Checking lazy_static v1.5.0
13122026-08-18T22:10:31.984Z Checking usdt v0.5.0
13132026-08-18T22:10:32.027Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13142026-08-18T22:10:32.221Z Checking ingot-types v0.1.2
13152026-08-18T22:10:32.348Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13162026-08-18T22:10:32.447Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13172026-08-18T22:10:32.506Z Checking progenitor v0.14.0
13182026-08-18T22:10:32.525Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13192026-08-18T22:10:32.580Z Checking bytecount v0.6.9
13202026-08-18T22:10:32.598Z Checking unicode-segmentation v1.13.3
13212026-08-18T22:10:32.639Z Checking ingot v0.1.1
13222026-08-18T22:10:32.856Z Checking console v0.15.11
13232026-08-18T22:10:32.926Z Checking newline-converter v0.3.0
13242026-08-18T22:10:33.013Z Checking itertools v0.12.1
13252026-08-18T22:10:33.051Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13262026-08-18T22:10:33.280Z Checking swrite v0.1.0
13272026-08-18T22:10:33.299Z Compiling parking_lot_core v0.8.6
13282026-08-18T22:10:33.355Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13292026-08-18T22:10:33.374Z Checking resolv-conf v0.7.6
13302026-08-18T22:10:33.408Z Checking linked-hash-map v0.5.6
13312026-08-18T22:10:33.593Z Checking lru-cache v0.1.2
13322026-08-18T22:10:33.616Z Checking expectorate v1.2.0
13332026-08-18T22:10:33.711Z Checking rayon v1.12.0
13342026-08-18T22:10:33.747Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13352026-08-18T22:10:33.779Z Checking hickory-proto v0.24.4
13362026-08-18T22:10:34.218Z Checking camino-tempfile v1.4.1
13372026-08-18T22:10:34.271Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13382026-08-18T22:10:34.521Z Checking serde-big-array v0.5.1
13392026-08-18T22:10:34.657Z Checking siphasher v1.0.3
13402026-08-18T22:10:34.824Z Checking phf_shared v0.12.1
13412026-08-18T22:10:34.948Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13422026-08-18T22:10:35.173Z Checking unicode-normalization v0.1.25
13432026-08-18T22:10:35.304Z Checking hickory-resolver v0.24.4
13442026-08-18T22:10:35.367Z Checking progenitor-client v0.13.0
13452026-08-18T22:10:35.483Z Checking pin-project v1.1.13
13462026-08-18T22:10:35.581Z Checking num_enum v0.5.11
13472026-08-18T22:10:35.975Z Checking tokio-stream v0.1.19
13482026-08-18T22:10:36.141Z Checking csv-core v0.1.13
13492026-08-18T22:10:36.213Z Checking konst_macro_rules v0.2.19
13502026-08-18T22:10:36.315Z Checking jiff-core v0.1.0
13512026-08-18T22:10:36.351Z Checking highway v1.3.0
13522026-08-18T22:10:36.386Z Checking foldhash v0.1.5
13532026-08-18T22:10:36.389Z Checking same-file v1.0.6
13542026-08-18T22:10:36.461Z Checking unicode-width v0.1.14
13552026-08-18T22:10:36.517Z Checking foreign-types-shared v0.1.1
13562026-08-18T22:10:36.536Z Checking smawk v0.3.3
13572026-08-18T22:10:36.575Z Checking unicode-linebreak v0.1.5
13582026-08-18T22:10:36.603Z Checking foreign-types v0.3.2
13592026-08-18T22:10:36.654Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13602026-08-18T22:10:36.676Z Checking hashbrown v0.15.5
13612026-08-18T22:10:36.706Z Checking walkdir v2.5.0
13622026-08-18T22:10:36.779Z Checking textwrap v0.16.2
13632026-08-18T22:10:36.869Z Checking konst v0.2.20
13642026-08-18T22:10:36.998Z Checking jiff v0.2.35
13652026-08-18T22:10:37.001Z Checking qorb v0.4.1
13662026-08-18T22:10:37.062Z Checking csv v1.4.0
13672026-08-18T22:10:37.203Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13682026-08-18T22:10:37.602Z Checking progenitor v0.13.0
13692026-08-18T22:10:37.740Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13702026-08-18T22:10:37.855Z Checking snafu v0.8.9
13712026-08-18T22:10:37.907Z Checking olpc-cjson v0.1.4
13722026-08-18T22:10:37.998Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13732026-08-18T22:10:38.044Z Checking phf v0.12.1
13742026-08-18T22:10:38.205Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13752026-08-18T22:10:38.220Z Checking zone v0.3.1
13762026-08-18T22:10:38.352Z Checking tokio-dtrace v0.1.1
13772026-08-18T22:10:38.544Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13782026-08-18T22:10:38.590Z Checking globset v0.4.20
13792026-08-18T22:10:38.659Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13802026-08-18T22:10:39.058Z Checking smf v0.2.3
13812026-08-18T22:10:39.210Z Checking pem v3.0.6
13822026-08-18T22:10:39.294Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13832026-08-18T22:10:39.363Z Checking libsw-core v0.3.2
13842026-08-18T22:10:39.434Z Checking serde_plain v1.0.2
13852026-08-18T22:10:39.508Z Checking sigpipe v0.1.3
13862026-08-18T22:10:39.544Z Checking glob v0.3.4
13872026-08-18T22:10:39.581Z Checking fixedbitset v0.4.2
13882026-08-18T22:10:39.598Z Checking fixedbitset v0.5.7
13892026-08-18T22:10:39.788Z Checking typed-path v0.9.3
13902026-08-18T22:10:39.879Z Checking petgraph v0.8.3
13912026-08-18T22:10:40.033Z Checking petgraph v0.6.5
13922026-08-18T22:10:40.117Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13932026-08-18T22:10:40.180Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13942026-08-18T22:10:40.203Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-08-18T22:10:40.228Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13962026-08-18T22:10:40.368Z Checking libsw v3.5.0
13972026-08-18T22:10:40.558Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-08-18T22:10:40.576Z Checking tough v0.22.0
13992026-08-18T22:10:40.843Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14002026-08-18T22:10:40.894Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14012026-08-18T22:10:40.937Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-08-18T22:10:41.048Z Checking oxide-tokio-rt v0.1.6
14032026-08-18T22:10:41.259Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14042026-08-18T22:10:41.276Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-08-18T22:10:41.280Z Checking const_format v0.2.36
14062026-08-18T22:10:41.418Z Checking papergrid v0.11.0
14072026-08-18T22:10:41.777Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14082026-08-18T22:10:41.830Z Checking gethostname v0.5.0
14092026-08-18T22:10:41.897Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14102026-08-18T22:10:41.924Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14112026-08-18T22:10:42.073Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14122026-08-18T22:10:42.246Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-08-18T22:10:42.558Z Checking libscf-sys v1.2.0
14142026-08-18T22:10:42.706Z Checking bcs v0.1.6
14152026-08-18T22:10:42.841Z Checking linear-map v1.2.0
14162026-08-18T22:10:42.859Z Checking tagptr v0.2.0
14172026-08-18T22:10:42.928Z Checking whoami v1.6.1
14182026-08-18T22:10:42.987Z Checking termtree v0.5.1
14192026-08-18T22:10:43.005Z Checking moka v0.12.16
14202026-08-18T22:10:43.009Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-08-18T22:10:43.818Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-08-18T22:10:44.299Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-08-18T22:10:44.627Z Checking tabled v0.15.0
14242026-08-18T22:10:44.845Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-08-18T22:10:44.865Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-08-18T22:10:44.928Z Checking steno v0.4.1
14272026-08-18T22:10:44.950Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-08-18T22:10:45.464Z Checking hickory-proto v0.25.2
14292026-08-18T22:10:46.990Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14302026-08-18T22:10:47.010Z Checking hickory-resolver v0.25.2
14312026-08-18T22:10:47.231Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-08-18T22:10:47.675Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-08-18T22:10:48.215Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14342026-08-18T22:10:48.426Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14352026-08-18T22:10:52.709Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-08-18T22:10:53.031Z Checking nom v8.0.0
14372026-08-18T22:10:56.260Z Compiling crunchy v0.2.4
14382026-08-18T22:10:57.825Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14392026-08-18T22:10:58.769Z Compiling itertools v0.15.0
14402026-08-18T22:10:58.789Z Compiling tiny-keccak v2.0.2
14412026-08-18T22:10:58.933Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14422026-08-18T22:10:59.472Z Compiling typify-impl v0.4.3
14432026-08-18T22:11:00.072Z Compiling ingot-macros v0.2.0
14442026-08-18T22:11:00.326Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-08-18T22:11:00.557Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14462026-08-18T22:11:00.775Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14472026-08-18T22:11:00.862Z Checking parking_lot v0.11.2
14482026-08-18T22:11:01.024Z Compiling const-random-macro v0.1.16
14492026-08-18T22:11:01.269Z Checking fxhash v0.2.1
14502026-08-18T22:11:01.284Z Compiling smartstring v1.0.1
14512026-08-18T22:11:01.391Z Checking sled v0.34.7
14522026-08-18T22:11:01.423Z Compiling ahash v0.8.12
14532026-08-18T22:11:01.830Z Checking internet-checksum v0.2.1
14542026-08-18T22:11:01.955Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14552026-08-18T22:11:02.044Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-08-18T22:11:02.593Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14572026-08-18T22:11:02.654Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14582026-08-18T22:11:02.757Z Compiling rhai_codegen v3.2.0
14592026-08-18T22:11:02.805Z Compiling typify-macro v0.4.3
14602026-08-18T22:11:03.097Z Checking arc-swap v1.9.2
14612026-08-18T22:11:03.423Z Checking slog-scope v4.4.1
14622026-08-18T22:11:03.444Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14632026-08-18T22:11:03.605Z Checking papergrid v0.18.0
14642026-08-18T22:11:03.737Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14652026-08-18T22:11:03.773Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14662026-08-18T22:11:03.876Z Checking dropshot-api-manager-types v0.7.2
14672026-08-18T22:11:04.265Z Checking slog-stdlog v4.1.1
14682026-08-18T22:11:04.363Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14692026-08-18T22:11:04.383Z Compiling typify v0.4.3
14702026-08-18T22:11:04.401Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14712026-08-18T22:11:04.401Z Checking tabled v0.21.0
14722026-08-18T22:11:04.479Z Compiling progenitor-impl v0.10.0
14732026-08-18T22:11:04.555Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14742026-08-18T22:11:04.623Z Compiling lzma-sys v0.1.20
14752026-08-18T22:11:05.285Z Compiling fs-err v3.3.1
14762026-08-18T22:11:05.307Z Compiling typeid v1.0.3
14772026-08-18T22:11:05.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14782026-08-18T22:11:05.586Z Checking slog-envlogger v2.2.0
14792026-08-18T22:11:05.629Z Checking ingot-types v0.2.0
14802026-08-18T22:11:05.995Z Compiling toml_datetime v0.7.5+spec-1.1.0
14812026-08-18T22:11:06.278Z Checking crc8 v0.1.1
14822026-08-18T22:11:06.508Z Compiling toml v0.9.12+spec-1.1.0
14832026-08-18T22:11:06.526Z Compiling progenitor-macro v0.10.0
14842026-08-18T22:11:06.526Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14852026-08-18T22:11:06.526Z Checking ingot v0.2.1
14862026-08-18T22:11:07.592Z Checking const-random v0.1.18
14872026-08-18T22:11:07.899Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14882026-08-18T22:11:08.139Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14892026-08-18T22:11:09.043Z Compiling cargo_toml v0.22.3
14902026-08-18T22:11:09.221Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14912026-08-18T22:11:09.898Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14922026-08-18T22:11:10.319Z Checking thin-vec v0.2.19
14932026-08-18T22:11:10.564Z Checking rhai v1.25.1
14942026-08-18T22:11:11.236Z Checking sha1 v0.10.7
14952026-08-18T22:11:11.289Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
14962026-08-18T22:11:11.579Z Checking utf-8 v0.7.6
14972026-08-18T22:11:11.861Z Checking tungstenite v0.21.0
14982026-08-18T22:11:12.281Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14992026-08-18T22:11:12.905Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15002026-08-18T22:11:13.232Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15012026-08-18T22:11:13.338Z Checking port-file v0.1.0
15022026-08-18T22:11:13.440Z Checking sha2 v0.10.9
15032026-08-18T22:11:13.529Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15042026-08-18T22:11:13.700Z Checking progenitor v0.10.0
15052026-08-18T22:11:13.780Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15062026-08-18T22:11:13.841Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15072026-08-18T22:11:14.056Z Checking tokio-tungstenite v0.21.0
15082026-08-18T22:11:15.185Z Checking console v0.16.4
15092026-08-18T22:11:15.225Z Checking git-stub v1.0.0
15102026-08-18T22:11:15.491Z Checking yansi v1.0.1
15112026-08-18T22:11:15.510Z Checking is_ci v1.2.0
15122026-08-18T22:11:15.613Z Checking unit-prefix v0.5.2
15132026-08-18T22:11:15.659Z Checking base64 v0.21.7
15142026-08-18T22:11:15.689Z Checking diff v0.1.13
15152026-08-18T22:11:15.826Z Checking pretty_assertions v1.4.1
15162026-08-18T22:11:15.874Z Checking indicatif v0.18.6
15172026-08-18T22:11:15.905Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15182026-08-18T22:11:16.230Z Checking supports-color v3.0.2
15192026-08-18T22:11:16.907Z Checking git-stub-vcs v0.1.0
15202026-08-18T22:11:17.084Z Checking xz2 v0.1.7
15212026-08-18T22:11:17.100Z Checking ron v0.12.2
15222026-08-18T22:11:17.362Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15232026-08-18T22:11:17.482Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15242026-08-18T22:11:17.679Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15252026-08-18T22:11:17.749Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15262026-08-18T22:11:17.987Z Checking drift v0.2.0
15272026-08-18T22:11:18.489Z Compiling serial_test_derive v4.0.1
15282026-08-18T22:11:18.584Z Checking base16ct v1.0.0
15292026-08-18T22:11:18.974Z Checking dropshot-api-manager v0.7.2
15302026-08-18T22:11:19.178Z Checking serial_test v4.0.1
15312026-08-18T22:11:19.972Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15322026-08-18T22:11:19.993Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15332026-08-18T22:11:20.020Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15342026-08-18T22:11:20.374Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15352026-08-18T22:11:21.019Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15362026-08-18T22:11:21.699Z Checking natord v1.0.9
15372026-08-18T22:11:21.970Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15382026-08-18T22:11:22.061Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15392026-08-18T22:11:22.335Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15402026-08-18T22:11:22.440Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15412026-08-18T22:11:22.764Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15422026-08-18T22:11:23.027Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15432026-08-18T22:11:23.348Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15442026-08-18T22:11:23.452Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15452026-08-18T22:11:23.499Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15462026-08-18T22:11:32.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15472026-08-18T22:11:32.956Z+ cargo xtask openapi check
15482026-08-18T22:11:33.606Z Compiling cfg-if v1.0.4
15492026-08-18T22:11:33.610Z Compiling libc v0.2.189
15502026-08-18T22:11:33.706Z Compiling serde_core v1.0.229
15512026-08-18T22:11:33.727Z Compiling memchr v2.8.3
15522026-08-18T22:11:33.737Z Compiling smallvec v1.15.2
15532026-08-18T22:11:33.737Z Compiling itoa v1.0.18
15542026-08-18T22:11:33.747Z Compiling stable_deref_trait v1.2.1
15552026-08-18T22:11:33.758Z Compiling zerofrom v0.1.8
15562026-08-18T22:11:33.762Z Compiling zmij v1.0.23
15572026-08-18T22:11:33.808Z Compiling writeable v0.6.3
15582026-08-18T22:11:33.865Z Compiling yoke v0.8.3
15592026-08-18T22:11:33.914Z Compiling litemap v0.8.2
15602026-08-18T22:11:33.929Z Compiling utf8_iter v1.0.4
15612026-08-18T22:11:34.007Z Compiling percent-encoding v2.3.2
15622026-08-18T22:11:34.045Z Compiling zerovec v0.11.6
15632026-08-18T22:11:34.055Z Compiling zerotrie v0.2.4
15642026-08-18T22:11:34.085Z Compiling icu_normalizer_data v2.2.0
15652026-08-18T22:11:34.108Z Compiling icu_properties_data v2.2.0
15662026-08-18T22:11:34.158Z Compiling libm v0.2.16
15672026-08-18T22:11:34.177Z Compiling form_urlencoded v1.2.2
15682026-08-18T22:11:34.196Z Compiling rand_core v0.10.1
15692026-08-18T22:11:34.245Z Compiling errno v0.3.14
15702026-08-18T22:11:34.343Z Compiling getrandom v0.4.3
15712026-08-18T22:11:34.362Z Compiling iana-time-zone v0.1.65
15722026-08-18T22:11:34.367Z Compiling pin-project-lite v0.2.17
15732026-08-18T22:11:34.394Z Compiling zeroize v1.9.0
15742026-08-18T22:11:34.397Z Compiling dyn-clone v1.0.20
15752026-08-18T22:11:34.456Z Compiling scopeguard v1.2.0
15762026-08-18T22:11:34.518Z Compiling parking_lot_core v0.9.12
15772026-08-18T22:11:34.533Z Compiling tinystr v0.8.3
15782026-08-18T22:11:34.563Z Compiling potential_utf v0.1.5
15792026-08-18T22:11:34.566Z Compiling lock_api v0.4.14
15802026-08-18T22:11:34.587Z Compiling socket2 v0.6.5
15812026-08-18T22:11:34.599Z Compiling signal-hook-registry v1.4.8
15822026-08-18T22:11:34.726Z Compiling icu_locale_core v2.2.0
15832026-08-18T22:11:34.737Z Compiling icu_collections v2.2.0
15842026-08-18T22:11:34.798Z Compiling parking_lot v0.12.5
15852026-08-18T22:11:34.811Z Compiling mio v1.2.2
15862026-08-18T22:11:34.883Z Compiling num-traits v0.2.19
15872026-08-18T22:11:35.024Z Compiling portable-atomic v1.15.0
15882026-08-18T22:11:35.171Z Compiling futures-core v0.3.34
15892026-08-18T22:11:35.248Z Compiling thiserror v2.0.20
15902026-08-18T22:11:35.291Z Compiling critical-section v1.2.0
15912026-08-18T22:11:35.302Z Compiling equivalent v1.0.2
15922026-08-18T22:11:35.321Z Compiling subtle v2.6.1
15932026-08-18T22:11:35.348Z Compiling zerocopy v0.8.56
15942026-08-18T22:11:35.383Z Compiling serde v1.0.229
15952026-08-18T22:11:35.394Z Compiling serde_json v1.0.151
15962026-08-18T22:11:35.487Z Compiling icu_provider v2.2.0
15972026-08-18T22:11:35.508Z Compiling uuid v1.24.0
15982026-08-18T22:11:35.520Z Compiling semver v1.0.28
15992026-08-18T22:11:35.554Z Compiling bitflags v2.13.1
16002026-08-18T22:11:35.791Z Compiling icu_normalizer v2.2.0
16012026-08-18T22:11:35.802Z Compiling bytes v1.12.1
16022026-08-18T22:11:35.803Z Compiling icu_properties v2.2.0
16032026-08-18T22:11:35.843Z Compiling chrono v0.4.45
16042026-08-18T22:11:35.885Z Compiling once_cell v1.21.4
16052026-08-18T22:11:35.938Z Compiling allocator-api2 v0.2.21
16062026-08-18T22:11:36.103Z Compiling log v0.4.33
16072026-08-18T22:11:36.262Z Compiling tokio v1.53.1
16082026-08-18T22:11:36.289Z Compiling futures-sink v0.3.34
16092026-08-18T22:11:36.349Z Compiling typenum v1.20.1
16102026-08-18T22:11:36.394Z Compiling slab v0.4.12
16112026-08-18T22:11:36.435Z Compiling slog v2.8.2
16122026-08-18T22:11:36.453Z Compiling futures-channel v0.3.34
16132026-08-18T22:11:36.464Z Compiling getrandom v0.2.17
16142026-08-18T22:11:36.568Z Compiling hashbrown v0.17.1
16152026-08-18T22:11:36.643Z Compiling rand_core v0.6.4
16162026-08-18T22:11:36.673Z Compiling idna_adapter v1.2.2
16172026-08-18T22:11:36.816Z Compiling idna v1.1.0
16182026-08-18T22:11:36.867Z Compiling futures-io v0.3.34
16192026-08-18T22:11:36.943Z Compiling futures-task v0.3.34
16202026-08-18T22:11:37.029Z Compiling tracing-core v0.1.36
16212026-08-18T22:11:37.112Z Compiling url v2.5.8
16222026-08-18T22:11:37.122Z Compiling futures-util v0.3.34
16232026-08-18T22:11:37.145Z Compiling indexmap v2.14.0
16242026-08-18T22:11:37.298Z Compiling base64 v0.22.1
16252026-08-18T22:11:37.540Z Compiling tracing v0.1.44
16262026-08-18T22:11:37.624Z Compiling schemars v0.8.22
16272026-08-18T22:11:37.636Z Compiling http v1.5.0
16282026-08-18T22:11:37.776Z Compiling unicode-ident v1.0.24
16292026-08-18T22:11:37.790Z Compiling fnv v1.0.7
16302026-08-18T22:11:37.889Z Compiling proc-macro2 v1.0.107
16312026-08-18T22:11:37.904Z Compiling byteorder v1.5.0
16322026-08-18T22:11:37.927Z Compiling ipnet v2.12.1
16332026-08-18T22:11:38.165Z Compiling ppv-lite86 v0.2.21
16342026-08-18T22:11:38.339Z Compiling quote v1.0.47
16352026-08-18T22:11:38.467Z Compiling ipnetwork v0.21.1
16362026-08-18T22:11:38.500Z Compiling erased-serde v0.3.31
16372026-08-18T22:11:38.588Z Compiling syn v2.0.119
16382026-08-18T22:11:38.617Z Compiling rustls-pki-types v1.15.1
16392026-08-18T22:11:38.630Z Compiling http-body v1.1.0
16402026-08-18T22:11:38.792Z Compiling oxnet v0.1.6
16412026-08-18T22:11:38.891Z Compiling thiserror v1.0.69
16422026-08-18T22:11:39.000Z Compiling aws-lc-sys v0.44.0
16432026-08-18T22:11:39.012Z Compiling atomic-waker v1.1.2
16442026-08-18T22:11:39.104Z Compiling untrusted v0.7.1
16452026-08-18T22:11:39.139Z Compiling httparse v1.10.1
16462026-08-18T22:11:39.230Z Compiling try-lock v0.2.5
16472026-08-18T22:11:39.251Z Compiling untrusted v0.9.0
16482026-08-18T22:11:39.343Z Compiling rustls v0.23.43
16492026-08-18T22:11:39.375Z Compiling pretty-hex v0.4.2
16502026-08-18T22:11:39.385Z Compiling tower-service v0.3.3
16512026-08-18T22:11:39.419Z Compiling tower-layer v0.3.3
16522026-08-18T22:11:39.444Z Compiling ryu v1.0.23
16532026-08-18T22:11:39.477Z Compiling aws-lc-rs v1.18.0
16542026-08-18T22:11:39.511Z Compiling want v0.3.1
16552026-08-18T22:11:39.566Z Compiling rustix v1.1.4
16562026-08-18T22:11:39.578Z Compiling plain v0.2.3
16572026-08-18T22:11:39.594Z Compiling httpdate v1.0.3
16582026-08-18T22:11:39.628Z Compiling omicron-workspace-hack v0.1.0
16592026-08-18T22:11:39.672Z Compiling getrandom v0.3.4
16602026-08-18T22:11:39.684Z Compiling ucd-trie v0.1.7
16612026-08-18T22:11:39.698Z Compiling regex-syntax v0.8.11
16622026-08-18T22:11:39.835Z Compiling pest v2.8.8
16632026-08-18T22:11:39.858Z Compiling rand_core v0.9.5
16642026-08-18T22:11:39.979Z Compiling crossbeam-utils v0.8.22
16652026-08-18T22:11:40.073Z Compiling tokio-util v0.7.19
16662026-08-18T22:11:40.498Z Compiling rustls-webpki v0.103.14
16672026-08-18T22:11:40.803Z Compiling h2 v0.4.15
16682026-08-18T22:11:40.816Z Compiling serde_urlencoded v0.7.1
16692026-08-18T22:11:40.953Z Compiling http-body-util v0.1.5
16702026-08-18T22:11:41.103Z Compiling newtype-uuid v1.4.0
16712026-08-18T22:11:41.229Z Compiling foldhash v0.2.0
16722026-08-18T22:11:41.425Z Compiling hex v0.4.3
16732026-08-18T22:11:41.439Z Compiling daft v0.1.8
16742026-08-18T22:11:41.469Z Compiling rand_chacha v0.9.0
16752026-08-18T22:11:41.689Z Compiling fastrand v2.5.0
16762026-08-18T22:11:41.711Z Compiling rand v0.9.5
16772026-08-18T22:11:41.851Z Compiling sync_wrapper v1.0.2
16782026-08-18T22:11:41.954Z Compiling tower v0.5.3
16792026-08-18T22:11:41.976Z Compiling generic-array v0.14.7
16802026-08-18T22:11:42.186Z Compiling anyhow v1.0.104
16812026-08-18T22:11:42.320Z Compiling aho-corasick v1.1.5
16822026-08-18T22:11:42.336Z Compiling tempfile v3.27.0
16832026-08-18T22:11:42.433Z Compiling tower-http v0.6.11
16842026-08-18T22:11:42.468Z Compiling hashbrown v0.16.1
16852026-08-18T22:11:42.560Z Compiling futures-executor v0.3.34
16862026-08-18T22:11:42.672Z Compiling camino v1.2.5
16872026-08-18T22:11:42.722Z Compiling openapiv3 v2.2.0
16882026-08-18T22:11:42.829Z Compiling cpufeatures v0.3.0
16892026-08-18T22:11:42.850Z Compiling num-conv v0.2.2
16902026-08-18T22:11:42.904Z Compiling hyper v1.11.0
16912026-08-18T22:11:43.005Z Compiling openssl-probe v0.2.1
16922026-08-18T22:11:43.080Z Compiling powerfmt v0.2.0
16932026-08-18T22:11:43.080Z Compiling time-core v0.1.9
16942026-08-18T22:11:43.226Z Compiling regex-automata v0.4.18
16952026-08-18T22:11:43.307Z Compiling num_threads v0.1.7
16962026-08-18T22:11:43.318Z Compiling deranged v0.5.8
16972026-08-18T22:11:43.409Z Compiling rustls-native-certs v0.8.4
16982026-08-18T22:11:43.745Z Compiling futures v0.3.34
16992026-08-18T22:11:43.828Z Compiling scroll v0.13.0
17002026-08-18T22:11:43.840Z Compiling hybrid-array v0.4.14
17012026-08-18T22:11:44.107Z Compiling hyper-util v0.1.20
17022026-08-18T22:11:44.220Z Compiling tokio-rustls v0.26.4
17032026-08-18T22:11:44.290Z Compiling time v0.3.55
17042026-08-18T22:11:44.314Z Compiling adler2 v2.0.1
17052026-08-18T22:11:44.336Z Compiling simd-adler32 v0.3.10
17062026-08-18T22:11:44.458Z Compiling winnow v1.0.4
17072026-08-18T22:11:44.492Z Compiling miniz_oxide v0.8.9
17082026-08-18T22:11:44.543Z Compiling goblin v0.10.7
17092026-08-18T22:11:44.642Z Compiling rustls-platform-verifier v0.7.0
17102026-08-18T22:11:44.872Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-08-18T22:11:45.139Z Compiling crossbeam-channel v0.5.16
17122026-08-18T22:11:45.363Z Compiling hyper-rustls v0.27.9
17132026-08-18T22:11:45.531Z Compiling crc32fast v1.5.0
17142026-08-18T22:11:45.628Z Compiling reqwest v0.13.4
17152026-08-18T22:11:45.658Z Compiling flate2 v1.1.9
17162026-08-18T22:11:45.721Z Compiling regex v1.13.1
17172026-08-18T22:11:45.725Z Compiling block-buffer v0.12.1
17182026-08-18T22:11:45.894Z Compiling crypto-common v0.2.2
17192026-08-18T22:11:46.071Z Compiling crypto-common v0.1.7
17202026-08-18T22:11:46.174Z Compiling dtrace-parser v0.3.0
17212026-08-18T22:11:46.211Z Compiling rand_chacha v0.3.1
17222026-08-18T22:11:46.334Z Compiling thread-id v5.1.0
17232026-08-18T22:11:46.423Z Compiling thread_local v1.1.10
17242026-08-18T22:11:46.526Z Compiling const-oid v0.10.2
17252026-08-18T22:11:46.615Z Compiling debug-ignore v1.0.5
17262026-08-18T22:11:46.628Z Compiling match_cfg v0.1.0
17272026-08-18T22:11:46.690Z Compiling compression-core v0.4.32
17282026-08-18T22:11:46.700Z Compiling digest v0.11.3
17292026-08-18T22:11:46.721Z Compiling hostname v0.3.1
17302026-08-18T22:11:46.739Z Compiling rand v0.8.7
17312026-08-18T22:11:46.791Z Compiling slog-json v2.6.1
17322026-08-18T22:11:46.845Z Compiling compression-codecs v0.4.38
17332026-08-18T22:11:46.856Z Compiling toml_parser v1.1.3+spec-1.1.0
17342026-08-18T22:11:46.867Z Compiling ref-cast v1.0.26
17352026-08-18T22:11:46.944Z Compiling strum v0.26.3
17362026-08-18T22:11:46.968Z Compiling macaddr v1.0.1
17372026-08-18T22:11:46.994Z Compiling serde_spanned v1.1.1
17382026-08-18T22:11:47.075Z Compiling toml_datetime v1.1.1+spec-1.1.0
17392026-08-18T22:11:47.092Z Compiling wait-timeout v0.2.1
17402026-08-18T22:11:47.146Z Compiling memmap2 v0.9.11
17412026-08-18T22:11:47.196Z Compiling is-terminal v0.4.17
17422026-08-18T22:11:47.295Z Compiling encoding_rs v0.8.35
17432026-08-18T22:11:47.366Z Compiling dof v0.4.0
17442026-08-18T22:11:47.380Z Compiling take_mut v0.2.2
17452026-08-18T22:11:47.383Z Compiling toml_writer v1.1.2+spec-1.1.0
17462026-08-18T22:11:47.402Z Compiling bit-vec v0.8.0
17472026-08-18T22:11:47.491Z Compiling mime v0.3.17
17482026-08-18T22:11:47.494Z Compiling either v1.17.0
17492026-08-18T22:11:47.605Z Compiling term v1.2.1
17502026-08-18T22:11:47.633Z Compiling spin v0.9.9
17512026-08-18T22:11:47.717Z Compiling quick-error v1.2.3
17522026-08-18T22:11:47.753Z Compiling bit-set v0.8.0
17532026-08-18T22:11:47.769Z Compiling toml v1.1.4+spec-1.1.0
17542026-08-18T22:11:47.824Z Compiling rusty-fork v0.3.1
17552026-08-18T22:11:47.919Z Compiling slog-term v2.9.2
17562026-08-18T22:11:48.185Z Compiling usdt-impl v0.6.0
17572026-08-18T22:11:48.255Z Compiling slog-async v2.8.0
17582026-08-18T22:11:48.614Z Compiling usdt v0.6.0
17592026-08-18T22:11:48.685Z Compiling multer v3.1.0
17602026-08-18T22:11:48.763Z Compiling async-compression v0.4.43
17612026-08-18T22:11:48.856Z Compiling slog-bunyan v2.5.0
17622026-08-18T22:11:48.902Z Compiling sha1 v0.11.0
17632026-08-18T22:11:48.996Z Compiling serde_with v3.22.0
17642026-08-18T22:11:49.010Z Compiling async-stream v0.3.6
17652026-08-18T22:11:49.089Z Compiling rand_xorshift v0.4.0
17662026-08-18T22:11:49.162Z Compiling waitgroup v0.1.2
17672026-08-18T22:11:49.175Z Compiling rustls-pemfile v2.2.0
17682026-08-18T22:11:49.194Z Compiling serde_path_to_error v0.1.20
17692026-08-18T22:11:49.198Z Compiling hostname v0.4.2
17702026-08-18T22:11:49.237Z Compiling unarray v0.1.4
17712026-08-18T22:11:49.301Z Compiling strum v0.27.2
17722026-08-18T22:11:49.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17732026-08-18T22:11:49.340Z Compiling proptest v1.11.0
17742026-08-18T22:11:49.352Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17752026-08-18T22:11:49.394Z Compiling progenitor-client v0.14.0
17762026-08-18T22:11:49.421Z Compiling iddqd v0.4.6
17772026-08-18T22:11:49.435Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-08-18T22:11:49.438Z Compiling reqwest v0.12.28
17792026-08-18T22:11:49.523Z Compiling dropshot v0.17.1
17802026-08-18T22:11:49.546Z Compiling block-buffer v0.10.4
17812026-08-18T22:11:49.646Z Compiling backon v1.6.0
17822026-08-18T22:11:49.679Z Compiling instant v0.1.13
17832026-08-18T22:11:49.697Z Compiling digest v0.10.7
17842026-08-18T22:11:49.786Z Compiling backoff v0.4.0
17852026-08-18T22:11:49.847Z Compiling progenitor-extras v0.2.0
17862026-08-18T22:11:49.910Z Compiling itertools v0.14.0
17872026-08-18T22:11:49.996Z Compiling parse-display v0.10.0
17882026-08-18T22:11:50.077Z Compiling regress v0.10.5
17892026-08-18T22:11:50.311Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
17902026-08-18T22:11:50.631Z Compiling progenitor-client v0.10.0
17912026-08-18T22:11:50.783Z Compiling humantime v2.4.0
17922026-08-18T22:11:51.062Z Compiling cpufeatures v0.2.17
17932026-08-18T22:11:51.134Z Compiling unicode-width v0.2.2
17942026-08-18T22:11:51.147Z Compiling secrecy v0.10.3
17952026-08-18T22:11:51.179Z Compiling tinyvec_macros v0.1.1
17962026-08-18T22:11:51.251Z Compiling heck v0.5.0
17972026-08-18T22:11:51.288Z Compiling tinyvec v1.12.0
17982026-08-18T22:11:51.304Z Compiling num-integer v0.1.47
17992026-08-18T22:11:51.419Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18002026-08-18T22:11:51.501Z Compiling scroll v0.12.0
18012026-08-18T22:11:51.625Z Compiling crucible-workspace-hack v0.1.0
18022026-08-18T22:11:51.638Z Compiling hmac v0.12.1
18032026-08-18T22:11:51.699Z Compiling inout v0.1.4
18042026-08-18T22:11:51.772Z Compiling ff v0.13.1
18052026-08-18T22:11:51.784Z Compiling utf8parse v0.2.2
18062026-08-18T22:11:51.847Z Compiling cipher v0.4.4
18072026-08-18T22:11:51.899Z Compiling group v0.13.0
18082026-08-18T22:11:51.914Z Compiling anstyle-parse v1.0.0
18092026-08-18T22:11:51.979Z Compiling hkdf v0.12.4
18102026-08-18T22:11:52.013Z Compiling goblin v0.8.2
18112026-08-18T22:11:52.070Z Compiling num-iter v0.1.46
18122026-08-18T22:11:52.102Z Compiling num-rational v0.4.2
18132026-08-18T22:11:52.194Z Compiling zerocopy v0.7.35
18142026-08-18T22:11:52.331Z Compiling universal-hash v0.5.1
18152026-08-18T22:11:52.388Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-18T22:11:52.464Z Compiling regress v0.11.1
18172026-08-18T22:11:52.641Z Compiling crypto-bigint v0.5.5
18182026-08-18T22:11:52.750Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-18T22:11:52.941Z Compiling terminal_size v0.4.4
18202026-08-18T22:11:53.088Z Compiling half v2.7.1
18212026-08-18T22:11:53.122Z Compiling num-complex v0.4.6
18222026-08-18T22:11:53.422Z Compiling ciborium-io v0.2.2
18232026-08-18T22:11:53.455Z Compiling is_terminal_polyfill v1.70.2
18242026-08-18T22:11:53.515Z Compiling base16ct v0.2.0
18252026-08-18T22:11:53.526Z Compiling base64ct v1.8.3
18262026-08-18T22:11:53.557Z Compiling anstyle-query v1.1.5
18272026-08-18T22:11:53.672Z Compiling anstyle v1.0.14
18282026-08-18T22:11:53.684Z Compiling colorchoice v1.0.5
18292026-08-18T22:11:53.805Z Compiling opaque-debug v0.3.1
18302026-08-18T22:11:53.828Z Compiling password-hash v0.5.0
18312026-08-18T22:11:53.870Z Compiling poly1305 v0.8.0
18322026-08-18T22:11:53.881Z Compiling anstream v1.0.0
18332026-08-18T22:11:53.905Z Compiling elliptic-curve v0.13.8
18342026-08-18T22:11:54.194Z Compiling typify-impl v0.6.2
18352026-08-18T22:11:54.262Z Compiling ciborium-ll v0.2.2
18362026-08-18T22:11:54.483Z Compiling dof v0.3.0
18372026-08-18T22:11:54.675Z Compiling num v0.4.3
18382026-08-18T22:11:54.741Z Compiling curve25519-dalek v4.1.3
18392026-08-18T22:11:54.754Z Compiling thiserror-no-std v2.0.2
18402026-08-18T22:11:54.997Z Compiling chacha20 v0.9.1
18412026-08-18T22:11:55.233Z Compiling crossbeam-epoch v0.9.20
18422026-08-18T22:11:55.273Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18432026-08-18T22:11:55.580Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-08-18T22:11:55.865Z Compiling blake2 v0.10.6
18452026-08-18T22:11:55.876Z Compiling aead v0.5.2
18462026-08-18T22:11:55.887Z Compiling byte-wrapper v0.1.0
18472026-08-18T22:11:55.917Z Compiling dtrace-parser v0.2.0
18482026-08-18T22:11:55.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18492026-08-18T22:11:55.979Z Compiling thread-id v4.2.2
18502026-08-18T22:11:56.034Z Compiling float-ord v0.3.2
18512026-08-18T22:11:56.063Z Compiling strsim v0.11.1
18522026-08-18T22:11:56.150Z Compiling keccak v0.1.6
18532026-08-18T22:11:56.237Z Compiling clap_lex v1.1.0
18542026-08-18T22:11:56.269Z Compiling usdt-impl v0.5.0
18552026-08-18T22:11:56.309Z Compiling sha3 v0.10.9
18562026-08-18T22:11:56.391Z Compiling clap_builder v4.6.6
18572026-08-18T22:11:56.437Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-08-18T22:11:56.482Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18592026-08-18T22:11:56.594Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-18T22:11:56.912Z Compiling argon2 v0.5.3
18612026-08-18T22:11:57.424Z Compiling chacha20poly1305 v0.10.1
18622026-08-18T22:11:57.564Z Compiling typify v0.6.2
18632026-08-18T22:11:57.676Z Compiling vsss-rs v3.3.4
18642026-08-18T22:11:57.790Z Compiling ciborium v0.2.2
18652026-08-18T22:11:57.905Z Compiling hash32 v0.3.1
18662026-08-18T22:11:58.066Z Compiling memmap v0.7.0
18672026-08-18T22:11:58.279Z Compiling indent_write v2.2.0
18682026-08-18T22:11:58.399Z Compiling data-encoding v2.11.1
18692026-08-18T22:11:58.429Z Compiling usdt v0.5.0
18702026-08-18T22:11:58.699Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18712026-08-18T22:11:58.712Z Compiling heapless v0.8.0
18722026-08-18T22:11:58.803Z Compiling clap v4.6.6
18732026-08-18T22:11:58.892Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-18T22:11:59.002Z Compiling ingot-types v0.1.2
18752026-08-18T22:11:59.014Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-18T22:11:59.151Z Compiling rustix v0.38.44
18772026-08-18T22:11:59.230Z Compiling tabwriter v1.4.1
18782026-08-18T22:11:59.273Z Compiling cobs v0.3.0
18792026-08-18T22:11:59.419Z Compiling bitflags v1.3.2
18802026-08-18T22:11:59.470Z Compiling managed v0.8.0
18812026-08-18T22:11:59.484Z Compiling postcard v1.1.3
18822026-08-18T22:11:59.497Z Compiling ingot v0.1.1
18832026-08-18T22:11:59.696Z Compiling smoltcp v0.11.0
18842026-08-18T22:11:59.707Z Compiling memoffset v0.9.1
18852026-08-18T22:11:59.791Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-18T22:11:59.825Z Compiling toml_datetime v0.6.11
18872026-08-18T22:12:00.044Z Compiling serde_spanned v0.6.9
18882026-08-18T22:12:00.057Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18892026-08-18T22:12:00.100Z Compiling linked-hash-map v0.5.6
18902026-08-18T22:12:00.195Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-18T22:12:00.290Z Compiling swrite v0.1.0
18922026-08-18T22:12:00.363Z Compiling toml_write v0.1.2
18932026-08-18T22:12:00.387Z Compiling resolv-conf v0.7.6
18942026-08-18T22:12:00.569Z Compiling foreign-types-shared v0.3.1
18952026-08-18T22:12:00.669Z Compiling colored v3.1.1
18962026-08-18T22:12:00.758Z Compiling static_assertions v1.1.0
18972026-08-18T22:12:00.837Z Compiling unicode-segmentation v1.13.3
18982026-08-18T22:12:01.051Z Compiling winnow v0.7.15
18992026-08-18T22:12:01.274Z Compiling newline-converter v0.3.0
19002026-08-18T22:12:01.340Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19012026-08-18T22:12:01.355Z Compiling foreign-types v0.5.0
19022026-08-18T22:12:01.390Z Compiling lru-cache v0.1.2
19032026-08-18T22:12:01.436Z Compiling hubpack v0.1.2
19042026-08-18T22:12:01.518Z Compiling atomicwrites v0.4.4
19052026-08-18T22:12:01.557Z Compiling nix v0.31.3
19062026-08-18T22:12:01.666Z Compiling num_enum v0.7.6
19072026-08-18T22:12:01.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19082026-08-18T22:12:01.791Z Compiling crossbeam-deque v0.8.7
19092026-08-18T22:12:01.831Z Compiling hickory-proto v0.24.4
19102026-08-18T22:12:01.993Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19112026-08-18T22:12:02.114Z Compiling console v0.15.11
19122026-08-18T22:12:02.360Z Compiling toml_edit v0.22.27
19132026-08-18T22:12:02.467Z Compiling camino-tempfile v1.4.1
19142026-08-18T22:12:02.540Z Compiling chacha20 v0.10.1
19152026-08-18T22:12:02.706Z Compiling serde-big-array v0.5.1
19162026-08-18T22:12:02.742Z Compiling cstr-argument v0.1.2
19172026-08-18T22:12:02.802Z Compiling siphasher v1.0.3
19182026-08-18T22:12:02.852Z Compiling similar v2.7.0
19192026-08-18T22:12:02.901Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19202026-08-18T22:12:03.004Z Compiling phf_shared v0.12.1
19212026-08-18T22:12:03.187Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19222026-08-18T22:12:03.191Z Compiling pin-project v1.1.13
19232026-08-18T22:12:03.292Z Compiling expectorate v1.2.0
19242026-08-18T22:12:03.303Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19252026-08-18T22:12:03.450Z Compiling rand v0.10.2
19262026-08-18T22:12:03.798Z Compiling toml v0.8.23
19272026-08-18T22:12:04.133Z Compiling hickory-resolver v0.24.4
19282026-08-18T22:12:04.448Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19292026-08-18T22:12:04.585Z Compiling rayon-core v1.13.0
19302026-08-18T22:12:04.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19312026-08-18T22:12:04.939Z Compiling num_enum v0.5.11
19322026-08-18T22:12:05.060Z Compiling progenitor-impl v0.13.0
19332026-08-18T22:12:05.113Z Compiling prettyplease v0.2.37
19342026-08-18T22:12:05.247Z Compiling unicode-normalization v0.1.25
19352026-08-18T22:12:05.278Z Compiling progenitor-client v0.13.0
19362026-08-18T22:12:05.718Z Compiling tokio-stream v0.1.19
19372026-08-18T22:12:05.853Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-18T22:12:06.002Z Compiling csv-core v0.1.13
19392026-08-18T22:12:06.205Z Compiling bstr v1.13.1
19402026-08-18T22:12:06.272Z Compiling same-file v1.0.6
19412026-08-18T22:12:06.285Z Compiling konst_macro_rules v0.2.19
19422026-08-18T22:12:06.392Z Compiling jiff-core v0.1.0
19432026-08-18T22:12:06.445Z Compiling unicode-width v0.1.14
19442026-08-18T22:12:06.449Z Compiling foldhash v0.1.5
19452026-08-18T22:12:06.469Z Compiling highway v1.3.0
19462026-08-18T22:12:06.640Z Compiling foreign-types-shared v0.1.1
19472026-08-18T22:12:06.695Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-08-18T22:12:06.723Z Compiling foreign-types v0.3.2
19492026-08-18T22:12:06.735Z Compiling hashbrown v0.15.5
19502026-08-18T22:12:06.799Z Compiling globset v0.4.20
19512026-08-18T22:12:06.861Z Compiling konst v0.2.20
19522026-08-18T22:12:07.017Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-18T22:12:07.099Z Compiling jiff v0.2.35
19542026-08-18T22:12:07.265Z Compiling walkdir v2.5.0
19552026-08-18T22:12:07.501Z Compiling progenitor v0.13.0
19562026-08-18T22:12:07.565Z Compiling csv v1.4.0
19572026-08-18T22:12:07.605Z Compiling qorb v0.4.1
19582026-08-18T22:12:08.149Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-08-18T22:12:08.240Z Compiling olpc-cjson v0.1.4
19602026-08-18T22:12:08.344Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19612026-08-18T22:12:08.411Z Compiling snafu v0.8.9
19622026-08-18T22:12:08.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19632026-08-18T22:12:09.102Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19642026-08-18T22:12:09.431Z Compiling rayon v1.12.0
19652026-08-18T22:12:09.636Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19662026-08-18T22:12:10.155Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-08-18T22:12:10.188Z Compiling phf v0.12.1
19682026-08-18T22:12:10.346Z Compiling openssl-sys v0.9.117
19692026-08-18T22:12:10.467Z Compiling tokio-dtrace v0.1.1
19702026-08-18T22:12:10.738Z Compiling progenitor-impl v0.14.0
19712026-08-18T22:12:10.751Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-08-18T22:12:10.764Z Compiling itertools v0.12.1
19732026-08-18T22:12:10.936Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19742026-08-18T22:12:11.011Z Compiling libsw-core v0.3.2
19752026-08-18T22:12:11.143Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19762026-08-18T22:12:11.182Z Compiling pem v3.0.6
19772026-08-18T22:12:11.214Z Compiling serde_plain v1.0.2
19782026-08-18T22:12:11.426Z Compiling sigpipe v0.1.3
19792026-08-18T22:12:11.495Z Compiling glob v0.3.4
19802026-08-18T22:12:11.521Z Compiling fixedbitset v0.5.7
19812026-08-18T22:12:11.535Z Compiling bytecount v0.6.9
19822026-08-18T22:12:11.595Z Compiling fixedbitset v0.4.2
19832026-08-18T22:12:11.653Z Compiling minimal-lexical v0.2.1
19842026-08-18T22:12:11.673Z Compiling typed-path v0.9.3
19852026-08-18T22:12:11.820Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-08-18T22:12:11.839Z Compiling petgraph v0.6.5
19872026-08-18T22:12:11.909Z Compiling nom v7.1.3
19882026-08-18T22:12:11.913Z Compiling progenitor v0.14.0
19892026-08-18T22:12:11.956Z Compiling zone v0.3.1
19902026-08-18T22:12:12.023Z Compiling petgraph v0.8.3
19912026-08-18T22:12:12.051Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-08-18T22:12:12.504Z Compiling papergrid v0.11.0
19932026-08-18T22:12:12.698Z Compiling tough v0.22.0
19942026-08-18T22:12:12.710Z Compiling openssl v0.10.81
19952026-08-18T22:12:12.938Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19962026-08-18T22:12:13.299Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-08-18T22:12:13.409Z Compiling libsw v3.5.0
19982026-08-18T22:12:13.589Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19992026-08-18T22:12:13.840Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-08-18T22:12:13.852Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20012026-08-18T22:12:13.915Z Compiling oxide-tokio-rt v0.1.6
20022026-08-18T22:12:14.097Z Compiling chrono-tz v0.10.4
20032026-08-18T22:12:14.206Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-08-18T22:12:14.223Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20052026-08-18T22:12:14.391Z Compiling newtype_derive v0.1.6
20062026-08-18T22:12:14.427Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-08-18T22:12:14.472Z Compiling slog-dtrace v0.3.0
20082026-08-18T22:12:14.537Z Compiling const_format v0.2.36
20092026-08-18T22:12:14.782Z Compiling cancel-safe-futures v0.1.5
20102026-08-18T22:12:14.878Z Compiling owo-colors v4.3.0
20112026-08-18T22:12:14.893Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20122026-08-18T22:12:15.086Z Compiling gethostname v0.5.0
20132026-08-18T22:12:15.215Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20142026-08-18T22:12:15.227Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-08-18T22:12:15.277Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-18T22:12:15.347Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-08-18T22:12:15.470Z Compiling bcs v0.1.6
20182026-08-18T22:12:15.605Z Compiling smf v0.2.3
20192026-08-18T22:12:15.794Z Compiling unicode-linebreak v0.1.5
20202026-08-18T22:12:15.806Z Compiling linear-map v1.2.0
20212026-08-18T22:12:15.985Z Compiling smawk v0.3.3
20222026-08-18T22:12:15.999Z Compiling lazy_static v1.5.0
20232026-08-18T22:12:16.042Z Compiling termtree v0.5.1
20242026-08-18T22:12:16.103Z Compiling tagptr v0.2.0
20252026-08-18T22:12:16.118Z Compiling whoami v1.6.1
20262026-08-18T22:12:16.164Z Compiling textwrap v0.16.2
20272026-08-18T22:12:16.195Z Compiling steno v0.4.1
20282026-08-18T22:12:16.255Z Compiling moka v0.12.16
20292026-08-18T22:12:16.422Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-08-18T22:12:16.458Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-08-18T22:12:16.657Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-08-18T22:12:16.815Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-18T22:12:17.057Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-08-18T22:12:17.680Z Compiling tabled v0.15.0
20352026-08-18T22:12:18.039Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-08-18T22:12:18.253Z Compiling cookie v0.18.2
20372026-08-18T22:12:18.658Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-08-18T22:12:19.110Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-08-18T22:12:19.123Z Compiling hickory-proto v0.25.2
20402026-08-18T22:12:19.473Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20412026-08-18T22:12:19.736Z Compiling libscf-sys v1.2.0
20422026-08-18T22:12:19.887Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-08-18T22:12:19.976Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20442026-08-18T22:12:20.202Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20452026-08-18T22:12:20.354Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20462026-08-18T22:12:20.641Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20472026-08-18T22:12:20.943Z Compiling hickory-resolver v0.25.2
20482026-08-18T22:12:21.729Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-08-18T22:12:26.149Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-08-18T22:12:33.761Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-18T22:12:35.369Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-08-18T22:12:36.424Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20532026-08-18T22:12:37.772Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20542026-08-18T22:12:38.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20552026-08-18T22:12:39.095Z Running `target/debug/xtask openapi check`
20562026-08-18T22:12:39.559Z Compiling serde_core v1.0.229
20572026-08-18T22:12:39.563Z Compiling serde v1.0.229
20582026-08-18T22:12:39.630Z Compiling serde_json v1.0.151
20592026-08-18T22:12:39.634Z Compiling syn v3.0.3
20602026-08-18T22:12:39.638Z Compiling syn v2.0.119
20612026-08-18T22:12:39.642Z Compiling bytes v1.12.1
20622026-08-18T22:12:39.646Z Compiling getrandom v0.4.3
20632026-08-18T22:12:39.655Z Compiling zerocopy v0.8.56
20642026-08-18T22:12:39.662Z Compiling once_cell v1.21.4
20652026-08-18T22:12:39.965Z Compiling num-traits v0.2.19
20662026-08-18T22:12:40.054Z Compiling zeroize v1.9.0
20672026-08-18T22:12:40.243Z Compiling http v1.5.0
20682026-08-18T22:12:40.251Z Compiling schemars v0.8.22
20692026-08-18T22:12:40.363Z Compiling hashbrown v0.17.1
20702026-08-18T22:12:40.496Z Compiling aws-lc-rs v1.18.0
20712026-08-18T22:12:40.509Z Compiling usdt-impl v0.6.0
20722026-08-18T22:12:40.747Z Compiling time-macros v0.2.32
20732026-08-18T22:12:40.899Z Compiling rustls-pki-types v1.15.1
20742026-08-18T22:12:40.916Z Compiling tracing-core v0.1.36
20752026-08-18T22:12:41.178Z Compiling bitflags v2.13.1
20762026-08-18T22:12:41.375Z Compiling tracing v0.1.44
20772026-08-18T22:12:41.496Z Compiling http-body v1.1.0
20782026-08-18T22:12:41.733Z Compiling indexmap v2.14.0
20792026-08-18T22:12:41.773Z Compiling uuid v1.24.0
20802026-08-18T22:12:41.914Z Compiling time v0.3.55
20812026-08-18T22:12:42.196Z Compiling pest_generator v2.8.8
20822026-08-18T22:12:42.364Z Compiling serde_derive_internals v0.29.1
20832026-08-18T22:12:42.559Z Compiling camino v1.2.5
20842026-08-18T22:12:42.577Z Compiling serde_derive v1.0.229
20852026-08-18T22:12:42.672Z Compiling thiserror-impl v2.0.20
20862026-08-18T22:12:42.802Z Compiling tokio-macros v2.7.2
20872026-08-18T22:12:42.859Z Compiling futures-macro v0.3.34
20882026-08-18T22:12:42.967Z Compiling generic-array v0.14.7
20892026-08-18T22:12:43.207Z Compiling rustls v0.23.43
20902026-08-18T22:12:43.220Z Compiling rustls-webpki v0.103.14
20912026-08-18T22:12:43.392Z Compiling zerocopy-derive v0.8.56
20922026-08-18T22:12:43.424Z Compiling pest_derive v2.8.8
20932026-08-18T22:12:43.541Z Compiling tokio v1.53.1
20942026-08-18T22:12:43.673Z Compiling scroll_derive v0.13.1
20952026-08-18T22:12:43.696Z Compiling schemars_derive v0.8.22
20962026-08-18T22:12:43.909Z Compiling thiserror v2.0.20
20972026-08-18T22:12:44.016Z Compiling futures-util v0.3.34
20982026-08-18T22:12:44.061Z Compiling dtrace-parser v0.3.0
20992026-08-18T22:12:44.502Z Compiling scroll v0.13.0
21002026-08-18T22:12:44.770Z Compiling goblin v0.10.7
21012026-08-18T22:12:44.968Z Compiling rustix v1.1.4
21022026-08-18T22:12:45.724Z Compiling erased-serde v0.3.31
21032026-08-18T22:12:45.784Z Compiling chrono v0.4.45
21042026-08-18T22:12:46.164Z Compiling slog v2.8.2
21052026-08-18T22:12:46.224Z Compiling serde_tokenstream v0.2.3
21062026-08-18T22:12:46.288Z Compiling subtle v2.6.1
21072026-08-18T22:12:46.441Z Compiling winnow v1.0.4
21082026-08-18T22:12:46.500Z Compiling crossbeam-epoch v0.9.20
21092026-08-18T22:12:46.554Z Compiling toml_datetime v1.1.1+spec-1.1.0
21102026-08-18T22:12:46.785Z Compiling toml_parser v1.1.3+spec-1.1.0
21112026-08-18T22:12:46.794Z Compiling toml_edit v0.25.13+spec-1.1.0
21122026-08-18T22:12:47.234Z Compiling tokio-util v0.7.19
21132026-08-18T22:12:47.426Z Compiling slog-json v2.6.1
21142026-08-18T22:12:47.639Z Compiling dof v0.4.0
21152026-08-18T22:12:47.750Z Compiling h2 v0.4.15
21162026-08-18T22:12:47.797Z Compiling oxnet v0.1.6
21172026-08-18T22:12:48.066Z Compiling futures-executor v0.3.34
21182026-08-18T22:12:48.354Z Compiling openapiv3 v2.2.0
21192026-08-18T22:12:48.845Z Compiling usdt-attr-macro v0.6.0
21202026-08-18T22:12:48.904Z Compiling usdt-macro v0.6.0
21212026-08-18T22:12:49.543Z Compiling async-stream-impl v0.3.6
21222026-08-18T22:12:49.589Z Compiling serde_spanned v1.1.1
21232026-08-18T22:12:49.602Z Compiling semver v1.0.28
21242026-08-18T22:12:49.735Z Compiling rustix v0.38.44
21252026-08-18T22:12:49.875Z Compiling toml v1.1.4+spec-1.1.0
21262026-08-18T22:12:49.889Z Compiling dropshot_endpoint v0.17.1
21272026-08-18T22:12:49.950Z Compiling hyper v1.11.0
21282026-08-18T22:12:49.996Z Compiling serde_urlencoded v0.7.1
21292026-08-18T22:12:50.165Z Compiling async-stream v0.3.6
21302026-08-18T22:12:50.173Z Compiling slog-term v2.9.2
21312026-08-18T22:12:50.243Z Compiling multer v3.1.0
21322026-08-18T22:12:50.340Z Compiling slog-async v2.8.0
21332026-08-18T22:12:50.725Z Compiling usdt v0.6.0
21342026-08-18T22:12:50.812Z Compiling tokio-rustls v0.26.4
21352026-08-18T22:12:50.821Z Compiling futures v0.3.34
21362026-08-18T22:12:50.829Z Compiling async-compression v0.4.43
21372026-08-18T22:12:50.898Z Compiling slog-bunyan v2.5.0
21382026-08-18T22:12:50.999Z Compiling proc-macro-crate v3.5.0
21392026-08-18T22:12:51.039Z Compiling hyper-util v0.1.20
21402026-08-18T22:12:51.131Z Compiling async-trait v0.1.92
21412026-08-18T22:12:51.241Z Compiling http-body-util v0.1.5
21422026-08-18T22:12:51.413Z Compiling serde_path_to_error v0.1.20
21432026-08-18T22:12:51.428Z Compiling rustls-pemfile v2.2.0
21442026-08-18T22:12:51.496Z Compiling aho-corasick v1.1.5
21452026-08-18T22:12:51.512Z Compiling tempfile v3.27.0
21462026-08-18T22:12:51.590Z Compiling num_enum_derive v0.7.6
21472026-08-18T22:12:51.620Z Compiling crossbeam-deque v0.8.7
21482026-08-18T22:12:51.808Z Compiling dropshot-api-manager-types v0.7.2
21492026-08-18T22:12:51.906Z Compiling block-buffer v0.10.4
21502026-08-18T22:12:52.046Z Compiling crypto-common v0.1.7
21512026-08-18T22:12:52.093Z Compiling git-stub v1.0.0
21522026-08-18T22:12:52.151Z Compiling digest v0.10.7
21532026-08-18T22:12:52.176Z Compiling clap_builder v4.6.6
21542026-08-18T22:12:52.343Z Compiling regex-automata v0.4.18
21552026-08-18T22:12:52.356Z Compiling dropshot v0.17.1
21562026-08-18T22:12:52.600Z Compiling num_enum v0.7.6
21572026-08-18T22:12:52.620Z Compiling atomicwrites v0.4.4
21582026-08-18T22:12:52.661Z Compiling rayon-core v1.13.0
21592026-08-18T22:12:52.718Z Compiling fs-err v3.3.1
21602026-08-18T22:12:52.806Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21612026-08-18T22:12:53.015Z Compiling terminal_size v0.4.4
21622026-08-18T22:12:53.209Z Compiling clap_derive v4.6.4
21632026-08-18T22:12:53.346Z Compiling serde_repr v0.1.21
21642026-08-18T22:12:53.382Z Compiling bstr v1.13.1
21652026-08-18T22:12:53.539Z Compiling nom v8.0.0
21662026-08-18T22:12:53.698Z Compiling either v1.17.0
21672026-08-18T22:12:53.751Z Compiling is_ci v1.2.0
21682026-08-18T22:12:53.893Z Compiling rayon v1.12.0
21692026-08-18T22:12:53.905Z Compiling supports-color v3.0.2
21702026-08-18T22:12:53.908Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21712026-08-18T22:12:54.081Z Compiling textwrap v0.16.2
21722026-08-18T22:12:54.497Z Compiling regex v1.13.1
21732026-08-18T22:12:54.583Z Compiling sha2 v0.10.9
21742026-08-18T22:12:54.836Z Compiling clap v4.6.6
21752026-08-18T22:12:54.920Z Compiling drift v0.2.0
21762026-08-18T22:12:54.948Z Compiling similar v2.7.0
21772026-08-18T22:12:54.965Z Compiling git-stub-vcs v0.1.0
21782026-08-18T22:12:55.309Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792026-08-18T22:12:55.443Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21802026-08-18T22:12:55.657Z Compiling dropshot-api-manager v0.7.2
21812026-08-18T22:12:55.673Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21822026-08-18T22:13:00.714Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21832026-08-18T22:13:01.930Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21842026-08-18T22:13:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s
21852026-08-18T22:13:09.242Z Running `target/debug/maghemite-dropshot-apis check`
21862026-08-18T22:13:09.269Z -------
21872026-08-18T22:13:09.269Z Generating OpenAPI documents from API definitions ...
21882026-08-18T22:13:09.333Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
21892026-08-18T22:13:09.369Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
21902026-08-18T22:13:09.512Z -------
21912026-08-18T22:13:09.512Z Checking 15 OpenAPI documents...
21922026-08-18T22:13:09.512Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
21932026-08-18T22:13:09.512Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
21942026-08-18T22:13:09.512Z Fresh ddm-admin (versioned v3.0.0 (added locally)): DDM Admin
21952026-08-18T22:13:09.512Z Fresh ddm-admin "latest" symlink
21962026-08-18T22:13:09.516Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
21972026-08-18T22:13:09.516Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
21982026-08-18T22:13:09.516Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
21992026-08-18T22:13:09.516Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22002026-08-18T22:13:09.516Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22012026-08-18T22:13:09.516Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22022026-08-18T22:13:09.516Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22032026-08-18T22:13:09.516Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22042026-08-18T22:13:09.516Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22052026-08-18T22:13:09.516Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22062026-08-18T22:13:09.517Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22072026-08-18T22:13:09.517Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22082026-08-18T22:13:09.517Z Fresh mg-admin "latest" symlink
22092026-08-18T22:13:09.517Z -------
22102026-08-18T22:13:09.517Z Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems
22112026-08-18T22:13:09.566Z+ banner build
22122026-08-18T22:13:09.570Z
22132026-08-18T22:13:09.570Z ##### # # # # #####
22142026-08-18T22:13:09.570Z # # # # # # # #
22152026-08-18T22:13:09.570Z ##### # # # # # #
22162026-08-18T22:13:09.570Z # # # # # # # #
22172026-08-18T22:13:09.570Z # # # # # # # #
22182026-08-18T22:13:09.570Z ##### #### # ###### #####
22192026-08-18T22:13:09.571Z
22202026-08-18T22:13:09.571Z+ ptime -m cargo build
22212026-08-18T22:13:10.198Z Compiling smallvec v1.15.2
22222026-08-18T22:13:10.313Z Compiling log v0.4.33
22232026-08-18T22:13:10.331Z Compiling slog v2.8.2
22242026-08-18T22:13:10.345Z Compiling ring v0.17.14
22252026-08-18T22:13:10.367Z Compiling webpki-roots v1.0.9
22262026-08-18T22:13:10.417Z Compiling similar v2.7.0
22272026-08-18T22:13:10.451Z Compiling itertools v0.15.0
22282026-08-18T22:13:10.466Z Compiling fxhash v0.2.1
22292026-08-18T22:13:10.487Z Compiling goblin v0.10.7
22302026-08-18T22:13:10.519Z Compiling icu_normalizer v2.2.0
22312026-08-18T22:13:10.519Z Compiling parking_lot_core v0.9.12
22322026-08-18T22:13:10.591Z Compiling goblin v0.8.2
22332026-08-18T22:13:10.715Z Compiling parking_lot v0.12.5
22342026-08-18T22:13:10.817Z Compiling slog-async v2.8.0
22352026-08-18T22:13:11.100Z Compiling idna_adapter v1.2.2
22362026-08-18T22:13:11.100Z Compiling tokio v1.53.1
22372026-08-18T22:13:11.256Z Compiling idna v1.1.0
22382026-08-18T22:13:11.317Z Compiling slog-term v2.9.2
22392026-08-18T22:13:11.322Z Compiling slog-json v2.6.1
22402026-08-18T22:13:11.541Z Compiling url v2.5.8
22412026-08-18T22:13:11.765Z Compiling rustls-webpki v0.103.14
22422026-08-18T22:13:11.958Z Compiling slog-bunyan v2.5.0
22432026-08-18T22:13:11.982Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22442026-08-18T22:13:12.101Z Compiling schemars v0.8.22
22452026-08-18T22:13:12.123Z Compiling expectorate v1.2.0
22462026-08-18T22:13:12.228Z Compiling globset v0.4.20
22472026-08-18T22:13:12.275Z Compiling rustls v0.23.43
22482026-08-18T22:13:12.364Z Compiling moka v0.12.16
22492026-08-18T22:13:12.709Z Compiling parking_lot_core v0.8.6
22502026-08-18T22:13:12.997Z Compiling ipnetwork v0.21.1
22512026-08-18T22:13:13.058Z Compiling newtype-uuid v1.4.0
22522026-08-18T22:13:13.193Z Compiling serde_with v3.22.0
22532026-08-18T22:13:13.419Z Compiling oxnet v0.1.6
22542026-08-18T22:13:13.461Z Compiling dof v0.4.0
22552026-08-18T22:13:13.502Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22562026-08-18T22:13:13.883Z Compiling daft v0.1.8
22572026-08-18T22:13:14.172Z Compiling usdt-impl v0.6.0
22582026-08-18T22:13:14.399Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22592026-08-18T22:13:14.476Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22602026-08-18T22:13:14.770Z Compiling usdt v0.6.0
22612026-08-18T22:13:14.849Z Compiling iddqd v0.4.6
22622026-08-18T22:13:14.904Z Compiling tokio-util v0.7.19
22632026-08-18T22:13:15.001Z Compiling tower v0.5.3
22642026-08-18T22:13:15.057Z Compiling async-compression v0.4.43
22652026-08-18T22:13:15.060Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-18T22:13:15.296Z Compiling backoff v0.4.0
22672026-08-18T22:13:15.325Z Compiling tokio-rustls v0.26.4
22682026-08-18T22:13:15.377Z Compiling rustls-platform-verifier v0.7.0
22692026-08-18T22:13:15.486Z Compiling h2 v0.4.15
22702026-08-18T22:13:15.514Z Compiling tower-http v0.6.11
22712026-08-18T22:13:15.595Z Compiling typify-impl v0.6.2
22722026-08-18T22:13:15.615Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-08-18T22:13:15.648Z Compiling byte-wrapper v0.1.0
22742026-08-18T22:13:15.946Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-08-18T22:13:15.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22762026-08-18T22:13:16.000Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-18T22:13:16.091Z Compiling dof v0.3.0
22782026-08-18T22:13:16.277Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22792026-08-18T22:13:16.409Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22802026-08-18T22:13:16.549Z Compiling usdt-impl v0.5.0
22812026-08-18T22:13:16.889Z Compiling usdt v0.5.0
22822026-08-18T22:13:17.174Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-08-18T22:13:17.206Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-18T22:13:17.221Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
22852026-08-18T22:13:17.359Z Compiling typify v0.6.2
22862026-08-18T22:13:17.467Z Compiling progenitor-impl v0.14.0
22872026-08-18T22:13:17.481Z Compiling hickory-proto v0.24.4
22882026-08-18T22:13:18.225Z Compiling hyper v1.11.0
22892026-08-18T22:13:18.570Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22902026-08-18T22:13:18.628Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-08-18T22:13:18.681Z Compiling progenitor-impl v0.13.0
22922026-08-18T22:13:18.708Z Compiling tokio-stream v0.1.19
22932026-08-18T22:13:19.204Z Compiling tokio-dtrace v0.1.1
22942026-08-18T22:13:19.487Z Compiling hyper-util v0.1.20
22952026-08-18T22:13:19.785Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-08-18T22:13:19.930Z Compiling hickory-resolver v0.24.4
22972026-08-18T22:13:20.290Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-08-18T22:13:20.612Z Compiling libsw-core v0.3.2
22992026-08-18T22:13:20.714Z Compiling hyper-rustls v0.27.9
23002026-08-18T22:13:20.727Z Compiling dropshot v0.17.1
23012026-08-18T22:13:20.789Z Compiling zone v0.3.1
23022026-08-18T22:13:21.048Z Compiling reqwest v0.13.4
23032026-08-18T22:13:21.082Z Compiling reqwest v0.12.28
23042026-08-18T22:13:21.131Z Compiling qorb v0.4.1
23052026-08-18T22:13:21.555Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23062026-08-18T22:13:21.665Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23072026-08-18T22:13:21.869Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-08-18T22:13:21.923Z Compiling libsw v3.5.0
23092026-08-18T22:13:22.109Z Compiling oxide-tokio-rt v0.1.6
23102026-08-18T22:13:22.292Z Compiling progenitor-client v0.14.0
23112026-08-18T22:13:22.425Z Compiling progenitor-client v0.10.0
23122026-08-18T22:13:22.538Z Compiling progenitor-extras v0.2.0
23132026-08-18T22:13:22.615Z Compiling progenitor v0.14.0
23142026-08-18T22:13:22.733Z Compiling progenitor-client v0.13.0
23152026-08-18T22:13:22.770Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23162026-08-18T22:13:22.803Z Compiling slog-dtrace v0.3.0
23172026-08-18T22:13:22.893Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23182026-08-18T22:13:23.029Z Compiling progenitor v0.13.0
23192026-08-18T22:13:23.046Z Compiling tough v0.22.0
23202026-08-18T22:13:23.085Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23212026-08-18T22:13:23.149Z Compiling cancel-safe-futures v0.1.5
23222026-08-18T22:13:23.214Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23232026-08-18T22:13:23.454Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23242026-08-18T22:13:23.468Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23252026-08-18T22:13:24.271Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23262026-08-18T22:13:24.404Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23272026-08-18T22:13:24.809Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23282026-08-18T22:13:24.863Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23292026-08-18T22:13:25.062Z Compiling steno v0.4.1
23302026-08-18T22:13:25.115Z Compiling hickory-proto v0.25.2
23312026-08-18T22:13:25.368Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23322026-08-18T22:13:25.482Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23332026-08-18T22:13:26.434Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23342026-08-18T22:13:26.632Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23352026-08-18T22:13:27.009Z Compiling hickory-resolver v0.25.2
23362026-08-18T22:13:27.125Z Compiling parking_lot v0.11.2
23372026-08-18T22:13:27.526Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
23382026-08-18T22:13:27.780Z Compiling sled v0.34.7
23392026-08-18T22:13:27.926Z Compiling arc-swap v1.9.2
23402026-08-18T22:13:27.987Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23412026-08-18T22:13:28.302Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-08-18T22:13:28.353Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-08-18T22:13:28.427Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-08-18T22:13:29.081Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-08-18T22:13:29.322Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-08-18T22:13:29.405Z Compiling slog-scope v4.4.1
23472026-08-18T22:13:29.675Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23482026-08-18T22:13:29.700Z Compiling papergrid v0.18.0
23492026-08-18T22:13:30.467Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-08-18T22:13:30.670Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-08-18T22:13:30.752Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-08-18T22:13:30.887Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-08-18T22:13:31.462Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-08-18T22:13:31.477Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-08-18T22:13:31.574Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-08-18T22:13:31.684Z Compiling internet-checksum v0.2.1
23572026-08-18T22:13:31.836Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-08-18T22:13:31.850Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23592026-08-18T22:13:31.976Z Compiling tabled v0.21.0
23602026-08-18T22:13:32.053Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23612026-08-18T22:13:32.300Z Compiling slog-stdlog v4.1.1
23622026-08-18T22:13:32.408Z Compiling ingot-types v0.2.0
23632026-08-18T22:13:32.520Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23642026-08-18T22:13:32.829Z Compiling dropshot-api-manager-types v0.7.2
23652026-08-18T22:13:32.904Z Compiling ingot v0.2.1
23662026-08-18T22:13:33.237Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23672026-08-18T22:13:33.448Z Compiling slog-envlogger v2.2.0
23682026-08-18T22:13:33.463Z Compiling const-random v0.1.18
23692026-08-18T22:13:33.544Z Compiling typify-impl v0.4.3
23702026-08-18T22:13:33.859Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23712026-08-18T22:13:34.309Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23722026-08-18T22:13:34.639Z Compiling crc8 v0.1.1
23732026-08-18T22:13:34.671Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23742026-08-18T22:13:34.766Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23752026-08-18T22:13:34.874Z Compiling ahash v0.8.12
23762026-08-18T22:13:35.022Z Compiling smartstring v1.0.1
23772026-08-18T22:13:35.119Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23782026-08-18T22:13:35.305Z Compiling typify v0.4.3
23792026-08-18T22:13:35.390Z Compiling sha1 v0.10.7
23802026-08-18T22:13:35.427Z Compiling thin-vec v0.2.19
23812026-08-18T22:13:35.636Z Compiling utf-8 v0.7.6
23822026-08-18T22:13:35.730Z Compiling rhai v1.25.1
23832026-08-18T22:13:35.821Z Compiling tungstenite v0.21.0
23842026-08-18T22:13:35.834Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23852026-08-18T22:13:36.098Z Compiling progenitor-impl v0.10.0
23862026-08-18T22:13:36.331Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-08-18T22:13:36.706Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23882026-08-18T22:13:36.789Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23892026-08-18T22:13:37.546Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23902026-08-18T22:13:37.882Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23912026-08-18T22:13:38.842Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23922026-08-18T22:13:38.891Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23932026-08-18T22:13:39.050Z Compiling sha2 v0.10.9
23942026-08-18T22:13:39.298Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23952026-08-18T22:13:39.439Z Compiling progenitor v0.10.0
23962026-08-18T22:13:39.601Z Compiling tokio-tungstenite v0.21.0
23972026-08-18T22:13:39.895Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23982026-08-18T22:13:39.929Z Compiling lzma-sys v0.1.20
23992026-08-18T22:13:40.050Z Compiling typeid v1.0.3
24002026-08-18T22:13:40.178Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24012026-08-18T22:13:41.016Z Compiling port-file v0.1.0
24022026-08-18T22:13:41.229Z Compiling console v0.16.4
24032026-08-18T22:13:41.229Z Compiling git-stub v1.0.0
24042026-08-18T22:13:41.289Z Compiling toml_datetime v0.7.5+spec-1.1.0
24052026-08-18T22:13:41.471Z Compiling base64 v0.21.7
24062026-08-18T22:13:41.519Z Compiling unit-prefix v0.5.2
24072026-08-18T22:13:41.604Z Compiling toml v0.9.12+spec-1.1.0
24082026-08-18T22:13:41.680Z Compiling indicatif v0.18.6
24092026-08-18T22:13:41.807Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24102026-08-18T22:13:41.846Z Compiling git-stub-vcs v0.1.0
24112026-08-18T22:13:42.203Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24122026-08-18T22:13:42.615Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24132026-08-18T22:13:42.844Z Compiling ron v0.12.2
24142026-08-18T22:13:42.989Z Compiling xz2 v0.1.7
24152026-08-18T22:13:43.285Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24162026-08-18T22:13:43.402Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24172026-08-18T22:13:43.635Z Compiling drift v0.2.0
24182026-08-18T22:13:43.670Z Compiling base16ct v1.0.0
24192026-08-18T22:13:43.868Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24202026-08-18T22:13:44.101Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24212026-08-18T22:13:44.484Z Compiling dropshot-api-manager v0.7.2
24222026-08-18T22:13:44.508Z Compiling natord v1.0.9
24232026-08-18T22:13:44.685Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24242026-08-18T22:13:47.139Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24252026-08-18T22:13:48.817Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24262026-08-18T22:13:55.390Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24272026-08-18T22:13:57.111Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24282026-08-18T22:13:58.230Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24292026-08-18T22:13:59.208Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24302026-08-18T22:13:59.208Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24312026-08-18T22:13:59.212Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24322026-08-18T22:13:59.662Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24332026-08-18T22:13:59.665Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24342026-08-18T22:13:59.665Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24352026-08-18T22:14:00.139Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24362026-08-18T22:14:01.616Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24372026-08-18T22:14:01.616Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24382026-08-18T22:14:01.616Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24392026-08-18T22:14:06.740Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24402026-08-18T22:14:08.614Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24412026-08-18T22:14:08.617Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24422026-08-18T22:14:08.618Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24432026-08-18T22:14:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
24442026-08-18T22:14:53.125Z
24452026-08-18T22:14:53.125Zreal 1:43.501936925
24462026-08-18T22:14:53.125Zuser 7:37.001733525
24472026-08-18T22:14:53.125Zsys 1:07.522510262
24482026-08-18T22:14:53.125Ztrap 0.192007267
24492026-08-18T22:14:53.125Ztflt 0.034632699
24502026-08-18T22:14:53.125Zdflt 0.180752010
24512026-08-18T22:14:53.125Zkflt 0.000049630
24522026-08-18T22:14:53.125Zlock 31:19.619961955
24532026-08-18T22:14:53.129Zslp 24:31.188032404
24542026-08-18T22:14:53.129Zlat 24.771783657
24552026-08-18T22:14:53.130Zstop 47.879546427
24562026-08-18T22:14:53.130Z+ ptime -m cargo build --release
24572026-08-18T22:14:53.793Z Compiling proc-macro2 v1.0.107
24582026-08-18T22:14:53.793Z Compiling quote v1.0.47
24592026-08-18T22:14:53.793Z Compiling unicode-ident v1.0.24
24602026-08-18T22:14:53.793Z Compiling serde_core v1.0.229
24612026-08-18T22:14:53.796Z Compiling serde v1.0.229
24622026-08-18T22:14:53.797Z Compiling libc v0.2.189
24632026-08-18T22:14:53.797Z Compiling cfg-if v1.0.4
24642026-08-18T22:14:54.044Z Compiling zmij v1.0.23
24652026-08-18T22:14:54.075Z Compiling autocfg v1.5.1
24662026-08-18T22:14:54.294Z Compiling memchr v2.8.3
24672026-08-18T22:14:54.342Z Compiling libm v0.2.16
24682026-08-18T22:14:54.667Z Compiling itoa v1.0.18
24692026-08-18T22:14:54.708Z Compiling icu_properties_data v2.2.0
24702026-08-18T22:14:54.890Z Compiling icu_normalizer_data v2.2.0
24712026-08-18T22:14:54.945Z Compiling version_check v0.9.5
24722026-08-18T22:14:55.008Z Compiling stable_deref_trait v1.2.1
24732026-08-18T22:14:55.086Z Compiling syn v2.0.119
24742026-08-18T22:14:55.105Z Compiling syn v3.0.3
24752026-08-18T22:14:55.163Z Compiling serde_json v1.0.151
24762026-08-18T22:14:55.215Z Compiling thiserror v2.0.20
24772026-08-18T22:14:55.426Z Compiling writeable v0.6.3
24782026-08-18T22:14:55.439Z Compiling litemap v0.8.2
24792026-08-18T22:14:55.528Z Compiling utf8_iter v1.0.4
24802026-08-18T22:14:55.624Z Compiling num-traits v0.2.19
24812026-08-18T22:14:55.643Z Compiling percent-encoding v2.3.2
24822026-08-18T22:14:55.917Z Compiling form_urlencoded v1.2.2
24832026-08-18T22:14:55.962Z Compiling getrandom v0.4.3
24842026-08-18T22:14:56.059Z Compiling rand_core v0.10.1
24852026-08-18T22:14:56.239Z Compiling parking_lot_core v0.9.12
24862026-08-18T22:14:56.287Z Compiling iana-time-zone v0.1.65
24872026-08-18T22:14:56.419Z Compiling zerocopy v0.8.56
24882026-08-18T22:14:56.530Z Compiling uuid v1.24.0
24892026-08-18T22:14:56.598Z Compiling errno v0.3.14
24902026-08-18T22:14:57.090Z Compiling semver v1.0.28
24912026-08-18T22:14:57.104Z Compiling heck v0.5.0
24922026-08-18T22:14:57.151Z Compiling dyn-clone v1.0.20
24932026-08-18T22:14:57.297Z Compiling schemars v0.8.22
24942026-08-18T22:14:57.399Z Compiling jobserver v0.1.35
24952026-08-18T22:14:57.451Z Compiling shlex v2.0.1
24962026-08-18T22:14:57.577Z Compiling find-msvc-tools v0.1.10
24972026-08-18T22:14:57.647Z Compiling rustversion v1.0.23
24982026-08-18T22:14:57.729Z Compiling cc v1.4.2
24992026-08-18T22:14:57.814Z Compiling pin-project-lite v0.2.17
25002026-08-18T22:14:57.924Z Compiling synstructure v0.13.2
25012026-08-18T22:14:57.961Z Compiling serde_derive_internals v0.29.1
25022026-08-18T22:14:58.234Z Compiling getrandom v0.2.17
25032026-08-18T22:14:58.325Z Compiling serde_derive v1.0.229
25042026-08-18T22:14:58.415Z Compiling displaydoc v0.2.7
25052026-08-18T22:14:58.463Z Compiling thiserror-impl v2.0.20
25062026-08-18T22:14:58.489Z Compiling tokio-macros v2.7.2
25072026-08-18T22:14:58.627Z Compiling bitflags v2.13.1
25082026-08-18T22:14:58.682Z Compiling pkg-config v0.3.33
25092026-08-18T22:14:59.005Z Compiling portable-atomic v1.15.0
25102026-08-18T22:14:59.054Z Compiling futures-macro v0.3.34
25112026-08-18T22:14:59.069Z Compiling zerofrom-derive v0.1.7
25122026-08-18T22:14:59.125Z Compiling yoke-derive v0.8.2
25132026-08-18T22:14:59.184Z Compiling zerovec-derive v0.11.3
25142026-08-18T22:14:59.233Z Compiling schemars_derive v0.8.22
25152026-08-18T22:14:59.461Z Compiling zerocopy-derive v0.8.56
25162026-08-18T22:14:59.776Z Compiling zeroize_derive v1.5.0
25172026-08-18T22:14:59.927Z Compiling socket2 v0.6.5
25182026-08-18T22:15:00.201Z Compiling scopeguard v1.2.0
25192026-08-18T22:15:00.274Z Compiling zerofrom v0.1.8
25202026-08-18T22:15:00.322Z Compiling lock_api v0.4.14
25212026-08-18T22:15:00.411Z Compiling yoke v0.8.3
25222026-08-18T22:15:00.462Z Compiling zeroize v1.9.0
25232026-08-18T22:15:00.481Z Compiling critical-section v1.2.0
25242026-08-18T22:15:00.579Z Compiling zerovec v0.11.6
25252026-08-18T22:15:00.596Z Compiling zerotrie v0.2.4
25262026-08-18T22:15:00.613Z Compiling log v0.4.33
25272026-08-18T22:15:00.729Z Compiling allocator-api2 v0.2.21
25282026-08-18T22:15:00.803Z Compiling once_cell v1.21.4
25292026-08-18T22:15:01.032Z Compiling signal-hook-registry v1.4.8
25302026-08-18T22:15:01.071Z Compiling mio v1.2.2
25312026-08-18T22:15:01.074Z Compiling equivalent v1.0.2
25322026-08-18T22:15:01.149Z Compiling tinystr v0.8.3
25332026-08-18T22:15:01.185Z Compiling potential_utf v0.1.5
25342026-08-18T22:15:01.346Z Compiling icu_collections v2.2.0
25352026-08-18T22:15:01.390Z Compiling icu_locale_core v2.2.0
25362026-08-18T22:15:01.415Z Compiling cmake v0.1.58
25372026-08-18T22:15:01.463Z Compiling smallvec v1.15.2
25382026-08-18T22:15:01.494Z Compiling bytes v1.12.1
25392026-08-18T22:15:01.565Z Compiling chrono v0.4.45
25402026-08-18T22:15:01.683Z Compiling dunce v1.0.5
25412026-08-18T22:15:01.771Z Compiling fs_extra v1.3.0
25422026-08-18T22:15:01.786Z Compiling subtle v2.6.1
25432026-08-18T22:15:01.968Z Compiling serde_tokenstream v0.2.3
25442026-08-18T22:15:02.039Z Compiling parking_lot v0.12.5
25452026-08-18T22:15:02.095Z Compiling aws-lc-sys v0.44.0
25462026-08-18T22:15:02.267Z Compiling icu_provider v2.2.0
25472026-08-18T22:15:02.348Z Compiling tokio v1.53.1
25482026-08-18T22:15:02.372Z Compiling futures-core v0.3.34
25492026-08-18T22:15:02.543Z Compiling icu_properties v2.2.0
25502026-08-18T22:15:02.849Z Compiling icu_normalizer v2.2.0
25512026-08-18T22:15:03.269Z Compiling httparse v1.10.1
25522026-08-18T22:15:03.514Z Compiling idna_adapter v1.2.2
25532026-08-18T22:15:03.633Z Compiling idna v1.1.0
25542026-08-18T22:15:04.002Z Compiling url v2.5.8
25552026-08-18T22:15:04.075Z Compiling futures-sink v0.3.34
25562026-08-18T22:15:04.089Z Compiling rustix v1.1.4
25572026-08-18T22:15:04.199Z Compiling slab v0.4.12
25582026-08-18T22:15:04.257Z Compiling typenum v1.20.1
25592026-08-18T22:15:04.362Z Compiling thiserror v1.0.69
25602026-08-18T22:15:04.422Z Compiling futures-channel v0.3.34
25612026-08-18T22:15:04.458Z Compiling hashbrown v0.17.1
25622026-08-18T22:15:04.708Z Compiling thiserror-impl v1.0.69
25632026-08-18T22:15:05.080Z Compiling futures-task v0.3.34
25642026-08-18T22:15:05.136Z Compiling regex-syntax v0.8.11
25652026-08-18T22:15:05.268Z Compiling futures-io v0.3.34
25662026-08-18T22:15:05.495Z Compiling futures-util v0.3.34
25672026-08-18T22:15:05.517Z Compiling indexmap v2.14.0
25682026-08-18T22:15:05.629Z Compiling aho-corasick v1.1.5
25692026-08-18T22:15:05.852Z Compiling ipnetwork v0.21.1
25702026-08-18T22:15:06.173Z Compiling ucd-trie v0.1.7
25712026-08-18T22:15:06.436Z Compiling pest v2.8.8
25722026-08-18T22:15:07.055Z Compiling regex-automata v0.4.18
25732026-08-18T22:15:07.212Z Compiling tracing-core v0.1.36
25742026-08-18T22:15:07.307Z Compiling tracing-attributes v0.1.31
25752026-08-18T22:15:07.347Z Compiling rand_core v0.6.4
25762026-08-18T22:15:07.660Z Compiling pest_meta v2.8.8
25772026-08-18T22:15:07.746Z Compiling slog v2.8.2
25782026-08-18T22:15:08.205Z Compiling base64 v0.22.1
25792026-08-18T22:15:08.240Z Compiling byteorder v1.5.0
25802026-08-18T22:15:08.505Z Compiling pest_generator v2.8.8
25812026-08-18T22:15:08.538Z Compiling tracing v0.1.44
25822026-08-18T22:15:08.721Z Compiling http v1.5.0
25832026-08-18T22:15:08.790Z Compiling regex v1.13.1
25842026-08-18T22:15:08.891Z Compiling erased-serde v0.3.31
25852026-08-18T22:15:08.961Z Compiling getrandom v0.3.4
25862026-08-18T22:15:09.121Z Compiling pest_derive v2.8.8
25872026-08-18T22:15:09.646Z Compiling anyhow v1.0.104
25882026-08-18T22:15:09.682Z Compiling fnv v1.0.7
25892026-08-18T22:15:09.974Z Compiling strsim v0.11.1
25902026-08-18T22:15:09.977Z Compiling oxnet v0.1.6
25912026-08-18T22:15:10.272Z Compiling rustls-pki-types v1.15.1
25922026-08-18T22:15:10.291Z Compiling ring v0.17.14
25932026-08-18T22:15:10.574Z Compiling aws-lc-rs v1.18.0
25942026-08-18T22:15:10.887Z Compiling ident_case v1.0.1
25952026-08-18T22:15:11.067Z Compiling paste v1.0.15
25962026-08-18T22:15:11.461Z Compiling tokio-util v0.7.19
25972026-08-18T22:15:11.749Z Compiling untrusted v0.7.1
25982026-08-18T22:15:11.879Z Compiling untrusted v0.9.0
25992026-08-18T22:15:11.893Z Compiling num-conv v0.2.2
26002026-08-18T22:15:12.019Z Compiling ipnet v2.12.1
26012026-08-18T22:15:12.051Z Compiling time-core v0.1.9
26022026-08-18T22:15:12.246Z Compiling time-macros v0.2.32
26032026-08-18T22:15:13.685Z Compiling rustls v0.23.43
26042026-08-18T22:15:13.915Z Compiling camino v1.2.5
26052026-08-18T22:15:14.118Z Compiling http-body v1.1.0
26062026-08-18T22:15:14.248Z Compiling scroll_derive v0.13.1
26072026-08-18T22:15:14.296Z Compiling atomic-waker v1.1.2
26082026-08-18T22:15:14.414Z Compiling async-trait v0.1.92
26092026-08-18T22:15:14.428Z Compiling try-lock v0.2.5
26102026-08-18T22:15:14.441Z Compiling omicron-workspace-hack v0.1.0
26112026-08-18T22:15:14.649Z Compiling tower-service v0.3.3
26122026-08-18T22:15:14.663Z Compiling ryu v1.0.23
26132026-08-18T22:15:14.718Z Compiling pretty-hex v0.4.2
26142026-08-18T22:15:14.749Z Compiling tower-layer v0.3.3
26152026-08-18T22:15:14.950Z Compiling want v0.3.1
26162026-08-18T22:15:14.956Z Compiling h2 v0.4.15
26172026-08-18T22:15:15.065Z Compiling ppv-lite86 v0.2.21
26182026-08-18T22:15:15.131Z Compiling httpdate v1.0.3
26192026-08-18T22:15:15.501Z Compiling crossbeam-utils v0.8.22
26202026-08-18T22:15:15.830Z Compiling crc32fast v1.5.0
26212026-08-18T22:15:16.349Z Compiling slog-async v2.8.0
26222026-08-18T22:15:16.647Z Compiling usdt-impl v0.6.0
26232026-08-18T22:15:16.906Z Compiling scroll v0.13.0
26242026-08-18T22:15:17.181Z Compiling serde_urlencoded v0.7.1
26252026-08-18T22:15:17.316Z Compiling http-body-util v0.1.5
26262026-08-18T22:15:17.375Z Compiling plain v0.2.3
26272026-08-18T22:15:17.457Z Compiling hyper v1.11.0
26282026-08-18T22:15:17.488Z Compiling goblin v0.10.7
26292026-08-18T22:15:17.637Z Compiling daft-derive v0.1.8
26302026-08-18T22:15:20.765Z Compiling hyper-util v0.1.20
26312026-08-18T22:15:21.525Z Compiling foldhash v0.2.0
26322026-08-18T22:15:21.625Z Compiling dof v0.4.0
26332026-08-18T22:15:22.311Z Compiling darling_core v0.23.0
26342026-08-18T22:15:22.629Z Compiling dtrace-parser v0.3.0
26352026-08-18T22:15:22.863Z Compiling openapiv3 v2.2.0
26362026-08-18T22:15:23.204Z Compiling thread-id v5.1.0
26372026-08-18T22:15:23.295Z Compiling syn v1.0.109
26382026-08-18T22:15:23.994Z Compiling generic-array v0.14.7
26392026-08-18T22:15:24.404Z Compiling darling_macro v0.23.0
26402026-08-18T22:15:24.547Z Compiling powerfmt v0.2.0
26412026-08-18T22:15:25.019Z Compiling deranged v0.5.8
26422026-08-18T22:15:25.045Z Compiling darling v0.23.0
26432026-08-18T22:15:25.135Z Compiling num_threads v0.1.7
26442026-08-18T22:15:25.285Z Compiling usdt-macro v0.6.0
26452026-08-18T22:15:25.754Z Compiling usdt-attr-macro v0.6.0
26462026-08-18T22:15:26.101Z Compiling time v0.3.55
26472026-08-18T22:15:26.141Z Compiling rand_core v0.9.5
26482026-08-18T22:15:26.429Z Compiling hashbrown v0.16.1
26492026-08-18T22:15:26.856Z Compiling multer v3.1.0
26502026-08-18T22:15:27.106Z Compiling ref-cast v1.0.26
26512026-08-18T22:15:27.425Z Compiling crossbeam-channel v0.5.16
26522026-08-18T22:15:27.440Z Compiling sync_wrapper v1.0.2
26532026-08-18T22:15:27.501Z Compiling winnow v1.0.4
26542026-08-18T22:15:27.554Z Compiling hex v0.4.3
26552026-08-18T22:15:27.775Z Compiling cpufeatures v0.3.0
26562026-08-18T22:15:27.853Z Compiling tower v0.5.3
26572026-08-18T22:15:27.867Z Compiling rand_chacha v0.9.0
26582026-08-18T22:15:28.113Z Compiling webpki-roots v1.0.9
26592026-08-18T22:15:28.243Z Compiling futures-executor v0.3.34
26602026-08-18T22:15:28.426Z Compiling async-stream-impl v0.3.6
26612026-08-18T22:15:28.441Z Compiling ref-cast-impl v1.0.26
26622026-08-18T22:15:28.712Z Compiling dropshot v0.17.1
26632026-08-18T22:15:28.951Z Compiling thread_local v1.1.10
26642026-08-18T22:15:28.998Z Compiling fastrand v2.5.0
26652026-08-18T22:15:29.032Z Compiling futures v0.3.34
26662026-08-18T22:15:29.071Z Compiling tower-http v0.6.11
26672026-08-18T22:15:29.172Z Compiling rand v0.9.5
26682026-08-18T22:15:29.242Z Compiling serde_tokenstream v0.3.0
26692026-08-18T22:15:29.263Z Compiling structmeta-derive v0.3.0
26702026-08-18T22:15:29.327Z Compiling is-terminal v0.4.17
26712026-08-18T22:15:29.434Z Compiling take_mut v0.2.2
26722026-08-18T22:15:29.542Z Compiling term v1.2.1
26732026-08-18T22:15:29.557Z Compiling newtype-uuid-macros v0.1.1
26742026-08-18T22:15:29.875Z Compiling slog-term v2.9.2
26752026-08-18T22:15:30.035Z Compiling crypto-common v0.1.7
26762026-08-18T22:15:30.297Z Compiling structmeta v0.3.0
26772026-08-18T22:15:30.335Z Compiling dropshot_endpoint v0.17.1
26782026-08-18T22:15:30.662Z Compiling tempfile v3.27.0
26792026-08-18T22:15:30.913Z Compiling newtype-uuid v1.4.0
26802026-08-18T22:15:31.253Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-08-18T22:15:31.312Z Compiling strum_macros v0.26.4
26822026-08-18T22:15:31.433Z Compiling either v1.17.0
26832026-08-18T22:15:31.674Z Compiling daft v0.1.8
26842026-08-18T22:15:32.003Z Compiling hybrid-array v0.4.14
26852026-08-18T22:15:32.017Z Compiling simd-adler32 v0.3.10
26862026-08-18T22:15:32.106Z Compiling match_cfg v0.1.0
26872026-08-18T22:15:32.295Z Compiling adler2 v2.0.1
26882026-08-18T22:15:32.336Z Compiling openssl-probe v0.2.1
26892026-08-18T22:15:32.465Z Compiling rustls-native-certs v0.8.4
26902026-08-18T22:15:32.489Z Compiling miniz_oxide v0.8.9
26912026-08-18T22:15:32.583Z Compiling hostname v0.3.1
26922026-08-18T22:15:32.752Z Compiling toml_parser v1.1.3+spec-1.1.0
26932026-08-18T22:15:32.871Z Compiling slog-json v2.6.1
26942026-08-18T22:15:32.955Z Compiling serde_with_macros v3.22.0
26952026-08-18T22:15:33.126Z Compiling macaddr v1.0.1
26962026-08-18T22:15:33.211Z Compiling serde_spanned v1.1.1
26972026-08-18T22:15:33.369Z Compiling memmap2 v0.9.11
26982026-08-18T22:15:33.846Z Compiling toml_writer v1.1.2+spec-1.1.0
26992026-08-18T22:15:34.059Z Compiling slog-bunyan v2.5.0
27002026-08-18T22:15:34.095Z Compiling flate2 v1.1.9
27012026-08-18T22:15:34.115Z Compiling block-buffer v0.12.1
27022026-08-18T22:15:34.245Z Compiling crypto-common v0.2.2
27032026-08-18T22:15:34.290Z Compiling derive-ex v0.1.8
27042026-08-18T22:15:34.304Z Compiling rand_chacha v0.3.1
27052026-08-18T22:15:34.912Z Compiling strum_macros v0.27.2
27062026-08-18T22:15:35.202Z Compiling usdt v0.6.0
27072026-08-18T22:15:35.508Z Compiling compression-core v0.4.32
27082026-08-18T22:15:35.692Z Compiling debug-ignore v1.0.5
27092026-08-18T22:15:35.813Z Compiling const-oid v0.10.2
27102026-08-18T22:15:35.840Z Compiling test-strategy v0.4.5
27112026-08-18T22:15:35.854Z Compiling compression-codecs v0.4.38
27122026-08-18T22:15:36.119Z Compiling digest v0.11.3
27132026-08-18T22:15:36.199Z Compiling rand v0.8.7
27142026-08-18T22:15:36.456Z Compiling toml_datetime v1.1.1+spec-1.1.0
27152026-08-18T22:15:36.572Z Compiling encoding_rs v0.8.35
27162026-08-18T22:15:36.752Z Compiling spin v0.9.9
27172026-08-18T22:15:36.892Z Compiling mime v0.3.17
27182026-08-18T22:15:37.084Z Compiling toml v1.1.4+spec-1.1.0
27192026-08-18T22:15:37.270Z Compiling sha1 v0.11.0
27202026-08-18T22:15:37.309Z Compiling async-compression v0.4.43
27212026-08-18T22:15:37.382Z Compiling async-stream v0.3.6
27222026-08-18T22:15:37.633Z Compiling block-buffer v0.10.4
27232026-08-18T22:15:37.788Z Compiling waitgroup v0.1.2
27242026-08-18T22:15:37.812Z Compiling rustls-pemfile v2.2.0
27252026-08-18T22:15:37.948Z Compiling serde_path_to_error v0.1.20
27262026-08-18T22:15:38.060Z Compiling hostname v0.4.2
27272026-08-18T22:15:38.174Z Compiling digest v0.10.7
27282026-08-18T22:15:38.229Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-08-18T22:15:38.712Z Compiling parse-display-derive v0.10.0
27302026-08-18T22:15:38.932Z Compiling unicode-width v0.2.2
27312026-08-18T22:15:39.438Z Compiling strum v0.26.3
27322026-08-18T22:15:39.595Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27332026-08-18T22:15:39.731Z Compiling regress v0.10.5
27342026-08-18T22:15:40.280Z Compiling wait-timeout v0.2.1
27352026-08-18T22:15:40.836Z Compiling quick-error v1.2.3
27362026-08-18T22:15:40.862Z Compiling bit-vec v0.8.0
27372026-08-18T22:15:41.002Z Compiling rusty-fork v0.3.1
27382026-08-18T22:15:41.110Z Compiling bit-set v0.8.0
27392026-08-18T22:15:41.206Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-08-18T22:15:41.304Z Compiling serde_with v3.22.0
27412026-08-18T22:15:41.444Z Compiling rand_xorshift v0.4.0
27422026-08-18T22:15:41.658Z Compiling unarray v0.1.4
27432026-08-18T22:15:41.783Z Compiling proptest v1.11.0
27442026-08-18T22:15:41.803Z Compiling strum v0.27.2
27452026-08-18T22:15:42.751Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27462026-08-18T22:15:42.751Z Compiling instant v0.1.13
27472026-08-18T22:15:42.751Z Compiling cpufeatures v0.2.17
27482026-08-18T22:15:42.751Z Compiling iddqd v0.4.6
27492026-08-18T22:15:42.751Z Compiling clap_derive v4.6.4
27502026-08-18T22:15:42.751Z Compiling utf8parse v0.2.2
27512026-08-18T22:15:43.928Z Compiling anstyle-parse v1.0.0
27522026-08-18T22:15:44.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-08-18T22:15:44.174Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-08-18T22:15:44.193Z Compiling backon v1.6.0
27552026-08-18T22:15:44.353Z Compiling terminal_size v0.4.4
27562026-08-18T22:15:44.711Z Compiling anstyle-query v1.1.5
27572026-08-18T22:15:44.824Z Compiling colorchoice v1.0.5
27582026-08-18T22:15:44.836Z Compiling anstyle v1.0.14
27592026-08-18T22:15:44.953Z Compiling is_terminal_polyfill v1.70.2
27602026-08-18T22:15:45.143Z Compiling anstream v1.0.0
27612026-08-18T22:15:45.652Z Compiling backoff v0.4.0
27622026-08-18T22:15:45.768Z Compiling parse-display v0.10.0
27632026-08-18T22:15:46.029Z Compiling itertools v0.14.0
27642026-08-18T22:15:46.167Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27652026-08-18T22:15:46.426Z Compiling humantime v2.4.0
27662026-08-18T22:15:46.834Z Compiling clap_lex v1.1.0
27672026-08-18T22:15:47.047Z Compiling clap_builder v4.6.6
27682026-08-18T22:15:48.107Z Compiling regress v0.11.1
27692026-08-18T22:15:49.026Z Compiling clap v4.6.6
27702026-08-18T22:15:49.083Z Compiling typify-impl v0.6.2
27712026-08-18T22:15:50.449Z Compiling toml_edit v0.25.13+spec-1.1.0
27722026-08-18T22:15:50.822Z Compiling crucible-workspace-hack v0.1.0
27732026-08-18T22:15:51.126Z Compiling proc-macro-crate v3.5.0
27742026-08-18T22:15:51.675Z Compiling zerocopy-derive v0.7.35
27752026-08-18T22:15:52.509Z Compiling typify-macro v0.6.2
27762026-08-18T22:15:52.521Z Compiling unsafe-libyaml v0.2.11
27772026-08-18T22:15:53.047Z Compiling serde_yaml v0.9.34+deprecated
27782026-08-18T22:15:54.667Z Compiling num_enum_derive v0.7.6
27792026-08-18T22:15:54.667Z Compiling convert_case v0.4.0
27802026-08-18T22:15:54.667Z Compiling num_enum v0.7.6
27812026-08-18T22:15:54.763Z Compiling derive_more v0.99.20
27822026-08-18T22:15:54.911Z Compiling toml_datetime v0.6.11
27832026-08-18T22:15:55.147Z Compiling crossbeam-epoch v0.9.20
27842026-08-18T22:15:55.253Z Compiling heck v0.4.1
27852026-08-18T22:15:55.461Z Compiling typify v0.6.2
27862026-08-18T22:15:55.785Z Compiling secrecy v0.10.3
27872026-08-18T22:15:55.981Z Compiling proc-macro-error-attr v1.0.4
27882026-08-18T22:15:56.594Z Compiling rustix v0.38.44
27892026-08-18T22:15:56.874Z Compiling prettyplease v0.2.37
27902026-08-18T22:15:56.920Z Compiling heapless v0.8.0
27912026-08-18T22:15:56.952Z Compiling tinyvec_macros v0.1.1
27922026-08-18T22:15:57.018Z Compiling tinyvec v1.12.0
27932026-08-18T22:15:57.632Z Compiling zerocopy v0.7.35
27942026-08-18T22:15:57.822Z Compiling tabwriter v1.4.1
27952026-08-18T22:15:58.202Z Compiling hash32 v0.3.1
27962026-08-18T22:15:58.282Z Compiling rustc_version v0.4.1
27972026-08-18T22:15:58.362Z Compiling scroll_derive v0.12.1
27982026-08-18T22:15:58.387Z Compiling num-integer v0.1.47
27992026-08-18T22:15:58.433Z Compiling proc-macro-error v1.0.4
28002026-08-18T22:15:58.549Z Compiling usdt-impl v0.5.0
28012026-08-18T22:15:58.667Z Compiling data-encoding v2.11.1
28022026-08-18T22:15:58.811Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28032026-08-18T22:15:58.877Z Compiling winnow v0.7.15
28042026-08-18T22:15:59.049Z Compiling smoltcp v0.11.0
28052026-08-18T22:15:59.087Z Compiling scroll v0.12.0
28062026-08-18T22:15:59.533Z Compiling curve25519-dalek v4.1.3
28072026-08-18T22:16:00.184Z Compiling dof v0.3.0
28082026-08-18T22:16:01.261Z Compiling dtrace-parser v0.2.0
28092026-08-18T22:16:01.307Z Compiling hmac v0.12.1
28102026-08-18T22:16:01.363Z Compiling darling_core v0.21.3
28112026-08-18T22:16:01.378Z Compiling inout v0.1.4
28122026-08-18T22:16:01.515Z Compiling ff v0.13.1
28132026-08-18T22:16:01.542Z Compiling cobs v0.3.0
28142026-08-18T22:16:01.822Z Compiling bstr v1.13.1
28152026-08-18T22:16:01.822Z Compiling thread-id v4.2.2
28162026-08-18T22:16:01.909Z Compiling static_assertions v1.1.0
28172026-08-18T22:16:01.921Z Compiling managed v0.8.0
28182026-08-18T22:16:03.575Z Compiling bitflags v1.3.2
28192026-08-18T22:16:03.600Z Compiling colored v3.1.1
28202026-08-18T22:16:03.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28212026-08-18T22:16:03.601Z Compiling postcard v1.1.3
28222026-08-18T22:16:03.601Z Compiling group v0.13.0
28232026-08-18T22:16:03.601Z Compiling cipher v0.4.4
28242026-08-18T22:16:03.601Z Compiling hkdf v0.12.4
28252026-08-18T22:16:03.601Z Compiling darling_macro v0.21.3
28262026-08-18T22:16:03.909Z Compiling goblin v0.8.2
28272026-08-18T22:16:04.051Z Compiling num-iter v0.1.46
28282026-08-18T22:16:04.092Z Compiling num-rational v0.4.2
28292026-08-18T22:16:04.640Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28302026-08-18T22:16:04.985Z Compiling universal-hash v0.5.1
28312026-08-18T22:16:05.114Z Compiling thiserror-impl-no-std v2.0.2
28322026-08-18T22:16:05.133Z Compiling hubpack_derive v0.1.1
28332026-08-18T22:16:05.576Z Compiling crypto-bigint v0.5.5
28342026-08-18T22:16:05.897Z Compiling half v2.7.1
28352026-08-18T22:16:06.030Z Compiling curve25519-dalek-derive v0.1.1
28362026-08-18T22:16:06.190Z Compiling foreign-types-macros v0.2.4
28372026-08-18T22:16:06.253Z Compiling serde_repr v0.1.21
28382026-08-18T22:16:06.827Z Compiling num-complex v0.4.6
28392026-08-18T22:16:07.319Z Compiling memoffset v0.9.1
28402026-08-18T22:16:07.477Z Compiling indent_write v2.2.0
28412026-08-18T22:16:07.630Z Compiling cfg_aliases v0.2.2
28422026-08-18T22:16:07.723Z Compiling base64ct v1.8.3
28432026-08-18T22:16:07.956Z Compiling opaque-debug v0.3.1
28442026-08-18T22:16:07.998Z Compiling base16ct v0.2.0
28452026-08-18T22:16:08.046Z Compiling ciborium-io v0.2.2
28462026-08-18T22:16:08.059Z Compiling foreign-types-shared v0.3.1
28472026-08-18T22:16:08.158Z Compiling foreign-types v0.5.0
28482026-08-18T22:16:08.161Z Compiling ciborium-ll v0.2.2
28492026-08-18T22:16:08.242Z Compiling elliptic-curve v0.13.8
28502026-08-18T22:16:08.428Z Compiling poly1305 v0.8.0
28512026-08-18T22:16:08.552Z Compiling password-hash v0.5.0
28522026-08-18T22:16:09.043Z Compiling nix v0.31.3
28532026-08-18T22:16:09.519Z Compiling num v0.4.3
28542026-08-18T22:16:09.728Z Compiling thiserror-no-std v2.0.2
28552026-08-18T22:16:09.829Z Compiling hubpack v0.1.2
28562026-08-18T22:16:10.423Z Compiling darling v0.21.3
28572026-08-18T22:16:11.144Z Compiling chacha20 v0.9.1
28582026-08-18T22:16:11.585Z Compiling atomicwrites v0.4.4
28592026-08-18T22:16:11.877Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28602026-08-18T22:16:11.953Z Compiling reqwest v0.12.28
28612026-08-18T22:16:12.441Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28622026-08-18T22:16:13.132Z Compiling blake2 v0.10.6
28632026-08-18T22:16:13.446Z Compiling aead v0.5.2
28642026-08-18T22:16:13.608Z Compiling chacha20 v0.10.1
28652026-08-18T22:16:13.623Z Compiling byte-wrapper v0.1.0
28662026-08-18T22:16:13.643Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28672026-08-18T22:16:13.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28682026-08-18T22:16:14.427Z Compiling cstr-argument v0.1.2
28692026-08-18T22:16:14.501Z Compiling keccak v0.1.6
28702026-08-18T22:16:14.703Z Compiling float-ord v0.3.2
28712026-08-18T22:16:14.738Z Compiling crossbeam-deque v0.8.7
28722026-08-18T22:16:14.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28732026-08-18T22:16:15.036Z Compiling sha3 v0.10.9
28742026-08-18T22:16:15.097Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28752026-08-18T22:16:15.422Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28762026-08-18T22:16:15.451Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28772026-08-18T22:16:15.476Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28782026-08-18T22:16:15.584Z Compiling rand v0.10.2
28792026-08-18T22:16:16.336Z Compiling chacha20poly1305 v0.10.1
28802026-08-18T22:16:16.492Z Compiling argon2 v0.5.3
28812026-08-18T22:16:17.135Z Compiling progenitor-client v0.10.0
28822026-08-18T22:16:17.453Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28832026-08-18T22:16:17.686Z Compiling ingot-macros v0.1.1
28842026-08-18T22:16:18.356Z Compiling vsss-rs v3.3.4
28852026-08-18T22:16:19.446Z Compiling ciborium v0.2.2
28862026-08-18T22:16:19.919Z Compiling usdt-attr-macro v0.5.0
28872026-08-18T22:16:20.159Z Compiling usdt-macro v0.5.0
28882026-08-18T22:16:21.105Z Compiling num-derive v0.4.2
28892026-08-18T22:16:21.150Z Compiling enum-as-inner v0.6.1
28902026-08-18T22:16:21.314Z Compiling memmap v0.7.0
28912026-08-18T22:16:21.549Z Compiling semver v0.1.20
28922026-08-18T22:16:21.966Z Compiling rayon-core v1.13.0
28932026-08-18T22:16:22.138Z Compiling winnow v0.5.40
28942026-08-18T22:16:22.287Z Compiling rustc_version v0.1.7
28952026-08-18T22:16:22.473Z Compiling usdt v0.5.0
28962026-08-18T22:16:22.487Z Compiling ingot-types v0.1.2
28972026-08-18T22:16:22.573Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28982026-08-18T22:16:23.070Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28992026-08-18T22:16:23.170Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29002026-08-18T22:16:23.503Z Compiling toml_edit v0.19.15
29012026-08-18T22:16:23.731Z Compiling similar v2.7.0
29022026-08-18T22:16:23.972Z Compiling progenitor-impl v0.14.0
29032026-08-18T22:16:25.462Z Compiling serde_spanned v0.6.9
29042026-08-18T22:16:25.588Z Compiling toml_write v0.1.2
29052026-08-18T22:16:25.737Z Compiling bytecount v0.6.9
29062026-08-18T22:16:25.792Z Compiling rustls-webpki v0.103.14
29072026-08-18T22:16:25.931Z Compiling vcpkg v0.2.15
29082026-08-18T22:16:26.217Z Compiling lazy_static v1.5.0
29092026-08-18T22:16:26.442Z Compiling progenitor-macro v0.14.0
29102026-08-18T22:16:26.503Z Compiling openssl-sys v0.9.117
29112026-08-18T22:16:27.076Z Compiling toml_edit v0.22.27
29122026-08-18T22:16:27.467Z Compiling proc-macro-crate v1.3.1
29132026-08-18T22:16:28.171Z Compiling ingot v0.1.1
29142026-08-18T22:16:28.701Z Compiling newtype_derive v0.1.6
29152026-08-18T22:16:29.291Z Compiling itertools v0.12.1
29162026-08-18T22:16:30.241Z Compiling tokio-rustls v0.26.4
29172026-08-18T22:16:30.324Z Compiling rustls-platform-verifier v0.7.0
29182026-08-18T22:16:30.560Z Compiling hyper-rustls v0.27.9
29192026-08-18T22:16:30.880Z Compiling reqwest v0.13.4
29202026-08-18T22:16:31.073Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29212026-08-18T22:16:31.544Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29222026-08-18T22:16:31.808Z Compiling owo-colors v4.3.0
29232026-08-18T22:16:32.170Z Compiling linked-hash-map v0.5.6
29242026-08-18T22:16:32.260Z Compiling progenitor-client v0.14.0
29252026-08-18T22:16:32.723Z Compiling progenitor-extras v0.2.0
29262026-08-18T22:16:32.853Z Compiling swrite v0.1.0
29272026-08-18T22:16:32.974Z Compiling resolv-conf v0.7.6
29282026-08-18T22:16:32.988Z Compiling unicode-segmentation v1.13.3
29292026-08-18T22:16:33.578Z Compiling newline-converter v0.3.0
29302026-08-18T22:16:33.594Z Compiling progenitor v0.14.0
29312026-08-18T22:16:34.232Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-08-18T22:16:38.620Z Compiling lru-cache v0.1.2
29332026-08-18T22:16:43.731Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29342026-08-18T22:16:45.299Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29352026-08-18T22:16:45.606Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29362026-08-18T22:16:45.935Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-08-18T22:16:46.206Z Compiling toml v0.8.23
29382026-08-18T22:16:46.377Z Compiling rayon v1.12.0
29392026-08-18T22:16:46.876Z Compiling num_enum_derive v0.5.11
29402026-08-18T22:16:47.186Z Compiling hickory-proto v0.24.4
29412026-08-18T22:16:47.662Z Compiling progenitor-impl v0.13.0
29422026-08-18T22:16:47.945Z Compiling console v0.15.11
29432026-08-18T22:16:48.015Z Compiling camino-tempfile v1.4.1
29442026-08-18T22:16:48.442Z Compiling serde-big-array v0.5.1
29452026-08-18T22:16:48.563Z Compiling derive-where v1.6.1
29462026-08-18T22:16:48.610Z Compiling pin-project-internal v1.1.13
29472026-08-18T22:16:49.231Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29482026-08-18T22:16:49.710Z Compiling minimal-lexical v0.2.1
29492026-08-18T22:16:49.725Z Compiling siphasher v1.0.3
29502026-08-18T22:16:49.841Z Compiling progenitor-macro v0.13.0
29512026-08-18T22:16:49.942Z Compiling nom v7.1.3
29522026-08-18T22:16:49.959Z Compiling phf_shared v0.12.1
29532026-08-18T22:16:50.193Z Compiling pin-project v1.1.13
29542026-08-18T22:16:50.314Z Compiling hickory-resolver v0.24.4
29552026-08-18T22:16:50.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29562026-08-18T22:16:51.326Z Compiling expectorate v1.2.0
29572026-08-18T22:16:51.342Z Compiling num_enum v0.5.11
29582026-08-18T22:16:51.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29592026-08-18T22:16:53.637Z Compiling progenitor-client v0.13.0
29602026-08-18T22:16:54.118Z Compiling zone_cfg_derive v0.3.1
29612026-08-18T22:16:54.428Z Compiling unicode-normalization v0.1.25
29622026-08-18T22:16:54.748Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29632026-08-18T22:16:54.844Z Compiling snafu-derive v0.8.9
29642026-08-18T22:16:55.050Z Compiling tokio-stream v0.1.19
29652026-08-18T22:16:55.058Z Compiling async-recursion v1.1.1
29662026-08-18T22:16:55.632Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29672026-08-18T22:16:55.768Z Compiling slog-dtrace v0.3.0
29682026-08-18T22:16:55.966Z Compiling csv-core v0.1.13
29692026-08-18T22:16:56.025Z Compiling unicode-linebreak v0.1.5
29702026-08-18T22:16:56.350Z Compiling openssl v0.10.81
29712026-08-18T22:16:56.408Z Compiling jiff-core v0.1.0
29722026-08-18T22:16:56.605Z Compiling unicode-xid v0.2.6
29732026-08-18T22:16:56.648Z Compiling highway v1.3.0
29742026-08-18T22:16:56.743Z Compiling chrono-tz v0.10.4
29752026-08-18T22:16:56.996Z Compiling unicode-width v0.1.14
29762026-08-18T22:16:57.330Z Compiling foldhash v0.1.5
29772026-08-18T22:16:57.344Z Compiling konst_macro_rules v0.2.19
29782026-08-18T22:16:57.546Z Compiling cancel-safe-futures v0.1.5
29792026-08-18T22:16:57.568Z Compiling same-file v1.0.6
29802026-08-18T22:16:57.794Z Compiling foreign-types-shared v0.1.1
29812026-08-18T22:16:57.811Z Compiling smawk v0.3.3
29822026-08-18T22:16:57.900Z Compiling foreign-types v0.3.2
29832026-08-18T22:16:57.966Z Compiling textwrap v0.16.2
29842026-08-18T22:16:58.009Z Compiling walkdir v2.5.0
29852026-08-18T22:16:58.070Z Compiling konst v0.2.20
29862026-08-18T22:16:58.226Z Compiling hashbrown v0.15.5
29872026-08-18T22:16:58.462Z Compiling jiff v0.2.35
29882026-08-18T22:16:58.703Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29892026-08-18T22:16:58.887Z Compiling const_format_proc_macros v0.2.34
29902026-08-18T22:16:59.524Z Compiling snafu v0.8.9
29912026-08-18T22:16:59.690Z Compiling csv v1.4.0
29922026-08-18T22:17:00.175Z Compiling progenitor v0.13.0
29932026-08-18T22:17:00.219Z Compiling qorb v0.4.1
29942026-08-18T22:17:00.337Z Compiling olpc-cjson v0.1.4
29952026-08-18T22:17:00.563Z Compiling zone v0.3.1
29962026-08-18T22:17:00.608Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-08-18T22:17:04.509Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29982026-08-18T22:17:04.604Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29992026-08-18T22:17:06.185Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-08-18T22:17:06.744Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30012026-08-18T22:17:07.282Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30022026-08-18T22:17:07.407Z Compiling phf v0.12.1
30032026-08-18T22:17:07.593Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30042026-08-18T22:17:08.047Z Compiling tokio-dtrace v0.1.1
30052026-08-18T22:17:08.209Z Compiling globset v0.4.20
30062026-08-18T22:17:08.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-08-18T22:17:08.470Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-08-18T22:17:08.610Z Compiling smf v0.2.3
30092026-08-18T22:17:09.068Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30102026-08-18T22:17:09.327Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30112026-08-18T22:17:09.460Z Compiling pem v3.0.6
30122026-08-18T22:17:09.733Z Compiling libsw-core v0.3.2
30132026-08-18T22:17:09.927Z Compiling serde_plain v1.0.2
30142026-08-18T22:17:10.120Z Compiling openssl-macros v0.1.1
30152026-08-18T22:17:10.141Z Compiling cookie v0.18.2
30162026-08-18T22:17:10.221Z Compiling sigpipe v0.1.3
30172026-08-18T22:17:10.327Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30182026-08-18T22:17:10.402Z Compiling glob v0.3.4
30192026-08-18T22:17:10.416Z Compiling typed-path v0.9.3
30202026-08-18T22:17:10.623Z Compiling fixedbitset v0.4.2
30212026-08-18T22:17:10.843Z Compiling fixedbitset v0.5.7
30222026-08-18T22:17:10.904Z Compiling petgraph v0.6.5
30232026-08-18T22:17:11.293Z Compiling petgraph v0.8.3
30242026-08-18T22:17:11.406Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30252026-08-18T22:17:11.893Z Compiling tough v0.22.0
30262026-08-18T22:17:12.797Z Compiling libsw v3.5.0
30272026-08-18T22:17:12.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30282026-08-18T22:17:12.991Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30292026-08-18T22:17:13.247Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-08-18T22:17:13.383Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30312026-08-18T22:17:13.508Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30322026-08-18T22:17:13.705Z Compiling oxide-tokio-rt v0.1.6
30332026-08-18T22:17:13.810Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30342026-08-18T22:17:14.600Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-08-18T22:17:15.431Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-08-18T22:17:15.622Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-08-18T22:17:17.314Z Compiling const_format v0.2.36
30382026-08-18T22:17:17.761Z Compiling papergrid v0.11.0
30392026-08-18T22:17:17.828Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-08-18T22:17:18.769Z Compiling libscf-sys v1.2.0
30412026-08-18T22:17:18.930Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30422026-08-18T22:17:19.150Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-08-18T22:17:19.289Z Compiling tabled_derive v0.7.0
30442026-08-18T22:17:19.311Z Compiling gethostname v0.5.0
30452026-08-18T22:17:19.457Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30462026-08-18T22:17:19.644Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-08-18T22:17:19.777Z Compiling bcs v0.1.6
30482026-08-18T22:17:20.100Z Compiling termtree v0.5.1
30492026-08-18T22:17:20.187Z Compiling whoami v1.6.1
30502026-08-18T22:17:20.260Z Compiling tagptr v0.2.0
30512026-08-18T22:17:20.278Z Compiling linear-map v1.2.0
30522026-08-18T22:17:20.510Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-08-18T22:17:20.642Z Compiling moka v0.12.16
30542026-08-18T22:17:21.160Z Compiling tabled v0.15.0
30552026-08-18T22:17:22.934Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-08-18T22:17:23.404Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-08-18T22:17:23.512Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-08-18T22:17:23.741Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-08-18T22:17:24.158Z Compiling steno v0.4.1
30602026-08-18T22:17:25.964Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-08-18T22:17:29.159Z Compiling hickory-proto v0.25.2
30622026-08-18T22:17:29.415Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-08-18T22:17:29.579Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30642026-08-18T22:17:30.228Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30652026-08-18T22:17:30.345Z Compiling parking_lot_core v0.8.6
30662026-08-18T22:17:30.671Z Compiling nom v8.0.0
30672026-08-18T22:17:31.230Z Compiling itertools v0.15.0
30682026-08-18T22:17:32.438Z Compiling hickory-resolver v0.25.2
30692026-08-18T22:17:32.489Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30702026-08-18T22:17:32.575Z Compiling crunchy v0.2.4
30712026-08-18T22:17:32.593Z Compiling parking_lot v0.11.2
30722026-08-18T22:17:32.839Z Compiling typify-impl v0.4.3
30732026-08-18T22:17:32.903Z Compiling fxhash v0.2.1
30742026-08-18T22:17:33.072Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30752026-08-18T22:17:33.364Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30762026-08-18T22:17:33.379Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30772026-08-18T22:17:33.433Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-08-18T22:17:33.616Z Compiling tiny-keccak v2.0.2
30792026-08-18T22:17:33.906Z Compiling sled v0.34.7
30802026-08-18T22:17:36.206Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-08-18T22:17:37.276Z Compiling typify-macro v0.4.3
30822026-08-18T22:17:39.005Z Compiling arc-swap v1.9.2
30832026-08-18T22:17:39.371Z Compiling slog-scope v4.4.1
30842026-08-18T22:17:40.293Z Compiling ingot-macros v0.2.0
30852026-08-18T22:17:40.508Z Compiling papergrid v0.18.0
30862026-08-18T22:17:40.733Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30872026-08-18T22:17:41.182Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30882026-08-18T22:17:41.447Z Compiling internet-checksum v0.2.1
30892026-08-18T22:17:41.656Z Compiling const-random-macro v0.1.16
30902026-08-18T22:17:42.084Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30912026-08-18T22:17:42.186Z Compiling tabled v0.21.0
30922026-08-18T22:17:43.085Z Compiling ingot-types v0.2.0
30932026-08-18T22:17:43.562Z Compiling slog-stdlog v4.1.1
30942026-08-18T22:17:43.944Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
30952026-08-18T22:17:44.073Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30962026-08-18T22:17:44.785Z Compiling dropshot-api-manager-types v0.7.2
30972026-08-18T22:17:45.379Z Compiling ahash v0.8.12
30982026-08-18T22:17:45.657Z Compiling smartstring v1.0.1
30992026-08-18T22:17:46.080Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31002026-08-18T22:17:46.260Z Compiling slog-envlogger v2.2.0
31012026-08-18T22:17:47.362Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31022026-08-18T22:17:47.491Z Compiling ingot v0.2.1
31032026-08-18T22:17:48.646Z Compiling const-random v0.1.18
31042026-08-18T22:17:48.736Z Compiling typify v0.4.3
31052026-08-18T22:17:49.691Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31062026-08-18T22:17:49.984Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31072026-08-18T22:17:50.424Z Compiling toml_datetime v0.7.5+spec-1.1.0
31082026-08-18T22:17:50.722Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31092026-08-18T22:17:50.990Z Compiling crc8 v0.1.1
31102026-08-18T22:17:51.121Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31112026-08-18T22:17:52.048Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31122026-08-18T22:17:54.428Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31132026-08-18T22:17:55.212Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31142026-08-18T22:17:55.428Z Compiling toml v0.9.12+spec-1.1.0
31152026-08-18T22:17:55.958Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31162026-08-18T22:17:56.258Z Compiling progenitor-impl v0.10.0
31172026-08-18T22:17:57.204Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31182026-08-18T22:17:58.967Z Compiling sha1 v0.10.7
31192026-08-18T22:17:58.982Z Compiling thin-vec v0.2.19
31202026-08-18T22:17:58.982Z Compiling lzma-sys v0.1.20
31212026-08-18T22:17:58.982Z Compiling rhai_codegen v3.2.0
31222026-08-18T22:17:58.982Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31232026-08-18T22:17:58.983Z Compiling fs-err v3.3.1
31242026-08-18T22:17:58.983Z Compiling typeid v1.0.3
31252026-08-18T22:17:58.983Z Compiling utf-8 v0.7.6
31262026-08-18T22:17:59.183Z Compiling tungstenite v0.21.0
31272026-08-18T22:17:59.586Z Compiling rhai v1.25.1
31282026-08-18T22:18:00.162Z Compiling progenitor-macro v0.10.0
31292026-08-18T22:18:01.334Z Compiling cargo_toml v0.22.3
31302026-08-18T22:18:04.660Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31312026-08-18T22:18:06.301Z Compiling sha2 v0.10.9
31322026-08-18T22:18:07.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31332026-08-18T22:18:07.633Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31342026-08-18T22:18:08.251Z Compiling progenitor v0.10.0
31352026-08-18T22:18:08.417Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31362026-08-18T22:18:09.589Z Compiling tokio-tungstenite v0.21.0
31372026-08-18T22:18:09.942Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31382026-08-18T22:18:10.104Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31392026-08-18T22:18:12.136Z Compiling port-file v0.1.0
31402026-08-18T22:18:12.313Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31412026-08-18T22:18:12.395Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31422026-08-18T22:18:13.105Z Compiling console v0.16.4
31432026-08-18T22:18:13.388Z Compiling git-stub v1.0.0
31442026-08-18T22:18:13.761Z Compiling unit-prefix v0.5.2
31452026-08-18T22:18:13.842Z Compiling base64 v0.21.7
31462026-08-18T22:18:13.938Z Compiling is_ci v1.2.0
31472026-08-18T22:18:14.005Z Compiling indicatif v0.18.6
31482026-08-18T22:18:14.119Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31492026-08-18T22:18:14.353Z Compiling supports-color v3.0.2
31502026-08-18T22:18:14.611Z Compiling git-stub-vcs v0.1.0
31512026-08-18T22:18:15.327Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31522026-08-18T22:18:16.653Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31532026-08-18T22:18:16.797Z Compiling ron v0.12.2
31542026-08-18T22:18:18.062Z Compiling xz2 v0.1.7
31552026-08-18T22:18:18.134Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31562026-08-18T22:18:18.384Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31572026-08-18T22:18:18.439Z Compiling drift v0.2.0
31582026-08-18T22:18:20.548Z Compiling base16ct v1.0.0
31592026-08-18T22:18:20.810Z Compiling dropshot-api-manager v0.7.2
31602026-08-18T22:18:25.352Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31612026-08-18T22:18:27.647Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31622026-08-18T22:18:28.813Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31632026-08-18T22:18:30.186Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31642026-08-18T22:18:31.468Z Compiling natord v1.0.9
31652026-08-18T22:18:31.763Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31662026-08-18T22:18:31.859Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31672026-08-18T22:18:33.881Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31682026-08-18T22:18:35.113Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31692026-08-18T22:18:35.497Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31702026-08-18T22:18:45.843Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31712026-08-18T22:18:47.014Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31722026-08-18T22:18:47.801Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31732026-08-18T22:18:49.922Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31742026-08-18T22:18:49.930Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31752026-08-18T22:19:19.333Z Finished `release` profile [optimized] target(s) in 4m 26s
31762026-08-18T22:19:19.522Z
31772026-08-18T22:19:19.522Zreal 4:26.342096287
31782026-08-18T22:19:19.522Zuser 30:10.694879503
31792026-08-18T22:19:19.522Zsys 2:47.286260295
31802026-08-18T22:19:19.522Ztrap 0.730970127
31812026-08-18T22:19:19.522Ztflt 1.334947245
31822026-08-18T22:19:19.522Zdflt 2.009668562
31832026-08-18T22:19:19.522Zkflt 0.000122430
31842026-08-18T22:19:19.526Zlock 2:03:38.362057621
31852026-08-18T22:19:19.526Zslp 1:25:54.452424296
31862026-08-18T22:19:19.526Zlat 2:21.409583198
31872026-08-18T22:19:19.526Zstop 4:19.356707929
31882026-08-18T22:19:19.526Z+ for x in debug release
31892026-08-18T22:19:19.526Z+ mkdir -p /work/debug
31902026-08-18T22:19:19.526Z+ cp target/debug/ddmd /work/debug/ddmd
31912026-08-18T22:19:20.111Z+ cp target/debug/ddmadm /work/debug/ddmadm
31922026-08-18T22:19:20.627Z+ cp target/debug/mgd /work/debug/mgd
31932026-08-18T22:19:21.366Z+ cp target/debug/mgadm /work/debug/mgadm
31942026-08-18T22:19:21.852Z+ for x in debug release
31952026-08-18T22:19:21.852Z+ mkdir -p /work/release
31962026-08-18T22:19:21.855Z+ cp target/release/ddmd /work/release/ddmd
31972026-08-18T22:19:21.957Z+ cp target/release/ddmadm /work/release/ddmadm
31982026-08-18T22:19:22.044Z+ cp target/release/mgd /work/release/mgd
31992026-08-18T22:19:22.186Z+ cp target/release/mgadm /work/release/mgadm
32002026-08-18T22:19:22.295Z+ cp target/release/falcon-lab /work/release/falcon-lab
32012026-08-18T22:19:22.366Zprocess exited: duration 646723 ms, exit code 0
 
32022026-08-18T22:19:22.383Zfound 9 output files
32032026-08-18T22:19:22.383Zuploading: /work/debug/ddmadm (599745496 bytes)
32042026-08-18T22:19:31.416Zuploaded: /work/debug/ddmadm
32052026-08-18T22:19:31.416Zuploading: /work/debug/ddmd (693313192 bytes)
32062026-08-18T22:19:40.163Zuploaded: /work/debug/ddmd
32072026-08-18T22:19:40.163Zuploading: /work/debug/mgadm (708669472 bytes)
32082026-08-18T22:19:53.743Zuploaded: /work/debug/mgadm
32092026-08-18T22:19:55.783Zuploading: /work/debug/mgd (813309728 bytes)
32102026-08-18T22:20:07.819Zuploaded: /work/debug/mgd
32112026-08-18T22:20:07.819Zuploading: /work/release/ddmadm (52382688 bytes)
32122026-08-18T22:20:09.653Zuploaded: /work/release/ddmadm
32132026-08-18T22:20:09.664Zuploading: /work/release/ddmd (63067824 bytes)
32142026-08-18T22:20:11.284Zuploaded: /work/release/ddmd
32152026-08-18T22:20:11.284Zuploading: /work/release/falcon-lab (43205216 bytes)
32162026-08-18T22:20:12.648Zuploaded: /work/release/falcon-lab
32172026-08-18T22:20:12.648Zuploading: /work/release/mgadm (67634776 bytes)
32182026-08-18T22:20:14.191Zuploaded: /work/release/mgadm
32192026-08-18T22:20:14.192Zuploading: /work/release/mgd (85923320 bytes)
32202026-08-18T22:20:15.941Zuploaded: /work/release/mgd