01M1N6B6XW3ZBKB58F58ZCZMZN: 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: 01M1N6CRD6RVNS0CH7GS7WT4SM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T03:12:36.916Zjob assigned to worker 01M1N6D8KP5YMMJX0ARX2R6A1M [factory aws, i-05308722303132240] (queued for 1 m 7 s)
 
22026-09-04T03:12:43.553Zstarting task 0: "setup"
32026-09-04T03:12:43.557Z++ uname -s
42026-09-04T03:12:43.560Z+ kern=SunOS
52026-09-04T03:12:43.560Z+ build_user=build
62026-09-04T03:12:43.560Z+ build_uid=12345
72026-09-04T03:12:43.560Z+ work_dir=/work
82026-09-04T03:12:43.560Z+ input_dir=/input
92026-09-04T03:12:43.560Z+ [[ 0 == 12345 ]]
102026-09-04T03:12:43.560Z+ case "$kern" in
112026-09-04T03:12:43.560Z+ groupadd -g 12345 build
122026-09-04T03:12:43.571Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T03:12:45.578Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T03:12:45.666Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T03:12:45.669Z+ home_fs=zfs
162026-09-04T03:12:45.669Z+ [[ zfs == autofs ]]
172026-09-04T03:12:45.669Z+ mkdir -p /home/build
182026-09-04T03:12:45.669Z+ chown build:build /home/build /work
192026-09-04T03:12:47.669Z+ chmod 0700 /home/build /work
202026-09-04T03:12:47.672Zprocess exited: duration 4121 ms, exit code 0
 
212026-09-04T03:12:47.679Zstarting task 1: "rust-toolchain"
222026-09-04T03:12:47.684Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-04T03:12:47.684Z * rust toolchain channel = "stable"
242026-09-04T03:12:47.684Z * rust toolchain profile = "default"
252026-09-04T03:12:47.684Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-04T03:12:47.684Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T03:12:47.684Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T03:12:47.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T03:12:47.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-04T03:12:47.749Zinfo: downloading installer
312026-09-04T03:12:48.987Zinfo: profile set to default
322026-09-04T03:12:48.987Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T03:12:48.990Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
342026-09-04T03:12:49.140Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-04T03:12:49.145Zinfo: downloading 6 components
362026-09-04T03:13:04.268Zinfo: default toolchain set to stable-x86_64-unknown-illumos
372026-09-04T03:13:04.268Z
382026-09-04T03:13:04.298Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-04T03:13:04.298Z
402026-09-04T03:13:04.302Z
412026-09-04T03:13:04.302ZRust is installed now. Great!
422026-09-04T03:13:04.302Z
432026-09-04T03:13:04.302ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T03:13:04.302Zenvironment variable. This has not been done automatically.
452026-09-04T03:13:04.302Z
462026-09-04T03:13:04.302ZTo configure your current shell, you need to source
472026-09-04T03:13:04.302Zthe corresponding env file under $HOME/.cargo.
482026-09-04T03:13:04.302Z
492026-09-04T03:13:04.302ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T03:13:04.302Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T03:13:04.302Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T03:13:04.302ZCC_x86_64-unknown-illumos = None
532026-09-04T03:13:04.303Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T03:13:04.303ZCC_x86_64_unknown_illumos = None
552026-09-04T03:13:04.303Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T03:13:04.303ZHOST_CC = None
572026-09-04T03:13:04.303Zcargo:rerun-if-env-changed=CC
582026-09-04T03:13:04.303ZCC = None
592026-09-04T03:13:04.303Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T03:13:04.482Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T03:13:04.482ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T03:13:04.482Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T03:13:04.482ZCFLAGS = None
642026-09-04T03:13:04.482Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T03:13:04.482ZHOST_CFLAGS = None
662026-09-04T03:13:04.482Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T03:13:04.482ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T03:13:04.482Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T03:13:04.483ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T03:13:04.579Z+ rustup --version
712026-09-04T03:13:04.586Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T03:13:04.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T03:13:04.609Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-04T03:13:04.611Z+ cargo --version
752026-09-04T03:13:04.623Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-04T03:13:04.626Z+ rustc --version
772026-09-04T03:13:04.643Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-04T03:13:04.647Zprocess exited: duration 16965 ms, exit code 0
 
792026-09-04T03:13:04.652Zstarting task 2: "authentication"
802026-09-04T03:13:04.666ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
812026-09-04T03:13:28.718Zprocess exited: duration 24064 ms, exit code 0
 
822026-09-04T03:13:28.728Zstarting task 3: "clone repository"
832026-09-04T03:13:28.732Z+ mkdir -p /work/oxidecomputer/maghemite
842026-09-04T03:13:28.736Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-09-04T03:13:28.765ZCloning into '/work/oxidecomputer/maghemite'...
862026-09-04T03:13:30.635Z+ cd /work/oxidecomputer/maghemite
872026-09-04T03:13:30.635Z+ git fetch origin 226a6c4ce96b24ac690c850483c24a696e138a3c
882026-09-04T03:13:30.921ZFrom https://github.com/oxidecomputer/maghemite
892026-09-04T03:13:30.921Z * branch 226a6c4ce96b24ac690c850483c24a696e138a3c -> FETCH_HEAD
902026-09-04T03:13:30.926Z+ [[ -n renovate/opte ]]
912026-09-04T03:13:30.936Z++ git branch --show-current
922026-09-04T03:13:30.936Z+ current=main
932026-09-04T03:13:30.936Z+ [[ main != renovate/opte ]]
942026-09-04T03:13:30.936Z+ git branch -f renovate/opte 226a6c4ce96b24ac690c850483c24a696e138a3c
952026-09-04T03:13:30.936Z+ git checkout -f renovate/opte
962026-09-04T03:13:30.954ZSwitched to branch 'renovate/opte'
972026-09-04T03:13:30.957Z+ git reset --hard 226a6c4ce96b24ac690c850483c24a696e138a3c
982026-09-04T03:13:30.969ZHEAD is now at 226a6c4 Update opte to 16ef8c6
992026-09-04T03:13:30.972Zprocess exited: duration 2241 ms, exit code 0
 
1002026-09-04T03:13:30.982Zstarting task 4: "build"
1012026-09-04T03:13:30.986Z+ source .github/buildomat/common.sh
1022026-09-04T03:13:30.986Z++ export PKG_SUCCESS_ON_NOP=1
1032026-09-04T03:13:30.986Z++ PKG_SUCCESS_ON_NOP=1
1042026-09-04T03:13:30.986Z++ cargo --version
1052026-09-04T03:13:30.989Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1062026-09-04T03:13:31.122Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1072026-09-04T03:13:31.125Zinfo: downloading 6 components
1082026-09-04T03:13:46.001Zwarn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed
1092026-09-04T03:13:46.001Zwarn: this might cause rustup commands to take longer time to finish than expected
1102026-09-04T03:13:46.001Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1112026-09-04T03:13:46.097Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-09-04T03:13:46.106Z++ rustc --version
1132026-09-04T03:13:46.131Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-09-04T03:13:46.138Z+ pfexec pkg install clang-15
1152026-09-04T03:13:48.256Z Startup: Refreshing catalog 'helios' ... Done
1162026-09-04T03:13:48.687Z Startup: Caching catalogs ... Done
1172026-09-04T03:13:51.270ZPlanning: Solver setup ... Done
1182026-09-04T03:13:51.326ZPlanning: Running solver ... Done
1192026-09-04T03:13:51.374ZPlanning: Consolidating action changes ... Done
1202026-09-04T03:13:51.374ZPlanning: Evaluating mediators ... Done
1212026-09-04T03:13:51.378ZPlanning: Planning completed in 2.65 seconds
1222026-09-04T03:13:51.394ZNo updates necessary for this image.
1232026-09-04T03:13:51.642Z+ banner check
1242026-09-04T03:13:51.651Z
1252026-09-04T03:13:51.651Z #### # # ###### #### # #
1262026-09-04T03:13:51.651Z # # # # # # # # #
1272026-09-04T03:13:51.651Z # ###### ##### # ####
1282026-09-04T03:13:51.651Z # # # # # # #
1292026-09-04T03:13:51.651Z # # # # # # # # #
1302026-09-04T03:13:51.651Z #### # # ###### #### # #
1312026-09-04T03:13:51.651Z
1322026-09-04T03:13:51.652Z+ cargo fmt -- --check
1332026-09-04T03:13:52.051Z+ cargo clippy --all-targets -- --deny warnings
1342026-09-04T03:13:52.166Z Updating git repository `https://github.com/oxidecomputer/falcon`
1352026-09-04T03:13:53.092ZFrom https://github.com/oxidecomputer/falcon
1362026-09-04T03:13:53.092Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1372026-09-04T03:13:53.170Z Updating crates.io index
1382026-09-04T03:13:53.173Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1392026-09-04T03:13:53.707ZFrom https://github.com/oxidecomputer/dendrite
1402026-09-04T03:13:53.707Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1412026-09-04T03:13:53.742Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-04T03:13:54.045ZFrom https://github.com/oxidecomputer/ispf
1432026-09-04T03:13:54.045Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1442026-09-04T03:13:54.051Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-09-04T03:13:54.506ZFrom https://github.com/oxidecomputer/netadm-sys
1462026-09-04T03:13:54.507Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1472026-09-04T03:13:54.516Z Updating git repository `https://github.com/oxidecomputer/omicron`
1482026-09-04T03:14:04.359ZFrom https://github.com/oxidecomputer/omicron
1492026-09-04T03:14:04.359Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1502026-09-04T03:14:04.782Z Updating git repository `https://github.com/oxidecomputer/opte`
1512026-09-04T03:14:05.749ZFrom https://github.com/oxidecomputer/opte
1522026-09-04T03:14:05.749Z * [new ref] 16ef8c60a15fa6b0afd02c5f23f742c20b818f97 -> refs/commit/16ef8c60a15fa6b0afd02c5f23f742c20b818f97
1532026-09-04T03:14:05.779Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1542026-09-04T03:14:06.033ZFrom https://github.com/oxidecomputer/slog-error-chain
1552026-09-04T03:14:06.033Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1562026-09-04T03:14:06.041Z Updating git repository `https://github.com/illumos/smf-rs`
1572026-09-04T03:14:06.322ZFrom https://github.com/illumos/smf-rs
1582026-09-04T03:14:06.322Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1592026-09-04T03:14:06.331Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1602026-09-04T03:14:06.593ZFrom https://github.com/oxidecomputer/network-interface
1612026-09-04T03:14:06.593Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1622026-09-04T03:14:06.601Z Updating git repository `https://github.com/oxidecomputer/zone`
1632026-09-04T03:14:06.875ZFrom https://github.com/oxidecomputer/zone
1642026-09-04T03:14:06.876Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1652026-09-04T03:14:06.884Z Updating git repository `https://github.com/oxidecomputer/propolis`
1662026-09-04T03:14:07.768ZFrom https://github.com/oxidecomputer/propolis
1672026-09-04T03:14:07.768Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1682026-09-04T03:14:07.809Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1692026-09-04T03:14:08.352ZFrom https://github.com/oxidecomputer/transceiver-control
1702026-09-04T03:14:08.352Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1712026-09-04T03:14:08.362Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1722026-09-04T03:14:08.651ZFrom https://github.com/oxidecomputer/dlpi-sys
1732026-09-04T03:14:08.651Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1742026-09-04T03:14:08.662Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1752026-09-04T03:14:09.022ZFrom https://github.com/jmesmon/rust-libzfs
1762026-09-04T03:14:09.022Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1772026-09-04T03:14:09.045Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1782026-09-04T03:14:09.284ZFrom https://github.com/oxidecomputer/rusty-doors
1792026-09-04T03:14:09.285Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1802026-09-04T03:14:09.295Z Updating git repository `https://github.com/oxidecomputer/lldp`
1812026-09-04T03:14:09.678ZFrom https://github.com/oxidecomputer/lldp
1822026-09-04T03:14:09.678Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1832026-09-04T03:14:09.689Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1842026-09-04T03:14:10.006ZFrom https://github.com/oxidecomputer/tufaceous
1852026-09-04T03:14:10.006Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1862026-09-04T03:14:10.015Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1872026-09-04T03:14:10.610ZFrom https://github.com/oxidecomputer/management-gateway-service
1882026-09-04T03:14:10.610Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1892026-09-04T03:14:10.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
1902026-09-04T03:14:11.776ZFrom https://github.com/oxidecomputer/crucible
1912026-09-04T03:14:11.776Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1922026-09-04T03:14:11.818Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1932026-09-04T03:14:12.109ZFrom https://github.com/oxidecomputer/serde_human_bytes
1942026-09-04T03:14:12.109Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1952026-09-04T03:14:12.124Z Updating git repository `https://github.com/oxidecomputer/propolis`
1962026-09-04T03:14:12.521ZFrom https://github.com/oxidecomputer/propolis
1972026-09-04T03:14:12.521Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1982026-09-04T03:14:12.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
1992026-09-04T03:14:13.108ZFrom https://github.com/oxidecomputer/crucible
2002026-09-04T03:14:13.108Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2012026-09-04T03:14:13.181Z Updating git repository `https://github.com/oxidecomputer/tofino`
2022026-09-04T03:14:13.550ZFrom https://github.com/oxidecomputer/tofino
2032026-09-04T03:14:13.550Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2042026-09-04T03:14:13.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2052026-09-04T03:14:14.357ZFrom https://github.com/oxidecomputer/maghemite
2062026-09-04T03:14:14.357Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2072026-09-04T03:14:14.423Z Updating git repository `https://github.com/oxidecomputer/clickward`
2082026-09-04T03:14:14.670ZFrom https://github.com/oxidecomputer/clickward
2092026-09-04T03:14:14.670Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2102026-09-04T03:14:14.680Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2112026-09-04T03:14:14.960ZFrom https://github.com/oxidecomputer/illumos-devinfo
2122026-09-04T03:14:14.960Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2132026-09-04T03:14:17.169Z Downloading crates ...
2142026-09-04T03:14:17.218Z Downloaded block-buffer v0.10.4
2152026-09-04T03:14:17.222Z Downloaded base16ct v0.2.0
2162026-09-04T03:14:17.251Z Downloaded bit-set v0.8.0
2172026-09-04T03:14:17.251Z Downloaded async-stream-impl v0.3.6
2182026-09-04T03:14:17.251Z Downloaded const-random v0.1.18
2192026-09-04T03:14:17.251Z Downloaded crypto-common v0.1.7
2202026-09-04T03:14:17.251Z Downloaded cstr-argument v0.1.2
2212026-09-04T03:14:17.251Z Downloaded byteorder v1.5.0
2222026-09-04T03:14:17.251Z Downloaded cobs v0.3.0
2232026-09-04T03:14:17.251Z Downloaded cpufeatures v0.2.17
2242026-09-04T03:14:17.258Z Downloaded bitflags v1.3.2
2252026-09-04T03:14:17.258Z Downloaded chacha20 v0.9.1
2262026-09-04T03:14:17.258Z Downloaded crossbeam-deque v0.8.7
2272026-09-04T03:14:17.258Z Downloaded async-stream v0.3.6
2282026-09-04T03:14:17.258Z Downloaded atomicwrites v0.4.4
2292026-09-04T03:14:17.258Z Downloaded compression-codecs v0.4.38
2302026-09-04T03:14:17.264Z Downloaded clap_derive v4.6.4
2312026-09-04T03:14:17.264Z Downloaded console v0.16.4
2322026-09-04T03:14:17.264Z Downloaded mime v0.3.17
2332026-09-04T03:14:17.264Z Downloaded num-iter v0.1.46
2342026-09-04T03:14:17.264Z Downloaded ciborium v0.2.2
2352026-09-04T03:14:17.275Z Downloaded async-recursion v1.1.1
2362026-09-04T03:14:17.275Z Downloaded jobserver v0.1.35
2372026-09-04T03:14:17.275Z Downloaded adler2 v2.0.1
2382026-09-04T03:14:17.275Z Downloaded arc-swap v1.9.2
2392026-09-04T03:14:17.294Z Downloaded chacha20poly1305 v0.10.1
2402026-09-04T03:14:17.294Z Downloaded cfg-if v1.0.4
2412026-09-04T03:14:17.294Z Downloaded icu_properties v2.2.0
2422026-09-04T03:14:17.294Z Downloaded num_enum v0.5.11
2432026-09-04T03:14:17.294Z Downloaded cc v1.4.2
2442026-09-04T03:14:17.294Z Downloaded cfg_aliases v0.2.2
2452026-09-04T03:14:17.294Z Downloaded humantime v2.4.0
2462026-09-04T03:14:17.304Z Downloaded base16ct v1.0.0
2472026-09-04T03:14:17.304Z Downloaded block-buffer v0.12.1
2482026-09-04T03:14:17.304Z Downloaded icu_locale_core v2.2.0
2492026-09-04T03:14:17.304Z Downloaded aead v0.5.2
2502026-09-04T03:14:17.304Z Downloaded darling_core v0.21.3
2512026-09-04T03:14:17.304Z Downloaded crc8 v0.1.1
2522026-09-04T03:14:17.304Z Downloaded indexmap v2.14.0
2532026-09-04T03:14:17.304Z Downloaded atomic-waker v1.1.2
2542026-09-04T03:14:17.717Z Downloaded colorchoice v1.0.5
2552026-09-04T03:14:17.717Z Downloaded bit-vec v0.8.0
2562026-09-04T03:14:17.717Z Downloaded allocator-api2 v0.2.21
2572026-09-04T03:14:17.717Z Downloaded itertools v0.14.0
2582026-09-04T03:14:17.717Z Downloaded anstyle-query v1.1.5
2592026-09-04T03:14:17.723Z Downloaded hubpack_derive v0.1.1
2602026-09-04T03:14:17.723Z Downloaded hubpack v0.1.2
2612026-09-04T03:14:17.723Z Downloaded compression-core v0.4.32
2622026-09-04T03:14:17.723Z Downloaded const-random-macro v0.1.16
2632026-09-04T03:14:17.723Z Downloaded libm v0.2.16
2642026-09-04T03:14:17.723Z Downloaded crypto-common v0.2.2
2652026-09-04T03:14:17.723Z Downloaded ingot-types v0.1.2
2662026-09-04T03:14:17.723Z Downloaded ident_case v1.0.1
2672026-09-04T03:14:17.723Z Downloaded httpdate v1.0.3
2682026-09-04T03:14:17.723Z Downloaded jiff-static v0.2.35
2692026-09-04T03:14:17.723Z Downloaded ciborium-ll v0.2.2
2702026-09-04T03:14:17.723Z Downloaded itoa v1.0.18
2712026-09-04T03:14:17.723Z Downloaded idna_adapter v1.2.2
2722026-09-04T03:14:17.723Z Downloaded clap_lex v1.1.0
2732026-09-04T03:14:17.723Z Downloaded crunchy v0.2.4
2742026-09-04T03:14:17.723Z Downloaded hyper-util v0.1.20
2752026-09-04T03:14:17.723Z Downloaded indicatif v0.18.6
2762026-09-04T03:14:17.724Z Downloaded cpufeatures v0.3.0
2772026-09-04T03:14:17.724Z Downloaded crucible-workspace-hack v0.1.0
2782026-09-04T03:14:17.724Z Downloaded hyper-rustls v0.27.9
2792026-09-04T03:14:17.724Z Downloaded serde_spanned v1.1.1
2802026-09-04T03:14:17.724Z Downloaded num_threads v0.1.7
2812026-09-04T03:14:17.724Z Downloaded lru-slab v0.1.2
2822026-09-04T03:14:17.724Z Downloaded indent_write v2.2.0
2832026-09-04T03:14:17.724Z Downloaded is_ci v1.2.0
2842026-09-04T03:14:17.724Z Downloaded newline-converter v0.3.0
2852026-09-04T03:14:17.724Z Downloaded curve25519-dalek-derive v0.1.1
2862026-09-04T03:14:17.724Z Downloaded semver v0.1.20
2872026-09-04T03:14:17.724Z Downloaded anstream v1.0.0
2882026-09-04T03:14:17.724Z Downloaded argon2 v0.5.3
2892026-09-04T03:14:17.724Z Downloaded match_cfg v0.1.0
2902026-09-04T03:14:17.724Z Downloaded bs58 v0.5.1
2912026-09-04T03:14:17.724Z Downloaded inout v0.1.4
2922026-09-04T03:14:17.724Z Downloaded async-trait v0.1.92
2932026-09-04T03:14:17.724Z Downloaded byte-wrapper v0.1.0
2942026-09-04T03:14:17.724Z Downloaded anstyle-parse v1.0.0
2952026-09-04T03:14:17.724Z Downloaded autocfg v1.5.1
2962026-09-04T03:14:17.724Z Downloaded num-derive v0.4.2
2972026-09-04T03:14:17.725Z Downloaded num_enum_derive v0.5.11
2982026-09-04T03:14:17.725Z Downloaded sha1 v0.10.7
2992026-09-04T03:14:17.725Z Downloaded strum v0.26.3
3002026-09-04T03:14:17.725Z Downloaded thiserror-impl v2.0.20
3012026-09-04T03:14:17.725Z Downloaded camino-tempfile v1.4.1
3022026-09-04T03:14:17.725Z Downloaded macaddr v1.0.1
3032026-09-04T03:14:17.725Z Downloaded no-std-compat v0.4.1
3042026-09-04T03:14:17.725Z Downloaded serial_test_derive v4.0.1
3052026-09-04T03:14:17.725Z Downloaded supports-color v3.0.2
3062026-09-04T03:14:17.725Z Downloaded take_mut v0.2.2
3072026-09-04T03:14:17.725Z Downloaded tower-service v0.3.3
3082026-09-04T03:14:17.725Z Downloaded ipnet v2.12.1
3092026-09-04T03:14:17.725Z Downloaded tinyvec_macros v0.1.1
3102026-09-04T03:14:17.725Z Downloaded try-lock v0.2.5
3112026-09-04T03:14:17.725Z Downloaded bytecount v0.6.9
3122026-09-04T03:14:17.725Z Downloaded unarray v0.1.4
3132026-09-04T03:14:17.725Z Downloaded is_terminal_polyfill v1.70.2
3142026-09-04T03:14:17.725Z Downloaded natord v1.0.9
3152026-09-04T03:14:17.725Z Downloaded thiserror-impl-no-std v2.0.2
3162026-09-04T03:14:17.725Z Downloaded num v0.4.3
3172026-09-04T03:14:17.725Z Downloaded cipher v0.4.4
3182026-09-04T03:14:17.725Z Downloaded backoff v0.4.0
3192026-09-04T03:14:17.725Z Downloaded num-conv v0.2.2
3202026-09-04T03:14:17.725Z Downloaded memoffset v0.9.1
3212026-09-04T03:14:17.725Z Downloaded ciborium-io v0.2.2
3222026-09-04T03:14:17.725Z Downloaded is-terminal v0.4.17
3232026-09-04T03:14:17.726Z Downloaded critical-section v1.2.0
3242026-09-04T03:14:17.726Z Downloaded const_format_proc_macros v0.2.34
3252026-09-04T03:14:17.726Z Downloaded daft v0.1.8
3262026-09-04T03:14:17.726Z Downloaded daft-derive v0.1.8
3272026-09-04T03:14:17.726Z Downloaded lazy_static v1.5.0
3282026-09-04T03:14:17.726Z Downloaded instant v0.1.13
3292026-09-04T03:14:17.726Z Downloaded internet-checksum v0.2.1
3302026-09-04T03:14:17.726Z Downloaded cmake v0.1.58
3312026-09-04T03:14:17.726Z Downloaded convert_case v0.4.0
3322026-09-04T03:14:17.726Z Downloaded keccak v0.1.6
3332026-09-04T03:14:17.726Z Downloaded newtype_derive v0.1.6
3342026-09-04T03:14:17.726Z Downloaded olpc-cjson v0.1.4
3352026-09-04T03:14:17.726Z Downloaded newtype-uuid v1.4.0
3362026-09-04T03:14:17.726Z Downloaded scroll v0.13.0
3372026-09-04T03:14:17.726Z Downloaded unit-prefix v0.5.2
3382026-09-04T03:14:17.726Z Downloaded usdt-attr-macro v0.5.0
3392026-09-04T03:14:17.726Z Downloaded wait-timeout v0.2.1
3402026-09-04T03:14:17.726Z Downloaded cargo_toml v0.22.3
3412026-09-04T03:14:17.726Z Downloaded colored v3.1.1
3422026-09-04T03:14:17.726Z Downloaded ingot-types v0.2.0
3432026-09-04T03:14:17.726Z Downloaded multer v3.1.0
3442026-09-04T03:14:17.726Z Downloaded anstyle v1.0.14
3452026-09-04T03:14:17.726Z Downloaded num_enum v0.7.6
3462026-09-04T03:14:17.726Z Downloaded camino v1.2.5
3472026-09-04T03:14:17.726Z Downloaded simd-adler32 v0.3.10
3482026-09-04T03:14:17.726Z Downloaded blake2 v0.10.6
3492026-09-04T03:14:17.726Z Downloaded slog-scope v4.4.1
3502026-09-04T03:14:17.726Z Downloaded base64ct v1.8.3
3512026-09-04T03:14:17.726Z Downloaded newtype-uuid-macros v0.1.1
3522026-09-04T03:14:17.726Z Downloaded serde_tokenstream v0.2.3
3532026-09-04T03:14:17.727Z Downloaded slab v0.4.12
3542026-09-04T03:14:17.727Z Downloaded smawk v0.3.3
3552026-09-04T03:14:17.727Z Downloaded backon v1.6.0
3562026-09-04T03:14:17.727Z Downloaded num-integer v0.1.47
3572026-09-04T03:14:17.727Z Downloaded serde_path_to_error v0.1.20
3582026-09-04T03:14:17.727Z Downloaded smartstring v1.0.1
3592026-09-04T03:14:17.738Z Downloaded embedded-io v0.6.1
3602026-09-04T03:14:17.738Z Downloaded konst_macro_rules v0.2.19
3612026-09-04T03:14:17.738Z Downloaded hostname v0.3.1
3622026-09-04T03:14:17.738Z Downloaded usdt-macro v0.5.0
3632026-09-04T03:14:17.738Z Downloaded utf8parse v0.2.2
3642026-09-04T03:14:17.738Z Downloaded git-stub v1.0.0
3652026-09-04T03:14:17.739Z Downloaded heck v0.5.0
3662026-09-04T03:14:17.739Z Downloaded opaque-debug v0.3.1
3672026-09-04T03:14:17.739Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3682026-09-04T03:14:17.739Z Downloaded zerofrom-derive v0.1.7
3692026-09-04T03:14:17.739Z Downloaded libscf-sys v1.2.0
3702026-09-04T03:14:17.739Z Downloaded managed v0.8.0
3712026-09-04T03:14:17.739Z Downloaded darling v0.23.0
3722026-09-04T03:14:17.739Z Downloaded ingot v0.2.1
3732026-09-04T03:14:17.739Z Downloaded libsw v3.5.0
3742026-09-04T03:14:17.739Z Downloaded linear-map v1.2.0
3752026-09-04T03:14:17.739Z Downloaded bcs v0.1.6
3762026-09-04T03:14:17.739Z Downloaded cookie v0.18.2
3772026-09-04T03:14:17.739Z Downloaded crc32fast v1.5.0
3782026-09-04T03:14:17.739Z Downloaded csv-core v0.1.13
3792026-09-04T03:14:17.739Z Downloaded ingot-macros v0.1.1
3802026-09-04T03:14:17.739Z Downloaded cancel-safe-futures v0.1.5
3812026-09-04T03:14:17.739Z Downloaded memmap v0.7.0
3822026-09-04T03:14:17.739Z Downloaded ipnetwork v0.21.1
3832026-09-04T03:14:17.739Z Downloaded lru-cache v0.1.2
3842026-09-04T03:14:17.739Z Downloaded crossbeam-utils v0.8.22
3852026-09-04T03:14:17.739Z Downloaded ingot v0.1.1
3862026-09-04T03:14:17.739Z Downloaded lock_api v0.4.14
3872026-09-04T03:14:17.740Z Downloaded crossbeam-epoch v0.9.20
3882026-09-04T03:14:17.740Z Downloaded ahash v0.8.12
3892026-09-04T03:14:17.740Z Downloaded foreign-types-shared v0.1.1
3902026-09-04T03:14:17.740Z Downloaded linked-hash-map v0.5.6
3912026-09-04T03:14:17.740Z Downloaded semver v1.0.28
3922026-09-04T03:14:17.740Z Downloaded parse-display v0.10.0
3932026-09-04T03:14:17.740Z Downloaded dtrace-parser v0.2.0
3942026-09-04T03:14:17.740Z Downloaded proc-macro-error-attr v1.0.4
3952026-09-04T03:14:17.740Z Downloaded powerfmt v0.2.0
3962026-09-04T03:14:17.740Z Downloaded num-complex v0.4.6
3972026-09-04T03:14:17.740Z Downloaded icu_provider v2.2.0
3982026-09-04T03:14:17.740Z Downloaded ingot-macros v0.2.0
3992026-09-04T03:14:17.740Z Downloaded num-rational v0.4.2
4002026-09-04T03:14:17.740Z Downloaded chacha20 v0.10.1
4012026-09-04T03:14:17.740Z Downloaded vsss-rs v3.3.4
4022026-09-04T03:14:17.740Z Downloaded anyhow v1.0.104
4032026-09-04T03:14:17.740Z Downloaded ryu v1.0.23
4042026-09-04T03:14:17.740Z Downloaded hybrid-array v0.4.14
4052026-09-04T03:14:17.740Z Downloaded progenitor-macro v0.13.0
4062026-09-04T03:14:17.740Z Downloaded data-encoding v2.11.1
4072026-09-04T03:14:17.740Z Downloaded progenitor-macro v0.10.0
4082026-09-04T03:14:17.740Z Downloaded tempfile v3.27.0
4092026-09-04T03:14:17.740Z Downloaded indexmap v1.9.3
4102026-09-04T03:14:17.740Z Downloaded num_enum_derive v0.7.6
4112026-09-04T03:14:17.740Z Downloaded gethostname v0.5.0
4122026-09-04T03:14:17.740Z Downloaded digest v0.11.3
4132026-09-04T03:14:17.740Z Downloaded git-stub-vcs v0.1.0
4142026-09-04T03:14:17.740Z Downloaded tagptr v0.2.0
4152026-09-04T03:14:17.741Z Downloaded ref-cast v1.0.26
4162026-09-04T03:14:17.741Z Downloaded ref-cast-impl v1.0.26
4172026-09-04T03:14:17.741Z Downloaded slog-envlogger v2.2.0
4182026-09-04T03:14:17.742Z Downloaded testing_table v0.3.0
4192026-09-04T03:14:17.742Z Downloaded thread-id v5.1.0
4202026-09-04T03:14:17.742Z Downloaded thread_local v1.1.10
4212026-09-04T03:14:17.742Z Downloaded tower-layer v0.3.3
4222026-09-04T03:14:17.742Z Downloaded untrusted v0.9.0
4232026-09-04T03:14:17.742Z Downloaded defmt-macros v1.1.1
4242026-09-04T03:14:17.742Z Downloaded libsw-core v0.3.2
4252026-09-04T03:14:17.742Z Downloaded fastrand v2.5.0
4262026-09-04T03:14:17.742Z Downloaded thin-vec v0.2.19
4272026-09-04T03:14:17.742Z Downloaded time-macros v0.2.32
4282026-09-04T03:14:17.742Z Downloaded toml v0.8.23
4292026-09-04T03:14:17.742Z Downloaded darling v0.21.3
4302026-09-04T03:14:17.742Z Downloaded sigpipe v0.1.3
4312026-09-04T03:14:17.742Z Downloaded swrite v0.1.0
4322026-09-04T03:14:17.742Z Downloaded const-oid v0.10.2
4332026-09-04T03:14:17.742Z Downloaded litemap v0.8.2
4342026-09-04T03:14:17.742Z Downloaded foldhash v0.2.0
4352026-09-04T03:14:17.742Z Downloaded phf v0.12.1
4362026-09-04T03:14:17.742Z Downloaded pem v3.0.6
4372026-09-04T03:14:17.742Z Downloaded ppv-lite86 v0.2.21
4382026-09-04T03:14:17.742Z Downloaded tokio-macros v2.7.2
4392026-09-04T03:14:17.743Z Downloaded toml_write v0.1.2
4402026-09-04T03:14:17.743Z Downloaded async-compression v0.4.43
4412026-09-04T03:14:17.743Z Downloaded xz2 v0.1.7
4422026-09-04T03:14:17.743Z Downloaded usdt-attr-macro v0.6.0
4432026-09-04T03:14:17.743Z Downloaded fs_extra v1.3.0
4442026-09-04T03:14:17.743Z Downloaded iana-time-zone v0.1.65
4452026-09-04T03:14:17.743Z Downloaded num-traits v0.2.19
4462026-09-04T03:14:17.743Z Downloaded usdt v0.6.0
4472026-09-04T03:14:17.743Z Downloaded version_check v0.9.5
4482026-09-04T03:14:17.743Z Downloaded displaydoc v0.2.7
4492026-09-04T03:14:17.743Z Downloaded erased-serde v0.3.31
4502026-09-04T03:14:17.743Z Downloaded memmap2 v0.9.11
4512026-09-04T03:14:17.743Z Downloaded darling_macro v0.21.3
4522026-09-04T03:14:17.743Z Downloaded steno v0.4.1
4532026-09-04T03:14:17.743Z Downloaded dof v0.4.0
4542026-09-04T03:14:17.743Z Downloaded serde_derive_internals v0.29.1
4552026-09-04T03:14:17.743Z Downloaded futures-macro v0.3.34
4562026-09-04T03:14:17.743Z Downloaded iddqd v0.4.6
4572026-09-04T03:14:17.743Z Downloaded oxnet v0.1.7
4582026-09-04T03:14:17.743Z Downloaded pest_generator v2.8.8
4592026-09-04T03:14:17.749Z Downloaded rand_core v0.10.1
4602026-09-04T03:14:17.749Z Downloaded float-ord v0.3.2
4612026-09-04T03:14:17.749Z Downloaded foreign-types v0.5.0
4622026-09-04T03:14:17.749Z Downloaded fxhash v0.2.1
4632026-09-04T03:14:17.749Z Downloaded generic-array v0.14.7
4642026-09-04T03:14:17.749Z Downloaded proc-macro-crate v3.5.0
4652026-09-04T03:14:17.749Z Downloaded foreign-types-macros v0.2.4
4662026-09-04T03:14:17.749Z Downloaded omicron-workspace-hack v0.1.0
4672026-09-04T03:14:17.749Z Downloaded synstructure v0.13.2
4682026-09-04T03:14:17.750Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4692026-09-04T03:14:17.750Z Downloaded hmac v0.12.1
4702026-09-04T03:14:17.750Z Downloaded once_cell v1.21.4
4712026-09-04T03:14:17.750Z Downloaded progenitor-extras v0.2.0
4722026-09-04T03:14:17.750Z Downloaded progenitor v0.14.0
4732026-09-04T03:14:17.750Z Downloaded rand_core v0.9.5
4742026-09-04T03:14:17.750Z Downloaded clap v4.6.6
4752026-09-04T03:14:17.750Z Downloaded const_format v0.2.36
4762026-09-04T03:14:17.750Z Downloaded rustls-platform-verifier v0.7.0
4772026-09-04T03:14:17.750Z Downloaded pkg-config v0.3.33
4782026-09-04T03:14:17.750Z Downloaded http-body v1.1.0
4792026-09-04T03:14:17.750Z Downloaded progenitor-client v0.10.0
4802026-09-04T03:14:17.750Z Downloaded siphasher v1.0.3
4812026-09-04T03:14:17.750Z Downloaded rustc-hash v2.1.3
4822026-09-04T03:14:17.750Z Downloaded rustc_version v0.1.7
4832026-09-04T03:14:17.750Z Downloaded scroll v0.12.0
4842026-09-04T03:14:17.750Z Downloaded scopeguard v1.2.0
4852026-09-04T03:14:17.750Z Downloaded serde-big-array v0.5.1
4862026-09-04T03:14:17.750Z Downloaded base64 v0.22.1
4872026-09-04T03:14:17.750Z Downloaded static_assertions v1.1.0
4882026-09-04T03:14:17.750Z Downloaded zmij v1.0.23
4892026-09-04T03:14:17.750Z Downloaded spin v0.5.2
4902026-09-04T03:14:17.750Z Downloaded base64 v0.21.7
4912026-09-04T03:14:17.750Z Downloaded stable_deref_trait v1.2.1
4922026-09-04T03:14:17.750Z Downloaded crossbeam-channel v0.5.16
4932026-09-04T03:14:17.750Z Downloaded quinn-udp v0.5.15
4942026-09-04T03:14:17.750Z Downloaded usdt-impl v0.5.0
4952026-09-04T03:14:17.750Z Downloaded either v1.17.0
4962026-09-04T03:14:17.750Z Downloaded tabled_derive v0.7.0
4972026-09-04T03:14:17.750Z Downloaded signal-hook-registry v1.4.8
4982026-09-04T03:14:17.750Z Downloaded snafu-derive v0.8.9
4992026-09-04T03:14:17.750Z Downloaded sha2 v0.10.9
5002026-09-04T03:14:17.750Z Downloaded terminal_size v0.4.4
5012026-09-04T03:14:17.750Z Downloaded time-core v0.1.9
5022026-09-04T03:14:17.750Z Downloaded yoke-derive v0.8.2
5032026-09-04T03:14:17.750Z Downloaded strum v0.27.2
5042026-09-04T03:14:17.750Z Downloaded konst v0.2.20
5052026-09-04T03:14:17.750Z Downloaded half v2.7.1
5062026-09-04T03:14:17.751Z Downloaded toml_edit v0.25.13+spec-1.1.0
5072026-09-04T03:14:17.751Z Downloaded slog-json v2.6.1
5082026-09-04T03:14:17.751Z Downloaded utf-8 v0.7.6
5092026-09-04T03:14:17.751Z Downloaded futures-channel v0.3.34
5102026-09-04T03:14:17.751Z Downloaded icu_collections v2.2.0
5112026-09-04T03:14:17.751Z Downloaded log v0.4.33
5122026-09-04T03:14:17.751Z Downloaded dropshot-api-manager-types v0.8.0
5132026-09-04T03:14:17.751Z Downloaded oxide-tokio-rt v0.1.6
5142026-09-04T03:14:17.751Z Downloaded pin-project-lite v0.2.17
5152026-09-04T03:14:17.751Z Downloaded dunce v1.0.5
5162026-09-04T03:14:17.751Z Downloaded pin-project-internal v1.1.13
5172026-09-04T03:14:17.751Z Downloaded debug-ignore v1.0.5
5182026-09-04T03:14:17.751Z Downloaded futures-sink v0.3.34
5192026-09-04T03:14:17.751Z Downloaded bitflags v2.13.1
5202026-09-04T03:14:17.751Z Downloaded heck v0.4.1
5212026-09-04T03:14:17.751Z Downloaded serde_with_macros v3.22.0
5222026-09-04T03:14:17.751Z Downloaded crypto-bigint v0.5.5
5232026-09-04T03:14:17.751Z Downloaded usdt-macro v0.6.0
5242026-09-04T03:14:17.752Z Downloaded enum-as-inner v0.6.1
5252026-09-04T03:14:17.752Z Downloaded rand_chacha v0.9.0
5262026-09-04T03:14:17.752Z Downloaded spin v0.9.9
5272026-09-04T03:14:17.752Z Downloaded icu_normalizer_data v2.2.0
5282026-09-04T03:14:17.752Z Downloaded phf_shared v0.12.1
5292026-09-04T03:14:17.752Z Downloaded slog-dtrace v0.3.0
5302026-09-04T03:14:17.752Z Downloaded derive-where v1.6.1
5312026-09-04T03:14:17.752Z Downloaded quote v1.0.47
5322026-09-04T03:14:17.752Z Downloaded ucd-trie v0.1.7
5332026-09-04T03:14:17.752Z Downloaded percent-encoding v2.3.2
5342026-09-04T03:14:17.753Z Downloaded rand_xorshift v0.4.0
5352026-09-04T03:14:17.753Z Downloaded progenitor-client v0.14.0
5362026-09-04T03:14:17.753Z Downloaded slog-stdlog v4.1.1
5372026-09-04T03:14:17.753Z Downloaded thiserror v2.0.20
5382026-09-04T03:14:17.753Z Downloaded untrusted v0.7.1
5392026-09-04T03:14:17.753Z Downloaded dropshot_endpoint v0.17.1
5402026-09-04T03:14:17.753Z Downloaded typify-macro v0.6.2
5412026-09-04T03:14:17.753Z Downloaded miniz_oxide v0.8.9
5422026-09-04T03:14:17.753Z Downloaded strum_macros v0.26.4
5432026-09-04T03:14:17.753Z Downloaded defmt v1.1.1
5442026-09-04T03:14:17.753Z Downloaded serde_derive v1.0.229
5452026-09-04T03:14:17.753Z Downloaded test-strategy v0.4.5
5462026-09-04T03:14:17.753Z Downloaded tokio-dtrace v0.1.1
5472026-09-04T03:14:17.753Z Downloaded jiff-core v0.1.0
5482026-09-04T03:14:17.753Z Downloaded ff v0.13.1
5492026-09-04T03:14:17.753Z Downloaded foldhash v0.1.5
5502026-09-04T03:14:17.753Z Downloaded parking_lot_core v0.8.6
5512026-09-04T03:14:17.753Z Downloaded openssl-probe v0.2.1
5522026-09-04T03:14:17.753Z Downloaded bytes v1.12.1
5532026-09-04T03:14:17.753Z Downloaded derive-ex v0.1.8
5542026-09-04T03:14:17.753Z Downloaded schemars v1.2.2
5552026-09-04T03:14:17.753Z Downloaded yansi v1.0.1
5562026-09-04T03:14:17.753Z Downloaded http-body-util v0.1.5
5572026-09-04T03:14:17.753Z Downloaded rand_pcg v0.10.2
5582026-09-04T03:14:17.753Z Downloaded progenitor v0.10.0
5592026-09-04T03:14:17.759Z Downloaded find-msvc-tools v0.1.10
5602026-09-04T03:14:17.759Z Downloaded unsafe-libyaml v0.2.11
5612026-09-04T03:14:17.759Z Downloaded tungstenite v0.21.0
5622026-09-04T03:14:17.759Z Downloaded derive_more v0.99.20
5632026-09-04T03:14:17.759Z Downloaded glob v0.3.4
5642026-09-04T03:14:17.759Z Downloaded typify v0.4.3
5652026-09-04T03:14:17.759Z Downloaded tokio-rustls v0.26.4
5662026-09-04T03:14:17.759Z Downloaded diff v0.1.13
5672026-09-04T03:14:17.759Z Downloaded pin-project v1.1.13
5682026-09-04T03:14:17.759Z Downloaded thiserror v1.0.69
5692026-09-04T03:14:17.760Z Downloaded thiserror-impl v1.0.69
5702026-09-04T03:14:17.760Z Downloaded fixedbitset v0.4.2
5712026-09-04T03:14:17.760Z Downloaded walkdir v2.5.0
5722026-09-04T03:14:17.760Z Downloaded darling_macro v0.23.0
5732026-09-04T03:14:17.760Z Downloaded zone_cfg_derive v0.3.1
5742026-09-04T03:14:17.760Z Downloaded flate2 v1.1.9
5752026-09-04T03:14:17.760Z Downloaded hostname v0.4.2
5762026-09-04T03:14:17.760Z Downloaded schemars v0.8.22
5772026-09-04T03:14:17.760Z Downloaded icu_normalizer v2.2.0
5782026-09-04T03:14:17.760Z Downloaded elliptic-curve v0.13.8
5792026-09-04T03:14:17.760Z Downloaded parking_lot v0.12.5
5802026-09-04T03:14:17.760Z Downloaded yoke v0.8.3
5812026-09-04T03:14:17.760Z Downloaded zerocopy-derive v0.7.35
5822026-09-04T03:14:17.760Z Downloaded fnv v1.0.7
5832026-09-04T03:14:17.760Z Downloaded zerotrie v0.2.4
5842026-09-04T03:14:17.760Z Downloaded usdt v0.5.0
5852026-09-04T03:14:17.760Z Downloaded futures v0.3.34
5862026-09-04T03:14:17.760Z Downloaded httparse v1.10.1
5872026-09-04T03:14:17.760Z Downloaded fs-err v3.3.1
5882026-09-04T03:14:17.760Z Downloaded futures-executor v0.3.34
5892026-09-04T03:14:17.760Z Downloaded hickory-resolver v0.24.4
5902026-09-04T03:14:17.760Z Downloaded toml_datetime v0.6.11
5912026-09-04T03:14:17.760Z Downloaded slog-bunyan v2.5.0
5922026-09-04T03:14:17.760Z Downloaded proc-macro-error v1.0.4
5932026-09-04T03:14:17.766Z Downloaded sha1 v0.11.0
5942026-09-04T03:14:17.766Z Downloaded sync_wrapper v1.0.2
5952026-09-04T03:14:17.771Z Downloaded parking_lot_core v0.9.12
5962026-09-04T03:14:17.771Z Downloaded serde_spanned v0.6.9
5972026-09-04T03:14:17.772Z Downloaded unicode-linebreak v0.1.5
5982026-09-04T03:14:17.772Z Downloaded dof v0.3.0
5992026-09-04T03:14:17.772Z Downloaded pest_derive v2.8.8
6002026-09-04T03:14:17.772Z Downloaded structmeta-derive v0.3.0
6012026-09-04T03:14:17.772Z Downloaded embedded-io v0.4.0
6022026-09-04T03:14:17.772Z Downloaded termtree v0.5.1
6032026-09-04T03:14:17.800Z Downloaded futures-io v0.3.34
6042026-09-04T03:14:17.800Z Downloaded serde_core v1.0.229
6052026-09-04T03:14:17.800Z Downloaded postcard v1.1.3
6062026-09-04T03:14:17.800Z Downloaded memchr v2.8.3
6072026-09-04T03:14:17.820Z Downloaded minimal-lexical v0.2.1
6082026-09-04T03:14:17.820Z Downloaded mio v1.2.2
6092026-09-04T03:14:17.820Z Downloaded rustls-native-certs v0.8.4
6102026-09-04T03:14:17.820Z Downloaded tracing-core v0.1.36
6112026-09-04T03:14:17.820Z Downloaded dyn-clone v1.0.20
6122026-09-04T03:14:17.821Z Downloaded tracing-attributes v0.1.31
6132026-09-04T03:14:17.821Z Downloaded hash32 v0.3.1
6142026-09-04T03:14:17.821Z Downloaded plain v0.2.3
6152026-09-04T03:14:17.821Z Downloaded pretty-hex v0.4.2
6162026-09-04T03:14:17.821Z Downloaded rustls-webpki v0.103.14
6172026-09-04T03:14:17.821Z Downloaded heapless v0.8.0
6182026-09-04T03:14:17.821Z Downloaded writeable v0.6.3
6192026-09-04T03:14:17.821Z Downloaded parse-display-derive v0.10.0
6202026-09-04T03:14:17.821Z Downloaded password-hash v0.5.0
6212026-09-04T03:14:17.821Z Downloaded futures-core v0.3.34
6222026-09-04T03:14:17.821Z Downloaded thread-id v4.2.2
6232026-09-04T03:14:17.821Z Downloaded strsim v0.11.1
6242026-09-04T03:14:17.821Z Downloaded zeroize_derive v1.5.0
6252026-09-04T03:14:17.822Z Downloaded futures-task v0.3.34
6262026-09-04T03:14:17.841Z Downloaded serde_tokenstream v0.3.0
6272026-09-04T03:14:17.841Z Downloaded pretty_assertions v1.4.1
6282026-09-04T03:14:17.841Z Downloaded progenitor-client v0.13.0
6292026-09-04T03:14:17.841Z Downloaded slog-async v2.8.0
6302026-09-04T03:14:17.841Z Downloaded papergrid v0.11.0
6312026-09-04T03:14:17.841Z Downloaded typeid v1.0.3
6322026-09-04T03:14:17.841Z Downloaded rustls-pemfile v2.2.0
6332026-09-04T03:14:17.841Z Downloaded rustversion v1.0.23
6342026-09-04T03:14:17.841Z Downloaded deranged v0.5.8
6352026-09-04T03:14:17.841Z Downloaded utf8_iter v1.0.4
6362026-09-04T03:14:17.847Z Downloaded openssl-macros v0.1.1
6372026-09-04T03:14:17.847Z Downloaded hex v0.4.3
6382026-09-04T03:14:17.847Z Downloaded progenitor-macro v0.14.0
6392026-09-04T03:14:17.847Z Downloaded slog-term v2.9.2
6402026-09-04T03:14:17.847Z Downloaded parking_lot v0.11.2
6412026-09-04T03:14:17.847Z Downloaded toml_writer v1.1.2+spec-1.1.0
6422026-09-04T03:14:17.847Z Downloaded serde_yaml v0.9.34+deprecated
6432026-09-04T03:14:17.847Z Downloaded typify-macro v0.4.3
6442026-09-04T03:14:17.847Z Downloaded rustc_version v0.4.1
6452026-09-04T03:14:17.847Z Downloaded toml_edit v0.22.27
6462026-09-04T03:14:17.858Z Downloaded progenitor-impl v0.13.0
6472026-09-04T03:14:17.858Z Downloaded textwrap v0.16.2
6482026-09-04T03:14:17.858Z Downloaded foreign-types v0.3.2
6492026-09-04T03:14:17.858Z Downloaded foreign-types-shared v0.3.1
6502026-09-04T03:14:17.858Z Downloaded rand v0.9.5
6512026-09-04T03:14:17.867Z Downloaded serial_test v4.0.1
6522026-09-04T03:14:17.867Z Downloaded group v0.13.0
6532026-09-04T03:14:17.867Z Downloaded owo-colors v4.3.0
6542026-09-04T03:14:17.867Z Downloaded getrandom v0.4.3
6552026-09-04T03:14:17.867Z Downloaded serde v1.0.229
6562026-09-04T03:14:17.867Z Downloaded rand_chacha v0.3.1
6572026-09-04T03:14:17.867Z Downloaded rustls-pki-types v1.15.1
6582026-09-04T03:14:17.867Z Downloaded nom v7.1.3
6592026-09-04T03:14:17.872Z Downloaded typify v0.6.2
6602026-09-04T03:14:17.872Z Downloaded serde_urlencoded v0.7.1
6612026-09-04T03:14:17.872Z Downloaded unicode-xid v0.2.6
6622026-09-04T03:14:17.872Z Downloaded form_urlencoded v1.2.2
6632026-09-04T03:14:17.872Z Downloaded itertools v0.15.0
6642026-09-04T03:14:17.872Z Downloaded zerovec-derive v0.11.3
6652026-09-04T03:14:17.872Z Downloaded fixedbitset v0.5.7
6662026-09-04T03:14:17.878Z Downloaded zone v0.3.1
6672026-09-04T03:14:17.878Z Downloaded potential_utf v0.1.5
6682026-09-04T03:14:17.878Z Downloaded typenum v1.20.1
6692026-09-04T03:14:17.878Z Downloaded getrandom v0.3.4
6702026-09-04T03:14:17.882Z Downloaded rhai_codegen v3.2.0
6712026-09-04T03:14:17.882Z Downloaded unicode-segmentation v1.13.3
6722026-09-04T03:14:17.882Z Downloaded tiny-keccak v2.0.2
6732026-09-04T03:14:17.888Z Downloaded scroll_derive v0.12.1
6742026-09-04T03:14:17.892Z Downloaded waitgroup v0.1.2
6752026-09-04T03:14:17.896Z Downloaded similar v2.7.0
6762026-09-04T03:14:17.896Z Downloaded globset v0.4.20
6772026-09-04T03:14:17.899Z Downloaded rand_core v0.6.4
6782026-09-04T03:14:17.899Z Downloaded socket2 v0.6.5
6792026-09-04T03:14:18.306Z Downloaded qorb v0.4.1
6802026-09-04T03:14:18.312Z Downloaded idna v1.1.0
6812026-09-04T03:14:18.312Z Downloaded defmt v0.3.100
6822026-09-04T03:14:18.312Z Downloaded defmt-parser v1.0.0
6832026-09-04T03:14:18.313Z Downloaded subtle v2.6.1
6842026-09-04T03:14:18.313Z Downloaded smf v0.2.3
6852026-09-04T03:14:18.313Z Downloaded quick-error v1.2.3
6862026-09-04T03:14:18.313Z Downloaded tinystr v0.8.3
6872026-09-04T03:14:18.313Z Downloaded proc-macro-crate v1.3.1
6882026-09-04T03:14:18.313Z Downloaded itertools v0.12.1
6892026-09-04T03:14:18.313Z Downloaded poly1305 v0.8.0
6902026-09-04T03:14:18.313Z Downloaded tabwriter v1.4.1
6912026-09-04T03:14:18.313Z Downloaded drift v0.2.0
6922026-09-04T03:14:18.313Z Downloaded zerovec v0.11.6
6932026-09-04T03:14:18.313Z Downloaded progenitor-impl v0.14.0
6942026-09-04T03:14:18.313Z Downloaded darling_core v0.23.0
6952026-09-04T03:14:18.313Z Downloaded zeroize v1.9.0
6962026-09-04T03:14:18.313Z Downloaded scroll_derive v0.13.1
6972026-09-04T03:14:18.313Z Downloaded universal-hash v0.5.1
6982026-09-04T03:14:18.313Z Downloaded hashbrown v0.12.3
6992026-09-04T03:14:18.313Z Downloaded highway v1.3.0
7002026-09-04T03:14:18.313Z Downloaded serde_plain v1.0.2
7012026-09-04T03:14:18.313Z Downloaded tough v0.22.0
7022026-09-04T03:14:18.313Z Downloaded want v0.3.1
7032026-09-04T03:14:18.313Z Downloaded hickory-resolver v0.25.2
7042026-09-04T03:14:18.313Z Downloaded nom v8.0.0
7052026-09-04T03:14:18.313Z Downloaded schemars v0.9.0
7062026-09-04T03:14:18.314Z Downloaded smallvec v1.15.2
7072026-09-04T03:14:18.314Z Downloaded port-file v0.1.0
7082026-09-04T03:14:18.314Z Downloaded shlex v2.0.1
7092026-09-04T03:14:18.314Z Downloaded tokio-tungstenite v0.21.0
7102026-09-04T03:14:18.314Z Downloaded usdt-impl v0.6.0
7112026-09-04T03:14:18.314Z Downloaded url v2.5.8
7122026-09-04T03:14:18.314Z Downloaded resolv-conf v0.7.6
7132026-09-04T03:14:18.314Z Downloaded progenitor v0.13.0
7142026-09-04T03:14:18.314Z Downloaded toml v0.9.12+spec-1.1.0
7152026-09-04T03:14:18.314Z Downloaded ron v0.12.2
7162026-09-04T03:14:18.314Z Downloaded http v1.5.0
7172026-09-04T03:14:18.314Z Downloaded progenitor-impl v0.10.0
7182026-09-04T03:14:18.314Z Downloaded hashbrown v0.16.1
7192026-09-04T03:14:18.314Z Downloaded dtrace-parser v0.3.0
7202026-09-04T03:14:18.315Z Downloaded icu_properties_data v2.2.0
7212026-09-04T03:14:18.315Z Downloaded rayon-core v1.13.0
7222026-09-04T03:14:18.315Z Downloaded uuid v1.26.0
7232026-09-04T03:14:18.315Z Downloaded strum_macros v0.27.2
7242026-09-04T03:14:18.315Z Downloaded quinn v0.11.11
7252026-09-04T03:14:18.315Z Downloaded pest_meta v2.8.8
7262026-09-04T03:14:18.315Z Downloaded clap_builder v4.6.6
7272026-09-04T03:14:18.315Z Downloaded secrecy v0.10.3
7282026-09-04T03:14:18.315Z Downloaded equivalent v1.0.2
7292026-09-04T03:14:18.315Z Downloaded serde_repr v0.1.21
7302026-09-04T03:14:18.315Z Downloaded structmeta v0.3.0
7312026-09-04T03:14:18.315Z Downloaded proc-macro2 v1.0.107
7322026-09-04T03:14:18.315Z Downloaded aho-corasick v1.1.5
7332026-09-04T03:14:18.315Z Downloaded toml_parser v1.1.3+spec-1.1.0
7342026-09-04T03:14:18.315Z Downloaded unicode-normalization v0.1.25
7352026-09-04T03:14:18.315Z Downloaded slog v2.8.2
7362026-09-04T03:14:18.315Z Downloaded openssl-sys v0.9.117
7372026-09-04T03:14:18.315Z Downloaded expectorate v1.3.0
7382026-09-04T03:14:18.315Z Downloaded hyper v1.11.0
7392026-09-04T03:14:18.316Z Downloaded thiserror-no-std v2.0.2
7402026-09-04T03:14:18.316Z Downloaded tinyvec v1.12.0
7412026-09-04T03:14:18.316Z Downloaded digest v0.10.7
7422026-09-04T03:14:18.316Z Downloaded unicode-ident v1.0.24
7432026-09-04T03:14:18.316Z Downloaded paste v1.0.15
7442026-09-04T03:14:18.316Z Downloaded prettyplease v0.2.37
7452026-09-04T03:14:18.316Z Downloaded toml v1.1.4+spec-1.1.0
7462026-09-04T03:14:18.316Z Downloaded tokio-util v0.7.19
7472026-09-04T03:14:18.316Z Downloaded rand v0.8.7
7482026-09-04T03:14:18.316Z Downloaded errno v0.3.14
7492026-09-04T03:14:18.316Z Downloaded hashbrown v0.15.5
7502026-09-04T03:14:18.316Z Downloaded getrandom v0.2.17
7512026-09-04T03:14:18.316Z Downloaded same-file v1.0.6
7522026-09-04T03:14:18.316Z Downloaded typed-path v0.9.3
7532026-09-04T03:14:18.316Z Downloaded papergrid v0.18.0
7542026-09-04T03:14:18.316Z Downloaded zerocopy-derive v0.8.56
7552026-09-04T03:14:18.316Z Downloaded zerocopy v0.7.35
7562026-09-04T03:14:18.316Z Downloaded zerofrom v0.1.8
7572026-09-04T03:14:18.316Z Downloaded rand v0.10.2
7582026-09-04T03:14:18.316Z Downloaded tower v0.5.3
7592026-09-04T03:14:18.316Z Downloaded serde_json v1.0.151
7602026-09-04T03:14:18.316Z Downloaded reqwest v0.13.4
7612026-09-04T03:14:18.316Z Downloaded similar v3.2.0
7622026-09-04T03:14:18.316Z Downloaded term v1.2.1
7632026-09-04T03:14:18.316Z Downloaded pest v2.8.8
7642026-09-04T03:14:18.316Z Downloaded tokio-stream v0.1.19
7652026-09-04T03:14:18.316Z Downloaded tabled v0.15.0
7662026-09-04T03:14:18.316Z Downloaded tower-http v0.6.11
7672026-09-04T03:14:18.316Z Downloaded hashbrown v0.17.1
7682026-09-04T03:14:18.316Z Downloaded schemars_derive v0.8.22
7692026-09-04T03:14:18.317Z Downloaded whoami v1.6.1
7702026-09-04T03:14:18.317Z Downloaded rayon v1.12.0
7712026-09-04T03:14:18.317Z Downloaded rusty-fork v0.3.1
7722026-09-04T03:14:18.317Z Downloaded toml_edit v0.19.15
7732026-09-04T03:14:18.317Z Downloaded winnow v1.0.4
7742026-09-04T03:14:18.317Z Downloaded winnow v0.7.15
7752026-09-04T03:14:18.317Z Downloaded bstr v1.13.1
7762026-09-04T03:14:18.317Z Downloaded chrono v0.4.45
7772026-09-04T03:14:18.317Z Downloaded dropshot-api-manager v0.8.0
7782026-09-04T03:14:18.317Z Downloaded futures-util v0.3.34
7792026-09-04T03:14:18.317Z Downloaded regex v1.13.1
7802026-09-04T03:14:18.329Z Downloaded aws-lc-rs v1.18.0
7812026-09-04T03:14:18.329Z Downloaded portable-atomic v1.15.0
7822026-09-04T03:14:18.329Z Downloaded moka v0.12.16
7832026-09-04T03:14:18.329Z Downloaded snafu v0.8.9
7842026-09-04T03:14:18.329Z Downloaded curve25519-dalek v4.1.3
7852026-09-04T03:14:18.329Z Downloaded winnow v0.5.40
7862026-09-04T03:14:18.329Z Downloaded reqwest v0.12.28
7872026-09-04T03:14:18.329Z Downloaded hkdf v0.12.4
7882026-09-04T03:14:18.329Z Downloaded h2 v0.4.15
7892026-09-04T03:14:18.329Z Downloaded tabled v0.21.0
7902026-09-04T03:14:18.329Z Downloaded serde_with v3.22.0
7912026-09-04T03:14:18.329Z Downloaded goblin v0.8.2
7922026-09-04T03:14:18.329Z Downloaded zerocopy v0.8.56
7932026-09-04T03:14:18.329Z Downloaded proptest v1.11.0
7942026-09-04T03:14:18.329Z Downloaded unicode-width v0.2.2
7952026-09-04T03:14:18.329Z Downloaded unicode-width v0.1.14
7962026-09-04T03:14:18.329Z Downloaded syn v3.0.3
7972026-09-04T03:14:18.329Z Downloaded vcpkg v0.2.15
7982026-09-04T03:14:18.337Z Downloaded rustls v0.23.43
7992026-09-04T03:14:18.342Z Downloaded smoltcp v0.11.0
8002026-09-04T03:14:18.349Z Downloaded webpki-roots v1.0.9
8012026-09-04T03:14:18.367Z Downloaded regress v0.10.5
8022026-09-04T03:14:18.377Z Downloaded syn v2.0.119
8032026-09-04T03:14:18.377Z Downloaded hickory-proto v0.24.4
8042026-09-04T03:14:18.377Z Downloaded rustix v0.38.44
8052026-09-04T03:14:18.386Z Downloaded typify-impl v0.6.2
8062026-09-04T03:14:18.392Z Downloaded hickory-proto v0.25.2
8072026-09-04T03:14:18.397Z Downloaded sled v0.34.7
8082026-09-04T03:14:18.407Z Downloaded quinn-proto v0.11.16
8092026-09-04T03:14:18.410Z Downloaded nix v0.31.3
8102026-09-04T03:14:18.817Z Downloaded tracing v0.1.44
8112026-09-04T03:14:18.827Z Downloaded rhai v1.26.0
8122026-09-04T03:14:18.827Z Downloaded syn v1.0.109
8132026-09-04T03:14:18.827Z Downloaded time v0.3.55
8142026-09-04T03:14:18.828Z Downloaded goblin v0.10.7
8152026-09-04T03:14:18.828Z Downloaded openssl v0.10.81
8162026-09-04T03:14:18.828Z Downloaded regex-automata v0.4.18
8172026-09-04T03:14:18.828Z Downloaded petgraph v0.6.5
8182026-09-04T03:14:18.828Z Downloaded chrono-tz v0.10.4
8192026-09-04T03:14:18.828Z Downloaded csv v1.4.0
8202026-09-04T03:14:18.828Z Downloaded rustix v1.1.4
8212026-09-04T03:14:18.828Z Downloaded dropshot v0.17.1
8222026-09-04T03:14:18.828Z Downloaded regress v0.11.1
8232026-09-04T03:14:18.828Z Downloaded openapiv3 v2.2.0
8242026-09-04T03:14:18.828Z Downloaded regex-syntax v0.8.11
8252026-09-04T03:14:18.828Z Downloaded typify-impl v0.4.3
8262026-09-04T03:14:18.828Z Downloaded jiff v0.2.35
8272026-09-04T03:14:18.828Z Downloaded lzma-sys v0.1.20
8282026-09-04T03:14:18.828Z Downloaded libc v0.2.189
8292026-09-04T03:14:18.828Z Downloaded sha3 v0.10.9
8302026-09-04T03:14:18.828Z Downloaded tokio v1.53.1
8312026-09-04T03:14:18.828Z Downloaded petgraph v0.8.3
8322026-09-04T03:14:18.828Z Downloaded ring v0.17.14
8332026-09-04T03:14:18.828Z Downloaded encoding_rs v0.8.35
8342026-09-04T03:14:18.950Z Downloaded aws-lc-sys v0.44.0
8352026-09-04T03:14:19.479Z Compiling proc-macro2 v1.0.107
8362026-09-04T03:14:19.479Z Compiling quote v1.0.47
8372026-09-04T03:14:19.479Z Compiling unicode-ident v1.0.24
8382026-09-04T03:14:19.480Z Compiling serde_core v1.0.229
8392026-09-04T03:14:19.483Z Compiling serde v1.0.229
8402026-09-04T03:14:19.483Z Compiling libc v0.2.189
8412026-09-04T03:14:19.483Z Compiling zmij v1.0.23
8422026-09-04T03:14:19.483Z Compiling autocfg v1.5.1
8432026-09-04T03:14:19.880Z Compiling libm v0.2.16
8442026-09-04T03:14:20.108Z Compiling icu_normalizer_data v2.2.0
8452026-09-04T03:14:20.138Z Compiling icu_properties_data v2.2.0
8462026-09-04T03:14:20.168Z Compiling serde_json v1.0.151
8472026-09-04T03:14:20.244Z Compiling num-traits v0.2.19
8482026-09-04T03:14:20.267Z Compiling getrandom v0.4.3
8492026-09-04T03:14:20.489Z Compiling memchr v2.8.3
8502026-09-04T03:14:20.549Z Compiling version_check v0.9.5
8512026-09-04T03:14:20.649Z Compiling thiserror v2.0.20
8522026-09-04T03:14:21.004Z Compiling syn v2.0.119
8532026-09-04T03:14:21.057Z Compiling syn v3.0.3
8542026-09-04T03:14:21.079Z Compiling schemars v0.8.22
8552026-09-04T03:14:21.191Z Checking cfg-if v1.0.4
8562026-09-04T03:14:21.261Z Compiling parking_lot_core v0.9.12
8572026-09-04T03:14:21.352Z Compiling zerocopy v0.8.56
8582026-09-04T03:14:21.363Z Compiling heck v0.5.0
8592026-09-04T03:14:21.558Z Compiling portable-atomic v1.15.0
8602026-09-04T03:14:21.576Z Compiling rustversion v1.0.23
8612026-09-04T03:14:21.790Z Compiling itoa v1.0.18
8622026-09-04T03:14:21.971Z Compiling jobserver v0.1.35
8632026-09-04T03:14:22.014Z Compiling find-msvc-tools v0.1.10
8642026-09-04T03:14:22.071Z Compiling shlex v2.0.1
8652026-09-04T03:14:22.646Z Compiling cc v1.4.2
8662026-09-04T03:14:23.057Z Compiling pkg-config v0.3.33
8672026-09-04T03:14:23.057Z Compiling fs_extra v1.3.0
8682026-09-04T03:14:23.062Z Compiling dunce v1.0.5
8692026-09-04T03:14:23.062Z Compiling semver v1.0.28
8702026-09-04T03:14:23.062Z Compiling log v0.4.33
8712026-09-04T03:14:23.063Z Compiling httparse v1.10.1
8722026-09-04T03:14:23.063Z Compiling slog v2.8.2
8732026-09-04T03:14:23.063Z Compiling cmake v0.1.58
8742026-09-04T03:14:23.087Z Compiling rustix v1.1.4
8752026-09-04T03:14:23.234Z Checking stable_deref_trait v1.2.1
8762026-09-04T03:14:23.255Z Compiling allocator-api2 v0.2.21
8772026-09-04T03:14:23.717Z Compiling equivalent v1.0.2
8782026-09-04T03:14:23.721Z Compiling thiserror v1.0.69
8792026-09-04T03:14:23.721Z Compiling aws-lc-sys v0.44.0
8802026-09-04T03:14:23.721Z Checking litemap v0.8.2
8812026-09-04T03:14:23.721Z Checking writeable v0.6.3
8822026-09-04T03:14:23.721Z Checking utf8_iter v1.0.4
8832026-09-04T03:14:23.746Z Compiling ring v0.17.14
8842026-09-04T03:14:23.763Z Checking percent-encoding v2.3.2
8852026-09-04T03:14:23.783Z Compiling synstructure v0.13.2
8862026-09-04T03:14:23.846Z Compiling serde_derive_internals v0.29.1
8872026-09-04T03:14:23.905Z Compiling aws-lc-rs v1.18.0
8882026-09-04T03:14:24.306Z Compiling serde_derive v1.0.229
8892026-09-04T03:14:24.329Z Compiling displaydoc v0.2.7
8902026-09-04T03:14:24.346Z Compiling thiserror-impl v2.0.20
8912026-09-04T03:14:24.620Z Compiling tokio-macros v2.7.2
8922026-09-04T03:14:24.683Z Compiling futures-macro v0.3.34
8932026-09-04T03:14:25.012Z Compiling zerofrom-derive v0.1.7
8942026-09-04T03:14:25.123Z Compiling yoke-derive v0.8.2
8952026-09-04T03:14:25.342Z Compiling zerovec-derive v0.11.3
8962026-09-04T03:14:25.466Z Compiling schemars_derive v0.8.22
8972026-09-04T03:14:25.540Z Compiling zeroize_derive v1.5.0
8982026-09-04T03:14:26.168Z Compiling zerocopy-derive v0.8.56
8992026-09-04T03:14:26.182Z Compiling tracing-attributes v0.1.31
9002026-09-04T03:14:26.302Z Checking zerofrom v0.1.8
9012026-09-04T03:14:26.391Z Compiling thiserror-impl v1.0.69
9022026-09-04T03:14:26.432Z Checking yoke v0.8.3
9032026-09-04T03:14:26.601Z Checking zerovec v0.11.6
9042026-09-04T03:14:26.621Z Checking zerotrie v0.2.4
9052026-09-04T03:14:26.850Z Compiling regex-syntax v0.8.11
9062026-09-04T03:14:27.395Z Compiling serde_tokenstream v0.2.3
9072026-09-04T03:14:27.435Z Checking smallvec v1.15.2
9082026-09-04T03:14:27.481Z Checking bytes v1.12.1
9092026-09-04T03:14:27.563Z Checking tinystr v0.8.3
9102026-09-04T03:14:27.618Z Checking potential_utf v0.1.5
9112026-09-04T03:14:27.721Z Checking icu_locale_core v2.2.0
9122026-09-04T03:14:27.757Z Checking icu_collections v2.2.0
9132026-09-04T03:14:27.939Z Checking form_urlencoded v1.2.2
9142026-09-04T03:14:28.052Z Compiling aho-corasick v1.1.5
9152026-09-04T03:14:28.074Z Checking rand_core v0.10.1
9162026-09-04T03:14:28.173Z Compiling anyhow v1.0.104
9172026-09-04T03:14:28.706Z Checking icu_provider v2.2.0
9182026-09-04T03:14:28.709Z Compiling ucd-trie v0.1.7
9192026-09-04T03:14:28.709Z Compiling rustls v0.23.43
9202026-09-04T03:14:28.709Z Checking icu_normalizer v2.2.0
9212026-09-04T03:14:28.709Z Checking icu_properties v2.2.0
9222026-09-04T03:14:28.709Z Compiling pest v2.8.8
9232026-09-04T03:14:28.709Z Compiling getrandom v0.3.4
9242026-09-04T03:14:28.818Z Compiling hashbrown v0.17.1
9252026-09-04T03:14:28.851Z Compiling regex-automata v0.4.18
9262026-09-04T03:14:29.361Z Compiling crossbeam-utils v0.8.22
9272026-09-04T03:14:29.379Z Compiling indexmap v2.14.0
9282026-09-04T03:14:29.395Z Checking idna_adapter v1.2.2
9292026-09-04T03:14:29.430Z Checking iana-time-zone v0.1.65
9302026-09-04T03:14:29.963Z Checking chrono v0.4.45
9312026-09-04T03:14:29.975Z Checking idna v1.1.0
9322026-09-04T03:14:29.975Z Compiling pest_meta v2.8.8
9332026-09-04T03:14:29.975Z Compiling time-core v0.1.9
9342026-09-04T03:14:29.975Z Compiling paste v1.0.15
9352026-09-04T03:14:29.975Z Checking url v2.5.8
9362026-09-04T03:14:29.975Z Compiling num-conv v0.2.2
9372026-09-04T03:14:30.511Z Compiling time-macros v0.2.32
9382026-09-04T03:14:30.532Z Compiling pest_generator v2.8.8
9392026-09-04T03:14:30.532Z Compiling strsim v0.11.1
9402026-09-04T03:14:30.621Z Compiling regex v1.13.1
9412026-09-04T03:14:30.999Z Compiling pest_derive v2.8.8
9422026-09-04T03:14:31.023Z Checking uuid v1.26.0
9432026-09-04T03:14:31.023Z Compiling async-trait v0.1.92
9442026-09-04T03:14:31.240Z Compiling byteorder v1.5.0
9452026-09-04T03:14:31.289Z Compiling camino v1.2.5
9462026-09-04T03:14:31.434Z Compiling ident_case v1.0.1
9472026-09-04T03:14:31.569Z Checking dyn-clone v1.0.20
9482026-09-04T03:14:31.715Z Checking errno v0.3.14
9492026-09-04T03:14:31.868Z Compiling scroll_derive v0.13.1
9502026-09-04T03:14:32.056Z Compiling omicron-workspace-hack v0.1.0
9512026-09-04T03:14:32.231Z Compiling slog-async v2.8.0
9522026-09-04T03:14:32.286Z Compiling generic-array v0.14.7
9532026-09-04T03:14:32.460Z Compiling crc32fast v1.5.0
9542026-09-04T03:14:32.984Z Compiling usdt-impl v0.6.0
9552026-09-04T03:14:33.010Z Compiling scroll v0.13.0
9562026-09-04T03:14:33.010Z Compiling plain v0.2.3
9572026-09-04T03:14:33.010Z Compiling daft-derive v0.1.8
9582026-09-04T03:14:33.010Z Compiling goblin v0.10.7
9592026-09-04T03:14:33.010Z Compiling pretty-hex v0.4.2
9602026-09-04T03:14:33.048Z Checking pin-project-lite v0.2.17
9612026-09-04T03:14:33.174Z Compiling dtrace-parser v0.3.0
9622026-09-04T03:14:33.248Z Compiling thread-id v5.1.0
9632026-09-04T03:14:33.541Z Compiling syn v1.0.109
9642026-09-04T03:14:33.554Z Compiling darling_core v0.23.0
9652026-09-04T03:14:33.630Z Checking bitflags v2.13.1
9662026-09-04T03:14:33.785Z Checking getrandom v0.2.17
9672026-09-04T03:14:33.846Z Checking zeroize v1.9.0
9682026-09-04T03:14:34.895Z Compiling multer v3.1.0
9692026-09-04T03:14:34.907Z Compiling async-stream-impl v0.3.6
9702026-09-04T03:14:34.919Z Checking socket2 v0.6.5
9712026-09-04T03:14:35.170Z Checking scopeguard v1.2.0
9722026-09-04T03:14:35.288Z Checking lock_api v0.4.14
9732026-09-04T03:14:35.302Z Compiling ref-cast v1.0.26
9742026-09-04T03:14:35.510Z Compiling ref-cast-impl v1.0.26
9752026-09-04T03:14:35.677Z Compiling dropshot v0.17.1
9762026-09-04T03:14:35.704Z Compiling dof v0.4.0
9772026-09-04T03:14:35.869Z Compiling darling_macro v0.23.0
9782026-09-04T03:14:35.892Z Checking critical-section v1.2.0
9792026-09-04T03:14:36.094Z Checking once_cell v1.21.4
9802026-09-04T03:14:36.190Z Compiling dropshot_endpoint v0.17.1
9812026-09-04T03:14:36.501Z Compiling darling v0.23.0
9822026-09-04T03:14:36.712Z Compiling serde_tokenstream v0.3.0
9832026-09-04T03:14:36.791Z Checking parking_lot v0.12.5
9842026-09-04T03:14:36.925Z Compiling usdt-attr-macro v0.6.0
9852026-09-04T03:14:36.966Z Compiling usdt-macro v0.6.0
9862026-09-04T03:14:36.988Z Compiling newtype-uuid-macros v0.1.1
9872026-09-04T03:14:36.988Z Checking signal-hook-registry v1.4.8
9882026-09-04T03:14:37.264Z Checking mio v1.2.2
9892026-09-04T03:14:37.365Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9902026-09-04T03:14:37.561Z Checking tokio v1.53.1
9912026-09-04T03:14:37.749Z Compiling structmeta-derive v0.3.0
9922026-09-04T03:14:37.764Z Compiling strum_macros v0.26.4
9932026-09-04T03:14:37.805Z Checking subtle v2.6.1
9942026-09-04T03:14:37.820Z Compiling foldhash v0.2.0
9952026-09-04T03:14:37.946Z Checking futures-core v0.3.34
9962026-09-04T03:14:37.962Z Compiling hashbrown v0.16.1
9972026-09-04T03:14:38.104Z Compiling serde_with_macros v3.22.0
9982026-09-04T03:14:38.639Z Compiling strum_macros v0.27.2
9992026-09-04T03:14:38.744Z Compiling structmeta v0.3.0
10002026-09-04T03:14:38.849Z Compiling http v1.5.0
10012026-09-04T03:14:38.953Z Compiling derive-ex v0.1.8
10022026-09-04T03:14:39.354Z Checking futures-sink v0.3.34
10032026-09-04T03:14:39.456Z Checking ipnetwork v0.21.1
10042026-09-04T03:14:39.775Z Compiling winnow v1.0.4
10052026-09-04T03:14:39.791Z Checking slab v0.4.12
10062026-09-04T03:14:40.441Z Checking futures-channel v0.3.34
10072026-09-04T03:14:40.926Z Compiling test-strategy v0.4.5
10082026-09-04T03:14:41.336Z Compiling toml_parser v1.1.3+spec-1.1.0
10092026-09-04T03:14:41.336Z Checking typenum v1.20.1
10102026-09-04T03:14:41.337Z Checking futures-task v0.3.34
10112026-09-04T03:14:41.345Z Checking futures-io v0.3.34
10122026-09-04T03:14:41.346Z Compiling toml_datetime v1.1.1+spec-1.1.0
10132026-09-04T03:14:41.346Z Checking futures-util v0.3.34
10142026-09-04T03:14:41.346Z Compiling parse-display-derive v0.10.0
10152026-09-04T03:14:41.545Z Checking oxnet v0.1.7
10162026-09-04T03:14:41.587Z Checking tracing-core v0.1.36
10172026-09-04T03:14:41.850Z Checking erased-serde v0.3.31
10182026-09-04T03:14:42.099Z Checking tracing v0.1.44
10192026-09-04T03:14:42.285Z Compiling ryu v1.0.23
10202026-09-04T03:14:42.504Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10212026-09-04T03:14:42.575Z Compiling clap_derive v4.6.4
10222026-09-04T03:14:42.673Z Checking base64 v0.22.1
10232026-09-04T03:14:42.937Z Checking fnv v1.0.7
10242026-09-04T03:14:43.016Z Checking rand_core v0.6.4
10252026-09-04T03:14:43.031Z Compiling openapiv3 v2.2.0
10262026-09-04T03:14:43.289Z Compiling either v1.17.0
10272026-09-04T03:14:43.471Z Checking rustls-pki-types v1.15.1
10282026-09-04T03:14:43.705Z Checking tokio-util v0.7.19
10292026-09-04T03:14:44.140Z Checking untrusted v0.9.0
10302026-09-04T03:14:44.232Z Checking untrusted v0.7.1
10312026-09-04T03:14:44.252Z Checking ipnet v2.12.1
10322026-09-04T03:14:44.342Z Compiling toml_edit v0.25.13+spec-1.1.0
10332026-09-04T03:14:44.729Z Checking http-body v1.1.0
10342026-09-04T03:14:44.816Z Checking atomic-waker v1.1.2
10352026-09-04T03:14:45.038Z Compiling proc-macro-crate v3.5.0
10362026-09-04T03:14:45.167Z Checking tower-layer v0.3.3
10372026-09-04T03:14:45.294Z Checking try-lock v0.2.5
10382026-09-04T03:14:45.298Z Checking tower-service v0.3.3
10392026-09-04T03:14:45.394Z Checking want v0.3.1
10402026-09-04T03:14:45.436Z Checking h2 v0.4.15
10412026-09-04T03:14:45.444Z Compiling num_enum_derive v0.7.6
10422026-09-04T03:14:45.462Z Checking httpdate v1.0.3
10432026-09-04T03:14:45.637Z Compiling regress v0.11.1
10442026-09-04T03:14:46.235Z Compiling crucible-workspace-hack v0.1.0
10452026-09-04T03:14:46.485Z Checking serde_urlencoded v0.7.1
10462026-09-04T03:14:46.927Z Checking http-body-util v0.1.5
10472026-09-04T03:14:47.016Z Checking ppv-lite86 v0.2.21
10482026-09-04T03:14:47.164Z Compiling typify-impl v0.6.2
10492026-09-04T03:14:47.407Z Compiling unsafe-libyaml v0.2.11
10502026-09-04T03:14:47.478Z Checking hyper v1.11.0
10512026-09-04T03:14:47.835Z Compiling serde_yaml v0.9.34+deprecated
10522026-09-04T03:14:48.301Z Checking hyper-util v0.1.20
10532026-09-04T03:14:48.700Z Compiling convert_case v0.4.0
10542026-09-04T03:14:49.007Z Compiling derive_more v0.99.20
10552026-09-04T03:14:49.341Z Compiling zerocopy-derive v0.7.35
10562026-09-04T03:14:49.822Z Compiling crossbeam-epoch v0.9.20
10572026-09-04T03:14:50.360Z Compiling itertools v0.14.0
10582026-09-04T03:14:50.450Z Compiling regress v0.10.5
10592026-09-04T03:14:50.631Z Compiling typify-macro v0.6.2
10602026-09-04T03:14:51.453Z Checking deranged v0.5.8
10612026-09-04T03:14:51.627Z Compiling rustix v0.38.44
10622026-09-04T03:14:51.727Z Checking powerfmt v0.2.0
10632026-09-04T03:14:51.847Z Checking num_threads v0.1.7
10642026-09-04T03:14:52.316Z Compiling heapless v0.8.0
10652026-09-04T03:14:53.653Z Checking time v0.3.55
10662026-09-04T03:14:53.700Z Compiling typify v0.6.2
10672026-09-04T03:14:53.700Z Checking crossbeam-channel v0.5.16
10682026-09-04T03:14:53.700Z Compiling scroll_derive v0.12.1
10692026-09-04T03:14:53.700Z Compiling serde_repr v0.1.21
10702026-09-04T03:14:53.700Z Checking cpufeatures v0.3.0
10712026-09-04T03:14:53.981Z Checking futures-executor v0.3.34
10722026-09-04T03:14:54.067Z Checking sync_wrapper v1.0.2
10732026-09-04T03:14:54.092Z Checking thread_local v1.1.10
10742026-09-04T03:14:54.242Z Compiling smoltcp v0.11.0
10752026-09-04T03:14:54.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10762026-09-04T03:14:54.949Z Checking tower v0.5.3
10772026-09-04T03:14:54.949Z Checking rand_core v0.9.5
10782026-09-04T03:14:54.949Z Checking webpki-roots v1.0.9
10792026-09-04T03:14:55.578Z Compiling rustc_version v0.4.1
10802026-09-04T03:14:55.589Z Checking is-terminal v0.4.17
10812026-09-04T03:14:55.589Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10822026-09-04T03:14:55.589Z Checking term v1.2.1
10832026-09-04T03:14:55.589Z Checking take_mut v0.2.2
10842026-09-04T03:14:55.589Z Compiling curve25519-dalek v4.1.3
10852026-09-04T03:14:55.589Z Checking tower-http v0.6.11
10862026-09-04T03:14:55.589Z Checking futures v0.3.34
10872026-09-04T03:14:55.672Z Checking slog-term v2.9.2
10882026-09-04T03:14:55.735Z Compiling toml_datetime v0.6.11
10892026-09-04T03:14:55.761Z Compiling foreign-types-macros v0.2.4
10902026-09-04T03:14:56.049Z Checking fastrand v2.5.0
10912026-09-04T03:14:56.116Z Checking hex v0.4.3
10922026-09-04T03:14:56.387Z Checking rand_chacha v0.9.0
10932026-09-04T03:14:56.594Z Compiling zerocopy v0.7.35
10942026-09-04T03:14:56.675Z Compiling thiserror-impl-no-std v2.0.2
10952026-09-04T03:14:56.776Z Compiling hubpack_derive v0.1.1
10962026-09-04T03:14:57.196Z Compiling curve25519-dalek-derive v0.1.1
10972026-09-04T03:14:57.270Z Compiling usdt-impl v0.5.0
10982026-09-04T03:14:57.409Z Compiling proc-macro-error-attr v1.0.4
10992026-09-04T03:14:57.737Z Compiling dof v0.3.0
11002026-09-04T03:14:58.165Z Checking rand v0.9.5
11012026-09-04T03:14:58.626Z Compiling dtrace-parser v0.2.0
11022026-09-04T03:14:58.626Z Compiling darling_core v0.21.3
11032026-09-04T03:14:58.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11042026-09-04T03:14:59.036Z Compiling serde_spanned v1.1.1
11052026-09-04T03:14:59.037Z Compiling thread-id v4.2.2
11062026-09-04T03:14:59.043Z Compiling proc-macro-error v1.0.4
11072026-09-04T03:14:59.043Z Compiling memoffset v0.9.1
11082026-09-04T03:14:59.043Z Compiling toml_writer v1.1.2+spec-1.1.0
11092026-09-04T03:14:59.815Z Checking tempfile v3.27.0
11102026-09-04T03:15:00.328Z Compiling darling_macro v0.21.3
11112026-09-04T03:15:00.345Z Checking crypto-common v0.1.7
11122026-09-04T03:15:00.833Z Checking hybrid-array v0.4.14
11132026-09-04T03:15:00.842Z Compiling cfg_aliases v0.2.2
11142026-09-04T03:15:00.842Z Compiling prettyplease v0.2.37
11152026-09-04T03:15:00.861Z Checking match_cfg v0.1.0
11162026-09-04T03:15:00.876Z Checking adler2 v2.0.1
11172026-09-04T03:15:00.890Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11182026-09-04T03:15:00.917Z Checking openssl-probe v0.2.1
11192026-09-04T03:15:00.934Z Checking simd-adler32 v0.3.10
11202026-09-04T03:15:01.456Z Checking rustls-native-certs v0.8.4
11212026-09-04T03:15:01.474Z Checking miniz_oxide v0.8.9
11222026-09-04T03:15:01.474Z Checking hostname v0.3.1
11232026-09-04T03:15:01.474Z Compiling nix v0.31.3
11242026-09-04T03:15:01.474Z Compiling darling v0.21.3
11252026-09-04T03:15:02.045Z Checking slog-json v2.6.1
11262026-09-04T03:15:02.053Z Checking newtype-uuid v1.4.0
11272026-09-04T03:15:02.053Z Checking memmap2 v0.9.11
11282026-09-04T03:15:02.053Z Compiling crossbeam-deque v0.8.7
11292026-09-04T03:15:02.053Z Compiling heck v0.4.1
11302026-09-04T03:15:02.092Z Checking usdt v0.6.0
11312026-09-04T03:15:02.133Z Checking daft v0.1.8
11322026-09-04T03:15:02.228Z Checking slog-bunyan v2.5.0
11332026-09-04T03:15:02.274Z Checking flate2 v1.1.9
11342026-09-04T03:15:02.300Z Compiling ingot-macros v0.1.1
11352026-09-04T03:15:02.345Z Checking crypto-common v0.2.2
11362026-09-04T03:15:02.363Z Checking block-buffer v0.12.1
11372026-09-04T03:15:02.389Z Compiling usdt-macro v0.5.0
11382026-09-04T03:15:02.491Z Compiling usdt-attr-macro v0.5.0
11392026-09-04T03:15:02.571Z Compiling num-derive v0.4.2
11402026-09-04T03:15:02.827Z Compiling enum-as-inner v0.6.1
11412026-09-04T03:15:02.864Z Checking compression-core v0.4.32
11422026-09-04T03:15:03.534Z Checking const-oid v0.10.2
11432026-09-04T03:15:03.559Z Checking debug-ignore v1.0.5
11442026-09-04T03:15:03.559Z Compiling winnow v0.7.15
11452026-09-04T03:15:03.788Z Checking digest v0.11.3
11462026-09-04T03:15:04.312Z Checking compression-codecs v0.4.38
11472026-09-04T03:15:04.341Z Compiling progenitor-impl v0.14.0
11482026-09-04T03:15:05.020Z Checking macaddr v1.0.1
11492026-09-04T03:15:05.132Z Checking encoding_rs v0.8.35
11502026-09-04T03:15:05.172Z Checking mime v0.3.17
11512026-09-04T03:15:05.221Z Checking spin v0.9.9
11522026-09-04T03:15:05.701Z Compiling rayon-core v1.13.0
11532026-09-04T03:15:05.705Z Checking toml v1.1.4+spec-1.1.0
11542026-09-04T03:15:05.705Z Checking async-compression v0.4.43
11552026-09-04T03:15:05.705Z Checking sha1 v0.11.0
11562026-09-04T03:15:06.211Z Checking rand_chacha v0.3.1
11572026-09-04T03:15:06.647Z Checking waitgroup v0.1.2
11582026-09-04T03:15:07.085Z Checking rustls-pemfile v2.2.0
11592026-09-04T03:15:07.085Z Checking async-stream v0.3.6
11602026-09-04T03:15:07.085Z Checking serde_path_to_error v0.1.20
11612026-09-04T03:15:07.085Z Checking hostname v0.4.2
11622026-09-04T03:15:07.085Z Compiling progenitor-macro v0.14.0
11632026-09-04T03:15:07.085Z Compiling wait-timeout v0.2.1
11642026-09-04T03:15:07.085Z Compiling bit-vec v0.8.0
11652026-09-04T03:15:07.495Z Compiling quick-error v1.2.3
11662026-09-04T03:15:07.495Z Compiling bit-set v0.8.0
11672026-09-04T03:15:07.495Z Compiling rusty-fork v0.3.1
11682026-09-04T03:15:07.495Z Checking rand v0.8.7
11692026-09-04T03:15:07.498Z Compiling rand_xorshift v0.4.0
11702026-09-04T03:15:07.532Z Compiling num-integer v0.1.47
11712026-09-04T03:15:07.909Z Compiling winnow v0.5.40
11722026-09-04T03:15:08.374Z Compiling semver v0.1.20
11732026-09-04T03:15:08.407Z Compiling unarray v0.1.4
11742026-09-04T03:15:08.408Z Compiling proptest v1.11.0
11752026-09-04T03:15:08.408Z Compiling rustc_version v0.1.7
11762026-09-04T03:15:08.408Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11772026-09-04T03:15:09.650Z Compiling toml_edit v0.19.15
11782026-09-04T03:15:09.666Z Compiling reqwest v0.12.28
11792026-09-04T03:15:09.666Z Compiling backon v1.6.0
11802026-09-04T03:15:09.709Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11812026-09-04T03:15:10.168Z Checking block-buffer v0.10.4
11822026-09-04T03:15:11.080Z Compiling strum v0.26.3
11832026-09-04T03:15:12.007Z Compiling instant v0.1.13
11842026-09-04T03:15:12.192Z Compiling utf8parse v0.2.2
11852026-09-04T03:15:12.193Z Checking rustls-webpki v0.103.14
11862026-09-04T03:15:12.193Z Compiling backoff v0.4.0
11872026-09-04T03:15:12.193Z Compiling anstyle-parse v1.0.0
11882026-09-04T03:15:12.193Z Compiling iddqd v0.4.6
11892026-09-04T03:15:12.193Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11902026-09-04T03:15:12.193Z Compiling proc-macro-crate v1.3.1
11912026-09-04T03:15:12.193Z Compiling progenitor-client v0.10.0
11922026-09-04T03:15:12.193Z Checking digest v0.10.7
11932026-09-04T03:15:12.193Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11942026-09-04T03:15:12.193Z Compiling newtype_derive v0.1.6
11952026-09-04T03:15:12.268Z Compiling num-rational v0.4.2
11962026-09-04T03:15:12.268Z Compiling num-iter v0.1.46
11972026-09-04T03:15:12.324Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11982026-09-04T03:15:12.389Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11992026-09-04T03:15:12.676Z Compiling parse-display v0.10.0
12002026-09-04T03:15:12.882Z Compiling strum v0.27.2
12012026-09-04T03:15:12.925Z Compiling serde_with v3.22.0
12022026-09-04T03:15:12.925Z Compiling num-complex v0.4.6
12032026-09-04T03:15:12.978Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12042026-09-04T03:15:13.149Z Compiling colorchoice v1.0.5
12052026-09-04T03:15:13.176Z Compiling is_terminal_polyfill v1.70.2
12062026-09-04T03:15:13.210Z Compiling anstyle-query v1.1.5
12072026-09-04T03:15:13.651Z Checking unicode-width v0.2.2
12082026-09-04T03:15:13.663Z Compiling humantime v2.4.0
12092026-09-04T03:15:13.663Z Compiling anstyle v1.0.14
12102026-09-04T03:15:13.663Z Compiling vcpkg v0.2.15
12112026-09-04T03:15:13.663Z Compiling owo-colors v4.3.0
12122026-09-04T03:15:13.663Z Compiling anstream v1.0.0
12132026-09-04T03:15:13.663Z Compiling num v0.4.3
12142026-09-04T03:15:13.887Z Compiling openssl-sys v0.9.117
12152026-09-04T03:15:13.927Z Compiling num_enum_derive v0.5.11
12162026-09-04T03:15:14.083Z Compiling terminal_size v0.4.4
12172026-09-04T03:15:14.134Z Checking tokio-rustls v0.26.4
12182026-09-04T03:15:14.212Z Checking rustls-platform-verifier v0.7.0
12192026-09-04T03:15:14.357Z Compiling serde_spanned v0.6.9
12202026-09-04T03:15:14.378Z Checking hyper-rustls v0.27.9
12212026-09-04T03:15:14.427Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12222026-09-04T03:15:14.516Z Compiling pin-project-internal v1.1.13
12232026-09-04T03:15:15.015Z Checking reqwest v0.13.4
12242026-09-04T03:15:15.018Z Compiling derive-where v1.6.1
12252026-09-04T03:15:15.018Z Compiling toml_write v0.1.2
12262026-09-04T03:15:15.018Z Compiling float-ord v0.3.2
12272026-09-04T03:15:15.133Z Compiling clap_lex v1.1.0
12282026-09-04T03:15:15.695Z Compiling toml_edit v0.22.27
12292026-09-04T03:15:15.737Z Checking progenitor-client v0.14.0
12302026-09-04T03:15:15.737Z Compiling clap_builder v4.6.6
12312026-09-04T03:15:16.882Z Compiling progenitor-impl v0.13.0
12322026-09-04T03:15:17.581Z Compiling progenitor-extras v0.2.0
12332026-09-04T03:15:18.090Z Compiling clap v4.6.6
12342026-09-04T03:15:18.111Z Compiling toml v0.8.23
12352026-09-04T03:15:18.236Z Compiling zone_cfg_derive v0.3.1
12362026-09-04T03:15:18.582Z Compiling progenitor-macro v0.13.0
12372026-09-04T03:15:18.618Z Compiling snafu-derive v0.8.9
12382026-09-04T03:15:18.618Z Compiling async-recursion v1.1.1
12392026-09-04T03:15:18.671Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12402026-09-04T03:15:20.318Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12412026-09-04T03:15:20.818Z Compiling slog-dtrace v0.3.0
12422026-09-04T03:15:20.822Z Compiling unicode-xid v0.2.6
12432026-09-04T03:15:20.822Z Compiling minimal-lexical v0.2.1
12442026-09-04T03:15:20.822Z Compiling chrono-tz v0.10.4
12452026-09-04T03:15:20.822Z Compiling cancel-safe-futures v0.1.5
12462026-09-04T03:15:20.822Z Compiling openssl v0.10.81
12472026-09-04T03:15:21.034Z Compiling nom v7.1.3
12482026-09-04T03:15:21.106Z Compiling const_format_proc_macros v0.2.34
12492026-09-04T03:15:21.358Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12502026-09-04T03:15:21.665Z Compiling openssl-macros v0.1.1
12512026-09-04T03:15:22.093Z Checking cpufeatures v0.2.17
12522026-09-04T03:15:22.338Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12532026-09-04T03:15:22.701Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12542026-09-04T03:15:22.831Z Compiling cookie v0.18.2
12552026-09-04T03:15:23.295Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-09-04T03:15:23.302Z Compiling tabled_derive v0.7.0
12572026-09-04T03:15:23.945Z Checking num_enum v0.7.6
12582026-09-04T03:15:24.412Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12592026-09-04T03:15:24.712Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-09-04T03:15:25.901Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-09-04T03:15:26.149Z Checking tabwriter v1.4.1
12622026-09-04T03:15:26.293Z Checking secrecy v0.10.3
12632026-09-04T03:15:26.358Z Checking tinyvec_macros v0.1.1
12642026-09-04T03:15:26.964Z Checking colored v3.1.1
12652026-09-04T03:15:26.992Z Checking tinyvec v1.12.0
12662026-09-04T03:15:26.992Z Checking hash32 v0.3.1
12672026-09-04T03:15:27.064Z Checking data-encoding v2.11.1
12682026-09-04T03:15:27.330Z Checking hmac v0.12.1
12692026-09-04T03:15:27.369Z Checking inout v0.1.4
12702026-09-04T03:15:27.537Z Checking scroll v0.12.0
12712026-09-04T03:15:27.557Z Checking ff v0.13.1
12722026-09-04T03:15:27.650Z Checking cobs v0.3.0
12732026-09-04T03:15:27.707Z Checking managed v0.8.0
12742026-09-04T03:15:27.767Z Checking foreign-types-shared v0.3.1
12752026-09-04T03:15:27.833Z Checking bitflags v1.3.2
12762026-09-04T03:15:27.834Z Checking static_assertions v1.1.0
12772026-09-04T03:15:27.908Z Checking foreign-types v0.5.0
12782026-09-04T03:15:27.958Z Checking postcard v1.1.3
12792026-09-04T03:15:27.958Z Checking goblin v0.8.2
12802026-09-04T03:15:28.447Z Checking group v0.13.0
12812026-09-04T03:15:28.509Z Checking cipher v0.4.4
12822026-09-04T03:15:28.509Z Checking hkdf v0.12.4
12832026-09-04T03:15:28.509Z Checking atomicwrites v0.4.4
12842026-09-04T03:15:28.509Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12852026-09-04T03:15:28.509Z Checking universal-hash v0.5.1
12862026-09-04T03:15:28.509Z Checking crypto-bigint v0.5.5
12872026-09-04T03:15:28.510Z Checking chacha20 v0.10.1
12882026-09-04T03:15:28.572Z Checking half v2.7.1
12892026-09-04T03:15:28.766Z Checking cstr-argument v0.1.2
12902026-09-04T03:15:28.879Z Checking base16ct v0.2.0
12912026-09-04T03:15:28.961Z Checking ciborium-io v0.2.2
12922026-09-04T03:15:28.999Z Checking opaque-debug v0.3.1
12932026-09-04T03:15:29.030Z Checking indent_write v2.2.0
12942026-09-04T03:15:29.071Z Checking base64ct v1.8.3
12952026-09-04T03:15:29.071Z Checking ciborium-ll v0.2.2
12962026-09-04T03:15:29.095Z Checking poly1305 v0.8.0
12972026-09-04T03:15:29.219Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12982026-09-04T03:15:29.253Z Checking elliptic-curve v0.13.8
12992026-09-04T03:15:29.269Z Checking rand v0.10.2
13002026-09-04T03:15:29.270Z Checking password-hash v0.5.0
13012026-09-04T03:15:29.313Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
13022026-09-04T03:15:29.414Z Checking chacha20 v0.9.1
13032026-09-04T03:15:29.479Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-09-04T03:15:29.492Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13052026-09-04T03:15:29.589Z Checking blake2 v0.10.6
13062026-09-04T03:15:29.630Z Checking aead v0.5.2
13072026-09-04T03:15:29.738Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13082026-09-04T03:15:29.749Z Checking thiserror-no-std v2.0.2
13092026-09-04T03:15:30.179Z Checking hubpack v0.1.2
13102026-09-04T03:15:30.224Z Checking byte-wrapper v0.1.0
13112026-09-04T03:15:30.224Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13122026-09-04T03:15:30.224Z Checking keccak v0.1.6
13132026-09-04T03:15:30.224Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13142026-09-04T03:15:30.224Z Checking sha3 v0.10.9
13152026-09-04T03:15:30.224Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13162026-09-04T03:15:30.275Z Checking vsss-rs v3.3.4
13172026-09-04T03:15:30.728Z Checking argon2 v0.5.3
13182026-09-04T03:15:30.746Z Checking chacha20poly1305 v0.10.1
13192026-09-04T03:15:30.746Z Checking ciborium v0.2.2
13202026-09-04T03:15:30.746Z Checking console v0.16.4
13212026-09-04T03:15:30.779Z Checking memmap v0.7.0
13222026-09-04T03:15:31.225Z Checking lazy_static v1.5.0
13232026-09-04T03:15:31.255Z Checking usdt v0.5.0
13242026-09-04T03:15:31.255Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13252026-09-04T03:15:31.255Z Checking ingot-types v0.1.2
13262026-09-04T03:15:31.306Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13272026-09-04T03:15:31.464Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13282026-09-04T03:15:31.519Z Checking progenitor v0.14.0
13292026-09-04T03:15:31.548Z Checking bstr v1.13.1
13302026-09-04T03:15:31.973Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-09-04T03:15:31.973Z Checking unicode-segmentation v1.13.3
13322026-09-04T03:15:31.989Z Checking bytecount v0.6.9
13332026-09-04T03:15:31.989Z Checking ingot v0.1.1
13342026-09-04T03:15:31.989Z Checking newline-converter v0.3.0
13352026-09-04T03:15:31.989Z Checking itertools v0.12.1
13362026-09-04T03:15:32.087Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13372026-09-04T03:15:32.205Z Checking resolv-conf v0.7.6
13382026-09-04T03:15:32.258Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13392026-09-04T03:15:32.306Z Compiling parking_lot_core v0.8.6
13402026-09-04T03:15:32.434Z Checking linked-hash-map v0.5.6
13412026-09-04T03:15:32.523Z Checking swrite v0.1.0
13422026-09-04T03:15:32.523Z Checking similar v3.2.0
13432026-09-04T03:15:32.735Z Checking lru-cache v0.1.2
13442026-09-04T03:15:32.803Z Checking rayon v1.12.0
13452026-09-04T03:15:32.950Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13462026-09-04T03:15:33.015Z Checking hickory-proto v0.24.4
13472026-09-04T03:15:33.045Z Checking expectorate v1.3.0
13482026-09-04T03:15:33.570Z Checking camino-tempfile v1.4.1
13492026-09-04T03:15:33.714Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13502026-09-04T03:15:33.800Z Checking serde-big-array v0.5.1
13512026-09-04T03:15:33.800Z Checking siphasher v1.0.3
13522026-09-04T03:15:34.818Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13532026-09-04T03:15:34.839Z Checking phf_shared v0.12.1
13542026-09-04T03:15:34.839Z Checking unicode-normalization v0.1.25
13552026-09-04T03:15:34.839Z Checking pin-project v1.1.13
13562026-09-04T03:15:34.839Z Checking hickory-resolver v0.24.4
13572026-09-04T03:15:34.839Z Checking progenitor-client v0.13.0
13582026-09-04T03:15:34.839Z Checking num_enum v0.5.11
13592026-09-04T03:15:35.023Z Checking tokio-stream v0.1.19
13602026-09-04T03:15:35.170Z Checking csv-core v0.1.13
13612026-09-04T03:15:35.178Z Checking jiff-core v0.1.0
13622026-09-04T03:15:35.210Z Checking unicode-width v0.1.14
13632026-09-04T03:15:35.268Z Checking highway v1.3.0
13642026-09-04T03:15:35.407Z Checking foldhash v0.1.5
13652026-09-04T03:15:35.519Z Checking konst_macro_rules v0.2.19
13662026-09-04T03:15:35.558Z Checking same-file v1.0.6
13672026-09-04T03:15:35.578Z Checking smawk v0.3.3
13682026-09-04T03:15:35.601Z Checking unicode-linebreak v0.1.5
13692026-09-04T03:15:35.609Z Checking foreign-types-shared v0.1.1
13702026-09-04T03:15:35.684Z Checking walkdir v2.5.0
13712026-09-04T03:15:35.692Z Checking konst v0.2.20
13722026-09-04T03:15:35.727Z Checking foreign-types v0.3.2
13732026-09-04T03:15:35.791Z Checking hashbrown v0.15.5
13742026-09-04T03:15:35.816Z Checking textwrap v0.16.2
13752026-09-04T03:15:35.840Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13762026-09-04T03:15:35.863Z Checking jiff v0.2.35
13772026-09-04T03:15:35.902Z Checking qorb v0.4.1
13782026-09-04T03:15:36.006Z Checking csv v1.4.0
13792026-09-04T03:15:36.078Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13802026-09-04T03:15:36.597Z Checking progenitor v0.13.0
13812026-09-04T03:15:36.869Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13822026-09-04T03:15:36.906Z Checking olpc-cjson v0.1.4
13832026-09-04T03:15:36.942Z Checking snafu v0.8.9
13842026-09-04T03:15:37.037Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13852026-09-04T03:15:37.067Z Checking phf v0.12.1
13862026-09-04T03:15:37.181Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13872026-09-04T03:15:37.216Z Checking zone v0.3.1
13882026-09-04T03:15:37.445Z Checking globset v0.4.20
13892026-09-04T03:15:37.961Z Checking tokio-dtrace v0.1.1
13902026-09-04T03:15:38.015Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13912026-09-04T03:15:38.016Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13922026-09-04T03:15:38.088Z Checking smf v0.2.3
13932026-09-04T03:15:38.144Z Checking pem v3.0.6
13942026-09-04T03:15:38.296Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13952026-09-04T03:15:38.342Z Checking libsw-core v0.3.2
13962026-09-04T03:15:38.417Z Checking serde_plain v1.0.2
13972026-09-04T03:15:38.566Z Checking sigpipe v0.1.3
13982026-09-04T03:15:38.610Z Checking fixedbitset v0.4.2
13992026-09-04T03:15:38.671Z Checking typed-path v0.9.3
14002026-09-04T03:15:38.799Z Checking glob v0.3.4
14012026-09-04T03:15:38.799Z Checking fixedbitset v0.5.7
14022026-09-04T03:15:38.921Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-09-04T03:15:38.963Z Checking petgraph v0.8.3
14042026-09-04T03:15:39.511Z Checking petgraph v0.6.5
14052026-09-04T03:15:39.620Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-09-04T03:15:39.620Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-09-04T03:15:39.620Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14082026-09-04T03:15:39.620Z Checking libsw v3.5.0
14092026-09-04T03:15:39.620Z Checking tough v0.22.0
14102026-09-04T03:15:39.620Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14112026-09-04T03:15:39.859Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14122026-09-04T03:15:39.934Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14132026-09-04T03:15:40.051Z Checking oxide-tokio-rt v0.1.6
14142026-09-04T03:15:40.059Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14152026-09-04T03:15:40.351Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-09-04T03:15:40.375Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-09-04T03:15:40.375Z Checking const_format v0.2.36
14182026-09-04T03:15:40.395Z Checking papergrid v0.11.0
14192026-09-04T03:15:40.866Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-09-04T03:15:40.949Z Checking gethostname v0.5.0
14212026-09-04T03:15:41.393Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-09-04T03:15:41.398Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14232026-09-04T03:15:41.398Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14242026-09-04T03:15:41.398Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-09-04T03:15:41.612Z Checking libscf-sys v1.2.0
14262026-09-04T03:15:41.740Z Checking bcs v0.1.6
14272026-09-04T03:15:41.869Z Checking linear-map v1.2.0
14282026-09-04T03:15:41.920Z Checking whoami v1.6.1
14292026-09-04T03:15:41.962Z Checking tagptr v0.2.0
14302026-09-04T03:15:41.984Z Checking termtree v0.5.1
14312026-09-04T03:15:42.032Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-09-04T03:15:42.066Z Checking moka v0.12.16
14332026-09-04T03:15:43.002Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-09-04T03:15:43.327Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-09-04T03:15:43.734Z Checking tabled v0.15.0
14362026-09-04T03:15:43.816Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-09-04T03:15:43.881Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-09-04T03:15:43.918Z Checking steno v0.4.1
14392026-09-04T03:15:43.957Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14402026-09-04T03:15:44.482Z Checking hickory-proto v0.25.2
14412026-09-04T03:15:46.043Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14422026-09-04T03:15:46.085Z Checking hickory-resolver v0.25.2
14432026-09-04T03:15:46.322Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-09-04T03:15:46.776Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-09-04T03:15:47.354Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14462026-09-04T03:15:48.192Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14472026-09-04T03:15:51.762Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-09-04T03:15:52.160Z Checking nom v8.0.0
14492026-09-04T03:15:55.556Z Compiling crunchy v0.2.4
14502026-09-04T03:15:56.895Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14512026-09-04T03:15:57.844Z Compiling itertools v0.15.0
14522026-09-04T03:15:57.860Z Compiling tiny-keccak v2.0.2
14532026-09-04T03:15:57.987Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14542026-09-04T03:15:58.544Z Compiling typify-impl v0.4.3
14552026-09-04T03:15:59.163Z Compiling ingot-macros v0.2.0
14562026-09-04T03:15:59.673Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-09-04T03:15:59.677Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14582026-09-04T03:15:59.885Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14592026-09-04T03:15:59.986Z Checking parking_lot v0.11.2
14602026-09-04T03:16:00.066Z Compiling const-random-macro v0.1.16
14612026-09-04T03:16:00.408Z Checking fxhash v0.2.1
14622026-09-04T03:16:00.418Z Compiling smartstring v1.0.1
14632026-09-04T03:16:00.511Z Compiling ahash v0.8.12
14642026-09-04T03:16:00.521Z Checking sled v0.34.7
14652026-09-04T03:16:00.930Z Checking internet-checksum v0.2.1
14662026-09-04T03:16:01.407Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14672026-09-04T03:16:01.414Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
14682026-09-04T03:16:01.613Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14692026-09-04T03:16:01.768Z Compiling rhai_codegen v3.2.0
14702026-09-04T03:16:01.939Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
14712026-09-04T03:16:01.994Z Compiling typify-macro v0.4.3
14722026-09-04T03:16:02.334Z Checking arc-swap v1.9.2
14732026-09-04T03:16:02.371Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14742026-09-04T03:16:02.642Z Checking slog-scope v4.4.1
14752026-09-04T03:16:02.753Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14762026-09-04T03:16:02.785Z Checking papergrid v0.18.0
14772026-09-04T03:16:03.265Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14782026-09-04T03:16:03.269Z Checking dropshot-api-manager-types v0.8.0
14792026-09-04T03:16:03.269Z Checking slog-stdlog v4.1.1
14802026-09-04T03:16:03.283Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14812026-09-04T03:16:03.378Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14822026-09-04T03:16:03.468Z Compiling typify v0.4.3
14832026-09-04T03:16:03.577Z Compiling progenitor-impl v0.10.0
14842026-09-04T03:16:03.588Z Checking tabled v0.21.0
14852026-09-04T03:16:03.594Z Compiling lzma-sys v0.1.20
14862026-09-04T03:16:04.033Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14872026-09-04T03:16:04.228Z Compiling fs-err v3.3.1
14882026-09-04T03:16:04.309Z Compiling typeid v1.0.3
14892026-09-04T03:16:04.584Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14902026-09-04T03:16:04.630Z Checking slog-envlogger v2.2.0
14912026-09-04T03:16:04.657Z Checking ingot-types v0.2.0
14922026-09-04T03:16:05.038Z Compiling toml_datetime v0.7.5+spec-1.1.0
14932026-09-04T03:16:05.476Z Checking crc8 v0.1.1
14942026-09-04T03:16:05.555Z Compiling toml v0.9.12+spec-1.1.0
14952026-09-04T03:16:05.567Z Checking ingot v0.2.1
14962026-09-04T03:16:05.642Z Compiling progenitor-macro v0.10.0
14972026-09-04T03:16:05.783Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14982026-09-04T03:16:06.634Z Checking const-random v0.1.18
14992026-09-04T03:16:07.370Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
15002026-09-04T03:16:07.810Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
15012026-09-04T03:16:08.044Z Compiling cargo_toml v0.22.3
15022026-09-04T03:16:08.224Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15032026-09-04T03:16:08.897Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15042026-09-04T03:16:09.687Z Checking thin-vec v0.2.19
15052026-09-04T03:16:09.701Z Checking rhai v1.26.0
15062026-09-04T03:16:10.234Z Checking sha1 v0.10.7
15072026-09-04T03:16:10.665Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15082026-09-04T03:16:10.687Z Checking utf-8 v0.7.6
15092026-09-04T03:16:10.695Z Checking tungstenite v0.21.0
15102026-09-04T03:16:11.251Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
15112026-09-04T03:16:12.206Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15122026-09-04T03:16:12.269Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15132026-09-04T03:16:12.307Z Checking port-file v0.1.0
15142026-09-04T03:16:13.845Z Checking sha2 v0.10.9
15152026-09-04T03:16:14.011Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15162026-09-04T03:16:14.011Z Checking progenitor v0.10.0
15172026-09-04T03:16:14.011Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15182026-09-04T03:16:14.011Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
15192026-09-04T03:16:14.011Z Checking tokio-tungstenite v0.21.0
15202026-09-04T03:16:14.110Z Checking git-stub v1.0.0
15212026-09-04T03:16:14.325Z Checking is_ci v1.2.0
15222026-09-04T03:16:14.355Z Checking yansi v1.0.1
15232026-09-04T03:16:14.372Z Checking base64 v0.21.7
15242026-09-04T03:16:14.546Z Checking unit-prefix v0.5.2
15252026-09-04T03:16:14.566Z Checking diff v0.1.13
15262026-09-04T03:16:14.653Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15272026-09-04T03:16:14.702Z Checking indicatif v0.18.6
15282026-09-04T03:16:14.712Z Checking pretty_assertions v1.4.1
15292026-09-04T03:16:15.037Z Checking supports-color v3.0.2
15302026-09-04T03:16:15.749Z Checking git-stub-vcs v0.1.0
15312026-09-04T03:16:15.822Z Checking xz2 v0.1.7
15322026-09-04T03:16:15.982Z Checking ron v0.12.2
15332026-09-04T03:16:16.143Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15342026-09-04T03:16:16.360Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15352026-09-04T03:16:16.458Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15362026-09-04T03:16:16.623Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15372026-09-04T03:16:16.767Z Checking similar v2.7.0
15382026-09-04T03:16:17.277Z Checking drift v0.2.0
15392026-09-04T03:16:17.481Z Compiling serial_test_derive v4.0.1
15402026-09-04T03:16:17.565Z Checking base16ct v1.0.0
15412026-09-04T03:16:17.758Z Checking dropshot-api-manager v0.8.0
15422026-09-04T03:16:18.142Z Checking serial_test v4.0.1
15432026-09-04T03:16:18.795Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15442026-09-04T03:16:19.076Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15452026-09-04T03:16:19.122Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15462026-09-04T03:16:19.342Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15472026-09-04T03:16:20.150Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15482026-09-04T03:16:20.554Z Checking natord v1.0.9
15492026-09-04T03:16:20.786Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15502026-09-04T03:16:20.994Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15512026-09-04T03:16:21.327Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15522026-09-04T03:16:21.590Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15532026-09-04T03:16:21.848Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15542026-09-04T03:16:21.896Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15552026-09-04T03:16:22.182Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15562026-09-04T03:16:22.199Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15572026-09-04T03:16:22.338Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15582026-09-04T03:16:31.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
15592026-09-04T03:16:31.661Z+ cargo xtask openapi check
15602026-09-04T03:16:32.232Z Compiling cfg-if v1.0.4
15612026-09-04T03:16:32.238Z Compiling libc v0.2.189
15622026-09-04T03:16:32.238Z Compiling serde_core v1.0.229
15632026-09-04T03:16:32.341Z Compiling memchr v2.8.3
15642026-09-04T03:16:32.350Z Compiling smallvec v1.15.2
15652026-09-04T03:16:32.360Z Compiling itoa v1.0.18
15662026-09-04T03:16:32.365Z Compiling stable_deref_trait v1.2.1
15672026-09-04T03:16:32.372Z Compiling zerofrom v0.1.8
15682026-09-04T03:16:32.450Z Compiling zmij v1.0.23
15692026-09-04T03:16:32.459Z Compiling litemap v0.8.2
15702026-09-04T03:16:32.481Z Compiling yoke v0.8.3
15712026-09-04T03:16:32.526Z Compiling writeable v0.6.3
15722026-09-04T03:16:32.539Z Compiling utf8_iter v1.0.4
15732026-09-04T03:16:32.608Z Compiling percent-encoding v2.3.2
15742026-09-04T03:16:32.659Z Compiling zerovec v0.11.6
15752026-09-04T03:16:32.669Z Compiling zerotrie v0.2.4
15762026-09-04T03:16:32.681Z Compiling icu_normalizer_data v2.2.0
15772026-09-04T03:16:32.724Z Compiling icu_properties_data v2.2.0
15782026-09-04T03:16:32.784Z Compiling libm v0.2.16
15792026-09-04T03:16:32.799Z Compiling form_urlencoded v1.2.2
15802026-09-04T03:16:32.806Z Compiling rand_core v0.10.1
15812026-09-04T03:16:32.856Z Compiling errno v0.3.14
15822026-09-04T03:16:32.950Z Compiling getrandom v0.4.3
15832026-09-04T03:16:32.964Z Compiling iana-time-zone v0.1.65
15842026-09-04T03:16:32.975Z Compiling pin-project-lite v0.2.17
15852026-09-04T03:16:32.983Z Compiling zeroize v1.9.0
15862026-09-04T03:16:33.404Z Compiling dyn-clone v1.0.20
15872026-09-04T03:16:33.408Z Compiling scopeguard v1.2.0
15882026-09-04T03:16:33.409Z Compiling tinystr v0.8.3
15892026-09-04T03:16:33.409Z Compiling potential_utf v0.1.5
15902026-09-04T03:16:33.409Z Compiling lock_api v0.4.14
15912026-09-04T03:16:33.409Z Compiling socket2 v0.6.5
15922026-09-04T03:16:33.409Z Compiling parking_lot_core v0.9.12
15932026-09-04T03:16:33.409Z Compiling signal-hook-registry v1.4.8
15942026-09-04T03:16:33.409Z Compiling icu_locale_core v2.2.0
15952026-09-04T03:16:33.409Z Compiling icu_collections v2.2.0
15962026-09-04T03:16:33.409Z Compiling parking_lot v0.12.5
15972026-09-04T03:16:33.461Z Compiling mio v1.2.2
15982026-09-04T03:16:33.474Z Compiling futures-core v0.3.34
15992026-09-04T03:16:33.622Z Compiling num-traits v0.2.19
16002026-09-04T03:16:33.627Z Compiling portable-atomic v1.15.0
16012026-09-04T03:16:33.754Z Compiling thiserror v2.0.20
16022026-09-04T03:16:33.833Z Compiling critical-section v1.2.0
16032026-09-04T03:16:33.858Z Compiling equivalent v1.0.2
16042026-09-04T03:16:33.914Z Compiling subtle v2.6.1
16052026-09-04T03:16:33.938Z Compiling zerocopy v0.8.56
16062026-09-04T03:16:33.943Z Compiling allocator-api2 v0.2.21
16072026-09-04T03:16:33.962Z Compiling serde v1.0.229
16082026-09-04T03:16:34.083Z Compiling serde_json v1.0.151
16092026-09-04T03:16:34.121Z Compiling icu_provider v2.2.0
16102026-09-04T03:16:34.133Z Compiling uuid v1.26.0
16112026-09-04T03:16:34.224Z Compiling semver v1.0.28
16122026-09-04T03:16:34.258Z Compiling bitflags v2.13.1
16132026-09-04T03:16:34.333Z Compiling once_cell v1.21.4
16142026-09-04T03:16:34.433Z Compiling bytes v1.12.1
16152026-09-04T03:16:34.470Z Compiling icu_normalizer v2.2.0
16162026-09-04T03:16:34.494Z Compiling icu_properties v2.2.0
16172026-09-04T03:16:34.564Z Compiling chrono v0.4.45
16182026-09-04T03:16:34.579Z Compiling log v0.4.33
16192026-09-04T03:16:34.584Z Compiling futures-sink v0.3.34
16202026-09-04T03:16:34.686Z Compiling slab v0.4.12
16212026-09-04T03:16:34.759Z Compiling typenum v1.20.1
16222026-09-04T03:16:34.866Z Compiling slog v2.8.2
16232026-09-04T03:16:34.883Z Compiling futures-channel v0.3.34
16242026-09-04T03:16:35.086Z Compiling tokio v1.53.1
16252026-09-04T03:16:35.102Z Compiling getrandom v0.2.17
16262026-09-04T03:16:35.116Z Compiling hashbrown v0.17.1
16272026-09-04T03:16:35.187Z Compiling futures-task v0.3.34
16282026-09-04T03:16:35.253Z Compiling rand_core v0.6.4
16292026-09-04T03:16:35.359Z Compiling futures-io v0.3.34
16302026-09-04T03:16:35.480Z Compiling idna_adapter v1.2.2
16312026-09-04T03:16:35.533Z Compiling futures-util v0.3.34
16322026-09-04T03:16:35.571Z Compiling tracing-core v0.1.36
16332026-09-04T03:16:35.632Z Compiling idna v1.1.0
16342026-09-04T03:16:36.056Z Compiling indexmap v2.14.0
16352026-09-04T03:16:36.074Z Compiling base64 v0.22.1
16362026-09-04T03:16:36.074Z Compiling url v2.5.8
16372026-09-04T03:16:36.074Z Compiling tracing v0.1.44
16382026-09-04T03:16:36.571Z Compiling http v1.5.0
16392026-09-04T03:16:36.592Z Compiling unicode-ident v1.0.24
16402026-09-04T03:16:36.592Z Compiling fnv v1.0.7
16412026-09-04T03:16:36.592Z Compiling byteorder v1.5.0
16422026-09-04T03:16:36.593Z Compiling proc-macro2 v1.0.107
16432026-09-04T03:16:36.593Z Compiling ipnet v2.12.1
16442026-09-04T03:16:36.593Z Compiling schemars v0.8.22
16452026-09-04T03:16:36.802Z Compiling quote v1.0.47
16462026-09-04T03:16:36.897Z Compiling ppv-lite86 v0.2.21
16472026-09-04T03:16:36.950Z Compiling erased-serde v0.3.31
16482026-09-04T03:16:37.052Z Compiling syn v2.0.119
16492026-09-04T03:16:37.093Z Compiling rustls-pki-types v1.15.1
16502026-09-04T03:16:37.106Z Compiling http-body v1.1.0
16512026-09-04T03:16:37.218Z Compiling thiserror v1.0.69
16522026-09-04T03:16:37.262Z Compiling aws-lc-sys v0.44.0
16532026-09-04T03:16:37.320Z Compiling ipnetwork v0.21.1
16542026-09-04T03:16:37.587Z Compiling oxnet v0.1.7
16552026-09-04T03:16:37.776Z Compiling untrusted v0.7.1
16562026-09-04T03:16:37.800Z Compiling atomic-waker v1.1.2
16572026-09-04T03:16:37.853Z Compiling aws-lc-rs v1.18.0
16582026-09-04T03:16:37.865Z Compiling httparse v1.10.1
16592026-09-04T03:16:37.876Z Compiling try-lock v0.2.5
16602026-09-04T03:16:37.876Z Compiling tower-layer v0.3.3
16612026-09-04T03:16:37.924Z Compiling pretty-hex v0.4.2
16622026-09-04T03:16:37.976Z Compiling untrusted v0.9.0
16632026-09-04T03:16:38.030Z Compiling ryu v1.0.23
16642026-09-04T03:16:38.048Z Compiling rustls v0.23.43
16652026-09-04T03:16:38.068Z Compiling tower-service v0.3.3
16662026-09-04T03:16:38.086Z Compiling want v0.3.1
16672026-09-04T03:16:38.154Z Compiling rustix v1.1.4
16682026-09-04T03:16:38.162Z Compiling httpdate v1.0.3
16692026-09-04T03:16:38.207Z Compiling plain v0.2.3
16702026-09-04T03:16:38.247Z Compiling omicron-workspace-hack v0.1.0
16712026-09-04T03:16:38.273Z Compiling getrandom v0.3.4
16722026-09-04T03:16:38.320Z Compiling ucd-trie v0.1.7
16732026-09-04T03:16:38.332Z Compiling regex-syntax v0.8.11
16742026-09-04T03:16:38.402Z Compiling rand_core v0.9.5
16752026-09-04T03:16:38.477Z Compiling pest v2.8.8
16762026-09-04T03:16:38.595Z Compiling crossbeam-utils v0.8.22
16772026-09-04T03:16:38.606Z Compiling serde_urlencoded v0.7.1
16782026-09-04T03:16:39.254Z Compiling tokio-util v0.7.19
16792026-09-04T03:16:39.259Z Compiling rustls-webpki v0.103.14
16802026-09-04T03:16:39.300Z Compiling newtype-uuid v1.4.0
16812026-09-04T03:16:39.378Z Compiling http-body-util v0.1.5
16822026-09-04T03:16:39.607Z Compiling h2 v0.4.15
16832026-09-04T03:16:39.682Z Compiling foldhash v0.2.0
16842026-09-04T03:16:39.742Z Compiling hex v0.4.3
16852026-09-04T03:16:39.917Z Compiling daft v0.1.8
16862026-09-04T03:16:40.005Z Compiling rand_chacha v0.9.0
16872026-09-04T03:16:40.086Z Compiling fastrand v2.5.0
16882026-09-04T03:16:40.198Z Compiling rand v0.9.5
16892026-09-04T03:16:40.360Z Compiling sync_wrapper v1.0.2
16902026-09-04T03:16:40.395Z Compiling generic-array v0.14.7
16912026-09-04T03:16:40.470Z Compiling tower v0.5.3
16922026-09-04T03:16:40.815Z Compiling anyhow v1.0.104
16932026-09-04T03:16:40.852Z Compiling aho-corasick v1.1.5
16942026-09-04T03:16:40.894Z Compiling tower-http v0.6.11
16952026-09-04T03:16:40.949Z Compiling tempfile v3.27.0
16962026-09-04T03:16:41.044Z Compiling hashbrown v0.16.1
16972026-09-04T03:16:41.113Z Compiling futures-executor v0.3.34
16982026-09-04T03:16:41.185Z Compiling camino v1.2.5
16992026-09-04T03:16:41.310Z Compiling openapiv3 v2.2.0
17002026-09-04T03:16:41.328Z Compiling num-conv v0.2.2
17012026-09-04T03:16:41.380Z Compiling deranged v0.5.8
17022026-09-04T03:16:41.481Z Compiling time-core v0.1.9
17032026-09-04T03:16:41.587Z Compiling num_threads v0.1.7
17042026-09-04T03:16:41.618Z Compiling powerfmt v0.2.0
17052026-09-04T03:16:41.669Z Compiling regex-automata v0.4.18
17062026-09-04T03:16:41.686Z Compiling cpufeatures v0.3.0
17072026-09-04T03:16:41.760Z Compiling hyper v1.11.0
17082026-09-04T03:16:41.828Z Compiling openssl-probe v0.2.1
17092026-09-04T03:16:42.014Z Compiling rustls-native-certs v0.8.4
17102026-09-04T03:16:42.331Z Compiling time v0.3.55
17112026-09-04T03:16:42.344Z Compiling futures v0.3.34
17122026-09-04T03:16:42.423Z Compiling scroll v0.13.0
17132026-09-04T03:16:42.619Z Compiling tokio-rustls v0.26.4
17142026-09-04T03:16:42.667Z Compiling hybrid-array v0.4.14
17152026-09-04T03:16:42.694Z Compiling adler2 v2.0.1
17162026-09-04T03:16:42.831Z Compiling hyper-util v0.1.20
17172026-09-04T03:16:42.866Z Compiling simd-adler32 v0.3.10
17182026-09-04T03:16:42.882Z Compiling winnow v1.0.4
17192026-09-04T03:16:43.073Z Compiling miniz_oxide v0.8.9
17202026-09-04T03:16:43.126Z Compiling goblin v0.10.7
17212026-09-04T03:16:43.423Z Compiling rustls-platform-verifier v0.7.0
17222026-09-04T03:16:43.656Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-09-04T03:16:43.704Z Compiling crossbeam-channel v0.5.16
17242026-09-04T03:16:43.973Z Compiling crc32fast v1.5.0
17252026-09-04T03:16:44.130Z Compiling hyper-rustls v0.27.9
17262026-09-04T03:16:44.167Z Compiling flate2 v1.1.9
17272026-09-04T03:16:44.185Z Compiling regex v1.13.1
17282026-09-04T03:16:44.380Z Compiling reqwest v0.13.4
17292026-09-04T03:16:44.421Z Compiling crypto-common v0.2.2
17302026-09-04T03:16:44.433Z Compiling block-buffer v0.12.1
17312026-09-04T03:16:44.632Z Compiling crypto-common v0.1.7
17322026-09-04T03:16:44.643Z Compiling dtrace-parser v0.3.0
17332026-09-04T03:16:44.684Z Compiling rand_chacha v0.3.1
17342026-09-04T03:16:44.768Z Compiling thread-id v5.1.0
17352026-09-04T03:16:44.854Z Compiling thread_local v1.1.10
17362026-09-04T03:16:44.934Z Compiling debug-ignore v1.0.5
17372026-09-04T03:16:45.042Z Compiling const-oid v0.10.2
17382026-09-04T03:16:45.093Z Compiling match_cfg v0.1.0
17392026-09-04T03:16:45.122Z Compiling compression-core v0.4.32
17402026-09-04T03:16:45.160Z Compiling hostname v0.3.1
17412026-09-04T03:16:45.174Z Compiling rand v0.8.7
17422026-09-04T03:16:45.258Z Compiling compression-codecs v0.4.38
17432026-09-04T03:16:45.279Z Compiling digest v0.11.3
17442026-09-04T03:16:45.301Z Compiling slog-json v2.6.1
17452026-09-04T03:16:45.378Z Compiling toml_parser v1.1.3+spec-1.1.0
17462026-09-04T03:16:45.414Z Compiling ref-cast v1.0.26
17472026-09-04T03:16:45.476Z Compiling strum v0.26.3
17482026-09-04T03:16:45.912Z Compiling macaddr v1.0.1
17492026-09-04T03:16:45.912Z Compiling serde_spanned v1.1.1
17502026-09-04T03:16:45.916Z Compiling toml_datetime v1.1.1+spec-1.1.0
17512026-09-04T03:16:45.916Z Compiling memmap2 v0.9.11
17522026-09-04T03:16:45.916Z Compiling is-terminal v0.4.17
17532026-09-04T03:16:45.916Z Compiling wait-timeout v0.2.1
17542026-09-04T03:16:45.916Z Compiling encoding_rs v0.8.35
17552026-09-04T03:16:45.916Z Compiling toml_writer v1.1.2+spec-1.1.0
17562026-09-04T03:16:45.916Z Compiling quick-error v1.2.3
17572026-09-04T03:16:45.916Z Compiling spin v0.9.9
17582026-09-04T03:16:45.935Z Compiling dof v0.4.0
17592026-09-04T03:16:45.954Z Compiling mime v0.3.17
17602026-09-04T03:16:46.004Z Compiling term v1.2.1
17612026-09-04T03:16:46.016Z Compiling either v1.17.0
17622026-09-04T03:16:46.021Z Compiling bit-vec v0.8.0
17632026-09-04T03:16:46.222Z Compiling take_mut v0.2.2
17642026-09-04T03:16:46.234Z Compiling bit-set v0.8.0
17652026-09-04T03:16:46.258Z Compiling toml v1.1.4+spec-1.1.0
17662026-09-04T03:16:46.332Z Compiling slog-async v2.8.0
17672026-09-04T03:16:46.398Z Compiling slog-term v2.9.2
17682026-09-04T03:16:46.640Z Compiling usdt-impl v0.6.0
17692026-09-04T03:16:46.831Z Compiling multer v3.1.0
17702026-09-04T03:16:47.033Z Compiling usdt v0.6.0
17712026-09-04T03:16:47.202Z Compiling rusty-fork v0.3.1
17722026-09-04T03:16:47.291Z Compiling slog-bunyan v2.5.0
17732026-09-04T03:16:47.317Z Compiling async-compression v0.4.43
17742026-09-04T03:16:47.329Z Compiling sha1 v0.11.0
17752026-09-04T03:16:47.408Z Compiling serde_with v3.22.0
17762026-09-04T03:16:47.427Z Compiling async-stream v0.3.6
17772026-09-04T03:16:47.559Z Compiling rand_xorshift v0.4.0
17782026-09-04T03:16:47.582Z Compiling waitgroup v0.1.2
17792026-09-04T03:16:47.604Z Compiling rustls-pemfile v2.2.0
17802026-09-04T03:16:47.620Z Compiling serde_path_to_error v0.1.20
17812026-09-04T03:16:47.632Z Compiling hostname v0.4.2
17822026-09-04T03:16:47.694Z Compiling unarray v0.1.4
17832026-09-04T03:16:47.717Z Compiling strum v0.27.2
17842026-09-04T03:16:47.767Z Compiling proptest v1.11.0
17852026-09-04T03:16:47.794Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17862026-09-04T03:16:47.799Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17872026-09-04T03:16:47.835Z Compiling progenitor-client v0.14.0
17882026-09-04T03:16:47.893Z Compiling iddqd v0.4.6
17892026-09-04T03:16:47.925Z Compiling dropshot v0.17.1
17902026-09-04T03:16:47.964Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-09-04T03:16:47.969Z Compiling reqwest v0.12.28
17922026-09-04T03:16:48.133Z Compiling block-buffer v0.10.4
17932026-09-04T03:16:48.166Z Compiling backon v1.6.0
17942026-09-04T03:16:48.207Z Compiling instant v0.1.13
17952026-09-04T03:16:48.306Z Compiling digest v0.10.7
17962026-09-04T03:16:48.313Z Compiling progenitor-extras v0.2.0
17972026-09-04T03:16:48.367Z Compiling backoff v0.4.0
17982026-09-04T03:16:48.486Z Compiling itertools v0.14.0
17992026-09-04T03:16:48.548Z Compiling parse-display v0.10.0
18002026-09-04T03:16:48.587Z Compiling regress v0.10.5
18012026-09-04T03:16:48.846Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18022026-09-04T03:16:49.109Z Compiling progenitor-client v0.10.0
18032026-09-04T03:16:49.157Z Compiling humantime v2.4.0
18042026-09-04T03:16:49.421Z Compiling cpufeatures v0.2.17
18052026-09-04T03:16:49.494Z Compiling unicode-width v0.2.2
18062026-09-04T03:16:49.741Z Compiling secrecy v0.10.3
18072026-09-04T03:16:49.749Z Compiling tinyvec_macros v0.1.1
18082026-09-04T03:16:49.749Z Compiling heck v0.5.0
18092026-09-04T03:16:49.823Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18102026-09-04T03:16:49.832Z Compiling tinyvec v1.12.0
18112026-09-04T03:16:49.880Z Compiling num-integer v0.1.47
18122026-09-04T03:16:50.014Z Compiling scroll v0.12.0
18132026-09-04T03:16:50.180Z Compiling crucible-workspace-hack v0.1.0
18142026-09-04T03:16:50.212Z Compiling hmac v0.12.1
18152026-09-04T03:16:50.249Z Compiling inout v0.1.4
18162026-09-04T03:16:50.274Z Compiling ff v0.13.1
18172026-09-04T03:16:50.353Z Compiling utf8parse v0.2.2
18182026-09-04T03:16:50.383Z Compiling group v0.13.0
18192026-09-04T03:16:50.400Z Compiling cipher v0.4.4
18202026-09-04T03:16:50.412Z Compiling hkdf v0.12.4
18212026-09-04T03:16:50.466Z Compiling anstyle-parse v1.0.0
18222026-09-04T03:16:50.495Z Compiling goblin v0.8.2
18232026-09-04T03:16:50.555Z Compiling num-rational v0.4.2
18242026-09-04T03:16:50.627Z Compiling num-iter v0.1.46
18252026-09-04T03:16:50.751Z Compiling zerocopy v0.7.35
18262026-09-04T03:16:50.856Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-09-04T03:16:50.959Z Compiling universal-hash v0.5.1
18282026-09-04T03:16:51.082Z Compiling regress v0.11.1
18292026-09-04T03:16:51.099Z Compiling crypto-bigint v0.5.5
18302026-09-04T03:16:51.314Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-09-04T03:16:51.384Z Compiling terminal_size v0.4.4
18322026-09-04T03:16:51.557Z Compiling half v2.7.1
18332026-09-04T03:16:51.656Z Compiling num-complex v0.4.6
18342026-09-04T03:16:51.830Z Compiling ciborium-io v0.2.2
18352026-09-04T03:16:51.918Z Compiling anstyle-query v1.1.5
18362026-09-04T03:16:51.931Z Compiling opaque-debug v0.3.1
18372026-09-04T03:16:52.007Z Compiling colorchoice v1.0.5
18382026-09-04T03:16:52.030Z Compiling base64ct v1.8.3
18392026-09-04T03:16:52.043Z Compiling is_terminal_polyfill v1.70.2
18402026-09-04T03:16:52.119Z Compiling anstyle v1.0.14
18412026-09-04T03:16:52.138Z Compiling base16ct v0.2.0
18422026-09-04T03:16:52.294Z Compiling elliptic-curve v0.13.8
18432026-09-04T03:16:52.302Z Compiling anstream v1.0.0
18442026-09-04T03:16:52.326Z Compiling password-hash v0.5.0
18452026-09-04T03:16:52.607Z Compiling typify-impl v0.6.2
18462026-09-04T03:16:52.732Z Compiling dof v0.3.0
18472026-09-04T03:16:52.757Z Compiling poly1305 v0.8.0
18482026-09-04T03:16:53.058Z Compiling num v0.4.3
18492026-09-04T03:16:53.136Z Compiling ciborium-ll v0.2.2
18502026-09-04T03:16:53.173Z Compiling curve25519-dalek v4.1.3
18512026-09-04T03:16:53.359Z Compiling thiserror-no-std v2.0.2
18522026-09-04T03:16:53.534Z Compiling chacha20 v0.9.1
18532026-09-04T03:16:53.595Z Compiling crossbeam-epoch v0.9.20
18542026-09-04T03:16:53.765Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18552026-09-04T03:16:53.949Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-09-04T03:16:54.225Z Compiling blake2 v0.10.6
18572026-09-04T03:16:54.292Z Compiling aead v0.5.2
18582026-09-04T03:16:54.304Z Compiling byte-wrapper v0.1.0
18592026-09-04T03:16:54.344Z Compiling dtrace-parser v0.2.0
18602026-09-04T03:16:54.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18612026-09-04T03:16:54.457Z Compiling thread-id v4.2.2
18622026-09-04T03:16:54.509Z Compiling clap_lex v1.1.0
18632026-09-04T03:16:54.561Z Compiling float-ord v0.3.2
18642026-09-04T03:16:54.682Z Compiling strsim v0.11.1
18652026-09-04T03:16:54.691Z Compiling keccak v0.1.6
18662026-09-04T03:16:54.701Z Compiling usdt-impl v0.5.0
18672026-09-04T03:16:54.712Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18682026-09-04T03:16:54.770Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-09-04T03:16:54.927Z Compiling clap_builder v4.6.6
18702026-09-04T03:16:55.058Z Compiling sha3 v0.10.9
18712026-09-04T03:16:55.356Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-09-04T03:16:55.369Z Compiling argon2 v0.5.3
18732026-09-04T03:16:55.873Z Compiling chacha20poly1305 v0.10.1
18742026-09-04T03:16:56.010Z Compiling typify v0.6.2
18752026-09-04T03:16:56.208Z Compiling vsss-rs v3.3.4
18762026-09-04T03:16:56.369Z Compiling ciborium v0.2.2
18772026-09-04T03:16:56.420Z Compiling hash32 v0.3.1
18782026-09-04T03:16:56.576Z Compiling memmap v0.7.0
18792026-09-04T03:16:56.761Z Compiling indent_write v2.2.0
18802026-09-04T03:16:56.913Z Compiling data-encoding v2.11.1
18812026-09-04T03:16:56.951Z Compiling usdt v0.5.0
18822026-09-04T03:16:56.954Z Compiling heapless v0.8.0
18832026-09-04T03:16:57.243Z Compiling clap v4.6.6
18842026-09-04T03:16:57.300Z Compiling ingot-types v0.1.2
18852026-09-04T03:16:57.362Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18862026-09-04T03:16:57.415Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-09-04T03:16:57.424Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-09-04T03:16:57.487Z Compiling rustix v0.38.44
18892026-09-04T03:16:57.673Z Compiling tabwriter v1.4.1
18902026-09-04T03:16:57.715Z Compiling cobs v0.3.0
18912026-09-04T03:16:57.750Z Compiling managed v0.8.0
18922026-09-04T03:16:57.907Z Compiling bitflags v1.3.2
18932026-09-04T03:16:57.912Z Compiling postcard v1.1.3
18942026-09-04T03:16:57.964Z Compiling smoltcp v0.11.0
18952026-09-04T03:16:57.985Z Compiling ingot v0.1.1
18962026-09-04T03:16:58.188Z Compiling memoffset v0.9.1
18972026-09-04T03:16:58.252Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-09-04T03:16:58.272Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18992026-09-04T03:16:58.367Z Compiling toml_datetime v0.6.11
19002026-09-04T03:16:58.507Z Compiling serde_spanned v0.6.9
19012026-09-04T03:16:58.571Z Compiling winnow v0.7.15
19022026-09-04T03:16:58.643Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-09-04T03:16:58.660Z Compiling toml_write v0.1.2
19042026-09-04T03:16:58.875Z Compiling swrite v0.1.0
19052026-09-04T03:16:58.959Z Compiling colored v3.1.1
19062026-09-04T03:16:59.343Z Compiling static_assertions v1.1.0
19072026-09-04T03:16:59.422Z Compiling linked-hash-map v0.5.6
19082026-09-04T03:16:59.627Z Compiling foreign-types-shared v0.3.1
19092026-09-04T03:16:59.733Z Compiling resolv-conf v0.7.6
19102026-09-04T03:16:59.770Z Compiling unicode-segmentation v1.13.3
19112026-09-04T03:16:59.859Z Compiling foreign-types v0.5.0
19122026-09-04T03:16:59.866Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19132026-09-04T03:16:59.939Z Compiling toml_edit v0.22.27
19142026-09-04T03:17:00.099Z Compiling newline-converter v0.3.0
19152026-09-04T03:17:00.157Z Compiling lru-cache v0.1.2
19162026-09-04T03:17:00.217Z Compiling hubpack v0.1.2
19172026-09-04T03:17:00.228Z Compiling nix v0.31.3
19182026-09-04T03:17:00.235Z Compiling num_enum v0.7.6
19192026-09-04T03:17:00.360Z Compiling atomicwrites v0.4.4
19202026-09-04T03:17:00.843Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19212026-09-04T03:17:00.846Z Compiling crossbeam-deque v0.8.7
19222026-09-04T03:17:00.846Z Compiling hickory-proto v0.24.4
19232026-09-04T03:17:00.847Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19242026-09-04T03:17:00.855Z Compiling console v0.16.4
19252026-09-04T03:17:00.881Z Compiling chacha20 v0.10.1
19262026-09-04T03:17:00.996Z Compiling camino-tempfile v1.4.1
19272026-09-04T03:17:01.150Z Compiling serde-big-array v0.5.1
19282026-09-04T03:17:01.239Z Compiling cstr-argument v0.1.2
19292026-09-04T03:17:01.315Z Compiling siphasher v1.0.3
19302026-09-04T03:17:01.398Z Compiling similar v3.2.0
19312026-09-04T03:17:01.467Z Compiling phf_shared v0.12.1
19322026-09-04T03:17:01.504Z Compiling toml v0.8.23
19332026-09-04T03:17:01.651Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19342026-09-04T03:17:01.882Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19352026-09-04T03:17:01.909Z Compiling pin-project v1.1.13
19362026-09-04T03:17:02.011Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19372026-09-04T03:17:02.350Z Compiling hickory-resolver v0.24.4
19382026-09-04T03:17:02.808Z Compiling expectorate v1.3.0
19392026-09-04T03:17:02.972Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19402026-09-04T03:17:03.089Z Compiling rand v0.10.2
19412026-09-04T03:17:03.389Z Compiling rayon-core v1.13.0
19422026-09-04T03:17:03.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19432026-09-04T03:17:03.580Z Compiling num_enum v0.5.11
19442026-09-04T03:17:03.717Z Compiling progenitor-impl v0.13.0
19452026-09-04T03:17:03.761Z Compiling prettyplease v0.2.37
19462026-09-04T03:17:03.776Z Compiling unicode-normalization v0.1.25
19472026-09-04T03:17:04.203Z Compiling progenitor-client v0.13.0
19482026-09-04T03:17:04.316Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-09-04T03:17:04.503Z Compiling tokio-stream v0.1.19
19502026-09-04T03:17:04.559Z Compiling csv-core v0.1.13
19512026-09-04T03:17:04.694Z Compiling bstr v1.13.1
19522026-09-04T03:17:04.772Z Compiling same-file v1.0.6
19532026-09-04T03:17:04.838Z Compiling konst_macro_rules v0.2.19
19542026-09-04T03:17:04.945Z Compiling foldhash v0.1.5
19552026-09-04T03:17:05.017Z Compiling unicode-width v0.1.14
19562026-09-04T03:17:05.026Z Compiling highway v1.3.0
19572026-09-04T03:17:05.036Z Compiling foreign-types-shared v0.1.1
19582026-09-04T03:17:05.129Z Compiling jiff-core v0.1.0
19592026-09-04T03:17:05.138Z Compiling foreign-types v0.3.2
19602026-09-04T03:17:05.183Z Compiling hashbrown v0.15.5
19612026-09-04T03:17:05.208Z Compiling globset v0.4.20
19622026-09-04T03:17:05.294Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-09-04T03:17:05.444Z Compiling konst v0.2.20
19642026-09-04T03:17:05.548Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-09-04T03:17:05.653Z Compiling qorb v0.4.1
19662026-09-04T03:17:05.715Z Compiling walkdir v2.5.0
19672026-09-04T03:17:05.976Z Compiling jiff v0.2.35
19682026-09-04T03:17:06.051Z Compiling progenitor v0.13.0
19692026-09-04T03:17:06.201Z Compiling csv v1.4.0
19702026-09-04T03:17:06.253Z Compiling snafu v0.8.9
19712026-09-04T03:17:06.626Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-09-04T03:17:06.749Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-09-04T03:17:06.932Z Compiling olpc-cjson v0.1.4
19742026-09-04T03:17:07.104Z Compiling rayon v1.12.0
19752026-09-04T03:17:07.643Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19762026-09-04T03:17:07.936Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19772026-09-04T03:17:08.287Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-09-04T03:17:08.636Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19792026-09-04T03:17:08.825Z Compiling phf v0.12.1
19802026-09-04T03:17:08.906Z Compiling openssl-sys v0.9.117
19812026-09-04T03:17:08.979Z Compiling tokio-dtrace v0.1.1
19822026-09-04T03:17:09.167Z Compiling progenitor-impl v0.14.0
19832026-09-04T03:17:09.245Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-09-04T03:17:09.270Z Compiling itertools v0.12.1
19852026-09-04T03:17:09.282Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19862026-09-04T03:17:09.481Z Compiling libsw-core v0.3.2
19872026-09-04T03:17:09.688Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19882026-09-04T03:17:09.750Z Compiling pem v3.0.6
19892026-09-04T03:17:10.038Z Compiling serde_plain v1.0.2
19902026-09-04T03:17:10.062Z Compiling sigpipe v0.1.3
19912026-09-04T03:17:10.086Z Compiling minimal-lexical v0.2.1
19922026-09-04T03:17:10.113Z Compiling glob v0.3.4
19932026-09-04T03:17:10.150Z Compiling bytecount v0.6.9
19942026-09-04T03:17:10.166Z Compiling typed-path v0.9.3
19952026-09-04T03:17:10.240Z Compiling fixedbitset v0.5.7
19962026-09-04T03:17:10.286Z Compiling fixedbitset v0.4.2
19972026-09-04T03:17:10.326Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-09-04T03:17:10.519Z Compiling zone v0.3.1
19992026-09-04T03:17:10.534Z Compiling petgraph v0.8.3
20002026-09-04T03:17:10.545Z Compiling petgraph v0.6.5
20012026-09-04T03:17:10.562Z Compiling progenitor v0.14.0
20022026-09-04T03:17:10.701Z Compiling nom v7.1.3
20032026-09-04T03:17:10.715Z Compiling papergrid v0.11.0
20042026-09-04T03:17:11.001Z Compiling openssl v0.10.81
20052026-09-04T03:17:11.240Z Compiling tough v0.22.0
20062026-09-04T03:17:11.451Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-09-04T03:17:11.648Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20082026-09-04T03:17:12.030Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-09-04T03:17:12.041Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20102026-09-04T03:17:12.286Z Compiling libsw v3.5.0
20112026-09-04T03:17:12.320Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-09-04T03:17:12.421Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20132026-09-04T03:17:12.463Z Compiling oxide-tokio-rt v0.1.6
20142026-09-04T03:17:12.571Z Compiling chrono-tz v0.10.4
20152026-09-04T03:17:12.660Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-09-04T03:17:12.755Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20172026-09-04T03:17:12.843Z Compiling newtype_derive v0.1.6
20182026-09-04T03:17:12.924Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-09-04T03:17:13.034Z Compiling slog-dtrace v0.3.0
20202026-09-04T03:17:13.064Z Compiling cancel-safe-futures v0.1.5
20212026-09-04T03:17:13.129Z Compiling const_format v0.2.36
20222026-09-04T03:17:13.340Z Compiling owo-colors v4.3.0
20232026-09-04T03:17:13.403Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20242026-09-04T03:17:13.457Z Compiling gethostname v0.5.0
20252026-09-04T03:17:13.583Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20262026-09-04T03:17:13.731Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-09-04T03:17:13.766Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-09-04T03:17:13.849Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-09-04T03:17:13.968Z Compiling bcs v0.1.6
20302026-09-04T03:17:14.078Z Compiling smf v0.2.3
20312026-09-04T03:17:14.160Z Compiling lazy_static v1.5.0
20322026-09-04T03:17:14.252Z Compiling whoami v1.6.1
20332026-09-04T03:17:14.272Z Compiling linear-map v1.2.0
20342026-09-04T03:17:14.286Z Compiling smawk v0.3.3
20352026-09-04T03:17:14.409Z Compiling termtree v0.5.1
20362026-09-04T03:17:14.457Z Compiling unicode-linebreak v0.1.5
20372026-09-04T03:17:14.603Z Compiling tagptr v0.2.0
20382026-09-04T03:17:14.612Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-09-04T03:17:14.679Z Compiling textwrap v0.16.2
20402026-09-04T03:17:14.722Z Compiling moka v0.12.16
20412026-09-04T03:17:14.758Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-09-04T03:17:14.843Z Compiling steno v0.4.1
20432026-09-04T03:17:15.255Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-09-04T03:17:15.310Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-09-04T03:17:15.516Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-09-04T03:17:16.333Z Compiling tabled v0.15.0
20472026-09-04T03:17:16.379Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-09-04T03:17:16.572Z Compiling cookie v0.18.2
20492026-09-04T03:17:17.042Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-09-04T03:17:17.432Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-09-04T03:17:17.706Z Compiling hickory-proto v0.25.2
20522026-09-04T03:17:17.829Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20532026-09-04T03:17:18.116Z Compiling libscf-sys v1.2.0
20542026-09-04T03:17:18.151Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-09-04T03:17:18.283Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20562026-09-04T03:17:18.645Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20572026-09-04T03:17:18.713Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20582026-09-04T03:17:18.966Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20592026-09-04T03:17:19.467Z Compiling hickory-resolver v0.25.2
20602026-09-04T03:17:20.328Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-09-04T03:17:24.748Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-09-04T03:17:32.191Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-09-04T03:17:33.786Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-09-04T03:17:34.820Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20652026-09-04T03:17:36.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20662026-09-04T03:17:37.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20672026-09-04T03:17:37.427Z Running `target/debug/xtask openapi check`
20682026-09-04T03:17:37.884Z Compiling serde_core v1.0.229
20692026-09-04T03:17:37.890Z Compiling serde v1.0.229
20702026-09-04T03:17:37.890Z Compiling serde_json v1.0.151
20712026-09-04T03:17:37.891Z Compiling syn v3.0.3
20722026-09-04T03:17:37.891Z Compiling syn v2.0.119
20732026-09-04T03:17:37.968Z Compiling bytes v1.12.1
20742026-09-04T03:17:37.976Z Compiling getrandom v0.4.3
20752026-09-04T03:17:37.976Z Compiling once_cell v1.21.4
20762026-09-04T03:17:37.983Z Compiling zerocopy v0.8.56
20772026-09-04T03:17:38.304Z Compiling num-traits v0.2.19
20782026-09-04T03:17:38.388Z Compiling schemars v0.8.22
20792026-09-04T03:17:38.566Z Compiling http v1.5.0
20802026-09-04T03:17:38.624Z Compiling hashbrown v0.17.1
20812026-09-04T03:17:38.656Z Compiling zeroize v1.9.0
20822026-09-04T03:17:38.833Z Compiling aws-lc-rs v1.18.0
20832026-09-04T03:17:38.861Z Compiling usdt-impl v0.6.0
20842026-09-04T03:17:39.092Z Compiling time-macros v0.2.32
20852026-09-04T03:17:39.177Z Compiling rustls-pki-types v1.15.1
20862026-09-04T03:17:39.199Z Compiling tracing-core v0.1.36
20872026-09-04T03:17:39.500Z Compiling bitflags v2.13.1
20882026-09-04T03:17:39.690Z Compiling tracing v0.1.44
20892026-09-04T03:17:39.851Z Compiling http-body v1.1.0
20902026-09-04T03:17:39.923Z Compiling generic-array v0.14.7
20912026-09-04T03:17:40.096Z Compiling uuid v1.26.0
20922026-09-04T03:17:40.143Z Compiling indexmap v2.14.0
20932026-09-04T03:17:40.300Z Compiling time v0.3.55
20942026-09-04T03:17:40.525Z Compiling pest_generator v2.8.8
20952026-09-04T03:17:40.881Z Compiling serde_derive_internals v0.29.1
20962026-09-04T03:17:40.951Z Compiling serde_derive v1.0.229
20972026-09-04T03:17:41.002Z Compiling thiserror-impl v2.0.20
20982026-09-04T03:17:41.081Z Compiling tokio-macros v2.7.2
20992026-09-04T03:17:41.130Z Compiling futures-macro v0.3.34
21002026-09-04T03:17:41.189Z Compiling camino v1.2.5
21012026-09-04T03:17:41.597Z Compiling rustls-webpki v0.103.14
21022026-09-04T03:17:41.696Z Compiling zerocopy-derive v0.8.56
21032026-09-04T03:17:41.785Z Compiling pest_derive v2.8.8
21042026-09-04T03:17:41.796Z Compiling tokio v1.53.1
21052026-09-04T03:17:41.904Z Compiling scroll_derive v0.13.1
21062026-09-04T03:17:42.056Z Compiling schemars_derive v0.8.22
21072026-09-04T03:17:42.181Z Compiling thiserror v2.0.20
21082026-09-04T03:17:42.302Z Compiling futures-util v0.3.34
21092026-09-04T03:17:42.388Z Compiling dtrace-parser v0.3.0
21102026-09-04T03:17:42.729Z Compiling scroll v0.13.0
21112026-09-04T03:17:42.975Z Compiling goblin v0.10.7
21122026-09-04T03:17:43.263Z Compiling rustls v0.23.43
21132026-09-04T03:17:43.342Z Compiling rustix v1.1.4
21142026-09-04T03:17:44.030Z Compiling erased-serde v0.3.31
21152026-09-04T03:17:44.080Z Compiling chrono v0.4.45
21162026-09-04T03:17:44.633Z Compiling slog v2.8.2
21172026-09-04T03:17:44.665Z Compiling serde_tokenstream v0.2.3
21182026-09-04T03:17:44.665Z Compiling subtle v2.6.1
21192026-09-04T03:17:44.748Z Compiling crossbeam-epoch v0.9.20
21202026-09-04T03:17:44.886Z Compiling winnow v1.0.4
21212026-09-04T03:17:44.921Z Compiling toml_datetime v1.1.1+spec-1.1.0
21222026-09-04T03:17:45.147Z Compiling toml_parser v1.1.3+spec-1.1.0
21232026-09-04T03:17:45.170Z Compiling toml_edit v0.25.13+spec-1.1.0
21242026-09-04T03:17:45.564Z Compiling tokio-util v0.7.19
21252026-09-04T03:17:45.789Z Compiling oxnet v0.1.7
21262026-09-04T03:17:46.093Z Compiling dof v0.4.0
21272026-09-04T03:17:46.203Z Compiling h2 v0.4.15
21282026-09-04T03:17:46.214Z Compiling slog-json v2.6.1
21292026-09-04T03:17:46.343Z Compiling futures-executor v0.3.34
21302026-09-04T03:17:46.429Z Compiling openapiv3 v2.2.0
21312026-09-04T03:17:47.305Z Compiling usdt-macro v0.6.0
21322026-09-04T03:17:47.355Z Compiling usdt-attr-macro v0.6.0
21332026-09-04T03:17:47.710Z Compiling async-stream-impl v0.3.6
21342026-09-04T03:17:47.726Z Compiling serde_spanned v1.1.1
21352026-09-04T03:17:47.875Z Compiling semver v1.0.28
21362026-09-04T03:17:47.964Z Compiling rustix v0.38.44
21372026-09-04T03:17:48.082Z Compiling slog-term v2.9.2
21382026-09-04T03:17:48.100Z Compiling usdt v0.6.0
21392026-09-04T03:17:48.205Z Compiling toml v1.1.4+spec-1.1.0
21402026-09-04T03:17:48.244Z Compiling dropshot_endpoint v0.17.1
21412026-09-04T03:17:48.317Z Compiling hyper v1.11.0
21422026-09-04T03:17:48.332Z Compiling async-stream v0.3.6
21432026-09-04T03:17:48.663Z Compiling multer v3.1.0
21442026-09-04T03:17:48.692Z Compiling slog-async v2.8.0
21452026-09-04T03:17:48.726Z Compiling serde_urlencoded v0.7.1
21462026-09-04T03:17:48.923Z Compiling futures v0.3.34
21472026-09-04T03:17:48.975Z Compiling slog-bunyan v2.5.0
21482026-09-04T03:17:48.983Z Compiling async-compression v0.4.43
21492026-09-04T03:17:49.000Z Compiling proc-macro-crate v3.5.0
21502026-09-04T03:17:49.132Z Compiling tokio-rustls v0.26.4
21512026-09-04T03:17:49.285Z Compiling async-trait v0.1.92
21522026-09-04T03:17:49.372Z Compiling http-body-util v0.1.5
21532026-09-04T03:17:49.414Z Compiling hyper-util v0.1.20
21542026-09-04T03:17:49.517Z Compiling serde_path_to_error v0.1.20
21552026-09-04T03:17:49.581Z Compiling rustls-pemfile v2.2.0
21562026-09-04T03:17:49.691Z Compiling aho-corasick v1.1.5
21572026-09-04T03:17:49.777Z Compiling tempfile v3.27.0
21582026-09-04T03:17:49.889Z Compiling num_enum_derive v0.7.6
21592026-09-04T03:17:49.907Z Compiling crossbeam-deque v0.8.7
21602026-09-04T03:17:50.101Z Compiling dropshot-api-manager-types v0.8.0
21612026-09-04T03:17:50.168Z Compiling crypto-common v0.1.7
21622026-09-04T03:17:50.251Z Compiling block-buffer v0.10.4
21632026-09-04T03:17:50.296Z Compiling clap_builder v4.6.6
21642026-09-04T03:17:50.390Z Compiling digest v0.10.7
21652026-09-04T03:17:50.434Z Compiling git-stub v1.0.0
21662026-09-04T03:17:50.585Z Compiling regex-automata v0.4.18
21672026-09-04T03:17:50.702Z Compiling dropshot v0.17.1
21682026-09-04T03:17:50.897Z Compiling atomicwrites v0.4.4
21692026-09-04T03:17:50.907Z Compiling num_enum v0.7.6
21702026-09-04T03:17:51.027Z Compiling rayon-core v1.13.0
21712026-09-04T03:17:51.086Z Compiling fs-err v3.3.1
21722026-09-04T03:17:51.117Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21732026-09-04T03:17:51.378Z Compiling terminal_size v0.4.4
21742026-09-04T03:17:51.524Z Compiling clap_derive v4.6.4
21752026-09-04T03:17:51.535Z Compiling serde_repr v0.1.21
21762026-09-04T03:17:51.710Z Compiling bstr v1.13.1
21772026-09-04T03:17:51.880Z Compiling nom v8.0.0
21782026-09-04T03:17:51.966Z Compiling either v1.17.0
21792026-09-04T03:17:52.089Z Compiling is_ci v1.2.0
21802026-09-04T03:17:52.098Z Compiling sha2 v0.10.9
21812026-09-04T03:17:52.163Z Compiling supports-color v3.0.2
21822026-09-04T03:17:52.205Z Compiling rayon v1.12.0
21832026-09-04T03:17:52.317Z Compiling regex v1.13.1
21842026-09-04T03:17:52.449Z Compiling textwrap v0.16.2
21852026-09-04T03:17:52.765Z Compiling drift v0.2.0
21862026-09-04T03:17:52.925Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21872026-09-04T03:17:53.117Z Compiling clap v4.6.6
21882026-09-04T03:17:53.179Z Compiling similar v2.7.0
21892026-09-04T03:17:53.373Z Compiling git-stub-vcs v0.1.0
21902026-09-04T03:17:53.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912026-09-04T03:17:53.692Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21922026-09-04T03:17:53.851Z Compiling dropshot-api-manager v0.8.0
21932026-09-04T03:17:53.964Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21942026-09-04T03:17:58.992Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21952026-09-04T03:18:00.248Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21962026-09-04T03:18:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s
21972026-09-04T03:18:07.574Z Running `target/debug/maghemite-dropshot-apis check`
21982026-09-04T03:18:07.597Z -------
21992026-09-04T03:18:07.597Z Generating OpenAPI documents from API definitions ...
22002026-09-04T03:18:07.668Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22012026-09-04T03:18:07.711Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22022026-09-04T03:18:07.862Z -------
22032026-09-04T03:18:07.862Z Checking 14 OpenAPI documents...
22042026-09-04T03:18:07.863Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22052026-09-04T03:18:07.863Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22062026-09-04T03:18:07.863Z Fresh ddm-admin "latest" symlink
22072026-09-04T03:18:07.863Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22082026-09-04T03:18:07.866Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22092026-09-04T03:18:07.866Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22102026-09-04T03:18:07.866Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22112026-09-04T03:18:07.866Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22122026-09-04T03:18:07.867Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22132026-09-04T03:18:07.867Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22142026-09-04T03:18:07.867Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22152026-09-04T03:18:07.867Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22162026-09-04T03:18:07.867Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22172026-09-04T03:18:07.867Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22182026-09-04T03:18:07.867Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22192026-09-04T03:18:07.867Z Fresh mg-admin "latest" symlink
22202026-09-04T03:18:07.867Z -------
22212026-09-04T03:18:07.867Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22222026-09-04T03:18:07.913Z+ banner build
22232026-09-04T03:18:07.916Z
22242026-09-04T03:18:07.916Z ##### # # # # #####
22252026-09-04T03:18:07.916Z # # # # # # # #
22262026-09-04T03:18:07.916Z ##### # # # # # #
22272026-09-04T03:18:07.916Z # # # # # # # #
22282026-09-04T03:18:07.916Z # # # # # # # #
22292026-09-04T03:18:07.916Z ##### #### # ###### #####
22302026-09-04T03:18:07.916Z
22312026-09-04T03:18:07.916Z+ ptime -m cargo build
22322026-09-04T03:18:08.538Z Compiling smallvec v1.15.2
22332026-09-04T03:18:08.653Z Compiling log v0.4.33
22342026-09-04T03:18:08.670Z Compiling slog v2.8.2
22352026-09-04T03:18:08.685Z Compiling ring v0.17.14
22362026-09-04T03:18:08.704Z Compiling webpki-roots v1.0.9
22372026-09-04T03:18:08.761Z Compiling itertools v0.15.0
22382026-09-04T03:18:08.785Z Compiling fxhash v0.2.1
22392026-09-04T03:18:08.790Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22402026-09-04T03:18:08.818Z Compiling icu_normalizer v2.2.0
22412026-09-04T03:18:08.854Z Compiling parking_lot_core v0.9.12
22422026-09-04T03:18:08.866Z Compiling goblin v0.10.7
22432026-09-04T03:18:08.910Z Compiling goblin v0.8.2
22442026-09-04T03:18:09.021Z Compiling slog-async v2.8.0
22452026-09-04T03:18:09.054Z Compiling parking_lot v0.12.5
22462026-09-04T03:18:09.148Z Compiling idna_adapter v1.2.2
22472026-09-04T03:18:09.307Z Compiling idna v1.1.0
22482026-09-04T03:18:09.377Z Compiling tokio v1.53.1
22492026-09-04T03:18:09.474Z Compiling slog-term v2.9.2
22502026-09-04T03:18:09.517Z Compiling slog-json v2.6.1
22512026-09-04T03:18:09.797Z Compiling url v2.5.8
22522026-09-04T03:18:10.106Z Compiling rustls-webpki v0.103.14
22532026-09-04T03:18:10.106Z Compiling slog-bunyan v2.5.0
22542026-09-04T03:18:10.180Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-09-04T03:18:10.244Z Compiling globset v0.4.20
22562026-09-04T03:18:10.313Z Compiling schemars v0.8.22
22572026-09-04T03:18:10.612Z Compiling rustls v0.23.43
22582026-09-04T03:18:10.641Z Compiling moka v0.12.16
22592026-09-04T03:18:11.014Z Compiling parking_lot_core v0.8.6
22602026-09-04T03:18:11.062Z Compiling arc-swap v1.9.2
22612026-09-04T03:18:11.322Z Compiling ipnetwork v0.21.1
22622026-09-04T03:18:11.361Z Compiling newtype-uuid v1.4.0
22632026-09-04T03:18:11.430Z Compiling serde_with v3.22.0
22642026-09-04T03:18:11.649Z Compiling oxnet v0.1.7
22652026-09-04T03:18:11.699Z Compiling dof v0.4.0
22662026-09-04T03:18:11.737Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-09-04T03:18:12.157Z Compiling daft v0.1.8
22682026-09-04T03:18:12.436Z Compiling usdt-impl v0.6.0
22692026-09-04T03:18:12.608Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-09-04T03:18:12.764Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22712026-09-04T03:18:12.963Z Compiling usdt v0.6.0
22722026-09-04T03:18:13.091Z Compiling iddqd v0.4.6
22732026-09-04T03:18:13.106Z Compiling tokio-util v0.7.19
22742026-09-04T03:18:13.191Z Compiling tower v0.5.3
22752026-09-04T03:18:13.249Z Compiling async-compression v0.4.43
22762026-09-04T03:18:13.320Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-09-04T03:18:13.558Z Compiling tokio-rustls v0.26.4
22782026-09-04T03:18:13.576Z Compiling rustls-platform-verifier v0.7.0
22792026-09-04T03:18:13.652Z Compiling tower-http v0.6.11
22802026-09-04T03:18:13.665Z Compiling h2 v0.4.15
22812026-09-04T03:18:13.805Z Compiling backoff v0.4.0
22822026-09-04T03:18:13.824Z Compiling typify-impl v0.6.2
22832026-09-04T03:18:13.837Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-09-04T03:18:14.021Z Compiling dof v0.3.0
22852026-09-04T03:18:14.063Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22862026-09-04T03:18:14.177Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22872026-09-04T03:18:14.319Z Compiling byte-wrapper v0.1.0
22882026-09-04T03:18:14.377Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-09-04T03:18:14.723Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-09-04T03:18:14.825Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22912026-09-04T03:18:14.839Z Compiling usdt-impl v0.5.0
22922026-09-04T03:18:14.852Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-09-04T03:18:15.454Z Compiling usdt v0.5.0
22942026-09-04T03:18:15.505Z Compiling typify v0.6.2
22952026-09-04T03:18:15.623Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-09-04T03:18:15.732Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
22972026-09-04T03:18:15.805Z Compiling hyper v1.11.0
22982026-09-04T03:18:15.880Z Compiling progenitor-impl v0.14.0
22992026-09-04T03:18:16.432Z Compiling hickory-proto v0.24.4
23002026-09-04T03:18:16.702Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23012026-09-04T03:18:16.810Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23022026-09-04T03:18:17.082Z Compiling hyper-util v0.1.20
23032026-09-04T03:18:17.095Z Compiling progenitor-impl v0.13.0
23042026-09-04T03:18:17.462Z Compiling tokio-stream v0.1.19
23052026-09-04T03:18:17.950Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23062026-09-04T03:18:17.950Z Compiling tokio-dtrace v0.1.1
23072026-09-04T03:18:18.238Z Compiling hyper-rustls v0.27.9
23082026-09-04T03:18:18.328Z Compiling dropshot v0.17.1
23092026-09-04T03:18:18.441Z Compiling reqwest v0.13.4
23102026-09-04T03:18:18.572Z Compiling reqwest v0.12.28
23112026-09-04T03:18:19.080Z Compiling hickory-resolver v0.24.4
23122026-09-04T03:18:19.139Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23132026-09-04T03:18:19.334Z Compiling zone v0.3.1
23142026-09-04T03:18:19.495Z Compiling libsw-core v0.3.2
23152026-09-04T03:18:19.708Z Compiling progenitor-client v0.14.0
23162026-09-04T03:18:20.042Z Compiling progenitor-client v0.10.0
23172026-09-04T03:18:20.107Z Compiling progenitor-extras v0.2.0
23182026-09-04T03:18:20.304Z Compiling progenitor v0.14.0
23192026-09-04T03:18:20.352Z Compiling progenitor-client v0.13.0
23202026-09-04T03:18:20.365Z Compiling qorb v0.4.1
23212026-09-04T03:18:20.454Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23222026-09-04T03:18:20.470Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23232026-09-04T03:18:20.664Z Compiling progenitor v0.13.0
23242026-09-04T03:18:20.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23252026-09-04T03:18:20.903Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-09-04T03:18:21.056Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23272026-09-04T03:18:21.340Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23282026-09-04T03:18:21.551Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23292026-09-04T03:18:21.854Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23302026-09-04T03:18:22.253Z Compiling libsw v3.5.0
23312026-09-04T03:18:22.304Z Compiling oxide-tokio-rt v0.1.6
23322026-09-04T03:18:22.339Z Compiling slog-dtrace v0.3.0
23332026-09-04T03:18:22.412Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23342026-09-04T03:18:22.435Z Compiling tough v0.22.0
23352026-09-04T03:18:22.546Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23362026-09-04T03:18:22.619Z Compiling cancel-safe-futures v0.1.5
23372026-09-04T03:18:22.648Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-09-04T03:18:22.920Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-09-04T03:18:23.454Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-09-04T03:18:23.585Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-09-04T03:18:23.638Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-09-04T03:18:23.779Z Compiling steno v0.4.1
23432026-09-04T03:18:23.782Z Compiling hickory-proto v0.25.2
23442026-09-04T03:18:24.498Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23452026-09-04T03:18:24.586Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23462026-09-04T03:18:24.640Z Compiling parking_lot v0.11.2
23472026-09-04T03:18:25.030Z Compiling sled v0.34.7
23482026-09-04T03:18:25.543Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-09-04T03:18:26.458Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-09-04T03:18:26.466Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-09-04T03:18:26.640Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-09-04T03:18:26.692Z Compiling hickory-resolver v0.25.2
23532026-09-04T03:18:27.083Z Compiling slog-scope v4.4.1
23542026-09-04T03:18:27.346Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-09-04T03:18:27.509Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-09-04T03:18:27.634Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-09-04T03:18:28.076Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-09-04T03:18:28.659Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-09-04T03:18:28.733Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-09-04T03:18:28.810Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-09-04T03:18:28.883Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-09-04T03:18:28.993Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-09-04T03:18:29.269Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23642026-09-04T03:18:29.313Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23652026-09-04T03:18:29.474Z Compiling papergrid v0.18.0
23662026-09-04T03:18:29.650Z Compiling internet-checksum v0.2.1
23672026-09-04T03:18:29.713Z Compiling ingot-types v0.2.0
23682026-09-04T03:18:29.796Z Compiling slog-stdlog v4.1.1
23692026-09-04T03:18:30.019Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23702026-09-04T03:18:30.141Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23712026-09-04T03:18:30.309Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23722026-09-04T03:18:30.392Z Compiling dropshot-api-manager-types v0.8.0
23732026-09-04T03:18:30.435Z Compiling tabled v0.21.0
23742026-09-04T03:18:30.743Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23752026-09-04T03:18:30.761Z Compiling ingot v0.2.1
23762026-09-04T03:18:31.410Z Compiling slog-envlogger v2.2.0
23772026-09-04T03:18:31.535Z Compiling const-random v0.1.18
23782026-09-04T03:18:31.614Z Compiling typify-impl v0.4.3
23792026-09-04T03:18:31.809Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
23802026-09-04T03:18:32.198Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23812026-09-04T03:18:32.621Z Compiling crc8 v0.1.1
23822026-09-04T03:18:32.749Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
23832026-09-04T03:18:32.828Z Compiling ahash v0.8.12
23842026-09-04T03:18:33.058Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23852026-09-04T03:18:33.080Z Compiling smartstring v1.0.1
23862026-09-04T03:18:33.324Z Compiling typify v0.4.3
23872026-09-04T03:18:33.355Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23882026-09-04T03:18:33.401Z Compiling sha1 v0.10.7
23892026-09-04T03:18:33.441Z Compiling thin-vec v0.2.19
23902026-09-04T03:18:33.637Z Compiling utf-8 v0.7.6
23912026-09-04T03:18:33.720Z Compiling rhai v1.26.0
23922026-09-04T03:18:33.830Z Compiling tungstenite v0.21.0
23932026-09-04T03:18:33.878Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
23942026-09-04T03:18:34.212Z Compiling progenitor-impl v0.10.0
23952026-09-04T03:18:34.366Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23962026-09-04T03:18:34.727Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23972026-09-04T03:18:34.742Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23982026-09-04T03:18:34.868Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23992026-09-04T03:18:35.209Z Compiling sha2 v0.10.9
24002026-09-04T03:18:35.629Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24012026-09-04T03:18:36.530Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-09-04T03:18:36.882Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-09-04T03:18:37.098Z Compiling progenitor v0.10.0
24042026-09-04T03:18:37.256Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24052026-09-04T03:18:37.405Z Compiling tokio-tungstenite v0.21.0
24062026-09-04T03:18:37.743Z Compiling lzma-sys v0.1.20
24072026-09-04T03:18:37.859Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
24082026-09-04T03:18:37.872Z Compiling typeid v1.0.3
24092026-09-04T03:18:37.991Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24102026-09-04T03:18:38.999Z Compiling port-file v0.1.0
24112026-09-04T03:18:39.078Z Compiling git-stub v1.0.0
24122026-09-04T03:18:39.212Z Compiling toml_datetime v0.7.5+spec-1.1.0
24132026-09-04T03:18:39.228Z Compiling base64 v0.21.7
24142026-09-04T03:18:39.373Z Compiling unit-prefix v0.5.2
24152026-09-04T03:18:39.479Z Compiling indicatif v0.18.6
24162026-09-04T03:18:39.508Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24172026-09-04T03:18:39.553Z Compiling toml v0.9.12+spec-1.1.0
24182026-09-04T03:18:39.604Z Compiling git-stub-vcs v0.1.0
24192026-09-04T03:18:39.959Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24202026-09-04T03:18:40.468Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
24212026-09-04T03:18:40.601Z Compiling ron v0.12.2
24222026-09-04T03:18:40.958Z Compiling xz2 v0.1.7
24232026-09-04T03:18:40.995Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24242026-09-04T03:18:41.202Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24252026-09-04T03:18:41.506Z Compiling similar v2.7.0
24262026-09-04T03:18:41.768Z Compiling drift v0.2.0
24272026-09-04T03:18:41.810Z Compiling base16ct v1.0.0
24282026-09-04T03:18:42.002Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24292026-09-04T03:18:42.137Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24302026-09-04T03:18:42.403Z Compiling natord v1.0.9
24312026-09-04T03:18:42.540Z Compiling dropshot-api-manager v0.8.0
24322026-09-04T03:18:42.577Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24332026-09-04T03:18:45.154Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24342026-09-04T03:18:46.707Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24352026-09-04T03:18:53.289Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24362026-09-04T03:18:55.007Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-09-04T03:18:56.045Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24382026-09-04T03:18:57.003Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24392026-09-04T03:18:57.004Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24402026-09-04T03:18:57.008Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24412026-09-04T03:18:57.455Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24422026-09-04T03:18:57.455Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24432026-09-04T03:18:57.459Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24442026-09-04T03:18:57.930Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24452026-09-04T03:18:59.421Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24462026-09-04T03:18:59.422Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24472026-09-04T03:18:59.426Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24482026-09-04T03:19:04.267Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24492026-09-04T03:19:06.385Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24502026-09-04T03:19:06.389Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24512026-09-04T03:19:06.389Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24522026-09-04T03:19:50.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
24532026-09-04T03:19:50.638Z
24542026-09-04T03:19:50.638Zreal 1:42.661668558
24552026-09-04T03:19:50.638Zuser 7:32.896421513
24562026-09-04T03:19:50.638Zsys 1:06.297002416
24572026-09-04T03:19:50.638Ztrap 0.199317398
24582026-09-04T03:19:50.638Ztflt 0.036033321
24592026-09-04T03:19:50.639Zdflt 0.169027699
24602026-09-04T03:19:50.639Zkflt 0.000041390
24612026-09-04T03:19:50.639Zlock 31:04.091416187
24622026-09-04T03:19:50.639Zslp 24:23.507944230
24632026-09-04T03:19:50.639Zlat 24.373028893
24642026-09-04T03:19:50.639Zstop 42.630344028
24652026-09-04T03:19:50.653Z+ ptime -m cargo build --release
24662026-09-04T03:19:51.319Z Compiling proc-macro2 v1.0.107
24672026-09-04T03:19:51.319Z Compiling quote v1.0.47
24682026-09-04T03:19:51.319Z Compiling unicode-ident v1.0.24
24692026-09-04T03:19:51.319Z Compiling serde_core v1.0.229
24702026-09-04T03:19:51.319Z Compiling serde v1.0.229
24712026-09-04T03:19:51.320Z Compiling libc v0.2.189
24722026-09-04T03:19:51.324Z Compiling cfg-if v1.0.4
24732026-09-04T03:19:51.528Z Compiling zmij v1.0.23
24742026-09-04T03:19:51.545Z Compiling autocfg v1.5.1
24752026-09-04T03:19:51.780Z Compiling memchr v2.8.3
24762026-09-04T03:19:51.822Z Compiling libm v0.2.16
24772026-09-04T03:19:52.131Z Compiling itoa v1.0.18
24782026-09-04T03:19:52.185Z Compiling icu_normalizer_data v2.2.0
24792026-09-04T03:19:52.387Z Compiling icu_properties_data v2.2.0
24802026-09-04T03:19:52.437Z Compiling version_check v0.9.5
24812026-09-04T03:19:52.466Z Compiling stable_deref_trait v1.2.1
24822026-09-04T03:19:52.608Z Compiling syn v2.0.119
24832026-09-04T03:19:52.615Z Compiling syn v3.0.3
24842026-09-04T03:19:52.622Z Compiling serde_json v1.0.151
24852026-09-04T03:19:52.691Z Compiling thiserror v2.0.20
24862026-09-04T03:19:53.097Z Compiling litemap v0.8.2
24872026-09-04T03:19:53.103Z Compiling writeable v0.6.3
24882026-09-04T03:19:53.103Z Compiling utf8_iter v1.0.4
24892026-09-04T03:19:53.103Z Compiling num-traits v0.2.19
24902026-09-04T03:19:53.103Z Compiling percent-encoding v2.3.2
24912026-09-04T03:19:53.445Z Compiling form_urlencoded v1.2.2
24922026-09-04T03:19:53.474Z Compiling rand_core v0.10.1
24932026-09-04T03:19:53.498Z Compiling getrandom v0.4.3
24942026-09-04T03:19:53.632Z Compiling parking_lot_core v0.9.12
24952026-09-04T03:19:53.746Z Compiling iana-time-zone v0.1.65
24962026-09-04T03:19:53.800Z Compiling zerocopy v0.8.56
24972026-09-04T03:19:53.961Z Compiling heck v0.5.0
24982026-09-04T03:19:54.074Z Compiling uuid v1.26.0
24992026-09-04T03:19:54.192Z Compiling errno v0.3.14
25002026-09-04T03:19:54.694Z Compiling semver v1.0.28
25012026-09-04T03:19:54.749Z Compiling schemars v0.8.22
25022026-09-04T03:19:54.749Z Compiling dyn-clone v1.0.20
25032026-09-04T03:19:54.866Z Compiling jobserver v0.1.35
25042026-09-04T03:19:54.907Z Compiling find-msvc-tools v0.1.10
25052026-09-04T03:19:54.912Z Compiling shlex v2.0.1
25062026-09-04T03:19:55.676Z Compiling cc v1.4.2
25072026-09-04T03:19:55.688Z Compiling rustversion v1.0.23
25082026-09-04T03:19:55.688Z Compiling pin-project-lite v0.2.17
25092026-09-04T03:19:55.688Z Compiling getrandom v0.2.17
25102026-09-04T03:19:55.688Z Compiling synstructure v0.13.2
25112026-09-04T03:19:55.688Z Compiling serde_derive_internals v0.29.1
25122026-09-04T03:19:55.737Z Compiling bitflags v2.13.1
25132026-09-04T03:19:55.786Z Compiling serde_derive v1.0.229
25142026-09-04T03:19:55.883Z Compiling displaydoc v0.2.7
25152026-09-04T03:19:55.964Z Compiling thiserror-impl v2.0.20
25162026-09-04T03:19:56.289Z Compiling tokio-macros v2.7.2
25172026-09-04T03:19:56.289Z Compiling pkg-config v0.3.33
25182026-09-04T03:19:56.297Z Compiling futures-macro v0.3.34
25192026-09-04T03:19:56.369Z Compiling socket2 v0.6.5
25202026-09-04T03:19:56.546Z Compiling zerofrom-derive v0.1.7
25212026-09-04T03:19:56.604Z Compiling yoke-derive v0.8.2
25222026-09-04T03:19:56.657Z Compiling zerovec-derive v0.11.3
25232026-09-04T03:19:56.876Z Compiling schemars_derive v0.8.22
25242026-09-04T03:19:57.028Z Compiling zerocopy-derive v0.8.56
25252026-09-04T03:19:57.114Z Compiling zeroize_derive v1.5.0
25262026-09-04T03:19:57.272Z Compiling portable-atomic v1.15.0
25272026-09-04T03:19:57.706Z Compiling scopeguard v1.2.0
25282026-09-04T03:19:57.733Z Compiling zerofrom v0.1.8
25292026-09-04T03:19:57.798Z Compiling lock_api v0.4.14
25302026-09-04T03:19:57.805Z Compiling log v0.4.33
25312026-09-04T03:19:57.805Z Compiling zeroize v1.9.0
25322026-09-04T03:19:57.865Z Compiling yoke v0.8.3
25332026-09-04T03:19:58.035Z Compiling critical-section v1.2.0
25342026-09-04T03:19:58.065Z Compiling zerovec v0.11.6
25352026-09-04T03:19:58.076Z Compiling zerotrie v0.2.4
25362026-09-04T03:19:58.088Z Compiling allocator-api2 v0.2.21
25372026-09-04T03:19:58.205Z Compiling signal-hook-registry v1.4.8
25382026-09-04T03:19:58.306Z Compiling once_cell v1.21.4
25392026-09-04T03:19:58.519Z Compiling mio v1.2.2
25402026-09-04T03:19:58.553Z Compiling equivalent v1.0.2
25412026-09-04T03:19:58.654Z Compiling cmake v0.1.58
25422026-09-04T03:19:58.654Z Compiling tinystr v0.8.3
25432026-09-04T03:19:58.664Z Compiling potential_utf v0.1.5
25442026-09-04T03:19:58.753Z Compiling fs_extra v1.3.0
25452026-09-04T03:19:58.883Z Compiling icu_locale_core v2.2.0
25462026-09-04T03:19:58.895Z Compiling icu_collections v2.2.0
25472026-09-04T03:19:58.914Z Compiling smallvec v1.15.2
25482026-09-04T03:19:58.931Z Compiling bytes v1.12.1
25492026-09-04T03:19:59.020Z Compiling chrono v0.4.45
25502026-09-04T03:19:59.040Z Compiling dunce v1.0.5
25512026-09-04T03:19:59.169Z Compiling aws-lc-sys v0.44.0
25522026-09-04T03:19:59.204Z Compiling subtle v2.6.1
25532026-09-04T03:19:59.388Z Compiling parking_lot v0.12.5
25542026-09-04T03:19:59.512Z Compiling serde_tokenstream v0.2.3
25552026-09-04T03:19:59.648Z Compiling tokio v1.53.1
25562026-09-04T03:19:59.798Z Compiling icu_provider v2.2.0
25572026-09-04T03:20:00.116Z Compiling icu_properties v2.2.0
25582026-09-04T03:20:00.231Z Compiling icu_normalizer v2.2.0
25592026-09-04T03:20:00.354Z Compiling futures-core v0.3.34
25602026-09-04T03:20:00.524Z Compiling httparse v1.10.1
25612026-09-04T03:20:00.904Z Compiling futures-sink v0.3.34
25622026-09-04T03:20:01.090Z Compiling slab v0.4.12
25632026-09-04T03:20:01.240Z Compiling idna_adapter v1.2.2
25642026-09-04T03:20:01.409Z Compiling idna v1.1.0
25652026-09-04T03:20:01.416Z Compiling rustix v1.1.4
25662026-09-04T03:20:01.447Z Compiling thiserror v1.0.69
25672026-09-04T03:20:01.520Z Compiling typenum v1.20.1
25682026-09-04T03:20:01.821Z Compiling futures-channel v0.3.34
25692026-09-04T03:20:01.845Z Compiling url v2.5.8
25702026-09-04T03:20:01.846Z Compiling hashbrown v0.17.1
25712026-09-04T03:20:01.846Z Compiling thiserror-impl v1.0.69
25722026-09-04T03:20:03.030Z Compiling regex-syntax v0.8.11
25732026-09-04T03:20:03.104Z Compiling futures-io v0.3.34
25742026-09-04T03:20:03.104Z Compiling futures-task v0.3.34
25752026-09-04T03:20:03.104Z Compiling futures-util v0.3.34
25762026-09-04T03:20:03.104Z Compiling indexmap v2.14.0
25772026-09-04T03:20:03.104Z Compiling aho-corasick v1.1.5
25782026-09-04T03:20:03.342Z Compiling ipnetwork v0.21.1
25792026-09-04T03:20:03.395Z Compiling ucd-trie v0.1.7
25802026-09-04T03:20:03.637Z Compiling pest v2.8.8
25812026-09-04T03:20:04.140Z Compiling regex-automata v0.4.18
25822026-09-04T03:20:04.422Z Compiling tracing-core v0.1.36
25832026-09-04T03:20:04.839Z Compiling tracing-attributes v0.1.31
25842026-09-04T03:20:04.923Z Compiling rand_core v0.6.4
25852026-09-04T03:20:05.216Z Compiling pest_meta v2.8.8
25862026-09-04T03:20:05.272Z Compiling slog v2.8.2
25872026-09-04T03:20:05.443Z Compiling base64 v0.22.1
25882026-09-04T03:20:05.526Z Compiling byteorder v1.5.0
25892026-09-04T03:20:05.785Z Compiling pest_generator v2.8.8
25902026-09-04T03:20:05.938Z Compiling regex v1.13.1
25912026-09-04T03:20:06.055Z Compiling tracing v0.1.44
25922026-09-04T03:20:06.392Z Compiling http v1.5.0
25932026-09-04T03:20:06.408Z Compiling erased-serde v0.3.31
25942026-09-04T03:20:06.432Z Compiling getrandom v0.3.4
25952026-09-04T03:20:06.452Z Compiling pest_derive v2.8.8
25962026-09-04T03:20:06.782Z Compiling fnv v1.0.7
25972026-09-04T03:20:06.982Z Compiling anyhow v1.0.104
25982026-09-04T03:20:07.330Z Compiling strsim v0.11.1
25992026-09-04T03:20:07.355Z Compiling oxnet v0.1.7
26002026-09-04T03:20:07.598Z Compiling rustls-pki-types v1.15.1
26012026-09-04T03:20:07.626Z Compiling ring v0.17.14
26022026-09-04T03:20:08.163Z Compiling aws-lc-rs v1.18.0
26032026-09-04T03:20:08.218Z Compiling ident_case v1.0.1
26042026-09-04T03:20:08.475Z Compiling paste v1.0.15
26052026-09-04T03:20:08.812Z Compiling tokio-util v0.7.19
26062026-09-04T03:20:09.155Z Compiling time-core v0.1.9
26072026-09-04T03:20:09.225Z Compiling untrusted v0.9.0
26082026-09-04T03:20:09.364Z Compiling num-conv v0.2.2
26092026-09-04T03:20:09.368Z Compiling untrusted v0.7.1
26102026-09-04T03:20:09.502Z Compiling ipnet v2.12.1
26112026-09-04T03:20:09.510Z Compiling time-macros v0.2.32
26122026-09-04T03:20:11.335Z Compiling rustls v0.23.43
26132026-09-04T03:20:11.397Z Compiling camino v1.2.5
26142026-09-04T03:20:11.499Z Compiling http-body v1.1.0
26152026-09-04T03:20:11.702Z Compiling scroll_derive v0.13.1
26162026-09-04T03:20:11.702Z Compiling atomic-waker v1.1.2
26172026-09-04T03:20:11.813Z Compiling async-trait v0.1.92
26182026-09-04T03:20:11.912Z Compiling tower-service v0.3.3
26192026-09-04T03:20:11.912Z Compiling try-lock v0.2.5
26202026-09-04T03:20:12.023Z Compiling omicron-workspace-hack v0.1.0
26212026-09-04T03:20:12.603Z Compiling tower-layer v0.3.3
26222026-09-04T03:20:12.633Z Compiling pretty-hex v0.4.2
26232026-09-04T03:20:12.633Z Compiling ryu v1.0.23
26242026-09-04T03:20:12.633Z Compiling want v0.3.1
26252026-09-04T03:20:12.633Z Compiling h2 v0.4.15
26262026-09-04T03:20:12.633Z Compiling ppv-lite86 v0.2.21
26272026-09-04T03:20:12.673Z Compiling crossbeam-utils v0.8.22
26282026-09-04T03:20:13.027Z Compiling httpdate v1.0.3
26292026-09-04T03:20:13.362Z Compiling crc32fast v1.5.0
26302026-09-04T03:20:13.996Z Compiling slog-async v2.8.0
26312026-09-04T03:20:14.115Z Compiling usdt-impl v0.6.0
26322026-09-04T03:20:14.327Z Compiling scroll v0.13.0
26332026-09-04T03:20:14.589Z Compiling serde_urlencoded v0.7.1
26342026-09-04T03:20:14.594Z Compiling http-body-util v0.1.5
26352026-09-04T03:20:14.921Z Compiling hyper v1.11.0
26362026-09-04T03:20:16.738Z Compiling plain v0.2.3
26372026-09-04T03:20:16.738Z Compiling daft-derive v0.1.8
26382026-09-04T03:20:16.800Z Compiling goblin v0.10.7
26392026-09-04T03:20:18.100Z Compiling hyper-util v0.1.20
26402026-09-04T03:20:18.754Z Compiling foldhash v0.2.0
26412026-09-04T03:20:19.186Z Compiling dof v0.4.0
26422026-09-04T03:20:19.435Z Compiling darling_core v0.23.0
26432026-09-04T03:20:20.164Z Compiling dtrace-parser v0.3.0
26442026-09-04T03:20:20.241Z Compiling openapiv3 v2.2.0
26452026-09-04T03:20:20.693Z Compiling thread-id v5.1.0
26462026-09-04T03:20:20.781Z Compiling syn v1.0.109
26472026-09-04T03:20:21.258Z Compiling generic-array v0.14.7
26482026-09-04T03:20:21.490Z Compiling darling_macro v0.23.0
26492026-09-04T03:20:21.605Z Compiling deranged v0.5.8
26502026-09-04T03:20:22.141Z Compiling darling v0.23.0
26512026-09-04T03:20:22.196Z Compiling num_threads v0.1.7
26522026-09-04T03:20:22.369Z Compiling powerfmt v0.2.0
26532026-09-04T03:20:22.764Z Compiling time v0.3.55
26542026-09-04T03:20:22.773Z Compiling usdt-macro v0.6.0
26552026-09-04T03:20:24.506Z Compiling usdt-attr-macro v0.6.0
26562026-09-04T03:20:24.647Z Compiling rand_core v0.9.5
26572026-09-04T03:20:24.647Z Compiling hashbrown v0.16.1
26582026-09-04T03:20:24.647Z Compiling multer v3.1.0
26592026-09-04T03:20:24.647Z Compiling ref-cast v1.0.26
26602026-09-04T03:20:24.688Z Compiling crossbeam-channel v0.5.16
26612026-09-04T03:20:24.942Z Compiling sync_wrapper v1.0.2
26622026-09-04T03:20:25.035Z Compiling winnow v1.0.4
26632026-09-04T03:20:25.066Z Compiling hex v0.4.3
26642026-09-04T03:20:25.260Z Compiling cpufeatures v0.3.0
26652026-09-04T03:20:25.353Z Compiling tower v0.5.3
26662026-09-04T03:20:25.396Z Compiling rand_chacha v0.9.0
26672026-09-04T03:20:25.421Z Compiling webpki-roots v1.0.9
26682026-09-04T03:20:25.521Z Compiling futures-executor v0.3.34
26692026-09-04T03:20:25.623Z Compiling async-stream-impl v0.3.6
26702026-09-04T03:20:25.926Z Compiling ref-cast-impl v1.0.26
26712026-09-04T03:20:25.992Z Compiling dropshot v0.17.1
26722026-09-04T03:20:26.011Z Compiling thread_local v1.1.10
26732026-09-04T03:20:26.270Z Compiling fastrand v2.5.0
26742026-09-04T03:20:26.296Z Compiling tower-http v0.6.11
26752026-09-04T03:20:26.380Z Compiling futures v0.3.34
26762026-09-04T03:20:26.470Z Compiling rand v0.9.5
26772026-09-04T03:20:26.545Z Compiling serde_tokenstream v0.3.0
26782026-09-04T03:20:26.610Z Compiling structmeta-derive v0.3.0
26792026-09-04T03:20:26.679Z Compiling is-terminal v0.4.17
26802026-09-04T03:20:26.703Z Compiling take_mut v0.2.2
26812026-09-04T03:20:26.848Z Compiling term v1.2.1
26822026-09-04T03:20:26.872Z Compiling newtype-uuid-macros v0.1.1
26832026-09-04T03:20:27.152Z Compiling slog-term v2.9.2
26842026-09-04T03:20:27.459Z Compiling crypto-common v0.1.7
26852026-09-04T03:20:27.685Z Compiling structmeta v0.3.0
26862026-09-04T03:20:27.730Z Compiling dropshot_endpoint v0.17.1
26872026-09-04T03:20:27.965Z Compiling tempfile v3.27.0
26882026-09-04T03:20:28.174Z Compiling newtype-uuid v1.4.0
26892026-09-04T03:20:28.508Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26902026-09-04T03:20:28.558Z Compiling strum_macros v0.26.4
26912026-09-04T03:20:28.701Z Compiling either v1.17.0
26922026-09-04T03:20:28.945Z Compiling daft v0.1.8
26932026-09-04T03:20:29.278Z Compiling hybrid-array v0.4.14
26942026-09-04T03:20:29.350Z Compiling match_cfg v0.1.0
26952026-09-04T03:20:29.423Z Compiling adler2 v2.0.1
26962026-09-04T03:20:29.561Z Compiling openssl-probe v0.2.1
26972026-09-04T03:20:29.612Z Compiling simd-adler32 v0.3.10
26982026-09-04T03:20:29.612Z Compiling rustls-native-certs v0.8.4
26992026-09-04T03:20:29.710Z Compiling miniz_oxide v0.8.9
27002026-09-04T03:20:29.908Z Compiling hostname v0.3.1
27012026-09-04T03:20:29.940Z Compiling toml_parser v1.1.3+spec-1.1.0
27022026-09-04T03:20:30.280Z Compiling slog-json v2.6.1
27032026-09-04T03:20:30.365Z Compiling serde_with_macros v3.22.0
27042026-09-04T03:20:30.402Z Compiling macaddr v1.0.1
27052026-09-04T03:20:30.464Z Compiling serde_spanned v1.1.1
27062026-09-04T03:20:30.618Z Compiling memmap2 v0.9.11
27072026-09-04T03:20:30.774Z Compiling toml_writer v1.1.2+spec-1.1.0
27082026-09-04T03:20:31.154Z Compiling slog-bunyan v2.5.0
27092026-09-04T03:20:31.190Z Compiling flate2 v1.1.9
27102026-09-04T03:20:31.310Z Compiling crypto-common v0.2.2
27112026-09-04T03:20:31.459Z Compiling block-buffer v0.12.1
27122026-09-04T03:20:31.473Z Compiling derive-ex v0.1.8
27132026-09-04T03:20:31.691Z Compiling rand_chacha v0.3.1
27142026-09-04T03:20:31.778Z Compiling strum_macros v0.27.2
27152026-09-04T03:20:32.558Z Compiling usdt v0.6.0
27162026-09-04T03:20:32.780Z Compiling compression-core v0.4.32
27172026-09-04T03:20:32.972Z Compiling debug-ignore v1.0.5
27182026-09-04T03:20:33.037Z Compiling const-oid v0.10.2
27192026-09-04T03:20:33.093Z Compiling test-strategy v0.4.5
27202026-09-04T03:20:33.191Z Compiling digest v0.11.3
27212026-09-04T03:20:33.327Z Compiling compression-codecs v0.4.38
27222026-09-04T03:20:33.390Z Compiling rand v0.8.7
27232026-09-04T03:20:33.623Z Compiling toml_datetime v1.1.1+spec-1.1.0
27242026-09-04T03:20:33.668Z Compiling encoding_rs v0.8.35
27252026-09-04T03:20:33.984Z Compiling spin v0.9.9
27262026-09-04T03:20:34.125Z Compiling mime v0.3.17
27272026-09-04T03:20:34.181Z Compiling toml v1.1.4+spec-1.1.0
27282026-09-04T03:20:34.454Z Compiling async-compression v0.4.43
27292026-09-04T03:20:34.495Z Compiling sha1 v0.11.0
27302026-09-04T03:20:34.610Z Compiling async-stream v0.3.6
27312026-09-04T03:20:34.885Z Compiling block-buffer v0.10.4
27322026-09-04T03:20:34.964Z Compiling waitgroup v0.1.2
27332026-09-04T03:20:35.060Z Compiling rustls-pemfile v2.2.0
27342026-09-04T03:20:35.111Z Compiling serde_path_to_error v0.1.20
27352026-09-04T03:20:35.398Z Compiling hostname v0.4.2
27362026-09-04T03:20:35.548Z Compiling digest v0.10.7
27372026-09-04T03:20:35.599Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-09-04T03:20:36.043Z Compiling parse-display-derive v0.10.0
27392026-09-04T03:20:37.033Z Compiling strum v0.26.3
27402026-09-04T03:20:37.099Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27412026-09-04T03:20:37.099Z Compiling regress v0.10.5
27422026-09-04T03:20:37.514Z Compiling wait-timeout v0.2.1
27432026-09-04T03:20:37.917Z Compiling bit-vec v0.8.0
27442026-09-04T03:20:37.988Z Compiling unicode-width v0.2.2
27452026-09-04T03:20:38.201Z Compiling quick-error v1.2.3
27462026-09-04T03:20:38.305Z Compiling rusty-fork v0.3.1
27472026-09-04T03:20:38.339Z Compiling bit-set v0.8.0
27482026-09-04T03:20:38.378Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-09-04T03:20:38.435Z Compiling serde_with v3.22.0
27502026-09-04T03:20:38.556Z Compiling rand_xorshift v0.4.0
27512026-09-04T03:20:38.903Z Compiling unarray v0.1.4
27522026-09-04T03:20:39.112Z Compiling proptest v1.11.0
27532026-09-04T03:20:39.226Z Compiling strum v0.27.2
27542026-09-04T03:20:39.226Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27552026-09-04T03:20:39.254Z Compiling instant v0.1.13
27562026-09-04T03:20:39.712Z Compiling cpufeatures v0.2.17
27572026-09-04T03:20:39.723Z Compiling iddqd v0.4.6
27582026-09-04T03:20:39.779Z Compiling clap_derive v4.6.4
27592026-09-04T03:20:40.495Z Compiling utf8parse v0.2.2
27602026-09-04T03:20:42.151Z Compiling anstyle-parse v1.0.0
27612026-09-04T03:20:42.300Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-09-04T03:20:42.301Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27632026-09-04T03:20:42.301Z Compiling backon v1.6.0
27642026-09-04T03:20:42.302Z Compiling terminal_size v0.4.4
27652026-09-04T03:20:42.302Z Compiling is_terminal_polyfill v1.70.2
27662026-09-04T03:20:42.302Z Compiling anstyle v1.0.14
27672026-09-04T03:20:42.302Z Compiling colorchoice v1.0.5
27682026-09-04T03:20:42.302Z Compiling anstyle-query v1.1.5
27692026-09-04T03:20:42.557Z Compiling anstream v1.0.0
27702026-09-04T03:20:42.824Z Compiling backoff v0.4.0
27712026-09-04T03:20:42.952Z Compiling parse-display v0.10.0
27722026-09-04T03:20:43.286Z Compiling itertools v0.14.0
27732026-09-04T03:20:43.309Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27742026-09-04T03:20:43.711Z Compiling humantime v2.4.0
27752026-09-04T03:20:44.051Z Compiling clap_lex v1.1.0
27762026-09-04T03:20:44.440Z Compiling clap_builder v4.6.6
27772026-09-04T03:20:44.888Z Compiling regress v0.11.1
27782026-09-04T03:20:46.223Z Compiling clap v4.6.6
27792026-09-04T03:20:46.329Z Compiling typify-impl v0.6.2
27802026-09-04T03:20:47.600Z Compiling toml_edit v0.25.13+spec-1.1.0
27812026-09-04T03:20:47.847Z Compiling crucible-workspace-hack v0.1.0
27822026-09-04T03:20:48.243Z Compiling proc-macro-crate v3.5.0
27832026-09-04T03:20:48.671Z Compiling zerocopy-derive v0.7.35
27842026-09-04T03:20:49.619Z Compiling unsafe-libyaml v0.2.11
27852026-09-04T03:20:49.663Z Compiling typify-macro v0.6.2
27862026-09-04T03:20:50.015Z Compiling num_enum_derive v0.7.6
27872026-09-04T03:20:50.556Z Compiling serde_yaml v0.9.34+deprecated
27882026-09-04T03:20:51.520Z Compiling convert_case v0.4.0
27892026-09-04T03:20:51.698Z Compiling num_enum v0.7.6
27902026-09-04T03:20:51.830Z Compiling derive_more v0.99.20
27912026-09-04T03:20:51.959Z Compiling toml_datetime v0.6.11
27922026-09-04T03:20:52.138Z Compiling crossbeam-epoch v0.9.20
27932026-09-04T03:20:52.471Z Compiling typify v0.6.2
27942026-09-04T03:20:52.768Z Compiling secrecy v0.10.3
27952026-09-04T03:20:52.923Z Compiling proc-macro-error-attr v1.0.4
27962026-09-04T03:20:52.974Z Compiling prettyplease v0.2.37
27972026-09-04T03:20:53.139Z Compiling rustix v0.38.44
27982026-09-04T03:20:53.503Z Compiling tinyvec_macros v0.1.1
27992026-09-04T03:20:53.724Z Compiling heapless v0.8.0
28002026-09-04T03:20:54.237Z Compiling tinyvec v1.12.0
28012026-09-04T03:20:54.616Z Compiling zerocopy v0.7.35
28022026-09-04T03:20:54.820Z Compiling tabwriter v1.4.1
28032026-09-04T03:20:55.167Z Compiling hash32 v0.3.1
28042026-09-04T03:20:55.261Z Compiling rustc_version v0.4.1
28052026-09-04T03:20:55.373Z Compiling scroll_derive v0.12.1
28062026-09-04T03:20:55.417Z Compiling num-integer v0.1.47
28072026-09-04T03:20:55.556Z Compiling proc-macro-error v1.0.4
28082026-09-04T03:20:55.784Z Compiling usdt-impl v0.5.0
28092026-09-04T03:20:55.900Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28102026-09-04T03:20:56.167Z Compiling smoltcp v0.11.0
28112026-09-04T03:20:56.175Z Compiling data-encoding v2.11.1
28122026-09-04T03:20:56.176Z Compiling winnow v0.7.15
28132026-09-04T03:20:56.329Z Compiling scroll v0.12.0
28142026-09-04T03:20:56.603Z Compiling curve25519-dalek v4.1.3
28152026-09-04T03:20:57.120Z Compiling dof v0.3.0
28162026-09-04T03:20:58.360Z Compiling dtrace-parser v0.2.0
28172026-09-04T03:20:58.473Z Compiling hmac v0.12.1
28182026-09-04T03:20:58.537Z Compiling darling_core v0.21.3
28192026-09-04T03:20:58.641Z Compiling inout v0.1.4
28202026-09-04T03:20:58.665Z Compiling ff v0.13.1
28212026-09-04T03:20:58.696Z Compiling cobs v0.3.0
28222026-09-04T03:20:58.839Z Compiling thread-id v4.2.2
28232026-09-04T03:20:59.118Z Compiling managed v0.8.0
28242026-09-04T03:20:59.149Z Compiling bitflags v1.3.2
28252026-09-04T03:20:59.177Z Compiling static_assertions v1.1.0
28262026-09-04T03:20:59.204Z Compiling colored v3.1.1
28272026-09-04T03:20:59.231Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28282026-09-04T03:20:59.923Z Compiling postcard v1.1.3
28292026-09-04T03:20:59.947Z Compiling group v0.13.0
28302026-09-04T03:21:00.058Z Compiling cipher v0.4.4
28312026-09-04T03:21:00.312Z Compiling hkdf v0.12.4
28322026-09-04T03:21:00.638Z Compiling darling_macro v0.21.3
28332026-09-04T03:21:01.136Z Compiling goblin v0.8.2
28342026-09-04T03:21:01.255Z Compiling num-iter v0.1.46
28352026-09-04T03:21:01.322Z Compiling num-rational v0.4.2
28362026-09-04T03:21:01.662Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28372026-09-04T03:21:01.918Z Compiling universal-hash v0.5.1
28382026-09-04T03:21:02.201Z Compiling hubpack_derive v0.1.1
28392026-09-04T03:21:02.318Z Compiling thiserror-impl-no-std v2.0.2
28402026-09-04T03:21:02.627Z Compiling crypto-bigint v0.5.5
28412026-09-04T03:21:02.658Z Compiling half v2.7.1
28422026-09-04T03:21:03.913Z Compiling curve25519-dalek-derive v0.1.1
28432026-09-04T03:21:03.967Z Compiling serde_repr v0.1.21
28442026-09-04T03:21:03.967Z Compiling foreign-types-macros v0.2.4
28452026-09-04T03:21:04.009Z Compiling num-complex v0.4.6
28462026-09-04T03:21:04.262Z Compiling memoffset v0.9.1
28472026-09-04T03:21:04.283Z Compiling ciborium-io v0.2.2
28482026-09-04T03:21:04.395Z Compiling indent_write v2.2.0
28492026-09-04T03:21:04.533Z Compiling foreign-types-shared v0.3.1
28502026-09-04T03:21:04.565Z Compiling cfg_aliases v0.2.2
28512026-09-04T03:21:04.629Z Compiling heck v0.4.1
28522026-09-04T03:21:04.930Z Compiling base16ct v0.2.0
28532026-09-04T03:21:04.989Z Compiling base64ct v1.8.3
28542026-09-04T03:21:05.123Z Compiling opaque-debug v0.3.1
28552026-09-04T03:21:05.199Z Compiling poly1305 v0.8.0
28562026-09-04T03:21:05.326Z Compiling password-hash v0.5.0
28572026-09-04T03:21:05.347Z Compiling elliptic-curve v0.13.8
28582026-09-04T03:21:06.228Z Compiling nix v0.31.3
28592026-09-04T03:21:06.264Z Compiling foreign-types v0.5.0
28602026-09-04T03:21:06.559Z Compiling ciborium-ll v0.2.2
28612026-09-04T03:21:06.787Z Compiling num v0.4.3
28622026-09-04T03:21:06.894Z Compiling thiserror-no-std v2.0.2
28632026-09-04T03:21:06.966Z Compiling hubpack v0.1.2
28642026-09-04T03:21:07.422Z Compiling darling v0.21.3
28652026-09-04T03:21:07.927Z Compiling chacha20 v0.9.1
28662026-09-04T03:21:08.415Z Compiling atomicwrites v0.4.4
28672026-09-04T03:21:08.630Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28682026-09-04T03:21:08.668Z Compiling reqwest v0.12.28
28692026-09-04T03:21:09.695Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28702026-09-04T03:21:10.176Z Compiling blake2 v0.10.6
28712026-09-04T03:21:10.727Z Compiling aead v0.5.2
28722026-09-04T03:21:10.742Z Compiling chacha20 v0.10.1
28732026-09-04T03:21:10.742Z Compiling byte-wrapper v0.1.0
28742026-09-04T03:21:10.742Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28752026-09-04T03:21:10.861Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28762026-09-04T03:21:11.505Z Compiling cstr-argument v0.1.2
28772026-09-04T03:21:11.802Z Compiling crossbeam-deque v0.8.7
28782026-09-04T03:21:12.897Z Compiling float-ord v0.3.2
28792026-09-04T03:21:12.898Z Compiling keccak v0.1.6
28802026-09-04T03:21:12.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28812026-09-04T03:21:12.912Z Compiling sha3 v0.10.9
28822026-09-04T03:21:12.912Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28832026-09-04T03:21:12.912Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28842026-09-04T03:21:12.912Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28852026-09-04T03:21:12.912Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28862026-09-04T03:21:12.912Z Compiling rand v0.10.2
28872026-09-04T03:21:13.153Z Compiling chacha20poly1305 v0.10.1
28882026-09-04T03:21:13.387Z Compiling argon2 v0.5.3
28892026-09-04T03:21:14.100Z Compiling progenitor-client v0.10.0
28902026-09-04T03:21:14.358Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28912026-09-04T03:21:14.593Z Compiling vsss-rs v3.3.4
28922026-09-04T03:21:15.253Z Compiling ingot-macros v0.1.1
28932026-09-04T03:21:16.061Z Compiling ciborium v0.2.2
28942026-09-04T03:21:16.707Z Compiling usdt-macro v0.5.0
28952026-09-04T03:21:16.881Z Compiling usdt-attr-macro v0.5.0
28962026-09-04T03:21:18.138Z Compiling enum-as-inner v0.6.1
28972026-09-04T03:21:18.168Z Compiling num-derive v0.4.2
28982026-09-04T03:21:18.191Z Compiling memmap v0.7.0
28992026-09-04T03:21:18.823Z Compiling rayon-core v1.13.0
29002026-09-04T03:21:18.982Z Compiling winnow v0.5.40
29012026-09-04T03:21:19.005Z Compiling semver v0.1.20
29022026-09-04T03:21:19.251Z Compiling rustc_version v0.1.7
29032026-09-04T03:21:19.332Z Compiling usdt v0.5.0
29042026-09-04T03:21:19.447Z Compiling ingot-types v0.1.2
29052026-09-04T03:21:19.554Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29062026-09-04T03:21:20.135Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29072026-09-04T03:21:20.247Z Compiling toml_edit v0.19.15
29082026-09-04T03:21:20.397Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29092026-09-04T03:21:20.894Z Compiling progenitor-impl v0.14.0
29102026-09-04T03:21:21.027Z Compiling console v0.16.4
29112026-09-04T03:21:22.193Z Compiling serde_spanned v0.6.9
29122026-09-04T03:21:22.272Z Compiling bstr v1.13.1
29132026-09-04T03:21:22.343Z Compiling toml_write v0.1.2
29142026-09-04T03:21:22.367Z Compiling lazy_static v1.5.0
29152026-09-04T03:21:22.545Z Compiling vcpkg v0.2.15
29162026-09-04T03:21:22.681Z Compiling bytecount v0.6.9
29172026-09-04T03:21:22.874Z Compiling progenitor-macro v0.14.0
29182026-09-04T03:21:22.923Z Compiling rustls-webpki v0.103.14
29192026-09-04T03:21:23.084Z Compiling openssl-sys v0.9.117
29202026-09-04T03:21:23.259Z Compiling toml_edit v0.22.27
29212026-09-04T03:21:25.195Z Compiling proc-macro-crate v1.3.1
29222026-09-04T03:21:25.273Z Compiling ingot v0.1.1
29232026-09-04T03:21:25.324Z Compiling newtype_derive v0.1.6
29242026-09-04T03:21:25.580Z Compiling itertools v0.12.1
29252026-09-04T03:21:27.043Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29262026-09-04T03:21:27.226Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29272026-09-04T03:21:27.298Z Compiling tokio-rustls v0.26.4
29282026-09-04T03:21:27.470Z Compiling rustls-platform-verifier v0.7.0
29292026-09-04T03:21:27.489Z Compiling owo-colors v4.3.0
29302026-09-04T03:21:27.582Z Compiling hyper-rustls v0.27.9
29312026-09-04T03:21:27.983Z Compiling unicode-segmentation v1.13.3
29322026-09-04T03:21:28.143Z Compiling reqwest v0.13.4
29332026-09-04T03:21:28.434Z Compiling resolv-conf v0.7.6
29342026-09-04T03:21:28.962Z Compiling swrite v0.1.0
29352026-09-04T03:21:29.083Z Compiling linked-hash-map v0.5.6
29362026-09-04T03:21:29.293Z Compiling lru-cache v0.1.2
29372026-09-04T03:21:29.447Z Compiling progenitor-client v0.14.0
29382026-09-04T03:21:30.421Z Compiling progenitor-extras v0.2.0
29392026-09-04T03:21:32.162Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-09-04T03:21:35.455Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29412026-09-04T03:21:40.298Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29422026-09-04T03:21:42.231Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29432026-09-04T03:21:42.448Z Compiling progenitor v0.14.0
29442026-09-04T03:21:42.558Z Compiling newline-converter v0.3.0
29452026-09-04T03:21:42.698Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29462026-09-04T03:21:42.786Z Compiling rayon v1.12.0
29472026-09-04T03:21:43.064Z Compiling num_enum_derive v0.5.11
29482026-09-04T03:21:44.185Z Compiling toml v0.8.23
29492026-09-04T03:21:44.406Z Compiling hickory-proto v0.24.4
29502026-09-04T03:21:44.462Z Compiling progenitor-impl v0.13.0
29512026-09-04T03:21:44.692Z Compiling camino-tempfile v1.4.1
29522026-09-04T03:21:44.970Z Compiling serde-big-array v0.5.1
29532026-09-04T03:21:45.936Z Compiling pin-project-internal v1.1.13
29542026-09-04T03:21:46.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29552026-09-04T03:21:46.054Z Compiling derive-where v1.6.1
29562026-09-04T03:21:46.054Z Compiling siphasher v1.0.3
29572026-09-04T03:21:46.123Z Compiling similar v3.2.0
29582026-09-04T03:21:46.234Z Compiling minimal-lexical v0.2.1
29592026-09-04T03:21:46.522Z Compiling progenitor-macro v0.13.0
29602026-09-04T03:21:46.715Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29612026-09-04T03:21:46.961Z Compiling expectorate v1.3.0
29622026-09-04T03:21:47.137Z Compiling hickory-resolver v0.24.4
29632026-09-04T03:21:47.179Z Compiling nom v7.1.3
29642026-09-04T03:21:47.876Z Compiling pin-project v1.1.13
29652026-09-04T03:21:47.900Z Compiling phf_shared v0.12.1
29662026-09-04T03:21:48.125Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29672026-09-04T03:21:48.807Z Compiling num_enum v0.5.11
29682026-09-04T03:21:50.910Z Compiling progenitor-client v0.13.0
29692026-09-04T03:21:51.405Z Compiling zone_cfg_derive v0.3.1
29702026-09-04T03:21:51.882Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29712026-09-04T03:21:52.135Z Compiling unicode-normalization v0.1.25
29722026-09-04T03:21:52.185Z Compiling tokio-stream v0.1.19
29732026-09-04T03:21:52.755Z Compiling snafu-derive v0.8.9
29742026-09-04T03:21:52.790Z Compiling async-recursion v1.1.1
29752026-09-04T03:21:53.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29762026-09-04T03:21:53.794Z Compiling slog-dtrace v0.3.0
29772026-09-04T03:21:54.064Z Compiling csv-core v0.1.13
29782026-09-04T03:21:54.493Z Compiling foreign-types-shared v0.1.1
29792026-09-04T03:21:54.536Z Compiling foldhash v0.1.5
29802026-09-04T03:21:54.601Z Compiling openssl v0.10.81
29812026-09-04T03:21:54.754Z Compiling chrono-tz v0.10.4
29822026-09-04T03:21:54.766Z Compiling smawk v0.3.3
29832026-09-04T03:21:54.887Z Compiling cancel-safe-futures v0.1.5
29842026-09-04T03:21:54.939Z Compiling unicode-xid v0.2.6
29852026-09-04T03:21:55.007Z Compiling same-file v1.0.6
29862026-09-04T03:21:55.093Z Compiling unicode-linebreak v0.1.5
29872026-09-04T03:21:55.203Z Compiling highway v1.3.0
29882026-09-04T03:21:55.244Z Compiling unicode-width v0.1.14
29892026-09-04T03:21:55.355Z Compiling konst_macro_rules v0.2.19
29902026-09-04T03:21:55.542Z Compiling jiff-core v0.1.0
29912026-09-04T03:21:55.624Z Compiling konst v0.2.20
29922026-09-04T03:21:55.843Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29932026-09-04T03:21:55.961Z Compiling textwrap v0.16.2
29942026-09-04T03:21:57.184Z Compiling jiff v0.2.35
29952026-09-04T03:21:57.385Z Compiling walkdir v2.5.0
29962026-09-04T03:21:57.443Z Compiling const_format_proc_macros v0.2.34
29972026-09-04T03:21:59.421Z Compiling hashbrown v0.15.5
29982026-09-04T03:22:01.830Z Compiling foreign-types v0.3.2
29992026-09-04T03:22:01.830Z Compiling snafu v0.8.9
30002026-09-04T03:22:02.256Z Compiling csv v1.4.0
30012026-09-04T03:22:02.257Z Compiling progenitor v0.13.0
30022026-09-04T03:22:02.257Z Compiling qorb v0.4.1
30032026-09-04T03:22:02.257Z Compiling olpc-cjson v0.1.4
30042026-09-04T03:22:02.257Z Compiling zone v0.3.1
30052026-09-04T03:22:02.257Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-09-04T03:22:02.257Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-09-04T03:22:02.257Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-09-04T03:22:02.489Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30092026-09-04T03:22:02.489Z Compiling phf v0.12.1
30102026-09-04T03:22:02.877Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-09-04T03:22:04.310Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-09-04T03:22:05.779Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-09-04T03:22:06.151Z Compiling globset v0.4.20
30142026-09-04T03:22:06.355Z Compiling tokio-dtrace v0.1.1
30152026-09-04T03:22:06.383Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-09-04T03:22:06.472Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-09-04T03:22:06.638Z Compiling smf v0.2.3
30182026-09-04T03:22:06.998Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30192026-09-04T03:22:07.068Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30202026-09-04T03:22:07.153Z Compiling pem v3.0.6
30212026-09-04T03:22:07.530Z Compiling libsw-core v0.3.2
30222026-09-04T03:22:07.716Z Compiling serde_plain v1.0.2
30232026-09-04T03:22:07.838Z Compiling openssl-macros v0.1.1
30242026-09-04T03:22:08.016Z Compiling cookie v0.18.2
30252026-09-04T03:22:08.102Z Compiling sigpipe v0.1.3
30262026-09-04T03:22:08.234Z Compiling fixedbitset v0.4.2
30272026-09-04T03:22:08.307Z Compiling typed-path v0.9.3
30282026-09-04T03:22:08.346Z Compiling fixedbitset v0.5.7
30292026-09-04T03:22:08.610Z Compiling glob v0.3.4
30302026-09-04T03:22:08.629Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-09-04T03:22:08.709Z Compiling petgraph v0.8.3
30322026-09-04T03:22:08.925Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30332026-09-04T03:22:09.534Z Compiling tough v0.22.0
30342026-09-04T03:22:09.799Z Compiling petgraph v0.6.5
30352026-09-04T03:22:10.946Z Compiling libsw v3.5.0
30362026-09-04T03:22:11.214Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30372026-09-04T03:22:11.233Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30382026-09-04T03:22:11.233Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-09-04T03:22:11.410Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-09-04T03:22:11.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30412026-09-04T03:22:11.954Z Compiling oxide-tokio-rt v0.1.6
30422026-09-04T03:22:12.251Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-09-04T03:22:12.363Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30442026-09-04T03:22:13.159Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-09-04T03:22:13.378Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-09-04T03:22:14.982Z Compiling const_format v0.2.36
30472026-09-04T03:22:15.873Z Compiling papergrid v0.11.0
30482026-09-04T03:22:16.195Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-09-04T03:22:16.496Z Compiling libscf-sys v1.2.0
30502026-09-04T03:22:16.646Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30512026-09-04T03:22:17.195Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-09-04T03:22:17.366Z Compiling tabled_derive v0.7.0
30532026-09-04T03:22:17.423Z Compiling gethostname v0.5.0
30542026-09-04T03:22:17.423Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30552026-09-04T03:22:17.508Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-09-04T03:22:17.632Z Compiling bcs v0.1.6
30572026-09-04T03:22:17.688Z Compiling tagptr v0.2.0
30582026-09-04T03:22:17.846Z Compiling whoami v1.6.1
30592026-09-04T03:22:18.062Z Compiling termtree v0.5.1
30602026-09-04T03:22:18.246Z Compiling linear-map v1.2.0
30612026-09-04T03:22:18.672Z Compiling tabled v0.15.0
30622026-09-04T03:22:18.719Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-09-04T03:22:21.041Z Compiling moka v0.12.16
30642026-09-04T03:22:21.382Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-09-04T03:22:21.537Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-09-04T03:22:21.620Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-09-04T03:22:21.786Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-09-04T03:22:22.510Z Compiling steno v0.4.1
30692026-09-04T03:22:24.219Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-09-04T03:22:26.198Z Compiling hickory-proto v0.25.2
30712026-09-04T03:22:27.721Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-09-04T03:22:27.814Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30732026-09-04T03:22:28.929Z Compiling hickory-resolver v0.25.2
30742026-09-04T03:22:29.254Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30752026-09-04T03:22:29.367Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-09-04T03:22:30.267Z Compiling parking_lot_core v0.8.6
30772026-09-04T03:22:30.476Z Compiling nom v8.0.0
30782026-09-04T03:22:30.585Z Compiling itertools v0.15.0
30792026-09-04T03:22:30.991Z Compiling crunchy v0.2.4
30802026-09-04T03:22:31.322Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30812026-09-04T03:22:31.425Z Compiling parking_lot v0.11.2
30822026-09-04T03:22:32.130Z Compiling typify-impl v0.4.3
30832026-09-04T03:22:32.312Z Compiling fxhash v0.2.1
30842026-09-04T03:22:32.454Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30852026-09-04T03:22:32.757Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30862026-09-04T03:22:32.989Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30872026-09-04T03:22:33.182Z Compiling tiny-keccak v2.0.2
30882026-09-04T03:22:33.393Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30892026-09-04T03:22:34.288Z Compiling sled v0.34.7
30902026-09-04T03:22:35.535Z Compiling typify-macro v0.4.3
30912026-09-04T03:22:36.320Z Compiling arc-swap v1.9.2
30922026-09-04T03:22:36.646Z Compiling slog-scope v4.4.1
30932026-09-04T03:22:36.680Z Compiling ingot-macros v0.2.0
30942026-09-04T03:22:37.268Z Compiling papergrid v0.18.0
30952026-09-04T03:22:37.600Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30962026-09-04T03:22:37.711Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30972026-09-04T03:22:37.910Z Compiling internet-checksum v0.2.1
30982026-09-04T03:22:38.114Z Compiling const-random-macro v0.1.16
30992026-09-04T03:22:38.578Z Compiling tabled v0.21.0
31002026-09-04T03:22:38.942Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31012026-09-04T03:22:40.545Z Compiling ingot-types v0.2.0
31022026-09-04T03:22:40.596Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-09-04T03:22:40.596Z Compiling slog-stdlog v4.1.1
31042026-09-04T03:22:40.596Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31052026-09-04T03:22:41.041Z Compiling dropshot-api-manager-types v0.8.0
31062026-09-04T03:22:41.585Z Compiling smartstring v1.0.1
31072026-09-04T03:22:41.854Z Compiling ahash v0.8.12
31082026-09-04T03:22:42.509Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31092026-09-04T03:22:42.958Z Compiling slog-envlogger v2.2.0
31102026-09-04T03:22:44.083Z Compiling ingot v0.2.1
31112026-09-04T03:22:45.176Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31122026-09-04T03:22:46.226Z Compiling const-random v0.1.18
31132026-09-04T03:22:46.315Z Compiling typify v0.4.3
31142026-09-04T03:22:46.425Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31152026-09-04T03:22:46.868Z Compiling toml_datetime v0.7.5+spec-1.1.0
31162026-09-04T03:22:47.159Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31172026-09-04T03:22:47.426Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31182026-09-04T03:22:47.720Z Compiling crc8 v0.1.1
31192026-09-04T03:22:47.850Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31202026-09-04T03:22:48.599Z Compiling toml v0.9.12+spec-1.1.0
31212026-09-04T03:22:49.722Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31222026-09-04T03:22:52.418Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31232026-09-04T03:22:53.096Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31242026-09-04T03:22:53.870Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31252026-09-04T03:22:53.900Z Compiling progenitor-impl v0.10.0
31262026-09-04T03:22:54.885Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31272026-09-04T03:22:55.140Z Compiling sha1 v0.10.7
31282026-09-04T03:22:55.585Z Compiling lzma-sys v0.1.20
31292026-09-04T03:22:55.600Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31302026-09-04T03:22:55.932Z Compiling rhai_codegen v3.2.0
31312026-09-04T03:22:56.025Z Compiling fs-err v3.3.1
31322026-09-04T03:22:56.143Z Compiling thin-vec v0.2.19
31332026-09-04T03:22:56.307Z Compiling typeid v1.0.3
31342026-09-04T03:22:56.477Z Compiling utf-8 v0.7.6
31352026-09-04T03:22:56.669Z Compiling tungstenite v0.21.0
31362026-09-04T03:22:57.178Z Compiling rhai v1.26.0
31372026-09-04T03:22:57.676Z Compiling progenitor-macro v0.10.0
31382026-09-04T03:22:58.849Z Compiling cargo_toml v0.22.3
31392026-09-04T03:23:02.088Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-09-04T03:23:03.707Z Compiling sha2 v0.10.9
31412026-09-04T03:23:05.059Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-09-04T03:23:05.801Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-09-04T03:23:05.977Z Compiling progenitor v0.10.0
31442026-09-04T03:23:06.106Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31452026-09-04T03:23:06.261Z Compiling tokio-tungstenite v0.21.0
31462026-09-04T03:23:06.626Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31472026-09-04T03:23:07.647Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31482026-09-04T03:23:08.803Z Compiling port-file v0.1.0
31492026-09-04T03:23:09.069Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31502026-09-04T03:23:09.772Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31512026-09-04T03:23:09.787Z Compiling git-stub v1.0.0
31522026-09-04T03:23:10.669Z Compiling is_ci v1.2.0
31532026-09-04T03:23:10.856Z Compiling unit-prefix v0.5.2
31542026-09-04T03:23:11.042Z Compiling base64 v0.21.7
31552026-09-04T03:23:11.058Z Compiling indicatif v0.18.6
31562026-09-04T03:23:11.224Z Compiling supports-color v3.0.2
31572026-09-04T03:23:11.478Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31582026-09-04T03:23:11.542Z Compiling git-stub-vcs v0.1.0
31592026-09-04T03:23:12.249Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31602026-09-04T03:23:13.663Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60)
31612026-09-04T03:23:13.722Z Compiling ron v0.12.2
31622026-09-04T03:23:15.392Z Compiling xz2 v0.1.7
31632026-09-04T03:23:15.408Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31642026-09-04T03:23:15.608Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31652026-09-04T03:23:15.729Z Compiling similar v2.7.0
31662026-09-04T03:23:17.570Z Compiling drift v0.2.0
31672026-09-04T03:23:17.670Z Compiling base16ct v1.0.0
31682026-09-04T03:23:18.416Z Compiling dropshot-api-manager v0.8.0
31692026-09-04T03:23:22.570Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31702026-09-04T03:23:24.807Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31712026-09-04T03:23:25.959Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31722026-09-04T03:23:27.281Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31732026-09-04T03:23:28.919Z Compiling natord v1.0.9
31742026-09-04T03:23:29.215Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31752026-09-04T03:23:29.307Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31762026-09-04T03:23:30.549Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31772026-09-04T03:23:30.962Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31782026-09-04T03:23:32.147Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31792026-09-04T03:23:41.819Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31802026-09-04T03:23:42.210Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31812026-09-04T03:23:44.885Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31822026-09-04T03:23:45.106Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31832026-09-04T03:23:48.235Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31842026-09-04T03:24:15.193Z Finished `release` profile [optimized] target(s) in 4m 24s
31852026-09-04T03:24:15.371Z
31862026-09-04T03:24:15.371Zreal 4:24.694285476
31872026-09-04T03:24:15.371Zuser 30:06.552993839
31882026-09-04T03:24:15.372Zsys 2:45.081250729
31892026-09-04T03:24:15.372Ztrap 0.747878735
31902026-09-04T03:24:15.372Ztflt 1.333881553
31912026-09-04T03:24:15.372Zdflt 1.819861236
31922026-09-04T03:24:15.372Zkflt 0.000341140
31932026-09-04T03:24:15.372Zlock 2:04:15.726290984
31942026-09-04T03:24:15.372Zslp 1:27:32.422389675
31952026-09-04T03:24:15.372Zlat 2:09.599559986
31962026-09-04T03:24:15.372Zstop 3:30.728572011
31972026-09-04T03:24:15.376Z+ for x in debug release
31982026-09-04T03:24:15.376Z+ mkdir -p /work/debug
31992026-09-04T03:24:15.376Z+ cp target/debug/ddmd /work/debug/ddmd
32002026-09-04T03:24:15.957Z+ cp target/debug/ddmadm /work/debug/ddmadm
32012026-09-04T03:24:16.478Z+ cp target/debug/mgd /work/debug/mgd
32022026-09-04T03:24:17.196Z+ cp target/debug/mgadm /work/debug/mgadm
32032026-09-04T03:24:17.714Z+ for x in debug release
32042026-09-04T03:24:17.714Z+ mkdir -p /work/release
32052026-09-04T03:24:17.718Z+ cp target/release/ddmd /work/release/ddmd
32062026-09-04T03:24:17.825Z+ cp target/release/ddmadm /work/release/ddmadm
32072026-09-04T03:24:17.906Z+ cp target/release/mgd /work/release/mgd
32082026-09-04T03:24:18.044Z+ cp target/release/mgadm /work/release/mgadm
32092026-09-04T03:24:18.150Z+ cp target/release/falcon-lab /work/release/falcon-lab
32102026-09-04T03:24:18.227Zprocess exited: duration 647245 ms, exit code 0
 
32112026-09-04T03:24:18.247Zfound 9 output files
32122026-09-04T03:24:18.247Zuploading: /work/debug/ddmadm (598979800 bytes)
32132026-09-04T03:24:28.398Zuploaded: /work/debug/ddmadm
32142026-09-04T03:24:28.398Zuploading: /work/debug/ddmd (691304240 bytes)
32152026-09-04T03:24:39.879Zuploaded: /work/debug/ddmd
32162026-09-04T03:24:39.879Zuploading: /work/debug/mgadm (709013912 bytes)
32172026-09-04T03:24:56.617Zuploaded: /work/debug/mgadm
32182026-09-04T03:24:56.625Zuploading: /work/debug/mgd (813583936 bytes)
32192026-09-04T03:25:14.557Zuploaded: /work/debug/mgd
32202026-09-04T03:25:14.583Zuploading: /work/release/ddmadm (52259800 bytes)
32212026-09-04T03:25:16.805Zuploaded: /work/release/ddmadm
32222026-09-04T03:25:16.805Zuploading: /work/release/ddmd (61079112 bytes)
32232026-09-04T03:25:19.617Zuploaded: /work/release/ddmd
32242026-09-04T03:25:19.618Zuploading: /work/release/falcon-lab (44064400 bytes)
32252026-09-04T03:25:21.412Zuploaded: /work/release/falcon-lab
32262026-09-04T03:25:21.413Zuploading: /work/release/mgadm (66617144 bytes)
32272026-09-04T03:25:23.567Zuploaded: /work/release/mgadm
32282026-09-04T03:25:23.636Zuploading: /work/release/mgd (86538360 bytes)
32292026-09-04T03:25:26.466Zuploaded: /work/release/mgd