01M1Q55MPRSFNGTV1C7PDGRHWT: 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: 01M1Q56PPPPBH35JN3057K8CHC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T21:29:57.525Zjob assigned to worker 01M1Q56V4NT3ETZY7G9CRNYNQH [factory aws, i-0316dc6ac232e0c49] (queued for 45 s)
 
22026-09-04T21:30:03.639Zstarting task 0: "setup"
32026-09-04T21:30:03.645Z++ uname -s
42026-09-04T21:30:03.648Z+ kern=SunOS
52026-09-04T21:30:03.649Z+ build_user=build
62026-09-04T21:30:03.649Z+ build_uid=12345
72026-09-04T21:30:03.649Z+ work_dir=/work
82026-09-04T21:30:03.649Z+ input_dir=/input
92026-09-04T21:30:03.649Z+ [[ 0 == 12345 ]]
102026-09-04T21:30:03.649Z+ case "$kern" in
112026-09-04T21:30:03.649Z+ groupadd -g 12345 build
122026-09-04T21:30:03.652Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T21:30:05.656Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T21:30:05.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T21:30:05.729Z+ home_fs=zfs
162026-09-04T21:30:05.729Z+ [[ zfs == autofs ]]
172026-09-04T21:30:05.729Z+ mkdir -p /home/build
182026-09-04T21:30:05.729Z+ chown build:build /home/build /work
192026-09-04T21:30:07.724Z+ chmod 0700 /home/build /work
202026-09-04T21:30:07.727Zprocess exited: duration 4087 ms, exit code 0
 
212026-09-04T21:30:07.733Zstarting task 1: "rust-toolchain"
222026-09-04T21:30:07.738Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-04T21:30:07.738Z * rust toolchain channel = "stable"
242026-09-04T21:30:07.738Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-04T21:30:07.738Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-04T21:30:07.738Z * rust toolchain profile = "default"
272026-09-04T21:30:07.738Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T21:30:07.741Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T21:30:07.741Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-04T21:30:07.844Zinfo: downloading installer
312026-09-04T21:30:09.490Zinfo: profile set to default
322026-09-04T21:30:09.490Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T21:30:09.493Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
342026-09-04T21:30:09.636Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-04T21:30:09.641Zinfo: downloading 6 components
362026-09-04T21:30:26.995Zinfo: default toolchain set to stable-x86_64-unknown-illumos
372026-09-04T21:30:26.995Z
382026-09-04T21:30:27.030Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-04T21:30:27.030Z
402026-09-04T21:30:27.036Z
412026-09-04T21:30:27.036ZRust is installed now. Great!
422026-09-04T21:30:27.036Z
432026-09-04T21:30:27.036ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T21:30:27.036Zenvironment variable. This has not been done automatically.
452026-09-04T21:30:27.036Z
462026-09-04T21:30:27.036ZTo configure your current shell, you need to source
472026-09-04T21:30:27.036Zthe corresponding env file under $HOME/.cargo.
482026-09-04T21:30:27.036Z
492026-09-04T21:30:27.036ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T21:30:27.036Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T21:30:27.036Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T21:30:27.036ZCC_x86_64-unknown-illumos = None
532026-09-04T21:30:27.036Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T21:30:27.036ZCC_x86_64_unknown_illumos = None
552026-09-04T21:30:27.036Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T21:30:27.036ZHOST_CC = None
572026-09-04T21:30:27.036Zcargo:rerun-if-env-changed=CC
582026-09-04T21:30:27.036ZCC = None
592026-09-04T21:30:27.037Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T21:30:27.197Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T21:30:27.197ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T21:30:27.197Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T21:30:27.197ZCFLAGS = None
642026-09-04T21:30:27.197Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T21:30:27.197ZHOST_CFLAGS = None
662026-09-04T21:30:27.197Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T21:30:27.197ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T21:30:27.197Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T21:30:27.197ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T21:30:27.292Z+ rustup --version
712026-09-04T21:30:27.299Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T21:30:27.302Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T21:30:27.322Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-04T21:30:27.325Z+ cargo --version
752026-09-04T21:30:27.339Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-04T21:30:27.341Z+ rustc --version
772026-09-04T21:30:27.360Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-04T21:30:27.364Zprocess exited: duration 19629 ms, exit code 0
 
792026-09-04T21:30:27.371Zstarting task 2: "authentication"
802026-09-04T21:30:27.388Zprocess exited: duration 16 ms, exit code 0
 
812026-09-04T21:30:27.394Zstarting task 3: "clone repository"
822026-09-04T21:30:27.397Z+ mkdir -p /work/oxidecomputer/maghemite
832026-09-04T21:30:27.400Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
842026-09-04T21:30:27.429ZCloning into '/work/oxidecomputer/maghemite'...
852026-09-04T21:30:29.152Z+ cd /work/oxidecomputer/maghemite
862026-09-04T21:30:29.152Z+ git fetch origin ee082197c0e0afc8b9127b3c010196ec8d5a9bbb
872026-09-04T21:30:29.425ZFrom https://github.com/oxidecomputer/maghemite
882026-09-04T21:30:29.425Z * branch ee082197c0e0afc8b9127b3c010196ec8d5a9bbb -> FETCH_HEAD
892026-09-04T21:30:29.433Z+ [[ -n jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]]
902026-09-04T21:30:29.437Z++ git branch --show-current
912026-09-04T21:30:29.437Z+ current=main
922026-09-04T21:30:29.437Z+ [[ main != jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]]
932026-09-04T21:30:29.437Z+ git branch -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ee082197c0e0afc8b9127b3c010196ec8d5a9bbb
942026-09-04T21:30:29.440Z+ git checkout -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz
952026-09-04T21:30:29.457ZSwitched to branch 'jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz'
962026-09-04T21:30:29.461Z+ git reset --hard ee082197c0e0afc8b9127b3c010196ec8d5a9bbb
972026-09-04T21:30:29.476ZHEAD is now at ee08219 falcon-lab: interact with nodes concurrently
982026-09-04T21:30:29.479Zprocess exited: duration 2082 ms, exit code 0
 
992026-09-04T21:30:29.486Zstarting task 4: "build"
1002026-09-04T21:30:29.489Z+ source .github/buildomat/common.sh
1012026-09-04T21:30:29.489Z++ export PKG_SUCCESS_ON_NOP=1
1022026-09-04T21:30:29.489Z++ PKG_SUCCESS_ON_NOP=1
1032026-09-04T21:30:29.489Z++ cargo --version
1042026-09-04T21:30:29.494Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1052026-09-04T21:30:29.633Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1062026-09-04T21:30:29.641Zinfo: downloading 6 components
1072026-09-04T21:30:44.516Zwarn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed
1082026-09-04T21:30:44.516Zwarn: this might cause rustup commands to take longer time to finish than expected
1092026-09-04T21:30:44.516Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1102026-09-04T21:30:44.616Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-09-04T21:30:44.619Z++ rustc --version
1122026-09-04T21:30:44.648Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-09-04T21:30:44.653Z+ pfexec pkg install clang-15
1142026-09-04T21:30:47.694Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-04T21:30:48.128Z Startup: Caching catalogs ... Done
1162026-09-04T21:30:50.739ZPlanning: Solver setup ... Done
1172026-09-04T21:30:50.807ZPlanning: Running solver ... Done
1182026-09-04T21:30:50.856ZPlanning: Consolidating action changes ... Done
1192026-09-04T21:30:50.856ZPlanning: Evaluating mediators ... Done
1202026-09-04T21:30:50.860ZPlanning: Planning completed in 2.69 seconds
1212026-09-04T21:30:50.875ZNo updates necessary for this image.
1222026-09-04T21:30:51.122Z+ banner check
1232026-09-04T21:30:51.126Z
1242026-09-04T21:30:51.126Z #### # # ###### #### # #
1252026-09-04T21:30:51.126Z # # # # # # # # #
1262026-09-04T21:30:51.126Z # ###### ##### # ####
1272026-09-04T21:30:51.126Z # # # # # # #
1282026-09-04T21:30:51.126Z # # # # # # # # #
1292026-09-04T21:30:51.126Z #### # # ###### #### # #
1302026-09-04T21:30:51.126Z
1312026-09-04T21:30:51.129Z+ cargo fmt -- --check
1322026-09-04T21:30:51.556Z+ cargo clippy --all-targets -- --deny warnings
1332026-09-04T21:30:51.679Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-09-04T21:30:52.624ZFrom https://github.com/oxidecomputer/falcon
1352026-09-04T21:30:52.624Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1362026-09-04T21:30:52.703Z Updating crates.io index
1372026-09-04T21:30:52.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1382026-09-04T21:30:53.328ZFrom https://github.com/oxidecomputer/dendrite
1392026-09-04T21:30:53.328Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1402026-09-04T21:30:53.362Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-09-04T21:30:53.638ZFrom https://github.com/oxidecomputer/ispf
1422026-09-04T21:30:53.638Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1432026-09-04T21:30:53.646Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-04T21:30:54.044ZFrom https://github.com/oxidecomputer/netadm-sys
1452026-09-04T21:30:54.045Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1462026-09-04T21:30:54.052Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472026-09-04T21:31:04.640ZFrom https://github.com/oxidecomputer/omicron
1482026-09-04T21:31:04.640Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1492026-09-04T21:31:05.067Z Updating git repository `https://github.com/oxidecomputer/opte`
1502026-09-04T21:31:05.799ZFrom https://github.com/oxidecomputer/opte
1512026-09-04T21:31:05.799Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1522026-09-04T21:31:05.828Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1532026-09-04T21:31:06.094ZFrom https://github.com/oxidecomputer/slog-error-chain
1542026-09-04T21:31:06.094Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1552026-09-04T21:31:06.101Z Updating git repository `https://github.com/illumos/smf-rs`
1562026-09-04T21:31:06.398ZFrom https://github.com/illumos/smf-rs
1572026-09-04T21:31:06.398Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1582026-09-04T21:31:06.406Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1592026-09-04T21:31:06.698ZFrom https://github.com/oxidecomputer/network-interface
1602026-09-04T21:31:06.698Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1612026-09-04T21:31:06.705Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-09-04T21:31:06.992ZFrom https://github.com/oxidecomputer/zone
1632026-09-04T21:31:06.992Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1642026-09-04T21:31:06.998Z Updating git repository `https://github.com/oxidecomputer/propolis`
1652026-09-04T21:31:07.701ZFrom https://github.com/oxidecomputer/propolis
1662026-09-04T21:31:07.701Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1672026-09-04T21:31:07.744Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1682026-09-04T21:31:08.257ZFrom https://github.com/oxidecomputer/transceiver-control
1692026-09-04T21:31:08.257Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1702026-09-04T21:31:08.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1712026-09-04T21:31:08.583ZFrom https://github.com/oxidecomputer/dlpi-sys
1722026-09-04T21:31:08.583Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1732026-09-04T21:31:08.589Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1742026-09-04T21:31:08.907ZFrom https://github.com/jmesmon/rust-libzfs
1752026-09-04T21:31:08.908Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1762026-09-04T21:31:08.916Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1772026-09-04T21:31:09.210ZFrom https://github.com/oxidecomputer/rusty-doors
1782026-09-04T21:31:09.211Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1792026-09-04T21:31:09.216Z Updating git repository `https://github.com/oxidecomputer/lldp`
1802026-09-04T21:31:09.562ZFrom https://github.com/oxidecomputer/lldp
1812026-09-04T21:31:09.562Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1822026-09-04T21:31:09.573Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1832026-09-04T21:31:09.901ZFrom https://github.com/oxidecomputer/tufaceous
1842026-09-04T21:31:09.901Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1852026-09-04T21:31:09.911Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1862026-09-04T21:31:10.400ZFrom https://github.com/oxidecomputer/management-gateway-service
1872026-09-04T21:31:10.401Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1882026-09-04T21:31:10.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
1892026-09-04T21:31:11.225ZFrom https://github.com/oxidecomputer/crucible
1902026-09-04T21:31:11.225Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1912026-09-04T21:31:11.268Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1922026-09-04T21:31:11.561ZFrom https://github.com/oxidecomputer/serde_human_bytes
1932026-09-04T21:31:11.561Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1942026-09-04T21:31:11.567Z Updating git repository `https://github.com/oxidecomputer/propolis`
1952026-09-04T21:31:11.996ZFrom https://github.com/oxidecomputer/propolis
1962026-09-04T21:31:11.996Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1972026-09-04T21:31:12.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
1982026-09-04T21:31:12.608ZFrom https://github.com/oxidecomputer/crucible
1992026-09-04T21:31:12.608Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2002026-09-04T21:31:12.672Z Updating git repository `https://github.com/oxidecomputer/tofino`
2012026-09-04T21:31:13.046ZFrom https://github.com/oxidecomputer/tofino
2022026-09-04T21:31:13.046Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2032026-09-04T21:31:13.057Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2042026-09-04T21:31:13.734ZFrom https://github.com/oxidecomputer/maghemite
2052026-09-04T21:31:13.734Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2062026-09-04T21:31:13.766Z Updating git repository `https://github.com/oxidecomputer/clickward`
2072026-09-04T21:31:14.041ZFrom https://github.com/oxidecomputer/clickward
2082026-09-04T21:31:14.041Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2092026-09-04T21:31:14.047Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2102026-09-04T21:31:14.322ZFrom https://github.com/oxidecomputer/illumos-devinfo
2112026-09-04T21:31:14.322Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2122026-09-04T21:31:16.646Z Downloading crates ...
2132026-09-04T21:31:16.695Z Downloaded cfg_aliases v0.2.2
2142026-09-04T21:31:16.699Z Downloaded bit-set v0.8.0
2152026-09-04T21:31:16.704Z Downloaded crc8 v0.1.1
2162026-09-04T21:31:16.708Z Downloaded convert_case v0.4.0
2172026-09-04T21:31:16.708Z Downloaded aead v0.5.2
2182026-09-04T21:31:16.708Z Downloaded autocfg v1.5.1
2192026-09-04T21:31:16.711Z Downloaded ahash v0.8.12
2202026-09-04T21:31:16.711Z Downloaded anstyle-parse v1.0.0
2212026-09-04T21:31:16.715Z Downloaded adler2 v2.0.1
2222026-09-04T21:31:16.715Z Downloaded ciborium-ll v0.2.2
2232026-09-04T21:31:16.724Z Downloaded instant v0.1.13
2242026-09-04T21:31:16.729Z Downloaded konst_macro_rules v0.2.19
2252026-09-04T21:31:16.733Z Downloaded argon2 v0.5.3
2262026-09-04T21:31:16.733Z Downloaded cancel-safe-futures v0.1.5
2272026-09-04T21:31:16.736Z Downloaded darling v0.21.3
2282026-09-04T21:31:16.741Z Downloaded anstyle-query v1.1.5
2292026-09-04T21:31:16.741Z Downloaded idna_adapter v1.2.2
2302026-09-04T21:31:16.741Z Downloaded httpdate v1.0.3
2312026-09-04T21:31:16.741Z Downloaded anyhow v1.0.104
2322026-09-04T21:31:16.746Z Downloaded camino-tempfile v1.4.1
2332026-09-04T21:31:16.746Z Downloaded libscf-sys v1.2.0
2342026-09-04T21:31:16.746Z Downloaded base64 v0.22.1
2352026-09-04T21:31:16.750Z Downloaded clap v4.6.6
2362026-09-04T21:31:16.761Z Downloaded allocator-api2 v0.2.21
2372026-09-04T21:31:16.761Z Downloaded anstyle v1.0.14
2382026-09-04T21:31:16.761Z Downloaded atomic-waker v1.1.2
2392026-09-04T21:31:16.766Z Downloaded ident_case v1.0.1
2402026-09-04T21:31:16.766Z Downloaded block-buffer v0.12.1
2412026-09-04T21:31:16.766Z Downloaded anstream v1.0.0
2422026-09-04T21:31:16.766Z Downloaded bytecount v0.6.9
2432026-09-04T21:31:16.766Z Downloaded cfg-if v1.0.4
2442026-09-04T21:31:16.766Z Downloaded base16ct v0.2.0
2452026-09-04T21:31:16.766Z Downloaded const-random-macro v0.1.16
2462026-09-04T21:31:16.766Z Downloaded atomicwrites v0.4.4
2472026-09-04T21:31:16.766Z Downloaded is_ci v1.2.0
2482026-09-04T21:31:16.771Z Downloaded async-stream-impl v0.3.6
2492026-09-04T21:31:16.771Z Downloaded cstr-argument v0.1.2
2502026-09-04T21:31:16.772Z Downloaded async-recursion v1.1.1
2512026-09-04T21:31:16.772Z Downloaded block-buffer v0.10.4
2522026-09-04T21:31:16.775Z Downloaded async-stream v0.3.6
2532026-09-04T21:31:16.775Z Downloaded base16ct v1.0.0
2542026-09-04T21:31:16.775Z Downloaded ciborium-io v0.2.2
2552026-09-04T21:31:16.775Z Downloaded hubpack_derive v0.1.1
2562026-09-04T21:31:16.778Z Downloaded jiff-static v0.2.35
2572026-09-04T21:31:16.778Z Downloaded keccak v0.1.6
2582026-09-04T21:31:16.778Z Downloaded is_terminal_polyfill v1.70.2
2592026-09-04T21:31:16.778Z Downloaded indent_write v2.2.0
2602026-09-04T21:31:16.778Z Downloaded const-random v0.1.18
2612026-09-04T21:31:16.778Z Downloaded cpufeatures v0.2.17
2622026-09-04T21:31:16.782Z Downloaded macaddr v1.0.1
2632026-09-04T21:31:16.782Z Downloaded itoa v1.0.18
2642026-09-04T21:31:16.782Z Downloaded hubpack v0.1.2
2652026-09-04T21:31:16.785Z Downloaded internet-checksum v0.2.1
2662026-09-04T21:31:16.785Z Downloaded multer v3.1.0
2672026-09-04T21:31:16.785Z Downloaded compression-core v0.4.32
2682026-09-04T21:31:16.785Z Downloaded crunchy v0.2.4
2692026-09-04T21:31:16.791Z Downloaded num-integer v0.1.47
2702026-09-04T21:31:16.794Z Downloaded crypto-common v0.1.7
2712026-09-04T21:31:16.794Z Downloaded num_threads v0.1.7
2722026-09-04T21:31:16.797Z Downloaded byte-wrapper v0.1.0
2732026-09-04T21:31:16.801Z Downloaded mime v0.3.17
2742026-09-04T21:31:16.801Z Downloaded lru-slab v0.1.2
2752026-09-04T21:31:16.801Z Downloaded num-iter v0.1.46
2762026-09-04T21:31:16.801Z Downloaded memmap v0.7.0
2772026-09-04T21:31:16.801Z Downloaded natord v1.0.9
2782026-09-04T21:31:16.801Z Downloaded newtype_derive v0.1.6
2792026-09-04T21:31:16.804Z Downloaded managed v0.8.0
2802026-09-04T21:31:16.804Z Downloaded crucible-workspace-hack v0.1.0
2812026-09-04T21:31:16.804Z Downloaded inout v0.1.4
2822026-09-04T21:31:16.809Z Downloaded clap_lex v1.1.0
2832026-09-04T21:31:16.813Z Downloaded crypto-common v0.2.2
2842026-09-04T21:31:16.813Z Downloaded lru-cache v0.1.2
2852026-09-04T21:31:16.813Z Downloaded newtype-uuid-macros v0.1.1
2862026-09-04T21:31:16.816Z Downloaded semver v0.1.20
2872026-09-04T21:31:16.816Z Downloaded colorchoice v1.0.5
2882026-09-04T21:31:16.819Z Downloaded curve25519-dalek-derive v0.1.1
2892026-09-04T21:31:16.819Z Downloaded num_enum_derive v0.5.11
2902026-09-04T21:31:16.822Z Downloaded is-terminal v0.4.17
2912026-09-04T21:31:16.822Z Downloaded hyper-rustls v0.27.9
2922026-09-04T21:31:16.826Z Downloaded humantime v2.4.0
2932026-09-04T21:31:16.830Z Downloaded jobserver v0.1.35
2942026-09-04T21:31:16.834Z Downloaded lazy_static v1.5.0
2952026-09-04T21:31:16.834Z Downloaded serde_spanned v1.1.1
2962026-09-04T21:31:16.837Z Downloaded slog-envlogger v2.2.0
2972026-09-04T21:31:16.837Z Downloaded strsim v0.11.1
2982026-09-04T21:31:16.840Z Downloaded num-derive v0.4.2
2992026-09-04T21:31:16.840Z Downloaded ingot v0.1.1
3002026-09-04T21:31:16.843Z Downloaded match_cfg v0.1.0
3012026-09-04T21:31:16.843Z Downloaded sync_wrapper v1.0.2
3022026-09-04T21:31:16.843Z Downloaded async-trait v0.1.92
3032026-09-04T21:31:16.847Z Downloaded memoffset v0.9.1
3042026-09-04T21:31:16.847Z Downloaded scroll v0.13.0
3052026-09-04T21:31:16.847Z Downloaded bit-vec v0.8.0
3062026-09-04T21:31:16.851Z Downloaded cobs v0.3.0
3072026-09-04T21:31:16.851Z Downloaded base64ct v1.8.3
3082026-09-04T21:31:16.851Z Downloaded bitflags v1.3.2
3092026-09-04T21:31:16.854Z Downloaded compression-codecs v0.4.38
3102026-09-04T21:31:16.854Z Downloaded cpufeatures v0.3.0
3112026-09-04T21:31:16.854Z Downloaded serial_test_derive v4.0.1
3122026-09-04T21:31:16.854Z Downloaded no-std-compat v0.4.1
3132026-09-04T21:31:16.858Z Downloaded num-conv v0.2.2
3142026-09-04T21:31:16.858Z Downloaded num-complex v0.4.6
3152026-09-04T21:31:16.858Z Downloaded num_enum_derive v0.7.6
3162026-09-04T21:31:16.858Z Downloaded byteorder v1.5.0
3172026-09-04T21:31:16.858Z Downloaded ipnet v2.12.1
3182026-09-04T21:31:16.861Z Downloaded backoff v0.4.0
3192026-09-04T21:31:16.861Z Downloaded chacha20 v0.9.1
3202026-09-04T21:31:16.861Z Downloaded indexmap v1.9.3
3212026-09-04T21:31:16.865Z Downloaded linked-hash-map v0.5.6
3222026-09-04T21:31:16.865Z Downloaded newline-converter v0.3.0
3232026-09-04T21:31:16.865Z Downloaded strum v0.27.2
3242026-09-04T21:31:16.865Z Downloaded testing_table v0.3.0
3252026-09-04T21:31:16.870Z Downloaded tabwriter v1.4.1
3262026-09-04T21:31:16.870Z Downloaded thread-id v4.2.2
3272026-09-04T21:31:16.870Z Downloaded cipher v0.4.4
3282026-09-04T21:31:16.870Z Downloaded const_format_proc_macros v0.2.34
3292026-09-04T21:31:16.870Z Downloaded ingot v0.2.1
3302026-09-04T21:31:16.870Z Downloaded num v0.4.3
3312026-09-04T21:31:16.873Z Downloaded lock_api v0.4.14
3322026-09-04T21:31:16.873Z Downloaded num_enum v0.5.11
3332026-09-04T21:31:16.873Z Downloaded libsw v3.5.0
3342026-09-04T21:31:16.876Z Downloaded newtype-uuid v1.4.0
3352026-09-04T21:31:16.877Z Downloaded slog-json v2.6.1
3362026-09-04T21:31:16.877Z Downloaded num_enum v0.7.6
3372026-09-04T21:31:16.880Z Downloaded olpc-cjson v0.1.4
3382026-09-04T21:31:16.880Z Downloaded tower-service v0.3.3
3392026-09-04T21:31:16.880Z Downloaded toml_write v0.1.2
3402026-09-04T21:31:16.883Z Downloaded waitgroup v0.1.2
3412026-09-04T21:31:16.883Z Downloaded utf-8 v0.7.6
3422026-09-04T21:31:16.883Z Downloaded libsw-core v0.3.2
3432026-09-04T21:31:16.883Z Downloaded num-rational v0.4.2
3442026-09-04T21:31:16.883Z Downloaded typify-macro v0.6.2
3452026-09-04T21:31:16.886Z Downloaded typify-macro v0.4.3
3462026-09-04T21:31:16.886Z Downloaded untrusted v0.9.0
3472026-09-04T21:31:16.886Z Downloaded defmt v0.3.100
3482026-09-04T21:31:16.886Z Downloaded yoke-derive v0.8.2
3492026-09-04T21:31:16.886Z Downloaded zone v0.3.1
3502026-09-04T21:31:16.886Z Downloaded dof v0.3.0
3512026-09-04T21:31:16.890Z Downloaded daft-derive v0.1.8
3522026-09-04T21:31:16.890Z Downloaded zeroize_derive v1.5.0
3532026-09-04T21:31:16.890Z Downloaded iana-time-zone v0.1.65
3542026-09-04T21:31:16.894Z Downloaded daft v0.1.8
3552026-09-04T21:31:16.897Z Downloaded crossbeam-deque v0.8.7
3562026-09-04T21:31:16.900Z Downloaded hybrid-array v0.4.14
3572026-09-04T21:31:16.900Z Downloaded csv-core v0.1.13
3582026-09-04T21:31:16.900Z Downloaded cmake v0.1.58
3592026-09-04T21:31:16.900Z Downloaded critical-section v1.2.0
3602026-09-04T21:31:16.903Z Downloaded ingot-macros v0.1.1
3612026-09-04T21:31:16.907Z Downloaded ingot-types v0.1.2
3622026-09-04T21:31:16.912Z Downloaded dtrace-parser v0.3.0
3632026-09-04T21:31:16.916Z Downloaded equivalent v1.0.2
3642026-09-04T21:31:16.916Z Downloaded num-traits v0.2.19
3652026-09-04T21:31:16.916Z Downloaded simd-adler32 v0.3.10
3662026-09-04T21:31:16.916Z Downloaded slab v0.4.12
3672026-09-04T21:31:16.916Z Downloaded form_urlencoded v1.2.2
3682026-09-04T21:31:16.916Z Downloaded fxhash v0.2.1
3692026-09-04T21:31:16.916Z Downloaded futures-core v0.3.34
3702026-09-04T21:31:16.919Z Downloaded enum-as-inner v0.6.1
3712026-09-04T21:31:16.919Z Downloaded generic-array v0.14.7
3722026-09-04T21:31:16.919Z Downloaded blake2 v0.10.6
3732026-09-04T21:31:16.925Z Downloaded ingot-types v0.2.0
3742026-09-04T21:31:16.925Z Downloaded chacha20 v0.10.1
3752026-09-04T21:31:16.928Z Downloaded bcs v0.1.6
3762026-09-04T21:31:16.928Z Downloaded bs58 v0.5.1
3772026-09-04T21:31:16.928Z Downloaded backon v1.6.0
3782026-09-04T21:31:16.928Z Downloaded camino v1.2.5
3792026-09-04T21:31:16.929Z Downloaded omicron-workspace-hack v0.1.0
3802026-09-04T21:31:16.929Z Downloaded hostname v0.4.2
3812026-09-04T21:31:16.932Z Downloaded crossbeam-utils v0.8.22
3822026-09-04T21:31:16.932Z Downloaded ipnetwork v0.21.1
3832026-09-04T21:31:16.936Z Downloaded console v0.16.4
3842026-09-04T21:31:16.936Z Downloaded memmap2 v0.9.11
3852026-09-04T21:31:16.940Z Downloaded thiserror v1.0.69
3862026-09-04T21:31:16.943Z Downloaded tokio-tungstenite v0.21.0
3872026-09-04T21:31:16.943Z Downloaded thiserror-no-std v2.0.2
3882026-09-04T21:31:16.943Z Downloaded whoami v1.6.1
3892026-09-04T21:31:16.947Z Downloaded writeable v0.6.3
3902026-09-04T21:31:16.947Z Downloaded percent-encoding v2.3.2
3912026-09-04T21:31:16.947Z Downloaded ref-cast v1.0.26
3922026-09-04T21:31:16.950Z Downloaded ref-cast-impl v1.0.26
3932026-09-04T21:31:16.950Z Downloaded deranged v0.5.8
3942026-09-04T21:31:16.953Z Downloaded progenitor-client v0.14.0
3952026-09-04T21:31:16.953Z Downloaded scopeguard v1.2.0
3962026-09-04T21:31:16.953Z Downloaded pretty-hex v0.4.2
3972026-09-04T21:31:16.957Z Downloaded icu_provider v2.2.0
3982026-09-04T21:31:16.960Z Downloaded rustc_version v0.4.1
3992026-09-04T21:31:16.963Z Downloaded serde_urlencoded v0.7.1
4002026-09-04T21:31:16.970Z Downloaded clap_derive v4.6.4
4012026-09-04T21:31:16.973Z Downloaded colored v3.1.1
4022026-09-04T21:31:16.973Z Downloaded cargo_toml v0.22.3
4032026-09-04T21:31:16.978Z Downloaded crc32fast v1.5.0
4042026-09-04T21:31:16.978Z Downloaded linear-map v1.2.0
4052026-09-04T21:31:16.978Z Downloaded miniz_oxide v0.8.9
4062026-09-04T21:31:16.978Z Downloaded slog-bunyan v2.5.0
4072026-09-04T21:31:16.978Z Downloaded ciborium v0.2.2
4082026-09-04T21:31:16.981Z Downloaded darling v0.23.0
4092026-09-04T21:31:16.981Z Downloaded structmeta v0.3.0
4102026-09-04T21:31:16.984Z Downloaded structmeta-derive v0.3.0
4112026-09-04T21:31:16.984Z Downloaded swrite v0.1.0
4122026-09-04T21:31:16.984Z Downloaded take_mut v0.2.2
4132026-09-04T21:31:16.985Z Downloaded tinyvec_macros v0.1.1
4142026-09-04T21:31:16.985Z Downloaded icu_locale_core v2.2.0
4152026-09-04T21:31:16.988Z Downloaded foldhash v0.1.5
4162026-09-04T21:31:16.991Z Downloaded spin v0.9.9
4172026-09-04T21:31:16.991Z Downloaded fnv v1.0.7
4182026-09-04T21:31:16.991Z Downloaded ingot-macros v0.2.0
4192026-09-04T21:31:16.991Z Downloaded litemap v0.8.2
4202026-09-04T21:31:16.995Z Downloaded strum_macros v0.28.0
4212026-09-04T21:31:16.996Z Downloaded termtree v0.5.1
4222026-09-04T21:31:16.996Z Downloaded cookie v0.18.2
4232026-09-04T21:31:16.999Z Downloaded crossbeam-epoch v0.9.20
4242026-09-04T21:31:16.999Z Downloaded highway v1.3.0
4252026-09-04T21:31:16.999Z Downloaded toml_datetime v0.6.11
4262026-09-04T21:31:16.999Z Downloaded unarray v0.1.4
4272026-09-04T21:31:16.999Z Downloaded usdt-attr-macro v0.6.0
4282026-09-04T21:31:16.999Z Downloaded usdt-macro v0.6.0
4292026-09-04T21:31:16.999Z Downloaded unit-prefix v0.5.2
4302026-09-04T21:31:17.003Z Downloaded thread_local v1.1.10
4312026-09-04T21:31:17.003Z Downloaded base64 v0.21.7
4322026-09-04T21:31:17.003Z Downloaded tempfile v3.27.0
4332026-09-04T21:31:17.003Z Downloaded tinystr v0.8.3
4342026-09-04T21:31:17.006Z Downloaded glob v0.3.4
4352026-09-04T21:31:17.006Z Downloaded globset v0.4.20
4362026-09-04T21:31:17.006Z Downloaded want v0.3.1
4372026-09-04T21:31:17.009Z Downloaded zerofrom-derive v0.1.7
4382026-09-04T21:31:17.009Z Downloaded log v0.4.33
4392026-09-04T21:31:17.009Z Downloaded ucd-trie v0.1.7
4402026-09-04T21:31:17.009Z Downloaded yoke v0.8.3
4412026-09-04T21:31:17.013Z Downloaded password-hash v0.5.0
4422026-09-04T21:31:17.013Z Downloaded pin-project-internal v1.1.13
4432026-09-04T21:31:17.013Z Downloaded rand_core v0.6.4
4442026-09-04T21:31:17.017Z Downloaded foreign-types-macros v0.2.4
4452026-09-04T21:31:17.017Z Downloaded rand_chacha v0.9.0
4462026-09-04T21:31:17.017Z Downloaded resolv-conf v0.7.6
4472026-09-04T21:31:17.017Z Downloaded darling_macro v0.23.0
4482026-09-04T21:31:17.017Z Downloaded fixedbitset v0.4.2
4492026-09-04T21:31:17.017Z Downloaded futures-io v0.3.34
4502026-09-04T21:31:17.022Z Downloaded konst v0.2.20
4512026-09-04T21:31:17.022Z Downloaded icu_normalizer v2.2.0
4522026-09-04T21:31:17.027Z Downloaded icu_normalizer_data v2.2.0
4532026-09-04T21:31:17.027Z Downloaded erased-serde v0.3.31
4542026-09-04T21:31:17.027Z Downloaded icu_properties v2.2.0
4552026-09-04T21:31:17.027Z Downloaded indicatif v0.18.6
4562026-09-04T21:31:17.030Z Downloaded toml_writer v1.1.2+spec-1.1.0
4572026-09-04T21:31:17.030Z Downloaded zmij v1.0.23
4582026-09-04T21:31:17.030Z Downloaded phf_shared v0.12.1
4592026-09-04T21:31:17.030Z Downloaded progenitor-client v0.13.0
4602026-09-04T21:31:17.030Z Downloaded progenitor-extras v0.2.0
4612026-09-04T21:31:17.033Z Downloaded darling_core v0.21.3
4622026-09-04T21:31:17.033Z Downloaded rusty-fork v0.3.1
4632026-09-04T21:31:17.036Z Downloaded schemars_derive v0.8.22
4642026-09-04T21:31:17.036Z Downloaded dof v0.4.0
4652026-09-04T21:31:17.037Z Downloaded serde_tokenstream v0.3.0
4662026-09-04T21:31:17.037Z Downloaded gethostname v0.5.0
4672026-09-04T21:31:17.040Z Downloaded git-stub v1.0.0
4682026-09-04T21:31:17.040Z Downloaded opaque-debug v0.3.1
4692026-09-04T21:31:17.040Z Downloaded proc-macro-crate v3.5.0
4702026-09-04T21:31:17.043Z Downloaded slog-async v2.8.0
4712026-09-04T21:31:17.043Z Downloaded smf v0.2.3
4722026-09-04T21:31:17.059Z Downloaded rustls-platform-verifier v0.7.0
4732026-09-04T21:31:17.063Z Downloaded serde_core v1.0.229
4742026-09-04T21:31:17.067Z Downloaded proc-macro-crate v1.3.1
4752026-09-04T21:31:17.067Z Downloaded progenitor-macro v0.13.0
4762026-09-04T21:31:17.067Z Downloaded ryu v1.0.23
4772026-09-04T21:31:17.067Z Downloaded plain v0.2.3
4782026-09-04T21:31:17.067Z Downloaded rustc-hash v2.1.3
4792026-09-04T21:31:17.070Z Downloaded bitflags v2.13.1
4802026-09-04T21:31:17.070Z Downloaded const_format v0.2.36
4812026-09-04T21:31:17.073Z Downloaded futures-channel v0.3.34
4822026-09-04T21:31:17.074Z Downloaded thiserror-impl v1.0.69
4832026-09-04T21:31:17.078Z Downloaded diff v0.1.13
4842026-09-04T21:31:17.078Z Downloaded defmt-macros v1.1.1
4852026-09-04T21:31:17.082Z Downloaded supports-color v3.0.2
4862026-09-04T21:31:17.082Z Downloaded digest v0.10.7
4872026-09-04T21:31:17.082Z Downloaded same-file v1.0.6
4882026-09-04T21:31:17.082Z Downloaded strum v0.26.3
4892026-09-04T21:31:17.088Z Downloaded scroll_derive v0.12.1
4902026-09-04T21:31:17.088Z Downloaded serde_spanned v0.6.9
4912026-09-04T21:31:17.088Z Downloaded tagptr v0.2.0
4922026-09-04T21:31:17.088Z Downloaded terminal_size v0.4.4
4932026-09-04T21:31:17.088Z Downloaded tower-layer v0.3.3
4942026-09-04T21:31:17.088Z Downloaded serde-big-array v0.5.1
4952026-09-04T21:31:17.093Z Downloaded serde_repr v0.1.21
4962026-09-04T21:31:17.093Z Downloaded stable_deref_trait v1.2.1
4972026-09-04T21:31:17.093Z Downloaded zeroize v1.9.0
4982026-09-04T21:31:17.093Z Downloaded displaydoc v0.2.7
4992026-09-04T21:31:17.093Z Downloaded semver v1.0.28
5002026-09-04T21:31:17.094Z Downloaded fs_extra v1.3.0
5012026-09-04T21:31:17.098Z Downloaded icu_collections v2.2.0
5022026-09-04T21:31:17.098Z Downloaded toml v0.9.12+spec-1.1.0
5032026-09-04T21:31:17.102Z Downloaded typify v0.6.2
5042026-09-04T21:31:17.102Z Downloaded find-msvc-tools v0.1.10
5052026-09-04T21:31:17.102Z Downloaded openssl-macros v0.1.1
5062026-09-04T21:31:17.102Z Downloaded digest v0.11.3
5072026-09-04T21:31:17.106Z Downloaded group v0.13.0
5082026-09-04T21:31:17.106Z Downloaded serde_with_macros v3.22.0
5092026-09-04T21:31:17.106Z Downloaded usdt v0.6.0
5102026-09-04T21:31:17.111Z Downloaded unicode-linebreak v0.1.5
5112026-09-04T21:31:17.111Z Downloaded untrusted v0.7.1
5122026-09-04T21:31:17.111Z Downloaded usdt v0.5.0
5132026-09-04T21:31:17.111Z Downloaded dyn-clone v1.0.20
5142026-09-04T21:31:17.114Z Downloaded proc-macro-error v1.0.4
5152026-09-04T21:31:17.114Z Downloaded tiny-keccak v2.0.2
5162026-09-04T21:31:17.114Z Downloaded hex v0.4.3
5172026-09-04T21:31:17.118Z Downloaded hostname v0.3.1
5182026-09-04T21:31:17.118Z Downloaded float-ord v0.3.2
5192026-09-04T21:31:17.118Z Downloaded const-oid v0.10.2
5202026-09-04T21:31:17.121Z Downloaded parse-display v0.10.0
5212026-09-04T21:31:17.121Z Downloaded elliptic-curve v0.13.8
5222026-09-04T21:31:17.121Z Downloaded snafu v0.8.9
5232026-09-04T21:31:17.126Z Downloaded httparse v1.10.1
5242026-09-04T21:31:17.129Z Downloaded quick-error v1.2.3
5252026-09-04T21:31:17.134Z Downloaded schemars v0.9.0
5262026-09-04T21:31:17.140Z Downloaded serde_derive v1.0.229
5272026-09-04T21:31:17.144Z Downloaded poly1305 v0.8.0
5282026-09-04T21:31:17.144Z Downloaded crossbeam-channel v0.5.16
5292026-09-04T21:31:17.144Z Downloaded crypto-bigint v0.5.5
5302026-09-04T21:31:17.147Z Downloaded rand_core v0.9.5
5312026-09-04T21:31:17.147Z Downloaded serial_test v4.0.1
5322026-09-04T21:31:17.147Z Downloaded arc-swap v1.9.2
5332026-09-04T21:31:17.150Z Downloaded version_check v0.9.5
5342026-09-04T21:31:17.150Z Downloaded thread-id v5.1.0
5352026-09-04T21:31:17.154Z Downloaded rustls-pemfile v2.2.0
5362026-09-04T21:31:17.154Z Downloaded tabled_derive v0.7.0
5372026-09-04T21:31:17.154Z Downloaded minimal-lexical v0.2.1
5382026-09-04T21:31:17.159Z Downloaded secrecy v0.10.3
5392026-09-04T21:31:17.159Z Downloaded scroll_derive v0.13.1
5402026-09-04T21:31:17.159Z Downloaded usdt-macro v0.5.0
5412026-09-04T21:31:17.159Z Downloaded darling_macro v0.21.3
5422026-09-04T21:31:17.159Z Downloaded tokio-dtrace v0.1.1
5432026-09-04T21:31:17.159Z Downloaded signal-hook-registry v1.4.8
5442026-09-04T21:31:17.162Z Downloaded slog-dtrace v0.3.0
5452026-09-04T21:31:17.162Z Downloaded zone_cfg_derive v0.3.1
5462026-09-04T21:31:17.163Z Downloaded smawk v0.3.3
5472026-09-04T21:31:17.163Z Downloaded papergrid v0.11.0
5482026-09-04T21:31:17.166Z Downloaded pin-project v1.1.13
5492026-09-04T21:31:17.172Z Downloaded walkdir v2.5.0
5502026-09-04T21:31:17.175Z Downloaded indexmap v2.14.0
5512026-09-04T21:31:17.180Z Downloaded parking_lot_core v0.9.12
5522026-09-04T21:31:17.180Z Downloaded progenitor-impl v0.10.0
5532026-09-04T21:31:17.180Z Downloaded zerofrom v0.1.8
5542026-09-04T21:31:17.183Z Downloaded nom v7.1.3
5552026-09-04T21:31:17.183Z Downloaded foreign-types v0.5.0
5562026-09-04T21:31:17.183Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5572026-09-04T21:31:17.187Z Downloaded data-encoding v2.11.1
5582026-09-04T21:31:17.188Z Downloaded either v1.17.0
5592026-09-04T21:31:17.188Z Downloaded fixedbitset v0.5.7
5602026-09-04T21:31:17.188Z Downloaded futures-task v0.3.34
5612026-09-04T21:31:17.191Z Downloaded heck v0.4.1
5622026-09-04T21:31:17.191Z Downloaded progenitor-macro v0.10.0
5632026-09-04T21:31:17.191Z Downloaded embedded-io v0.4.0
5642026-09-04T21:31:17.194Z Downloaded parking_lot v0.11.2
5652026-09-04T21:31:17.194Z Downloaded aho-corasick v1.1.5
5662026-09-04T21:31:17.197Z Downloaded bytes v1.12.1
5672026-09-04T21:31:17.200Z Downloaded chacha20poly1305 v0.10.1
5682026-09-04T21:31:17.200Z Downloaded serde_plain v1.0.2
5692026-09-04T21:31:17.204Z Downloaded sha1 v0.11.0
5702026-09-04T21:31:17.204Z Downloaded tinyvec v1.12.0
5712026-09-04T21:31:17.204Z Downloaded heapless v0.8.0
5722026-09-04T21:31:17.207Z Downloaded time-core v0.1.9
5732026-09-04T21:31:17.207Z Downloaded parse-display-derive v0.10.0
5742026-09-04T21:31:17.210Z Downloaded progenitor v0.13.0
5752026-09-04T21:31:17.210Z Downloaded typify v0.4.3
5762026-09-04T21:31:17.214Z Downloaded smartstring v1.0.1
5772026-09-04T21:31:17.214Z Downloaded tokio-macros v2.7.2
5782026-09-04T21:31:17.214Z Downloaded derive_more v0.99.20
5792026-09-04T21:31:17.218Z Downloaded strum_macros v0.26.4
5802026-09-04T21:31:17.218Z Downloaded utf8_iter v1.0.4
5812026-09-04T21:31:17.218Z Downloaded dunce v1.0.5
5822026-09-04T21:31:17.218Z Downloaded static_assertions v1.1.0
5832026-09-04T21:31:17.223Z Downloaded debug-ignore v1.0.5
5842026-09-04T21:31:17.226Z Downloaded toml_edit v0.19.15
5852026-09-04T21:31:17.236Z Downloaded memchr v2.8.3
5862026-09-04T21:31:17.239Z Downloaded futures-sink v0.3.34
5872026-09-04T21:31:17.239Z Downloaded openssl-sys v0.9.117
5882026-09-04T21:31:17.242Z Downloaded term v1.2.1
5892026-09-04T21:31:17.245Z Downloaded tracing-attributes v0.1.31
5902026-09-04T21:31:17.245Z Downloaded papergrid v0.18.0
5912026-09-04T21:31:17.248Z Downloaded prettyplease v0.2.37
5922026-09-04T21:31:17.252Z Downloaded sigpipe v0.1.3
5932026-09-04T21:31:17.252Z Downloaded shlex v2.0.1
5942026-09-04T21:31:17.252Z Downloaded pretty_assertions v1.4.1
5952026-09-04T21:31:17.252Z Downloaded embedded-io v0.6.1
5962026-09-04T21:31:17.252Z Downloaded toml v0.8.23
5972026-09-04T21:31:17.255Z Downloaded derive-ex v0.1.8
5982026-09-04T21:31:17.255Z Downloaded foreign-types-shared v0.3.1
5992026-09-04T21:31:17.255Z Downloaded http-body v1.1.0
6002026-09-04T21:31:17.255Z Downloaded rand_pcg v0.10.2
6012026-09-04T21:31:17.259Z Downloaded siphasher v1.0.3
6022026-09-04T21:31:17.259Z Downloaded ff v0.13.1
6032026-09-04T21:31:17.259Z Downloaded getrandom v0.2.17
6042026-09-04T21:31:17.259Z Downloaded once_cell v1.21.4
6052026-09-04T21:31:17.262Z Downloaded cc v1.4.2
6062026-09-04T21:31:17.262Z Downloaded pkg-config v0.3.33
6072026-09-04T21:31:17.267Z Downloaded postcard v1.1.3
6082026-09-04T21:31:17.267Z Downloaded http-body-util v0.1.5
6092026-09-04T21:31:17.267Z Downloaded oxnet v0.1.7
6102026-09-04T21:31:17.271Z Downloaded rand_chacha v0.3.1
6112026-09-04T21:31:17.271Z Downloaded oxide-tokio-rt v0.1.6
6122026-09-04T21:31:17.271Z Downloaded subtle v2.6.1
6132026-09-04T21:31:17.271Z Downloaded utf8parse v0.2.2
6142026-09-04T21:31:17.275Z Downloaded errno v0.3.14
6152026-09-04T21:31:17.275Z Downloaded phf v0.12.1
6162026-09-04T21:31:17.275Z Downloaded pin-project-lite v0.2.17
6172026-09-04T21:31:17.278Z Downloaded openssl-probe v0.2.1
6182026-09-04T21:31:17.278Z Downloaded snafu-derive v0.8.9
6192026-09-04T21:31:17.278Z Downloaded rand_core v0.10.1
6202026-09-04T21:31:17.281Z Downloaded owo-colors v4.3.0
6212026-09-04T21:31:17.284Z Downloaded rhai_codegen v3.2.0
6222026-09-04T21:31:17.288Z Downloaded rustversion v1.0.23
6232026-09-04T21:31:17.291Z Downloaded synstructure v0.13.2
6242026-09-04T21:31:17.291Z Downloaded toml_parser v1.1.3+spec-1.1.0
6252026-09-04T21:31:17.294Z Downloaded heck v0.5.0
6262026-09-04T21:31:17.294Z Downloaded zerocopy-derive v0.7.35
6272026-09-04T21:31:17.298Z Downloaded potential_utf v0.1.5
6282026-09-04T21:31:17.298Z Downloaded mio v1.2.2
6292026-09-04T21:31:17.301Z Downloaded rustc_version v0.1.7
6302026-09-04T21:31:17.301Z Downloaded strum v0.28.0
6312026-09-04T21:31:17.304Z Downloaded quinn v0.11.11
6322026-09-04T21:31:17.304Z Downloaded vsss-rs v3.3.4
6332026-09-04T21:31:17.308Z Downloaded thiserror-impl-no-std v2.0.2
6342026-09-04T21:31:17.308Z Downloaded typeid v1.0.3
6352026-09-04T21:31:17.308Z Downloaded foreign-types-shared v0.1.1
6362026-09-04T21:31:17.308Z Downloaded defmt-parser v1.0.0
6372026-09-04T21:31:17.311Z Downloaded dtrace-parser v0.2.0
6382026-09-04T21:31:17.311Z Downloaded hyper-util v0.1.20
6392026-09-04T21:31:17.314Z Downloaded serde v1.0.229
6402026-09-04T21:31:17.318Z Downloaded rustls-native-certs v0.8.4
6412026-09-04T21:31:17.321Z Downloaded derive-where v1.6.1
6422026-09-04T21:31:17.321Z Downloaded jiff-core v0.1.0
6432026-09-04T21:31:17.324Z Downloaded proc-macro-error-attr v1.0.4
6442026-09-04T21:31:17.324Z Downloaded port-file v0.1.0
6452026-09-04T21:31:17.327Z Downloaded powerfmt v0.2.0
6462026-09-04T21:31:17.330Z Downloaded async-compression v0.4.43
6472026-09-04T21:31:17.333Z Downloaded parking_lot_core v0.8.6
6482026-09-04T21:31:17.336Z Downloaded serde_tokenstream v0.2.3
6492026-09-04T21:31:17.343Z Downloaded rand_xorshift v0.4.0
6502026-09-04T21:31:17.347Z Downloaded fastrand v2.5.0
6512026-09-04T21:31:17.350Z Downloaded git-stub-vcs v0.1.0
6522026-09-04T21:31:17.354Z Downloaded try-lock v0.2.5
6532026-09-04T21:31:17.357Z Downloaded rustls-pki-types v1.15.1
6542026-09-04T21:31:17.360Z Downloaded dropshot-api-manager-types v0.8.0
6552026-09-04T21:31:17.360Z Downloaded zerovec-derive v0.11.3
6562026-09-04T21:31:17.360Z Downloaded similar v2.7.0
6572026-09-04T21:31:17.364Z Downloaded wait-timeout v0.2.1
6582026-09-04T21:31:17.370Z Downloaded usdt-attr-macro v0.5.0
6592026-09-04T21:31:17.370Z Downloaded thiserror v2.0.20
6602026-09-04T21:31:17.375Z Downloaded time-macros v0.2.32
6612026-09-04T21:31:17.375Z Downloaded serde_derive_internals v0.29.1
6622026-09-04T21:31:17.378Z Downloaded quinn-udp v0.5.15
6632026-09-04T21:31:17.378Z Downloaded slog-stdlog v4.1.1
6642026-09-04T21:31:17.378Z Downloaded toml v1.1.4+spec-1.1.0
6652026-09-04T21:31:17.383Z Downloaded futures-macro v0.3.34
6662026-09-04T21:31:17.383Z Downloaded spin v0.5.2
6672026-09-04T21:31:17.383Z Downloaded foreign-types v0.3.2
6682026-09-04T21:31:17.386Z Downloaded universal-hash v0.5.1
6692026-09-04T21:31:17.391Z Downloaded similar v3.2.0
6702026-09-04T21:31:17.394Z Downloaded progenitor v0.10.0
6712026-09-04T21:31:17.394Z Downloaded itertools v0.12.1
6722026-09-04T21:31:17.397Z Downloaded sha1 v0.10.7
6732026-09-04T21:31:17.400Z Downloaded hickory-resolver v0.25.2
6742026-09-04T21:31:17.401Z Downloaded serde_path_to_error v0.1.20
6752026-09-04T21:31:17.404Z Downloaded progenitor-macro v0.14.0
6762026-09-04T21:31:17.407Z Downloaded pem v3.0.6
6772026-09-04T21:31:17.412Z Downloaded smallvec v1.15.2
6782026-09-04T21:31:17.416Z Downloaded usdt-impl v0.6.0
6792026-09-04T21:31:17.420Z Downloaded fs-err v3.3.1
6802026-09-04T21:31:17.420Z Downloaded futures-executor v0.3.34
6812026-09-04T21:31:17.420Z Downloaded progenitor-client v0.10.0
6822026-09-04T21:31:17.420Z Downloaded strum_macros v0.27.2
6832026-09-04T21:31:17.425Z Downloaded defmt v1.1.1
6842026-09-04T21:31:17.429Z Downloaded hash32 v0.3.1
6852026-09-04T21:31:17.429Z Downloaded rand v0.8.7
6862026-09-04T21:31:17.443Z Downloaded progenitor-impl v0.13.0
6872026-09-04T21:31:17.443Z Downloaded progenitor-impl v0.14.0
6882026-09-04T21:31:17.443Z Downloaded socket2 v0.6.5
6892026-09-04T21:31:17.448Z Downloaded paste v1.0.15
6902026-09-04T21:31:17.448Z Downloaded sha2 v0.10.9
6912026-09-04T21:31:17.449Z Downloaded slog v2.8.2
6922026-09-04T21:31:17.449Z Downloaded unicode-ident v1.0.24
6932026-09-04T21:31:17.449Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6942026-09-04T21:31:17.449Z Downloaded xz2 v0.1.7
6952026-09-04T21:31:17.449Z Downloaded nom v8.0.0
6962026-09-04T21:31:17.449Z Downloaded unicode-xid v0.2.6
6972026-09-04T21:31:17.449Z Downloaded url v2.5.8
6982026-09-04T21:31:17.449Z Downloaded hashbrown v0.12.3
6992026-09-04T21:31:17.453Z Downloaded usdt-impl v0.5.0
7002026-09-04T21:31:17.453Z Downloaded tokio-rustls v0.26.4
7012026-09-04T21:31:17.456Z Downloaded progenitor v0.14.0
7022026-09-04T21:31:17.456Z Downloaded slog-term v2.9.2
7032026-09-04T21:31:17.456Z Downloaded darling_core v0.23.0
7042026-09-04T21:31:17.461Z Downloaded getrandom v0.3.4
7052026-09-04T21:31:17.467Z Downloaded pest_derive v2.8.8
7062026-09-04T21:31:17.467Z Downloaded getrandom v0.4.3
7072026-09-04T21:31:17.467Z Downloaded quote v1.0.47
7082026-09-04T21:31:17.467Z Downloaded idna v1.1.0
7092026-09-04T21:31:17.470Z Downloaded itertools v0.14.0
7102026-09-04T21:31:17.470Z Downloaded ppv-lite86 v0.2.21
7112026-09-04T21:31:17.475Z Downloaded flate2 v1.1.9
7122026-09-04T21:31:17.475Z Downloaded scroll v0.12.0
7132026-09-04T21:31:17.478Z Downloaded foldhash v0.2.0
7142026-09-04T21:31:17.478Z Downloaded futures v0.3.34
7152026-09-04T21:31:17.488Z Downloaded typed-path v0.9.3
7162026-09-04T21:31:17.491Z Downloaded unsafe-libyaml v0.2.11
7172026-09-04T21:31:17.495Z Downloaded pest_meta v2.8.8
7182026-09-04T21:31:17.498Z Downloaded libm v0.2.16
7192026-09-04T21:31:17.508Z Downloaded hyper v1.11.1
7202026-09-04T21:31:17.512Z Downloaded icu_properties_data v2.2.0
7212026-09-04T21:31:17.518Z Downloaded serde_yaml v0.9.34+deprecated
7222026-09-04T21:31:17.522Z Downloaded hmac v0.12.1
7232026-09-04T21:31:17.522Z Downloaded pest_generator v2.8.8
7242026-09-04T21:31:17.522Z Downloaded itertools v0.15.0
7252026-09-04T21:31:17.532Z Downloaded half v2.7.1
7262026-09-04T21:31:17.532Z Downloaded slog-scope v4.4.1
7272026-09-04T21:31:17.535Z Downloaded thiserror-impl v2.0.20
7282026-09-04T21:31:17.535Z Downloaded dropshot-api-manager v0.8.0
7292026-09-04T21:31:17.535Z Downloaded tungstenite v0.21.0
7302026-09-04T21:31:17.535Z Downloaded aws-lc-rs v1.18.0
7312026-09-04T21:31:17.539Z Downloaded tokio-stream v0.1.19
7322026-09-04T21:31:17.542Z Downloaded parking_lot v0.12.5
7332026-09-04T21:31:17.546Z Downloaded tower v0.5.3
7342026-09-04T21:31:17.548Z Downloaded dropshot_endpoint v0.17.1
7352026-09-04T21:31:17.552Z Downloaded drift v0.2.0
7362026-09-04T21:31:17.557Z Downloaded tracing-core v0.1.36
7372026-09-04T21:31:17.560Z Downloaded proc-macro2 v1.0.107
7382026-09-04T21:31:17.560Z Downloaded rustls-webpki v0.103.14
7392026-09-04T21:31:17.563Z Downloaded zerocopy-derive v0.8.56
7402026-09-04T21:31:17.567Z Downloaded unicode-segmentation v1.13.3
7412026-09-04T21:31:17.570Z Downloaded expectorate v1.3.0
7422026-09-04T21:31:17.573Z Downloaded rand v0.9.5
7432026-09-04T21:31:17.577Z Downloaded tough v0.22.0
7442026-09-04T21:31:17.580Z Downloaded schemars v0.8.22
7452026-09-04T21:31:17.585Z Downloaded rand v0.10.2
7462026-09-04T21:31:17.588Z Downloaded test-strategy v0.4.5
7472026-09-04T21:31:17.591Z Downloaded rayon-core v1.13.0
7482026-09-04T21:31:17.591Z Downloaded pest v2.8.8
7492026-09-04T21:31:17.599Z Downloaded toml_edit v0.25.13+spec-1.1.0
7502026-09-04T21:31:17.603Z Downloaded thin-vec v0.2.19
7512026-09-04T21:31:17.603Z Downloaded yansi v1.0.1
7522026-09-04T21:31:17.603Z Downloaded textwrap v0.16.2
7532026-09-04T21:31:17.613Z Downloaded iddqd v0.4.6
7542026-09-04T21:31:17.617Z Downloaded typenum v1.20.1
7552026-09-04T21:31:17.622Z Downloaded unicode-normalization v0.1.25
7562026-09-04T21:31:17.626Z Downloaded hashbrown v0.15.5
7572026-09-04T21:31:17.626Z Downloaded reqwest v0.13.4
7582026-09-04T21:31:17.630Z Downloaded steno v0.4.1
7592026-09-04T21:31:17.633Z Downloaded clap_builder v4.6.6
7602026-09-04T21:31:17.636Z Downloaded toml_edit v0.22.27
7612026-09-04T21:31:17.639Z Downloaded schemars v1.2.2
7622026-09-04T21:31:17.646Z Downloaded uuid v1.26.0
7632026-09-04T21:31:17.649Z Downloaded qorb v0.4.1
7642026-09-04T21:31:17.652Z Downloaded http v1.5.0
7652026-09-04T21:31:17.670Z Downloaded zerotrie v0.2.4
7662026-09-04T21:31:17.675Z Downloaded ron v0.12.2
7672026-09-04T21:31:17.685Z Downloaded hashbrown v0.16.1
7682026-09-04T21:31:17.697Z Downloaded hickory-resolver v0.24.4
7692026-09-04T21:31:17.700Z Downloaded tokio-util v0.7.19
7702026-09-04T21:31:17.700Z Downloaded winnow v1.0.4
7712026-09-04T21:31:17.717Z Downloaded moka v0.12.16
7722026-09-04T21:31:17.721Z Downloaded hkdf v0.12.4
7732026-09-04T21:31:17.724Z Downloaded goblin v0.8.2
7742026-09-04T21:31:17.729Z Downloaded rayon v1.12.0
7752026-09-04T21:31:17.734Z Downloaded chrono v0.4.45
7762026-09-04T21:31:17.737Z Downloaded hashbrown v0.17.1
7772026-09-04T21:31:17.740Z Downloaded zerocopy v0.7.35
7782026-09-04T21:31:17.749Z Downloaded serde_with v3.22.0
7792026-09-04T21:31:17.755Z Downloaded winnow v0.5.40
7802026-09-04T21:31:17.759Z Downloaded tabled v0.15.0
7812026-09-04T21:31:17.767Z Downloaded vcpkg v0.2.15
7822026-09-04T21:31:17.788Z Downloaded futures-util v0.3.34
7832026-09-04T21:31:17.794Z Downloaded reqwest v0.12.28
7842026-09-04T21:31:17.797Z Downloaded tower-http v0.6.11
7852026-09-04T21:31:17.801Z Downloaded winnow v0.7.15
7862026-09-04T21:31:17.806Z Downloaded portable-atomic v1.15.0
7872026-09-04T21:31:17.811Z Downloaded zerovec v0.11.6
7882026-09-04T21:31:17.814Z Downloaded webpki-roots v1.0.9
7892026-09-04T21:31:17.818Z Downloaded h2 v0.4.15
7902026-09-04T21:31:17.821Z Downloaded syn v1.0.109
7912026-09-04T21:31:17.825Z Downloaded regex v1.13.1
7922026-09-04T21:31:17.828Z Downloaded serde_json v1.0.151
7932026-09-04T21:31:17.832Z Downloaded tabled v0.21.0
7942026-09-04T21:31:17.842Z Downloaded quinn-proto v0.11.16
7952026-09-04T21:31:17.846Z Downloaded smoltcp v0.11.0
7962026-09-04T21:31:17.853Z Downloaded proptest v1.11.0
7972026-09-04T21:31:17.859Z Downloaded zerocopy v0.8.56
7982026-09-04T21:31:17.872Z Downloaded goblin v0.10.7
7992026-09-04T21:31:17.875Z Downloaded curve25519-dalek v4.1.3
8002026-09-04T21:31:17.880Z Downloaded unicode-width v0.2.2
8012026-09-04T21:31:17.884Z Downloaded nix v0.31.3
8022026-09-04T21:31:17.892Z Downloaded syn v2.0.119
8032026-09-04T21:31:17.899Z Downloaded unicode-width v0.1.14
8042026-09-04T21:31:17.902Z Downloaded time v0.3.55
8052026-09-04T21:31:17.914Z Downloaded hickory-proto v0.24.4
8062026-09-04T21:31:17.923Z Downloaded regex-syntax v0.8.11
8072026-09-04T21:31:17.927Z Downloaded syn v3.0.3
8082026-09-04T21:31:17.935Z Downloaded bstr v1.13.1
8092026-09-04T21:31:17.941Z Downloaded rustls v0.23.43
8102026-09-04T21:31:17.948Z Downloaded dropshot v0.17.1
8112026-09-04T21:31:17.962Z Downloaded regress v0.10.5
8122026-09-04T21:31:17.967Z Downloaded rustix v0.38.44
8132026-09-04T21:31:17.982Z Downloaded openssl v0.10.81
8142026-09-04T21:31:18.018Z Downloaded openapiv3 v2.2.0
8152026-09-04T21:31:18.027Z Downloaded sled v0.34.7
8162026-09-04T21:31:18.031Z Downloaded typify-impl v0.6.2
8172026-09-04T21:31:18.040Z Downloaded regress v0.11.1
8182026-09-04T21:31:18.045Z Downloaded tracing v0.1.44
8192026-09-04T21:31:18.060Z Downloaded typify-impl v0.4.3
8202026-09-04T21:31:18.070Z Downloaded jiff v0.2.35
8212026-09-04T21:31:18.080Z Downloaded rhai v1.26.0
8222026-09-04T21:31:18.089Z Downloaded rustix v1.1.4
8232026-09-04T21:31:18.104Z Downloaded hickory-proto v0.25.2
8242026-09-04T21:31:18.114Z Downloaded regex-automata v0.4.18
8252026-09-04T21:31:18.123Z Downloaded petgraph v0.6.5
8262026-09-04T21:31:18.135Z Downloaded lzma-sys v0.1.20
8272026-09-04T21:31:18.154Z Downloaded libc v0.2.189
8282026-09-04T21:31:18.175Z Downloaded sha3 v0.10.9
8292026-09-04T21:31:18.180Z Downloaded petgraph v0.8.3
8302026-09-04T21:31:18.191Z Downloaded chrono-tz v0.10.4
8312026-09-04T21:31:18.202Z Downloaded encoding_rs v0.8.35
8322026-09-04T21:31:18.215Z Downloaded csv v1.4.0
8332026-09-04T21:31:18.227Z Downloaded tokio v1.53.1
8342026-09-04T21:31:18.263Z Downloaded ring v0.17.14
8352026-09-04T21:31:18.779Z Downloaded aws-lc-sys v0.44.0
8362026-09-04T21:31:19.338Z Compiling proc-macro2 v1.0.107
8372026-09-04T21:31:19.338Z Compiling quote v1.0.47
8382026-09-04T21:31:19.338Z Compiling unicode-ident v1.0.24
8392026-09-04T21:31:19.341Z Compiling serde_core v1.0.229
8402026-09-04T21:31:19.341Z Compiling serde v1.0.229
8412026-09-04T21:31:19.341Z Compiling libc v0.2.189
8422026-09-04T21:31:19.341Z Compiling zmij v1.0.23
8432026-09-04T21:31:19.341Z Compiling autocfg v1.5.1
8442026-09-04T21:31:19.758Z Compiling libm v0.2.16
8452026-09-04T21:31:19.990Z Compiling icu_normalizer_data v2.2.0
8462026-09-04T21:31:19.993Z Compiling icu_properties_data v2.2.0
8472026-09-04T21:31:20.058Z Compiling serde_json v1.0.151
8482026-09-04T21:31:20.109Z Compiling num-traits v0.2.19
8492026-09-04T21:31:20.129Z Compiling getrandom v0.4.3
8502026-09-04T21:31:20.363Z Compiling memchr v2.8.3
8512026-09-04T21:31:20.438Z Compiling version_check v0.9.5
8522026-09-04T21:31:20.539Z Compiling thiserror v2.0.20
8532026-09-04T21:31:20.825Z Compiling schemars v0.8.22
8542026-09-04T21:31:20.973Z Compiling syn v2.0.119
8552026-09-04T21:31:20.989Z Compiling syn v3.0.3
8562026-09-04T21:31:21.093Z Checking cfg-if v1.0.4
8572026-09-04T21:31:21.110Z Compiling parking_lot_core v0.9.12
8582026-09-04T21:31:21.210Z Compiling heck v0.5.0
8592026-09-04T21:31:21.238Z Compiling zerocopy v0.8.56
8602026-09-04T21:31:21.412Z Compiling portable-atomic v1.15.0
8612026-09-04T21:31:21.433Z Compiling rustversion v1.0.23
8622026-09-04T21:31:21.676Z Compiling itoa v1.0.18
8632026-09-04T21:31:21.872Z Compiling jobserver v0.1.35
8642026-09-04T21:31:21.890Z Compiling find-msvc-tools v0.1.10
8652026-09-04T21:31:21.908Z Compiling shlex v2.0.1
8662026-09-04T21:31:22.092Z Compiling cc v1.4.2
8672026-09-04T21:31:22.205Z Compiling pkg-config v0.3.33
8682026-09-04T21:31:22.410Z Compiling dunce v1.0.5
8692026-09-04T21:31:22.537Z Compiling fs_extra v1.3.0
8702026-09-04T21:31:22.646Z Compiling semver v1.0.28
8712026-09-04T21:31:22.715Z Compiling log v0.4.33
8722026-09-04T21:31:22.732Z Compiling httparse v1.10.1
8732026-09-04T21:31:22.766Z Compiling slog v2.8.2
8742026-09-04T21:31:22.899Z Compiling cmake v0.1.58
8752026-09-04T21:31:22.944Z Compiling rustix v1.1.4
8762026-09-04T21:31:23.025Z Checking stable_deref_trait v1.2.1
8772026-09-04T21:31:23.129Z Compiling allocator-api2 v0.2.21
8782026-09-04T21:31:23.179Z Compiling equivalent v1.0.2
8792026-09-04T21:31:23.242Z Compiling thiserror v1.0.69
8802026-09-04T21:31:23.362Z Compiling aws-lc-sys v0.44.0
8812026-09-04T21:31:23.452Z Checking litemap v0.8.2
8822026-09-04T21:31:23.473Z Checking writeable v0.6.3
8832026-09-04T21:31:23.515Z Checking utf8_iter v1.0.4
8842026-09-04T21:31:23.623Z Compiling ring v0.17.14
8852026-09-04T21:31:23.662Z Checking percent-encoding v2.3.2
8862026-09-04T21:31:23.719Z Compiling synstructure v0.13.2
8872026-09-04T21:31:23.796Z Compiling serde_derive_internals v0.29.1
8882026-09-04T21:31:23.849Z Compiling aws-lc-rs v1.18.0
8892026-09-04T21:31:24.243Z Compiling serde_derive v1.0.229
8902026-09-04T21:31:24.257Z Compiling displaydoc v0.2.7
8912026-09-04T21:31:24.324Z Compiling thiserror-impl v2.0.20
8922026-09-04T21:31:24.541Z Compiling tokio-macros v2.7.2
8932026-09-04T21:31:24.544Z Compiling futures-macro v0.3.34
8942026-09-04T21:31:24.944Z Compiling zerofrom-derive v0.1.7
8952026-09-04T21:31:25.012Z Compiling yoke-derive v0.8.2
8962026-09-04T21:31:25.248Z Compiling zerovec-derive v0.11.3
8972026-09-04T21:31:25.351Z Compiling schemars_derive v0.8.22
8982026-09-04T21:31:25.508Z Compiling zeroize_derive v1.5.0
8992026-09-04T21:31:26.075Z Compiling zerocopy-derive v0.8.56
9002026-09-04T21:31:26.128Z Compiling tracing-attributes v0.1.31
9012026-09-04T21:31:26.259Z Checking zerofrom v0.1.8
9022026-09-04T21:31:26.291Z Compiling thiserror-impl v1.0.69
9032026-09-04T21:31:26.389Z Checking yoke v0.8.3
9042026-09-04T21:31:26.511Z Compiling regex-syntax v0.8.11
9052026-09-04T21:31:26.559Z Checking zerovec v0.11.6
9062026-09-04T21:31:27.300Z Compiling serde_tokenstream v0.2.3
9072026-09-04T21:31:27.410Z Checking tinystr v0.8.3
9082026-09-04T21:31:27.428Z Checking smallvec v1.15.2
9092026-09-04T21:31:27.454Z Checking bytes v1.12.1
9102026-09-04T21:31:27.598Z Checking icu_locale_core v2.2.0
9112026-09-04T21:31:27.613Z Checking potential_utf v0.1.5
9122026-09-04T21:31:27.626Z Checking zerotrie v0.2.4
9132026-09-04T21:31:27.732Z Checking icu_collections v2.2.0
9142026-09-04T21:31:27.921Z Checking form_urlencoded v1.2.2
9152026-09-04T21:31:28.042Z Compiling aho-corasick v1.1.5
9162026-09-04T21:31:28.150Z Checking rand_core v0.10.1
9172026-09-04T21:31:28.196Z Checking icu_provider v2.2.0
9182026-09-04T21:31:28.260Z Compiling anyhow v1.0.104
9192026-09-04T21:31:28.307Z Compiling ucd-trie v0.1.7
9202026-09-04T21:31:28.356Z Compiling rustls v0.23.43
9212026-09-04T21:31:28.423Z Checking icu_properties v2.2.0
9222026-09-04T21:31:28.489Z Checking icu_normalizer v2.2.0
9232026-09-04T21:31:28.527Z Compiling pest v2.8.8
9242026-09-04T21:31:28.560Z Compiling getrandom v0.3.4
9252026-09-04T21:31:28.832Z Compiling hashbrown v0.17.1
9262026-09-04T21:31:28.907Z Compiling regex-automata v0.4.18
9272026-09-04T21:31:29.302Z Checking idna_adapter v1.2.2
9282026-09-04T21:31:29.390Z Compiling crossbeam-utils v0.8.22
9292026-09-04T21:31:29.448Z Checking idna v1.1.0
9302026-09-04T21:31:29.459Z Compiling indexmap v2.14.0
9312026-09-04T21:31:29.474Z Checking iana-time-zone v0.1.65
9322026-09-04T21:31:29.586Z Compiling pest_meta v2.8.8
9332026-09-04T21:31:29.689Z Checking url v2.5.8
9342026-09-04T21:31:29.726Z Checking chrono v0.4.45
9352026-09-04T21:31:29.744Z Compiling time-core v0.1.9
9362026-09-04T21:31:29.762Z Compiling paste v1.0.15
9372026-09-04T21:31:29.934Z Compiling num-conv v0.2.2
9382026-09-04T21:31:30.092Z Compiling time-macros v0.2.32
9392026-09-04T21:31:30.290Z Compiling pest_generator v2.8.8
9402026-09-04T21:31:30.311Z Compiling strsim v0.11.1
9412026-09-04T21:31:30.742Z Compiling regex v1.13.1
9422026-09-04T21:31:30.900Z Compiling pest_derive v2.8.8
9432026-09-04T21:31:30.915Z Checking uuid v1.26.0
9442026-09-04T21:31:31.144Z Compiling async-trait v0.1.92
9452026-09-04T21:31:31.268Z Compiling camino v1.2.5
9462026-09-04T21:31:31.340Z Compiling ident_case v1.0.1
9472026-09-04T21:31:31.361Z Compiling byteorder v1.5.0
9482026-09-04T21:31:31.591Z Checking dyn-clone v1.0.20
9492026-09-04T21:31:31.720Z Checking errno v0.3.14
9502026-09-04T21:31:31.861Z Compiling scroll_derive v0.13.1
9512026-09-04T21:31:32.076Z Compiling omicron-workspace-hack v0.1.0
9522026-09-04T21:31:32.253Z Compiling slog-async v2.8.0
9532026-09-04T21:31:32.293Z Compiling generic-array v0.14.7
9542026-09-04T21:31:32.470Z Compiling crc32fast v1.5.0
9552026-09-04T21:31:32.569Z Compiling usdt-impl v0.6.0
9562026-09-04T21:31:32.642Z Compiling scroll v0.13.0
9572026-09-04T21:31:32.682Z Compiling plain v0.2.3
9582026-09-04T21:31:32.815Z Compiling daft-derive v0.1.8
9592026-09-04T21:31:32.864Z Compiling goblin v0.10.7
9602026-09-04T21:31:32.912Z Checking pin-project-lite v0.2.17
9612026-09-04T21:31:33.002Z Compiling pretty-hex v0.4.2
9622026-09-04T21:31:33.144Z Compiling dtrace-parser v0.3.0
9632026-09-04T21:31:33.278Z Compiling thread-id v5.1.0
9642026-09-04T21:31:33.534Z Compiling syn v1.0.109
9652026-09-04T21:31:33.558Z Compiling darling_core v0.23.0
9662026-09-04T21:31:33.742Z Checking bitflags v2.13.1
9672026-09-04T21:31:33.904Z Checking getrandom v0.2.17
9682026-09-04T21:31:33.925Z Checking zeroize v1.9.0
9692026-09-04T21:31:34.491Z Compiling multer v3.1.0
9702026-09-04T21:31:34.793Z Compiling async-stream-impl v0.3.6
9712026-09-04T21:31:35.037Z Checking socket2 v0.6.5
9722026-09-04T21:31:35.077Z Checking scopeguard v1.2.0
9732026-09-04T21:31:35.288Z Checking lock_api v0.4.14
9742026-09-04T21:31:35.387Z Compiling ref-cast v1.0.26
9752026-09-04T21:31:35.671Z Compiling dof v0.4.0
9762026-09-04T21:31:35.675Z Compiling darling_macro v0.23.0
9772026-09-04T21:31:35.731Z Compiling ref-cast-impl v1.0.26
9782026-09-04T21:31:35.882Z Compiling dropshot v0.17.1
9792026-09-04T21:31:36.247Z Checking critical-section v1.2.0
9802026-09-04T21:31:36.265Z Compiling darling v0.23.0
9812026-09-04T21:31:36.350Z Checking once_cell v1.21.4
9822026-09-04T21:31:36.604Z Compiling dropshot_endpoint v0.17.1
9832026-09-04T21:31:36.655Z Compiling serde_tokenstream v0.3.0
9842026-09-04T21:31:36.760Z Checking parking_lot v0.12.5
9852026-09-04T21:31:36.851Z Compiling usdt-macro v0.6.0
9862026-09-04T21:31:36.876Z Compiling usdt-attr-macro v0.6.0
9872026-09-04T21:31:36.937Z Compiling newtype-uuid-macros v0.1.1
9882026-09-04T21:31:37.052Z Checking signal-hook-registry v1.4.8
9892026-09-04T21:31:37.324Z Checking mio v1.2.2
9902026-09-04T21:31:37.406Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9912026-09-04T21:31:37.637Z Checking tokio v1.53.1
9922026-09-04T21:31:37.672Z Compiling structmeta-derive v0.3.0
9932026-09-04T21:31:37.689Z Compiling strum_macros v0.26.4
9942026-09-04T21:31:37.858Z Compiling foldhash v0.2.0
9952026-09-04T21:31:37.909Z Checking subtle v2.6.1
9962026-09-04T21:31:38.059Z Checking futures-core v0.3.34
9972026-09-04T21:31:38.077Z Compiling hashbrown v0.16.1
9982026-09-04T21:31:38.212Z Compiling serde_with_macros v3.22.0
9992026-09-04T21:31:38.748Z Compiling structmeta v0.3.0
10002026-09-04T21:31:38.853Z Compiling strum_macros v0.27.2
10012026-09-04T21:31:38.956Z Compiling derive-ex v0.1.8
10022026-09-04T21:31:39.021Z Compiling http v1.5.0
10032026-09-04T21:31:39.392Z Checking futures-sink v0.3.34
10042026-09-04T21:31:39.494Z Checking ipnetwork v0.21.1
10052026-09-04T21:31:39.786Z Compiling winnow v1.0.4
10062026-09-04T21:31:39.856Z Checking slab v0.4.12
10072026-09-04T21:31:40.488Z Compiling test-strategy v0.4.5
10082026-09-04T21:31:40.536Z Checking futures-channel v0.3.34
10092026-09-04T21:31:40.734Z Compiling toml_parser v1.1.3+spec-1.1.0
10102026-09-04T21:31:40.816Z Checking futures-io v0.3.34
10112026-09-04T21:31:40.839Z Checking typenum v1.20.1
10122026-09-04T21:31:40.938Z Checking futures-task v0.3.34
10132026-09-04T21:31:41.134Z Checking futures-util v0.3.34
10142026-09-04T21:31:41.238Z Compiling toml_datetime v1.1.1+spec-1.1.0
10152026-09-04T21:31:41.293Z Compiling parse-display-derive v0.10.0
10162026-09-04T21:31:41.688Z Checking oxnet v0.1.7
10172026-09-04T21:31:41.712Z Checking tracing-core v0.1.36
10182026-09-04T21:31:41.818Z Checking erased-serde v0.3.31
10192026-09-04T21:31:42.228Z Checking tracing v0.1.44
10202026-09-04T21:31:42.419Z Compiling ryu v1.0.23
10212026-09-04T21:31:42.582Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10222026-09-04T21:31:42.599Z Compiling clap_derive v4.6.4
10232026-09-04T21:31:42.794Z Checking base64 v0.22.1
10242026-09-04T21:31:43.049Z Checking fnv v1.0.7
10252026-09-04T21:31:43.153Z Checking rand_core v0.6.4
10262026-09-04T21:31:43.157Z Compiling openapiv3 v2.2.0
10272026-09-04T21:31:43.493Z Compiling either v1.17.0
10282026-09-04T21:31:43.579Z Checking rustls-pki-types v1.15.1
10292026-09-04T21:31:43.894Z Checking tokio-util v0.7.19
10302026-09-04T21:31:44.296Z Checking ipnet v2.12.1
10312026-09-04T21:31:44.522Z Checking untrusted v0.7.1
10322026-09-04T21:31:44.771Z Checking untrusted v0.9.0
10332026-09-04T21:31:44.771Z Compiling toml_edit v0.25.13+spec-1.1.0
10342026-09-04T21:31:44.800Z Checking http-body v1.1.0
10352026-09-04T21:31:45.021Z Checking atomic-waker v1.1.2
10362026-09-04T21:31:45.095Z Compiling proc-macro-crate v3.5.0
10372026-09-04T21:31:45.401Z Checking tower-service v0.3.3
10382026-09-04T21:31:45.532Z Compiling num_enum_derive v0.7.6
10392026-09-04T21:31:45.660Z Checking try-lock v0.2.5
10402026-09-04T21:31:45.660Z Checking tower-layer v0.3.3
10412026-09-04T21:31:45.693Z Checking h2 v0.4.15
10422026-09-04T21:31:45.693Z Checking want v0.3.1
10432026-09-04T21:31:45.874Z Checking httpdate v1.0.3
10442026-09-04T21:31:45.975Z Compiling regress v0.11.1
10452026-09-04T21:31:46.520Z Compiling crucible-workspace-hack v0.1.0
10462026-09-04T21:31:46.625Z Checking serde_urlencoded v0.7.1
10472026-09-04T21:31:46.703Z Checking http-body-util v0.1.5
10482026-09-04T21:31:47.143Z Checking ppv-lite86 v0.2.21
10492026-09-04T21:31:47.549Z Compiling typify-impl v0.6.2
10502026-09-04T21:31:47.744Z Compiling unsafe-libyaml v0.2.11
10512026-09-04T21:31:47.744Z Checking hyper v1.11.1
10522026-09-04T21:31:47.985Z Compiling serde_yaml v0.9.34+deprecated
10532026-09-04T21:31:48.444Z Checking hyper-util v0.1.20
10542026-09-04T21:31:48.929Z Compiling convert_case v0.4.0
10552026-09-04T21:31:49.253Z Compiling derive_more v0.99.20
10562026-09-04T21:31:49.539Z Compiling zerocopy-derive v0.7.35
10572026-09-04T21:31:49.942Z Compiling crossbeam-epoch v0.9.20
10582026-09-04T21:31:50.553Z Compiling itertools v0.14.0
10592026-09-04T21:31:50.703Z Compiling regress v0.10.5
10602026-09-04T21:31:50.745Z Compiling typify-macro v0.6.2
10612026-09-04T21:31:51.561Z Checking powerfmt v0.2.0
10622026-09-04T21:31:51.697Z Checking num_threads v0.1.7
10632026-09-04T21:31:51.719Z Checking deranged v0.5.8
10642026-09-04T21:31:51.763Z Compiling rustix v0.38.44
10652026-09-04T21:31:52.347Z Compiling heapless v0.8.0
10662026-09-04T21:31:52.586Z Compiling typify v0.6.2
10672026-09-04T21:31:52.640Z Checking time v0.3.55
10682026-09-04T21:31:52.845Z Checking crossbeam-channel v0.5.16
10692026-09-04T21:31:53.114Z Compiling scroll_derive v0.12.1
10702026-09-04T21:31:53.180Z Compiling serde_repr v0.1.21
10712026-09-04T21:31:53.743Z Checking cpufeatures v0.3.0
10722026-09-04T21:31:54.195Z Checking futures-executor v0.3.34
10732026-09-04T21:31:54.322Z Checking sync_wrapper v1.0.2
10742026-09-04T21:31:54.345Z Checking thread_local v1.1.10
10752026-09-04T21:31:54.365Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10762026-09-04T21:31:54.605Z Compiling smoltcp v0.11.0
10772026-09-04T21:31:54.845Z Checking tower v0.5.3
10782026-09-04T21:31:54.989Z Checking rand_core v0.9.5
10792026-09-04T21:31:55.115Z Checking webpki-roots v1.0.9
10802026-09-04T21:31:55.377Z Compiling rustc_version v0.4.1
10812026-09-04T21:31:55.396Z Checking is-terminal v0.4.17
10822026-09-04T21:31:55.417Z Checking term v1.2.1
10832026-09-04T21:31:55.613Z Checking take_mut v0.2.2
10842026-09-04T21:31:55.617Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10852026-09-04T21:31:55.666Z Compiling curve25519-dalek v4.1.3
10862026-09-04T21:31:55.669Z Checking slog-term v2.9.2
10872026-09-04T21:31:55.871Z Checking tower-http v0.6.11
10882026-09-04T21:31:55.888Z Checking futures v0.3.34
10892026-09-04T21:31:56.339Z Compiling toml_datetime v0.6.11
10902026-09-04T21:31:56.350Z Compiling foreign-types-macros v0.2.4
10912026-09-04T21:31:56.350Z Checking hex v0.4.3
10922026-09-04T21:31:56.350Z Checking fastrand v2.5.0
10932026-09-04T21:31:56.646Z Checking rand_chacha v0.9.0
10942026-09-04T21:31:56.872Z Compiling zerocopy v0.7.35
10952026-09-04T21:31:56.918Z Compiling hubpack_derive v0.1.1
10962026-09-04T21:31:56.957Z Compiling thiserror-impl-no-std v2.0.2
10972026-09-04T21:31:57.401Z Compiling curve25519-dalek-derive v0.1.1
10982026-09-04T21:31:57.511Z Compiling proc-macro-error-attr v1.0.4
10992026-09-04T21:31:57.535Z Compiling usdt-impl v0.5.0
11002026-09-04T21:31:57.937Z Compiling dof v0.3.0
11012026-09-04T21:31:57.990Z Checking rand v0.9.5
11022026-09-04T21:31:58.008Z Compiling dtrace-parser v0.2.0
11032026-09-04T21:31:58.060Z Compiling darling_core v0.21.3
11042026-09-04T21:31:58.089Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11052026-09-04T21:31:58.604Z Compiling serde_spanned v1.1.1
11062026-09-04T21:31:58.778Z Compiling thread-id v4.2.2
11072026-09-04T21:31:58.861Z Compiling proc-macro-error v1.0.4
11082026-09-04T21:31:59.099Z Compiling memoffset v0.9.1
11092026-09-04T21:31:59.136Z Compiling toml_writer v1.1.2+spec-1.1.0
11102026-09-04T21:32:00.097Z Checking tempfile v3.27.0
11112026-09-04T21:32:00.198Z Compiling darling_macro v0.21.3
11122026-09-04T21:32:00.296Z Checking crypto-common v0.1.7
11132026-09-04T21:32:00.728Z Checking hybrid-array v0.4.14
11142026-09-04T21:32:01.083Z Compiling prettyplease v0.2.37
11152026-09-04T21:32:01.113Z Checking openssl-probe v0.2.1
11162026-09-04T21:32:01.129Z Checking adler2 v2.0.1
11172026-09-04T21:32:01.198Z Checking simd-adler32 v0.3.10
11182026-09-04T21:32:01.210Z Compiling cfg_aliases v0.2.2
11192026-09-04T21:32:01.229Z Checking match_cfg v0.1.0
11202026-09-04T21:32:01.284Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11212026-09-04T21:32:01.288Z Checking miniz_oxide v0.8.9
11222026-09-04T21:32:01.321Z Checking hostname v0.3.1
11232026-09-04T21:32:01.376Z Compiling nix v0.31.3
11242026-09-04T21:32:01.456Z Checking rustls-native-certs v0.8.4
11252026-09-04T21:32:01.553Z Compiling darling v0.21.3
11262026-09-04T21:32:01.901Z Checking slog-json v2.6.1
11272026-09-04T21:32:01.996Z Checking newtype-uuid v1.4.0
11282026-09-04T21:32:02.070Z Checking memmap2 v0.9.11
11292026-09-04T21:32:02.258Z Compiling crossbeam-deque v0.8.7
11302026-09-04T21:32:02.298Z Compiling heck v0.4.1
11312026-09-04T21:32:02.360Z Checking usdt v0.6.0
11322026-09-04T21:32:02.379Z Checking daft v0.1.8
11332026-09-04T21:32:02.504Z Checking slog-bunyan v2.5.0
11342026-09-04T21:32:02.568Z Checking flate2 v1.1.9
11352026-09-04T21:32:02.575Z Compiling ingot-macros v0.1.1
11362026-09-04T21:32:02.607Z Checking block-buffer v0.12.1
11372026-09-04T21:32:02.614Z Checking crypto-common v0.2.2
11382026-09-04T21:32:02.630Z Compiling usdt-macro v0.5.0
11392026-09-04T21:32:03.161Z Compiling usdt-attr-macro v0.5.0
11402026-09-04T21:32:03.168Z Compiling num-derive v0.4.2
11412026-09-04T21:32:03.168Z Compiling enum-as-inner v0.6.1
11422026-09-04T21:32:03.187Z Checking debug-ignore v1.0.5
11432026-09-04T21:32:03.330Z Compiling winnow v0.7.15
11442026-09-04T21:32:03.461Z Checking compression-core v0.4.32
11452026-09-04T21:32:03.713Z Checking const-oid v0.10.2
11462026-09-04T21:32:03.943Z Checking digest v0.11.3
11472026-09-04T21:32:04.208Z Checking compression-codecs v0.4.38
11482026-09-04T21:32:04.669Z Compiling progenitor-impl v0.14.0
11492026-09-04T21:32:05.233Z Checking macaddr v1.0.1
11502026-09-04T21:32:05.320Z Checking encoding_rs v0.8.35
11512026-09-04T21:32:05.400Z Compiling rayon-core v1.13.0
11522026-09-04T21:32:05.415Z Checking spin v0.9.9
11532026-09-04T21:32:05.498Z Checking mime v0.3.17
11542026-09-04T21:32:05.931Z Checking toml v1.1.4+spec-1.1.0
11552026-09-04T21:32:05.936Z Checking async-compression v0.4.43
11562026-09-04T21:32:06.491Z Checking sha1 v0.11.0
11572026-09-04T21:32:06.499Z Checking rand_chacha v0.3.1
11582026-09-04T21:32:06.618Z Checking waitgroup v0.1.2
11592026-09-04T21:32:06.621Z Checking rustls-pemfile v2.2.0
11602026-09-04T21:32:06.678Z Checking async-stream v0.3.6
11612026-09-04T21:32:06.692Z Compiling progenitor-macro v0.14.0
11622026-09-04T21:32:06.751Z Checking serde_path_to_error v0.1.20
11632026-09-04T21:32:06.769Z Checking hostname v0.4.2
11642026-09-04T21:32:06.801Z Compiling wait-timeout v0.2.1
11652026-09-04T21:32:06.949Z Compiling bit-vec v0.8.0
11662026-09-04T21:32:06.949Z Compiling quick-error v1.2.3
11672026-09-04T21:32:07.086Z Compiling rusty-fork v0.3.1
11682026-09-04T21:32:07.161Z Compiling bit-set v0.8.0
11692026-09-04T21:32:07.740Z Checking rand v0.8.7
11702026-09-04T21:32:08.234Z Compiling rand_xorshift v0.4.0
11712026-09-04T21:32:08.237Z Compiling num-integer v0.1.47
11722026-09-04T21:32:08.237Z Compiling unarray v0.1.4
11732026-09-04T21:32:08.351Z Compiling winnow v0.5.40
11742026-09-04T21:32:08.444Z Compiling semver v0.1.20
11752026-09-04T21:32:08.622Z Compiling rustc_version v0.1.7
11762026-09-04T21:32:08.726Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11772026-09-04T21:32:08.833Z Compiling proptest v1.11.0
11782026-09-04T21:32:09.716Z Compiling toml_edit v0.19.15
11792026-09-04T21:32:09.786Z Compiling reqwest v0.12.28
11802026-09-04T21:32:09.821Z Compiling backon v1.6.0
11812026-09-04T21:32:10.018Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11822026-09-04T21:32:10.151Z Checking block-buffer v0.10.4
11832026-09-04T21:32:10.790Z Compiling strum v0.26.3
11842026-09-04T21:32:11.188Z Compiling instant v0.1.13
11852026-09-04T21:32:11.647Z Compiling utf8parse v0.2.2
11862026-09-04T21:32:11.694Z Compiling backoff v0.4.0
11872026-09-04T21:32:11.766Z Compiling anstyle-parse v1.0.0
11882026-09-04T21:32:11.844Z Compiling iddqd v0.4.6
11892026-09-04T21:32:11.877Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11902026-09-04T21:32:11.896Z Compiling proc-macro-crate v1.3.1
11912026-09-04T21:32:12.341Z Compiling progenitor-client v0.10.0
11922026-09-04T21:32:12.345Z Checking digest v0.10.7
11932026-09-04T21:32:12.345Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11942026-09-04T21:32:12.345Z Compiling newtype_derive v0.1.6
11952026-09-04T21:32:12.345Z Checking rustls-webpki v0.103.14
11962026-09-04T21:32:12.345Z Compiling num-iter v0.1.46
11972026-09-04T21:32:12.352Z Compiling num-rational v0.4.2
11982026-09-04T21:32:12.440Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11992026-09-04T21:32:12.472Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12002026-09-04T21:32:12.936Z Compiling parse-display v0.10.0
12012026-09-04T21:32:13.014Z Compiling strum v0.27.2
12022026-09-04T21:32:13.148Z Compiling serde_with v3.22.0
12032026-09-04T21:32:13.178Z Compiling num-complex v0.4.6
12042026-09-04T21:32:13.211Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12052026-09-04T21:32:13.419Z Compiling colorchoice v1.0.5
12062026-09-04T21:32:13.424Z Compiling humantime v2.4.0
12072026-09-04T21:32:13.459Z Compiling is_terminal_polyfill v1.70.2
12082026-09-04T21:32:13.541Z Compiling anstyle-query v1.1.5
12092026-09-04T21:32:13.558Z Compiling anstyle v1.0.14
12102026-09-04T21:32:13.578Z Compiling vcpkg v0.2.15
12112026-09-04T21:32:14.071Z Compiling owo-colors v4.3.0
12122026-09-04T21:32:14.482Z Checking unicode-width v0.2.2
12132026-09-04T21:32:14.482Z Compiling anstream v1.0.0
12142026-09-04T21:32:14.482Z Compiling num v0.4.3
12152026-09-04T21:32:14.485Z Compiling num_enum_derive v0.5.11
12162026-09-04T21:32:14.485Z Compiling openssl-sys v0.9.117
12172026-09-04T21:32:14.485Z Compiling terminal_size v0.4.4
12182026-09-04T21:32:14.992Z Compiling serde_spanned v0.6.9
12192026-09-04T21:32:14.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-09-04T21:32:14.995Z Compiling pin-project-internal v1.1.13
12212026-09-04T21:32:14.995Z Compiling derive-where v1.6.1
12222026-09-04T21:32:15.074Z Checking tokio-rustls v0.26.4
12232026-09-04T21:32:15.145Z Checking rustls-platform-verifier v0.7.0
12242026-09-04T21:32:15.290Z Compiling toml_write v0.1.2
12252026-09-04T21:32:15.316Z Checking hyper-rustls v0.27.9
12262026-09-04T21:32:15.490Z Compiling float-ord v0.3.2
12272026-09-04T21:32:15.519Z Checking reqwest v0.13.4
12282026-09-04T21:32:15.612Z Compiling clap_lex v1.1.0
12292026-09-04T21:32:15.618Z Compiling toml_edit v0.22.27
12302026-09-04T21:32:15.987Z Compiling clap_builder v4.6.6
12312026-09-04T21:32:16.612Z Checking progenitor-client v0.14.0
12322026-09-04T21:32:17.121Z Compiling progenitor-impl v0.13.0
12332026-09-04T21:32:17.742Z Compiling progenitor-extras v0.2.0
12342026-09-04T21:32:18.569Z Compiling clap v4.6.6
12352026-09-04T21:32:18.603Z Compiling toml v0.8.23
12362026-09-04T21:32:18.807Z Compiling zone_cfg_derive v0.3.1
12372026-09-04T21:32:18.968Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12382026-09-04T21:32:18.987Z Compiling snafu-derive v0.8.9
12392026-09-04T21:32:19.185Z Compiling async-recursion v1.1.1
12402026-09-04T21:32:19.223Z Compiling progenitor-macro v0.13.0
12412026-09-04T21:32:20.720Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12422026-09-04T21:32:20.845Z Compiling slog-dtrace v0.3.0
12432026-09-04T21:32:21.037Z Compiling unicode-xid v0.2.6
12442026-09-04T21:32:21.056Z Compiling minimal-lexical v0.2.1
12452026-09-04T21:32:21.522Z Compiling chrono-tz v0.10.4
12462026-09-04T21:32:21.530Z Compiling openssl v0.10.81
12472026-09-04T21:32:21.530Z Compiling cancel-safe-futures v0.1.5
12482026-09-04T21:32:21.530Z Compiling nom v7.1.3
12492026-09-04T21:32:21.530Z Compiling const_format_proc_macros v0.2.34
12502026-09-04T21:32:21.896Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12512026-09-04T21:32:22.219Z Compiling openssl-macros v0.1.1
12522026-09-04T21:32:22.600Z Checking cpufeatures v0.2.17
12532026-09-04T21:32:22.696Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12542026-09-04T21:32:22.913Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12552026-09-04T21:32:23.821Z Compiling cookie v0.18.2
12562026-09-04T21:32:23.826Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12572026-09-04T21:32:23.826Z Compiling tabled_derive v0.7.0
12582026-09-04T21:32:24.436Z Checking num_enum v0.7.6
12592026-09-04T21:32:24.707Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12602026-09-04T21:32:24.976Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-09-04T21:32:26.109Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-09-04T21:32:26.687Z Checking tabwriter v1.4.1
12632026-09-04T21:32:26.842Z Checking secrecy v0.10.3
12642026-09-04T21:32:26.966Z Checking colored v3.1.1
12652026-09-04T21:32:27.175Z Checking tinyvec_macros v0.1.1
12662026-09-04T21:32:27.249Z Checking tinyvec v1.12.0
12672026-09-04T21:32:27.861Z Checking hash32 v0.3.1
12682026-09-04T21:32:27.864Z Checking data-encoding v2.11.1
12692026-09-04T21:32:27.864Z Checking hmac v0.12.1
12702026-09-04T21:32:27.882Z Checking inout v0.1.4
12712026-09-04T21:32:28.018Z Checking scroll v0.12.0
12722026-09-04T21:32:28.031Z Checking ff v0.13.1
12732026-09-04T21:32:28.161Z Checking cobs v0.3.0
12742026-09-04T21:32:28.188Z Checking foreign-types-shared v0.3.1
12752026-09-04T21:32:28.236Z Checking bitflags v1.3.2
12762026-09-04T21:32:28.690Z Checking static_assertions v1.1.0
12772026-09-04T21:32:28.694Z Checking managed v0.8.0
12782026-09-04T21:32:28.694Z Checking postcard v1.1.3
12792026-09-04T21:32:28.694Z Checking foreign-types v0.5.0
12802026-09-04T21:32:28.694Z Checking goblin v0.8.2
12812026-09-04T21:32:28.694Z Checking group v0.13.0
12822026-09-04T21:32:28.694Z Checking cipher v0.4.4
12832026-09-04T21:32:28.694Z Checking hkdf v0.12.4
12842026-09-04T21:32:28.695Z Checking atomicwrites v0.4.4
12852026-09-04T21:32:28.759Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12862026-09-04T21:32:28.777Z Checking universal-hash v0.5.1
12872026-09-04T21:32:28.906Z Checking crypto-bigint v0.5.5
12882026-09-04T21:32:29.008Z Checking chacha20 v0.10.1
12892026-09-04T21:32:29.050Z Checking half v2.7.1
12902026-09-04T21:32:29.327Z Checking cstr-argument v0.1.2
12912026-09-04T21:32:29.436Z Checking indent_write v2.2.0
12922026-09-04T21:32:29.520Z Checking opaque-debug v0.3.1
12932026-09-04T21:32:29.564Z Checking base16ct v0.2.0
12942026-09-04T21:32:29.586Z Checking base64ct v1.8.3
12952026-09-04T21:32:29.600Z Checking ciborium-io v0.2.2
12962026-09-04T21:32:29.688Z Checking poly1305 v0.8.0
12972026-09-04T21:32:29.725Z Checking ciborium-ll v0.2.2
12982026-09-04T21:32:29.786Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12992026-09-04T21:32:29.804Z Checking elliptic-curve v0.13.8
13002026-09-04T21:32:29.822Z Checking password-hash v0.5.0
13012026-09-04T21:32:29.829Z Checking rand v0.10.2
13022026-09-04T21:32:30.313Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
13032026-09-04T21:32:30.320Z Checking chacha20 v0.9.1
13042026-09-04T21:32:30.320Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13052026-09-04T21:32:30.320Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13062026-09-04T21:32:30.320Z Checking blake2 v0.10.6
13072026-09-04T21:32:30.320Z Checking aead v0.5.2
13082026-09-04T21:32:30.320Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13092026-09-04T21:32:30.320Z Checking thiserror-no-std v2.0.2
13102026-09-04T21:32:30.320Z Checking hubpack v0.1.2
13112026-09-04T21:32:30.320Z Checking byte-wrapper v0.1.0
13122026-09-04T21:32:30.357Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13132026-09-04T21:32:30.490Z Checking keccak v0.1.6
13142026-09-04T21:32:30.533Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13152026-09-04T21:32:30.599Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13162026-09-04T21:32:30.646Z Checking sha3 v0.10.9
13172026-09-04T21:32:30.780Z Checking vsss-rs v3.3.4
13182026-09-04T21:32:30.846Z Checking argon2 v0.5.3
13192026-09-04T21:32:30.950Z Checking chacha20poly1305 v0.10.1
13202026-09-04T21:32:31.490Z Checking ciborium v0.2.2
13212026-09-04T21:32:31.500Z Checking console v0.16.4
13222026-09-04T21:32:31.500Z Checking memmap v0.7.0
13232026-09-04T21:32:31.500Z Checking lazy_static v1.5.0
13242026-09-04T21:32:31.501Z Checking usdt v0.5.0
13252026-09-04T21:32:31.505Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-09-04T21:32:31.718Z Checking ingot-types v0.1.2
13272026-09-04T21:32:31.884Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13282026-09-04T21:32:32.310Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13292026-09-04T21:32:32.317Z Checking progenitor v0.14.0
13302026-09-04T21:32:32.317Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-09-04T21:32:32.318Z Checking bstr v1.13.1
13322026-09-04T21:32:32.318Z Checking unicode-segmentation v1.13.3
13332026-09-04T21:32:32.318Z Checking bytecount v0.6.9
13342026-09-04T21:32:32.318Z Checking ingot v0.1.1
13352026-09-04T21:32:32.427Z Checking newline-converter v0.3.0
13362026-09-04T21:32:32.458Z Checking itertools v0.12.1
13372026-09-04T21:32:32.585Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13382026-09-04T21:32:32.735Z Checking linked-hash-map v0.5.6
13392026-09-04T21:32:32.816Z Checking resolv-conf v0.7.6
13402026-09-04T21:32:32.839Z Compiling parking_lot_core v0.8.6
13412026-09-04T21:32:32.856Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13422026-09-04T21:32:32.908Z Checking swrite v0.1.0
13432026-09-04T21:32:32.971Z Checking similar v3.2.0
13442026-09-04T21:32:33.126Z Checking lru-cache v0.1.2
13452026-09-04T21:32:33.251Z Checking rayon v1.12.0
13462026-09-04T21:32:33.380Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13472026-09-04T21:32:33.480Z Checking hickory-proto v0.24.4
13482026-09-04T21:32:33.521Z Checking expectorate v1.3.0
13492026-09-04T21:32:33.787Z Checking camino-tempfile v1.4.1
13502026-09-04T21:32:33.906Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13512026-09-04T21:32:34.104Z Checking serde-big-array v0.5.1
13522026-09-04T21:32:34.247Z Checking siphasher v1.0.3
13532026-09-04T21:32:34.325Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13542026-09-04T21:32:34.428Z Checking phf_shared v0.12.1
13552026-09-04T21:32:34.785Z Checking unicode-normalization v0.1.25
13562026-09-04T21:32:35.011Z Checking progenitor-client v0.13.0
13572026-09-04T21:32:35.073Z Checking hickory-resolver v0.24.4
13582026-09-04T21:32:35.098Z Checking pin-project v1.1.13
13592026-09-04T21:32:35.137Z Checking num_enum v0.5.11
13602026-09-04T21:32:35.624Z Checking tokio-stream v0.1.19
13612026-09-04T21:32:35.755Z Checking csv-core v0.1.13
13622026-09-04T21:32:35.795Z Checking unicode-width v0.1.14
13632026-09-04T21:32:35.813Z Checking highway v1.3.0
13642026-09-04T21:32:35.964Z Checking foreign-types-shared v0.1.1
13652026-09-04T21:32:36.057Z Checking unicode-linebreak v0.1.5
13662026-09-04T21:32:36.057Z Checking konst_macro_rules v0.2.19
13672026-09-04T21:32:36.060Z Checking same-file v1.0.6
13682026-09-04T21:32:36.110Z Checking smawk v0.3.3
13692026-09-04T21:32:36.130Z Checking foldhash v0.1.5
13702026-09-04T21:32:36.145Z Checking jiff-core v0.1.0
13712026-09-04T21:32:36.193Z Checking walkdir v2.5.0
13722026-09-04T21:32:36.249Z Checking konst v0.2.20
13732026-09-04T21:32:36.268Z Checking textwrap v0.16.2
13742026-09-04T21:32:36.272Z Checking hashbrown v0.15.5
13752026-09-04T21:32:36.362Z Checking foreign-types v0.3.2
13762026-09-04T21:32:36.436Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13772026-09-04T21:32:36.457Z Checking qorb v0.4.1
13782026-09-04T21:32:36.487Z Checking csv v1.4.0
13792026-09-04T21:32:36.586Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13802026-09-04T21:32:36.832Z Checking jiff v0.2.35
13812026-09-04T21:32:37.151Z Checking progenitor v0.13.0
13822026-09-04T21:32:37.356Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13832026-09-04T21:32:37.384Z Checking snafu v0.8.9
13842026-09-04T21:32:37.436Z Checking olpc-cjson v0.1.4
13852026-09-04T21:32:37.536Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13862026-09-04T21:32:37.579Z Checking phf v0.12.1
13872026-09-04T21:32:37.733Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13882026-09-04T21:32:38.150Z Checking zone v0.3.1
13892026-09-04T21:32:38.153Z Checking globset v0.4.20
13902026-09-04T21:32:38.153Z Checking tokio-dtrace v0.1.1
13912026-09-04T21:32:38.153Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13922026-09-04T21:32:38.191Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13932026-09-04T21:32:38.620Z Checking smf v0.2.3
13942026-09-04T21:32:38.687Z Checking pem v3.0.6
13952026-09-04T21:32:38.854Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13962026-09-04T21:32:38.873Z Checking libsw-core v0.3.2
13972026-09-04T21:32:39.059Z Checking serde_plain v1.0.2
13982026-09-04T21:32:39.068Z Checking sigpipe v0.1.3
13992026-09-04T21:32:39.184Z Checking glob v0.3.4
14002026-09-04T21:32:39.205Z Checking fixedbitset v0.5.7
14012026-09-04T21:32:39.374Z Checking fixedbitset v0.4.2
14022026-09-04T21:32:39.389Z Checking typed-path v0.9.3
14032026-09-04T21:32:39.811Z Checking petgraph v0.8.3
14042026-09-04T21:32:39.814Z Checking petgraph v0.6.5
14052026-09-04T21:32:39.814Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-09-04T21:32:39.814Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14072026-09-04T21:32:39.912Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14082026-09-04T21:32:39.943Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-09-04T21:32:39.993Z Checking libsw v3.5.0
14102026-09-04T21:32:40.165Z Checking tough v0.22.0
14112026-09-04T21:32:40.223Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14122026-09-04T21:32:40.495Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14132026-09-04T21:32:40.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14142026-09-04T21:32:40.612Z Checking oxide-tokio-rt v0.1.6
14152026-09-04T21:32:40.674Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-09-04T21:32:40.798Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-09-04T21:32:41.240Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-09-04T21:32:41.244Z Checking const_format v0.2.36
14192026-09-04T21:32:41.244Z Checking papergrid v0.11.0
14202026-09-04T21:32:41.398Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-09-04T21:32:41.417Z Checking gethostname v0.5.0
14222026-09-04T21:32:41.527Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-09-04T21:32:41.542Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14242026-09-04T21:32:42.031Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14252026-09-04T21:32:42.036Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-09-04T21:32:42.161Z Checking libscf-sys v1.2.0
14272026-09-04T21:32:42.354Z Checking bcs v0.1.6
14282026-09-04T21:32:42.482Z Checking linear-map v1.2.0
14292026-09-04T21:32:42.492Z Checking whoami v1.6.1
14302026-09-04T21:32:42.561Z Checking tagptr v0.2.0
14312026-09-04T21:32:42.594Z Checking termtree v0.5.1
14322026-09-04T21:32:42.656Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-09-04T21:32:42.707Z Checking moka v0.12.16
14342026-09-04T21:32:43.416Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-09-04T21:32:44.014Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-09-04T21:32:44.253Z Checking tabled v0.15.0
14372026-09-04T21:32:44.501Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-09-04T21:32:44.531Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14392026-09-04T21:32:44.574Z Checking steno v0.4.1
14402026-09-04T21:32:44.584Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14412026-09-04T21:32:45.120Z Checking hickory-proto v0.25.2
14422026-09-04T21:32:46.671Z Checking hickory-resolver v0.25.2
14432026-09-04T21:32:46.696Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14442026-09-04T21:32:46.979Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-09-04T21:32:47.312Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-09-04T21:32:47.998Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14472026-09-04T21:32:48.161Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14482026-09-04T21:32:52.263Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-09-04T21:32:52.918Z Checking nom v8.0.0
14502026-09-04T21:32:56.016Z Compiling crunchy v0.2.4
14512026-09-04T21:32:57.639Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14522026-09-04T21:32:58.572Z Compiling itertools v0.15.0
14532026-09-04T21:32:58.582Z Compiling tiny-keccak v2.0.2
14542026-09-04T21:32:58.822Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14552026-09-04T21:32:59.358Z Compiling typify-impl v0.4.3
14562026-09-04T21:32:59.821Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-09-04T21:32:59.894Z Compiling ingot-macros v0.2.0
14582026-09-04T21:33:00.841Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14592026-09-04T21:33:01.258Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14602026-09-04T21:33:01.258Z Checking parking_lot v0.11.2
14612026-09-04T21:33:01.258Z Compiling const-random-macro v0.1.16
14622026-09-04T21:33:01.266Z Checking fxhash v0.2.1
14632026-09-04T21:33:01.266Z Compiling smartstring v1.0.1
14642026-09-04T21:33:01.266Z Checking sled v0.34.7
14652026-09-04T21:33:01.267Z Compiling ahash v0.8.12
14662026-09-04T21:33:01.549Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14672026-09-04T21:33:01.709Z Checking internet-checksum v0.2.1
14682026-09-04T21:33:01.843Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14692026-09-04T21:33:02.229Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14702026-09-04T21:33:02.449Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14712026-09-04T21:33:02.556Z Compiling rhai_codegen v3.2.0
14722026-09-04T21:33:02.701Z Compiling typify-macro v0.4.3
14732026-09-04T21:33:02.921Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14742026-09-04T21:33:02.947Z Checking arc-swap v1.9.2
14752026-09-04T21:33:03.279Z Checking slog-scope v4.4.1
14762026-09-04T21:33:03.452Z Checking papergrid v0.18.0
14772026-09-04T21:33:03.561Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14782026-09-04T21:33:03.638Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14792026-09-04T21:33:04.067Z Checking dropshot-api-manager-types v0.8.0
14802026-09-04T21:33:04.067Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14812026-09-04T21:33:04.092Z Checking slog-stdlog v4.1.1
14822026-09-04T21:33:04.216Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14832026-09-04T21:33:04.257Z Compiling typify v0.4.3
14842026-09-04T21:33:04.447Z Checking tabled v0.21.0
14852026-09-04T21:33:04.877Z Compiling progenitor-impl v0.10.0
14862026-09-04T21:33:04.877Z Compiling lzma-sys v0.1.20
14872026-09-04T21:33:04.877Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14882026-09-04T21:33:05.113Z Compiling fs-err v3.3.1
14892026-09-04T21:33:05.120Z Compiling typeid v1.0.3
14902026-09-04T21:33:05.324Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14912026-09-04T21:33:05.348Z Checking slog-envlogger v2.2.0
14922026-09-04T21:33:05.562Z Checking ingot-types v0.2.0
14932026-09-04T21:33:06.176Z Compiling toml_datetime v0.7.5+spec-1.1.0
14942026-09-04T21:33:06.455Z Checking crc8 v0.1.1
14952026-09-04T21:33:06.592Z Compiling toml v0.9.12+spec-1.1.0
14962026-09-04T21:33:06.592Z Checking ingot v0.2.1
14972026-09-04T21:33:06.592Z Compiling progenitor-macro v0.10.0
14982026-09-04T21:33:06.592Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14992026-09-04T21:33:07.462Z Checking const-random v0.1.18
15002026-09-04T21:33:07.768Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15012026-09-04T21:33:08.000Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15022026-09-04T21:33:08.878Z Compiling cargo_toml v0.22.3
15032026-09-04T21:33:09.523Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15042026-09-04T21:33:09.994Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15052026-09-04T21:33:10.203Z Checking thin-vec v0.2.19
15062026-09-04T21:33:10.479Z Checking rhai v1.26.0
15072026-09-04T21:33:11.153Z Checking sha1 v0.10.7
15082026-09-04T21:33:16.108Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15092026-09-04T21:33:16.206Z Checking utf-8 v0.7.6
15102026-09-04T21:33:16.206Z Checking tungstenite v0.21.0
15112026-09-04T21:33:16.206Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15122026-09-04T21:33:16.206Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15132026-09-04T21:33:16.206Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15142026-09-04T21:33:16.206Z Checking port-file v0.1.0
15152026-09-04T21:33:16.206Z Checking sha2 v0.10.9
15162026-09-04T21:33:16.207Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15172026-09-04T21:33:16.207Z Compiling strum_macros v0.28.0
15182026-09-04T21:33:16.207Z Checking progenitor v0.10.0
15192026-09-04T21:33:16.207Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15202026-09-04T21:33:16.358Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15212026-09-04T21:33:16.358Z Checking tokio-tungstenite v0.21.0
15222026-09-04T21:33:16.358Z Checking git-stub v1.0.0
15232026-09-04T21:33:16.358Z Checking diff v0.1.13
15242026-09-04T21:33:16.358Z Checking is_ci v1.2.0
15252026-09-04T21:33:16.359Z Checking unit-prefix v0.5.2
15262026-09-04T21:33:16.359Z Checking yansi v1.0.1
15272026-09-04T21:33:16.359Z Checking base64 v0.21.7
15282026-09-04T21:33:16.359Z Checking supports-color v3.0.2
15292026-09-04T21:33:16.359Z Checking pretty_assertions v1.4.1
15302026-09-04T21:33:16.359Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-09-04T21:33:16.359Z Checking indicatif v0.18.6
15322026-09-04T21:33:16.658Z Checking git-stub-vcs v0.1.0
15332026-09-04T21:33:16.976Z Checking xz2 v0.1.7
15342026-09-04T21:33:17.177Z Checking ron v0.12.2
15352026-09-04T21:33:17.444Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15362026-09-04T21:33:17.559Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15372026-09-04T21:33:17.716Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15382026-09-04T21:33:17.764Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15392026-09-04T21:33:17.947Z Checking similar v2.7.0
15402026-09-04T21:33:18.556Z Checking drift v0.2.0
15412026-09-04T21:33:18.656Z Compiling serial_test_derive v4.0.1
15422026-09-04T21:33:18.894Z Checking base16ct v1.0.0
15432026-09-04T21:33:18.933Z Checking dropshot-api-manager v0.8.0
15442026-09-04T21:33:19.339Z Checking serial_test v4.0.1
15452026-09-04T21:33:19.973Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15462026-09-04T21:33:20.301Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15472026-09-04T21:33:20.328Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15482026-09-04T21:33:20.581Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15492026-09-04T21:33:20.739Z Checking strum v0.28.0
15502026-09-04T21:33:21.275Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15512026-09-04T21:33:21.783Z Checking natord v1.0.9
15522026-09-04T21:33:22.077Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15532026-09-04T21:33:22.201Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15542026-09-04T21:33:22.575Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15552026-09-04T21:33:22.720Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15562026-09-04T21:33:23.049Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15572026-09-04T21:33:23.186Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15582026-09-04T21:33:23.271Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15592026-09-04T21:33:23.294Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15602026-09-04T21:33:23.312Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15612026-09-04T21:33:32.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
15622026-09-04T21:33:33.167Z+ cargo xtask openapi check
15632026-09-04T21:33:33.828Z Compiling cfg-if v1.0.4
15642026-09-04T21:33:33.926Z Compiling libc v0.2.189
15652026-09-04T21:33:33.926Z Compiling serde_core v1.0.229
15662026-09-04T21:33:33.940Z Compiling memchr v2.8.3
15672026-09-04T21:33:33.948Z Compiling smallvec v1.15.2
15682026-09-04T21:33:33.951Z Compiling itoa v1.0.18
15692026-09-04T21:33:33.968Z Compiling stable_deref_trait v1.2.1
15702026-09-04T21:33:33.973Z Compiling zerofrom v0.1.8
15712026-09-04T21:33:33.984Z Compiling zmij v1.0.23
15722026-09-04T21:33:34.032Z Compiling litemap v0.8.2
15732026-09-04T21:33:34.088Z Compiling yoke v0.8.3
15742026-09-04T21:33:34.138Z Compiling writeable v0.6.3
15752026-09-04T21:33:34.153Z Compiling utf8_iter v1.0.4
15762026-09-04T21:33:34.222Z Compiling percent-encoding v2.3.2
15772026-09-04T21:33:34.273Z Compiling zerovec v0.11.6
15782026-09-04T21:33:34.284Z Compiling zerotrie v0.2.4
15792026-09-04T21:33:34.301Z Compiling icu_normalizer_data v2.2.0
15802026-09-04T21:33:34.339Z Compiling icu_properties_data v2.2.0
15812026-09-04T21:33:34.371Z Compiling libm v0.2.16
15822026-09-04T21:33:34.412Z Compiling form_urlencoded v1.2.2
15832026-09-04T21:33:34.426Z Compiling rand_core v0.10.1
15842026-09-04T21:33:34.474Z Compiling errno v0.3.14
15852026-09-04T21:33:34.582Z Compiling getrandom v0.4.3
15862026-09-04T21:33:34.589Z Compiling iana-time-zone v0.1.65
15872026-09-04T21:33:34.599Z Compiling pin-project-lite v0.2.17
15882026-09-04T21:33:34.609Z Compiling zeroize v1.9.0
15892026-09-04T21:33:34.621Z Compiling dyn-clone v1.0.20
15902026-09-04T21:33:34.691Z Compiling scopeguard v1.2.0
15912026-09-04T21:33:34.752Z Compiling tinystr v0.8.3
15922026-09-04T21:33:34.764Z Compiling potential_utf v0.1.5
15932026-09-04T21:33:34.789Z Compiling lock_api v0.4.14
15942026-09-04T21:33:34.801Z Compiling socket2 v0.6.5
15952026-09-04T21:33:34.804Z Compiling parking_lot_core v0.9.12
15962026-09-04T21:33:34.819Z Compiling signal-hook-registry v1.4.8
15972026-09-04T21:33:34.920Z Compiling icu_locale_core v2.2.0
15982026-09-04T21:33:34.951Z Compiling icu_collections v2.2.0
15992026-09-04T21:33:35.012Z Compiling parking_lot v0.12.5
16002026-09-04T21:33:35.089Z Compiling mio v1.2.2
16012026-09-04T21:33:35.102Z Compiling futures-core v0.3.34
16022026-09-04T21:33:35.242Z Compiling num-traits v0.2.19
16032026-09-04T21:33:35.255Z Compiling portable-atomic v1.15.0
16042026-09-04T21:33:35.387Z Compiling thiserror v2.0.20
16052026-09-04T21:33:35.471Z Compiling critical-section v1.2.0
16062026-09-04T21:33:35.492Z Compiling equivalent v1.0.2
16072026-09-04T21:33:35.551Z Compiling subtle v2.6.1
16082026-09-04T21:33:35.576Z Compiling zerocopy v0.8.56
16092026-09-04T21:33:35.580Z Compiling allocator-api2 v0.2.21
16102026-09-04T21:33:35.580Z Compiling futures-sink v0.3.34
16112026-09-04T21:33:35.702Z Compiling serde v1.0.229
16122026-09-04T21:33:35.717Z Compiling serde_json v1.0.151
16132026-09-04T21:33:35.763Z Compiling icu_provider v2.2.0
16142026-09-04T21:33:35.773Z Compiling uuid v1.26.0
16152026-09-04T21:33:35.861Z Compiling semver v1.0.28
16162026-09-04T21:33:35.910Z Compiling bitflags v2.13.1
16172026-09-04T21:33:35.985Z Compiling once_cell v1.21.4
16182026-09-04T21:33:36.085Z Compiling icu_properties v2.2.0
16192026-09-04T21:33:36.158Z Compiling bytes v1.12.1
16202026-09-04T21:33:36.192Z Compiling icu_normalizer v2.2.0
16212026-09-04T21:33:36.195Z Compiling chrono v0.4.45
16222026-09-04T21:33:36.214Z Compiling log v0.4.33
16232026-09-04T21:33:36.224Z Compiling slab v0.4.12
16242026-09-04T21:33:36.400Z Compiling typenum v1.20.1
16252026-09-04T21:33:36.413Z Compiling slog v2.8.2
16262026-09-04T21:33:36.430Z Compiling futures-channel v0.3.34
16272026-09-04T21:33:36.660Z Compiling tokio v1.53.1
16282026-09-04T21:33:36.765Z Compiling getrandom v0.2.17
16292026-09-04T21:33:36.785Z Compiling hashbrown v0.17.1
16302026-09-04T21:33:36.846Z Compiling futures-io v0.3.34
16312026-09-04T21:33:36.945Z Compiling idna_adapter v1.2.2
16322026-09-04T21:33:36.957Z Compiling rand_core v0.6.4
16332026-09-04T21:33:37.090Z Compiling idna v1.1.0
16342026-09-04T21:33:37.189Z Compiling futures-task v0.3.34
16352026-09-04T21:33:37.200Z Compiling tracing-core v0.1.36
16362026-09-04T21:33:37.213Z Compiling base64 v0.22.1
16372026-09-04T21:33:37.334Z Compiling futures-util v0.3.34
16382026-09-04T21:33:37.360Z Compiling indexmap v2.14.0
16392026-09-04T21:33:37.549Z Compiling url v2.5.8
16402026-09-04T21:33:37.662Z Compiling tracing v0.1.44
16412026-09-04T21:33:37.781Z Compiling http v1.5.0
16422026-09-04T21:33:37.819Z Compiling unicode-ident v1.0.24
16432026-09-04T21:33:37.899Z Compiling fnv v1.0.7
16442026-09-04T21:33:37.945Z Compiling proc-macro2 v1.0.107
16452026-09-04T21:33:38.002Z Compiling byteorder v1.5.0
16462026-09-04T21:33:38.013Z Compiling ipnet v2.12.1
16472026-09-04T21:33:38.233Z Compiling schemars v0.8.22
16482026-09-04T21:33:38.362Z Compiling quote v1.0.47
16492026-09-04T21:33:38.536Z Compiling syn v2.0.119
16502026-09-04T21:33:38.563Z Compiling ppv-lite86 v0.2.21
16512026-09-04T21:33:38.629Z Compiling erased-serde v0.3.31
16522026-09-04T21:33:38.646Z Compiling rustls-pki-types v1.15.1
16532026-09-04T21:33:38.784Z Compiling http-body v1.1.0
16542026-09-04T21:33:38.914Z Compiling thiserror v1.0.69
16552026-09-04T21:33:38.950Z Compiling aws-lc-sys v0.44.0
16562026-09-04T21:33:39.062Z Compiling ipnetwork v0.21.1
16572026-09-04T21:33:39.155Z Compiling atomic-waker v1.1.2
16582026-09-04T21:33:39.284Z Compiling oxnet v0.1.7
16592026-09-04T21:33:39.444Z Compiling untrusted v0.7.1
16602026-09-04T21:33:39.555Z Compiling aws-lc-rs v1.18.0
16612026-09-04T21:33:39.559Z Compiling httparse v1.10.1
16622026-09-04T21:33:39.578Z Compiling ryu v1.0.23
16632026-09-04T21:33:39.594Z Compiling tower-layer v0.3.3
16642026-09-04T21:33:39.643Z Compiling tower-service v0.3.3
16652026-09-04T21:33:39.743Z Compiling try-lock v0.2.5
16662026-09-04T21:33:39.757Z Compiling untrusted v0.9.0
16672026-09-04T21:33:39.757Z Compiling rustls v0.23.43
16682026-09-04T21:33:39.797Z Compiling pretty-hex v0.4.2
16692026-09-04T21:33:39.854Z Compiling want v0.3.1
16702026-09-04T21:33:39.869Z Compiling rustix v1.1.4
16712026-09-04T21:33:39.880Z Compiling plain v0.2.3
16722026-09-04T21:33:39.932Z Compiling httpdate v1.0.3
16732026-09-04T21:33:39.990Z Compiling omicron-workspace-hack v0.1.0
16742026-09-04T21:33:40.003Z Compiling getrandom v0.3.4
16752026-09-04T21:33:40.019Z Compiling ucd-trie v0.1.7
16762026-09-04T21:33:40.060Z Compiling regex-syntax v0.8.11
16772026-09-04T21:33:40.172Z Compiling pest v2.8.8
16782026-09-04T21:33:40.187Z Compiling rand_core v0.9.5
16792026-09-04T21:33:40.310Z Compiling crossbeam-utils v0.8.22
16802026-09-04T21:33:40.408Z Compiling tokio-util v0.7.19
16812026-09-04T21:33:40.825Z Compiling rustls-webpki v0.103.14
16822026-09-04T21:33:41.042Z Compiling h2 v0.4.15
16832026-09-04T21:33:41.110Z Compiling serde_urlencoded v0.7.1
16842026-09-04T21:33:41.157Z Compiling newtype-uuid v1.4.0
16852026-09-04T21:33:41.454Z Compiling http-body-util v0.1.5
16862026-09-04T21:33:41.489Z Compiling foldhash v0.2.0
16872026-09-04T21:33:41.722Z Compiling hex v0.4.3
16882026-09-04T21:33:41.733Z Compiling daft v0.1.8
16892026-09-04T21:33:41.763Z Compiling rand_chacha v0.9.0
16902026-09-04T21:33:41.987Z Compiling fastrand v2.5.0
16912026-09-04T21:33:42.004Z Compiling rand v0.9.5
16922026-09-04T21:33:42.154Z Compiling sync_wrapper v1.0.2
16932026-09-04T21:33:42.256Z Compiling tower v0.5.3
16942026-09-04T21:33:42.268Z Compiling generic-array v0.14.7
16952026-09-04T21:33:42.579Z Compiling anyhow v1.0.104
16962026-09-04T21:33:42.614Z Compiling aho-corasick v1.1.5
16972026-09-04T21:33:42.642Z Compiling tempfile v3.27.0
16982026-09-04T21:33:42.715Z Compiling tower-http v0.6.11
16992026-09-04T21:33:42.733Z Compiling hashbrown v0.16.1
17002026-09-04T21:33:42.769Z Compiling futures-executor v0.3.34
17012026-09-04T21:33:42.953Z Compiling camino v1.2.5
17022026-09-04T21:33:43.028Z Compiling openapiv3 v2.2.0
17032026-09-04T21:33:43.045Z Compiling num_threads v0.1.7
17042026-09-04T21:33:43.135Z Compiling time-core v0.1.9
17052026-09-04T21:33:43.146Z Compiling deranged v0.5.8
17062026-09-04T21:33:43.317Z Compiling hyper v1.11.1
17072026-09-04T21:33:43.329Z Compiling openssl-probe v0.2.1
17082026-09-04T21:33:43.373Z Compiling cpufeatures v0.3.0
17092026-09-04T21:33:43.450Z Compiling regex-automata v0.4.18
17102026-09-04T21:33:43.514Z Compiling num-conv v0.2.2
17112026-09-04T21:33:43.730Z Compiling powerfmt v0.2.0
17122026-09-04T21:33:43.948Z Compiling rustls-native-certs v0.8.4
17132026-09-04T21:33:44.124Z Compiling time v0.3.55
17142026-09-04T21:33:44.156Z Compiling futures v0.3.34
17152026-09-04T21:33:44.239Z Compiling scroll v0.13.0
17162026-09-04T21:33:44.288Z Compiling tokio-rustls v0.26.4
17172026-09-04T21:33:44.481Z Compiling hyper-util v0.1.20
17182026-09-04T21:33:44.517Z Compiling hybrid-array v0.4.14
17192026-09-04T21:33:44.563Z Compiling adler2 v2.0.1
17202026-09-04T21:33:44.632Z Compiling simd-adler32 v0.3.10
17212026-09-04T21:33:44.699Z Compiling winnow v1.0.4
17222026-09-04T21:33:44.843Z Compiling miniz_oxide v0.8.9
17232026-09-04T21:33:45.037Z Compiling goblin v0.10.7
17242026-09-04T21:33:45.065Z Compiling rustls-platform-verifier v0.7.0
17252026-09-04T21:33:45.299Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-09-04T21:33:45.493Z Compiling crossbeam-channel v0.5.16
17272026-09-04T21:33:45.777Z Compiling hyper-rustls v0.27.9
17282026-09-04T21:33:45.795Z Compiling crc32fast v1.5.0
17292026-09-04T21:33:45.984Z Compiling reqwest v0.13.4
17302026-09-04T21:33:45.996Z Compiling flate2 v1.1.9
17312026-09-04T21:33:46.075Z Compiling regex v1.13.1
17322026-09-04T21:33:46.106Z Compiling block-buffer v0.12.1
17332026-09-04T21:33:46.200Z Compiling crypto-common v0.2.2
17342026-09-04T21:33:46.272Z Compiling crypto-common v0.1.7
17352026-09-04T21:33:46.407Z Compiling dtrace-parser v0.3.0
17362026-09-04T21:33:46.421Z Compiling rand_chacha v0.3.1
17372026-09-04T21:33:46.518Z Compiling thread-id v5.1.0
17382026-09-04T21:33:46.606Z Compiling thread_local v1.1.10
17392026-09-04T21:33:46.766Z Compiling compression-core v0.4.32
17402026-09-04T21:33:46.828Z Compiling debug-ignore v1.0.5
17412026-09-04T21:33:46.877Z Compiling const-oid v0.10.2
17422026-09-04T21:33:46.928Z Compiling match_cfg v0.1.0
17432026-09-04T21:33:46.940Z Compiling compression-codecs v0.4.38
17442026-09-04T21:33:47.477Z Compiling hostname v0.3.1
17452026-09-04T21:33:47.562Z Compiling rand v0.8.7
17462026-09-04T21:33:47.563Z Compiling digest v0.11.3
17472026-09-04T21:33:47.563Z Compiling slog-json v2.6.1
17482026-09-04T21:33:47.563Z Compiling toml_parser v1.1.3+spec-1.1.0
17492026-09-04T21:33:47.563Z Compiling ref-cast v1.0.26
17502026-09-04T21:33:47.563Z Compiling strum v0.26.3
17512026-09-04T21:33:47.563Z Compiling macaddr v1.0.1
17522026-09-04T21:33:47.564Z Compiling serde_spanned v1.1.1
17532026-09-04T21:33:47.564Z Compiling toml_datetime v1.1.1+spec-1.1.0
17542026-09-04T21:33:47.564Z Compiling wait-timeout v0.2.1
17552026-09-04T21:33:47.564Z Compiling is-terminal v0.4.17
17562026-09-04T21:33:47.565Z Compiling memmap2 v0.9.11
17572026-09-04T21:33:47.596Z Compiling encoding_rs v0.8.35
17582026-09-04T21:33:47.676Z Compiling mime v0.3.17
17592026-09-04T21:33:47.676Z Compiling term v1.2.1
17602026-09-04T21:33:47.758Z Compiling take_mut v0.2.2
17612026-09-04T21:33:47.835Z Compiling toml_writer v1.1.2+spec-1.1.0
17622026-09-04T21:33:47.835Z Compiling dof v0.4.0
17632026-09-04T21:33:47.835Z Compiling spin v0.9.9
17642026-09-04T21:33:47.963Z Compiling quick-error v1.2.3
17652026-09-04T21:33:48.025Z Compiling bit-vec v0.8.0
17662026-09-04T21:33:48.026Z Compiling either v1.17.0
17672026-09-04T21:33:48.026Z Compiling rusty-fork v0.3.1
17682026-09-04T21:33:48.190Z Compiling bit-set v0.8.0
17692026-09-04T21:33:48.190Z Compiling slog-term v2.9.2
17702026-09-04T21:33:48.355Z Compiling toml v1.1.4+spec-1.1.0
17712026-09-04T21:33:48.415Z Compiling slog-async v2.8.0
17722026-09-04T21:33:48.415Z Compiling slog-bunyan v2.5.0
17732026-09-04T21:33:48.526Z Compiling usdt-impl v0.6.0
17742026-09-04T21:33:48.838Z Compiling multer v3.1.0
17752026-09-04T21:33:48.890Z Compiling usdt v0.6.0
17762026-09-04T21:33:49.147Z Compiling sha1 v0.11.0
17772026-09-04T21:33:49.209Z Compiling async-compression v0.4.43
17782026-09-04T21:33:49.209Z Compiling serde_with v3.22.0
17792026-09-04T21:33:49.289Z Compiling async-stream v0.3.6
17802026-09-04T21:33:49.388Z Compiling rand_xorshift v0.4.0
17812026-09-04T21:33:49.439Z Compiling waitgroup v0.1.2
17822026-09-04T21:33:49.480Z Compiling rustls-pemfile v2.2.0
17832026-09-04T21:33:49.542Z Compiling serde_path_to_error v0.1.20
17842026-09-04T21:33:49.542Z Compiling hostname v0.4.2
17852026-09-04T21:33:49.542Z Compiling unarray v0.1.4
17862026-09-04T21:33:49.642Z Compiling proptest v1.11.0
17872026-09-04T21:33:49.694Z Compiling strum v0.27.2
17882026-09-04T21:33:49.694Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17892026-09-04T21:33:49.752Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17902026-09-04T21:33:49.819Z Compiling dropshot v0.17.1
17912026-09-04T21:33:49.819Z Compiling progenitor-client v0.14.0
17922026-09-04T21:33:49.905Z Compiling iddqd v0.4.6
17932026-09-04T21:33:49.905Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-09-04T21:33:49.905Z Compiling reqwest v0.12.28
17952026-09-04T21:33:49.979Z Compiling block-buffer v0.10.4
17962026-09-04T21:33:50.090Z Compiling backon v1.6.0
17972026-09-04T21:33:50.126Z Compiling instant v0.1.13
17982026-09-04T21:33:50.126Z Compiling digest v0.10.7
17992026-09-04T21:33:50.223Z Compiling backoff v0.4.0
18002026-09-04T21:33:50.276Z Compiling progenitor-extras v0.2.0
18012026-09-04T21:33:50.307Z Compiling itertools v0.14.0
18022026-09-04T21:33:50.418Z Compiling parse-display v0.10.0
18032026-09-04T21:33:50.527Z Compiling regress v0.10.5
18042026-09-04T21:33:50.771Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18052026-09-04T21:33:51.013Z Compiling progenitor-client v0.10.0
18062026-09-04T21:33:51.059Z Compiling humantime v2.4.0
18072026-09-04T21:33:51.296Z Compiling cpufeatures v0.2.17
18082026-09-04T21:33:51.398Z Compiling unicode-width v0.2.2
18092026-09-04T21:33:51.599Z Compiling secrecy v0.10.3
18102026-09-04T21:33:51.659Z Compiling heck v0.5.0
18112026-09-04T21:33:51.711Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18122026-09-04T21:33:51.712Z Compiling tinyvec_macros v0.1.1
18132026-09-04T21:33:51.770Z Compiling tinyvec v1.12.0
18142026-09-04T21:33:51.770Z Compiling num-integer v0.1.47
18152026-09-04T21:33:51.832Z Compiling scroll v0.12.0
18162026-09-04T21:33:52.070Z Compiling crucible-workspace-hack v0.1.0
18172026-09-04T21:33:52.115Z Compiling hmac v0.12.1
18182026-09-04T21:33:52.161Z Compiling inout v0.1.4
18192026-09-04T21:33:52.161Z Compiling ff v0.13.1
18202026-09-04T21:33:52.201Z Compiling utf8parse v0.2.2
18212026-09-04T21:33:52.213Z Compiling cipher v0.4.4
18222026-09-04T21:33:52.246Z Compiling group v0.13.0
18232026-09-04T21:33:52.255Z Compiling hkdf v0.12.4
18242026-09-04T21:33:52.309Z Compiling anstyle-parse v1.0.0
18252026-09-04T21:33:52.355Z Compiling goblin v0.8.2
18262026-09-04T21:33:52.402Z Compiling num-rational v0.4.2
18272026-09-04T21:33:52.425Z Compiling num-iter v0.1.46
18282026-09-04T21:33:52.554Z Compiling zerocopy v0.7.35
18292026-09-04T21:33:52.707Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-09-04T21:33:52.810Z Compiling universal-hash v0.5.1
18312026-09-04T21:33:52.944Z Compiling regress v0.11.1
18322026-09-04T21:33:52.944Z Compiling crypto-bigint v0.5.5
18332026-09-04T21:33:53.117Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-09-04T21:33:53.201Z Compiling terminal_size v0.4.4
18352026-09-04T21:33:53.349Z Compiling half v2.7.1
18362026-09-04T21:33:53.459Z Compiling num-complex v0.4.6
18372026-09-04T21:33:53.658Z Compiling base64ct v1.8.3
18382026-09-04T21:33:53.854Z Compiling colorchoice v1.0.5
18392026-09-04T21:33:53.890Z Compiling opaque-debug v0.3.1
18402026-09-04T21:33:53.966Z Compiling ciborium-io v0.2.2
18412026-09-04T21:33:53.978Z Compiling anstyle-query v1.1.5
18422026-09-04T21:33:53.978Z Compiling anstyle v1.0.14
18432026-09-04T21:33:54.067Z Compiling is_terminal_polyfill v1.70.2
18442026-09-04T21:33:54.106Z Compiling base16ct v0.2.0
18452026-09-04T21:33:54.174Z Compiling anstream v1.0.0
18462026-09-04T21:33:54.218Z Compiling elliptic-curve v0.13.8
18472026-09-04T21:33:54.270Z Compiling ciborium-ll v0.2.2
18482026-09-04T21:33:54.495Z Compiling poly1305 v0.8.0
18492026-09-04T21:33:54.513Z Compiling password-hash v0.5.0
18502026-09-04T21:33:54.735Z Compiling dof v0.3.0
18512026-09-04T21:33:54.917Z Compiling typify-impl v0.6.2
18522026-09-04T21:33:54.930Z Compiling num v0.4.3
18532026-09-04T21:33:54.952Z Compiling curve25519-dalek v4.1.3
18542026-09-04T21:33:55.006Z Compiling thiserror-no-std v2.0.2
18552026-09-04T21:33:55.248Z Compiling chacha20 v0.9.1
18562026-09-04T21:33:55.481Z Compiling crossbeam-epoch v0.9.20
18572026-09-04T21:33:55.538Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18582026-09-04T21:33:55.845Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-09-04T21:33:56.070Z Compiling blake2 v0.10.6
18602026-09-04T21:33:56.096Z Compiling aead v0.5.2
18612026-09-04T21:33:56.149Z Compiling byte-wrapper v0.1.0
18622026-09-04T21:33:56.244Z Compiling dtrace-parser v0.2.0
18632026-09-04T21:33:56.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-09-04T21:33:56.270Z Compiling thread-id v4.2.2
18652026-09-04T21:33:56.355Z Compiling float-ord v0.3.2
18662026-09-04T21:33:56.479Z Compiling strsim v0.11.1
18672026-09-04T21:33:56.511Z Compiling keccak v0.1.6
18682026-09-04T21:33:56.524Z Compiling clap_lex v1.1.0
18692026-09-04T21:33:56.527Z Compiling usdt-impl v0.5.0
18702026-09-04T21:33:56.563Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18712026-09-04T21:33:56.798Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-09-04T21:33:56.809Z Compiling clap_builder v4.6.6
18732026-09-04T21:33:56.855Z Compiling sha3 v0.10.9
18742026-09-04T21:33:57.020Z Compiling typify v0.6.2
18752026-09-04T21:33:57.137Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-09-04T21:33:57.178Z Compiling argon2 v0.5.3
18772026-09-04T21:33:57.684Z Compiling chacha20poly1305 v0.10.1
18782026-09-04T21:33:58.080Z Compiling vsss-rs v3.3.4
18792026-09-04T21:33:58.124Z Compiling ciborium v0.2.2
18802026-09-04T21:33:58.199Z Compiling hash32 v0.3.1
18812026-09-04T21:33:58.361Z Compiling memmap v0.7.0
18822026-09-04T21:33:58.557Z Compiling data-encoding v2.11.1
18832026-09-04T21:33:58.765Z Compiling indent_write v2.2.0
18842026-09-04T21:33:58.828Z Compiling usdt v0.5.0
18852026-09-04T21:33:58.943Z Compiling clap v4.6.6
18862026-09-04T21:33:58.990Z Compiling heapless v0.8.0
18872026-09-04T21:33:59.103Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-09-04T21:33:59.209Z Compiling ingot-types v0.1.2
18892026-09-04T21:33:59.310Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-09-04T21:33:59.408Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-09-04T21:33:59.423Z Compiling rustix v0.38.44
18922026-09-04T21:33:59.442Z Compiling tabwriter v1.4.1
18932026-09-04T21:33:59.641Z Compiling cobs v0.3.0
18942026-09-04T21:33:59.670Z Compiling bitflags v1.3.2
18952026-09-04T21:33:59.685Z Compiling managed v0.8.0
18962026-09-04T21:33:59.758Z Compiling ingot v0.1.1
18972026-09-04T21:33:59.836Z Compiling postcard v1.1.3
18982026-09-04T21:33:59.908Z Compiling smoltcp v0.11.0
18992026-09-04T21:34:00.184Z Compiling memoffset v0.9.1
19002026-09-04T21:34:00.263Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-09-04T21:34:00.324Z Compiling serde_spanned v0.6.9
19022026-09-04T21:34:00.475Z Compiling toml_datetime v0.6.11
19032026-09-04T21:34:00.488Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19042026-09-04T21:34:00.526Z Compiling colored v3.1.1
19052026-09-04T21:34:00.756Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-09-04T21:34:00.778Z Compiling static_assertions v1.1.0
19072026-09-04T21:34:00.922Z Compiling unicode-segmentation v1.13.3
19082026-09-04T21:34:00.952Z Compiling resolv-conf v0.7.6
19092026-09-04T21:34:01.279Z Compiling toml_write v0.1.2
19102026-09-04T21:34:01.280Z Compiling foreign-types-shared v0.3.1
19112026-09-04T21:34:01.382Z Compiling swrite v0.1.0
19122026-09-04T21:34:01.481Z Compiling winnow v0.7.15
19132026-09-04T21:34:01.499Z Compiling linked-hash-map v0.5.6
19142026-09-04T21:34:01.644Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19152026-09-04T21:34:01.700Z Compiling lru-cache v0.1.2
19162026-09-04T21:34:01.809Z Compiling foreign-types v0.5.0
19172026-09-04T21:34:01.823Z Compiling newline-converter v0.3.0
19182026-09-04T21:34:01.839Z Compiling hubpack v0.1.2
19192026-09-04T21:34:01.877Z Compiling nix v0.31.3
19202026-09-04T21:34:01.939Z Compiling num_enum v0.7.6
19212026-09-04T21:34:02.064Z Compiling atomicwrites v0.4.4
19222026-09-04T21:34:02.076Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19232026-09-04T21:34:02.185Z Compiling crossbeam-deque v0.8.7
19242026-09-04T21:34:02.269Z Compiling hickory-proto v0.24.4
19252026-09-04T21:34:02.385Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262026-09-04T21:34:02.509Z Compiling console v0.16.4
19272026-09-04T21:34:02.769Z Compiling chacha20 v0.10.1
19282026-09-04T21:34:02.807Z Compiling toml_edit v0.22.27
19292026-09-04T21:34:02.975Z Compiling camino-tempfile v1.4.1
19302026-09-04T21:34:03.031Z Compiling serde-big-array v0.5.1
19312026-09-04T21:34:03.130Z Compiling cstr-argument v0.1.2
19322026-09-04T21:34:03.176Z Compiling siphasher v1.0.3
19332026-09-04T21:34:03.220Z Compiling similar v3.2.0
19342026-09-04T21:34:03.274Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19352026-09-04T21:34:03.376Z Compiling phf_shared v0.12.1
19362026-09-04T21:34:03.532Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19372026-09-04T21:34:03.556Z Compiling pin-project v1.1.13
19382026-09-04T21:34:03.564Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19392026-09-04T21:34:03.715Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19402026-09-04T21:34:03.838Z Compiling rand v0.10.2
19412026-09-04T21:34:04.030Z Compiling expectorate v1.3.0
19422026-09-04T21:34:04.552Z Compiling toml v0.8.23
19432026-09-04T21:34:05.183Z Compiling hickory-resolver v0.24.4
19442026-09-04T21:34:05.389Z Compiling rayon-core v1.13.0
19452026-09-04T21:34:05.402Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19462026-09-04T21:34:05.424Z Compiling num_enum v0.5.11
19472026-09-04T21:34:05.543Z Compiling prettyplease v0.2.37
19482026-09-04T21:34:05.611Z Compiling progenitor-impl v0.13.0
19492026-09-04T21:34:05.687Z Compiling unicode-normalization v0.1.25
19502026-09-04T21:34:06.175Z Compiling progenitor-client v0.13.0
19512026-09-04T21:34:06.343Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-09-04T21:34:06.414Z Compiling tokio-stream v0.1.19
19532026-09-04T21:34:06.470Z Compiling csv-core v0.1.13
19542026-09-04T21:34:06.697Z Compiling bstr v1.13.1
19552026-09-04T21:34:06.728Z Compiling konst_macro_rules v0.2.19
19562026-09-04T21:34:06.832Z Compiling same-file v1.0.6
19572026-09-04T21:34:06.895Z Compiling jiff-core v0.1.0
19582026-09-04T21:34:06.914Z Compiling unicode-width v0.1.14
19592026-09-04T21:34:06.994Z Compiling foldhash v0.1.5
19602026-09-04T21:34:07.177Z Compiling highway v1.3.0
19612026-09-04T21:34:07.193Z Compiling foreign-types-shared v0.1.1
19622026-09-04T21:34:07.200Z Compiling hashbrown v0.15.5
19632026-09-04T21:34:07.285Z Compiling foreign-types v0.3.2
19642026-09-04T21:34:07.362Z Compiling globset v0.4.20
19652026-09-04T21:34:07.507Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-09-04T21:34:07.529Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-09-04T21:34:07.631Z Compiling walkdir v2.5.0
19682026-09-04T21:34:07.742Z Compiling jiff v0.2.35
19692026-09-04T21:34:07.908Z Compiling konst v0.2.20
19702026-09-04T21:34:08.026Z Compiling qorb v0.4.1
19712026-09-04T21:34:08.132Z Compiling progenitor v0.13.0
19722026-09-04T21:34:08.155Z Compiling csv v1.4.0
19732026-09-04T21:34:08.278Z Compiling snafu v0.8.9
19742026-09-04T21:34:08.749Z Compiling olpc-cjson v0.1.4
19752026-09-04T21:34:08.807Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-09-04T21:34:08.918Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-09-04T21:34:09.208Z Compiling rayon v1.12.0
19782026-09-04T21:34:10.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19792026-09-04T21:34:10.123Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19802026-09-04T21:34:10.498Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-09-04T21:34:10.880Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19822026-09-04T21:34:11.011Z Compiling phf v0.12.1
19832026-09-04T21:34:11.075Z Compiling openssl-sys v0.9.117
19842026-09-04T21:34:11.172Z Compiling tokio-dtrace v0.1.1
19852026-09-04T21:34:11.286Z Compiling progenitor-impl v0.14.0
19862026-09-04T21:34:11.440Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-09-04T21:34:11.498Z Compiling itertools v0.12.1
19882026-09-04T21:34:11.517Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19892026-09-04T21:34:11.621Z Compiling libsw-core v0.3.2
19902026-09-04T21:34:11.718Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19912026-09-04T21:34:11.862Z Compiling pem v3.0.6
19922026-09-04T21:34:12.039Z Compiling serde_plain v1.0.2
19932026-09-04T21:34:12.159Z Compiling sigpipe v0.1.3
19942026-09-04T21:34:12.209Z Compiling minimal-lexical v0.2.1
19952026-09-04T21:34:12.229Z Compiling bytecount v0.6.9
19962026-09-04T21:34:12.242Z Compiling glob v0.3.4
19972026-09-04T21:34:12.246Z Compiling typed-path v0.9.3
19982026-09-04T21:34:12.268Z Compiling fixedbitset v0.5.7
19992026-09-04T21:34:12.369Z Compiling fixedbitset v0.4.2
20002026-09-04T21:34:12.478Z Compiling petgraph v0.8.3
20012026-09-04T21:34:12.600Z Compiling zone v0.3.1
20022026-09-04T21:34:12.605Z Compiling petgraph v0.6.5
20032026-09-04T21:34:12.660Z Compiling progenitor v0.14.0
20042026-09-04T21:34:12.669Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-09-04T21:34:12.805Z Compiling nom v7.1.3
20062026-09-04T21:34:12.829Z Compiling papergrid v0.11.0
20072026-09-04T21:34:13.331Z Compiling tough v0.22.0
20082026-09-04T21:34:13.339Z Compiling openssl v0.10.81
20092026-09-04T21:34:13.523Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-09-04T21:34:13.747Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20112026-09-04T21:34:14.167Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-09-04T21:34:14.233Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20132026-09-04T21:34:14.326Z Compiling libsw v3.5.0
20142026-09-04T21:34:14.492Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20152026-09-04T21:34:14.509Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-09-04T21:34:14.509Z Compiling oxide-tokio-rt v0.1.6
20172026-09-04T21:34:14.910Z Compiling chrono-tz v0.10.4
20182026-09-04T21:34:14.953Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-09-04T21:34:14.954Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20202026-09-04T21:34:14.954Z Compiling newtype_derive v0.1.6
20212026-09-04T21:34:14.954Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-09-04T21:34:14.974Z Compiling slog-dtrace v0.3.0
20232026-09-04T21:34:15.128Z Compiling const_format v0.2.36
20242026-09-04T21:34:15.249Z Compiling cancel-safe-futures v0.1.5
20252026-09-04T21:34:15.290Z Compiling owo-colors v4.3.0
20262026-09-04T21:34:15.465Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20272026-09-04T21:34:15.542Z Compiling gethostname v0.5.0
20282026-09-04T21:34:15.678Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-09-04T21:34:15.696Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-09-04T21:34:15.822Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-09-04T21:34:15.974Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-09-04T21:34:16.028Z Compiling smf v0.2.3
20332026-09-04T21:34:16.049Z Compiling bcs v0.1.6
20342026-09-04T21:34:16.339Z Compiling unicode-linebreak v0.1.5
20352026-09-04T21:34:16.372Z Compiling linear-map v1.2.0
20362026-09-04T21:34:16.535Z Compiling tagptr v0.2.0
20372026-09-04T21:34:16.549Z Compiling lazy_static v1.5.0
20382026-09-04T21:34:16.589Z Compiling smawk v0.3.3
20392026-09-04T21:34:16.601Z Compiling whoami v1.6.1
20402026-09-04T21:34:16.683Z Compiling termtree v0.5.1
20412026-09-04T21:34:16.700Z Compiling moka v0.12.16
20422026-09-04T21:34:16.733Z Compiling textwrap v0.16.2
20432026-09-04T21:34:16.854Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-09-04T21:34:16.966Z Compiling steno v0.4.1
20452026-09-04T21:34:16.991Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-09-04T21:34:17.290Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-09-04T21:34:17.457Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-09-04T21:34:17.566Z Compiling tabled v0.15.0
20492026-09-04T21:34:18.512Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-09-04T21:34:19.042Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-09-04T21:34:19.298Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-09-04T21:34:19.522Z Compiling cookie v0.18.2
20532026-09-04T21:34:23.058Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-09-04T21:34:23.254Z Compiling hickory-proto v0.25.2
20552026-09-04T21:34:23.254Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20562026-09-04T21:34:23.254Z Compiling libscf-sys v1.2.0
20572026-09-04T21:34:23.254Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-09-04T21:34:23.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20592026-09-04T21:34:23.254Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20602026-09-04T21:34:23.254Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20612026-09-04T21:34:23.254Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20622026-09-04T21:34:23.254Z Compiling hickory-resolver v0.25.2
20632026-09-04T21:34:23.254Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-09-04T21:34:27.624Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-09-04T21:34:35.126Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-09-04T21:34:36.748Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-09-04T21:34:37.771Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20682026-09-04T21:34:39.122Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20692026-09-04T21:34:40.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
20702026-09-04T21:34:40.430Z Running `target/debug/xtask openapi check`
20712026-09-04T21:34:40.899Z Compiling serde_core v1.0.229
20722026-09-04T21:34:40.899Z Compiling serde v1.0.229
20732026-09-04T21:34:40.963Z Compiling serde_json v1.0.151
20742026-09-04T21:34:40.970Z Compiling syn v3.0.3
20752026-09-04T21:34:40.973Z Compiling syn v2.0.119
20762026-09-04T21:34:40.978Z Compiling bytes v1.12.1
20772026-09-04T21:34:40.988Z Compiling getrandom v0.4.3
20782026-09-04T21:34:40.988Z Compiling zerocopy v0.8.56
20792026-09-04T21:34:41.001Z Compiling once_cell v1.21.4
20802026-09-04T21:34:41.295Z Compiling num-traits v0.2.19
20812026-09-04T21:34:41.402Z Compiling schemars v0.8.22
20822026-09-04T21:34:41.588Z Compiling http v1.5.0
20832026-09-04T21:34:41.639Z Compiling hashbrown v0.17.1
20842026-09-04T21:34:41.702Z Compiling zeroize v1.9.0
20852026-09-04T21:34:41.881Z Compiling aws-lc-rs v1.18.0
20862026-09-04T21:34:41.907Z Compiling usdt-impl v0.6.0
20872026-09-04T21:34:42.148Z Compiling time-macros v0.2.32
20882026-09-04T21:34:42.190Z Compiling rustls-pki-types v1.15.1
20892026-09-04T21:34:42.248Z Compiling tracing-core v0.1.36
20902026-09-04T21:34:42.532Z Compiling bitflags v2.13.1
20912026-09-04T21:34:42.657Z Compiling tracing v0.1.44
20922026-09-04T21:34:42.843Z Compiling http-body v1.1.0
20932026-09-04T21:34:42.894Z Compiling generic-array v0.14.7
20942026-09-04T21:34:43.115Z Compiling uuid v1.26.0
20952026-09-04T21:34:43.132Z Compiling indexmap v2.14.0
20962026-09-04T21:34:43.317Z Compiling time v0.3.55
20972026-09-04T21:34:43.548Z Compiling pest_generator v2.8.8
20982026-09-04T21:34:43.806Z Compiling serde_derive_internals v0.29.1
20992026-09-04T21:34:43.961Z Compiling serde_derive v1.0.229
21002026-09-04T21:34:44.070Z Compiling thiserror-impl v2.0.20
21012026-09-04T21:34:44.123Z Compiling tokio-macros v2.7.2
21022026-09-04T21:34:44.187Z Compiling futures-macro v0.3.34
21032026-09-04T21:34:44.280Z Compiling camino v1.2.5
21042026-09-04T21:34:44.696Z Compiling rustls v0.23.43
21052026-09-04T21:34:44.709Z Compiling rustls-webpki v0.103.14
21062026-09-04T21:34:44.755Z Compiling zerocopy-derive v0.8.56
21072026-09-04T21:34:44.850Z Compiling pest_derive v2.8.8
21082026-09-04T21:34:44.876Z Compiling tokio v1.53.1
21092026-09-04T21:34:45.001Z Compiling scroll_derive v0.13.1
21102026-09-04T21:34:45.125Z Compiling schemars_derive v0.8.22
21112026-09-04T21:34:45.275Z Compiling thiserror v2.0.20
21122026-09-04T21:34:45.381Z Compiling futures-util v0.3.34
21132026-09-04T21:34:45.487Z Compiling dtrace-parser v0.3.0
21142026-09-04T21:34:45.814Z Compiling scroll v0.13.0
21152026-09-04T21:34:46.083Z Compiling goblin v0.10.7
21162026-09-04T21:34:46.438Z Compiling rustix v1.1.4
21172026-09-04T21:34:47.076Z Compiling erased-serde v0.3.31
21182026-09-04T21:34:47.196Z Compiling chrono v0.4.45
21192026-09-04T21:34:47.567Z Compiling slog v2.8.2
21202026-09-04T21:34:47.630Z Compiling serde_tokenstream v0.2.3
21212026-09-04T21:34:47.677Z Compiling winnow v1.0.4
21222026-09-04T21:34:47.914Z Compiling toml_datetime v1.1.1+spec-1.1.0
21232026-09-04T21:34:47.963Z Compiling subtle v2.6.1
21242026-09-04T21:34:48.023Z Compiling crossbeam-epoch v0.9.20
21252026-09-04T21:34:48.307Z Compiling toml_edit v0.25.13+spec-1.1.0
21262026-09-04T21:34:48.663Z Compiling tokio-util v0.7.19
21272026-09-04T21:34:49.197Z Compiling dof v0.4.0
21282026-09-04T21:34:49.259Z Compiling h2 v0.4.15
21292026-09-04T21:34:49.338Z Compiling oxnet v0.1.7
21302026-09-04T21:34:49.433Z Compiling toml_parser v1.1.3+spec-1.1.0
21312026-09-04T21:34:49.922Z Compiling slog-json v2.6.1
21322026-09-04T21:34:50.135Z Compiling futures-executor v0.3.34
21332026-09-04T21:34:50.386Z Compiling usdt-attr-macro v0.6.0
21342026-09-04T21:34:50.411Z Compiling usdt-macro v0.6.0
21352026-09-04T21:34:50.621Z Compiling openapiv3 v2.2.0
21362026-09-04T21:34:50.885Z Compiling async-stream-impl v0.3.6
21372026-09-04T21:34:50.916Z Compiling serde_spanned v1.1.1
21382026-09-04T21:34:51.098Z Compiling semver v1.0.28
21392026-09-04T21:34:51.123Z Compiling rustix v0.38.44
21402026-09-04T21:34:51.376Z Compiling toml v1.1.4+spec-1.1.0
21412026-09-04T21:34:51.435Z Compiling hyper v1.11.1
21422026-09-04T21:34:51.508Z Compiling async-stream v0.3.6
21432026-09-04T21:34:51.534Z Compiling dropshot_endpoint v0.17.1
21442026-09-04T21:34:51.549Z Compiling serde_urlencoded v0.7.1
21452026-09-04T21:34:51.682Z Compiling slog-async v2.8.0
21462026-09-04T21:34:51.798Z Compiling slog-term v2.9.2
21472026-09-04T21:34:52.181Z Compiling multer v3.1.0
21482026-09-04T21:34:52.200Z Compiling usdt v0.6.0
21492026-09-04T21:34:52.297Z Compiling tokio-rustls v0.26.4
21502026-09-04T21:34:52.446Z Compiling futures v0.3.34
21512026-09-04T21:34:52.474Z Compiling slog-bunyan v2.5.0
21522026-09-04T21:34:52.528Z Compiling hyper-util v0.1.20
21532026-09-04T21:34:52.563Z Compiling proc-macro-crate v3.5.0
21542026-09-04T21:34:52.612Z Compiling async-compression v0.4.43
21552026-09-04T21:34:52.756Z Compiling async-trait v0.1.92
21562026-09-04T21:34:52.921Z Compiling http-body-util v0.1.5
21572026-09-04T21:34:52.979Z Compiling serde_path_to_error v0.1.20
21582026-09-04T21:34:53.005Z Compiling rustls-pemfile v2.2.0
21592026-09-04T21:34:53.108Z Compiling aho-corasick v1.1.5
21602026-09-04T21:34:53.151Z Compiling tempfile v3.27.0
21612026-09-04T21:34:53.192Z Compiling num_enum_derive v0.7.6
21622026-09-04T21:34:53.201Z Compiling crossbeam-deque v0.8.7
21632026-09-04T21:34:53.395Z Compiling dropshot-api-manager-types v0.8.0
21642026-09-04T21:34:53.556Z Compiling crypto-common v0.1.7
21652026-09-04T21:34:53.706Z Compiling block-buffer v0.10.4
21662026-09-04T21:34:53.758Z Compiling git-stub v1.0.0
21672026-09-04T21:34:53.825Z Compiling dropshot v0.17.1
21682026-09-04T21:34:53.830Z Compiling clap_builder v4.6.6
21692026-09-04T21:34:53.842Z Compiling digest v0.10.7
21702026-09-04T21:34:54.026Z Compiling regex-automata v0.4.18
21712026-09-04T21:34:54.047Z Compiling atomicwrites v0.4.4
21722026-09-04T21:34:54.230Z Compiling rayon-core v1.13.0
21732026-09-04T21:34:54.240Z Compiling fs-err v3.3.1
21742026-09-04T21:34:54.271Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21752026-09-04T21:34:54.278Z Compiling num_enum v0.7.6
21762026-09-04T21:34:54.398Z Compiling terminal_size v0.4.4
21772026-09-04T21:34:54.537Z Compiling clap_derive v4.6.4
21782026-09-04T21:34:54.546Z Compiling serde_repr v0.1.21
21792026-09-04T21:34:54.924Z Compiling nom v8.0.0
21802026-09-04T21:34:55.012Z Compiling bstr v1.13.1
21812026-09-04T21:34:55.106Z Compiling is_ci v1.2.0
21822026-09-04T21:34:55.134Z Compiling either v1.17.0
21832026-09-04T21:34:55.245Z Compiling sha2 v0.10.9
21842026-09-04T21:34:55.322Z Compiling rayon v1.12.0
21852026-09-04T21:34:55.378Z Compiling similar v2.7.0
21862026-09-04T21:34:55.622Z Compiling supports-color v3.0.2
21872026-09-04T21:34:55.795Z Compiling regex v1.13.1
21882026-09-04T21:34:56.170Z Compiling clap v4.6.6
21892026-09-04T21:34:56.252Z Compiling drift v0.2.0
21902026-09-04T21:34:56.262Z Compiling textwrap v0.16.2
21912026-09-04T21:34:56.269Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21922026-09-04T21:34:56.712Z Compiling git-stub-vcs v0.1.0
21932026-09-04T21:34:56.745Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942026-09-04T21:34:56.880Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21952026-09-04T21:34:57.060Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21962026-09-04T21:34:57.080Z Compiling dropshot-api-manager v0.8.0
21972026-09-04T21:35:02.087Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21982026-09-04T21:35:03.306Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21992026-09-04T21:35:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.13s
22002026-09-04T21:35:10.688Z Running `target/debug/maghemite-dropshot-apis check`
22012026-09-04T21:35:10.716Z -------
22022026-09-04T21:35:10.716Z Generating OpenAPI documents from API definitions ...
22032026-09-04T21:35:10.781Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22042026-09-04T21:35:10.823Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22052026-09-04T21:35:10.975Z -------
22062026-09-04T21:35:10.976Z Checking 14 OpenAPI documents...
22072026-09-04T21:35:10.976Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22082026-09-04T21:35:10.976Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22092026-09-04T21:35:10.980Z Fresh ddm-admin "latest" symlink
22102026-09-04T21:35:10.980Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22112026-09-04T21:35:10.980Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22122026-09-04T21:35:10.980Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22132026-09-04T21:35:10.980Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22142026-09-04T21:35:10.980Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22152026-09-04T21:35:10.981Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22162026-09-04T21:35:10.981Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22172026-09-04T21:35:10.981Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22182026-09-04T21:35:10.981Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22192026-09-04T21:35:10.981Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22202026-09-04T21:35:10.981Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22212026-09-04T21:35:10.981Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22222026-09-04T21:35:10.981Z Fresh mg-admin "latest" symlink
22232026-09-04T21:35:10.981Z -------
22242026-09-04T21:35:10.981Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22252026-09-04T21:35:11.026Z+ banner build
22262026-09-04T21:35:11.029Z
22272026-09-04T21:35:11.029Z ##### # # # # #####
22282026-09-04T21:35:11.029Z # # # # # # # #
22292026-09-04T21:35:11.029Z ##### # # # # # #
22302026-09-04T21:35:11.029Z # # # # # # # #
22312026-09-04T21:35:11.029Z # # # # # # # #
22322026-09-04T21:35:11.029Z ##### #### # ###### #####
22332026-09-04T21:35:11.030Z
22342026-09-04T21:35:11.030Z+ ptime -m cargo build
22352026-09-04T21:35:11.650Z Compiling smallvec v1.15.2
22362026-09-04T21:35:11.762Z Compiling log v0.4.33
22372026-09-04T21:35:11.781Z Compiling slog v2.8.2
22382026-09-04T21:35:11.795Z Compiling ring v0.17.14
22392026-09-04T21:35:11.817Z Compiling webpki-roots v1.0.9
22402026-09-04T21:35:11.874Z Compiling itertools v0.15.0
22412026-09-04T21:35:11.899Z Compiling fxhash v0.2.1
22422026-09-04T21:35:11.902Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22432026-09-04T21:35:11.934Z Compiling icu_normalizer v2.2.0
22442026-09-04T21:35:11.965Z Compiling parking_lot_core v0.9.12
22452026-09-04T21:35:11.966Z Compiling goblin v0.10.7
22462026-09-04T21:35:12.025Z Compiling goblin v0.8.2
22472026-09-04T21:35:12.149Z Compiling slog-term v2.9.2
22482026-09-04T21:35:12.169Z Compiling slog-async v2.8.0
22492026-09-04T21:35:12.268Z Compiling idna_adapter v1.2.2
22502026-09-04T21:35:12.431Z Compiling idna v1.1.0
22512026-09-04T21:35:12.508Z Compiling parking_lot v0.12.5
22522026-09-04T21:35:12.668Z Compiling slog-json v2.6.1
22532026-09-04T21:35:12.798Z Compiling url v2.5.8
22542026-09-04T21:35:12.882Z Compiling tokio v1.53.1
22552026-09-04T21:35:12.895Z Compiling rustls-webpki v0.103.14
22562026-09-04T21:35:13.150Z Compiling slog-bunyan v2.5.0
22572026-09-04T21:35:13.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-09-04T21:35:13.294Z Compiling schemars v0.8.22
22592026-09-04T21:35:13.339Z Compiling globset v0.4.20
22602026-09-04T21:35:13.627Z Compiling rustls v0.23.43
22612026-09-04T21:35:13.700Z Compiling moka v0.12.16
22622026-09-04T21:35:13.919Z Compiling parking_lot_core v0.8.6
22632026-09-04T21:35:14.186Z Compiling ipnetwork v0.21.1
22642026-09-04T21:35:14.238Z Compiling newtype-uuid v1.4.0
22652026-09-04T21:35:14.523Z Compiling oxnet v0.1.7
22662026-09-04T21:35:14.584Z Compiling serde_with v3.22.0
22672026-09-04T21:35:14.617Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-09-04T21:35:14.724Z Compiling typify-impl v0.6.2
22692026-09-04T21:35:15.046Z Compiling daft v0.1.8
22702026-09-04T21:35:15.342Z Compiling dof v0.4.0
22712026-09-04T21:35:15.522Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-09-04T21:35:15.946Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22732026-09-04T21:35:16.019Z Compiling iddqd v0.4.6
22742026-09-04T21:35:16.389Z Compiling usdt-impl v0.6.0
22752026-09-04T21:35:16.520Z Compiling typify v0.6.2
22762026-09-04T21:35:16.626Z Compiling tokio-util v0.7.19
22772026-09-04T21:35:16.679Z Compiling tower v0.5.3
22782026-09-04T21:35:16.815Z Compiling tokio-rustls v0.26.4
22792026-09-04T21:35:17.050Z Compiling tower-http v0.6.11
22802026-09-04T21:35:17.093Z Compiling usdt v0.6.0
22812026-09-04T21:35:17.127Z Compiling rustls-platform-verifier v0.7.0
22822026-09-04T21:35:17.269Z Compiling h2 v0.4.15
22832026-09-04T21:35:17.367Z Compiling async-compression v0.4.43
22842026-09-04T21:35:17.382Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-09-04T21:35:17.385Z Compiling backoff v0.4.0
22862026-09-04T21:35:17.479Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-09-04T21:35:17.616Z Compiling dof v0.3.0
22882026-09-04T21:35:17.635Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22892026-09-04T21:35:17.686Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22902026-09-04T21:35:17.833Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-09-04T21:35:17.958Z Compiling byte-wrapper v0.1.0
22922026-09-04T21:35:18.248Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22932026-09-04T21:35:18.295Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22942026-09-04T21:35:18.327Z Compiling usdt-impl v0.5.0
22952026-09-04T21:35:18.413Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-09-04T21:35:18.968Z Compiling usdt v0.5.0
22972026-09-04T21:35:19.040Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-09-04T21:35:19.257Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
22992026-09-04T21:35:19.316Z Compiling progenitor-impl v0.14.0
23002026-09-04T21:35:19.386Z Compiling hickory-proto v0.24.4
23012026-09-04T21:35:19.547Z Compiling hyper v1.11.1
23022026-09-04T21:35:20.307Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23032026-09-04T21:35:20.384Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23042026-09-04T21:35:20.419Z Compiling tokio-stream v0.1.19
23052026-09-04T21:35:20.591Z Compiling progenitor-impl v0.13.0
23062026-09-04T21:35:20.624Z Compiling tokio-dtrace v0.1.1
23072026-09-04T21:35:20.899Z Compiling hyper-util v0.1.20
23082026-09-04T21:35:20.912Z Compiling zone v0.3.1
23092026-09-04T21:35:21.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-09-04T21:35:21.531Z Compiling hickory-resolver v0.24.4
23112026-09-04T21:35:21.686Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-09-04T21:35:21.740Z Compiling libsw-core v0.3.2
23132026-09-04T21:35:21.919Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23142026-09-04T21:35:21.964Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23152026-09-04T21:35:22.285Z Compiling hyper-rustls v0.27.9
23162026-09-04T21:35:22.520Z Compiling reqwest v0.13.4
23172026-09-04T21:35:22.523Z Compiling dropshot v0.17.1
23182026-09-04T21:35:22.550Z Compiling reqwest v0.12.28
23192026-09-04T21:35:22.615Z Compiling qorb v0.4.1
23202026-09-04T21:35:22.856Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-09-04T21:35:23.067Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23222026-09-04T21:35:23.558Z Compiling libsw v3.5.0
23232026-09-04T21:35:23.794Z Compiling progenitor-client v0.14.0
23242026-09-04T21:35:23.809Z Compiling progenitor-client v0.10.0
23252026-09-04T21:35:23.925Z Compiling progenitor-client v0.13.0
23262026-09-04T21:35:23.976Z Compiling oxide-tokio-rt v0.1.6
23272026-09-04T21:35:24.113Z Compiling progenitor-extras v0.2.0
23282026-09-04T21:35:24.113Z Compiling progenitor v0.14.0
23292026-09-04T21:35:24.248Z Compiling progenitor v0.13.0
23302026-09-04T21:35:24.277Z Compiling slog-dtrace v0.3.0
23312026-09-04T21:35:24.290Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23322026-09-04T21:35:24.369Z Compiling tough v0.22.0
23332026-09-04T21:35:24.402Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23342026-09-04T21:35:24.418Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23352026-09-04T21:35:24.596Z Compiling cancel-safe-futures v0.1.5
23362026-09-04T21:35:24.653Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23372026-09-04T21:35:24.909Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-09-04T21:35:25.470Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-09-04T21:35:25.673Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-09-04T21:35:25.687Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-09-04T21:35:26.341Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-09-04T21:35:26.382Z Compiling steno v0.4.1
23432026-09-04T21:35:26.531Z Compiling hickory-proto v0.25.2
23442026-09-04T21:35:26.907Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23452026-09-04T21:35:27.019Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23462026-09-04T21:35:27.734Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-09-04T21:35:27.934Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-09-04T21:35:28.370Z Compiling parking_lot v0.11.2
23492026-09-04T21:35:28.811Z Compiling hickory-resolver v0.25.2
23502026-09-04T21:35:28.827Z Compiling sled v0.34.7
23512026-09-04T21:35:29.221Z Compiling arc-swap v1.9.2
23522026-09-04T21:35:29.294Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23532026-09-04T21:35:29.543Z Compiling slog-scope v4.4.1
23542026-09-04T21:35:29.623Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23552026-09-04T21:35:29.816Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-09-04T21:35:29.896Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-09-04T21:35:30.615Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-09-04T21:35:30.765Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-09-04T21:35:30.883Z Compiling papergrid v0.18.0
23602026-09-04T21:35:31.104Z Compiling internet-checksum v0.2.1
23612026-09-04T21:35:31.254Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-09-04T21:35:31.496Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23632026-09-04T21:35:32.396Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-09-04T21:35:32.409Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-09-04T21:35:32.678Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-09-04T21:35:32.783Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-09-04T21:35:32.873Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-09-04T21:35:33.101Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-09-04T21:35:33.114Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23702026-09-04T21:35:33.136Z Compiling tabled v0.21.0
23712026-09-04T21:35:33.236Z Compiling slog-stdlog v4.1.1
23722026-09-04T21:35:33.461Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-09-04T21:35:33.805Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-09-04T21:35:33.948Z Compiling ingot-types v0.2.0
23752026-09-04T21:35:34.135Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23762026-09-04T21:35:34.387Z Compiling dropshot-api-manager-types v0.8.0
23772026-09-04T21:35:34.413Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23782026-09-04T21:35:34.520Z Compiling ingot v0.2.1
23792026-09-04T21:35:34.532Z Compiling const-random v0.1.18
23802026-09-04T21:35:34.613Z Compiling slog-envlogger v2.2.0
23812026-09-04T21:35:34.744Z Compiling typify-impl v0.4.3
23822026-09-04T21:35:35.024Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23832026-09-04T21:35:35.853Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23842026-09-04T21:35:35.912Z Compiling crc8 v0.1.1
23852026-09-04T21:35:36.041Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23862026-09-04T21:35:36.174Z Compiling ahash v0.8.12
23872026-09-04T21:35:36.207Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23882026-09-04T21:35:36.405Z Compiling typify v0.4.3
23892026-09-04T21:35:36.419Z Compiling smartstring v1.0.1
23902026-09-04T21:35:36.524Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23912026-09-04T21:35:36.560Z Compiling sha1 v0.10.7
23922026-09-04T21:35:36.693Z Compiling utf-8 v0.7.6
23932026-09-04T21:35:36.801Z Compiling thin-vec v0.2.19
23942026-09-04T21:35:36.890Z Compiling tungstenite v0.21.0
23952026-09-04T21:35:37.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23962026-09-04T21:35:37.347Z Compiling rhai v1.26.0
23972026-09-04T21:35:37.375Z Compiling progenitor-impl v0.10.0
23982026-09-04T21:35:37.590Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23992026-09-04T21:35:37.765Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24002026-09-04T21:35:38.052Z Compiling sha2 v0.10.9
24012026-09-04T21:35:38.102Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-09-04T21:35:38.452Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-09-04T21:35:39.570Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-09-04T21:35:39.907Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-09-04T21:35:40.310Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24062026-09-04T21:35:40.614Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24072026-09-04T21:35:40.661Z Compiling progenitor v0.10.0
24082026-09-04T21:35:40.818Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24092026-09-04T21:35:41.201Z Compiling tokio-tungstenite v0.21.0
24102026-09-04T21:35:41.537Z Compiling lzma-sys v0.1.20
24112026-09-04T21:35:41.569Z Compiling typeid v1.0.3
24122026-09-04T21:35:41.658Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24132026-09-04T21:35:41.701Z Compiling port-file v0.1.0
24142026-09-04T21:35:41.900Z Compiling git-stub v1.0.0
24152026-09-04T21:35:42.185Z Compiling toml_datetime v0.7.5+spec-1.1.0
24162026-09-04T21:35:42.198Z Compiling unit-prefix v0.5.2
24172026-09-04T21:35:42.218Z Compiling base64 v0.21.7
24182026-09-04T21:35:42.361Z Compiling indicatif v0.18.6
24192026-09-04T21:35:42.507Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24202026-09-04T21:35:42.557Z Compiling toml v0.9.12+spec-1.1.0
24212026-09-04T21:35:42.787Z Compiling git-stub-vcs v0.1.0
24222026-09-04T21:35:43.151Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24232026-09-04T21:35:43.320Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24242026-09-04T21:35:44.005Z Compiling ron v0.12.2
24252026-09-04T21:35:44.008Z Compiling xz2 v0.1.7
24262026-09-04T21:35:44.236Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24272026-09-04T21:35:44.279Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24282026-09-04T21:35:44.499Z Compiling similar v2.7.0
24292026-09-04T21:35:44.866Z Compiling drift v0.2.0
24302026-09-04T21:35:45.067Z Compiling base16ct v1.0.0
24312026-09-04T21:35:45.265Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24322026-09-04T21:35:45.424Z Compiling strum v0.28.0
24332026-09-04T21:35:45.569Z Compiling dropshot-api-manager v0.8.0
24342026-09-04T21:35:45.593Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24352026-09-04T21:35:45.995Z Compiling natord v1.0.9
24362026-09-04T21:35:46.175Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24372026-09-04T21:35:49.766Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24382026-09-04T21:35:50.835Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-09-04T21:35:58.941Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-09-04T21:36:00.604Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-09-04T21:36:01.669Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24422026-09-04T21:36:02.636Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24432026-09-04T21:36:02.636Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24442026-09-04T21:36:02.639Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24452026-09-04T21:36:03.092Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-09-04T21:36:03.095Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24472026-09-04T21:36:03.095Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24482026-09-04T21:36:03.564Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24492026-09-04T21:36:05.075Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24502026-09-04T21:36:05.075Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24512026-09-04T21:36:05.081Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24522026-09-04T21:36:09.887Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24532026-09-04T21:36:12.037Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-09-04T21:36:12.041Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24552026-09-04T21:36:12.041Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24562026-09-04T21:36:56.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
24572026-09-04T21:36:56.684Z
24582026-09-04T21:36:56.684Zreal 1:45.605057565
24592026-09-04T21:36:56.684Zuser 7:38.118816399
24602026-09-04T21:36:56.684Zsys 1:07.496868952
24612026-09-04T21:36:56.684Ztrap 0.197047491
24622026-09-04T21:36:56.684Ztflt 0.051266852
24632026-09-04T21:36:56.684Zdflt 0.222853494
24642026-09-04T21:36:56.684Zkflt 0.000077010
24652026-09-04T21:36:56.684Zlock 31:29.591537758
24662026-09-04T21:36:56.685Zslp 24:33.931995080
24672026-09-04T21:36:56.685Zlat 23.477876745
24682026-09-04T21:36:56.685Zstop 40.263632422
24692026-09-04T21:36:56.688Z+ ptime -m cargo build --release
24702026-09-04T21:36:57.359Z Compiling proc-macro2 v1.0.107
24712026-09-04T21:36:57.359Z Compiling quote v1.0.47
24722026-09-04T21:36:57.359Z Compiling unicode-ident v1.0.24
24732026-09-04T21:36:57.359Z Compiling serde_core v1.0.229
24742026-09-04T21:36:57.359Z Compiling serde v1.0.229
24752026-09-04T21:36:57.362Z Compiling libc v0.2.189
24762026-09-04T21:36:57.362Z Compiling cfg-if v1.0.4
24772026-09-04T21:36:57.558Z Compiling zmij v1.0.23
24782026-09-04T21:36:57.647Z Compiling autocfg v1.5.1
24792026-09-04T21:36:57.845Z Compiling memchr v2.8.3
24802026-09-04T21:36:57.881Z Compiling libm v0.2.16
24812026-09-04T21:36:58.208Z Compiling itoa v1.0.18
24822026-09-04T21:36:58.245Z Compiling icu_properties_data v2.2.0
24832026-09-04T21:36:58.480Z Compiling icu_normalizer_data v2.2.0
24842026-09-04T21:36:58.500Z Compiling version_check v0.9.5
24852026-09-04T21:36:58.590Z Compiling stable_deref_trait v1.2.1
24862026-09-04T21:36:58.655Z Compiling syn v2.0.119
24872026-09-04T21:36:58.704Z Compiling syn v3.0.3
24882026-09-04T21:36:58.733Z Compiling serde_json v1.0.151
24892026-09-04T21:36:58.763Z Compiling writeable v0.6.3
24902026-09-04T21:36:59.001Z Compiling thiserror v2.0.20
24912026-09-04T21:36:59.015Z Compiling litemap v0.8.2
24922026-09-04T21:36:59.038Z Compiling utf8_iter v1.0.4
24932026-09-04T21:36:59.185Z Compiling num-traits v0.2.19
24942026-09-04T21:36:59.204Z Compiling percent-encoding v2.3.2
24952026-09-04T21:36:59.499Z Compiling form_urlencoded v1.2.2
24962026-09-04T21:36:59.552Z Compiling rand_core v0.10.1
24972026-09-04T21:36:59.599Z Compiling getrandom v0.4.3
24982026-09-04T21:36:59.765Z Compiling parking_lot_core v0.9.12
24992026-09-04T21:36:59.828Z Compiling iana-time-zone v0.1.65
25002026-09-04T21:36:59.970Z Compiling heck v0.5.0
25012026-09-04T21:37:00.123Z Compiling uuid v1.26.0
25022026-09-04T21:37:00.154Z Compiling zerocopy v0.8.56
25032026-09-04T21:37:00.230Z Compiling errno v0.3.14
25042026-09-04T21:37:00.682Z Compiling semver v1.0.28
25052026-09-04T21:37:00.738Z Compiling schemars v0.8.22
25062026-09-04T21:37:00.827Z Compiling dyn-clone v1.0.20
25072026-09-04T21:37:01.028Z Compiling jobserver v0.1.35
25082026-09-04T21:37:01.044Z Compiling find-msvc-tools v0.1.10
25092026-09-04T21:37:01.057Z Compiling shlex v2.0.1
25102026-09-04T21:37:01.252Z Compiling cc v1.4.2
25112026-09-04T21:37:01.289Z Compiling rustversion v1.0.23
25122026-09-04T21:37:01.366Z Compiling pin-project-lite v0.2.17
25132026-09-04T21:37:01.475Z Compiling synstructure v0.13.2
25142026-09-04T21:37:01.542Z Compiling serde_derive_internals v0.29.1
25152026-09-04T21:37:01.797Z Compiling getrandom v0.2.17
25162026-09-04T21:37:01.918Z Compiling serde_derive v1.0.229
25172026-09-04T21:37:01.970Z Compiling displaydoc v0.2.7
25182026-09-04T21:37:02.023Z Compiling thiserror-impl v2.0.20
25192026-09-04T21:37:02.055Z Compiling tokio-macros v2.7.2
25202026-09-04T21:37:02.268Z Compiling bitflags v2.13.1
25212026-09-04T21:37:02.271Z Compiling pkg-config v0.3.33
25222026-09-04T21:37:02.551Z Compiling futures-macro v0.3.34
25232026-09-04T21:37:02.649Z Compiling zerofrom-derive v0.1.7
25242026-09-04T21:37:02.691Z Compiling yoke-derive v0.8.2
25252026-09-04T21:37:02.721Z Compiling zerovec-derive v0.11.3
25262026-09-04T21:37:02.746Z Compiling schemars_derive v0.8.22
25272026-09-04T21:37:02.793Z Compiling zerocopy-derive v0.8.56
25282026-09-04T21:37:03.353Z Compiling zeroize_derive v1.5.0
25292026-09-04T21:37:03.379Z Compiling socket2 v0.6.5
25302026-09-04T21:37:03.772Z Compiling portable-atomic v1.15.0
25312026-09-04T21:37:03.824Z Compiling scopeguard v1.2.0
25322026-09-04T21:37:03.856Z Compiling zerofrom v0.1.8
25332026-09-04T21:37:03.947Z Compiling lock_api v0.4.14
25342026-09-04T21:37:03.979Z Compiling yoke v0.8.3
25352026-09-04T21:37:03.994Z Compiling log v0.4.33
25362026-09-04T21:37:04.027Z Compiling zeroize v1.9.0
25372026-09-04T21:37:04.174Z Compiling zerovec v0.11.6
25382026-09-04T21:37:04.178Z Compiling zerotrie v0.2.4
25392026-09-04T21:37:04.213Z Compiling allocator-api2 v0.2.21
25402026-09-04T21:37:04.246Z Compiling critical-section v1.2.0
25412026-09-04T21:37:04.357Z Compiling signal-hook-registry v1.4.8
25422026-09-04T21:37:04.489Z Compiling mio v1.2.2
25432026-09-04T21:37:04.616Z Compiling equivalent v1.0.2
25442026-09-04T21:37:04.773Z Compiling tinystr v0.8.3
25452026-09-04T21:37:04.794Z Compiling potential_utf v0.1.5
25462026-09-04T21:37:04.990Z Compiling icu_locale_core v2.2.0
25472026-09-04T21:37:05.005Z Compiling icu_collections v2.2.0
25482026-09-04T21:37:05.008Z Compiling once_cell v1.21.4
25492026-09-04T21:37:05.032Z Compiling cmake v0.1.58
25502026-09-04T21:37:05.103Z Compiling smallvec v1.15.2
25512026-09-04T21:37:05.148Z Compiling bytes v1.12.1
25522026-09-04T21:37:05.194Z Compiling chrono v0.4.45
25532026-09-04T21:37:05.260Z Compiling fs_extra v1.3.0
25542026-09-04T21:37:05.380Z Compiling dunce v1.0.5
25552026-09-04T21:37:05.497Z Compiling subtle v2.6.1
25562026-09-04T21:37:05.525Z Compiling aws-lc-sys v0.44.0
25572026-09-04T21:37:05.680Z Compiling parking_lot v0.12.5
25582026-09-04T21:37:05.762Z Compiling serde_tokenstream v0.2.3
25592026-09-04T21:37:05.991Z Compiling icu_provider v2.2.0
25602026-09-04T21:37:06.041Z Compiling tokio v1.53.1
25612026-09-04T21:37:06.065Z Compiling futures-core v0.3.34
25622026-09-04T21:37:06.343Z Compiling icu_normalizer v2.2.0
25632026-09-04T21:37:06.522Z Compiling icu_properties v2.2.0
25642026-09-04T21:37:06.700Z Compiling httparse v1.10.1
25652026-09-04T21:37:07.086Z Compiling futures-sink v0.3.34
25662026-09-04T21:37:07.208Z Compiling rustix v1.1.4
25672026-09-04T21:37:07.528Z Compiling idna_adapter v1.2.2
25682026-09-04T21:37:07.598Z Compiling slab v0.4.12
25692026-09-04T21:37:07.617Z Compiling thiserror v1.0.69
25702026-09-04T21:37:07.664Z Compiling typenum v1.20.1
25712026-09-04T21:37:07.671Z Compiling idna v1.1.0
25722026-09-04T21:37:07.699Z Compiling futures-channel v0.3.34
25732026-09-04T21:37:07.809Z Compiling hashbrown v0.17.1
25742026-09-04T21:37:07.944Z Compiling thiserror-impl v1.0.69
25752026-09-04T21:37:08.081Z Compiling url v2.5.8
25762026-09-04T21:37:08.460Z Compiling regex-syntax v0.8.11
25772026-09-04T21:37:08.493Z Compiling futures-task v0.3.34
25782026-09-04T21:37:08.518Z Compiling futures-io v0.3.34
25792026-09-04T21:37:08.596Z Compiling indexmap v2.14.0
25802026-09-04T21:37:08.677Z Compiling futures-util v0.3.34
25812026-09-04T21:37:09.132Z Compiling aho-corasick v1.1.5
25822026-09-04T21:37:09.243Z Compiling ucd-trie v0.1.7
25832026-09-04T21:37:09.487Z Compiling pest v2.8.8
25842026-09-04T21:37:10.517Z Compiling ipnetwork v0.21.1
25852026-09-04T21:37:10.548Z Compiling regex-automata v0.4.18
25862026-09-04T21:37:10.551Z Compiling tracing-core v0.1.36
25872026-09-04T21:37:10.584Z Compiling tracing-attributes v0.1.31
25882026-09-04T21:37:10.764Z Compiling rand_core v0.6.4
25892026-09-04T21:37:11.186Z Compiling pest_meta v2.8.8
25902026-09-04T21:37:11.308Z Compiling slog v2.8.2
25912026-09-04T21:37:11.579Z Compiling base64 v0.22.1
25922026-09-04T21:37:11.815Z Compiling tracing v0.1.44
25932026-09-04T21:37:11.913Z Compiling byteorder v1.5.0
25942026-09-04T21:37:12.074Z Compiling pest_generator v2.8.8
25952026-09-04T21:37:12.189Z Compiling http v1.5.0
25962026-09-04T21:37:12.205Z Compiling erased-serde v0.3.31
25972026-09-04T21:37:12.429Z Compiling regex v1.13.1
25982026-09-04T21:37:12.746Z Compiling getrandom v0.3.4
25992026-09-04T21:37:12.831Z Compiling pest_derive v2.8.8
26002026-09-04T21:37:13.210Z Compiling fnv v1.0.7
26012026-09-04T21:37:13.301Z Compiling anyhow v1.0.104
26022026-09-04T21:37:13.557Z Compiling strsim v0.11.1
26032026-09-04T21:37:13.649Z Compiling oxnet v0.1.7
26042026-09-04T21:37:13.867Z Compiling rustls-pki-types v1.15.1
26052026-09-04T21:37:13.894Z Compiling ring v0.17.14
26062026-09-04T21:37:14.008Z Compiling ident_case v1.0.1
26072026-09-04T21:37:14.326Z Compiling aws-lc-rs v1.18.0
26082026-09-04T21:37:14.713Z Compiling paste v1.0.15
26092026-09-04T21:37:15.071Z Compiling tokio-util v0.7.19
26102026-09-04T21:37:15.494Z Compiling ipnet v2.12.1
26112026-09-04T21:37:15.513Z Compiling time-core v0.1.9
26122026-09-04T21:37:15.711Z Compiling num-conv v0.2.2
26132026-09-04T21:37:15.874Z Compiling untrusted v0.9.0
26142026-09-04T21:37:16.015Z Compiling untrusted v0.7.1
26152026-09-04T21:37:16.150Z Compiling time-macros v0.2.32
26162026-09-04T21:37:17.323Z Compiling camino v1.2.5
26172026-09-04T21:37:17.417Z Compiling rustls v0.23.43
26182026-09-04T21:37:17.643Z Compiling http-body v1.1.0
26192026-09-04T21:37:17.657Z Compiling scroll_derive v0.13.1
26202026-09-04T21:37:17.813Z Compiling atomic-waker v1.1.2
26212026-09-04T21:37:17.896Z Compiling async-trait v0.1.92
26222026-09-04T21:37:17.949Z Compiling tower-layer v0.3.3
26232026-09-04T21:37:18.154Z Compiling omicron-workspace-hack v0.1.0
26242026-09-04T21:37:18.378Z Compiling tower-service v0.3.3
26252026-09-04T21:37:18.473Z Compiling ryu v1.0.23
26262026-09-04T21:37:18.486Z Compiling pretty-hex v0.4.2
26272026-09-04T21:37:18.499Z Compiling try-lock v0.2.5
26282026-09-04T21:37:18.613Z Compiling want v0.3.1
26292026-09-04T21:37:18.627Z Compiling h2 v0.4.15
26302026-09-04T21:37:18.761Z Compiling ppv-lite86 v0.2.21
26312026-09-04T21:37:18.797Z Compiling httpdate v1.0.3
26322026-09-04T21:37:18.811Z Compiling crossbeam-utils v0.8.22
26332026-09-04T21:37:19.499Z Compiling crc32fast v1.5.0
26342026-09-04T21:37:20.039Z Compiling usdt-impl v0.6.0
26352026-09-04T21:37:20.299Z Compiling slog-async v2.8.0
26362026-09-04T21:37:20.597Z Compiling serde_urlencoded v0.7.1
26372026-09-04T21:37:20.689Z Compiling scroll v0.13.0
26382026-09-04T21:37:20.878Z Compiling http-body-util v0.1.5
26392026-09-04T21:37:20.974Z Compiling plain v0.2.3
26402026-09-04T21:37:21.089Z Compiling hyper v1.11.1
26412026-09-04T21:37:21.103Z Compiling goblin v0.10.7
26422026-09-04T21:37:21.191Z Compiling daft-derive v0.1.8
26432026-09-04T21:37:24.449Z Compiling hyper-util v0.1.20
26442026-09-04T21:37:25.028Z Compiling foldhash v0.2.0
26452026-09-04T21:37:25.340Z Compiling dof v0.4.0
26462026-09-04T21:37:26.176Z Compiling darling_core v0.23.0
26472026-09-04T21:37:26.348Z Compiling dtrace-parser v0.3.0
26482026-09-04T21:37:26.360Z Compiling openapiv3 v2.2.0
26492026-09-04T21:37:26.932Z Compiling thread-id v5.1.0
26502026-09-04T21:37:27.037Z Compiling syn v1.0.109
26512026-09-04T21:37:27.553Z Compiling generic-array v0.14.7
26522026-09-04T21:37:28.143Z Compiling deranged v0.5.8
26532026-09-04T21:37:28.281Z Compiling darling_macro v0.23.0
26542026-09-04T21:37:28.684Z Compiling num_threads v0.1.7
26552026-09-04T21:37:28.855Z Compiling powerfmt v0.2.0
26562026-09-04T21:37:28.941Z Compiling darling v0.23.0
26572026-09-04T21:37:29.430Z Compiling usdt-macro v0.6.0
26582026-09-04T21:37:29.461Z Compiling usdt-attr-macro v0.6.0
26592026-09-04T21:37:29.461Z Compiling time v0.3.55
26602026-09-04T21:37:33.844Z Compiling rand_core v0.9.5
26612026-09-04T21:37:33.892Z Compiling hashbrown v0.16.1
26622026-09-04T21:37:33.892Z Compiling multer v3.1.0
26632026-09-04T21:37:33.892Z Compiling ref-cast v1.0.26
26642026-09-04T21:37:33.892Z Compiling crossbeam-channel v0.5.16
26652026-09-04T21:37:33.892Z Compiling sync_wrapper v1.0.2
26662026-09-04T21:37:33.893Z Compiling hex v0.4.3
26672026-09-04T21:37:33.893Z Compiling cpufeatures v0.3.0
26682026-09-04T21:37:33.893Z Compiling winnow v1.0.4
26692026-09-04T21:37:33.893Z Compiling tower v0.5.3
26702026-09-04T21:37:33.893Z Compiling rand_chacha v0.9.0
26712026-09-04T21:37:33.893Z Compiling webpki-roots v1.0.9
26722026-09-04T21:37:33.893Z Compiling futures-executor v0.3.34
26732026-09-04T21:37:33.893Z Compiling async-stream-impl v0.3.6
26742026-09-04T21:37:33.893Z Compiling ref-cast-impl v1.0.26
26752026-09-04T21:37:33.893Z Compiling dropshot v0.17.1
26762026-09-04T21:37:33.894Z Compiling thread_local v1.1.10
26772026-09-04T21:37:33.894Z Compiling fastrand v2.5.0
26782026-09-04T21:37:33.894Z Compiling futures v0.3.34
26792026-09-04T21:37:33.894Z Compiling tower-http v0.6.11
26802026-09-04T21:37:33.894Z Compiling rand v0.9.5
26812026-09-04T21:37:33.894Z Compiling serde_tokenstream v0.3.0
26822026-09-04T21:37:33.894Z Compiling structmeta-derive v0.3.0
26832026-09-04T21:37:33.894Z Compiling is-terminal v0.4.17
26842026-09-04T21:37:33.894Z Compiling term v1.2.1
26852026-09-04T21:37:33.894Z Compiling take_mut v0.2.2
26862026-09-04T21:37:33.894Z Compiling newtype-uuid-macros v0.1.1
26872026-09-04T21:37:33.894Z Compiling slog-term v2.9.2
26882026-09-04T21:37:34.089Z Compiling crypto-common v0.1.7
26892026-09-04T21:37:34.211Z Compiling structmeta v0.3.0
26902026-09-04T21:37:34.237Z Compiling dropshot_endpoint v0.17.1
26912026-09-04T21:37:34.352Z Compiling tempfile v3.27.0
26922026-09-04T21:37:34.528Z Compiling newtype-uuid v1.4.0
26932026-09-04T21:37:34.837Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942026-09-04T21:37:34.927Z Compiling strum_macros v0.26.4
26952026-09-04T21:37:35.184Z Compiling either v1.17.0
26962026-09-04T21:37:35.355Z Compiling daft v0.1.8
26972026-09-04T21:37:35.659Z Compiling hybrid-array v0.4.14
26982026-09-04T21:37:35.867Z Compiling adler2 v2.0.1
26992026-09-04T21:37:35.879Z Compiling match_cfg v0.1.0
27002026-09-04T21:37:35.957Z Compiling openssl-probe v0.2.1
27012026-09-04T21:37:35.969Z Compiling simd-adler32 v0.3.10
27022026-09-04T21:37:36.035Z Compiling hostname v0.3.1
27032026-09-04T21:37:36.142Z Compiling miniz_oxide v0.8.9
27042026-09-04T21:37:36.195Z Compiling rustls-native-certs v0.8.4
27052026-09-04T21:37:36.208Z Compiling toml_parser v1.1.3+spec-1.1.0
27062026-09-04T21:37:36.605Z Compiling slog-json v2.6.1
27072026-09-04T21:37:36.814Z Compiling serde_with_macros v3.22.0
27082026-09-04T21:37:36.861Z Compiling macaddr v1.0.1
27092026-09-04T21:37:36.949Z Compiling serde_spanned v1.1.1
27102026-09-04T21:37:37.095Z Compiling memmap2 v0.9.11
27112026-09-04T21:37:37.510Z Compiling toml_writer v1.1.2+spec-1.1.0
27122026-09-04T21:37:37.518Z Compiling slog-bunyan v2.5.0
27132026-09-04T21:37:37.710Z Compiling flate2 v1.1.9
27142026-09-04T21:37:37.788Z Compiling block-buffer v0.12.1
27152026-09-04T21:37:37.899Z Compiling crypto-common v0.2.2
27162026-09-04T21:37:37.958Z Compiling derive-ex v0.1.8
27172026-09-04T21:37:37.974Z Compiling rand_chacha v0.3.1
27182026-09-04T21:37:38.258Z Compiling strum_macros v0.27.2
27192026-09-04T21:37:39.810Z Compiling compression-core v0.4.32
27202026-09-04T21:37:39.810Z Compiling debug-ignore v1.0.5
27212026-09-04T21:37:39.810Z Compiling usdt v0.6.0
27222026-09-04T21:37:39.810Z Compiling const-oid v0.10.2
27232026-09-04T21:37:39.810Z Compiling digest v0.11.3
27242026-09-04T21:37:39.810Z Compiling test-strategy v0.4.5
27252026-09-04T21:37:39.810Z Compiling compression-codecs v0.4.38
27262026-09-04T21:37:39.810Z Compiling rand v0.8.7
27272026-09-04T21:37:40.097Z Compiling toml_datetime v1.1.1+spec-1.1.0
27282026-09-04T21:37:40.149Z Compiling encoding_rs v0.8.35
27292026-09-04T21:37:40.580Z Compiling spin v0.9.9
27302026-09-04T21:37:40.596Z Compiling mime v0.3.17
27312026-09-04T21:37:40.662Z Compiling toml v1.1.4+spec-1.1.0
27322026-09-04T21:37:40.911Z Compiling async-compression v0.4.43
27332026-09-04T21:37:40.918Z Compiling sha1 v0.11.0
27342026-09-04T21:37:41.017Z Compiling async-stream v0.3.6
27352026-09-04T21:37:41.352Z Compiling block-buffer v0.10.4
27362026-09-04T21:37:41.412Z Compiling waitgroup v0.1.2
27372026-09-04T21:37:41.529Z Compiling rustls-pemfile v2.2.0
27382026-09-04T21:37:41.574Z Compiling serde_path_to_error v0.1.20
27392026-09-04T21:37:41.818Z Compiling hostname v0.4.2
27402026-09-04T21:37:41.987Z Compiling digest v0.10.7
27412026-09-04T21:37:42.042Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-09-04T21:37:42.434Z Compiling parse-display-derive v0.10.0
27432026-09-04T21:37:42.913Z Compiling strum v0.26.3
27442026-09-04T21:37:43.057Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27452026-09-04T21:37:43.213Z Compiling regress v0.10.5
27462026-09-04T21:37:44.011Z Compiling wait-timeout v0.2.1
27472026-09-04T21:37:45.366Z Compiling bit-vec v0.8.0
27482026-09-04T21:37:45.385Z Compiling unicode-width v0.2.2
27492026-09-04T21:37:45.385Z Compiling quick-error v1.2.3
27502026-09-04T21:37:45.385Z Compiling bit-set v0.8.0
27512026-09-04T21:37:45.385Z Compiling rusty-fork v0.3.1
27522026-09-04T21:37:45.385Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-09-04T21:37:45.385Z Compiling serde_with v3.22.0
27542026-09-04T21:37:45.385Z Compiling rand_xorshift v0.4.0
27552026-09-04T21:37:45.408Z Compiling unarray v0.1.4
27562026-09-04T21:37:45.537Z Compiling proptest v1.11.0
27572026-09-04T21:37:45.654Z Compiling strum v0.27.2
27582026-09-04T21:37:45.697Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27592026-09-04T21:37:45.793Z Compiling instant v0.1.13
27602026-09-04T21:37:45.953Z Compiling cpufeatures v0.2.17
27612026-09-04T21:37:46.036Z Compiling iddqd v0.4.6
27622026-09-04T21:37:46.106Z Compiling clap_derive v4.6.4
27632026-09-04T21:37:47.430Z Compiling utf8parse v0.2.2
27642026-09-04T21:37:47.553Z Compiling anstyle-parse v1.0.0
27652026-09-04T21:37:47.786Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-09-04T21:37:47.857Z Compiling backon v1.6.0
27672026-09-04T21:37:47.949Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27682026-09-04T21:37:47.963Z Compiling terminal_size v0.4.4
27692026-09-04T21:37:48.272Z Compiling is_terminal_polyfill v1.70.2
27702026-09-04T21:37:48.316Z Compiling anstyle-query v1.1.5
27712026-09-04T21:37:48.376Z Compiling anstyle v1.0.14
27722026-09-04T21:37:48.636Z Compiling colorchoice v1.0.5
27732026-09-04T21:37:48.773Z Compiling anstream v1.0.0
27742026-09-04T21:37:49.393Z Compiling backoff v0.4.0
27752026-09-04T21:37:49.491Z Compiling parse-display v0.10.0
27762026-09-04T21:37:49.781Z Compiling itertools v0.14.0
27772026-09-04T21:37:49.885Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27782026-09-04T21:37:50.289Z Compiling clap_lex v1.1.0
27792026-09-04T21:37:50.633Z Compiling humantime v2.4.0
27802026-09-04T21:37:50.648Z Compiling clap_builder v4.6.6
27812026-09-04T21:37:51.364Z Compiling regress v0.11.1
27822026-09-04T21:37:52.729Z Compiling clap v4.6.6
27832026-09-04T21:37:52.962Z Compiling typify-impl v0.6.2
27842026-09-04T21:37:54.585Z Compiling toml_edit v0.25.13+spec-1.1.0
27852026-09-04T21:37:54.673Z Compiling crucible-workspace-hack v0.1.0
27862026-09-04T21:37:54.947Z Compiling proc-macro-crate v3.5.0
27872026-09-04T21:37:55.383Z Compiling zerocopy-derive v0.7.35
27882026-09-04T21:37:56.220Z Compiling unsafe-libyaml v0.2.11
27892026-09-04T21:37:56.279Z Compiling typify-macro v0.6.2
27902026-09-04T21:37:56.838Z Compiling serde_yaml v0.9.34+deprecated
27912026-09-04T21:37:56.882Z Compiling num_enum_derive v0.7.6
27922026-09-04T21:37:58.189Z Compiling convert_case v0.4.0
27932026-09-04T21:37:59.291Z Compiling num_enum v0.7.6
27942026-09-04T21:37:59.310Z Compiling derive_more v0.99.20
27952026-09-04T21:37:59.314Z Compiling toml_datetime v0.6.11
27962026-09-04T21:37:59.314Z Compiling crossbeam-epoch v0.9.20
27972026-09-04T21:37:59.314Z Compiling typify v0.6.2
27982026-09-04T21:37:59.452Z Compiling secrecy v0.10.3
27992026-09-04T21:37:59.620Z Compiling proc-macro-error-attr v1.0.4
28002026-09-04T21:37:59.682Z Compiling tinyvec_macros v0.1.1
28012026-09-04T21:37:59.857Z Compiling rustix v0.38.44
28022026-09-04T21:38:00.423Z Compiling prettyplease v0.2.37
28032026-09-04T21:38:00.557Z Compiling heapless v0.8.0
28042026-09-04T21:38:00.989Z Compiling tinyvec v1.12.0
28052026-09-04T21:38:01.420Z Compiling zerocopy v0.7.35
28062026-09-04T21:38:01.428Z Compiling tabwriter v1.4.1
28072026-09-04T21:38:01.962Z Compiling hash32 v0.3.1
28082026-09-04T21:38:02.019Z Compiling rustc_version v0.4.1
28092026-09-04T21:38:02.026Z Compiling scroll_derive v0.12.1
28102026-09-04T21:38:02.126Z Compiling num-integer v0.1.47
28112026-09-04T21:38:02.259Z Compiling proc-macro-error v1.0.4
28122026-09-04T21:38:02.280Z Compiling usdt-impl v0.5.0
28132026-09-04T21:38:02.507Z Compiling data-encoding v2.11.1
28142026-09-04T21:38:02.546Z Compiling winnow v0.7.15
28152026-09-04T21:38:02.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-09-04T21:38:02.731Z Compiling smoltcp v0.11.0
28172026-09-04T21:38:02.913Z Compiling scroll v0.12.0
28182026-09-04T21:38:03.224Z Compiling curve25519-dalek v4.1.3
28192026-09-04T21:38:05.084Z Compiling dof v0.3.0
28202026-09-04T21:38:05.107Z Compiling dtrace-parser v0.2.0
28212026-09-04T21:38:05.157Z Compiling hmac v0.12.1
28222026-09-04T21:38:05.185Z Compiling darling_core v0.21.3
28232026-09-04T21:38:05.189Z Compiling inout v0.1.4
28242026-09-04T21:38:05.371Z Compiling ff v0.13.1
28252026-09-04T21:38:05.381Z Compiling cobs v0.3.0
28262026-09-04T21:38:05.652Z Compiling thread-id v4.2.2
28272026-09-04T21:38:05.687Z Compiling managed v0.8.0
28282026-09-04T21:38:05.850Z Compiling static_assertions v1.1.0
28292026-09-04T21:38:05.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28302026-09-04T21:38:05.916Z Compiling bitflags v1.3.2
28312026-09-04T21:38:05.931Z Compiling colored v3.1.1
28322026-09-04T21:38:06.641Z Compiling postcard v1.1.3
28332026-09-04T21:38:06.686Z Compiling group v0.13.0
28342026-09-04T21:38:07.020Z Compiling cipher v0.4.4
28352026-09-04T21:38:07.062Z Compiling hkdf v0.12.4
28362026-09-04T21:38:07.300Z Compiling darling_macro v0.21.3
28372026-09-04T21:38:07.790Z Compiling goblin v0.8.2
28382026-09-04T21:38:07.812Z Compiling num-iter v0.1.46
28392026-09-04T21:38:07.898Z Compiling num-rational v0.4.2
28402026-09-04T21:38:08.337Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28412026-09-04T21:38:08.685Z Compiling universal-hash v0.5.1
28422026-09-04T21:38:08.835Z Compiling thiserror-impl-no-std v2.0.2
28432026-09-04T21:38:08.852Z Compiling hubpack_derive v0.1.1
28442026-09-04T21:38:09.221Z Compiling crypto-bigint v0.5.5
28452026-09-04T21:38:09.396Z Compiling half v2.7.1
28462026-09-04T21:38:09.607Z Compiling curve25519-dalek-derive v0.1.1
28472026-09-04T21:38:09.785Z Compiling serde_repr v0.1.21
28482026-09-04T21:38:09.921Z Compiling foreign-types-macros v0.2.4
28492026-09-04T21:38:10.546Z Compiling num-complex v0.4.6
28502026-09-04T21:38:10.923Z Compiling memoffset v0.9.1
28512026-09-04T21:38:11.146Z Compiling opaque-debug v0.3.1
28522026-09-04T21:38:11.181Z Compiling base64ct v1.8.3
28532026-09-04T21:38:11.225Z Compiling cfg_aliases v0.2.2
28542026-09-04T21:38:12.413Z Compiling foreign-types-shared v0.3.1
28552026-09-04T21:38:12.447Z Compiling heck v0.4.1
28562026-09-04T21:38:12.447Z Compiling indent_write v2.2.0
28572026-09-04T21:38:12.447Z Compiling ciborium-io v0.2.2
28582026-09-04T21:38:12.447Z Compiling base16ct v0.2.0
28592026-09-04T21:38:12.447Z Compiling ciborium-ll v0.2.2
28602026-09-04T21:38:12.447Z Compiling elliptic-curve v0.13.8
28612026-09-04T21:38:12.447Z Compiling foreign-types v0.5.0
28622026-09-04T21:38:12.448Z Compiling password-hash v0.5.0
28632026-09-04T21:38:12.448Z Compiling nix v0.31.3
28642026-09-04T21:38:12.830Z Compiling poly1305 v0.8.0
28652026-09-04T21:38:13.453Z Compiling num v0.4.3
28662026-09-04T21:38:13.475Z Compiling thiserror-no-std v2.0.2
28672026-09-04T21:38:13.530Z Compiling hubpack v0.1.2
28682026-09-04T21:38:14.588Z Compiling darling v0.21.3
28692026-09-04T21:38:14.854Z Compiling chacha20 v0.9.1
28702026-09-04T21:38:15.255Z Compiling atomicwrites v0.4.4
28712026-09-04T21:38:15.993Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28722026-09-04T21:38:15.993Z Compiling reqwest v0.12.28
28732026-09-04T21:38:16.294Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28742026-09-04T21:38:16.869Z Compiling blake2 v0.10.6
28752026-09-04T21:38:17.234Z Compiling aead v0.5.2
28762026-09-04T21:38:17.330Z Compiling byte-wrapper v0.1.0
28772026-09-04T21:38:17.377Z Compiling chacha20 v0.10.1
28782026-09-04T21:38:17.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28792026-09-04T21:38:17.685Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28802026-09-04T21:38:18.289Z Compiling cstr-argument v0.1.2
28812026-09-04T21:38:18.309Z Compiling crossbeam-deque v0.8.7
28822026-09-04T21:38:18.465Z Compiling keccak v0.1.6
28832026-09-04T21:38:18.565Z Compiling float-ord v0.3.2
28842026-09-04T21:38:18.585Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28852026-09-04T21:38:18.747Z Compiling sha3 v0.10.9
28862026-09-04T21:38:18.840Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28872026-09-04T21:38:19.203Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28882026-09-04T21:38:19.223Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28892026-09-04T21:38:19.274Z Compiling rand v0.10.2
28902026-09-04T21:38:19.327Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28912026-09-04T21:38:20.012Z Compiling chacha20poly1305 v0.10.1
28922026-09-04T21:38:20.171Z Compiling argon2 v0.5.3
28932026-09-04T21:38:20.773Z Compiling progenitor-client v0.10.0
28942026-09-04T21:38:21.118Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28952026-09-04T21:38:21.349Z Compiling vsss-rs v3.3.4
28962026-09-04T21:38:22.397Z Compiling ingot-macros v0.1.1
28972026-09-04T21:38:22.976Z Compiling ciborium v0.2.2
28982026-09-04T21:38:24.113Z Compiling usdt-macro v0.5.0
28992026-09-04T21:38:24.132Z Compiling usdt-attr-macro v0.5.0
29002026-09-04T21:38:24.924Z Compiling num-derive v0.4.2
29012026-09-04T21:38:24.927Z Compiling enum-as-inner v0.6.1
29022026-09-04T21:38:24.997Z Compiling memmap v0.7.0
29032026-09-04T21:38:25.327Z Compiling semver v0.1.20
29042026-09-04T21:38:25.845Z Compiling winnow v0.5.40
29052026-09-04T21:38:25.956Z Compiling rayon-core v1.13.0
29062026-09-04T21:38:26.227Z Compiling rustc_version v0.1.7
29072026-09-04T21:38:26.392Z Compiling usdt v0.5.0
29082026-09-04T21:38:26.423Z Compiling ingot-types v0.1.2
29092026-09-04T21:38:26.423Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29102026-09-04T21:38:27.503Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29112026-09-04T21:38:27.540Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29122026-09-04T21:38:27.540Z Compiling toml_edit v0.19.15
29132026-09-04T21:38:27.540Z Compiling progenitor-impl v0.14.0
29142026-09-04T21:38:27.780Z Compiling console v0.16.4
29152026-09-04T21:38:28.967Z Compiling serde_spanned v0.6.9
29162026-09-04T21:38:29.118Z Compiling bstr v1.13.1
29172026-09-04T21:38:29.138Z Compiling lazy_static v1.5.0
29182026-09-04T21:38:29.250Z Compiling toml_write v0.1.2
29192026-09-04T21:38:29.421Z Compiling bytecount v0.6.9
29202026-09-04T21:38:29.455Z Compiling vcpkg v0.2.15
29212026-09-04T21:38:29.615Z Compiling progenitor-macro v0.14.0
29222026-09-04T21:38:29.808Z Compiling rustls-webpki v0.103.14
29232026-09-04T21:38:30.039Z Compiling openssl-sys v0.9.117
29242026-09-04T21:38:30.316Z Compiling toml_edit v0.22.27
29252026-09-04T21:38:31.539Z Compiling proc-macro-crate v1.3.1
29262026-09-04T21:38:32.114Z Compiling ingot v0.1.1
29272026-09-04T21:38:32.216Z Compiling newtype_derive v0.1.6
29282026-09-04T21:38:32.648Z Compiling itertools v0.12.1
29292026-09-04T21:38:34.455Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29302026-09-04T21:38:34.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29312026-09-04T21:38:34.455Z Compiling unicode-segmentation v1.13.3
29322026-09-04T21:38:34.455Z Compiling tokio-rustls v0.26.4
29332026-09-04T21:38:34.455Z Compiling rustls-platform-verifier v0.7.0
29342026-09-04T21:38:34.545Z Compiling hyper-rustls v0.27.9
29352026-09-04T21:38:35.004Z Compiling reqwest v0.13.4
29362026-09-04T21:38:35.067Z Compiling swrite v0.1.0
29372026-09-04T21:38:35.187Z Compiling linked-hash-map v0.5.6
29382026-09-04T21:38:35.415Z Compiling resolv-conf v0.7.6
29392026-09-04T21:38:35.902Z Compiling owo-colors v4.3.0
29402026-09-04T21:38:36.032Z Compiling lru-cache v0.1.2
29412026-09-04T21:38:36.293Z Compiling newline-converter v0.3.0
29422026-09-04T21:38:36.454Z Compiling progenitor-client v0.14.0
29432026-09-04T21:38:37.395Z Compiling progenitor-extras v0.2.0
29442026-09-04T21:38:38.189Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29452026-09-04T21:38:44.484Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29462026-09-04T21:38:47.443Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-09-04T21:38:47.676Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29482026-09-04T21:38:49.458Z Compiling progenitor v0.14.0
29492026-09-04T21:38:49.652Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29502026-09-04T21:38:49.730Z Compiling rayon v1.12.0
29512026-09-04T21:38:50.086Z Compiling num_enum_derive v0.5.11
29522026-09-04T21:38:51.386Z Compiling toml v0.8.23
29532026-09-04T21:38:51.954Z Compiling hickory-proto v0.24.4
29542026-09-04T21:38:52.012Z Compiling progenitor-impl v0.13.0
29552026-09-04T21:38:52.019Z Compiling camino-tempfile v1.4.1
29562026-09-04T21:38:52.199Z Compiling serde-big-array v0.5.1
29572026-09-04T21:38:52.370Z Compiling pin-project-internal v1.1.13
29582026-09-04T21:38:52.420Z Compiling derive-where v1.6.1
29592026-09-04T21:38:53.590Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-09-04T21:38:53.622Z Compiling siphasher v1.0.3
29612026-09-04T21:38:53.699Z Compiling minimal-lexical v0.2.1
29622026-09-04T21:38:53.738Z Compiling similar v3.2.0
29632026-09-04T21:38:53.842Z Compiling phf_shared v0.12.1
29642026-09-04T21:38:53.956Z Compiling nom v7.1.3
29652026-09-04T21:38:54.075Z Compiling hickory-resolver v0.24.4
29662026-09-04T21:38:54.089Z Compiling progenitor-macro v0.13.0
29672026-09-04T21:38:54.934Z Compiling expectorate v1.3.0
29682026-09-04T21:38:55.183Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29692026-09-04T21:38:55.285Z Compiling pin-project v1.1.13
29702026-09-04T21:38:55.342Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29712026-09-04T21:38:56.369Z Compiling num_enum v0.5.11
29722026-09-04T21:38:58.610Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-09-04T21:38:58.837Z Compiling progenitor-client v0.13.0
29742026-09-04T21:38:59.327Z Compiling zone_cfg_derive v0.3.1
29752026-09-04T21:39:00.063Z Compiling unicode-normalization v0.1.25
29762026-09-04T21:39:00.103Z Compiling tokio-stream v0.1.19
29772026-09-04T21:39:00.701Z Compiling snafu-derive v0.8.9
29782026-09-04T21:39:00.720Z Compiling async-recursion v1.1.1
29792026-09-04T21:39:01.427Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29802026-09-04T21:39:01.729Z Compiling slog-dtrace v0.3.0
29812026-09-04T21:39:01.760Z Compiling csv-core v0.1.13
29822026-09-04T21:39:01.984Z Compiling jiff-core v0.1.0
29832026-09-04T21:39:02.169Z Compiling cancel-safe-futures v0.1.5
29842026-09-04T21:39:02.435Z Compiling konst_macro_rules v0.2.19
29852026-09-04T21:39:02.439Z Compiling foreign-types-shared v0.1.1
29862026-09-04T21:39:02.556Z Compiling foldhash v0.1.5
29872026-09-04T21:39:02.644Z Compiling smawk v0.3.3
29882026-09-04T21:39:02.808Z Compiling unicode-xid v0.2.6
29892026-09-04T21:39:02.840Z Compiling unicode-linebreak v0.1.5
29902026-09-04T21:39:02.963Z Compiling unicode-width v0.1.14
29912026-09-04T21:39:03.122Z Compiling chrono-tz v0.10.4
29922026-09-04T21:39:03.286Z Compiling openssl v0.10.81
29932026-09-04T21:39:03.366Z Compiling highway v1.3.0
29942026-09-04T21:39:03.586Z Compiling same-file v1.0.6
29952026-09-04T21:39:03.777Z Compiling walkdir v2.5.0
29962026-09-04T21:39:03.782Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-09-04T21:39:04.102Z Compiling textwrap v0.16.2
29982026-09-04T21:39:04.240Z Compiling const_format_proc_macros v0.2.34
29992026-09-04T21:39:04.476Z Compiling jiff v0.2.35
30002026-09-04T21:39:05.066Z Compiling hashbrown v0.15.5
30012026-09-04T21:39:05.626Z Compiling konst v0.2.20
30022026-09-04T21:39:05.793Z Compiling foreign-types v0.3.2
30032026-09-04T21:39:05.895Z Compiling snafu v0.8.9
30042026-09-04T21:39:06.077Z Compiling csv v1.4.0
30052026-09-04T21:39:06.543Z Compiling progenitor v0.13.0
30062026-09-04T21:39:06.656Z Compiling qorb v0.4.1
30072026-09-04T21:39:06.716Z Compiling olpc-cjson v0.1.4
30082026-09-04T21:39:06.974Z Compiling zone v0.3.1
30092026-09-04T21:39:07.010Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-09-04T21:39:08.616Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112026-09-04T21:39:09.144Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30122026-09-04T21:39:09.800Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-09-04T21:39:10.386Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-09-04T21:39:12.613Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-09-04T21:39:13.134Z Compiling phf v0.12.1
30162026-09-04T21:39:13.430Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-09-04T21:39:13.751Z Compiling globset v0.4.20
30182026-09-04T21:39:13.799Z Compiling tokio-dtrace v0.1.1
30192026-09-04T21:39:14.139Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-09-04T21:39:14.371Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30212026-09-04T21:39:14.734Z Compiling smf v0.2.3
30222026-09-04T21:39:14.796Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30232026-09-04T21:39:14.810Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30242026-09-04T21:39:15.025Z Compiling pem v3.0.6
30252026-09-04T21:39:15.722Z Compiling libsw-core v0.3.2
30262026-09-04T21:39:15.914Z Compiling serde_plain v1.0.2
30272026-09-04T21:39:15.929Z Compiling openssl-macros v0.1.1
30282026-09-04T21:39:15.942Z Compiling cookie v0.18.2
30292026-09-04T21:39:16.024Z Compiling sigpipe v0.1.3
30302026-09-04T21:39:16.129Z Compiling fixedbitset v0.4.2
30312026-09-04T21:39:16.183Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30322026-09-04T21:39:16.224Z Compiling glob v0.3.4
30332026-09-04T21:39:16.428Z Compiling fixedbitset v0.5.7
30342026-09-04T21:39:16.469Z Compiling typed-path v0.9.3
30352026-09-04T21:39:16.500Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-09-04T21:39:16.770Z Compiling petgraph v0.8.3
30372026-09-04T21:39:17.717Z Compiling tough v0.22.0
30382026-09-04T21:39:18.415Z Compiling petgraph v0.6.5
30392026-09-04T21:39:18.508Z Compiling libsw v3.5.0
30402026-09-04T21:39:18.664Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30412026-09-04T21:39:18.701Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30422026-09-04T21:39:19.221Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-09-04T21:39:19.258Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30442026-09-04T21:39:19.485Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-09-04T21:39:19.572Z Compiling oxide-tokio-rt v0.1.6
30462026-09-04T21:39:19.907Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30472026-09-04T21:39:20.291Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-09-04T21:39:20.535Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-09-04T21:39:21.326Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-09-04T21:39:23.524Z Compiling const_format v0.2.36
30512026-09-04T21:39:23.579Z Compiling papergrid v0.11.0
30522026-09-04T21:39:23.817Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-09-04T21:39:23.854Z Compiling libscf-sys v1.2.0
30542026-09-04T21:39:24.020Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30552026-09-04T21:39:24.062Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-09-04T21:39:24.190Z Compiling tabled_derive v0.7.0
30572026-09-04T21:39:24.497Z Compiling gethostname v0.5.0
30582026-09-04T21:39:24.636Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30592026-09-04T21:39:24.694Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-09-04T21:39:24.832Z Compiling bcs v0.1.6
30612026-09-04T21:39:25.008Z Compiling whoami v1.6.1
30622026-09-04T21:39:25.264Z Compiling linear-map v1.2.0
30632026-09-04T21:39:25.286Z Compiling termtree v0.5.1
30642026-09-04T21:39:25.458Z Compiling tagptr v0.2.0
30652026-09-04T21:39:25.470Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-09-04T21:39:25.641Z Compiling moka v0.12.16
30672026-09-04T21:39:26.898Z Compiling tabled v0.15.0
30682026-09-04T21:39:28.417Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-09-04T21:39:28.801Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-09-04T21:39:28.967Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-09-04T21:39:29.344Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-09-04T21:39:29.567Z Compiling steno v0.4.1
30732026-09-04T21:39:32.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-09-04T21:39:34.520Z Compiling hickory-proto v0.25.2
30752026-09-04T21:39:34.848Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-09-04T21:39:35.654Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30772026-09-04T21:39:36.307Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30782026-09-04T21:39:36.425Z Compiling parking_lot_core v0.8.6
30792026-09-04T21:39:36.751Z Compiling nom v8.0.0
30802026-09-04T21:39:37.162Z Compiling hickory-resolver v0.25.2
30812026-09-04T21:39:37.877Z Compiling itertools v0.15.0
30822026-09-04T21:39:37.893Z Compiling crunchy v0.2.4
30832026-09-04T21:39:38.196Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30842026-09-04T21:39:38.212Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30852026-09-04T21:39:38.320Z Compiling parking_lot v0.11.2
30862026-09-04T21:39:39.167Z Compiling typify-impl v0.4.3
30872026-09-04T21:39:39.446Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30882026-09-04T21:39:39.494Z Compiling fxhash v0.2.1
30892026-09-04T21:39:39.643Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30902026-09-04T21:39:39.959Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30912026-09-04T21:39:40.205Z Compiling tiny-keccak v2.0.2
30922026-09-04T21:39:40.500Z Compiling sled v0.34.7
30932026-09-04T21:39:42.574Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30942026-09-04T21:39:42.706Z Compiling typify-macro v0.4.3
30952026-09-04T21:39:44.327Z Compiling arc-swap v1.9.2
30962026-09-04T21:39:44.689Z Compiling slog-scope v4.4.1
30972026-09-04T21:39:45.077Z Compiling papergrid v0.18.0
30982026-09-04T21:39:45.132Z Compiling ingot-macros v0.2.0
30992026-09-04T21:39:45.480Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31002026-09-04T21:39:45.633Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31012026-09-04T21:39:45.894Z Compiling internet-checksum v0.2.1
31022026-09-04T21:39:46.105Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31032026-09-04T21:39:46.242Z Compiling const-random-macro v0.1.16
31042026-09-04T21:39:46.674Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
31052026-09-04T21:39:46.902Z Compiling tabled v0.21.0
31062026-09-04T21:39:47.916Z Compiling ingot-types v0.2.0
31072026-09-04T21:39:48.402Z Compiling slog-stdlog v4.1.1
31082026-09-04T21:39:48.767Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31092026-09-04T21:39:49.422Z Compiling dropshot-api-manager-types v0.8.0
31102026-09-04T21:39:50.045Z Compiling smartstring v1.0.1
31112026-09-04T21:39:50.338Z Compiling ahash v0.8.12
31122026-09-04T21:39:50.687Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31132026-09-04T21:39:50.986Z Compiling slog-envlogger v2.2.0
31142026-09-04T21:39:52.093Z Compiling ingot v0.2.1
31152026-09-04T21:39:53.189Z Compiling const-random v0.1.18
31162026-09-04T21:39:53.279Z Compiling typify v0.4.3
31172026-09-04T21:39:53.404Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31182026-09-04T21:39:54.279Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31192026-09-04T21:39:54.728Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-09-04T21:39:54.743Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31212026-09-04T21:39:55.016Z Compiling crc8 v0.1.1
31222026-09-04T21:39:55.073Z Compiling toml v0.9.12+spec-1.1.0
31232026-09-04T21:39:55.130Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31242026-09-04T21:39:56.176Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31252026-09-04T21:39:56.766Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31262026-09-04T21:39:58.476Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31272026-09-04T21:40:00.046Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31282026-09-04T21:40:01.347Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31292026-09-04T21:40:01.440Z Compiling progenitor-impl v0.10.0
31302026-09-04T21:40:02.186Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31312026-09-04T21:40:02.718Z Compiling sha1 v0.10.7
31322026-09-04T21:40:02.910Z Compiling lzma-sys v0.1.20
31332026-09-04T21:40:03.158Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31342026-09-04T21:40:03.359Z Compiling rhai_codegen v3.2.0
31352026-09-04T21:40:03.489Z Compiling fs-err v3.3.1
31362026-09-04T21:40:03.715Z Compiling utf-8 v0.7.6
31372026-09-04T21:40:03.757Z Compiling typeid v1.0.3
31382026-09-04T21:40:03.925Z Compiling thin-vec v0.2.19
31392026-09-04T21:40:04.146Z Compiling tungstenite v0.21.0
31402026-09-04T21:40:04.576Z Compiling rhai v1.26.0
31412026-09-04T21:40:05.230Z Compiling progenitor-macro v0.10.0
31422026-09-04T21:40:09.615Z Compiling cargo_toml v0.22.3
31432026-09-04T21:40:11.906Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-09-04T21:40:13.442Z Compiling sha2 v0.10.9
31452026-09-04T21:40:13.524Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-09-04T21:40:13.613Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31472026-09-04T21:40:14.575Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31482026-09-04T21:40:14.646Z Compiling progenitor v0.10.0
31492026-09-04T21:40:14.802Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31502026-09-04T21:40:14.861Z Compiling tokio-tungstenite v0.21.0
31512026-09-04T21:40:15.828Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31522026-09-04T21:40:16.992Z Compiling port-file v0.1.0
31532026-09-04T21:40:17.261Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31542026-09-04T21:40:17.986Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31552026-09-04T21:40:18.636Z Compiling git-stub v1.0.0
31562026-09-04T21:40:19.104Z Compiling base64 v0.21.7
31572026-09-04T21:40:19.272Z Compiling unit-prefix v0.5.2
31582026-09-04T21:40:19.430Z Compiling is_ci v1.2.0
31592026-09-04T21:40:19.478Z Compiling indicatif v0.18.6
31602026-09-04T21:40:19.608Z Compiling supports-color v3.0.2
31612026-09-04T21:40:19.612Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31622026-09-04T21:40:20.425Z Compiling git-stub-vcs v0.1.0
31632026-09-04T21:40:20.811Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31642026-09-04T21:40:21.133Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31652026-09-04T21:40:22.159Z Compiling ron v0.12.2
31662026-09-04T21:40:22.278Z Compiling xz2 v0.1.7
31672026-09-04T21:40:22.627Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31682026-09-04T21:40:23.542Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31692026-09-04T21:40:23.960Z Compiling similar v2.7.0
31702026-09-04T21:40:25.039Z Compiling drift v0.2.0
31712026-09-04T21:40:26.182Z Compiling strum_macros v0.28.0
31722026-09-04T21:40:26.716Z Compiling base16ct v1.0.0
31732026-09-04T21:40:28.061Z Compiling strum v0.28.0
31742026-09-04T21:40:28.222Z Compiling dropshot-api-manager v0.8.0
31752026-09-04T21:40:29.880Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31762026-09-04T21:40:32.902Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31772026-09-04T21:40:34.072Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31782026-09-04T21:40:37.699Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31792026-09-04T21:40:37.725Z Compiling natord v1.0.9
31802026-09-04T21:40:37.725Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31812026-09-04T21:40:37.736Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31822026-09-04T21:40:40.218Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31832026-09-04T21:40:40.415Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31842026-09-04T21:40:41.852Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31852026-09-04T21:40:50.457Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31862026-09-04T21:40:51.068Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31872026-09-04T21:40:52.727Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31882026-09-04T21:40:53.685Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31892026-09-04T21:40:57.412Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31902026-09-04T21:41:23.995Z Finished `release` profile [optimized] target(s) in 4m 27s
31912026-09-04T21:41:24.179Z
31922026-09-04T21:41:24.179Zreal 4:27.442106261
31932026-09-04T21:41:24.179Zuser 30:26.568762109
31942026-09-04T21:41:24.179Zsys 2:47.132710910
31952026-09-04T21:41:24.179Ztrap 0.746605696
31962026-09-04T21:41:24.180Ztflt 1.364638606
31972026-09-04T21:41:24.180Zdflt 1.823453991
31982026-09-04T21:41:24.180Zkflt 0.001614291
31992026-09-04T21:41:24.180Zlock 2:05:36.609433458
32002026-09-04T21:41:24.180Zslp 1:27:34.073483550
32012026-09-04T21:41:24.180Zlat 2:23.191079364
32022026-09-04T21:41:24.180Zstop 4:07.106206504
32032026-09-04T21:41:24.183Z+ for x in debug release
32042026-09-04T21:41:24.184Z+ mkdir -p /work/debug
32052026-09-04T21:41:24.184Z+ cp target/debug/ddmd /work/debug/ddmd
32062026-09-04T21:41:24.785Z+ cp target/debug/ddmadm /work/debug/ddmadm
32072026-09-04T21:41:25.257Z+ cp target/debug/mgd /work/debug/mgd
32082026-09-04T21:41:25.957Z+ cp target/debug/mgadm /work/debug/mgadm
32092026-09-04T21:41:26.501Z+ for x in debug release
32102026-09-04T21:41:26.501Z+ mkdir -p /work/release
32112026-09-04T21:41:26.505Z+ cp target/release/ddmd /work/release/ddmd
32122026-09-04T21:41:26.603Z+ cp target/release/ddmadm /work/release/ddmadm
32132026-09-04T21:41:26.688Z+ cp target/release/mgd /work/release/mgd
32142026-09-04T21:41:26.828Z+ cp target/release/mgadm /work/release/mgadm
32152026-09-04T21:41:26.938Z+ cp target/release/falcon-lab /work/release/falcon-lab
32162026-09-04T21:41:27.012Zprocess exited: duration 657518 ms, exit code 0
 
32172026-09-04T21:41:27.031Zfound 9 output files
32182026-09-04T21:41:27.031Zuploading: /work/debug/ddmadm (587287344 bytes)
32192026-09-04T21:41:37.979Zuploaded: /work/debug/ddmadm
32202026-09-04T21:41:37.979Zuploading: /work/debug/ddmd (679738216 bytes)
32212026-09-04T21:41:49.164Zuploaded: /work/debug/ddmd
32222026-09-04T21:41:49.164Zuploading: /work/debug/mgadm (697325440 bytes)
32232026-09-04T21:42:01.241Zuploaded: /work/debug/mgadm
32242026-09-04T21:42:01.241Zuploading: /work/debug/mgd (802083904 bytes)
32252026-09-04T21:42:20.113Zuploaded: /work/debug/mgd
32262026-09-04T21:42:20.113Zuploading: /work/release/ddmadm (52259808 bytes)
32272026-09-04T21:42:22.788Zuploaded: /work/release/ddmadm
32282026-09-04T21:42:22.788Zuploading: /work/release/ddmd (61084088 bytes)
32292026-09-04T21:42:28.407Zuploaded: /work/release/ddmd
32302026-09-04T21:42:28.426Zuploading: /work/release/falcon-lab (44175768 bytes)
32312026-09-04T21:42:30.846Zuploaded: /work/release/falcon-lab
32322026-09-04T21:42:30.847Zuploading: /work/release/mgadm (67594264 bytes)
32332026-09-04T21:42:35.584Zuploaded: /work/release/mgadm
32342026-09-04T21:42:35.599Zuploading: /work/release/mgd (86509040 bytes)
32352026-09-04T21:42:38.156Zuploaded: /work/release/mgd