01M1Q564FS6TT0N9BEZDGPTRR1: 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: 01M1Q577CAJQ10GEEA467WEQXM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T21:30:38.728Zjob assigned to worker 01M1Q57TPSW58Y4N8A1EMDZ8TT [factory aws, i-0f37245b0074c4737] (queued for 1 m 10 s)
 
22026-09-04T21:30:45.690Zstarting task 0: "setup"
32026-09-04T21:30:45.696Z++ uname -s
42026-09-04T21:30:45.698Z+ kern=SunOS
52026-09-04T21:30:45.698Z+ build_user=build
62026-09-04T21:30:45.698Z+ build_uid=12345
72026-09-04T21:30:45.698Z+ work_dir=/work
82026-09-04T21:30:45.698Z+ input_dir=/input
92026-09-04T21:30:45.698Z+ [[ 0 == 12345 ]]
102026-09-04T21:30:45.698Z+ case "$kern" in
112026-09-04T21:30:45.698Z+ groupadd -g 12345 build
122026-09-04T21:30:45.702Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T21:30:47.704Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T21:30:47.751Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T21:30:47.754Z+ home_fs=zfs
162026-09-04T21:30:47.754Z+ [[ zfs == autofs ]]
172026-09-04T21:30:47.754Z+ mkdir -p /home/build
182026-09-04T21:30:47.754Z+ chown build:build /home/build /work
192026-09-04T21:30:49.755Z+ chmod 0700 /home/build /work
202026-09-04T21:30:49.758Zprocess exited: duration 4066 ms, exit code 0
 
212026-09-04T21:30:49.763Zstarting task 1: "rust-toolchain"
222026-09-04T21:30:49.767Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-04T21:30:49.767Z * rust toolchain channel = "stable"
242026-09-04T21:30:49.767Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-04T21:30:49.767Z * rust toolchain profile = "default"
262026-09-04T21:30:49.767Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T21:30:49.769Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T21:30:49.770Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T21:30:49.770Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-04T21:30:49.871Zinfo: downloading installer
312026-09-04T21:30:51.044Zinfo: profile set to default
322026-09-04T21:30:51.044Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T21:30:51.047Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
342026-09-04T21:30:51.173Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-04T21:30:51.176Zinfo: downloading 6 components
362026-09-04T21:31:04.741Zinfo: default toolchain set to stable-x86_64-unknown-illumos
372026-09-04T21:31:04.741Z
382026-09-04T21:31:04.773Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-04T21:31:04.773Z
402026-09-04T21:31:04.776Z
412026-09-04T21:31:04.776ZRust is installed now. Great!
422026-09-04T21:31:04.776Z
432026-09-04T21:31:04.776ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T21:31:04.776Zenvironment variable. This has not been done automatically.
452026-09-04T21:31:04.776Z
462026-09-04T21:31:04.776ZTo configure your current shell, you need to source
472026-09-04T21:31:04.776Zthe corresponding env file under $HOME/.cargo.
482026-09-04T21:31:04.776Z
492026-09-04T21:31:04.776ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T21:31:04.776Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T21:31:04.776Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T21:31:04.776ZCC_x86_64-unknown-illumos = None
532026-09-04T21:31:04.776Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T21:31:04.776ZCC_x86_64_unknown_illumos = None
552026-09-04T21:31:04.776Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T21:31:04.776ZHOST_CC = None
572026-09-04T21:31:04.776Zcargo:rerun-if-env-changed=CC
582026-09-04T21:31:04.776ZCC = None
592026-09-04T21:31:04.776Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T21:31:04.931Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T21:31:04.931ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T21:31:04.931Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T21:31:04.931ZCFLAGS = None
642026-09-04T21:31:04.931Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T21:31:04.931ZHOST_CFLAGS = None
662026-09-04T21:31:04.931Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T21:31:04.931ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T21:31:04.931Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T21:31:04.931ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T21:31:05.040Z+ rustup --version
712026-09-04T21:31:05.042Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T21:31:05.043Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T21:31:05.061Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-04T21:31:05.064Z+ cargo --version
752026-09-04T21:31:05.077Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-04T21:31:05.079Z+ rustc --version
772026-09-04T21:31:05.098Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-04T21:31:05.100Zprocess exited: duration 15336 ms, exit code 0
 
792026-09-04T21:31:05.106Zstarting task 2: "authentication"
802026-09-04T21:31:05.122Zprocess exited: duration 16 ms, exit code 0
 
812026-09-04T21:31:05.130Zstarting task 3: "clone repository"
822026-09-04T21:31:05.133Z+ mkdir -p /work/oxidecomputer/maghemite
832026-09-04T21:31:05.133Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
842026-09-04T21:31:05.166ZCloning into '/work/oxidecomputer/maghemite'...
852026-09-04T21:31:07.053Z+ cd /work/oxidecomputer/maghemite
862026-09-04T21:31:07.053Z+ git fetch origin 1abfb305a38dae4d2562c4763c20aab007b639a4
872026-09-04T21:31:07.326ZFrom https://github.com/oxidecomputer/maghemite
882026-09-04T21:31:07.326Z * branch 1abfb305a38dae4d2562c4763c20aab007b639a4 -> FETCH_HEAD
892026-09-04T21:31:07.332Z+ [[ -n jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr ]]
902026-09-04T21:31:07.334Z++ git branch --show-current
912026-09-04T21:31:07.334Z+ current=main
922026-09-04T21:31:07.334Z+ [[ main != jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr ]]
932026-09-04T21:31:07.334Z+ git branch -f jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr 1abfb305a38dae4d2562c4763c20aab007b639a4
942026-09-04T21:31:07.337Z+ git checkout -f jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr
952026-09-04T21:31:07.355ZSwitched to branch 'jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr'
962026-09-04T21:31:07.358Z+ git reset --hard 1abfb305a38dae4d2562c4763c20aab007b639a4
972026-09-04T21:31:07.374ZHEAD is now at 1abfb30 bgp: Add composable wrappers for {get,set}sockopt
982026-09-04T21:31:07.377Zprocess exited: duration 2247 ms, exit code 0
 
992026-09-04T21:31:07.382Zstarting task 4: "build"
1002026-09-04T21:31:07.386Z+ source .github/buildomat/common.sh
1012026-09-04T21:31:07.389Z++ export PKG_SUCCESS_ON_NOP=1
1022026-09-04T21:31:07.389Z++ PKG_SUCCESS_ON_NOP=1
1032026-09-04T21:31:07.389Z++ cargo --version
1042026-09-04T21:31:07.391Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1052026-09-04T21:31:07.519Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1062026-09-04T21:31:07.522Zinfo: downloading 6 components
1072026-09-04T21:31:21.243Zwarn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed
1082026-09-04T21:31:21.243Zwarn: this might cause rustup commands to take longer time to finish than expected
1092026-09-04T21:31:21.243Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1102026-09-04T21:31:21.356Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-09-04T21:31:21.360Z++ rustc --version
1122026-09-04T21:31:21.387Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-09-04T21:31:21.390Z+ pfexec pkg install clang-15
1142026-09-04T21:31:25.268Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-04T21:31:25.705Z Startup: Caching catalogs ... Done
1162026-09-04T21:31:28.209ZPlanning: Solver setup ... Done
1172026-09-04T21:31:28.278ZPlanning: Running solver ... Done
1182026-09-04T21:31:28.330ZPlanning: Consolidating action changes ... Done
1192026-09-04T21:31:28.330ZPlanning: Evaluating mediators ... Done
1202026-09-04T21:31:28.343ZPlanning: Planning completed in 2.59 seconds
1212026-09-04T21:31:28.346ZNo updates necessary for this image.
1222026-09-04T21:31:28.591Z+ banner check
1232026-09-04T21:31:28.596Z
1242026-09-04T21:31:28.596Z #### # # ###### #### # #
1252026-09-04T21:31:28.596Z # # # # # # # # #
1262026-09-04T21:31:28.596Z # ###### ##### # ####
1272026-09-04T21:31:28.597Z # # # # # # #
1282026-09-04T21:31:28.597Z # # # # # # # # #
1292026-09-04T21:31:28.597Z #### # # ###### #### # #
1302026-09-04T21:31:28.597Z
1312026-09-04T21:31:28.597Z+ cargo fmt -- --check
1322026-09-04T21:31:29.020Z+ cargo clippy --all-targets -- --deny warnings
1332026-09-04T21:31:29.142Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-09-04T21:31:30.166ZFrom https://github.com/oxidecomputer/falcon
1352026-09-04T21:31:30.166Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1362026-09-04T21:31:30.233Z Updating crates.io index
1372026-09-04T21:31:30.246Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1382026-09-04T21:31:30.695ZFrom https://github.com/oxidecomputer/dendrite
1392026-09-04T21:31:30.695Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1402026-09-04T21:31:30.737Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-09-04T21:31:31.028ZFrom https://github.com/oxidecomputer/ispf
1422026-09-04T21:31:31.028Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1432026-09-04T21:31:31.037Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-04T21:31:31.414ZFrom https://github.com/oxidecomputer/netadm-sys
1452026-09-04T21:31:31.414Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1462026-09-04T21:31:31.426Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472026-09-04T21:31:37.425ZFrom https://github.com/oxidecomputer/omicron
1482026-09-04T21:31:37.425Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1492026-09-04T21:31:37.843Z Updating git repository `https://github.com/oxidecomputer/opte`
1502026-09-04T21:31:38.592ZFrom https://github.com/oxidecomputer/opte
1512026-09-04T21:31:38.592Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1522026-09-04T21:31:38.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1532026-09-04T21:31:38.872ZFrom https://github.com/oxidecomputer/slog-error-chain
1542026-09-04T21:31:38.872Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1552026-09-04T21:31:38.881Z Updating git repository `https://github.com/illumos/smf-rs`
1562026-09-04T21:31:39.152ZFrom https://github.com/illumos/smf-rs
1572026-09-04T21:31:39.152Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1582026-09-04T21:31:39.159Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1592026-09-04T21:31:39.455ZFrom https://github.com/oxidecomputer/network-interface
1602026-09-04T21:31:39.455Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1612026-09-04T21:31:39.459Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-09-04T21:31:39.736ZFrom https://github.com/oxidecomputer/zone
1632026-09-04T21:31:39.736Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1642026-09-04T21:31:39.742Z Updating git repository `https://github.com/oxidecomputer/propolis`
1652026-09-04T21:31:40.385ZFrom https://github.com/oxidecomputer/propolis
1662026-09-04T21:31:40.385Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1672026-09-04T21:31:40.429Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1682026-09-04T21:31:40.976ZFrom https://github.com/oxidecomputer/transceiver-control
1692026-09-04T21:31:40.976Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1702026-09-04T21:31:40.996Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1712026-09-04T21:31:41.269ZFrom https://github.com/oxidecomputer/dlpi-sys
1722026-09-04T21:31:41.269Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1732026-09-04T21:31:41.273Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1742026-09-04T21:31:41.622ZFrom https://github.com/jmesmon/rust-libzfs
1752026-09-04T21:31:41.622Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1762026-09-04T21:31:41.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1772026-09-04T21:31:41.863ZFrom https://github.com/oxidecomputer/rusty-doors
1782026-09-04T21:31:41.863Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1792026-09-04T21:31:41.869Z Updating git repository `https://github.com/oxidecomputer/lldp`
1802026-09-04T21:31:42.230ZFrom https://github.com/oxidecomputer/lldp
1812026-09-04T21:31:42.230Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1822026-09-04T21:31:42.243Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1832026-09-04T21:31:42.563ZFrom https://github.com/oxidecomputer/tufaceous
1842026-09-04T21:31:42.563Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1852026-09-04T21:31:42.570Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1862026-09-04T21:31:43.052ZFrom https://github.com/oxidecomputer/management-gateway-service
1872026-09-04T21:31:43.052Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1882026-09-04T21:31:43.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
1892026-09-04T21:31:43.863ZFrom https://github.com/oxidecomputer/crucible
1902026-09-04T21:31:43.863Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1912026-09-04T21:31:43.953Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1922026-09-04T21:31:44.474ZFrom https://github.com/oxidecomputer/serde_human_bytes
1932026-09-04T21:31:44.474Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1942026-09-04T21:31:44.727Z Updating git repository `https://github.com/oxidecomputer/propolis`
1952026-09-04T21:31:44.815ZFrom https://github.com/oxidecomputer/propolis
1962026-09-04T21:31:44.815Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1972026-09-04T21:31:44.815Z Updating git repository `https://github.com/oxidecomputer/crucible`
1982026-09-04T21:31:45.163ZFrom https://github.com/oxidecomputer/crucible
1992026-09-04T21:31:45.164Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2002026-09-04T21:31:45.429Z Updating git repository `https://github.com/oxidecomputer/tofino`
2012026-09-04T21:31:45.658ZFrom https://github.com/oxidecomputer/tofino
2022026-09-04T21:31:45.659Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2032026-09-04T21:31:45.691Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2042026-09-04T21:31:46.460ZFrom https://github.com/oxidecomputer/maghemite
2052026-09-04T21:31:46.460Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2062026-09-04T21:31:46.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
2072026-09-04T21:31:47.117ZFrom https://github.com/oxidecomputer/clickward
2082026-09-04T21:31:47.117Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2092026-09-04T21:31:47.117Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2102026-09-04T21:31:47.157ZFrom https://github.com/oxidecomputer/illumos-devinfo
2112026-09-04T21:31:47.157Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2122026-09-04T21:31:48.659Z Downloading crates ...
2132026-09-04T21:31:48.715Z Downloaded base16ct v0.2.0
2142026-09-04T21:31:48.758Z Downloaded async-stream-impl v0.3.6
2152026-09-04T21:31:48.758Z Downloaded anstyle v1.0.14
2162026-09-04T21:31:48.758Z Downloaded anyhow v1.0.104
2172026-09-04T21:31:48.758Z Downloaded allocator-api2 v0.2.21
2182026-09-04T21:31:48.758Z Downloaded crunchy v0.2.4
2192026-09-04T21:31:48.758Z Downloaded hubpack v0.1.2
2202026-09-04T21:31:48.758Z Downloaded bit-set v0.8.0
2212026-09-04T21:31:48.758Z Downloaded hubpack_derive v0.1.1
2222026-09-04T21:31:48.758Z Downloaded async-recursion v1.1.1
2232026-09-04T21:31:48.758Z Downloaded block-buffer v0.12.1
2242026-09-04T21:31:48.759Z Downloaded is_ci v1.2.0
2252026-09-04T21:31:48.759Z Downloaded humantime v2.4.0
2262026-09-04T21:31:48.759Z Downloaded hyper-rustls v0.27.9
2272026-09-04T21:31:48.759Z Downloaded ingot-macros v0.2.0
2282026-09-04T21:31:48.759Z Downloaded ipnet v2.12.1
2292026-09-04T21:31:48.759Z Downloaded adler2 v2.0.1
2302026-09-04T21:31:48.759Z Downloaded ident_case v1.0.1
2312026-09-04T21:31:48.759Z Downloaded inout v0.1.4
2322026-09-04T21:31:48.759Z Downloaded lazy_static v1.5.0
2332026-09-04T21:31:48.759Z Downloaded linked-hash-map v0.5.6
2342026-09-04T21:31:48.795Z Downloaded newline-converter v0.3.0
2352026-09-04T21:31:48.795Z Downloaded managed v0.8.0
2362026-09-04T21:31:48.795Z Downloaded anstyle-query v1.1.5
2372026-09-04T21:31:48.795Z Downloaded num_threads v0.1.7
2382026-09-04T21:31:48.795Z Downloaded aead v0.5.2
2392026-09-04T21:31:48.796Z Downloaded block-buffer v0.10.4
2402026-09-04T21:31:48.796Z Downloaded libscf-sys v1.2.0
2412026-09-04T21:31:48.796Z Downloaded atomic-waker v1.1.2
2422026-09-04T21:31:48.796Z Downloaded cfg-if v1.0.4
2432026-09-04T21:31:48.796Z Downloaded num_enum v0.7.6
2442026-09-04T21:31:48.796Z Downloaded icu_provider v2.2.0
2452026-09-04T21:31:48.796Z Downloaded iana-time-zone v0.1.65
2462026-09-04T21:31:48.796Z Downloaded const-random v0.1.18
2472026-09-04T21:31:48.796Z Downloaded ciborium-ll v0.2.2
2482026-09-04T21:31:48.796Z Downloaded icu_properties v2.2.0
2492026-09-04T21:31:48.796Z Downloaded atomicwrites v0.4.4
2502026-09-04T21:31:48.796Z Downloaded cpufeatures v0.3.0
2512026-09-04T21:31:48.796Z Downloaded konst v0.2.20
2522026-09-04T21:31:48.797Z Downloaded bcs v0.1.6
2532026-09-04T21:31:48.797Z Downloaded base16ct v1.0.0
2542026-09-04T21:31:48.797Z Downloaded nom v7.1.3
2552026-09-04T21:31:48.797Z Downloaded darling_core v0.21.3
2562026-09-04T21:31:48.797Z Downloaded ingot-macros v0.1.1
2572026-09-04T21:31:48.797Z Downloaded serde_spanned v1.1.1
2582026-09-04T21:31:48.797Z Downloaded bit-vec v0.8.0
2592026-09-04T21:31:48.797Z Downloaded similar v2.7.0
2602026-09-04T21:31:48.797Z Downloaded keccak v0.1.6
2612026-09-04T21:31:48.824Z Downloaded siphasher v1.0.3
2622026-09-04T21:31:48.824Z Downloaded cpufeatures v0.2.17
2632026-09-04T21:31:48.824Z Downloaded cfg_aliases v0.2.2
2642026-09-04T21:31:48.824Z Downloaded crypto-common v0.1.7
2652026-09-04T21:31:48.824Z Downloaded ciborium-io v0.2.2
2662026-09-04T21:31:48.824Z Downloaded clap_lex v1.1.0
2672026-09-04T21:31:48.824Z Downloaded convert_case v0.4.0
2682026-09-04T21:31:48.824Z Downloaded konst_macro_rules v0.2.19
2692026-09-04T21:31:48.825Z Downloaded base64ct v1.8.3
2702026-09-04T21:31:48.825Z Downloaded byteorder v1.5.0
2712026-09-04T21:31:48.825Z Downloaded compression-core v0.4.32
2722026-09-04T21:31:48.825Z Downloaded crc8 v0.1.1
2732026-09-04T21:31:48.825Z Downloaded async-stream v0.3.6
2742026-09-04T21:31:48.825Z Downloaded colorchoice v1.0.5
2752026-09-04T21:31:48.825Z Downloaded indent_write v2.2.0
2762026-09-04T21:31:48.840Z Downloaded jiff-static v0.2.35
2772026-09-04T21:31:48.840Z Downloaded crypto-common v0.2.2
2782026-09-04T21:31:48.840Z Downloaded crucible-workspace-hack v0.1.0
2792026-09-04T21:31:48.840Z Downloaded cstr-argument v0.1.2
2802026-09-04T21:31:48.840Z Downloaded httpdate v1.0.3
2812026-09-04T21:31:48.840Z Downloaded const-random-macro v0.1.16
2822026-09-04T21:31:48.840Z Downloaded anstream v1.0.0
2832026-09-04T21:31:48.840Z Downloaded argon2 v0.5.3
2842026-09-04T21:31:48.840Z Downloaded autocfg v1.5.1
2852026-09-04T21:31:48.840Z Downloaded bytecount v0.6.9
2862026-09-04T21:31:48.840Z Downloaded bs58 v0.5.1
2872026-09-04T21:31:48.841Z Downloaded async-trait v0.1.92
2882026-09-04T21:31:48.841Z Downloaded is_terminal_polyfill v1.70.2
2892026-09-04T21:31:48.841Z Downloaded strum v0.28.0
2902026-09-04T21:31:48.841Z Downloaded tabled_derive v0.7.0
2912026-09-04T21:31:48.841Z Downloaded scroll_derive v0.12.1
2922026-09-04T21:31:48.841Z Downloaded anstyle-parse v1.0.0
2932026-09-04T21:31:48.862Z Downloaded mime v0.3.17
2942026-09-04T21:31:48.862Z Downloaded lru-cache v0.1.2
2952026-09-04T21:31:48.862Z Downloaded lru-slab v0.1.2
2962026-09-04T21:31:48.862Z Downloaded camino v1.2.5
2972026-09-04T21:31:48.862Z Downloaded idna_adapter v1.2.2
2982026-09-04T21:31:48.863Z Downloaded match_cfg v0.1.0
2992026-09-04T21:31:48.863Z Downloaded olpc-cjson v0.1.4
3002026-09-04T21:31:48.863Z Downloaded no-std-compat v0.4.1
3012026-09-04T21:31:48.863Z Downloaded supports-color v3.0.2
3022026-09-04T21:31:48.863Z Downloaded newtype-uuid-macros v0.1.1
3032026-09-04T21:31:48.863Z Downloaded byte-wrapper v0.1.0
3042026-09-04T21:31:48.863Z Downloaded crossbeam-deque v0.8.7
3052026-09-04T21:31:48.876Z Downloaded num_enum_derive v0.5.11
3062026-09-04T21:31:48.876Z Downloaded cancel-safe-futures v0.1.5
3072026-09-04T21:31:48.876Z Downloaded natord v1.0.9
3082026-09-04T21:31:48.877Z Downloaded newtype_derive v0.1.6
3092026-09-04T21:31:48.877Z Downloaded ahash v0.8.12
3102026-09-04T21:31:48.877Z Downloaded terminal_size v0.4.4
3112026-09-04T21:31:48.877Z Downloaded memmap v0.7.0
3122026-09-04T21:31:48.877Z Downloaded memoffset v0.9.1
3132026-09-04T21:31:48.877Z Downloaded macaddr v1.0.1
3142026-09-04T21:31:48.877Z Downloaded num v0.4.3
3152026-09-04T21:31:48.877Z Downloaded is-terminal v0.4.17
3162026-09-04T21:31:48.877Z Downloaded instant v0.1.13
3172026-09-04T21:31:48.877Z Downloaded num-conv v0.2.2
3182026-09-04T21:31:48.878Z Downloaded num-iter v0.1.46
3192026-09-04T21:31:48.901Z Downloaded typify-macro v0.6.2
3202026-09-04T21:31:48.901Z Downloaded cobs v0.3.0
3212026-09-04T21:31:48.901Z Downloaded strum v0.27.2
3222026-09-04T21:31:48.901Z Downloaded utf-8 v0.7.6
3232026-09-04T21:31:48.901Z Downloaded csv-core v0.1.13
3242026-09-04T21:31:48.901Z Downloaded chacha20 v0.9.1
3252026-09-04T21:31:48.901Z Downloaded cipher v0.4.4
3262026-09-04T21:31:48.901Z Downloaded const_format_proc_macros v0.2.34
3272026-09-04T21:31:48.902Z Downloaded critical-section v1.2.0
3282026-09-04T21:31:48.902Z Downloaded ipnetwork v0.21.1
3292026-09-04T21:31:48.902Z Downloaded itoa v1.0.18
3302026-09-04T21:31:48.902Z Downloaded cmake v0.1.58
3312026-09-04T21:31:48.902Z Downloaded curve25519-dalek-derive v0.1.1
3322026-09-04T21:31:48.902Z Downloaded daft v0.1.8
3332026-09-04T21:31:48.902Z Downloaded compression-codecs v0.4.38
3342026-09-04T21:31:48.902Z Downloaded ingot-types v0.1.2
3352026-09-04T21:31:48.902Z Downloaded multer v3.1.0
3362026-09-04T21:31:48.902Z Downloaded libsw-core v0.3.2
3372026-09-04T21:31:48.921Z Downloaded bitflags v1.3.2
3382026-09-04T21:31:48.922Z Downloaded toml_write v0.1.2
3392026-09-04T21:31:48.922Z Downloaded backoff v0.4.0
3402026-09-04T21:31:48.922Z Downloaded colored v3.1.1
3412026-09-04T21:31:48.922Z Downloaded blake2 v0.10.6
3422026-09-04T21:31:48.922Z Downloaded unicode-linebreak v0.1.5
3432026-09-04T21:31:48.922Z Downloaded try-lock v0.2.5
3442026-09-04T21:31:48.922Z Downloaded untrusted v0.7.1
3452026-09-04T21:31:48.922Z Downloaded scroll v0.13.0
3462026-09-04T21:31:48.922Z Downloaded foreign-types v0.5.0
3472026-09-04T21:31:48.922Z Downloaded enum-as-inner v0.6.1
3482026-09-04T21:31:48.922Z Downloaded heck v0.4.1
3492026-09-04T21:31:48.922Z Downloaded ingot v0.1.1
3502026-09-04T21:31:48.922Z Downloaded clap_derive v4.6.4
3512026-09-04T21:31:48.932Z Downloaded num-derive v0.4.2
3522026-09-04T21:31:48.932Z Downloaded backon v1.6.0
3532026-09-04T21:31:48.932Z Downloaded lock_api v0.4.14
3542026-09-04T21:31:48.932Z Downloaded num_enum v0.5.11
3552026-09-04T21:31:48.932Z Downloaded ingot-types v0.2.0
3562026-09-04T21:31:48.932Z Downloaded libsw v3.5.0
3572026-09-04T21:31:48.933Z Downloaded num-complex v0.4.6
3582026-09-04T21:31:48.933Z Downloaded thiserror v2.0.20
3592026-09-04T21:31:48.933Z Downloaded cargo_toml v0.22.3
3602026-09-04T21:31:48.933Z Downloaded ciborium v0.2.2
3612026-09-04T21:31:48.933Z Downloaded linear-map v1.2.0
3622026-09-04T21:31:48.933Z Downloaded num-integer v0.1.47
3632026-09-04T21:31:48.933Z Downloaded num_enum_derive v0.7.6
3642026-09-04T21:31:48.933Z Downloaded num-rational v0.4.2
3652026-09-04T21:31:48.933Z Downloaded yoke-derive v0.8.2
3662026-09-04T21:31:48.933Z Downloaded zerofrom v0.1.8
3672026-09-04T21:31:48.940Z Downloaded zerofrom-derive v0.1.7
3682026-09-04T21:31:48.940Z Downloaded darling_macro v0.21.3
3692026-09-04T21:31:48.940Z Downloaded darling_macro v0.23.0
3702026-09-04T21:31:48.941Z Downloaded dof v0.3.0
3712026-09-04T21:31:48.941Z Downloaded dtrace-parser v0.3.0
3722026-09-04T21:31:48.941Z Downloaded stable_deref_trait v1.2.1
3732026-09-04T21:31:48.941Z Downloaded ingot v0.2.1
3742026-09-04T21:31:48.941Z Downloaded smartstring v1.0.1
3752026-09-04T21:31:48.941Z Downloaded synstructure v0.13.2
3762026-09-04T21:31:48.941Z Downloaded async-compression v0.4.43
3772026-09-04T21:31:48.941Z Downloaded tinystr v0.8.3
3782026-09-04T21:31:48.941Z Downloaded newtype-uuid v1.4.0
3792026-09-04T21:31:48.941Z Downloaded hybrid-array v0.4.14
3802026-09-04T21:31:48.948Z Downloaded simd-adler32 v0.3.10
3812026-09-04T21:31:48.948Z Downloaded thiserror-no-std v2.0.2
3822026-09-04T21:31:48.948Z Downloaded litemap v0.8.2
3832026-09-04T21:31:48.948Z Downloaded internet-checksum v0.2.1
3842026-09-04T21:31:48.948Z Downloaded fixedbitset v0.4.2
3852026-09-04T21:31:48.948Z Downloaded form_urlencoded v1.2.2
3862026-09-04T21:31:48.949Z Downloaded futures-core v0.3.34
3872026-09-04T21:31:48.949Z Downloaded futures-io v0.3.34
3882026-09-04T21:31:48.949Z Downloaded crossbeam-epoch v0.9.20
3892026-09-04T21:31:48.954Z Downloaded darling v0.23.0
3902026-09-04T21:31:48.954Z Downloaded tokio-dtrace v0.1.1
3912026-09-04T21:31:48.954Z Downloaded version_check v0.9.5
3922026-09-04T21:31:48.954Z Downloaded chacha20 v0.10.1
3932026-09-04T21:31:48.955Z Downloaded crc32fast v1.5.0
3942026-09-04T21:31:48.955Z Downloaded crossbeam-utils v0.8.22
3952026-09-04T21:31:48.955Z Downloaded darling v0.21.3
3962026-09-04T21:31:48.962Z Downloaded data-encoding v2.11.1
3972026-09-04T21:31:48.962Z Downloaded console v0.16.4
3982026-09-04T21:31:48.962Z Downloaded daft-derive v0.1.8
3992026-09-04T21:31:48.962Z Downloaded proc-macro-crate v3.5.0
4002026-09-04T21:31:48.969Z Downloaded omicron-workspace-hack v0.1.0
4012026-09-04T21:31:48.969Z Downloaded phf_shared v0.12.1
4022026-09-04T21:31:48.969Z Downloaded rand_xorshift v0.4.0
4032026-09-04T21:31:48.969Z Downloaded usdt-impl v0.5.0
4042026-09-04T21:31:48.969Z Downloaded whoami v1.6.1
4052026-09-04T21:31:48.969Z Downloaded camino-tempfile v1.4.1
4062026-09-04T21:31:48.969Z Downloaded rustc-hash v2.1.3
4072026-09-04T21:31:48.970Z Downloaded parse-display v0.10.0
4082026-09-04T21:31:48.970Z Downloaded secrecy v0.10.3
4092026-09-04T21:31:48.973Z Downloaded hostname v0.4.2
4102026-09-04T21:31:48.973Z Downloaded pretty-hex v0.4.2
4112026-09-04T21:31:48.973Z Downloaded serde_path_to_error v0.1.20
4122026-09-04T21:31:48.973Z Downloaded bitflags v2.13.1
4132026-09-04T21:31:48.986Z Downloaded jobserver v0.1.35
4142026-09-04T21:31:48.986Z Downloaded tokio-tungstenite v0.21.0
4152026-09-04T21:31:48.999Z Downloaded progenitor-macro v0.14.0
4162026-09-04T21:31:48.999Z Downloaded testing_table v0.3.0
4172026-09-04T21:31:48.999Z Downloaded serde_with_macros v3.22.0
4182026-09-04T21:31:48.999Z Downloaded term v1.2.1
4192026-09-04T21:31:49.024Z Downloaded serde_plain v1.0.2
4202026-09-04T21:31:49.024Z Downloaded indexmap v1.9.3
4212026-09-04T21:31:49.024Z Downloaded serde_urlencoded v0.7.1
4222026-09-04T21:31:49.024Z Downloaded spin v0.5.2
4232026-09-04T21:31:49.024Z Downloaded tokio-macros v2.7.2
4242026-09-04T21:31:49.024Z Downloaded tower-service v0.3.3
4252026-09-04T21:31:49.024Z Downloaded glob v0.3.4
4262026-09-04T21:31:49.024Z Downloaded cookie v0.18.2
4272026-09-04T21:31:49.036Z Downloaded fixedbitset v0.5.7
4282026-09-04T21:31:49.036Z Downloaded futures-executor v0.3.34
4292026-09-04T21:31:49.036Z Downloaded usdt-macro v0.6.0
4302026-09-04T21:31:49.036Z Downloaded untrusted v0.9.0
4312026-09-04T21:31:49.036Z Downloaded want v0.3.1
4322026-09-04T21:31:49.036Z Downloaded embedded-io v0.4.0
4332026-09-04T21:31:49.036Z Downloaded structmeta v0.3.0
4342026-09-04T21:31:49.036Z Downloaded rand_pcg v0.10.2
4352026-09-04T21:31:49.036Z Downloaded rustls-platform-verifier v0.7.0
4362026-09-04T21:31:49.036Z Downloaded parking_lot_core v0.8.6
4372026-09-04T21:31:49.037Z Downloaded take_mut v0.2.2
4382026-09-04T21:31:49.037Z Downloaded highway v1.3.0
4392026-09-04T21:31:49.037Z Downloaded progenitor v0.13.0
4402026-09-04T21:31:49.050Z Downloaded time-core v0.1.9
4412026-09-04T21:31:49.050Z Downloaded resolv-conf v0.7.6
4422026-09-04T21:31:49.050Z Downloaded gethostname v0.5.0
4432026-09-04T21:31:49.050Z Downloaded usdt-macro v0.5.0
4442026-09-04T21:31:49.050Z Downloaded defmt-parser v1.0.0
4452026-09-04T21:31:49.050Z Downloaded usdt-attr-macro v0.5.0
4462026-09-04T21:31:49.050Z Downloaded zone v0.3.1
4472026-09-04T21:31:49.050Z Downloaded const_format v0.2.36
4482026-09-04T21:31:49.051Z Downloaded git-stub v1.0.0
4492026-09-04T21:31:49.051Z Downloaded base64 v0.21.7
4502026-09-04T21:31:49.051Z Downloaded arc-swap v1.9.2
4512026-09-04T21:31:49.051Z Downloaded const-oid v0.10.2
4522026-09-04T21:31:49.075Z Downloaded log v0.4.33
4532026-09-04T21:31:49.075Z Downloaded spin v0.9.9
4542026-09-04T21:31:49.075Z Downloaded diff v0.1.13
4552026-09-04T21:31:49.075Z Downloaded dunce v1.0.5
4562026-09-04T21:31:49.075Z Downloaded dyn-clone v1.0.20
4572026-09-04T21:31:49.076Z Downloaded memmap2 v0.9.11
4582026-09-04T21:31:49.082Z Downloaded progenitor-macro v0.10.0
4592026-09-04T21:31:49.082Z Downloaded schemars_derive v0.8.22
4602026-09-04T21:31:49.082Z Downloaded slog-dtrace v0.3.0
4612026-09-04T21:31:49.082Z Downloaded toml v1.1.4+spec-1.1.0
4622026-09-04T21:31:49.082Z Downloaded unsafe-libyaml v0.2.11
4632026-09-04T21:31:49.082Z Downloaded num-traits v0.2.19
4642026-09-04T21:31:49.082Z Downloaded once_cell v1.21.4
4652026-09-04T21:31:49.082Z Downloaded dtrace-parser v0.2.0
4662026-09-04T21:31:49.083Z Downloaded icu_normalizer v2.2.0
4672026-09-04T21:31:49.083Z Downloaded same-file v1.0.6
4682026-09-04T21:31:49.083Z Downloaded proc-macro-error-attr v1.0.4
4692026-09-04T21:31:49.083Z Downloaded scroll_derive v0.13.1
4702026-09-04T21:31:49.083Z Downloaded progenitor v0.10.0
4712026-09-04T21:31:49.083Z Downloaded serde_tokenstream v0.2.3
4722026-09-04T21:31:49.083Z Downloaded serde_tokenstream v0.3.0
4732026-09-04T21:31:49.083Z Downloaded chacha20poly1305 v0.10.1
4742026-09-04T21:31:49.083Z Downloaded clap v4.6.6
4752026-09-04T21:31:49.101Z Downloaded futures-channel v0.3.34
4762026-09-04T21:31:49.101Z Downloaded serde-big-array v0.5.1
4772026-09-04T21:31:49.101Z Downloaded slog-term v2.9.2
4782026-09-04T21:31:49.101Z Downloaded serde_repr v0.1.21
4792026-09-04T21:31:49.101Z Downloaded sha1 v0.11.0
4802026-09-04T21:31:49.122Z Downloaded rand_chacha v0.3.1
4812026-09-04T21:31:49.122Z Downloaded deranged v0.5.8
4822026-09-04T21:31:49.123Z Downloaded rustc_version v0.1.7
4832026-09-04T21:31:49.123Z Downloaded serial_test_derive v4.0.1
4842026-09-04T21:31:49.123Z Downloaded sha1 v0.10.7
4852026-09-04T21:31:49.123Z Downloaded parking_lot_core v0.9.12
4862026-09-04T21:31:49.123Z Downloaded strum v0.26.3
4872026-09-04T21:31:49.123Z Downloaded ryu v1.0.23
4882026-09-04T21:31:49.123Z Downloaded slog-stdlog v4.1.1
4892026-09-04T21:31:49.123Z Downloaded derive-ex v0.1.8
4902026-09-04T21:31:49.123Z Downloaded thiserror-impl v2.0.20
4912026-09-04T21:31:49.123Z Downloaded toml_writer v1.1.2+spec-1.1.0
4922026-09-04T21:31:49.123Z Downloaded termtree v0.5.1
4932026-09-04T21:31:49.123Z Downloaded thiserror-impl v1.0.69
4942026-09-04T21:31:49.123Z Downloaded thread_local v1.1.10
4952026-09-04T21:31:49.123Z Downloaded base64 v0.22.1
4962026-09-04T21:31:49.123Z Downloaded bytes v1.12.1
4972026-09-04T21:31:49.123Z Downloaded crypto-bigint v0.5.5
4982026-09-04T21:31:49.157Z Downloaded usdt-attr-macro v0.6.0
4992026-09-04T21:31:49.157Z Downloaded zmij v1.0.23
5002026-09-04T21:31:49.157Z Downloaded indicatif v0.18.6
5012026-09-04T21:31:49.157Z Downloaded snafu v0.8.9
5022026-09-04T21:31:49.157Z Downloaded password-hash v0.5.0
5032026-09-04T21:31:49.157Z Downloaded miniz_oxide v0.8.9
5042026-09-04T21:31:49.157Z Downloaded rustls-pemfile v2.2.0
5052026-09-04T21:31:49.158Z Downloaded rustls-pki-types v1.15.1
5062026-09-04T21:31:49.158Z Downloaded tinyvec_macros v0.1.1
5072026-09-04T21:31:49.158Z Downloaded unit-prefix v0.5.2
5082026-09-04T21:31:49.158Z Downloaded waitgroup v0.1.2
5092026-09-04T21:31:49.158Z Downloaded strum_macros v0.27.2
5102026-09-04T21:31:49.158Z Downloaded fs_extra v1.3.0
5112026-09-04T21:31:49.158Z Downloaded icu_normalizer_data v2.2.0
5122026-09-04T21:31:49.158Z Downloaded either v1.17.0
5132026-09-04T21:31:49.158Z Downloaded typify v0.6.2
5142026-09-04T21:31:49.158Z Downloaded group v0.13.0
5152026-09-04T21:31:49.158Z Downloaded icu_locale_core v2.2.0
5162026-09-04T21:31:49.172Z Downloaded foreign-types-shared v0.3.1
5172026-09-04T21:31:49.172Z Downloaded opaque-debug v0.3.1
5182026-09-04T21:31:49.172Z Downloaded phf v0.12.1
5192026-09-04T21:31:49.173Z Downloaded pin-project-internal v1.1.13
5202026-09-04T21:31:49.173Z Downloaded progenitor-client v0.13.0
5212026-09-04T21:31:49.173Z Downloaded rand_chacha v0.9.0
5222026-09-04T21:31:49.173Z Downloaded strum_macros v0.28.0
5232026-09-04T21:31:49.173Z Downloaded toml v0.8.23
5242026-09-04T21:31:49.173Z Downloaded pin-project-lite v0.2.17
5252026-09-04T21:31:49.173Z Downloaded rustc_version v0.4.1
5262026-09-04T21:31:49.173Z Downloaded scroll v0.12.0
5272026-09-04T21:31:49.173Z Downloaded smawk v0.3.3
5282026-09-04T21:31:49.174Z Downloaded errno v0.3.14
5292026-09-04T21:31:49.174Z Downloaded slog-json v2.6.1
5302026-09-04T21:31:49.174Z Downloaded static_assertions v1.1.0
5312026-09-04T21:31:49.174Z Downloaded thiserror v1.0.69
5322026-09-04T21:31:49.174Z Downloaded futures-task v0.3.34
5332026-09-04T21:31:49.174Z Downloaded scopeguard v1.2.0
5342026-09-04T21:31:49.174Z Downloaded serde_spanned v0.6.9
5352026-09-04T21:31:49.174Z Downloaded percent-encoding v2.3.2
5362026-09-04T21:31:49.203Z Downloaded elliptic-curve v0.13.8
5372026-09-04T21:31:49.203Z Downloaded crossbeam-channel v0.5.16
5382026-09-04T21:31:49.204Z Downloaded pin-project v1.1.13
5392026-09-04T21:31:49.204Z Downloaded httparse v1.10.1
5402026-09-04T21:31:49.204Z Downloaded postcard v1.1.3
5412026-09-04T21:31:49.204Z Downloaded papergrid v0.11.0
5422026-09-04T21:31:49.204Z Downloaded defmt v0.3.100
5432026-09-04T21:31:49.209Z Downloaded digest v0.10.7
5442026-09-04T21:31:49.209Z Downloaded thread-id v4.2.2
5452026-09-04T21:31:49.209Z Downloaded serde_core v1.0.229
5462026-09-04T21:31:49.209Z Downloaded icu_collections v2.2.0
5472026-09-04T21:31:49.209Z Downloaded schemars v1.2.2
5482026-09-04T21:31:49.209Z Downloaded embedded-io v0.6.1
5492026-09-04T21:31:49.209Z Downloaded globset v0.4.20
5502026-09-04T21:31:49.221Z Downloaded foreign-types v0.3.2
5512026-09-04T21:31:49.248Z Downloaded toml v0.9.12+spec-1.1.0
5522026-09-04T21:31:49.249Z Downloaded xz2 v0.1.7
5532026-09-04T21:31:49.249Z Downloaded zeroize v1.9.0
5542026-09-04T21:31:49.249Z Downloaded rusty-fork v0.3.1
5552026-09-04T21:31:49.249Z Downloaded quote v1.0.47
5562026-09-04T21:31:49.249Z Downloaded universal-hash v0.5.1
5572026-09-04T21:31:49.249Z Downloaded semver v0.1.20
5582026-09-04T21:31:49.278Z Downloaded subtle v2.6.1
5592026-09-04T21:31:49.278Z Downloaded unicode-xid v0.2.6
5602026-09-04T21:31:49.278Z Downloaded dof v0.4.0
5612026-09-04T21:31:49.278Z Downloaded fxhash v0.2.1
5622026-09-04T21:31:49.278Z Downloaded generic-array v0.14.7
5632026-09-04T21:31:49.278Z Downloaded heapless v0.8.0
5642026-09-04T21:31:49.278Z Downloaded smf v0.2.3
5652026-09-04T21:31:49.279Z Downloaded foldhash v0.2.0
5662026-09-04T21:31:49.279Z Downloaded progenitor-impl v0.13.0
5672026-09-04T21:31:49.279Z Downloaded pest_derive v2.8.8
5682026-09-04T21:31:49.279Z Downloaded strum_macros v0.26.4
5692026-09-04T21:31:49.279Z Downloaded utf8_iter v1.0.4
5702026-09-04T21:31:49.279Z Downloaded utf8parse v0.2.2
5712026-09-04T21:31:49.279Z Downloaded float-ord v0.3.2
5722026-09-04T21:31:49.279Z Downloaded indexmap v2.14.0
5732026-09-04T21:31:49.279Z Downloaded quick-error v1.2.3
5742026-09-04T21:31:49.279Z Downloaded cc v1.4.2
5752026-09-04T21:31:49.298Z Downloaded minimal-lexical v0.2.1
5762026-09-04T21:31:49.298Z Downloaded progenitor-extras v0.2.0
5772026-09-04T21:31:49.298Z Downloaded defmt-macros v1.1.1
5782026-09-04T21:31:49.298Z Downloaded plain v0.2.3
5792026-09-04T21:31:49.298Z Downloaded serde_derive_internals v0.29.1
5802026-09-04T21:31:49.298Z Downloaded potential_utf v0.1.5
5812026-09-04T21:31:49.298Z Downloaded powerfmt v0.2.0
5822026-09-04T21:31:49.298Z Downloaded serial_test v4.0.1
5832026-09-04T21:31:49.299Z Downloaded toml_datetime v0.6.11
5842026-09-04T21:31:49.299Z Downloaded hyper-util v0.1.20
5852026-09-04T21:31:49.299Z Downloaded tower-layer v0.3.3
5862026-09-04T21:31:49.299Z Downloaded typify-macro v0.4.3
5872026-09-04T21:31:49.299Z Downloaded progenitor-impl v0.14.0
5882026-09-04T21:31:49.299Z Downloaded http-body-util v0.1.5
5892026-09-04T21:31:49.299Z Downloaded toml_edit v0.19.15
5902026-09-04T21:31:49.313Z Downloaded futures v0.3.34
5912026-09-04T21:31:49.313Z Downloaded tower v0.5.3
5922026-09-04T21:31:49.313Z Downloaded typify v0.4.3
5932026-09-04T21:31:49.314Z Downloaded hmac v0.12.1
5942026-09-04T21:31:49.314Z Downloaded pkg-config v0.3.33
5952026-09-04T21:31:49.314Z Downloaded quinn-udp v0.5.15
5962026-09-04T21:31:49.314Z Downloaded dropshot_endpoint v0.17.1
5972026-09-04T21:31:49.314Z Downloaded half v2.7.1
5982026-09-04T21:31:49.329Z Downloaded zeroize_derive v1.5.0
5992026-09-04T21:31:49.329Z Downloaded rand v0.8.7
6002026-09-04T21:31:49.340Z Downloaded zone_cfg_derive v0.3.1
6012026-09-04T21:31:49.340Z Downloaded foldhash v0.1.5
6022026-09-04T21:31:49.340Z Downloaded openssl-sys v0.9.117
6032026-09-04T21:31:49.340Z Downloaded progenitor-macro v0.13.0
6042026-09-04T21:31:49.340Z Downloaded swrite v0.1.0
6052026-09-04T21:31:49.340Z Downloaded uuid v1.26.0
6062026-09-04T21:31:49.340Z Downloaded similar v3.2.0
6072026-09-04T21:31:49.340Z Downloaded find-msvc-tools v0.1.10
6082026-09-04T21:31:49.340Z Downloaded getrandom v0.2.17
6092026-09-04T21:31:49.340Z Downloaded parking_lot v0.12.5
6102026-09-04T21:31:49.340Z Downloaded mio v1.2.2
6112026-09-04T21:31:49.340Z Downloaded foreign-types-shared v0.1.1
6122026-09-04T21:31:49.340Z Downloaded http-body v1.1.0
6132026-09-04T21:31:49.341Z Downloaded oxide-tokio-rt v0.1.6
6142026-09-04T21:31:49.341Z Downloaded slog-envlogger v2.2.0
6152026-09-04T21:31:49.362Z Downloaded pest_generator v2.8.8
6162026-09-04T21:31:49.362Z Downloaded rand_core v0.10.1
6172026-09-04T21:31:49.363Z Downloaded tabwriter v1.4.1
6182026-09-04T21:31:49.363Z Downloaded slog-async v2.8.0
6192026-09-04T21:31:49.363Z Downloaded itertools v0.12.1
6202026-09-04T21:31:49.363Z Downloaded memchr v2.8.3
6212026-09-04T21:31:49.369Z Downloaded derive_more v0.99.20
6222026-09-04T21:31:49.369Z Downloaded ppv-lite86 v0.2.21
6232026-09-04T21:31:49.369Z Downloaded rhai_codegen v3.2.0
6242026-09-04T21:31:49.370Z Downloaded oxnet v0.1.7
6252026-09-04T21:31:49.370Z Downloaded slog-scope v4.4.1
6262026-09-04T21:31:49.370Z Downloaded thread-id v5.1.0
6272026-09-04T21:31:49.370Z Downloaded equivalent v1.0.2
6282026-09-04T21:31:49.370Z Downloaded wait-timeout v0.2.1
6292026-09-04T21:31:49.370Z Downloaded ref-cast-impl v1.0.26
6302026-09-04T21:31:49.370Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6312026-09-04T21:31:49.370Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6322026-09-04T21:31:49.370Z Downloaded tungstenite v0.21.0
6332026-09-04T21:31:49.817Z Downloaded unicode-ident v1.0.24
6342026-09-04T21:31:49.817Z Downloaded time-macros v0.2.32
6352026-09-04T21:31:49.817Z Downloaded vsss-rs v3.3.4
6362026-09-04T21:31:49.817Z Downloaded tracing-attributes v0.1.31
6372026-09-04T21:31:49.817Z Downloaded foreign-types-macros v0.2.4
6382026-09-04T21:31:49.817Z Downloaded progenitor-client v0.14.0
6392026-09-04T21:31:49.817Z Downloaded ref-cast v1.0.26
6402026-09-04T21:31:49.817Z Downloaded usdt v0.5.0
6412026-09-04T21:31:49.855Z Downloaded rand v0.9.5
6422026-09-04T21:31:49.855Z Downloaded hickory-resolver v0.25.2
6432026-09-04T21:31:49.855Z Downloaded dropshot-api-manager-types v0.8.0
6442026-09-04T21:31:49.855Z Downloaded fastrand v2.5.0
6452026-09-04T21:31:49.855Z Downloaded hash32 v0.3.1
6462026-09-04T21:31:49.856Z Downloaded zerovec-derive v0.11.3
6472026-09-04T21:31:49.856Z Downloaded jiff-core v0.1.0
6482026-09-04T21:31:49.856Z Downloaded progenitor v0.14.0
6492026-09-04T21:31:49.856Z Downloaded zerocopy-derive v0.7.35
6502026-09-04T21:31:49.856Z Downloaded pest_meta v2.8.8
6512026-09-04T21:31:49.856Z Downloaded idna v1.1.0
6522026-09-04T21:31:49.856Z Downloaded shlex v2.0.1
6532026-09-04T21:31:49.856Z Downloaded sync_wrapper v1.0.2
6542026-09-04T21:31:49.856Z Downloaded typeid v1.0.3
6552026-09-04T21:31:49.856Z Downloaded unarray v0.1.4
6562026-09-04T21:31:49.857Z Downloaded typed-path v0.9.3
6572026-09-04T21:31:49.857Z Downloaded walkdir v2.5.0
6582026-09-04T21:31:49.857Z Downloaded toml_edit v0.25.13+spec-1.1.0
6592026-09-04T21:31:49.857Z Downloaded serde_yaml v0.9.34+deprecated
6602026-09-04T21:31:49.857Z Downloaded defmt v1.1.1
6612026-09-04T21:31:49.857Z Downloaded owo-colors v4.3.0
6622026-09-04T21:31:49.857Z Downloaded writeable v0.6.3
6632026-09-04T21:31:49.857Z Downloaded zerocopy-derive v0.8.56
6642026-09-04T21:31:49.857Z Downloaded git-stub-vcs v0.1.0
6652026-09-04T21:31:49.857Z Downloaded openssl-macros v0.1.1
6662026-09-04T21:31:49.857Z Downloaded heck v0.5.0
6672026-09-04T21:31:49.857Z Downloaded openssl-probe v0.2.1
6682026-09-04T21:31:49.857Z Downloaded tagptr v0.2.0
6692026-09-04T21:31:49.857Z Downloaded hashbrown v0.12.3
6702026-09-04T21:31:49.857Z Downloaded strsim v0.11.1
6712026-09-04T21:31:49.858Z Downloaded parse-display-derive v0.10.0
6722026-09-04T21:31:49.858Z Downloaded sha2 v0.10.9
6732026-09-04T21:31:49.858Z Downloaded toml_edit v0.22.27
6742026-09-04T21:31:49.858Z Downloaded fnv v1.0.7
6752026-09-04T21:31:49.858Z Downloaded structmeta-derive v0.3.0
6762026-09-04T21:31:49.858Z Downloaded nom v8.0.0
6772026-09-04T21:31:49.858Z Downloaded test-strategy v0.4.5
6782026-09-04T21:31:49.858Z Downloaded fs-err v3.3.1
6792026-09-04T21:31:49.858Z Downloaded snafu-derive v0.8.9
6802026-09-04T21:31:49.858Z Downloaded tokio-rustls v0.26.4
6812026-09-04T21:31:49.858Z Downloaded tracing-core v0.1.36
6822026-09-04T21:31:49.858Z Downloaded rand_core v0.6.4
6832026-09-04T21:31:49.858Z Downloaded rustls-native-certs v0.8.4
6842026-09-04T21:31:49.858Z Downloaded port-file v0.1.0
6852026-09-04T21:31:49.859Z Downloaded debug-ignore v1.0.5
6862026-09-04T21:31:49.859Z Downloaded rustversion v1.0.23
6872026-09-04T21:31:49.859Z Downloaded futures-sink v0.3.34
6882026-09-04T21:31:49.859Z Downloaded futures-macro v0.3.34
6892026-09-04T21:31:49.859Z Downloaded progenitor-client v0.10.0
6902026-09-04T21:31:49.859Z Downloaded quinn v0.11.11
6912026-09-04T21:31:49.859Z Downloaded thiserror-impl-no-std v2.0.2
6922026-09-04T21:31:49.859Z Downloaded papergrid v0.18.0
6932026-09-04T21:31:49.859Z Downloaded itertools v0.15.0
6942026-09-04T21:31:49.859Z Downloaded flate2 v1.1.9
6952026-09-04T21:31:49.859Z Downloaded parking_lot v0.11.2
6962026-09-04T21:31:49.860Z Downloaded signal-hook-registry v1.4.8
6972026-09-04T21:31:49.860Z Downloaded yoke v0.8.3
6982026-09-04T21:31:49.860Z Downloaded itertools v0.14.0
6992026-09-04T21:31:49.860Z Downloaded displaydoc v0.2.7
7002026-09-04T21:31:49.860Z Downloaded expectorate v1.3.0
7012026-09-04T21:31:49.860Z Downloaded paste v1.0.15
7022026-09-04T21:31:49.860Z Downloaded slab v0.4.12
7032026-09-04T21:31:49.860Z Downloaded qorb v0.4.1
7042026-09-04T21:31:49.860Z Downloaded usdt v0.6.0
7052026-09-04T21:31:49.861Z Downloaded slog-bunyan v2.5.0
7062026-09-04T21:31:49.861Z Downloaded erased-serde v0.3.31
7072026-09-04T21:31:49.861Z Downloaded icu_properties_data v2.2.0
7082026-09-04T21:31:49.861Z Downloaded sigpipe v0.1.3
7092026-09-04T21:31:49.861Z Downloaded http v1.5.0
7102026-09-04T21:31:49.861Z Downloaded hex v0.4.3
7112026-09-04T21:31:49.861Z Downloaded ff v0.13.1
7122026-09-04T21:31:49.861Z Downloaded hostname v0.3.1
7132026-09-04T21:31:49.861Z Downloaded digest v0.11.3
7142026-09-04T21:31:49.861Z Downloaded pem v3.0.6
7152026-09-04T21:31:49.862Z Downloaded poly1305 v0.8.0
7162026-09-04T21:31:49.862Z Downloaded rayon-core v1.13.0
7172026-09-04T21:31:49.862Z Downloaded proc-macro2 v1.0.107
7182026-09-04T21:31:49.862Z Downloaded usdt-impl v0.6.0
7192026-09-04T21:31:49.862Z Downloaded schemars v0.9.0
7202026-09-04T21:31:49.862Z Downloaded tiny-keccak v2.0.2
7212026-09-04T21:31:49.862Z Downloaded proc-macro-crate v1.3.1
7222026-09-04T21:31:49.862Z Downloaded libm v0.2.16
7232026-09-04T21:31:49.862Z Downloaded hyper v1.11.1
7242026-09-04T21:31:49.862Z Downloaded toml_parser v1.1.3+spec-1.1.0
7252026-09-04T21:31:49.862Z Downloaded slog v2.8.2
7262026-09-04T21:31:49.862Z Downloaded textwrap v0.16.2
7272026-09-04T21:31:49.862Z Downloaded rustls-webpki v0.103.14
7282026-09-04T21:31:49.863Z Downloaded smallvec v1.15.2
7292026-09-04T21:31:49.863Z Downloaded tinyvec v1.12.0
7302026-09-04T21:31:49.863Z Downloaded getrandom v0.3.4
7312026-09-04T21:31:49.863Z Downloaded thin-vec v0.2.19
7322026-09-04T21:31:49.863Z Downloaded semver v1.0.28
7332026-09-04T21:31:49.863Z Downloaded tokio-stream v0.1.19
7342026-09-04T21:31:49.863Z Downloaded drift v0.2.0
7352026-09-04T21:31:49.863Z Downloaded getrandom v0.4.3
7362026-09-04T21:31:49.863Z Downloaded schemars v0.8.22
7372026-09-04T21:31:49.863Z Downloaded ucd-trie v0.1.7
7382026-09-04T21:31:49.863Z Downloaded socket2 v0.6.5
7392026-09-04T21:31:49.863Z Downloaded pretty_assertions v1.4.1
7402026-09-04T21:31:49.864Z Downloaded pest v2.8.8
7412026-09-04T21:31:49.902Z Downloaded progenitor-impl v0.10.0
7422026-09-04T21:31:49.902Z Downloaded proc-macro-error v1.0.4
7432026-09-04T21:31:49.902Z Downloaded tower-http v0.6.11
7442026-09-04T21:31:49.902Z Downloaded rand_core v0.9.5
7452026-09-04T21:31:49.902Z Downloaded clap_builder v4.6.6
7462026-09-04T21:31:49.902Z Downloaded unicode-segmentation v1.13.3
7472026-09-04T21:31:49.903Z Downloaded zerocopy v0.7.35
7482026-09-04T21:31:49.903Z Downloaded iddqd v0.4.6
7492026-09-04T21:31:49.903Z Downloaded rand v0.10.2
7502026-09-04T21:31:49.903Z Downloaded aho-corasick v1.1.5
7512026-09-04T21:31:49.903Z Downloaded reqwest v0.13.4
7522026-09-04T21:31:49.903Z Downloaded serde_derive v1.0.229
7532026-09-04T21:31:49.903Z Downloaded serde v1.0.229
7542026-09-04T21:31:49.903Z Downloaded tempfile v3.27.0
7552026-09-04T21:31:49.903Z Downloaded hickory-resolver v0.24.4
7562026-09-04T21:31:49.903Z Downloaded steno v0.4.1
7572026-09-04T21:31:49.903Z Downloaded url v2.5.8
7582026-09-04T21:31:49.903Z Downloaded yansi v1.0.1
7592026-09-04T21:31:49.903Z Downloaded serde_json v1.0.151
7602026-09-04T21:31:49.904Z Downloaded prettyplease v0.2.37
7612026-09-04T21:31:49.904Z Downloaded derive-where v1.6.1
7622026-09-04T21:31:49.904Z Downloaded darling_core v0.23.0
7632026-09-04T21:31:49.904Z Downloaded zerotrie v0.2.4
7642026-09-04T21:31:49.904Z Downloaded vcpkg v0.2.15
7652026-09-04T21:31:49.904Z Downloaded regex v1.13.1
7662026-09-04T21:31:49.904Z Downloaded moka v0.12.16
7672026-09-04T21:31:49.904Z Downloaded winnow v1.0.4
7682026-09-04T21:31:49.904Z Downloaded hashbrown v0.17.1
7692026-09-04T21:31:49.904Z Downloaded chrono v0.4.45
7702026-09-04T21:31:49.904Z Downloaded unicode-normalization v0.1.25
7712026-09-04T21:31:49.904Z Downloaded rayon v1.12.0
7722026-09-04T21:31:49.904Z Downloaded zerovec v0.11.6
7732026-09-04T21:31:49.904Z Downloaded portable-atomic v1.15.0
7742026-09-04T21:31:49.904Z Downloaded tokio-util v0.7.19
7752026-09-04T21:31:49.905Z Downloaded winnow v0.7.15
7762026-09-04T21:31:49.905Z Downloaded webpki-roots v1.0.9
7772026-09-04T21:31:49.905Z Downloaded h2 v0.4.15
7782026-09-04T21:31:49.905Z Downloaded tabled v0.15.0
7792026-09-04T21:31:49.905Z Downloaded hashbrown v0.16.1
7802026-09-04T21:31:49.905Z Downloaded typenum v1.20.1
7812026-09-04T21:31:49.905Z Downloaded aws-lc-rs v1.18.0
7822026-09-04T21:31:49.905Z Downloaded proptest v1.11.0
7832026-09-04T21:31:49.905Z Downloaded unicode-width v0.1.14
7842026-09-04T21:31:49.905Z Downloaded zerocopy v0.8.56
7852026-09-04T21:31:49.905Z Downloaded dropshot-api-manager v0.8.0
7862026-09-04T21:31:49.905Z Downloaded ron v0.12.2
7872026-09-04T21:31:49.905Z Downloaded serde_with v3.22.0
7882026-09-04T21:31:49.905Z Downloaded tough v0.22.0
7892026-09-04T21:31:49.905Z Downloaded syn v3.0.3
7902026-09-04T21:31:49.906Z Downloaded nix v0.31.3
7912026-09-04T21:31:49.906Z Downloaded quinn-proto v0.11.16
7922026-09-04T21:31:49.906Z Downloaded futures-util v0.3.34
7932026-09-04T21:31:49.947Z Downloaded hashbrown v0.15.5
7942026-09-04T21:31:49.947Z Downloaded time v0.3.55
7952026-09-04T21:31:49.947Z Downloaded regex-syntax v0.8.11
7962026-09-04T21:31:49.947Z Downloaded winnow v0.5.40
7972026-09-04T21:31:49.978Z Downloaded reqwest v0.12.28
7982026-09-04T21:31:49.978Z Downloaded openapiv3 v2.2.0
7992026-09-04T21:31:49.978Z Downloaded goblin v0.10.7
8002026-09-04T21:31:49.978Z Downloaded openssl v0.10.81
8012026-09-04T21:31:49.979Z Downloaded hkdf v0.12.4
8022026-09-04T21:31:49.979Z Downloaded curve25519-dalek v4.1.3
8032026-09-04T21:31:49.979Z Downloaded tabled v0.21.0
8042026-09-04T21:31:49.979Z Downloaded hickory-proto v0.24.4
8052026-09-04T21:31:50.000Z Downloaded goblin v0.8.2
8062026-09-04T21:31:50.000Z Downloaded unicode-width v0.2.2
8072026-09-04T21:31:50.000Z Downloaded syn v1.0.109
8082026-09-04T21:31:50.042Z Downloaded sled v0.34.7
8092026-09-04T21:31:50.042Z Downloaded bstr v1.13.1
8102026-09-04T21:31:50.042Z Downloaded typify-impl v0.4.3
8112026-09-04T21:31:50.042Z Downloaded rustix v1.1.4
8122026-09-04T21:31:50.077Z Downloaded typify-impl v0.6.2
8132026-09-04T21:31:50.077Z Downloaded dropshot v0.17.1
8142026-09-04T21:31:50.077Z Downloaded rustls v0.23.43
8152026-09-04T21:31:50.077Z Downloaded smoltcp v0.11.0
8162026-09-04T21:31:50.098Z Downloaded rhai v1.26.0
8172026-09-04T21:31:50.098Z Downloaded regress v0.10.5
8182026-09-04T21:31:50.098Z Downloaded jiff v0.2.35
8192026-09-04T21:31:50.098Z Downloaded syn v2.0.119
8202026-09-04T21:31:50.098Z Downloaded rustix v0.38.44
8212026-09-04T21:31:50.110Z Downloaded regress v0.11.1
8222026-09-04T21:31:50.110Z Downloaded regex-automata v0.4.18
8232026-09-04T21:31:50.110Z Downloaded petgraph v0.6.5
8242026-09-04T21:31:50.143Z Downloaded hickory-proto v0.25.2
8252026-09-04T21:31:50.151Z Downloaded lzma-sys v0.1.20
8262026-09-04T21:31:50.151Z Downloaded sha3 v0.10.9
8272026-09-04T21:31:50.152Z Downloaded libc v0.2.189
8282026-09-04T21:31:50.192Z Downloaded tokio v1.53.1
8292026-09-04T21:31:50.203Z Downloaded tracing v0.1.44
8302026-09-04T21:31:50.203Z Downloaded encoding_rs v0.8.35
8312026-09-04T21:31:50.227Z Downloaded chrono-tz v0.10.4
8322026-09-04T21:31:50.241Z Downloaded petgraph v0.8.3
8332026-09-04T21:31:50.255Z Downloaded csv v1.4.0
8342026-09-04T21:31:50.353Z Downloaded ring v0.17.14
8352026-09-04T21:31:50.960Z Downloaded aws-lc-sys v0.44.0
8362026-09-04T21:31:51.530Z Compiling proc-macro2 v1.0.107
8372026-09-04T21:31:51.530Z Compiling quote v1.0.47
8382026-09-04T21:31:51.530Z Compiling unicode-ident v1.0.24
8392026-09-04T21:31:51.540Z Compiling serde_core v1.0.229
8402026-09-04T21:31:51.540Z Compiling serde v1.0.229
8412026-09-04T21:31:51.540Z Compiling libc v0.2.189
8422026-09-04T21:31:51.540Z Compiling zmij v1.0.23
8432026-09-04T21:31:51.540Z Compiling autocfg v1.5.1
8442026-09-04T21:31:51.865Z Compiling libm v0.2.16
8452026-09-04T21:31:52.190Z Compiling icu_normalizer_data v2.2.0
8462026-09-04T21:31:52.209Z Compiling icu_properties_data v2.2.0
8472026-09-04T21:31:52.209Z Compiling serde_json v1.0.151
8482026-09-04T21:31:52.300Z Compiling num-traits v0.2.19
8492026-09-04T21:31:52.319Z Compiling getrandom v0.4.3
8502026-09-04T21:31:52.513Z Compiling memchr v2.8.3
8512026-09-04T21:31:52.666Z Compiling thiserror v2.0.20
8522026-09-04T21:31:52.735Z Compiling version_check v0.9.5
8532026-09-04T21:31:53.031Z Compiling schemars v0.8.22
8542026-09-04T21:31:53.118Z Compiling syn v2.0.119
8552026-09-04T21:31:53.177Z Compiling syn v3.0.3
8562026-09-04T21:31:53.218Z Checking cfg-if v1.0.4
8572026-09-04T21:31:53.295Z Compiling parking_lot_core v0.9.12
8582026-09-04T21:31:53.369Z Compiling zerocopy v0.8.56
8592026-09-04T21:31:53.389Z Compiling heck v0.5.0
8602026-09-04T21:31:53.582Z Compiling portable-atomic v1.15.0
8612026-09-04T21:31:53.604Z Compiling rustversion v1.0.23
8622026-09-04T21:31:53.818Z Compiling itoa v1.0.18
8632026-09-04T21:31:53.997Z Compiling jobserver v0.1.35
8642026-09-04T21:31:54.056Z Compiling shlex v2.0.1
8652026-09-04T21:31:54.087Z Compiling find-msvc-tools v0.1.10
8662026-09-04T21:31:54.315Z Compiling cc v1.4.2
8672026-09-04T21:31:54.419Z Compiling pkg-config v0.3.33
8682026-09-04T21:31:54.566Z Compiling dunce v1.0.5
8692026-09-04T21:31:54.668Z Compiling fs_extra v1.3.0
8702026-09-04T21:31:54.849Z Compiling semver v1.0.28
8712026-09-04T21:31:54.869Z Compiling log v0.4.33
8722026-09-04T21:31:54.905Z Compiling httparse v1.10.1
8732026-09-04T21:31:54.923Z Compiling slog v2.8.2
8742026-09-04T21:31:55.046Z Compiling rustix v1.1.4
8752026-09-04T21:31:55.143Z Compiling cmake v0.1.58
8762026-09-04T21:31:55.267Z Checking stable_deref_trait v1.2.1
8772026-09-04T21:31:55.300Z Compiling allocator-api2 v0.2.21
8782026-09-04T21:31:55.347Z Compiling equivalent v1.0.2
8792026-09-04T21:31:55.420Z Compiling thiserror v1.0.69
8802026-09-04T21:31:55.594Z Checking litemap v0.8.2
8812026-09-04T21:31:55.611Z Compiling aws-lc-sys v0.44.0
8822026-09-04T21:31:55.631Z Checking writeable v0.6.3
8832026-09-04T21:31:55.647Z Checking utf8_iter v1.0.4
8842026-09-04T21:31:55.780Z Compiling ring v0.17.14
8852026-09-04T21:31:55.802Z Compiling aws-lc-rs v1.18.0
8862026-09-04T21:31:55.819Z Checking percent-encoding v2.3.2
8872026-09-04T21:31:55.908Z Compiling synstructure v0.13.2
8882026-09-04T21:31:55.999Z Compiling serde_derive_internals v0.29.1
8892026-09-04T21:31:56.398Z Compiling regex-syntax v0.8.11
8902026-09-04T21:31:56.423Z Compiling serde_derive v1.0.229
8912026-09-04T21:31:56.438Z Compiling displaydoc v0.2.7
8922026-09-04T21:31:56.749Z Compiling thiserror-impl v2.0.20
8932026-09-04T21:31:56.799Z Compiling tokio-macros v2.7.2
8942026-09-04T21:31:57.080Z Compiling futures-macro v0.3.34
8952026-09-04T21:31:57.162Z Compiling zerofrom-derive v0.1.7
8962026-09-04T21:31:57.201Z Compiling yoke-derive v0.8.2
8972026-09-04T21:31:57.523Z Compiling zerovec-derive v0.11.3
8982026-09-04T21:31:57.871Z Compiling schemars_derive v0.8.22
8992026-09-04T21:31:57.935Z Compiling zeroize_derive v1.5.0
9002026-09-04T21:31:58.273Z Compiling zerocopy-derive v0.8.56
9012026-09-04T21:31:58.447Z Compiling tracing-attributes v0.1.31
9022026-09-04T21:31:58.605Z Checking zerofrom v0.1.8
9032026-09-04T21:31:58.693Z Compiling thiserror-impl v1.0.69
9042026-09-04T21:31:58.743Z Checking yoke v0.8.3
9052026-09-04T21:31:58.908Z Checking zerovec v0.11.6
9062026-09-04T21:31:59.437Z Checking smallvec v1.15.2
9072026-09-04T21:31:59.475Z Compiling serde_tokenstream v0.2.3
9082026-09-04T21:31:59.610Z Checking bytes v1.12.1
9092026-09-04T21:31:59.633Z Checking tinystr v0.8.3
9102026-09-04T21:31:59.664Z Checking potential_utf v0.1.5
9112026-09-04T21:31:59.754Z Checking zerotrie v0.2.4
9122026-09-04T21:31:59.790Z Checking icu_collections v2.2.0
9132026-09-04T21:31:59.830Z Checking icu_locale_core v2.2.0
9142026-09-04T21:31:59.974Z Checking form_urlencoded v1.2.2
9152026-09-04T21:32:00.030Z Compiling aho-corasick v1.1.5
9162026-09-04T21:32:00.098Z Checking rand_core v0.10.1
9172026-09-04T21:32:00.101Z Compiling ucd-trie v0.1.7
9182026-09-04T21:32:00.207Z Compiling rustls v0.23.43
9192026-09-04T21:32:00.342Z Compiling anyhow v1.0.104
9202026-09-04T21:32:00.388Z Compiling pest v2.8.8
9212026-09-04T21:32:00.410Z Checking icu_provider v2.2.0
9222026-09-04T21:32:00.468Z Compiling getrandom v0.3.4
9232026-09-04T21:32:00.502Z Compiling hashbrown v0.17.1
9242026-09-04T21:32:00.647Z Checking icu_normalizer v2.2.0
9252026-09-04T21:32:00.668Z Checking icu_properties v2.2.0
9262026-09-04T21:32:00.817Z Compiling regex-automata v0.4.18
9272026-09-04T21:32:01.072Z Compiling crossbeam-utils v0.8.22
9282026-09-04T21:32:01.390Z Compiling indexmap v2.14.0
9292026-09-04T21:32:01.453Z Checking iana-time-zone v0.1.65
9302026-09-04T21:32:01.477Z Compiling pest_meta v2.8.8
9312026-09-04T21:32:01.953Z Checking idna_adapter v1.2.2
9322026-09-04T21:32:01.956Z Checking chrono v0.4.45
9332026-09-04T21:32:01.957Z Compiling time-core v0.1.9
9342026-09-04T21:32:01.957Z Checking idna v1.1.0
9352026-09-04T21:32:01.957Z Compiling paste v1.0.15
9362026-09-04T21:32:01.957Z Compiling num-conv v0.2.2
9372026-09-04T21:32:01.957Z Checking url v2.5.8
9382026-09-04T21:32:02.018Z Compiling time-macros v0.2.32
9392026-09-04T21:32:02.123Z Compiling pest_generator v2.8.8
9402026-09-04T21:32:02.415Z Compiling strsim v0.11.1
9412026-09-04T21:32:02.725Z Compiling regex v1.13.1
9422026-09-04T21:32:02.764Z Compiling pest_derive v2.8.8
9432026-09-04T21:32:02.926Z Checking uuid v1.26.0
9442026-09-04T21:32:03.109Z Compiling async-trait v0.1.92
9452026-09-04T21:32:03.157Z Compiling byteorder v1.5.0
9462026-09-04T21:32:03.235Z Compiling camino v1.2.5
9472026-09-04T21:32:03.353Z Compiling ident_case v1.0.1
9482026-09-04T21:32:03.901Z Checking dyn-clone v1.0.20
9492026-09-04T21:32:03.905Z Checking errno v0.3.14
9502026-09-04T21:32:03.905Z Compiling scroll_derive v0.13.1
9512026-09-04T21:32:04.029Z Compiling omicron-workspace-hack v0.1.0
9522026-09-04T21:32:04.173Z Compiling slog-async v2.8.0
9532026-09-04T21:32:04.673Z Compiling generic-array v0.14.7
9542026-09-04T21:32:04.676Z Compiling crc32fast v1.5.0
9552026-09-04T21:32:04.676Z Compiling usdt-impl v0.6.0
9562026-09-04T21:32:04.676Z Compiling scroll v0.13.0
9572026-09-04T21:32:04.676Z Compiling plain v0.2.3
9582026-09-04T21:32:04.764Z Compiling daft-derive v0.1.8
9592026-09-04T21:32:04.857Z Compiling goblin v0.10.7
9602026-09-04T21:32:04.873Z Compiling pretty-hex v0.4.2
9612026-09-04T21:32:04.999Z Checking pin-project-lite v0.2.17
9622026-09-04T21:32:05.093Z Compiling dtrace-parser v0.3.0
9632026-09-04T21:32:05.611Z Compiling thread-id v5.1.0
9642026-09-04T21:32:06.021Z Compiling syn v1.0.109
9652026-09-04T21:32:06.021Z Compiling darling_core v0.23.0
9662026-09-04T21:32:06.021Z Checking bitflags v2.13.1
9672026-09-04T21:32:06.024Z Checking getrandom v0.2.17
9682026-09-04T21:32:06.024Z Checking zeroize v1.9.0
9692026-09-04T21:32:06.511Z Compiling multer v3.1.0
9702026-09-04T21:32:06.638Z Compiling async-stream-impl v0.3.6
9712026-09-04T21:32:06.955Z Checking socket2 v0.6.5
9722026-09-04T21:32:07.096Z Checking scopeguard v1.2.0
9732026-09-04T21:32:07.222Z Checking lock_api v0.4.14
9742026-09-04T21:32:07.260Z Compiling ref-cast v1.0.26
9752026-09-04T21:32:07.501Z Compiling ref-cast-impl v1.0.26
9762026-09-04T21:32:07.630Z Compiling dropshot v0.17.1
9772026-09-04T21:32:07.646Z Compiling dof v0.4.0
9782026-09-04T21:32:07.803Z Compiling darling_macro v0.23.0
9792026-09-04T21:32:07.850Z Checking critical-section v1.2.0
9802026-09-04T21:32:08.067Z Checking once_cell v1.21.4
9812026-09-04T21:32:08.144Z Compiling dropshot_endpoint v0.17.1
9822026-09-04T21:32:08.445Z Compiling darling v0.23.0
9832026-09-04T21:32:08.610Z Checking parking_lot v0.12.5
9842026-09-04T21:32:08.648Z Compiling serde_tokenstream v0.3.0
9852026-09-04T21:32:08.868Z Checking signal-hook-registry v1.4.8
9862026-09-04T21:32:08.873Z Compiling usdt-attr-macro v0.6.0
9872026-09-04T21:32:09.311Z Compiling usdt-macro v0.6.0
9882026-09-04T21:32:09.314Z Compiling newtype-uuid-macros v0.1.1
9892026-09-04T21:32:09.314Z Checking mio v1.2.2
9902026-09-04T21:32:09.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9912026-09-04T21:32:09.491Z Checking tokio v1.53.1
9922026-09-04T21:32:09.663Z Compiling structmeta-derive v0.3.0
9932026-09-04T21:32:09.708Z Compiling strum_macros v0.26.4
9942026-09-04T21:32:09.738Z Compiling foldhash v0.2.0
9952026-09-04T21:32:09.902Z Checking subtle v2.6.1
9962026-09-04T21:32:09.926Z Checking futures-core v0.3.34
9972026-09-04T21:32:09.955Z Compiling hashbrown v0.16.1
9982026-09-04T21:32:10.062Z Compiling serde_with_macros v3.22.0
9992026-09-04T21:32:10.656Z Compiling strum_macros v0.27.2
10002026-09-04T21:32:10.679Z Compiling structmeta v0.3.0
10012026-09-04T21:32:10.862Z Compiling http v1.5.0
10022026-09-04T21:32:10.896Z Compiling derive-ex v0.1.8
10032026-09-04T21:32:11.334Z Checking futures-sink v0.3.34
10042026-09-04T21:32:11.438Z Checking ipnetwork v0.21.1
10052026-09-04T21:32:11.659Z Checking slab v0.4.12
10062026-09-04T21:32:11.748Z Compiling winnow v1.0.4
10072026-09-04T21:32:12.488Z Compiling test-strategy v0.4.5
10082026-09-04T21:32:12.522Z Checking futures-channel v0.3.34
10092026-09-04T21:32:12.716Z Compiling toml_parser v1.1.3+spec-1.1.0
10102026-09-04T21:32:12.749Z Checking futures-task v0.3.34
10112026-09-04T21:32:12.778Z Checking futures-io v0.3.34
10122026-09-04T21:32:12.891Z Checking typenum v1.20.1
10132026-09-04T21:32:13.048Z Checking futures-util v0.3.34
10142026-09-04T21:32:13.069Z Compiling toml_datetime v1.1.1+spec-1.1.0
10152026-09-04T21:32:13.255Z Compiling parse-display-derive v0.10.0
10162026-09-04T21:32:13.622Z Checking oxnet v0.1.7
10172026-09-04T21:32:14.051Z Checking tracing-core v0.1.36
10182026-09-04T21:32:14.055Z Checking erased-serde v0.3.31
10192026-09-04T21:32:14.166Z Checking tracing v0.1.44
10202026-09-04T21:32:14.360Z Compiling ryu v1.0.23
10212026-09-04T21:32:14.534Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10222026-09-04T21:32:14.556Z Compiling clap_derive v4.6.4
10232026-09-04T21:32:14.735Z Checking base64 v0.22.1
10242026-09-04T21:32:14.968Z Checking fnv v1.0.7
10252026-09-04T21:32:15.471Z Checking rand_core v0.6.4
10262026-09-04T21:32:15.475Z Compiling openapiv3 v2.2.0
10272026-09-04T21:32:15.475Z Compiling either v1.17.0
10282026-09-04T21:32:15.475Z Checking rustls-pki-types v1.15.1
10292026-09-04T21:32:15.694Z Checking tokio-util v0.7.19
10302026-09-04T21:32:16.096Z Checking untrusted v0.7.1
10312026-09-04T21:32:16.182Z Checking untrusted v0.9.0
10322026-09-04T21:32:16.247Z Checking ipnet v2.12.1
10332026-09-04T21:32:16.328Z Compiling toml_edit v0.25.13+spec-1.1.0
10342026-09-04T21:32:16.656Z Checking http-body v1.1.0
10352026-09-04T21:32:16.785Z Checking atomic-waker v1.1.2
10362026-09-04T21:32:16.888Z Compiling proc-macro-crate v3.5.0
10372026-09-04T21:32:17.289Z Checking try-lock v0.2.5
10382026-09-04T21:32:17.309Z Compiling num_enum_derive v0.7.6
10392026-09-04T21:32:17.329Z Checking tower-layer v0.3.3
10402026-09-04T21:32:17.348Z Checking tower-service v0.3.3
10412026-09-04T21:32:17.405Z Checking want v0.3.1
10422026-09-04T21:32:17.437Z Checking h2 v0.4.15
10432026-09-04T21:32:17.504Z Checking httpdate v1.0.3
10442026-09-04T21:32:17.694Z Compiling regress v0.11.1
10452026-09-04T21:32:18.276Z Compiling crucible-workspace-hack v0.1.0
10462026-09-04T21:32:18.463Z Checking serde_urlencoded v0.7.1
10472026-09-04T21:32:18.527Z Checking http-body-util v0.1.5
10482026-09-04T21:32:19.022Z Checking ppv-lite86 v0.2.21
10492026-09-04T21:32:19.244Z Compiling typify-impl v0.6.2
10502026-09-04T21:32:19.314Z Compiling unsafe-libyaml v0.2.11
10512026-09-04T21:32:19.370Z Checking hyper v1.11.1
10522026-09-04T21:32:19.974Z Compiling serde_yaml v0.9.34+deprecated
10532026-09-04T21:32:20.334Z Checking hyper-util v0.1.20
10542026-09-04T21:32:20.663Z Compiling convert_case v0.4.0
10552026-09-04T21:32:21.110Z Compiling derive_more v0.99.20
10562026-09-04T21:32:21.451Z Compiling zerocopy-derive v0.7.35
10572026-09-04T21:32:22.026Z Compiling crossbeam-epoch v0.9.20
10582026-09-04T21:32:22.344Z Compiling itertools v0.14.0
10592026-09-04T21:32:22.535Z Compiling regress v0.10.5
10602026-09-04T21:32:22.640Z Compiling typify-macro v0.6.2
10612026-09-04T21:32:23.363Z Checking deranged v0.5.8
10622026-09-04T21:32:23.491Z Checking num_threads v0.1.7
10632026-09-04T21:32:23.592Z Compiling rustix v0.38.44
10642026-09-04T21:32:23.898Z Checking powerfmt v0.2.0
10652026-09-04T21:32:24.274Z Checking time v0.3.55
10662026-09-04T21:32:24.712Z Compiling heapless v0.8.0
10672026-09-04T21:32:24.718Z Compiling typify v0.6.2
10682026-09-04T21:32:24.718Z Checking crossbeam-channel v0.5.16
10692026-09-04T21:32:25.380Z Compiling scroll_derive v0.12.1
10702026-09-04T21:32:25.386Z Compiling serde_repr v0.1.21
10712026-09-04T21:32:25.768Z Checking cpufeatures v0.3.0
10722026-09-04T21:32:25.917Z Checking futures-executor v0.3.34
10732026-09-04T21:32:26.456Z Checking sync_wrapper v1.0.2
10742026-09-04T21:32:26.465Z Checking thread_local v1.1.10
10752026-09-04T21:32:26.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10762026-09-04T21:32:26.466Z Compiling smoltcp v0.11.0
10772026-09-04T21:32:26.708Z Checking tower v0.5.3
10782026-09-04T21:32:26.781Z Checking rand_core v0.9.5
10792026-09-04T21:32:26.955Z Checking webpki-roots v1.0.9
10802026-09-04T21:32:27.192Z Compiling rustc_version v0.4.1
10812026-09-04T21:32:27.251Z Checking is-terminal v0.4.17
10822026-09-04T21:32:27.345Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10832026-09-04T21:32:27.446Z Checking term v1.2.1
10842026-09-04T21:32:27.465Z Checking take_mut v0.2.2
10852026-09-04T21:32:27.468Z Compiling curve25519-dalek v4.1.3
10862026-09-04T21:32:27.528Z Checking tower-http v0.6.11
10872026-09-04T21:32:27.609Z Checking futures v0.3.34
10882026-09-04T21:32:28.073Z Checking slog-term v2.9.2
10892026-09-04T21:32:28.081Z Compiling toml_datetime v0.6.11
10902026-09-04T21:32:28.081Z Compiling foreign-types-macros v0.2.4
10912026-09-04T21:32:28.081Z Checking hex v0.4.3
10922026-09-04T21:32:28.162Z Checking fastrand v2.5.0
10932026-09-04T21:32:28.412Z Checking rand_chacha v0.9.0
10942026-09-04T21:32:28.627Z Compiling zerocopy v0.7.35
10952026-09-04T21:32:28.682Z Compiling hubpack_derive v0.1.1
10962026-09-04T21:32:28.781Z Compiling thiserror-impl-no-std v2.0.2
10972026-09-04T21:32:29.174Z Compiling curve25519-dalek-derive v0.1.1
10982026-09-04T21:32:29.267Z Compiling usdt-impl v0.5.0
10992026-09-04T21:32:29.810Z Compiling proc-macro-error-attr v1.0.4
11002026-09-04T21:32:29.814Z Compiling dof v0.3.0
11012026-09-04T21:32:29.828Z Checking rand v0.9.5
11022026-09-04T21:32:29.831Z Compiling dtrace-parser v0.2.0
11032026-09-04T21:32:29.864Z Compiling darling_core v0.21.3
11042026-09-04T21:32:29.896Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11052026-09-04T21:32:30.440Z Compiling serde_spanned v1.1.1
11062026-09-04T21:32:30.683Z Compiling proc-macro-error v1.0.4
11072026-09-04T21:32:30.858Z Compiling thread-id v4.2.2
11082026-09-04T21:32:30.913Z Compiling memoffset v0.9.1
11092026-09-04T21:32:31.126Z Compiling toml_writer v1.1.2+spec-1.1.0
11102026-09-04T21:32:31.930Z Checking tempfile v3.27.0
11112026-09-04T21:32:32.027Z Compiling darling_macro v0.21.3
11122026-09-04T21:32:32.541Z Checking crypto-common v0.1.7
11132026-09-04T21:32:32.545Z Checking hybrid-array v0.4.14
11142026-09-04T21:32:32.900Z Checking openssl-probe v0.2.1
11152026-09-04T21:32:32.922Z Checking adler2 v2.0.1
11162026-09-04T21:32:32.928Z Compiling cfg_aliases v0.2.2
11172026-09-04T21:32:32.928Z Compiling prettyplease v0.2.37
11182026-09-04T21:32:32.984Z Checking simd-adler32 v0.3.10
11192026-09-04T21:32:33.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11202026-09-04T21:32:33.060Z Checking match_cfg v0.1.0
11212026-09-04T21:32:33.115Z Checking hostname v0.3.1
11222026-09-04T21:32:33.140Z Checking miniz_oxide v0.8.9
11232026-09-04T21:32:33.211Z Compiling nix v0.31.3
11242026-09-04T21:32:33.219Z Checking rustls-native-certs v0.8.4
11252026-09-04T21:32:33.365Z Compiling darling v0.21.3
11262026-09-04T21:32:33.761Z Checking slog-json v2.6.1
11272026-09-04T21:32:33.808Z Checking newtype-uuid v1.4.0
11282026-09-04T21:32:33.911Z Checking memmap2 v0.9.11
11292026-09-04T21:32:34.002Z Compiling heck v0.4.1
11302026-09-04T21:32:34.055Z Compiling crossbeam-deque v0.8.7
11312026-09-04T21:32:34.195Z Checking usdt v0.6.0
11322026-09-04T21:32:34.214Z Checking daft v0.1.8
11332026-09-04T21:32:34.661Z Checking slog-bunyan v2.5.0
11342026-09-04T21:32:34.666Z Checking flate2 v1.1.9
11352026-09-04T21:32:34.666Z Compiling ingot-macros v0.1.1
11362026-09-04T21:32:34.666Z Checking crypto-common v0.2.2
11372026-09-04T21:32:34.666Z Checking block-buffer v0.12.1
11382026-09-04T21:32:34.666Z Compiling usdt-macro v0.5.0
11392026-09-04T21:32:34.666Z Compiling usdt-attr-macro v0.5.0
11402026-09-04T21:32:34.666Z Compiling enum-as-inner v0.6.1
11412026-09-04T21:32:34.893Z Compiling num-derive v0.4.2
11422026-09-04T21:32:35.323Z Compiling winnow v0.7.15
11432026-09-04T21:32:35.477Z Checking const-oid v0.10.2
11442026-09-04T21:32:35.510Z Checking debug-ignore v1.0.5
11452026-09-04T21:32:35.610Z Checking compression-core v0.4.32
11462026-09-04T21:32:35.737Z Checking compression-codecs v0.4.38
11472026-09-04T21:32:36.151Z Checking digest v0.11.3
11482026-09-04T21:32:36.419Z Compiling progenitor-impl v0.14.0
11492026-09-04T21:32:37.047Z Checking macaddr v1.0.1
11502026-09-04T21:32:37.105Z Checking encoding_rs v0.8.35
11512026-09-04T21:32:37.239Z Checking spin v0.9.9
11522026-09-04T21:32:37.284Z Compiling rayon-core v1.13.0
11532026-09-04T21:32:37.302Z Checking mime v0.3.17
11542026-09-04T21:32:37.370Z Checking toml v1.1.4+spec-1.1.0
11552026-09-04T21:32:37.858Z Checking sha1 v0.11.0
11562026-09-04T21:32:37.926Z Checking async-compression v0.4.43
11572026-09-04T21:32:38.249Z Checking rand_chacha v0.3.1
11582026-09-04T21:32:38.432Z Checking waitgroup v0.1.2
11592026-09-04T21:32:38.451Z Checking rustls-pemfile v2.2.0
11602026-09-04T21:32:38.497Z Compiling progenitor-macro v0.14.0
11612026-09-04T21:32:38.973Z Checking async-stream v0.3.6
11622026-09-04T21:32:39.009Z Checking serde_path_to_error v0.1.20
11632026-09-04T21:32:39.009Z Checking hostname v0.4.2
11642026-09-04T21:32:39.009Z Compiling wait-timeout v0.2.1
11652026-09-04T21:32:39.009Z Compiling quick-error v1.2.3
11662026-09-04T21:32:39.009Z Compiling bit-vec v0.8.0
11672026-09-04T21:32:39.034Z Compiling rusty-fork v0.3.1
11682026-09-04T21:32:39.110Z Compiling bit-set v0.8.0
11692026-09-04T21:32:39.135Z Checking rand v0.8.7
11702026-09-04T21:32:39.630Z Compiling rand_xorshift v0.4.0
11712026-09-04T21:32:39.737Z Compiling num-integer v0.1.47
11722026-09-04T21:32:40.016Z Compiling semver v0.1.20
11732026-09-04T21:32:40.088Z Compiling winnow v0.5.40
11742026-09-04T21:32:40.119Z Compiling unarray v0.1.4
11752026-09-04T21:32:40.435Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11762026-09-04T21:32:40.530Z Compiling proptest v1.11.0
11772026-09-04T21:32:40.740Z Compiling rustc_version v0.1.7
11782026-09-04T21:32:41.402Z Compiling toml_edit v0.19.15
11792026-09-04T21:32:41.572Z Compiling reqwest v0.12.28
11802026-09-04T21:32:41.671Z Compiling backon v1.6.0
11812026-09-04T21:32:41.866Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11822026-09-04T21:32:42.011Z Checking block-buffer v0.10.4
11832026-09-04T21:32:42.661Z Compiling strum v0.26.3
11842026-09-04T21:32:42.889Z Compiling instant v0.1.13
11852026-09-04T21:32:43.152Z Compiling utf8parse v0.2.2
11862026-09-04T21:32:43.230Z Compiling backoff v0.4.0
11872026-09-04T21:32:43.670Z Compiling anstyle-parse v1.0.0
11882026-09-04T21:32:44.082Z Compiling iddqd v0.4.6
11892026-09-04T21:32:44.082Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11902026-09-04T21:32:44.082Z Compiling proc-macro-crate v1.3.1
11912026-09-04T21:32:44.083Z Compiling progenitor-client v0.10.0
11922026-09-04T21:32:44.083Z Checking digest v0.10.7
11932026-09-04T21:32:44.090Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11942026-09-04T21:32:44.090Z Compiling newtype_derive v0.1.6
11952026-09-04T21:32:44.091Z Compiling num-iter v0.1.46
11962026-09-04T21:32:44.091Z Compiling num-rational v0.4.2
11972026-09-04T21:32:44.091Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11982026-09-04T21:32:44.091Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11992026-09-04T21:32:44.445Z Compiling parse-display v0.10.0
12002026-09-04T21:32:44.511Z Compiling strum v0.27.2
12012026-09-04T21:32:44.537Z Compiling serde_with v3.22.0
12022026-09-04T21:32:44.964Z Compiling num-complex v0.4.6
12032026-09-04T21:32:44.984Z Checking rustls-webpki v0.103.14
12042026-09-04T21:32:44.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12052026-09-04T21:32:44.984Z Compiling anstyle-query v1.1.5
12062026-09-04T21:32:44.985Z Checking unicode-width v0.2.2
12072026-09-04T21:32:44.985Z Compiling is_terminal_polyfill v1.70.2
12082026-09-04T21:32:45.034Z Compiling owo-colors v4.3.0
12092026-09-04T21:32:45.082Z Compiling colorchoice v1.0.5
12102026-09-04T21:32:45.195Z Compiling anstyle v1.0.14
12112026-09-04T21:32:45.611Z Compiling humantime v2.4.0
12122026-09-04T21:32:45.611Z Compiling vcpkg v0.2.15
12132026-09-04T21:32:45.769Z Compiling anstream v1.0.0
12142026-09-04T21:32:45.769Z Compiling num v0.4.3
12152026-09-04T21:32:45.827Z Compiling num_enum_derive v0.5.11
12162026-09-04T21:32:45.827Z Compiling openssl-sys v0.9.117
12172026-09-04T21:32:46.243Z Compiling terminal_size v0.4.4
12182026-09-04T21:32:46.256Z Compiling serde_spanned v0.6.9
12192026-09-04T21:32:46.256Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-09-04T21:32:46.256Z Compiling derive-where v1.6.1
12212026-09-04T21:32:46.372Z Compiling pin-project-internal v1.1.13
12222026-09-04T21:32:46.685Z Compiling clap_lex v1.1.0
12232026-09-04T21:32:46.739Z Compiling toml_write v0.1.2
12242026-09-04T21:32:46.903Z Compiling float-ord v0.3.2
12252026-09-04T21:32:47.027Z Compiling toml_edit v0.22.27
12262026-09-04T21:32:47.151Z Compiling clap_builder v4.6.6
12272026-09-04T21:32:47.562Z Checking tokio-rustls v0.26.4
12282026-09-04T21:32:47.713Z Checking rustls-platform-verifier v0.7.0
12292026-09-04T21:32:47.795Z Checking hyper-rustls v0.27.9
12302026-09-04T21:32:48.003Z Checking reqwest v0.13.4
12312026-09-04T21:32:48.149Z Compiling progenitor-impl v0.13.0
12322026-09-04T21:32:49.200Z Checking progenitor-client v0.14.0
12332026-09-04T21:32:50.140Z Compiling clap v4.6.6
12342026-09-04T21:32:50.180Z Compiling progenitor-macro v0.13.0
12352026-09-04T21:32:50.225Z Compiling toml v0.8.23
12362026-09-04T21:32:50.427Z Compiling zone_cfg_derive v0.3.1
12372026-09-04T21:32:50.651Z Compiling progenitor-extras v0.2.0
12382026-09-04T21:32:50.842Z Compiling async-recursion v1.1.1
12392026-09-04T21:32:50.888Z Compiling snafu-derive v0.8.9
12402026-09-04T21:32:51.854Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12412026-09-04T21:32:52.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12422026-09-04T21:32:52.643Z Compiling slog-dtrace v0.3.0
12432026-09-04T21:32:52.708Z Compiling minimal-lexical v0.2.1
12442026-09-04T21:32:52.883Z Compiling unicode-xid v0.2.6
12452026-09-04T21:32:53.036Z Compiling chrono-tz v0.10.4
12462026-09-04T21:32:53.115Z Compiling cancel-safe-futures v0.1.5
12472026-09-04T21:32:53.135Z Compiling openssl v0.10.81
12482026-09-04T21:32:53.436Z Compiling const_format_proc_macros v0.2.34
12492026-09-04T21:32:53.512Z Compiling nom v7.1.3
12502026-09-04T21:32:53.848Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12512026-09-04T21:32:54.155Z Compiling openssl-macros v0.1.1
12522026-09-04T21:32:54.425Z Checking cpufeatures v0.2.17
12532026-09-04T21:32:54.765Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12542026-09-04T21:32:54.981Z Compiling cookie v0.18.2
12552026-09-04T21:32:55.057Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-09-04T21:32:55.284Z Compiling tabled_derive v0.7.0
12572026-09-04T21:32:55.745Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12582026-09-04T21:32:56.025Z Checking num_enum v0.7.6
12592026-09-04T21:32:57.584Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-09-04T21:32:57.807Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-09-04T21:32:58.597Z Checking tabwriter v1.4.1
12622026-09-04T21:32:58.798Z Checking secrecy v0.10.3
12632026-09-04T21:32:58.844Z Checking colored v3.1.1
12642026-09-04T21:32:58.886Z Checking tinyvec_macros v0.1.1
12652026-09-04T21:32:58.951Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-09-04T21:32:59.025Z Checking tinyvec v1.12.0
12672026-09-04T21:32:59.388Z Checking hash32 v0.3.1
12682026-09-04T21:32:59.495Z Checking data-encoding v2.11.1
12692026-09-04T21:32:59.773Z Checking hmac v0.12.1
12702026-09-04T21:32:59.787Z Checking inout v0.1.4
12712026-09-04T21:32:59.918Z Checking scroll v0.12.0
12722026-09-04T21:32:59.939Z Checking ff v0.13.1
12732026-09-04T21:32:59.995Z Checking cobs v0.3.0
12742026-09-04T21:33:00.077Z Checking managed v0.8.0
12752026-09-04T21:33:00.082Z Checking static_assertions v1.1.0
12762026-09-04T21:33:00.162Z Checking foreign-types-shared v0.3.1
12772026-09-04T21:33:00.570Z Checking bitflags v1.3.2
12782026-09-04T21:33:00.573Z Checking goblin v0.8.2
12792026-09-04T21:33:00.573Z Checking postcard v1.1.3
12802026-09-04T21:33:00.573Z Checking group v0.13.0
12812026-09-04T21:33:00.573Z Checking foreign-types v0.5.0
12822026-09-04T21:33:00.573Z Checking cipher v0.4.4
12832026-09-04T21:33:00.573Z Checking hkdf v0.12.4
12842026-09-04T21:33:00.573Z Checking atomicwrites v0.4.4
12852026-09-04T21:33:00.573Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12862026-09-04T21:33:01.020Z Checking universal-hash v0.5.1
12872026-09-04T21:33:01.030Z Checking crypto-bigint v0.5.5
12882026-09-04T21:33:01.030Z Checking chacha20 v0.10.1
12892026-09-04T21:33:01.030Z Checking half v2.7.1
12902026-09-04T21:33:01.176Z Checking cstr-argument v0.1.2
12912026-09-04T21:33:01.321Z Checking opaque-debug v0.3.1
12922026-09-04T21:33:01.340Z Checking base16ct v0.2.0
12932026-09-04T21:33:01.376Z Checking ciborium-io v0.2.2
12942026-09-04T21:33:01.400Z Checking indent_write v2.2.0
12952026-09-04T21:33:01.453Z Checking base64ct v1.8.3
12962026-09-04T21:33:01.475Z Checking poly1305 v0.8.0
12972026-09-04T21:33:01.494Z Checking ciborium-ll v0.2.2
12982026-09-04T21:33:01.622Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12992026-09-04T21:33:01.674Z Checking elliptic-curve v0.13.8
13002026-09-04T21:33:01.694Z Checking rand v0.10.2
13012026-09-04T21:33:01.707Z Checking password-hash v0.5.0
13022026-09-04T21:33:01.723Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
13032026-09-04T21:33:01.793Z Checking chacha20 v0.9.1
13042026-09-04T21:33:01.900Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13052026-09-04T21:33:01.938Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13062026-09-04T21:33:01.990Z Checking blake2 v0.10.6
13072026-09-04T21:33:02.242Z Checking aead v0.5.2
13082026-09-04T21:33:02.264Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13092026-09-04T21:33:02.265Z Checking thiserror-no-std v2.0.2
13102026-09-04T21:33:02.286Z Checking hubpack v0.1.2
13112026-09-04T21:33:02.314Z Checking byte-wrapper v0.1.0
13122026-09-04T21:33:02.342Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13132026-09-04T21:33:02.460Z Checking keccak v0.1.6
13142026-09-04T21:33:02.512Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13152026-09-04T21:33:02.575Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13162026-09-04T21:33:02.615Z Checking sha3 v0.10.9
13172026-09-04T21:33:02.633Z Checking chacha20poly1305 v0.10.1
13182026-09-04T21:33:02.653Z Checking vsss-rs v3.3.4
13192026-09-04T21:33:02.812Z Checking argon2 v0.5.3
13202026-09-04T21:33:02.839Z Checking ciborium v0.2.2
13212026-09-04T21:33:03.168Z Checking console v0.16.4
13222026-09-04T21:33:03.272Z Checking memmap v0.7.0
13232026-09-04T21:33:03.406Z Checking lazy_static v1.5.0
13242026-09-04T21:33:03.427Z Checking usdt v0.5.0
13252026-09-04T21:33:03.510Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-09-04T21:33:03.755Z Checking ingot-types v0.1.2
13272026-09-04T21:33:03.779Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13282026-09-04T21:33:03.809Z Checking progenitor v0.14.0
13292026-09-04T21:33:03.938Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13302026-09-04T21:33:03.972Z Checking bstr v1.13.1
13312026-09-04T21:33:03.995Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13322026-09-04T21:33:04.066Z Checking bytecount v0.6.9
13332026-09-04T21:33:04.081Z Checking unicode-segmentation v1.13.3
13342026-09-04T21:33:04.099Z Checking ingot v0.1.1
13352026-09-04T21:33:04.428Z Checking newline-converter v0.3.0
13362026-09-04T21:33:04.483Z Checking itertools v0.12.1
13372026-09-04T21:33:04.553Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13382026-09-04T21:33:04.693Z Checking resolv-conf v0.7.6
13392026-09-04T21:33:04.721Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13402026-09-04T21:33:04.751Z Checking similar v3.2.0
13412026-09-04T21:33:04.772Z Checking swrite v0.1.0
13422026-09-04T21:33:04.862Z Compiling parking_lot_core v0.8.6
13432026-09-04T21:33:04.924Z Checking linked-hash-map v0.5.6
13442026-09-04T21:33:05.106Z Checking lru-cache v0.1.2
13452026-09-04T21:33:05.271Z Checking rayon v1.12.0
13462026-09-04T21:33:05.331Z Checking expectorate v1.3.0
13472026-09-04T21:33:05.599Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13482026-09-04T21:33:05.626Z Checking hickory-proto v0.24.4
13492026-09-04T21:33:05.643Z Checking camino-tempfile v1.4.1
13502026-09-04T21:33:06.360Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13512026-09-04T21:33:06.520Z Checking serde-big-array v0.5.1
13522026-09-04T21:33:06.521Z Checking siphasher v1.0.3
13532026-09-04T21:33:06.521Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13542026-09-04T21:33:06.679Z Checking phf_shared v0.12.1
13552026-09-04T21:33:07.113Z Checking unicode-normalization v0.1.25
13562026-09-04T21:33:07.305Z Checking progenitor-client v0.13.0
13572026-09-04T21:33:07.305Z Checking pin-project v1.1.13
13582026-09-04T21:33:07.305Z Checking hickory-resolver v0.24.4
13592026-09-04T21:33:07.305Z Checking num_enum v0.5.11
13602026-09-04T21:33:07.723Z Checking tokio-stream v0.1.19
13612026-09-04T21:33:07.814Z Checking csv-core v0.1.13
13622026-09-04T21:33:08.011Z Checking foreign-types-shared v0.1.1
13632026-09-04T21:33:08.011Z Checking same-file v1.0.6
13642026-09-04T21:33:08.049Z Checking highway v1.3.0
13652026-09-04T21:33:08.049Z Checking konst_macro_rules v0.2.19
13662026-09-04T21:33:08.049Z Checking smawk v0.3.3
13672026-09-04T21:33:08.053Z Checking unicode-width v0.1.14
13682026-09-04T21:33:08.123Z Checking unicode-linebreak v0.1.5
13692026-09-04T21:33:08.132Z Checking foldhash v0.1.5
13702026-09-04T21:33:08.132Z Checking jiff-core v0.1.0
13712026-09-04T21:33:08.233Z Checking hashbrown v0.15.5
13722026-09-04T21:33:08.348Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13732026-09-04T21:33:08.604Z Checking konst v0.2.20
13742026-09-04T21:33:08.604Z Checking textwrap v0.16.2
13752026-09-04T21:33:08.616Z Checking qorb v0.4.1
13762026-09-04T21:33:08.616Z Checking walkdir v2.5.0
13772026-09-04T21:33:08.616Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13782026-09-04T21:33:08.701Z Checking csv v1.4.0
13792026-09-04T21:33:08.824Z Checking foreign-types v0.3.2
13802026-09-04T21:33:08.846Z Checking jiff v0.2.35
13812026-09-04T21:33:09.541Z Checking progenitor v0.13.0
13822026-09-04T21:33:09.732Z Checking olpc-cjson v0.1.4
13832026-09-04T21:33:09.732Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13842026-09-04T21:33:09.733Z Checking snafu v0.8.9
13852026-09-04T21:33:09.733Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13862026-09-04T21:33:09.967Z Checking phf v0.12.1
13872026-09-04T21:33:09.967Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-09-04T21:33:10.261Z Checking zone v0.3.1
13892026-09-04T21:33:10.261Z Checking globset v0.4.20
13902026-09-04T21:33:10.886Z Checking tokio-dtrace v0.1.1
13912026-09-04T21:33:10.886Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13922026-09-04T21:33:10.886Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13932026-09-04T21:33:11.056Z Checking smf v0.2.3
13942026-09-04T21:33:11.056Z Checking pem v3.0.6
13952026-09-04T21:33:11.190Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13962026-09-04T21:33:11.190Z Checking libsw-core v0.3.2
13972026-09-04T21:33:11.191Z Checking serde_plain v1.0.2
13982026-09-04T21:33:11.191Z Checking sigpipe v0.1.3
13992026-09-04T21:33:11.380Z Checking glob v0.3.4
14002026-09-04T21:33:11.380Z Checking fixedbitset v0.4.2
14012026-09-04T21:33:11.380Z Checking typed-path v0.9.3
14022026-09-04T21:33:15.587Z Checking fixedbitset v0.5.7
14032026-09-04T21:33:16.377Z Checking petgraph v0.8.3
14042026-09-04T21:33:16.377Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-09-04T21:33:16.377Z Checking petgraph v0.6.5
14062026-09-04T21:33:16.377Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-09-04T21:33:16.378Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14082026-09-04T21:33:16.378Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14092026-09-04T21:33:16.378Z Checking tough v0.22.0
14102026-09-04T21:33:16.378Z Checking libsw v3.5.0
14112026-09-04T21:33:16.378Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14122026-09-04T21:33:16.378Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14132026-09-04T21:33:16.378Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14142026-09-04T21:33:16.378Z Checking oxide-tokio-rt v0.1.6
14152026-09-04T21:33:16.378Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-09-04T21:33:16.378Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-09-04T21:33:16.378Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-09-04T21:33:16.378Z Checking const_format v0.2.36
14192026-09-04T21:33:16.379Z Checking papergrid v0.11.0
14202026-09-04T21:33:16.379Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-09-04T21:33:16.379Z Checking gethostname v0.5.0
14222026-09-04T21:33:16.379Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-09-04T21:33:16.379Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14242026-09-04T21:33:16.379Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14252026-09-04T21:33:16.379Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-09-04T21:33:16.379Z Checking libscf-sys v1.2.0
14272026-09-04T21:33:16.380Z Checking bcs v0.1.6
14282026-09-04T21:33:16.380Z Checking tagptr v0.2.0
14292026-09-04T21:33:16.380Z Checking termtree v0.5.1
14302026-09-04T21:33:16.380Z Checking linear-map v1.2.0
14312026-09-04T21:33:16.380Z Checking whoami v1.6.1
14322026-09-04T21:33:16.380Z Checking moka v0.12.16
14332026-09-04T21:33:16.380Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-09-04T21:33:16.380Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-09-04T21:33:16.494Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-09-04T21:33:16.495Z Checking tabled v0.15.0
14372026-09-04T21:33:16.565Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-09-04T21:33:16.566Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-09-04T21:33:16.566Z Checking steno v0.4.1
14402026-09-04T21:33:16.605Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-09-04T21:33:17.161Z Checking hickory-proto v0.25.2
14422026-09-04T21:33:18.616Z Checking hickory-resolver v0.25.2
14432026-09-04T21:33:18.670Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14442026-09-04T21:33:18.953Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-09-04T21:33:19.264Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-09-04T21:33:19.989Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14472026-09-04T21:33:20.100Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14482026-09-04T21:33:24.359Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-09-04T21:33:24.899Z Checking nom v8.0.0
14502026-09-04T21:33:28.160Z Compiling crunchy v0.2.4
14512026-09-04T21:33:29.614Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14522026-09-04T21:33:30.572Z Compiling itertools v0.15.0
14532026-09-04T21:33:30.646Z Compiling tiny-keccak v2.0.2
14542026-09-04T21:33:30.756Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14552026-09-04T21:33:31.350Z Compiling typify-impl v0.4.3
14562026-09-04T21:33:31.910Z Compiling ingot-macros v0.2.0
14572026-09-04T21:33:32.027Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-09-04T21:33:32.445Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14592026-09-04T21:33:32.664Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14602026-09-04T21:33:32.745Z Checking parking_lot v0.11.2
14612026-09-04T21:33:32.766Z Compiling const-random-macro v0.1.16
14622026-09-04T21:33:33.143Z Checking fxhash v0.2.1
14632026-09-04T21:33:33.170Z Compiling smartstring v1.0.1
14642026-09-04T21:33:33.173Z Compiling ahash v0.8.12
14652026-09-04T21:33:33.275Z Checking sled v0.34.7
14662026-09-04T21:33:33.677Z Checking internet-checksum v0.2.1
14672026-09-04T21:33:33.712Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14682026-09-04T21:33:33.804Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14692026-09-04T21:33:34.342Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14702026-09-04T21:33:34.504Z Compiling rhai_codegen v3.2.0
14712026-09-04T21:33:34.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14722026-09-04T21:33:34.687Z Compiling typify-macro v0.4.3
14732026-09-04T21:33:35.071Z Checking arc-swap v1.9.2
14742026-09-04T21:33:35.101Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14752026-09-04T21:33:35.404Z Checking slog-scope v4.4.1
14762026-09-04T21:33:35.543Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14772026-09-04T21:33:35.562Z Checking papergrid v0.18.0
14782026-09-04T21:33:35.651Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14792026-09-04T21:33:35.671Z Checking dropshot-api-manager-types v0.8.0
14802026-09-04T21:33:36.043Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14812026-09-04T21:33:36.087Z Checking slog-stdlog v4.1.1
14822026-09-04T21:33:36.221Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14832026-09-04T21:33:36.267Z Compiling typify v0.4.3
14842026-09-04T21:33:36.376Z Compiling progenitor-impl v0.10.0
14852026-09-04T21:33:36.402Z Checking tabled v0.21.0
14862026-09-04T21:33:36.433Z Compiling lzma-sys v0.1.20
14872026-09-04T21:33:36.471Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14882026-09-04T21:33:37.098Z Compiling fs-err v3.3.1
14892026-09-04T21:33:37.141Z Compiling typeid v1.0.3
14902026-09-04T21:33:37.392Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14912026-09-04T21:33:37.411Z Checking slog-envlogger v2.2.0
14922026-09-04T21:33:37.464Z Checking ingot-types v0.2.0
14932026-09-04T21:33:37.837Z Compiling toml_datetime v0.7.5+spec-1.1.0
14942026-09-04T21:33:38.125Z Checking crc8 v0.1.1
14952026-09-04T21:33:38.349Z Compiling toml v0.9.12+spec-1.1.0
14962026-09-04T21:33:38.370Z Checking ingot v0.2.1
14972026-09-04T21:33:38.430Z Compiling progenitor-macro v0.10.0
14982026-09-04T21:33:38.531Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14992026-09-04T21:33:39.429Z Checking const-random v0.1.18
15002026-09-04T21:33:39.746Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15012026-09-04T21:33:39.981Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15022026-09-04T21:33:40.900Z Compiling cargo_toml v0.22.3
15032026-09-04T21:33:41.063Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15042026-09-04T21:33:41.740Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15052026-09-04T21:33:42.192Z Checking thin-vec v0.2.19
15062026-09-04T21:33:42.420Z Checking rhai v1.26.0
15072026-09-04T21:33:43.133Z Checking sha1 v0.10.7
15082026-09-04T21:33:43.186Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15092026-09-04T21:33:43.418Z Checking utf-8 v0.7.6
15102026-09-04T21:33:43.568Z Checking tungstenite v0.21.0
15112026-09-04T21:33:44.110Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15122026-09-04T21:33:44.869Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15132026-09-04T21:33:45.035Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15142026-09-04T21:33:45.142Z Checking port-file v0.1.0
15152026-09-04T21:33:45.188Z Checking sha2 v0.10.9
15162026-09-04T21:33:45.313Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15172026-09-04T21:33:45.475Z Compiling strum_macros v0.28.0
15182026-09-04T21:33:45.549Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15192026-09-04T21:33:45.572Z Checking progenitor v0.10.0
15202026-09-04T21:33:45.717Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15212026-09-04T21:33:46.857Z Checking tokio-tungstenite v0.21.0
15222026-09-04T21:33:47.572Z Checking git-stub v1.0.0
15232026-09-04T21:33:47.708Z Checking unit-prefix v0.5.2
15242026-09-04T21:33:47.825Z Checking diff v0.1.13
15252026-09-04T21:33:47.932Z Checking yansi v1.0.1
15262026-09-04T21:33:47.932Z Checking base64 v0.21.7
15272026-09-04T21:33:47.932Z Checking is_ci v1.2.0
15282026-09-04T21:33:48.130Z Checking pretty_assertions v1.4.1
15292026-09-04T21:33:48.204Z Checking supports-color v3.0.2
15302026-09-04T21:33:48.205Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-09-04T21:33:48.249Z Checking indicatif v0.18.6
15322026-09-04T21:33:48.941Z Checking git-stub-vcs v0.1.0
15332026-09-04T21:33:49.176Z Checking xz2 v0.1.7
15342026-09-04T21:33:49.347Z Checking ron v0.12.2
15352026-09-04T21:33:49.599Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15362026-09-04T21:33:49.656Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15372026-09-04T21:33:49.701Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15382026-09-04T21:33:49.916Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15392026-09-04T21:33:50.111Z Checking similar v2.7.0
15402026-09-04T21:33:50.490Z Checking drift v0.2.0
15412026-09-04T21:33:50.936Z Compiling serial_test_derive v4.0.1
15422026-09-04T21:33:51.023Z Checking base16ct v1.0.0
15432026-09-04T21:33:51.065Z Checking dropshot-api-manager v0.8.0
15442026-09-04T21:33:51.515Z Checking serial_test v4.0.1
15452026-09-04T21:33:51.682Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15462026-09-04T21:33:52.099Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15472026-09-04T21:33:52.327Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15482026-09-04T21:33:52.692Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15492026-09-04T21:33:52.734Z Checking strum v0.28.0
15502026-09-04T21:33:53.209Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15512026-09-04T21:33:54.104Z Checking natord v1.0.9
15522026-09-04T21:33:54.255Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15532026-09-04T21:33:54.350Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15542026-09-04T21:33:54.675Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15552026-09-04T21:33:54.725Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15562026-09-04T21:33:55.053Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15572026-09-04T21:33:55.211Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15582026-09-04T21:33:55.321Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15592026-09-04T21:33:55.450Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15602026-09-04T21:33:55.475Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15612026-09-04T21:34:04.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15622026-09-04T21:34:05.180Z+ cargo xtask openapi check
15632026-09-04T21:34:05.819Z Compiling cfg-if v1.0.4
15642026-09-04T21:34:05.919Z Compiling libc v0.2.189
15652026-09-04T21:34:05.928Z Compiling serde_core v1.0.229
15662026-09-04T21:34:05.934Z Compiling memchr v2.8.3
15672026-09-04T21:34:05.938Z Compiling smallvec v1.15.2
15682026-09-04T21:34:05.938Z Compiling itoa v1.0.18
15692026-09-04T21:34:05.966Z Compiling stable_deref_trait v1.2.1
15702026-09-04T21:34:05.974Z Compiling zerofrom v0.1.8
15712026-09-04T21:34:05.986Z Compiling zmij v1.0.23
15722026-09-04T21:34:06.070Z Compiling writeable v0.6.3
15732026-09-04T21:34:06.091Z Compiling yoke v0.8.3
15742026-09-04T21:34:06.142Z Compiling litemap v0.8.2
15752026-09-04T21:34:06.155Z Compiling utf8_iter v1.0.4
15762026-09-04T21:34:06.236Z Compiling percent-encoding v2.3.2
15772026-09-04T21:34:06.284Z Compiling zerovec v0.11.6
15782026-09-04T21:34:06.290Z Compiling zerotrie v0.2.4
15792026-09-04T21:34:06.290Z Compiling icu_properties_data v2.2.0
15802026-09-04T21:34:06.334Z Compiling icu_normalizer_data v2.2.0
15812026-09-04T21:34:06.377Z Compiling libm v0.2.16
15822026-09-04T21:34:06.419Z Compiling form_urlencoded v1.2.2
15832026-09-04T21:34:06.433Z Compiling rand_core v0.10.1
15842026-09-04T21:34:06.451Z Compiling errno v0.3.14
15852026-09-04T21:34:06.575Z Compiling getrandom v0.4.3
15862026-09-04T21:34:06.611Z Compiling iana-time-zone v0.1.65
15872026-09-04T21:34:06.622Z Compiling pin-project-lite v0.2.17
15882026-09-04T21:34:06.622Z Compiling zeroize v1.9.0
15892026-09-04T21:34:06.622Z Compiling dyn-clone v1.0.20
15902026-09-04T21:34:06.695Z Compiling scopeguard v1.2.0
15912026-09-04T21:34:06.759Z Compiling tinystr v0.8.3
15922026-09-04T21:34:06.774Z Compiling potential_utf v0.1.5
15932026-09-04T21:34:06.794Z Compiling lock_api v0.4.14
15942026-09-04T21:34:06.794Z Compiling socket2 v0.6.5
15952026-09-04T21:34:06.816Z Compiling parking_lot_core v0.9.12
15962026-09-04T21:34:06.816Z Compiling signal-hook-registry v1.4.8
15972026-09-04T21:34:06.924Z Compiling icu_locale_core v2.2.0
15982026-09-04T21:34:06.953Z Compiling icu_collections v2.2.0
15992026-09-04T21:34:07.026Z Compiling parking_lot v0.12.5
16002026-09-04T21:34:07.118Z Compiling mio v1.2.2
16012026-09-04T21:34:07.133Z Compiling futures-core v0.3.34
16022026-09-04T21:34:07.238Z Compiling num-traits v0.2.19
16032026-09-04T21:34:07.275Z Compiling portable-atomic v1.15.0
16042026-09-04T21:34:07.404Z Compiling thiserror v2.0.20
16052026-09-04T21:34:07.463Z Compiling critical-section v1.2.0
16062026-09-04T21:34:07.500Z Compiling equivalent v1.0.2
16072026-09-04T21:34:07.545Z Compiling subtle v2.6.1
16082026-09-04T21:34:07.567Z Compiling zerocopy v0.8.56
16092026-09-04T21:34:07.637Z Compiling allocator-api2 v0.2.21
16102026-09-04T21:34:07.653Z Compiling serde v1.0.229
16112026-09-04T21:34:07.712Z Compiling serde_json v1.0.151
16122026-09-04T21:34:07.764Z Compiling icu_provider v2.2.0
16132026-09-04T21:34:07.794Z Compiling uuid v1.26.0
16142026-09-04T21:34:07.863Z Compiling semver v1.0.28
16152026-09-04T21:34:07.913Z Compiling bitflags v2.13.1
16162026-09-04T21:34:07.979Z Compiling once_cell v1.21.4
16172026-09-04T21:34:08.073Z Compiling bytes v1.12.1
16182026-09-04T21:34:08.113Z Compiling icu_normalizer v2.2.0
16192026-09-04T21:34:08.152Z Compiling icu_properties v2.2.0
16202026-09-04T21:34:08.194Z Compiling chrono v0.4.45
16212026-09-04T21:34:08.201Z Compiling futures-sink v0.3.34
16222026-09-04T21:34:08.222Z Compiling log v0.4.33
16232026-09-04T21:34:08.305Z Compiling slab v0.4.12
16242026-09-04T21:34:08.411Z Compiling typenum v1.20.1
16252026-09-04T21:34:08.481Z Compiling slog v2.8.2
16262026-09-04T21:34:08.500Z Compiling futures-channel v0.3.34
16272026-09-04T21:34:08.671Z Compiling tokio v1.53.1
16282026-09-04T21:34:08.696Z Compiling getrandom v0.2.17
16292026-09-04T21:34:08.730Z Compiling hashbrown v0.17.1
16302026-09-04T21:34:08.804Z Compiling futures-task v0.3.34
16312026-09-04T21:34:08.885Z Compiling rand_core v0.6.4
16322026-09-04T21:34:09.028Z Compiling futures-io v0.3.34
16332026-09-04T21:34:09.101Z Compiling idna_adapter v1.2.2
16342026-09-04T21:34:09.124Z Compiling futures-util v0.3.34
16352026-09-04T21:34:09.201Z Compiling idna v1.1.0
16362026-09-04T21:34:09.243Z Compiling indexmap v2.14.0
16372026-09-04T21:34:09.279Z Compiling tracing-core v0.1.36
16382026-09-04T21:34:09.303Z Compiling base64 v0.22.1
16392026-09-04T21:34:09.618Z Compiling url v2.5.8
16402026-09-04T21:34:09.655Z Compiling tracing v0.1.44
16412026-09-04T21:34:09.876Z Compiling http v1.5.0
16422026-09-04T21:34:09.881Z Compiling unicode-ident v1.0.24
16432026-09-04T21:34:09.892Z Compiling fnv v1.0.7
16442026-09-04T21:34:09.928Z Compiling byteorder v1.5.0
16452026-09-04T21:34:09.994Z Compiling proc-macro2 v1.0.107
16462026-09-04T21:34:10.007Z Compiling ipnet v2.12.1
16472026-09-04T21:34:10.149Z Compiling schemars v0.8.22
16482026-09-04T21:34:10.486Z Compiling quote v1.0.47
16492026-09-04T21:34:10.523Z Compiling ppv-lite86 v0.2.21
16502026-09-04T21:34:10.535Z Compiling erased-serde v0.3.31
16512026-09-04T21:34:10.671Z Compiling syn v2.0.119
16522026-09-04T21:34:10.709Z Compiling rustls-pki-types v1.15.1
16532026-09-04T21:34:10.830Z Compiling http-body v1.1.0
16542026-09-04T21:34:10.842Z Compiling thiserror v1.0.69
16552026-09-04T21:34:10.949Z Compiling ipnetwork v0.21.1
16562026-09-04T21:34:11.069Z Compiling aws-lc-sys v0.44.0
16572026-09-04T21:34:11.221Z Compiling oxnet v0.1.7
16582026-09-04T21:34:11.374Z Compiling atomic-waker v1.1.2
16592026-09-04T21:34:11.404Z Compiling untrusted v0.7.1
16602026-09-04T21:34:11.437Z Compiling httparse v1.10.1
16612026-09-04T21:34:11.514Z Compiling ryu v1.0.23
16622026-09-04T21:34:11.526Z Compiling rustls v0.23.43
16632026-09-04T21:34:11.540Z Compiling pretty-hex v0.4.2
16642026-09-04T21:34:11.697Z Compiling aws-lc-rs v1.18.0
16652026-09-04T21:34:11.717Z Compiling untrusted v0.9.0
16662026-09-04T21:34:11.717Z Compiling try-lock v0.2.5
16672026-09-04T21:34:11.730Z Compiling tower-service v0.3.3
16682026-09-04T21:34:11.740Z Compiling tower-layer v0.3.3
16692026-09-04T21:34:11.763Z Compiling rustix v1.1.4
16702026-09-04T21:34:11.868Z Compiling want v0.3.1
16712026-09-04T21:34:11.868Z Compiling plain v0.2.3
16722026-09-04T21:34:11.881Z Compiling httpdate v1.0.3
16732026-09-04T21:34:11.898Z Compiling omicron-workspace-hack v0.1.0
16742026-09-04T21:34:11.907Z Compiling getrandom v0.3.4
16752026-09-04T21:34:11.971Z Compiling ucd-trie v0.1.7
16762026-09-04T21:34:11.983Z Compiling regex-syntax v0.8.11
16772026-09-04T21:34:12.065Z Compiling rand_core v0.9.5
16782026-09-04T21:34:12.087Z Compiling crossbeam-utils v0.8.22
16792026-09-04T21:34:12.257Z Compiling pest v2.8.8
16802026-09-04T21:34:12.282Z Compiling serde_urlencoded v0.7.1
16812026-09-04T21:34:12.536Z Compiling tokio-util v0.7.19
16822026-09-04T21:34:12.599Z Compiling http-body-util v0.1.5
16832026-09-04T21:34:12.873Z Compiling rustls-webpki v0.103.14
16842026-09-04T21:34:13.003Z Compiling newtype-uuid v1.4.0
16852026-09-04T21:34:13.158Z Compiling h2 v0.4.15
16862026-09-04T21:34:13.274Z Compiling hex v0.4.3
16872026-09-04T21:34:13.519Z Compiling foldhash v0.2.0
16882026-09-04T21:34:13.548Z Compiling daft v0.1.8
16892026-09-04T21:34:13.764Z Compiling rand_chacha v0.9.0
16902026-09-04T21:34:13.812Z Compiling fastrand v2.5.0
16912026-09-04T21:34:13.816Z Compiling sync_wrapper v1.0.2
16922026-09-04T21:34:13.924Z Compiling tower v0.5.3
16932026-09-04T21:34:14.060Z Compiling rand v0.9.5
16942026-09-04T21:34:14.161Z Compiling generic-array v0.14.7
16952026-09-04T21:34:14.456Z Compiling anyhow v1.0.104
16962026-09-04T21:34:14.478Z Compiling aho-corasick v1.1.5
16972026-09-04T21:34:14.802Z Compiling tower-http v0.6.11
16982026-09-04T21:34:14.927Z Compiling tempfile v3.27.0
16992026-09-04T21:34:14.927Z Compiling hashbrown v0.16.1
17002026-09-04T21:34:14.927Z Compiling futures-executor v0.3.34
17012026-09-04T21:34:14.927Z Compiling camino v1.2.5
17022026-09-04T21:34:15.045Z Compiling openapiv3 v2.2.0
17032026-09-04T21:34:15.057Z Compiling num-conv v0.2.2
17042026-09-04T21:34:15.060Z Compiling cpufeatures v0.3.0
17052026-09-04T21:34:15.144Z Compiling num_threads v0.1.7
17062026-09-04T21:34:15.193Z Compiling openssl-probe v0.2.1
17072026-09-04T21:34:15.212Z Compiling time-core v0.1.9
17082026-09-04T21:34:15.255Z Compiling hyper v1.11.1
17092026-09-04T21:34:15.301Z Compiling regex-automata v0.4.18
17102026-09-04T21:34:15.376Z Compiling deranged v0.5.8
17112026-09-04T21:34:15.408Z Compiling powerfmt v0.2.0
17122026-09-04T21:34:15.613Z Compiling rustls-native-certs v0.8.4
17132026-09-04T21:34:16.004Z Compiling futures v0.3.34
17142026-09-04T21:34:16.068Z Compiling scroll v0.13.0
17152026-09-04T21:34:16.182Z Compiling hybrid-array v0.4.14
17162026-09-04T21:34:16.330Z Compiling tokio-rustls v0.26.4
17172026-09-04T21:34:16.346Z Compiling time v0.3.55
17182026-09-04T21:34:16.356Z Compiling adler2 v2.0.1
17192026-09-04T21:34:16.494Z Compiling hyper-util v0.1.20
17202026-09-04T21:34:16.610Z Compiling simd-adler32 v0.3.10
17212026-09-04T21:34:16.677Z Compiling winnow v1.0.4
17222026-09-04T21:34:16.728Z Compiling goblin v0.10.7
17232026-09-04T21:34:16.813Z Compiling miniz_oxide v0.8.9
17242026-09-04T21:34:17.067Z Compiling rustls-platform-verifier v0.7.0
17252026-09-04T21:34:17.293Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-09-04T21:34:17.557Z Compiling crossbeam-channel v0.5.16
17272026-09-04T21:34:17.819Z Compiling hyper-rustls v0.27.9
17282026-09-04T21:34:17.940Z Compiling crc32fast v1.5.0
17292026-09-04T21:34:18.120Z Compiling reqwest v0.13.4
17302026-09-04T21:34:18.193Z Compiling flate2 v1.1.9
17312026-09-04T21:34:18.193Z Compiling regex v1.13.1
17322026-09-04T21:34:18.193Z Compiling crypto-common v0.2.2
17332026-09-04T21:34:18.443Z Compiling block-buffer v0.12.1
17342026-09-04T21:34:18.492Z Compiling crypto-common v0.1.7
17352026-09-04T21:34:18.492Z Compiling dtrace-parser v0.3.0
17362026-09-04T21:34:18.545Z Compiling rand_chacha v0.3.1
17372026-09-04T21:34:18.613Z Compiling thread-id v5.1.0
17382026-09-04T21:34:18.663Z Compiling thread_local v1.1.10
17392026-09-04T21:34:18.709Z Compiling match_cfg v0.1.0
17402026-09-04T21:34:18.768Z Compiling debug-ignore v1.0.5
17412026-09-04T21:34:18.852Z Compiling compression-core v0.4.32
17422026-09-04T21:34:18.934Z Compiling const-oid v0.10.2
17432026-09-04T21:34:18.962Z Compiling rand v0.8.7
17442026-09-04T21:34:19.010Z Compiling hostname v0.3.1
17452026-09-04T21:34:19.047Z Compiling compression-codecs v0.4.38
17462026-09-04T21:34:19.047Z Compiling slog-json v2.6.1
17472026-09-04T21:34:19.109Z Compiling digest v0.11.3
17482026-09-04T21:34:19.143Z Compiling toml_parser v1.1.3+spec-1.1.0
17492026-09-04T21:34:19.217Z Compiling ref-cast v1.0.26
17502026-09-04T21:34:19.232Z Compiling strum v0.26.3
17512026-09-04T21:34:19.257Z Compiling macaddr v1.0.1
17522026-09-04T21:34:19.257Z Compiling serde_spanned v1.1.1
17532026-09-04T21:34:19.322Z Compiling toml_datetime v1.1.1+spec-1.1.0
17542026-09-04T21:34:19.354Z Compiling is-terminal v0.4.17
17552026-09-04T21:34:19.424Z Compiling memmap2 v0.9.11
17562026-09-04T21:34:19.498Z Compiling wait-timeout v0.2.1
17572026-09-04T21:34:19.572Z Compiling dof v0.4.0
17582026-09-04T21:34:19.617Z Compiling encoding_rs v0.8.35
17592026-09-04T21:34:23.075Z Compiling term v1.2.1
17602026-09-04T21:34:23.075Z Compiling bit-vec v0.8.0
17612026-09-04T21:34:23.273Z Compiling mime v0.3.17
17622026-09-04T21:34:23.273Z Compiling either v1.17.0
17632026-09-04T21:34:23.273Z Compiling take_mut v0.2.2
17642026-09-04T21:34:23.273Z Compiling spin v0.9.9
17652026-09-04T21:34:23.273Z Compiling toml_writer v1.1.2+spec-1.1.0
17662026-09-04T21:34:23.273Z Compiling quick-error v1.2.3
17672026-09-04T21:34:23.273Z Compiling rusty-fork v0.3.1
17682026-09-04T21:34:23.273Z Compiling slog-async v2.8.0
17692026-09-04T21:34:23.273Z Compiling usdt-impl v0.6.0
17702026-09-04T21:34:23.273Z Compiling toml v1.1.4+spec-1.1.0
17712026-09-04T21:34:23.273Z Compiling slog-term v2.9.2
17722026-09-04T21:34:23.273Z Compiling multer v3.1.0
17732026-09-04T21:34:23.339Z Compiling usdt v0.6.0
17742026-09-04T21:34:23.339Z Compiling bit-set v0.8.0
17752026-09-04T21:34:23.339Z Compiling sha1 v0.11.0
17762026-09-04T21:34:23.339Z Compiling slog-bunyan v2.5.0
17772026-09-04T21:34:23.339Z Compiling async-compression v0.4.43
17782026-09-04T21:34:23.339Z Compiling serde_with v3.22.0
17792026-09-04T21:34:23.339Z Compiling async-stream v0.3.6
17802026-09-04T21:34:23.339Z Compiling rand_xorshift v0.4.0
17812026-09-04T21:34:23.339Z Compiling waitgroup v0.1.2
17822026-09-04T21:34:23.339Z Compiling rustls-pemfile v2.2.0
17832026-09-04T21:34:23.339Z Compiling serde_path_to_error v0.1.20
17842026-09-04T21:34:23.339Z Compiling hostname v0.4.2
17852026-09-04T21:34:23.339Z Compiling unarray v0.1.4
17862026-09-04T21:34:23.339Z Compiling strum v0.27.2
17872026-09-04T21:34:23.339Z Compiling proptest v1.11.0
17882026-09-04T21:34:23.339Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17892026-09-04T21:34:23.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17902026-09-04T21:34:23.340Z Compiling progenitor-client v0.14.0
17912026-09-04T21:34:23.341Z Compiling iddqd v0.4.6
17922026-09-04T21:34:23.341Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-09-04T21:34:23.341Z Compiling reqwest v0.12.28
17942026-09-04T21:34:23.341Z Compiling dropshot v0.17.1
17952026-09-04T21:34:23.341Z Compiling block-buffer v0.10.4
17962026-09-04T21:34:23.341Z Compiling backon v1.6.0
17972026-09-04T21:34:23.341Z Compiling instant v0.1.13
17982026-09-04T21:34:23.341Z Compiling digest v0.10.7
17992026-09-04T21:34:23.341Z Compiling backoff v0.4.0
18002026-09-04T21:34:23.341Z Compiling progenitor-extras v0.2.0
18012026-09-04T21:34:23.341Z Compiling itertools v0.14.0
18022026-09-04T21:34:23.341Z Compiling parse-display v0.10.0
18032026-09-04T21:34:23.341Z Compiling regress v0.10.5
18042026-09-04T21:34:23.341Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18052026-09-04T21:34:23.341Z Compiling progenitor-client v0.10.0
18062026-09-04T21:34:23.341Z Compiling humantime v2.4.0
18072026-09-04T21:34:23.341Z Compiling cpufeatures v0.2.17
18082026-09-04T21:34:23.413Z Compiling unicode-width v0.2.2
18092026-09-04T21:34:23.434Z Compiling secrecy v0.10.3
18102026-09-04T21:34:23.451Z Compiling heck v0.5.0
18112026-09-04T21:34:23.566Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18122026-09-04T21:34:23.581Z Compiling tinyvec_macros v0.1.1
18132026-09-04T21:34:23.589Z Compiling num-integer v0.1.47
18142026-09-04T21:34:23.656Z Compiling tinyvec v1.12.0
18152026-09-04T21:34:23.706Z Compiling scroll v0.12.0
18162026-09-04T21:34:23.913Z Compiling crucible-workspace-hack v0.1.0
18172026-09-04T21:34:23.975Z Compiling hmac v0.12.1
18182026-09-04T21:34:23.987Z Compiling inout v0.1.4
18192026-09-04T21:34:23.998Z Compiling ff v0.13.1
18202026-09-04T21:34:24.113Z Compiling utf8parse v0.2.2
18212026-09-04T21:34:24.126Z Compiling group v0.13.0
18222026-09-04T21:34:24.137Z Compiling cipher v0.4.4
18232026-09-04T21:34:24.140Z Compiling hkdf v0.12.4
18242026-09-04T21:34:24.227Z Compiling anstyle-parse v1.0.0
18252026-09-04T21:34:24.242Z Compiling goblin v0.8.2
18262026-09-04T21:34:24.294Z Compiling num-iter v0.1.46
18272026-09-04T21:34:24.362Z Compiling num-rational v0.4.2
18282026-09-04T21:34:24.430Z Compiling zerocopy v0.7.35
18292026-09-04T21:34:24.621Z Compiling universal-hash v0.5.1
18302026-09-04T21:34:24.662Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-09-04T21:34:24.755Z Compiling regress v0.11.1
18322026-09-04T21:34:24.905Z Compiling crypto-bigint v0.5.5
18332026-09-04T21:34:24.997Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-09-04T21:34:25.171Z Compiling terminal_size v0.4.4
18352026-09-04T21:34:25.319Z Compiling half v2.7.1
18362026-09-04T21:34:25.334Z Compiling num-complex v0.4.6
18372026-09-04T21:34:25.628Z Compiling is_terminal_polyfill v1.70.2
18382026-09-04T21:34:25.683Z Compiling base16ct v0.2.0
18392026-09-04T21:34:25.718Z Compiling ciborium-io v0.2.2
18402026-09-04T21:34:25.730Z Compiling opaque-debug v0.3.1
18412026-09-04T21:34:25.861Z Compiling base64ct v1.8.3
18422026-09-04T21:34:25.864Z Compiling anstyle-query v1.1.5
18432026-09-04T21:34:25.864Z Compiling anstyle v1.0.14
18442026-09-04T21:34:25.987Z Compiling colorchoice v1.0.5
18452026-09-04T21:34:26.125Z Compiling anstream v1.0.0
18462026-09-04T21:34:26.129Z Compiling password-hash v0.5.0
18472026-09-04T21:34:26.129Z Compiling elliptic-curve v0.13.8
18482026-09-04T21:34:26.428Z Compiling typify-impl v0.6.2
18492026-09-04T21:34:26.457Z Compiling ciborium-ll v0.2.2
18502026-09-04T21:34:26.469Z Compiling poly1305 v0.8.0
18512026-09-04T21:34:26.566Z Compiling dof v0.3.0
18522026-09-04T21:34:26.894Z Compiling num v0.4.3
18532026-09-04T21:34:26.975Z Compiling curve25519-dalek v4.1.3
18542026-09-04T21:34:27.221Z Compiling thiserror-no-std v2.0.2
18552026-09-04T21:34:27.390Z Compiling chacha20 v0.9.1
18562026-09-04T21:34:27.466Z Compiling crossbeam-epoch v0.9.20
18572026-09-04T21:34:27.623Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18582026-09-04T21:34:27.815Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-09-04T21:34:28.112Z Compiling blake2 v0.10.6
18602026-09-04T21:34:28.144Z Compiling aead v0.5.2
18612026-09-04T21:34:28.156Z Compiling byte-wrapper v0.1.0
18622026-09-04T21:34:28.215Z Compiling dtrace-parser v0.2.0
18632026-09-04T21:34:28.227Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-09-04T21:34:28.278Z Compiling thread-id v4.2.2
18652026-09-04T21:34:28.305Z Compiling keccak v0.1.6
18662026-09-04T21:34:28.366Z Compiling strsim v0.11.1
18672026-09-04T21:34:28.504Z Compiling float-ord v0.3.2
18682026-09-04T21:34:28.535Z Compiling clap_lex v1.1.0
18692026-09-04T21:34:28.550Z Compiling usdt-impl v0.5.0
18702026-09-04T21:34:28.561Z Compiling sha3 v0.10.9
18712026-09-04T21:34:28.649Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18722026-09-04T21:34:28.749Z Compiling clap_builder v4.6.6
18732026-09-04T21:34:28.781Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-09-04T21:34:28.981Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-09-04T21:34:29.194Z Compiling argon2 v0.5.3
18762026-09-04T21:34:29.704Z Compiling chacha20poly1305 v0.10.1
18772026-09-04T21:34:30.045Z Compiling typify v0.6.2
18782026-09-04T21:34:30.077Z Compiling vsss-rs v3.3.4
18792026-09-04T21:34:30.091Z Compiling ciborium v0.2.2
18802026-09-04T21:34:30.158Z Compiling hash32 v0.3.1
18812026-09-04T21:34:30.319Z Compiling memmap v0.7.0
18822026-09-04T21:34:30.512Z Compiling indent_write v2.2.0
18832026-09-04T21:34:30.658Z Compiling data-encoding v2.11.1
18842026-09-04T21:34:30.672Z Compiling usdt v0.5.0
18852026-09-04T21:34:30.825Z Compiling clap v4.6.6
18862026-09-04T21:34:30.914Z Compiling heapless v0.8.0
18872026-09-04T21:34:30.941Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-09-04T21:34:31.059Z Compiling ingot-types v0.1.2
18892026-09-04T21:34:31.361Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-09-04T21:34:31.380Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-09-04T21:34:31.380Z Compiling rustix v0.38.44
18922026-09-04T21:34:31.502Z Compiling tabwriter v1.4.1
18932026-09-04T21:34:31.524Z Compiling cobs v0.3.0
18942026-09-04T21:34:31.646Z Compiling bitflags v1.3.2
18952026-09-04T21:34:31.729Z Compiling managed v0.8.0
18962026-09-04T21:34:31.752Z Compiling postcard v1.1.3
18972026-09-04T21:34:31.947Z Compiling smoltcp v0.11.0
18982026-09-04T21:34:32.002Z Compiling ingot v0.1.1
18992026-09-04T21:34:32.069Z Compiling memoffset v0.9.1
19002026-09-04T21:34:32.089Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-09-04T21:34:32.159Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19022026-09-04T21:34:32.317Z Compiling serde_spanned v0.6.9
19032026-09-04T21:34:32.349Z Compiling toml_datetime v0.6.11
19042026-09-04T21:34:32.466Z Compiling foreign-types-shared v0.3.1
19052026-09-04T21:34:32.466Z Compiling static_assertions v1.1.0
19062026-09-04T21:34:32.553Z Compiling linked-hash-map v0.5.6
19072026-09-04T21:34:32.571Z Compiling unicode-segmentation v1.13.3
19082026-09-04T21:34:32.629Z Compiling toml_write v0.1.2
19092026-09-04T21:34:32.739Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-09-04T21:34:32.835Z Compiling winnow v0.7.15
19112026-09-04T21:34:32.987Z Compiling resolv-conf v0.7.6
19122026-09-04T21:34:33.362Z Compiling colored v3.1.1
19132026-09-04T21:34:33.488Z Compiling swrite v0.1.0
19142026-09-04T21:34:33.589Z Compiling newline-converter v0.3.0
19152026-09-04T21:34:33.714Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19162026-09-04T21:34:33.755Z Compiling lru-cache v0.1.2
19172026-09-04T21:34:33.828Z Compiling foreign-types v0.5.0
19182026-09-04T21:34:33.858Z Compiling hubpack v0.1.2
19192026-09-04T21:34:33.883Z Compiling nix v0.31.3
19202026-09-04T21:34:33.913Z Compiling atomicwrites v0.4.4
19212026-09-04T21:34:34.088Z Compiling num_enum v0.7.6
19222026-09-04T21:34:34.107Z Compiling crossbeam-deque v0.8.7
19232026-09-04T21:34:34.215Z Compiling toml_edit v0.22.27
19242026-09-04T21:34:34.309Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19252026-09-04T21:34:34.332Z Compiling hickory-proto v0.24.4
19262026-09-04T21:34:34.429Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19272026-09-04T21:34:34.549Z Compiling console v0.16.4
19282026-09-04T21:34:34.842Z Compiling chacha20 v0.10.1
19292026-09-04T21:34:34.854Z Compiling camino-tempfile v1.4.1
19302026-09-04T21:34:35.091Z Compiling serde-big-array v0.5.1
19312026-09-04T21:34:35.104Z Compiling cstr-argument v0.1.2
19322026-09-04T21:34:35.158Z Compiling similar v3.2.0
19332026-09-04T21:34:35.233Z Compiling siphasher v1.0.3
19342026-09-04T21:34:35.258Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19352026-09-04T21:34:35.434Z Compiling phf_shared v0.12.1
19362026-09-04T21:34:35.526Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19372026-09-04T21:34:35.553Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19382026-09-04T21:34:35.613Z Compiling toml v0.8.23
19392026-09-04T21:34:36.275Z Compiling hickory-resolver v0.24.4
19402026-09-04T21:34:36.996Z Compiling expectorate v1.3.0
19412026-09-04T21:34:37.111Z Compiling pin-project v1.1.13
19422026-09-04T21:34:37.165Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19432026-09-04T21:34:37.213Z Compiling rand v0.10.2
19442026-09-04T21:34:37.292Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19452026-09-04T21:34:37.367Z Compiling rayon-core v1.13.0
19462026-09-04T21:34:37.456Z Compiling num_enum v0.5.11
19472026-09-04T21:34:37.498Z Compiling progenitor-impl v0.13.0
19482026-09-04T21:34:37.580Z Compiling prettyplease v0.2.37
19492026-09-04T21:34:38.066Z Compiling unicode-normalization v0.1.25
19502026-09-04T21:34:38.146Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-09-04T21:34:38.395Z Compiling progenitor-client v0.13.0
19522026-09-04T21:34:38.541Z Compiling tokio-stream v0.1.19
19532026-09-04T21:34:38.590Z Compiling bstr v1.13.1
19542026-09-04T21:34:38.618Z Compiling csv-core v0.1.13
19552026-09-04T21:34:38.690Z Compiling highway v1.3.0
19562026-09-04T21:34:38.849Z Compiling konst_macro_rules v0.2.19
19572026-09-04T21:34:38.882Z Compiling unicode-width v0.1.14
19582026-09-04T21:34:39.019Z Compiling foldhash v0.1.5
19592026-09-04T21:34:39.032Z Compiling jiff-core v0.1.0
19602026-09-04T21:34:39.072Z Compiling same-file v1.0.6
19612026-09-04T21:34:39.075Z Compiling foreign-types-shared v0.1.1
19622026-09-04T21:34:39.163Z Compiling foreign-types v0.3.2
19632026-09-04T21:34:39.163Z Compiling hashbrown v0.15.5
19642026-09-04T21:34:39.200Z Compiling konst v0.2.20
19652026-09-04T21:34:39.238Z Compiling walkdir v2.5.0
19662026-09-04T21:34:39.255Z Compiling globset v0.4.20
19672026-09-04T21:34:39.307Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-09-04T21:34:39.434Z Compiling qorb v0.4.1
19692026-09-04T21:34:39.569Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19702026-09-04T21:34:39.699Z Compiling csv v1.4.0
19712026-09-04T21:34:40.028Z Compiling jiff v0.2.35
19722026-09-04T21:34:40.144Z Compiling progenitor v0.13.0
19732026-09-04T21:34:40.252Z Compiling snafu v0.8.9
19742026-09-04T21:34:40.292Z Compiling olpc-cjson v0.1.4
19752026-09-04T21:34:40.621Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-09-04T21:34:40.668Z Compiling rayon v1.12.0
19772026-09-04T21:34:41.232Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-09-04T21:34:41.475Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19792026-09-04T21:34:41.938Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19802026-09-04T21:34:42.247Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-09-04T21:34:42.482Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19822026-09-04T21:34:42.707Z Compiling phf v0.12.1
19832026-09-04T21:34:42.801Z Compiling openssl-sys v0.9.117
19842026-09-04T21:34:42.862Z Compiling tokio-dtrace v0.1.1
19852026-09-04T21:34:43.043Z Compiling progenitor-impl v0.14.0
19862026-09-04T21:34:43.130Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-09-04T21:34:43.212Z Compiling itertools v0.12.1
19882026-09-04T21:34:43.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19892026-09-04T21:34:43.591Z Compiling libsw-core v0.3.2
19902026-09-04T21:34:43.769Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19912026-09-04T21:34:43.846Z Compiling pem v3.0.6
19922026-09-04T21:34:43.872Z Compiling serde_plain v1.0.2
19932026-09-04T21:34:43.989Z Compiling sigpipe v0.1.3
19942026-09-04T21:34:44.079Z Compiling fixedbitset v0.4.2
19952026-09-04T21:34:44.091Z Compiling fixedbitset v0.5.7
19962026-09-04T21:34:44.121Z Compiling minimal-lexical v0.2.1
19972026-09-04T21:34:44.203Z Compiling bytecount v0.6.9
19982026-09-04T21:34:44.241Z Compiling glob v0.3.4
19992026-09-04T21:34:44.307Z Compiling typed-path v0.9.3
20002026-09-04T21:34:44.342Z Compiling nom v7.1.3
20012026-09-04T21:34:44.381Z Compiling zone v0.3.1
20022026-09-04T21:34:44.411Z Compiling papergrid v0.11.0
20032026-09-04T21:34:44.429Z Compiling petgraph v0.8.3
20042026-09-04T21:34:44.605Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-09-04T21:34:44.666Z Compiling petgraph v0.6.5
20062026-09-04T21:34:45.101Z Compiling progenitor v0.14.0
20072026-09-04T21:34:45.246Z Compiling tough v0.22.0
20082026-09-04T21:34:45.259Z Compiling openssl v0.10.81
20092026-09-04T21:34:45.576Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20102026-09-04T21:34:45.690Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-09-04T21:34:45.886Z Compiling libsw v3.5.0
20122026-09-04T21:34:46.052Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-09-04T21:34:46.132Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20142026-09-04T21:34:46.201Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-09-04T21:34:46.252Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20162026-09-04T21:34:46.265Z Compiling oxide-tokio-rt v0.1.6
20172026-09-04T21:34:46.450Z Compiling chrono-tz v0.10.4
20182026-09-04T21:34:46.495Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-09-04T21:34:46.570Z Compiling newtype_derive v0.1.6
20202026-09-04T21:34:46.655Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20212026-09-04T21:34:46.670Z Compiling slog-dtrace v0.3.0
20222026-09-04T21:34:46.975Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-09-04T21:34:46.984Z Compiling cancel-safe-futures v0.1.5
20242026-09-04T21:34:47.171Z Compiling const_format v0.2.36
20252026-09-04T21:34:47.182Z Compiling owo-colors v4.3.0
20262026-09-04T21:34:47.279Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20272026-09-04T21:34:47.512Z Compiling gethostname v0.5.0
20282026-09-04T21:34:47.639Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-09-04T21:34:47.671Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-09-04T21:34:47.775Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-09-04T21:34:47.795Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-09-04T21:34:47.917Z Compiling smf v0.2.3
20332026-09-04T21:34:47.920Z Compiling bcs v0.1.6
20342026-09-04T21:34:48.235Z Compiling termtree v0.5.1
20352026-09-04T21:34:48.310Z Compiling unicode-linebreak v0.1.5
20362026-09-04T21:34:48.389Z Compiling tagptr v0.2.0
20372026-09-04T21:34:48.489Z Compiling linear-map v1.2.0
20382026-09-04T21:34:48.504Z Compiling lazy_static v1.5.0
20392026-09-04T21:34:48.554Z Compiling whoami v1.6.1
20402026-09-04T21:34:48.564Z Compiling smawk v0.3.3
20412026-09-04T21:34:48.607Z Compiling steno v0.4.1
20422026-09-04T21:34:48.676Z Compiling textwrap v0.16.2
20432026-09-04T21:34:48.691Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-09-04T21:34:48.846Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-09-04T21:34:48.876Z Compiling moka v0.12.16
20462026-09-04T21:34:49.166Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-09-04T21:34:49.350Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-09-04T21:34:49.662Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-09-04T21:34:50.277Z Compiling tabled v0.15.0
20502026-09-04T21:34:50.372Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-09-04T21:34:50.571Z Compiling cookie v0.18.2
20522026-09-04T21:34:50.994Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-09-04T21:34:51.448Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-09-04T21:34:51.526Z Compiling hickory-proto v0.25.2
20552026-09-04T21:34:51.993Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20562026-09-04T21:34:52.019Z Compiling libscf-sys v1.2.0
20572026-09-04T21:34:52.173Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-09-04T21:34:52.331Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20592026-09-04T21:34:52.702Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20602026-09-04T21:34:52.824Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20612026-09-04T21:34:53.034Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20622026-09-04T21:34:53.359Z Compiling hickory-resolver v0.25.2
20632026-09-04T21:34:54.167Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-09-04T21:34:58.918Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-09-04T21:35:06.422Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-09-04T21:35:08.075Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-09-04T21:35:09.124Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20682026-09-04T21:35:10.459Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20692026-09-04T21:35:11.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20702026-09-04T21:35:11.776Z Running `target/debug/xtask openapi check`
20712026-09-04T21:35:12.238Z Compiling serde_core v1.0.229
20722026-09-04T21:35:12.241Z Compiling serde v1.0.229
20732026-09-04T21:35:12.305Z Compiling serde_json v1.0.151
20742026-09-04T21:35:12.309Z Compiling syn v3.0.3
20752026-09-04T21:35:12.312Z Compiling syn v2.0.119
20762026-09-04T21:35:12.321Z Compiling bytes v1.12.1
20772026-09-04T21:35:12.326Z Compiling getrandom v0.4.3
20782026-09-04T21:35:12.329Z Compiling zerocopy v0.8.56
20792026-09-04T21:35:12.339Z Compiling once_cell v1.21.4
20802026-09-04T21:35:12.631Z Compiling num-traits v0.2.19
20812026-09-04T21:35:12.744Z Compiling hashbrown v0.17.1
20822026-09-04T21:35:12.934Z Compiling http v1.5.0
20832026-09-04T21:35:13.037Z Compiling schemars v0.8.22
20842026-09-04T21:35:13.271Z Compiling zeroize v1.9.0
20852026-09-04T21:35:13.296Z Compiling aws-lc-rs v1.18.0
20862026-09-04T21:35:13.323Z Compiling usdt-impl v0.6.0
20872026-09-04T21:35:13.458Z Compiling rustls-pki-types v1.15.1
20882026-09-04T21:35:13.574Z Compiling time-macros v0.2.32
20892026-09-04T21:35:13.583Z Compiling tracing-core v0.1.36
20902026-09-04T21:35:13.875Z Compiling bitflags v2.13.1
20912026-09-04T21:35:13.948Z Compiling tracing v0.1.44
20922026-09-04T21:35:14.167Z Compiling http-body v1.1.0
20932026-09-04T21:35:14.181Z Compiling generic-array v0.14.7
20942026-09-04T21:35:14.439Z Compiling indexmap v2.14.0
20952026-09-04T21:35:14.458Z Compiling uuid v1.26.0
20962026-09-04T21:35:14.731Z Compiling time v0.3.55
20972026-09-04T21:35:14.881Z Compiling pest_generator v2.8.8
20982026-09-04T21:35:15.071Z Compiling serde_derive_internals v0.29.1
20992026-09-04T21:35:15.256Z Compiling serde_derive v1.0.229
21002026-09-04T21:35:15.316Z Compiling thiserror-impl v2.0.20
21012026-09-04T21:35:15.397Z Compiling tokio-macros v2.7.2
21022026-09-04T21:35:15.492Z Compiling futures-macro v0.3.34
21032026-09-04T21:35:15.538Z Compiling camino v1.2.5
21042026-09-04T21:35:15.957Z Compiling rustls v0.23.43
21052026-09-04T21:35:15.970Z Compiling rustls-webpki v0.103.14
21062026-09-04T21:35:16.007Z Compiling zerocopy-derive v0.8.56
21072026-09-04T21:35:16.165Z Compiling pest_derive v2.8.8
21082026-09-04T21:35:16.216Z Compiling tokio v1.53.1
21092026-09-04T21:35:16.338Z Compiling schemars_derive v0.8.22
21102026-09-04T21:35:16.421Z Compiling scroll_derive v0.13.1
21112026-09-04T21:35:16.556Z Compiling thiserror v2.0.20
21122026-09-04T21:35:16.704Z Compiling futures-util v0.3.34
21132026-09-04T21:35:16.774Z Compiling dtrace-parser v0.3.0
21142026-09-04T21:35:17.246Z Compiling scroll v0.13.0
21152026-09-04T21:35:17.538Z Compiling goblin v0.10.7
21162026-09-04T21:35:17.756Z Compiling rustix v1.1.4
21172026-09-04T21:35:18.396Z Compiling erased-serde v0.3.31
21182026-09-04T21:35:18.491Z Compiling chrono v0.4.45
21192026-09-04T21:35:18.896Z Compiling slog v2.8.2
21202026-09-04T21:35:18.954Z Compiling serde_tokenstream v0.2.3
21212026-09-04T21:35:18.998Z Compiling crossbeam-epoch v0.9.20
21222026-09-04T21:35:19.259Z Compiling winnow v1.0.4
21232026-09-04T21:35:19.267Z Compiling subtle v2.6.1
21242026-09-04T21:35:19.291Z Compiling toml_datetime v1.1.1+spec-1.1.0
21252026-09-04T21:35:19.522Z Compiling toml_edit v0.25.13+spec-1.1.0
21262026-09-04T21:35:19.606Z Compiling toml_parser v1.1.3+spec-1.1.0
21272026-09-04T21:35:19.946Z Compiling tokio-util v0.7.19
21282026-09-04T21:35:20.249Z Compiling dof v0.4.0
21292026-09-04T21:35:20.423Z Compiling h2 v0.4.15
21302026-09-04T21:35:20.472Z Compiling oxnet v0.1.7
21312026-09-04T21:35:20.730Z Compiling slog-json v2.6.1
21322026-09-04T21:35:21.026Z Compiling futures-executor v0.3.34
21332026-09-04T21:35:21.048Z Compiling openapiv3 v2.2.0
21342026-09-04T21:35:21.492Z Compiling usdt-attr-macro v0.6.0
21352026-09-04T21:35:21.713Z Compiling usdt-macro v0.6.0
21362026-09-04T21:35:22.250Z Compiling async-stream-impl v0.3.6
21372026-09-04T21:35:22.299Z Compiling serde_spanned v1.1.1
21382026-09-04T21:35:22.410Z Compiling semver v1.0.28
21392026-09-04T21:35:22.425Z Compiling rustix v0.38.44
21402026-09-04T21:35:22.568Z Compiling slog-term v2.9.2
21412026-09-04T21:35:22.653Z Compiling hyper v1.11.1
21422026-09-04T21:35:22.698Z Compiling dropshot_endpoint v0.17.1
21432026-09-04T21:35:22.785Z Compiling slog-async v2.8.0
21442026-09-04T21:35:22.853Z Compiling toml v1.1.4+spec-1.1.0
21452026-09-04T21:35:22.880Z Compiling async-stream v0.3.6
21462026-09-04T21:35:23.054Z Compiling serde_urlencoded v0.7.1
21472026-09-04T21:35:23.212Z Compiling multer v3.1.0
21482026-09-04T21:35:23.273Z Compiling usdt v0.6.0
21492026-09-04T21:35:23.301Z Compiling futures v0.3.34
21502026-09-04T21:35:23.383Z Compiling slog-bunyan v2.5.0
21512026-09-04T21:35:23.522Z Compiling async-compression v0.4.43
21522026-09-04T21:35:23.544Z Compiling tokio-rustls v0.26.4
21532026-09-04T21:35:23.703Z Compiling proc-macro-crate v3.5.0
21542026-09-04T21:35:23.803Z Compiling hyper-util v0.1.20
21552026-09-04T21:35:23.829Z Compiling async-trait v0.1.92
21562026-09-04T21:35:23.846Z Compiling http-body-util v0.1.5
21572026-09-04T21:35:24.109Z Compiling serde_path_to_error v0.1.20
21582026-09-04T21:35:24.128Z Compiling rustls-pemfile v2.2.0
21592026-09-04T21:35:24.225Z Compiling aho-corasick v1.1.5
21602026-09-04T21:35:24.299Z Compiling tempfile v3.27.0
21612026-09-04T21:35:24.310Z Compiling num_enum_derive v0.7.6
21622026-09-04T21:35:24.320Z Compiling crossbeam-deque v0.8.7
21632026-09-04T21:35:24.513Z Compiling dropshot-api-manager-types v0.8.0
21642026-09-04T21:35:24.691Z Compiling crypto-common v0.1.7
21652026-09-04T21:35:24.780Z Compiling block-buffer v0.10.4
21662026-09-04T21:35:24.819Z Compiling git-stub v1.0.0
21672026-09-04T21:35:24.847Z Compiling clap_builder v4.6.6
21682026-09-04T21:35:24.917Z Compiling digest v0.10.7
21692026-09-04T21:35:25.079Z Compiling regex-automata v0.4.18
21702026-09-04T21:35:25.115Z Compiling dropshot v0.17.1
21712026-09-04T21:35:25.315Z Compiling num_enum v0.7.6
21722026-09-04T21:35:25.329Z Compiling atomicwrites v0.4.4
21732026-09-04T21:35:25.420Z Compiling rayon-core v1.13.0
21742026-09-04T21:35:25.432Z Compiling fs-err v3.3.1
21752026-09-04T21:35:25.517Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21762026-09-04T21:35:25.725Z Compiling terminal_size v0.4.4
21772026-09-04T21:35:25.869Z Compiling clap_derive v4.6.4
21782026-09-04T21:35:26.107Z Compiling serde_repr v0.1.21
21792026-09-04T21:35:26.139Z Compiling bstr v1.13.1
21802026-09-04T21:35:26.245Z Compiling nom v8.0.0
21812026-09-04T21:35:26.439Z Compiling either v1.17.0
21822026-09-04T21:35:26.511Z Compiling is_ci v1.2.0
21832026-09-04T21:35:26.633Z Compiling rayon v1.12.0
21842026-09-04T21:35:26.654Z Compiling supports-color v3.0.2
21852026-09-04T21:35:26.672Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21862026-09-04T21:35:26.827Z Compiling regex v1.13.1
21872026-09-04T21:35:27.122Z Compiling textwrap v0.16.2
21882026-09-04T21:35:27.290Z Compiling drift v0.2.0
21892026-09-04T21:35:27.554Z Compiling clap v4.6.6
21902026-09-04T21:35:27.625Z Compiling sha2 v0.10.9
21912026-09-04T21:35:27.637Z Compiling similar v2.7.0
21922026-09-04T21:35:28.009Z Compiling git-stub-vcs v0.1.0
21932026-09-04T21:35:28.175Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942026-09-04T21:35:28.310Z Compiling dropshot-api-manager v0.8.0
21952026-09-04T21:35:28.352Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21962026-09-04T21:35:28.410Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21972026-09-04T21:35:33.428Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21982026-09-04T21:35:34.641Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21992026-09-04T21:35:41.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.03s
22002026-09-04T21:35:41.936Z Running `target/debug/maghemite-dropshot-apis check`
22012026-09-04T21:35:41.966Z -------
22022026-09-04T21:35:41.966Z Generating OpenAPI documents from API definitions ...
22032026-09-04T21:35:42.036Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22042026-09-04T21:35:42.081Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22052026-09-04T21:35:42.236Z -------
22062026-09-04T21:35:42.236Z Checking 14 OpenAPI documents...
22072026-09-04T21:35:42.236Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22082026-09-04T21:35:42.236Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22092026-09-04T21:35:42.236Z Fresh ddm-admin "latest" symlink
22102026-09-04T21:35:42.239Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22112026-09-04T21:35:42.239Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22122026-09-04T21:35:42.239Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22132026-09-04T21:35:42.240Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22142026-09-04T21:35:42.240Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22152026-09-04T21:35:42.240Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22162026-09-04T21:35:42.240Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22172026-09-04T21:35:42.240Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22182026-09-04T21:35:42.240Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22192026-09-04T21:35:42.240Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22202026-09-04T21:35:42.240Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22212026-09-04T21:35:42.240Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22222026-09-04T21:35:42.240Z Fresh mg-admin "latest" symlink
22232026-09-04T21:35:42.240Z -------
22242026-09-04T21:35:42.240Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22252026-09-04T21:35:42.293Z+ banner build
22262026-09-04T21:35:42.298Z
22272026-09-04T21:35:42.298Z ##### # # # # #####
22282026-09-04T21:35:42.298Z # # # # # # # #
22292026-09-04T21:35:42.298Z ##### # # # # # #
22302026-09-04T21:35:42.298Z # # # # # # # #
22312026-09-04T21:35:42.298Z # # # # # # # #
22322026-09-04T21:35:42.299Z ##### #### # ###### #####
22332026-09-04T21:35:42.299Z
22342026-09-04T21:35:42.299Z+ ptime -m cargo build
22352026-09-04T21:35:42.917Z Compiling smallvec v1.15.2
22362026-09-04T21:35:43.030Z Compiling log v0.4.33
22372026-09-04T21:35:43.048Z Compiling slog v2.8.2
22382026-09-04T21:35:43.063Z Compiling ring v0.17.14
22392026-09-04T21:35:43.083Z Compiling webpki-roots v1.0.9
22402026-09-04T21:35:43.140Z Compiling itertools v0.15.0
22412026-09-04T21:35:43.167Z Compiling fxhash v0.2.1
22422026-09-04T21:35:43.175Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22432026-09-04T21:35:43.200Z Compiling icu_normalizer v2.2.0
22442026-09-04T21:35:43.232Z Compiling parking_lot_core v0.9.12
22452026-09-04T21:35:43.244Z Compiling goblin v0.10.7
22462026-09-04T21:35:43.291Z Compiling goblin v0.8.2
22472026-09-04T21:35:43.409Z Compiling slog-async v2.8.0
22482026-09-04T21:35:43.435Z Compiling parking_lot v0.12.5
22492026-09-04T21:35:43.530Z Compiling slog-term v2.9.2
22502026-09-04T21:35:43.778Z Compiling idna_adapter v1.2.2
22512026-09-04T21:35:43.816Z Compiling tokio v1.53.1
22522026-09-04T21:35:43.910Z Compiling idna v1.1.0
22532026-09-04T21:35:43.926Z Compiling slog-json v2.6.1
22542026-09-04T21:35:44.135Z Compiling slog-bunyan v2.5.0
22552026-09-04T21:35:44.179Z Compiling rustls-webpki v0.103.14
22562026-09-04T21:35:44.278Z Compiling url v2.5.8
22572026-09-04T21:35:44.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-09-04T21:35:44.598Z Compiling globset v0.4.20
22592026-09-04T21:35:44.634Z Compiling moka v0.12.16
22602026-09-04T21:35:44.956Z Compiling schemars v0.8.22
22612026-09-04T21:35:45.103Z Compiling rustls v0.23.43
22622026-09-04T21:35:45.127Z Compiling parking_lot_core v0.8.6
22632026-09-04T21:35:45.363Z Compiling parking_lot v0.11.2
22642026-09-04T21:35:45.435Z Compiling arc-swap v1.9.2
22652026-09-04T21:35:45.455Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22662026-09-04T21:35:45.736Z Compiling ipnetwork v0.21.1
22672026-09-04T21:35:45.761Z Compiling newtype-uuid v1.4.0
22682026-09-04T21:35:45.773Z Compiling serde_with v3.22.0
22692026-09-04T21:35:46.141Z Compiling oxnet v0.1.7
22702026-09-04T21:35:46.242Z Compiling dof v0.4.0
22712026-09-04T21:35:46.313Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22722026-09-04T21:35:46.666Z Compiling daft v0.1.8
22732026-09-04T21:35:46.954Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22742026-09-04T21:35:47.170Z Compiling usdt-impl v0.6.0
22752026-09-04T21:35:47.209Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22762026-09-04T21:35:47.460Z Compiling iddqd v0.4.6
22772026-09-04T21:35:47.543Z Compiling usdt v0.6.0
22782026-09-04T21:35:47.662Z Compiling tokio-util v0.7.19
22792026-09-04T21:35:47.786Z Compiling tower v0.5.3
22802026-09-04T21:35:47.837Z Compiling async-compression v0.4.43
22812026-09-04T21:35:47.840Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-09-04T21:35:48.068Z Compiling backoff v0.4.0
22832026-09-04T21:35:48.098Z Compiling typify-impl v0.6.2
22842026-09-04T21:35:48.156Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-09-04T21:35:48.266Z Compiling h2 v0.4.15
22862026-09-04T21:35:48.286Z Compiling tokio-rustls v0.26.4
22872026-09-04T21:35:48.405Z Compiling tower-http v0.6.11
22882026-09-04T21:35:48.496Z Compiling rustls-platform-verifier v0.7.0
22892026-09-04T21:35:48.567Z Compiling byte-wrapper v0.1.0
22902026-09-04T21:35:48.707Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22912026-09-04T21:35:48.738Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22922026-09-04T21:35:48.832Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-09-04T21:35:48.931Z Compiling dof v0.3.0
22942026-09-04T21:35:49.058Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-09-04T21:35:49.236Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22962026-09-04T21:35:49.310Z Compiling usdt-impl v0.5.0
22972026-09-04T21:35:49.739Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-09-04T21:35:49.887Z Compiling typify v0.6.2
22992026-09-04T21:35:49.965Z Compiling usdt v0.5.0
23002026-09-04T21:35:50.002Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-09-04T21:35:50.246Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
23022026-09-04T21:35:50.264Z Compiling progenitor-impl v0.14.0
23032026-09-04T21:35:50.817Z Compiling hyper v1.11.1
23042026-09-04T21:35:51.087Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-09-04T21:35:51.201Z Compiling hickory-proto v0.24.4
23062026-09-04T21:35:51.350Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-09-04T21:35:51.568Z Compiling progenitor-impl v0.13.0
23082026-09-04T21:35:51.668Z Compiling tokio-stream v0.1.19
23092026-09-04T21:35:52.170Z Compiling hyper-util v0.1.20
23102026-09-04T21:35:52.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-09-04T21:35:52.573Z Compiling tokio-dtrace v0.1.1
23122026-09-04T21:35:52.591Z Compiling libsw-core v0.3.2
23132026-09-04T21:35:52.767Z Compiling zone v0.3.1
23142026-09-04T21:35:52.845Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23152026-09-04T21:35:52.992Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23162026-09-04T21:35:53.520Z Compiling hyper-rustls v0.27.9
23172026-09-04T21:35:53.540Z Compiling dropshot v0.17.1
23182026-09-04T21:35:53.677Z Compiling hickory-resolver v0.24.4
23192026-09-04T21:35:53.827Z Compiling reqwest v0.13.4
23202026-09-04T21:35:53.853Z Compiling reqwest v0.12.28
23212026-09-04T21:35:53.887Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23222026-09-04T21:35:54.214Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-09-04T21:35:54.241Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23242026-09-04T21:35:54.322Z Compiling oxide-tokio-rt v0.1.6
23252026-09-04T21:35:54.640Z Compiling qorb v0.4.1
23262026-09-04T21:35:54.714Z Compiling libsw v3.5.0
23272026-09-04T21:35:54.765Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23282026-09-04T21:35:54.891Z Compiling slog-dtrace v0.3.0
23292026-09-04T21:35:54.906Z Compiling tough v0.22.0
23302026-09-04T21:35:55.211Z Compiling progenitor-client v0.14.0
23312026-09-04T21:35:55.279Z Compiling progenitor-client v0.10.0
23322026-09-04T21:35:55.544Z Compiling progenitor-extras v0.2.0
23332026-09-04T21:35:55.587Z Compiling progenitor v0.14.0
23342026-09-04T21:35:55.742Z Compiling progenitor-client v0.13.0
23352026-09-04T21:35:55.797Z Compiling cancel-safe-futures v0.1.5
23362026-09-04T21:35:56.032Z Compiling progenitor v0.13.0
23372026-09-04T21:35:56.086Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23382026-09-04T21:35:56.155Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23392026-09-04T21:35:56.187Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-09-04T21:35:56.681Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-09-04T21:35:57.004Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-09-04T21:35:57.373Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-09-04T21:35:57.642Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-09-04T21:35:57.679Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-09-04T21:35:57.844Z Compiling steno v0.4.1
23462026-09-04T21:35:57.957Z Compiling hickory-proto v0.25.2
23472026-09-04T21:35:58.992Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-09-04T21:35:59.050Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23492026-09-04T21:35:59.163Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-09-04T21:35:59.182Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23512026-09-04T21:35:59.256Z Compiling sled v0.34.7
23522026-09-04T21:35:59.770Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23532026-09-04T21:36:00.747Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-09-04T21:36:00.765Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-09-04T21:36:00.915Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-09-04T21:36:01.224Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-09-04T21:36:01.996Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-09-04T21:36:02.088Z Compiling hickory-resolver v0.25.2
23592026-09-04T21:36:02.136Z Compiling slog-scope v4.4.1
23602026-09-04T21:36:02.406Z Compiling papergrid v0.18.0
23612026-09-04T21:36:03.138Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-09-04T21:36:03.291Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-09-04T21:36:03.362Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-09-04T21:36:03.421Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-09-04T21:36:03.514Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-09-04T21:36:03.529Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-09-04T21:36:04.258Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-09-04T21:36:04.300Z Compiling internet-checksum v0.2.1
23692026-09-04T21:36:04.316Z Compiling tabled v0.21.0
23702026-09-04T21:36:04.418Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-09-04T21:36:04.492Z Compiling slog-stdlog v4.1.1
23722026-09-04T21:36:04.669Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23732026-09-04T21:36:04.833Z Compiling ingot-types v0.2.0
23742026-09-04T21:36:05.013Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23752026-09-04T21:36:05.140Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23762026-09-04T21:36:05.252Z Compiling dropshot-api-manager-types v0.8.0
23772026-09-04T21:36:05.481Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23782026-09-04T21:36:05.514Z Compiling ingot v0.2.1
23792026-09-04T21:36:05.600Z Compiling const-random v0.1.18
23802026-09-04T21:36:05.681Z Compiling slog-envlogger v2.2.0
23812026-09-04T21:36:06.055Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23822026-09-04T21:36:06.117Z Compiling typify-impl v0.4.3
23832026-09-04T21:36:07.008Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23842026-09-04T21:36:07.249Z Compiling crc8 v0.1.1
23852026-09-04T21:36:07.332Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23862026-09-04T21:36:07.379Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23872026-09-04T21:36:07.461Z Compiling ahash v0.8.12
23882026-09-04T21:36:07.680Z Compiling smartstring v1.0.1
23892026-09-04T21:36:07.712Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23902026-09-04T21:36:07.952Z Compiling typify v0.4.3
23912026-09-04T21:36:08.023Z Compiling sha1 v0.10.7
23922026-09-04T21:36:08.072Z Compiling utf-8 v0.7.6
23932026-09-04T21:36:08.270Z Compiling thin-vec v0.2.19
23942026-09-04T21:36:08.274Z Compiling tungstenite v0.21.0
23952026-09-04T21:36:08.472Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23962026-09-04T21:36:08.637Z Compiling rhai v1.26.0
23972026-09-04T21:36:08.643Z Compiling progenitor-impl v0.10.0
23982026-09-04T21:36:08.971Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23992026-09-04T21:36:09.153Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24002026-09-04T21:36:10.149Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24012026-09-04T21:36:11.132Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-09-04T21:36:11.661Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-09-04T21:36:11.763Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24042026-09-04T21:36:12.036Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24052026-09-04T21:36:12.223Z Compiling sha2 v0.10.9
24062026-09-04T21:36:12.311Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-09-04T21:36:12.366Z Compiling progenitor v0.10.0
24082026-09-04T21:36:12.525Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24092026-09-04T21:36:12.624Z Compiling tokio-tungstenite v0.21.0
24102026-09-04T21:36:12.860Z Compiling lzma-sys v0.1.20
24112026-09-04T21:36:12.955Z Compiling typeid v1.0.3
24122026-09-04T21:36:12.979Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24132026-09-04T21:36:13.076Z Compiling port-file v0.1.0
24142026-09-04T21:36:13.284Z Compiling git-stub v1.0.0
24152026-09-04T21:36:13.569Z Compiling toml_datetime v0.7.5+spec-1.1.0
24162026-09-04T21:36:13.874Z Compiling base64 v0.21.7
24172026-09-04T21:36:13.893Z Compiling unit-prefix v0.5.2
24182026-09-04T21:36:14.020Z Compiling indicatif v0.18.6
24192026-09-04T21:36:14.052Z Compiling toml v0.9.12+spec-1.1.0
24202026-09-04T21:36:14.070Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24212026-09-04T21:36:14.214Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-09-04T21:36:14.946Z Compiling git-stub-vcs v0.1.0
24232026-09-04T21:36:15.125Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24242026-09-04T21:36:15.317Z Compiling ron v0.12.2
24252026-09-04T21:36:15.429Z Compiling xz2 v0.1.7
24262026-09-04T21:36:15.678Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24272026-09-04T21:36:15.770Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24282026-09-04T21:36:16.198Z Compiling similar v2.7.0
24292026-09-04T21:36:16.257Z Compiling drift v0.2.0
24302026-09-04T21:36:16.519Z Compiling base16ct v1.0.0
24312026-09-04T21:36:16.732Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24322026-09-04T21:36:17.267Z Compiling strum v0.28.0
24332026-09-04T21:36:17.331Z Compiling dropshot-api-manager v0.8.0
24342026-09-04T21:36:17.332Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24352026-09-04T21:36:17.537Z Compiling natord v1.0.9
24362026-09-04T21:36:17.718Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24372026-09-04T21:36:19.469Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-09-04T21:36:21.664Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24392026-09-04T21:36:27.698Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-09-04T21:36:29.404Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-09-04T21:36:30.464Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24422026-09-04T21:36:31.451Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24432026-09-04T21:36:31.451Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24442026-09-04T21:36:31.454Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24452026-09-04T21:36:31.932Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-09-04T21:36:31.942Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24472026-09-04T21:36:31.942Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24482026-09-04T21:36:32.394Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24492026-09-04T21:36:33.875Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24502026-09-04T21:36:33.875Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24512026-09-04T21:36:33.875Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24522026-09-04T21:36:38.750Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24532026-09-04T21:36:40.885Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-09-04T21:36:40.888Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24552026-09-04T21:36:40.888Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24562026-09-04T21:37:24.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
24572026-09-04T21:37:25.060Z
24582026-09-04T21:37:25.060Zreal 1:42.707112069
24592026-09-04T21:37:25.060Zuser 7:36.715147862
24602026-09-04T21:37:25.060Zsys 1:07.216192402
24612026-09-04T21:37:25.060Ztrap 0.196469402
24622026-09-04T21:37:25.060Ztflt 0.010043534
24632026-09-04T21:37:25.060Zdflt 0.210237821
24642026-09-04T21:37:25.060Zkflt 0.000078700
24652026-09-04T21:37:25.060Zlock 31:21.342086258
24662026-09-04T21:37:25.060Zslp 24:29.208479929
24672026-09-04T21:37:25.060Zlat 25.195800197
24682026-09-04T21:37:25.060Zstop 44.757916240
24692026-09-04T21:37:25.063Z+ ptime -m cargo build --release
24702026-09-04T21:37:25.735Z Compiling proc-macro2 v1.0.107
24712026-09-04T21:37:25.740Z Compiling quote v1.0.47
24722026-09-04T21:37:25.740Z Compiling unicode-ident v1.0.24
24732026-09-04T21:37:25.740Z Compiling serde_core v1.0.229
24742026-09-04T21:37:25.740Z Compiling serde v1.0.229
24752026-09-04T21:37:25.740Z Compiling libc v0.2.189
24762026-09-04T21:37:25.740Z Compiling cfg-if v1.0.4
24772026-09-04T21:37:25.954Z Compiling zmij v1.0.23
24782026-09-04T21:37:25.966Z Compiling autocfg v1.5.1
24792026-09-04T21:37:26.214Z Compiling memchr v2.8.3
24802026-09-04T21:37:26.250Z Compiling libm v0.2.16
24812026-09-04T21:37:26.586Z Compiling itoa v1.0.18
24822026-09-04T21:37:26.663Z Compiling icu_normalizer_data v2.2.0
24832026-09-04T21:37:26.841Z Compiling icu_properties_data v2.2.0
24842026-09-04T21:37:26.859Z Compiling version_check v0.9.5
24852026-09-04T21:37:26.906Z Compiling stable_deref_trait v1.2.1
24862026-09-04T21:37:26.987Z Compiling serde_json v1.0.151
24872026-09-04T21:37:27.114Z Compiling thiserror v2.0.20
24882026-09-04T21:37:27.144Z Compiling litemap v0.8.2
24892026-09-04T21:37:27.222Z Compiling syn v2.0.119
24902026-09-04T21:37:27.229Z Compiling syn v3.0.3
24912026-09-04T21:37:27.354Z Compiling writeable v0.6.3
24922026-09-04T21:37:27.371Z Compiling utf8_iter v1.0.4
24932026-09-04T21:37:27.461Z Compiling num-traits v0.2.19
24942026-09-04T21:37:27.529Z Compiling percent-encoding v2.3.2
24952026-09-04T21:37:27.806Z Compiling form_urlencoded v1.2.2
24962026-09-04T21:37:27.833Z Compiling rand_core v0.10.1
24972026-09-04T21:37:27.934Z Compiling getrandom v0.4.3
24982026-09-04T21:37:28.087Z Compiling parking_lot_core v0.9.12
24992026-09-04T21:37:28.187Z Compiling iana-time-zone v0.1.65
25002026-09-04T21:37:28.253Z Compiling heck v0.5.0
25012026-09-04T21:37:28.456Z Compiling uuid v1.26.0
25022026-09-04T21:37:28.486Z Compiling zerocopy v0.8.56
25032026-09-04T21:37:28.499Z Compiling errno v0.3.14
25042026-09-04T21:37:29.420Z Compiling semver v1.0.28
25052026-09-04T21:37:29.459Z Compiling dyn-clone v1.0.20
25062026-09-04T21:37:29.459Z Compiling schemars v0.8.22
25072026-09-04T21:37:29.459Z Compiling jobserver v0.1.35
25082026-09-04T21:37:29.459Z Compiling find-msvc-tools v0.1.10
25092026-09-04T21:37:29.601Z Compiling shlex v2.0.1
25102026-09-04T21:37:33.857Z Compiling cc v1.4.2
25112026-09-04T21:37:33.857Z Compiling rustversion v1.0.23
25122026-09-04T21:37:33.857Z Compiling pin-project-lite v0.2.17
25132026-09-04T21:37:33.858Z Compiling getrandom v0.2.17
25142026-09-04T21:37:33.858Z Compiling bitflags v2.13.1
25152026-09-04T21:37:33.858Z Compiling pkg-config v0.3.33
25162026-09-04T21:37:33.858Z Compiling synstructure v0.13.2
25172026-09-04T21:37:33.858Z Compiling serde_derive_internals v0.29.1
25182026-09-04T21:37:33.858Z Compiling socket2 v0.6.5
25192026-09-04T21:37:33.858Z Compiling scopeguard v1.2.0
25202026-09-04T21:37:33.858Z Compiling serde_derive v1.0.229
25212026-09-04T21:37:34.076Z Compiling displaydoc v0.2.7
25222026-09-04T21:37:34.076Z Compiling thiserror-impl v2.0.20
25232026-09-04T21:37:34.101Z Compiling tokio-macros v2.7.2
25242026-09-04T21:37:34.101Z Compiling futures-macro v0.3.34
25252026-09-04T21:37:34.101Z Compiling portable-atomic v1.15.0
25262026-09-04T21:37:34.101Z Compiling lock_api v0.4.14
25272026-09-04T21:37:34.101Z Compiling zerofrom-derive v0.1.7
25282026-09-04T21:37:34.101Z Compiling yoke-derive v0.8.2
25292026-09-04T21:37:34.101Z Compiling zerovec-derive v0.11.3
25302026-09-04T21:37:34.101Z Compiling schemars_derive v0.8.22
25312026-09-04T21:37:34.101Z Compiling zerocopy-derive v0.8.56
25322026-09-04T21:37:34.101Z Compiling zeroize_derive v1.5.0
25332026-09-04T21:37:34.101Z Compiling zeroize v1.9.0
25342026-09-04T21:37:34.101Z Compiling zerofrom v0.1.8
25352026-09-04T21:37:34.101Z Compiling log v0.4.33
25362026-09-04T21:37:34.101Z Compiling yoke v0.8.3
25372026-09-04T21:37:34.101Z Compiling critical-section v1.2.0
25382026-09-04T21:37:34.101Z Compiling allocator-api2 v0.2.21
25392026-09-04T21:37:34.101Z Compiling signal-hook-registry v1.4.8
25402026-09-04T21:37:34.101Z Compiling mio v1.2.2
25412026-09-04T21:37:34.101Z Compiling zerovec v0.11.6
25422026-09-04T21:37:34.102Z Compiling zerotrie v0.2.4
25432026-09-04T21:37:34.102Z Compiling once_cell v1.21.4
25442026-09-04T21:37:34.102Z Compiling equivalent v1.0.2
25452026-09-04T21:37:34.102Z Compiling cmake v0.1.58
25462026-09-04T21:37:34.102Z Compiling fs_extra v1.3.0
25472026-09-04T21:37:34.102Z Compiling tinystr v0.8.3
25482026-09-04T21:37:34.102Z Compiling potential_utf v0.1.5
25492026-09-04T21:37:34.102Z Compiling dunce v1.0.5
25502026-09-04T21:37:34.102Z Compiling subtle v2.6.1
25512026-09-04T21:37:34.102Z Compiling aws-lc-sys v0.44.0
25522026-09-04T21:37:34.102Z Compiling icu_locale_core v2.2.0
25532026-09-04T21:37:34.102Z Compiling icu_collections v2.2.0
25542026-09-04T21:37:34.102Z Compiling smallvec v1.15.2
25552026-09-04T21:37:34.102Z Compiling bytes v1.12.1
25562026-09-04T21:37:34.102Z Compiling chrono v0.4.45
25572026-09-04T21:37:34.102Z Compiling serde_tokenstream v0.2.3
25582026-09-04T21:37:34.102Z Compiling futures-core v0.3.34
25592026-09-04T21:37:34.220Z Compiling parking_lot v0.12.5
25602026-09-04T21:37:34.415Z Compiling icu_provider v2.2.0
25612026-09-04T21:37:34.531Z Compiling tokio v1.53.1
25622026-09-04T21:37:34.648Z Compiling httparse v1.10.1
25632026-09-04T21:37:34.816Z Compiling icu_normalizer v2.2.0
25642026-09-04T21:37:34.975Z Compiling icu_properties v2.2.0
25652026-09-04T21:37:35.067Z Compiling futures-sink v0.3.34
25662026-09-04T21:37:35.193Z Compiling rustix v1.1.4
25672026-09-04T21:37:35.554Z Compiling slab v0.4.12
25682026-09-04T21:37:35.600Z Compiling thiserror v1.0.69
25692026-09-04T21:37:35.812Z Compiling typenum v1.20.1
25702026-09-04T21:37:35.936Z Compiling idna_adapter v1.2.2
25712026-09-04T21:37:35.967Z Compiling futures-channel v0.3.34
25722026-09-04T21:37:36.092Z Compiling idna v1.1.0
25732026-09-04T21:37:36.188Z Compiling hashbrown v0.17.1
25742026-09-04T21:37:36.241Z Compiling thiserror-impl v1.0.69
25752026-09-04T21:37:36.554Z Compiling url v2.5.8
25762026-09-04T21:37:36.646Z Compiling futures-io v0.3.34
25772026-09-04T21:37:36.851Z Compiling futures-task v0.3.34
25782026-09-04T21:37:36.855Z Compiling regex-syntax v0.8.11
25792026-09-04T21:37:36.878Z Compiling indexmap v2.14.0
25802026-09-04T21:37:37.057Z Compiling futures-util v0.3.34
25812026-09-04T21:37:37.062Z Compiling aho-corasick v1.1.5
25822026-09-04T21:37:37.538Z Compiling ucd-trie v0.1.7
25832026-09-04T21:37:37.780Z Compiling pest v2.8.8
25842026-09-04T21:37:39.773Z Compiling ipnetwork v0.21.1
25852026-09-04T21:37:39.802Z Compiling regex-automata v0.4.18
25862026-09-04T21:37:39.802Z Compiling tracing-core v0.1.36
25872026-09-04T21:37:39.802Z Compiling tracing-attributes v0.1.31
25882026-09-04T21:37:39.803Z Compiling rand_core v0.6.4
25892026-09-04T21:37:39.803Z Compiling pest_meta v2.8.8
25902026-09-04T21:37:39.803Z Compiling slog v2.8.2
25912026-09-04T21:37:39.980Z Compiling byteorder v1.5.0
25922026-09-04T21:37:39.990Z Compiling base64 v0.22.1
25932026-09-04T21:37:40.246Z Compiling pest_generator v2.8.8
25942026-09-04T21:37:40.264Z Compiling tracing v0.1.44
25952026-09-04T21:37:40.539Z Compiling http v1.5.0
25962026-09-04T21:37:40.626Z Compiling erased-serde v0.3.31
25972026-09-04T21:37:40.690Z Compiling regex v1.13.1
25982026-09-04T21:37:40.935Z Compiling getrandom v0.3.4
25992026-09-04T21:37:41.274Z Compiling pest_derive v2.8.8
26002026-09-04T21:37:41.584Z Compiling fnv v1.0.7
26012026-09-04T21:37:41.697Z Compiling anyhow v1.0.104
26022026-09-04T21:37:42.003Z Compiling strsim v0.11.1
26032026-09-04T21:37:42.082Z Compiling oxnet v0.1.7
26042026-09-04T21:37:42.256Z Compiling rustls-pki-types v1.15.1
26052026-09-04T21:37:42.313Z Compiling ring v0.17.14
26062026-09-04T21:37:42.332Z Compiling ident_case v1.0.1
26072026-09-04T21:37:42.466Z Compiling aws-lc-rs v1.18.0
26082026-09-04T21:37:43.070Z Compiling paste v1.0.15
26092026-09-04T21:37:43.423Z Compiling tokio-util v0.7.19
26102026-09-04T21:37:43.879Z Compiling num-conv v0.2.2
26112026-09-04T21:37:43.915Z Compiling untrusted v0.9.0
26122026-09-04T21:37:44.043Z Compiling ipnet v2.12.1
26132026-09-04T21:37:44.057Z Compiling untrusted v0.7.1
26142026-09-04T21:37:44.194Z Compiling time-core v0.1.9
26152026-09-04T21:37:45.361Z Compiling time-macros v0.2.32
26162026-09-04T21:37:45.721Z Compiling rustls v0.23.43
26172026-09-04T21:37:45.801Z Compiling camino v1.2.5
26182026-09-04T21:37:45.948Z Compiling http-body v1.1.0
26192026-09-04T21:37:46.124Z Compiling scroll_derive v0.13.1
26202026-09-04T21:37:46.139Z Compiling atomic-waker v1.1.2
26212026-09-04T21:37:46.279Z Compiling async-trait v0.1.92
26222026-09-04T21:37:46.296Z Compiling tower-layer v0.3.3
26232026-09-04T21:37:46.504Z Compiling omicron-workspace-hack v0.1.0
26242026-09-04T21:37:46.730Z Compiling try-lock v0.2.5
26252026-09-04T21:37:46.790Z Compiling tower-service v0.3.3
26262026-09-04T21:37:46.858Z Compiling ryu v1.0.23
26272026-09-04T21:37:46.873Z Compiling pretty-hex v0.4.2
26282026-09-04T21:37:46.951Z Compiling want v0.3.1
26292026-09-04T21:37:47.065Z Compiling h2 v0.4.15
26302026-09-04T21:37:47.133Z Compiling ppv-lite86 v0.2.21
26312026-09-04T21:37:47.205Z Compiling httpdate v1.0.3
26322026-09-04T21:37:47.395Z Compiling crossbeam-utils v0.8.22
26332026-09-04T21:37:47.866Z Compiling crc32fast v1.5.0
26342026-09-04T21:37:48.449Z Compiling usdt-impl v0.6.0
26352026-09-04T21:37:48.705Z Compiling slog-async v2.8.0
26362026-09-04T21:37:49.010Z Compiling serde_urlencoded v0.7.1
26372026-09-04T21:37:49.119Z Compiling scroll v0.13.0
26382026-09-04T21:37:49.293Z Compiling http-body-util v0.1.5
26392026-09-04T21:37:49.390Z Compiling plain v0.2.3
26402026-09-04T21:37:49.481Z Compiling hyper v1.11.1
26412026-09-04T21:37:49.508Z Compiling goblin v0.10.7
26422026-09-04T21:37:49.596Z Compiling daft-derive v0.1.8
26432026-09-04T21:37:52.907Z Compiling hyper-util v0.1.20
26442026-09-04T21:37:54.540Z Compiling foldhash v0.2.0
26452026-09-04T21:37:54.568Z Compiling dof v0.4.0
26462026-09-04T21:37:54.568Z Compiling darling_core v0.23.0
26472026-09-04T21:37:54.745Z Compiling dtrace-parser v0.3.0
26482026-09-04T21:37:54.837Z Compiling openapiv3 v2.2.0
26492026-09-04T21:37:55.351Z Compiling thread-id v5.1.0
26502026-09-04T21:37:55.488Z Compiling syn v1.0.109
26512026-09-04T21:37:55.985Z Compiling generic-array v0.14.7
26522026-09-04T21:37:56.595Z Compiling num_threads v0.1.7
26532026-09-04T21:37:56.628Z Compiling darling_macro v0.23.0
26542026-09-04T21:37:56.695Z Compiling deranged v0.5.8
26552026-09-04T21:37:57.178Z Compiling powerfmt v0.2.0
26562026-09-04T21:37:57.267Z Compiling darling v0.23.0
26572026-09-04T21:37:57.451Z Compiling usdt-macro v0.6.0
26582026-09-04T21:37:57.543Z Compiling usdt-attr-macro v0.6.0
26592026-09-04T21:37:57.814Z Compiling time v0.3.55
26602026-09-04T21:37:59.293Z Compiling rand_core v0.9.5
26612026-09-04T21:37:59.305Z Compiling hashbrown v0.16.1
26622026-09-04T21:37:59.305Z Compiling multer v3.1.0
26632026-09-04T21:37:59.414Z Compiling ref-cast v1.0.26
26642026-09-04T21:37:59.584Z Compiling crossbeam-channel v0.5.16
26652026-09-04T21:37:59.685Z Compiling sync_wrapper v1.0.2
26662026-09-04T21:37:59.733Z Compiling winnow v1.0.4
26672026-09-04T21:37:59.805Z Compiling hex v0.4.3
26682026-09-04T21:38:00.064Z Compiling cpufeatures v0.3.0
26692026-09-04T21:38:00.121Z Compiling tower v0.5.3
26702026-09-04T21:38:00.146Z Compiling rand_chacha v0.9.0
26712026-09-04T21:38:00.274Z Compiling webpki-roots v1.0.9
26722026-09-04T21:38:00.397Z Compiling futures-executor v0.3.34
26732026-09-04T21:38:00.692Z Compiling async-stream-impl v0.3.6
26742026-09-04T21:38:00.705Z Compiling ref-cast-impl v1.0.26
26752026-09-04T21:38:00.721Z Compiling dropshot v0.17.1
26762026-09-04T21:38:00.876Z Compiling thread_local v1.1.10
26772026-09-04T21:38:01.183Z Compiling fastrand v2.5.0
26782026-09-04T21:38:01.187Z Compiling futures v0.3.34
26792026-09-04T21:38:01.211Z Compiling tower-http v0.6.11
26802026-09-04T21:38:01.280Z Compiling rand v0.9.5
26812026-09-04T21:38:01.380Z Compiling serde_tokenstream v0.3.0
26822026-09-04T21:38:01.393Z Compiling structmeta-derive v0.3.0
26832026-09-04T21:38:01.549Z Compiling is-terminal v0.4.17
26842026-09-04T21:38:01.634Z Compiling term v1.2.1
26852026-09-04T21:38:01.693Z Compiling take_mut v0.2.2
26862026-09-04T21:38:01.895Z Compiling newtype-uuid-macros v0.1.1
26872026-09-04T21:38:02.002Z Compiling slog-term v2.9.2
26882026-09-04T21:38:02.186Z Compiling crypto-common v0.1.7
26892026-09-04T21:38:02.441Z Compiling structmeta v0.3.0
26902026-09-04T21:38:02.652Z Compiling dropshot_endpoint v0.17.1
26912026-09-04T21:38:02.822Z Compiling tempfile v3.27.0
26922026-09-04T21:38:03.001Z Compiling newtype-uuid v1.4.0
26932026-09-04T21:38:03.401Z Compiling strum_macros v0.26.4
26942026-09-04T21:38:03.452Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952026-09-04T21:38:03.605Z Compiling either v1.17.0
26962026-09-04T21:38:05.088Z Compiling daft v0.1.8
26972026-09-04T21:38:05.099Z Compiling hybrid-array v0.4.14
26982026-09-04T21:38:05.099Z Compiling simd-adler32 v0.3.10
26992026-09-04T21:38:05.099Z Compiling match_cfg v0.1.0
27002026-09-04T21:38:05.099Z Compiling openssl-probe v0.2.1
27012026-09-04T21:38:05.099Z Compiling adler2 v2.0.1
27022026-09-04T21:38:05.099Z Compiling miniz_oxide v0.8.9
27032026-09-04T21:38:05.099Z Compiling rustls-native-certs v0.8.4
27042026-09-04T21:38:05.099Z Compiling hostname v0.3.1
27052026-09-04T21:38:05.099Z Compiling toml_parser v1.1.3+spec-1.1.0
27062026-09-04T21:38:05.099Z Compiling slog-json v2.6.1
27072026-09-04T21:38:05.116Z Compiling serde_with_macros v3.22.0
27082026-09-04T21:38:05.333Z Compiling macaddr v1.0.1
27092026-09-04T21:38:05.387Z Compiling serde_spanned v1.1.1
27102026-09-04T21:38:05.544Z Compiling memmap2 v0.9.11
27112026-09-04T21:38:05.594Z Compiling toml_writer v1.1.2+spec-1.1.0
27122026-09-04T21:38:06.111Z Compiling slog-bunyan v2.5.0
27132026-09-04T21:38:06.168Z Compiling flate2 v1.1.9
27142026-09-04T21:38:06.285Z Compiling crypto-common v0.2.2
27152026-09-04T21:38:06.293Z Compiling block-buffer v0.12.1
27162026-09-04T21:38:06.449Z Compiling derive-ex v0.1.8
27172026-09-04T21:38:06.476Z Compiling rand_chacha v0.3.1
27182026-09-04T21:38:07.088Z Compiling usdt v0.6.0
27192026-09-04T21:38:07.440Z Compiling strum_macros v0.27.2
27202026-09-04T21:38:07.539Z Compiling compression-core v0.4.32
27212026-09-04T21:38:07.736Z Compiling debug-ignore v1.0.5
27222026-09-04T21:38:07.757Z Compiling const-oid v0.10.2
27232026-09-04T21:38:07.888Z Compiling compression-codecs v0.4.38
27242026-09-04T21:38:08.012Z Compiling test-strategy v0.4.5
27252026-09-04T21:38:08.045Z Compiling digest v0.11.3
27262026-09-04T21:38:08.191Z Compiling rand v0.8.7
27272026-09-04T21:38:08.376Z Compiling toml_datetime v1.1.1+spec-1.1.0
27282026-09-04T21:38:08.745Z Compiling encoding_rs v0.8.35
27292026-09-04T21:38:08.819Z Compiling spin v0.9.9
27302026-09-04T21:38:09.182Z Compiling mime v0.3.17
27312026-09-04T21:38:09.202Z Compiling toml v1.1.4+spec-1.1.0
27322026-09-04T21:38:09.442Z Compiling sha1 v0.11.0
27332026-09-04T21:38:09.460Z Compiling async-compression v0.4.43
27342026-09-04T21:38:09.795Z Compiling async-stream v0.3.6
27352026-09-04T21:38:09.928Z Compiling block-buffer v0.10.4
27362026-09-04T21:38:09.937Z Compiling waitgroup v0.1.2
27372026-09-04T21:38:10.098Z Compiling rustls-pemfile v2.2.0
27382026-09-04T21:38:10.105Z Compiling serde_path_to_error v0.1.20
27392026-09-04T21:38:10.167Z Compiling hostname v0.4.2
27402026-09-04T21:38:10.559Z Compiling digest v0.10.7
27412026-09-04T21:38:10.579Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-09-04T21:38:10.928Z Compiling parse-display-derive v0.10.0
27432026-09-04T21:38:12.415Z Compiling strum v0.26.3
27442026-09-04T21:38:12.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27452026-09-04T21:38:12.459Z Compiling regress v0.10.5
27462026-09-04T21:38:12.459Z Compiling wait-timeout v0.2.1
27472026-09-04T21:38:12.927Z Compiling bit-vec v0.8.0
27482026-09-04T21:38:13.456Z Compiling quick-error v1.2.3
27492026-09-04T21:38:13.470Z Compiling unicode-width v0.2.2
27502026-09-04T21:38:13.473Z Compiling rusty-fork v0.3.1
27512026-09-04T21:38:13.473Z Compiling bit-set v0.8.0
27522026-09-04T21:38:13.481Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-09-04T21:38:13.502Z Compiling serde_with v3.22.0
27542026-09-04T21:38:13.540Z Compiling rand_xorshift v0.4.0
27552026-09-04T21:38:14.585Z Compiling unarray v0.1.4
27562026-09-04T21:38:14.597Z Compiling strum v0.27.2
27572026-09-04T21:38:14.597Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27582026-09-04T21:38:14.597Z Compiling proptest v1.11.0
27592026-09-04T21:38:14.597Z Compiling instant v0.1.13
27602026-09-04T21:38:14.597Z Compiling cpufeatures v0.2.17
27612026-09-04T21:38:14.597Z Compiling iddqd v0.4.6
27622026-09-04T21:38:14.597Z Compiling clap_derive v4.6.4
27632026-09-04T21:38:16.002Z Compiling utf8parse v0.2.2
27642026-09-04T21:38:16.110Z Compiling anstyle-parse v1.0.0
27652026-09-04T21:38:16.326Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-09-04T21:38:16.348Z Compiling backon v1.6.0
27672026-09-04T21:38:16.359Z Compiling terminal_size v0.4.4
27682026-09-04T21:38:16.514Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27692026-09-04T21:38:16.607Z Compiling is_terminal_polyfill v1.70.2
27702026-09-04T21:38:16.638Z Compiling anstyle-query v1.1.5
27712026-09-04T21:38:16.938Z Compiling anstyle v1.0.14
27722026-09-04T21:38:17.159Z Compiling colorchoice v1.0.5
27732026-09-04T21:38:17.272Z Compiling anstream v1.0.0
27742026-09-04T21:38:17.891Z Compiling backoff v0.4.0
27752026-09-04T21:38:18.061Z Compiling parse-display v0.10.0
27762026-09-04T21:38:18.107Z Compiling itertools v0.14.0
27772026-09-04T21:38:18.223Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27782026-09-04T21:38:18.562Z Compiling clap_lex v1.1.0
27792026-09-04T21:38:18.594Z Compiling humantime v2.4.0
27802026-09-04T21:38:19.238Z Compiling clap_builder v4.6.6
27812026-09-04T21:38:19.782Z Compiling regress v0.11.1
27822026-09-04T21:38:21.098Z Compiling clap v4.6.6
27832026-09-04T21:38:21.341Z Compiling typify-impl v0.6.2
27842026-09-04T21:38:22.653Z Compiling toml_edit v0.25.13+spec-1.1.0
27852026-09-04T21:38:23.074Z Compiling crucible-workspace-hack v0.1.0
27862026-09-04T21:38:24.106Z Compiling proc-macro-crate v3.5.0
27872026-09-04T21:38:24.302Z Compiling zerocopy-derive v0.7.35
27882026-09-04T21:38:24.658Z Compiling typify-macro v0.6.2
27892026-09-04T21:38:24.818Z Compiling unsafe-libyaml v0.2.11
27902026-09-04T21:38:25.461Z Compiling serde_yaml v0.9.34+deprecated
27912026-09-04T21:38:25.620Z Compiling num_enum_derive v0.7.6
27922026-09-04T21:38:27.507Z Compiling convert_case v0.4.0
27932026-09-04T21:38:27.531Z Compiling num_enum v0.7.6
27942026-09-04T21:38:27.531Z Compiling derive_more v0.99.20
27952026-09-04T21:38:27.531Z Compiling toml_datetime v0.6.11
27962026-09-04T21:38:27.531Z Compiling crossbeam-epoch v0.9.20
27972026-09-04T21:38:27.778Z Compiling typify v0.6.2
27982026-09-04T21:38:27.871Z Compiling secrecy v0.10.3
27992026-09-04T21:38:28.070Z Compiling proc-macro-error-attr v1.0.4
28002026-09-04T21:38:28.669Z Compiling rustix v0.38.44
28012026-09-04T21:38:29.102Z Compiling prettyplease v0.2.37
28022026-09-04T21:38:29.124Z Compiling heapless v0.8.0
28032026-09-04T21:38:29.130Z Compiling tinyvec_macros v0.1.1
28042026-09-04T21:38:29.194Z Compiling tinyvec v1.12.0
28052026-09-04T21:38:29.962Z Compiling zerocopy v0.7.35
28062026-09-04T21:38:30.053Z Compiling tabwriter v1.4.1
28072026-09-04T21:38:30.496Z Compiling hash32 v0.3.1
28082026-09-04T21:38:30.521Z Compiling rustc_version v0.4.1
28092026-09-04T21:38:30.604Z Compiling scroll_derive v0.12.1
28102026-09-04T21:38:30.620Z Compiling num-integer v0.1.47
28112026-09-04T21:38:30.672Z Compiling proc-macro-error v1.0.4
28122026-09-04T21:38:30.806Z Compiling usdt-impl v0.5.0
28132026-09-04T21:38:30.901Z Compiling smoltcp v0.11.0
28142026-09-04T21:38:31.051Z Compiling winnow v0.7.15
28152026-09-04T21:38:31.120Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-09-04T21:38:31.249Z Compiling data-encoding v2.11.1
28172026-09-04T21:38:31.305Z Compiling scroll v0.12.0
28182026-09-04T21:38:31.649Z Compiling curve25519-dalek v4.1.3
28192026-09-04T21:38:32.314Z Compiling dof v0.3.0
28202026-09-04T21:38:34.360Z Compiling dtrace-parser v0.2.0
28212026-09-04T21:38:34.459Z Compiling hmac v0.12.1
28222026-09-04T21:38:34.459Z Compiling darling_core v0.21.3
28232026-09-04T21:38:34.459Z Compiling inout v0.1.4
28242026-09-04T21:38:34.459Z Compiling ff v0.13.1
28252026-09-04T21:38:34.459Z Compiling cobs v0.3.0
28262026-09-04T21:38:34.459Z Compiling thread-id v4.2.2
28272026-09-04T21:38:34.459Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28282026-09-04T21:38:34.459Z Compiling colored v3.1.1
28292026-09-04T21:38:34.460Z Compiling managed v0.8.0
28302026-09-04T21:38:34.562Z Compiling static_assertions v1.1.0
28312026-09-04T21:38:34.582Z Compiling bitflags v1.3.2
28322026-09-04T21:38:35.008Z Compiling postcard v1.1.3
28332026-09-04T21:38:35.160Z Compiling group v0.13.0
28342026-09-04T21:38:35.380Z Compiling cipher v0.4.4
28352026-09-04T21:38:35.499Z Compiling hkdf v0.12.4
28362026-09-04T21:38:35.759Z Compiling darling_macro v0.21.3
28372026-09-04T21:38:36.103Z Compiling goblin v0.8.2
28382026-09-04T21:38:36.253Z Compiling num-iter v0.1.46
28392026-09-04T21:38:36.349Z Compiling num-rational v0.4.2
28402026-09-04T21:38:36.797Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28412026-09-04T21:38:37.154Z Compiling universal-hash v0.5.1
28422026-09-04T21:38:37.328Z Compiling hubpack_derive v0.1.1
28432026-09-04T21:38:37.351Z Compiling thiserror-impl-no-std v2.0.2
28442026-09-04T21:38:37.741Z Compiling crypto-bigint v0.5.5
28452026-09-04T21:38:37.942Z Compiling half v2.7.1
28462026-09-04T21:38:38.170Z Compiling curve25519-dalek-derive v0.1.1
28472026-09-04T21:38:38.251Z Compiling foreign-types-macros v0.2.4
28482026-09-04T21:38:38.452Z Compiling serde_repr v0.1.21
28492026-09-04T21:38:38.883Z Compiling num-complex v0.4.6
28502026-09-04T21:38:39.405Z Compiling memoffset v0.9.1
28512026-09-04T21:38:39.540Z Compiling heck v0.4.1
28522026-09-04T21:38:39.659Z Compiling foreign-types-shared v0.3.1
28532026-09-04T21:38:39.752Z Compiling base16ct v0.2.0
28542026-09-04T21:38:39.955Z Compiling opaque-debug v0.3.1
28552026-09-04T21:38:39.999Z Compiling indent_write v2.2.0
28562026-09-04T21:38:40.113Z Compiling ciborium-io v0.2.2
28572026-09-04T21:38:40.124Z Compiling base64ct v1.8.3
28582026-09-04T21:38:40.138Z Compiling cfg_aliases v0.2.2
28592026-09-04T21:38:40.221Z Compiling nix v0.31.3
28602026-09-04T21:38:40.741Z Compiling password-hash v0.5.0
28612026-09-04T21:38:40.795Z Compiling ciborium-ll v0.2.2
28622026-09-04T21:38:40.936Z Compiling poly1305 v0.8.0
28632026-09-04T21:38:41.320Z Compiling elliptic-curve v0.13.8
28642026-09-04T21:38:41.578Z Compiling foreign-types v0.5.0
28652026-09-04T21:38:41.745Z Compiling num v0.4.3
28662026-09-04T21:38:41.895Z Compiling thiserror-no-std v2.0.2
28672026-09-04T21:38:42.004Z Compiling hubpack v0.1.2
28682026-09-04T21:38:42.595Z Compiling darling v0.21.3
28692026-09-04T21:38:43.325Z Compiling chacha20 v0.9.1
28702026-09-04T21:38:43.895Z Compiling atomicwrites v0.4.4
28712026-09-04T21:38:44.105Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28722026-09-04T21:38:44.185Z Compiling reqwest v0.12.28
28732026-09-04T21:38:44.714Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28742026-09-04T21:38:45.338Z Compiling blake2 v0.10.6
28752026-09-04T21:38:45.725Z Compiling aead v0.5.2
28762026-09-04T21:38:47.331Z Compiling chacha20 v0.10.1
28772026-09-04T21:38:47.437Z Compiling byte-wrapper v0.1.0
28782026-09-04T21:38:47.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28792026-09-04T21:38:47.437Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28802026-09-04T21:38:47.437Z Compiling cstr-argument v0.1.2
28812026-09-04T21:38:47.437Z Compiling keccak v0.1.6
28822026-09-04T21:38:47.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28832026-09-04T21:38:47.437Z Compiling crossbeam-deque v0.8.7
28842026-09-04T21:38:47.437Z Compiling float-ord v0.3.2
28852026-09-04T21:38:47.437Z Compiling sha3 v0.10.9
28862026-09-04T21:38:47.437Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28872026-09-04T21:38:47.620Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28882026-09-04T21:38:47.697Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28892026-09-04T21:38:47.740Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28902026-09-04T21:38:47.829Z Compiling rand v0.10.2
28912026-09-04T21:38:48.587Z Compiling chacha20poly1305 v0.10.1
28922026-09-04T21:38:48.746Z Compiling argon2 v0.5.3
28932026-09-04T21:38:49.345Z Compiling progenitor-client v0.10.0
28942026-09-04T21:38:49.704Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28952026-09-04T21:38:49.940Z Compiling ingot-macros v0.1.1
28962026-09-04T21:38:50.559Z Compiling vsss-rs v3.3.4
28972026-09-04T21:38:51.672Z Compiling ciborium v0.2.2
28982026-09-04T21:38:52.151Z Compiling usdt-macro v0.5.0
28992026-09-04T21:38:52.469Z Compiling usdt-attr-macro v0.5.0
29002026-09-04T21:38:53.466Z Compiling num-derive v0.4.2
29012026-09-04T21:38:53.484Z Compiling enum-as-inner v0.6.1
29022026-09-04T21:38:53.571Z Compiling memmap v0.7.0
29032026-09-04T21:38:53.911Z Compiling winnow v0.5.40
29042026-09-04T21:38:54.125Z Compiling rayon-core v1.13.0
29052026-09-04T21:38:54.376Z Compiling semver v0.1.20
29062026-09-04T21:38:54.628Z Compiling rustc_version v0.1.7
29072026-09-04T21:38:54.827Z Compiling usdt v0.5.0
29082026-09-04T21:38:54.923Z Compiling ingot-types v0.1.2
29092026-09-04T21:38:55.028Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29102026-09-04T21:38:55.240Z Compiling toml_edit v0.19.15
29112026-09-04T21:38:55.437Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29122026-09-04T21:38:55.537Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29132026-09-04T21:38:56.108Z Compiling progenitor-impl v0.14.0
29142026-09-04T21:38:56.626Z Compiling console v0.16.4
29152026-09-04T21:38:57.191Z Compiling serde_spanned v0.6.9
29162026-09-04T21:38:57.350Z Compiling bstr v1.13.1
29172026-09-04T21:38:57.769Z Compiling rustls-webpki v0.103.14
29182026-09-04T21:38:57.985Z Compiling lazy_static v1.5.0
29192026-09-04T21:38:58.042Z Compiling bytecount v0.6.9
29202026-09-04T21:38:58.099Z Compiling vcpkg v0.2.15
29212026-09-04T21:38:58.243Z Compiling toml_write v0.1.2
29222026-09-04T21:38:58.457Z Compiling toml_edit v0.22.27
29232026-09-04T21:38:58.675Z Compiling openssl-sys v0.9.117
29242026-09-04T21:38:59.252Z Compiling progenitor-macro v0.14.0
29252026-09-04T21:38:59.266Z Compiling proc-macro-crate v1.3.1
29262026-09-04T21:39:00.149Z Compiling ingot v0.1.1
29272026-09-04T21:39:00.780Z Compiling newtype_derive v0.1.6
29282026-09-04T21:39:01.091Z Compiling itertools v0.12.1
29292026-09-04T21:39:01.662Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29302026-09-04T21:39:02.103Z Compiling tokio-rustls v0.26.4
29312026-09-04T21:39:02.231Z Compiling rustls-platform-verifier v0.7.0
29322026-09-04T21:39:02.397Z Compiling hyper-rustls v0.27.9
29332026-09-04T21:39:02.855Z Compiling reqwest v0.13.4
29342026-09-04T21:39:03.702Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29352026-09-04T21:39:03.924Z Compiling linked-hash-map v0.5.6
29362026-09-04T21:39:04.156Z Compiling resolv-conf v0.7.6
29372026-09-04T21:39:04.588Z Compiling progenitor-client v0.14.0
29382026-09-04T21:39:05.062Z Compiling progenitor-extras v0.2.0
29392026-09-04T21:39:05.227Z Compiling owo-colors v4.3.0
29402026-09-04T21:39:05.581Z Compiling swrite v0.1.0
29412026-09-04T21:39:05.591Z Compiling unicode-segmentation v1.13.3
29422026-09-04T21:39:06.201Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29432026-09-04T21:39:11.770Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29442026-09-04T21:39:15.950Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29452026-09-04T21:39:16.278Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29462026-09-04T21:39:17.579Z Compiling newline-converter v0.3.0
29472026-09-04T21:39:17.736Z Compiling progenitor v0.14.0
29482026-09-04T21:39:17.827Z Compiling lru-cache v0.1.2
29492026-09-04T21:39:17.948Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29502026-09-04T21:39:18.136Z Compiling rayon v1.12.0
29512026-09-04T21:39:18.743Z Compiling toml v0.8.23
29522026-09-04T21:39:19.322Z Compiling num_enum_derive v0.5.11
29532026-09-04T21:39:19.681Z Compiling hickory-proto v0.24.4
29542026-09-04T21:39:19.738Z Compiling progenitor-impl v0.13.0
29552026-09-04T21:39:20.310Z Compiling camino-tempfile v1.4.1
29562026-09-04T21:39:20.409Z Compiling serde-big-array v0.5.1
29572026-09-04T21:39:20.581Z Compiling pin-project-internal v1.1.13
29582026-09-04T21:39:20.719Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-09-04T21:39:20.794Z Compiling derive-where v1.6.1
29602026-09-04T21:39:21.688Z Compiling similar v3.2.0
29612026-09-04T21:39:21.806Z Compiling siphasher v1.0.3
29622026-09-04T21:39:22.013Z Compiling minimal-lexical v0.2.1
29632026-09-04T21:39:22.037Z Compiling phf_shared v0.12.1
29642026-09-04T21:39:22.271Z Compiling nom v7.1.3
29652026-09-04T21:39:22.276Z Compiling progenitor-macro v0.13.0
29662026-09-04T21:39:22.558Z Compiling hickory-resolver v0.24.4
29672026-09-04T21:39:23.670Z Compiling expectorate v1.3.0
29682026-09-04T21:39:23.794Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29692026-09-04T21:39:23.835Z Compiling pin-project v1.1.13
29702026-09-04T21:39:23.963Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29712026-09-04T21:39:24.730Z Compiling num_enum v0.5.11
29722026-09-04T21:39:26.696Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-09-04T21:39:27.301Z Compiling progenitor-client v0.13.0
29742026-09-04T21:39:27.781Z Compiling zone_cfg_derive v0.3.1
29752026-09-04T21:39:28.216Z Compiling unicode-normalization v0.1.25
29762026-09-04T21:39:28.522Z Compiling tokio-stream v0.1.19
29772026-09-04T21:39:28.876Z Compiling snafu-derive v0.8.9
29782026-09-04T21:39:29.133Z Compiling async-recursion v1.1.1
29792026-09-04T21:39:29.834Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29802026-09-04T21:39:30.161Z Compiling slog-dtrace v0.3.0
29812026-09-04T21:39:30.242Z Compiling csv-core v0.1.13
29822026-09-04T21:39:30.425Z Compiling unicode-width v0.1.14
29832026-09-04T21:39:30.623Z Compiling openssl v0.10.81
29842026-09-04T21:39:30.669Z Compiling smawk v0.3.3
29852026-09-04T21:39:30.752Z Compiling cancel-safe-futures v0.1.5
29862026-09-04T21:39:30.860Z Compiling unicode-xid v0.2.6
29872026-09-04T21:39:30.913Z Compiling same-file v1.0.6
29882026-09-04T21:39:30.997Z Compiling foldhash v0.1.5
29892026-09-04T21:39:31.016Z Compiling unicode-linebreak v0.1.5
29902026-09-04T21:39:31.132Z Compiling jiff-core v0.1.0
29912026-09-04T21:39:31.238Z Compiling konst_macro_rules v0.2.19
29922026-09-04T21:39:31.308Z Compiling highway v1.3.0
29932026-09-04T21:39:31.443Z Compiling foreign-types-shared v0.1.1
29942026-09-04T21:39:31.556Z Compiling chrono-tz v0.10.4
29952026-09-04T21:39:31.816Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29962026-09-04T21:39:32.007Z Compiling jiff v0.2.35
29972026-09-04T21:39:32.944Z Compiling foreign-types v0.3.2
29982026-09-04T21:39:33.033Z Compiling konst v0.2.20
29992026-09-04T21:39:33.433Z Compiling textwrap v0.16.2
30002026-09-04T21:39:33.556Z Compiling hashbrown v0.15.5
30012026-09-04T21:39:34.252Z Compiling walkdir v2.5.0
30022026-09-04T21:39:34.592Z Compiling const_format_proc_macros v0.2.34
30032026-09-04T21:39:34.968Z Compiling snafu v0.8.9
30042026-09-04T21:39:34.999Z Compiling csv v1.4.0
30052026-09-04T21:39:35.521Z Compiling progenitor v0.13.0
30062026-09-04T21:39:35.536Z Compiling qorb v0.4.1
30072026-09-04T21:39:35.677Z Compiling olpc-cjson v0.1.4
30082026-09-04T21:39:35.906Z Compiling zone v0.3.1
30092026-09-04T21:39:35.920Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-09-04T21:39:37.559Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-09-04T21:39:37.747Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-09-04T21:39:38.296Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30132026-09-04T21:39:40.508Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-09-04T21:39:41.060Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-09-04T21:39:41.540Z Compiling phf v0.12.1
30162026-09-04T21:39:41.569Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-09-04T21:39:41.737Z Compiling globset v0.4.20
30182026-09-04T21:39:41.813Z Compiling tokio-dtrace v0.1.1
30192026-09-04T21:39:42.021Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-09-04T21:39:42.150Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-09-04T21:39:42.250Z Compiling smf v0.2.3
30222026-09-04T21:39:42.753Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30232026-09-04T21:39:43.007Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30242026-09-04T21:39:43.436Z Compiling pem v3.0.6
30252026-09-04T21:39:43.835Z Compiling libsw-core v0.3.2
30262026-09-04T21:39:44.031Z Compiling serde_plain v1.0.2
30272026-09-04T21:39:44.151Z Compiling openssl-macros v0.1.1
30282026-09-04T21:39:44.166Z Compiling cookie v0.18.2
30292026-09-04T21:39:44.195Z Compiling sigpipe v0.1.3
30302026-09-04T21:39:44.284Z Compiling glob v0.3.4
30312026-09-04T21:39:44.332Z Compiling fixedbitset v0.4.2
30322026-09-04T21:39:44.409Z Compiling fixedbitset v0.5.7
30332026-09-04T21:39:44.431Z Compiling typed-path v0.9.3
30342026-09-04T21:39:44.715Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-09-04T21:39:45.028Z Compiling petgraph v0.8.3
30362026-09-04T21:39:45.175Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-09-04T21:39:45.614Z Compiling tough v0.22.0
30382026-09-04T21:39:46.641Z Compiling petgraph v0.6.5
30392026-09-04T21:39:47.196Z Compiling libsw v3.5.0
30402026-09-04T21:39:47.212Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30412026-09-04T21:39:47.395Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30422026-09-04T21:39:47.449Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-09-04T21:39:47.712Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-09-04T21:39:47.931Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-09-04T21:39:48.555Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30462026-09-04T21:39:48.574Z Compiling oxide-tokio-rt v0.1.6
30472026-09-04T21:39:48.900Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30482026-09-04T21:39:49.764Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-09-04T21:39:49.972Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-09-04T21:39:51.534Z Compiling const_format v0.2.36
30512026-09-04T21:39:52.080Z Compiling papergrid v0.11.0
30522026-09-04T21:39:52.135Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-09-04T21:39:52.217Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30542026-09-04T21:39:52.894Z Compiling libscf-sys v1.2.0
30552026-09-04T21:39:52.964Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-09-04T21:39:53.047Z Compiling tabled_derive v0.7.0
30572026-09-04T21:39:53.086Z Compiling gethostname v0.5.0
30582026-09-04T21:39:53.140Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30592026-09-04T21:39:53.259Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-09-04T21:39:53.393Z Compiling bcs v0.1.6
30612026-09-04T21:39:53.538Z Compiling tagptr v0.2.0
30622026-09-04T21:39:53.767Z Compiling linear-map v1.2.0
30632026-09-04T21:39:53.821Z Compiling termtree v0.5.1
30642026-09-04T21:39:54.024Z Compiling whoami v1.6.1
30652026-09-04T21:39:54.091Z Compiling tabled v0.15.0
30662026-09-04T21:39:54.445Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-09-04T21:39:57.256Z Compiling moka v0.12.16
30682026-09-04T21:39:57.364Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-09-04T21:39:57.464Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-09-04T21:39:57.926Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-09-04T21:39:57.979Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-09-04T21:39:58.197Z Compiling steno v0.4.1
30732026-09-04T21:40:00.593Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-09-04T21:40:02.076Z Compiling hickory-proto v0.25.2
30752026-09-04T21:40:03.552Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-09-04T21:40:04.291Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30772026-09-04T21:40:04.946Z Compiling hickory-resolver v0.25.2
30782026-09-04T21:40:05.379Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30792026-09-04T21:40:05.521Z Compiling parking_lot_core v0.8.6
30802026-09-04T21:40:05.848Z Compiling nom v8.0.0
30812026-09-04T21:40:06.601Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30822026-09-04T21:40:06.649Z Compiling itertools v0.15.0
30832026-09-04T21:40:07.005Z Compiling crunchy v0.2.4
30842026-09-04T21:40:07.321Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30852026-09-04T21:40:07.436Z Compiling parking_lot v0.11.2
30862026-09-04T21:40:08.264Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30872026-09-04T21:40:08.312Z Compiling typify-impl v0.4.3
30882026-09-04T21:40:08.535Z Compiling fxhash v0.2.1
30892026-09-04T21:40:08.677Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30902026-09-04T21:40:08.974Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30912026-09-04T21:40:09.221Z Compiling tiny-keccak v2.0.2
30922026-09-04T21:40:09.518Z Compiling sled v0.34.7
30932026-09-04T21:40:10.271Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-09-04T21:40:11.755Z Compiling typify-macro v0.4.3
30952026-09-04T21:40:12.879Z Compiling arc-swap v1.9.2
30962026-09-04T21:40:13.281Z Compiling slog-scope v4.4.1
30972026-09-04T21:40:13.313Z Compiling ingot-macros v0.2.0
30982026-09-04T21:40:13.676Z Compiling papergrid v0.18.0
30992026-09-04T21:40:14.024Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31002026-09-04T21:40:14.128Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31012026-09-04T21:40:14.386Z Compiling internet-checksum v0.2.1
31022026-09-04T21:40:14.603Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-09-04T21:40:14.726Z Compiling const-random-macro v0.1.16
31042026-09-04T21:40:15.148Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31052026-09-04T21:40:15.462Z Compiling tabled v0.21.0
31062026-09-04T21:40:16.101Z Compiling ingot-types v0.2.0
31072026-09-04T21:40:16.589Z Compiling slog-stdlog v4.1.1
31082026-09-04T21:40:16.950Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31092026-09-04T21:40:17.593Z Compiling dropshot-api-manager-types v0.8.0
31102026-09-04T21:40:18.156Z Compiling ahash v0.8.12
31112026-09-04T21:40:18.457Z Compiling smartstring v1.0.1
31122026-09-04T21:40:19.240Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31132026-09-04T21:40:19.346Z Compiling slog-envlogger v2.2.0
31142026-09-04T21:40:20.489Z Compiling ingot v0.2.1
31152026-09-04T21:40:21.586Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31162026-09-04T21:40:22.694Z Compiling const-random v0.1.18
31172026-09-04T21:40:22.785Z Compiling typify v0.4.3
31182026-09-04T21:40:23.191Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31192026-09-04T21:40:23.326Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-09-04T21:40:23.633Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31212026-09-04T21:40:23.657Z Compiling crc8 v0.1.1
31222026-09-04T21:40:23.780Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31232026-09-04T21:40:23.955Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31242026-09-04T21:40:25.312Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31252026-09-04T21:40:29.071Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31262026-09-04T21:40:29.519Z Compiling toml v0.9.12+spec-1.1.0
31272026-09-04T21:40:29.540Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31282026-09-04T21:40:30.128Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31292026-09-04T21:40:30.553Z Compiling progenitor-impl v0.10.0
31302026-09-04T21:40:31.247Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31312026-09-04T21:40:31.270Z Compiling sha1 v0.10.7
31322026-09-04T21:40:31.715Z Compiling rhai_codegen v3.2.0
31332026-09-04T21:40:31.978Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31342026-09-04T21:40:32.542Z Compiling lzma-sys v0.1.20
31352026-09-04T21:40:32.605Z Compiling fs-err v3.3.1
31362026-09-04T21:40:32.873Z Compiling typeid v1.0.3
31372026-09-04T21:40:32.954Z Compiling thin-vec v0.2.19
31382026-09-04T21:40:32.986Z Compiling utf-8 v0.7.6
31392026-09-04T21:40:33.243Z Compiling rhai v1.26.0
31402026-09-04T21:40:33.260Z Compiling tungstenite v0.21.0
31412026-09-04T21:40:33.450Z Compiling progenitor-macro v0.10.0
31422026-09-04T21:40:37.744Z Compiling cargo_toml v0.22.3
31432026-09-04T21:40:38.804Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-09-04T21:40:40.413Z Compiling sha2 v0.10.9
31452026-09-04T21:40:41.719Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-09-04T21:40:42.242Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31472026-09-04T21:40:42.331Z Compiling progenitor v0.10.0
31482026-09-04T21:40:42.494Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31492026-09-04T21:40:42.772Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31502026-09-04T21:40:43.459Z Compiling tokio-tungstenite v0.21.0
31512026-09-04T21:40:44.569Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31522026-09-04T21:40:44.964Z Compiling port-file v0.1.0
31532026-09-04T21:40:45.256Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31542026-09-04T21:40:45.991Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31552026-09-04T21:40:46.323Z Compiling git-stub v1.0.0
31562026-09-04T21:40:47.219Z Compiling is_ci v1.2.0
31572026-09-04T21:40:47.410Z Compiling base64 v0.21.7
31582026-09-04T21:40:47.941Z Compiling unit-prefix v0.5.2
31592026-09-04T21:40:47.966Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31602026-09-04T21:40:48.006Z Compiling supports-color v3.0.2
31612026-09-04T21:40:48.115Z Compiling indicatif v0.18.6
31622026-09-04T21:40:48.271Z Compiling git-stub-vcs v0.1.0
31632026-09-04T21:40:49.009Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31642026-09-04T21:40:50.481Z Compiling ron v0.12.2
31652026-09-04T21:40:50.763Z Compiling xz2 v0.1.7
31662026-09-04T21:40:51.115Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31672026-09-04T21:40:51.952Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31682026-09-04T21:40:52.121Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31692026-09-04T21:40:52.431Z Compiling similar v2.7.0
31702026-09-04T21:40:54.479Z Compiling drift v0.2.0
31712026-09-04T21:40:55.008Z Compiling strum_macros v0.28.0
31722026-09-04T21:40:55.182Z Compiling base16ct v1.0.0
31732026-09-04T21:40:56.886Z Compiling strum v0.28.0
31742026-09-04T21:40:57.056Z Compiling dropshot-api-manager v0.8.0
31752026-09-04T21:40:59.167Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31762026-09-04T21:41:01.482Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31772026-09-04T21:41:02.650Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31782026-09-04T21:41:04.011Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31792026-09-04T21:41:05.312Z Compiling natord v1.0.9
31802026-09-04T21:41:05.626Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31812026-09-04T21:41:05.723Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31822026-09-04T21:41:08.067Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31832026-09-04T21:41:08.964Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31842026-09-04T21:41:09.729Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31852026-09-04T21:41:18.990Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31862026-09-04T21:41:20.105Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31872026-09-04T21:41:21.077Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31882026-09-04T21:41:21.775Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31892026-09-04T21:41:25.588Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31902026-09-04T21:41:53.568Z Finished `release` profile [optimized] target(s) in 4m 28s
31912026-09-04T21:41:53.774Z
31922026-09-04T21:41:53.774Zreal 4:28.639527468
31932026-09-04T21:41:53.774Zuser 30:29.266419606
31942026-09-04T21:41:53.774Zsys 2:49.739659384
31952026-09-04T21:41:53.774Ztrap 0.751528167
31962026-09-04T21:41:53.965Ztflt 1.433221102
31972026-09-04T21:41:53.965Zdflt 2.010770649
31982026-09-04T21:41:53.965Zkflt 0.000083390
31992026-09-04T21:41:53.965Zlock 2:05:31.604232654
32002026-09-04T21:41:53.965Zslp 1:27:55.469752073
32012026-09-04T21:41:53.965Zlat 2:22.419311611
32022026-09-04T21:41:53.965Zstop 4:16.641760343
32032026-09-04T21:41:53.965Z+ for x in debug release
32042026-09-04T21:41:53.965Z+ mkdir -p /work/debug
32052026-09-04T21:41:53.965Z+ cp target/debug/ddmd /work/debug/ddmd
32062026-09-04T21:41:54.355Z+ cp target/debug/ddmadm /work/debug/ddmadm
32072026-09-04T21:41:54.879Z+ cp target/debug/mgd /work/debug/mgd
32082026-09-04T21:41:55.610Z+ cp target/debug/mgadm /work/debug/mgadm
32092026-09-04T21:41:56.106Z+ for x in debug release
32102026-09-04T21:41:56.106Z+ mkdir -p /work/release
32112026-09-04T21:41:56.109Z+ cp target/release/ddmd /work/release/ddmd
32122026-09-04T21:41:56.204Z+ cp target/release/ddmadm /work/release/ddmadm
32132026-09-04T21:41:56.292Z+ cp target/release/mgd /work/release/mgd
32142026-09-04T21:41:56.407Z+ cp target/release/mgadm /work/release/mgadm
32152026-09-04T21:41:56.518Z+ cp target/release/falcon-lab /work/release/falcon-lab
32162026-09-04T21:41:56.595Zprocess exited: duration 649206 ms, exit code 0
 
32172026-09-04T21:41:56.659Zfound 9 output files
32182026-09-04T21:41:56.659Zuploading: /work/debug/ddmadm (587287336 bytes)
32192026-09-04T21:42:10.097Zuploaded: /work/debug/ddmadm
32202026-09-04T21:42:10.097Zuploading: /work/debug/ddmd (679738216 bytes)
32212026-09-04T21:42:33.818Zuploaded: /work/debug/ddmd
32222026-09-04T21:42:33.818Zuploading: /work/debug/mgadm (697327072 bytes)
32232026-09-04T21:42:52.008Zuploaded: /work/debug/mgadm
32242026-09-04T21:42:52.008Zuploading: /work/debug/mgd (802085496 bytes)
32252026-09-04T21:43:09.060Zuploaded: /work/debug/mgd
32262026-09-04T21:43:09.060Zuploading: /work/release/ddmadm (52259808 bytes)
32272026-09-04T21:43:10.793Zuploaded: /work/release/ddmadm
32282026-09-04T21:43:10.794Zuploading: /work/release/ddmd (61084200 bytes)
32292026-09-04T21:43:12.444Zuploaded: /work/release/ddmd
32302026-09-04T21:43:12.447Zuploading: /work/release/falcon-lab (44336008 bytes)
32312026-09-04T21:43:14.457Zuploaded: /work/release/falcon-lab
32322026-09-04T21:43:14.457Zuploading: /work/release/mgadm (67594456 bytes)
32332026-09-04T21:43:18.046Zuploaded: /work/release/mgadm
32342026-09-04T21:43:18.047Zuploading: /work/release/mgd (86513448 bytes)
32352026-09-04T21:43:20.192Zuploaded: /work/release/mgd