01M0EFHMENR1EVG0TTC9D6XD56: 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: 01M0EFJEEAFP0NKTZY0W14CBBQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:17.134Zjob assigned to worker 01M0EFJHKY7DBRHDWN0KR1QFQT [factory aws, i-0e4e7b66c379f7e9a] (queued for 46 s)
 
22026-08-20T02:22:23.913Zstarting task 0: "setup"
32026-08-20T02:22:23.916Z++ uname -s
42026-08-20T02:22:23.919Z+ kern=SunOS
52026-08-20T02:22:23.919Z+ build_user=build
62026-08-20T02:22:23.919Z+ build_uid=12345
72026-08-20T02:22:23.919Z+ work_dir=/work
82026-08-20T02:22:23.919Z+ input_dir=/input
92026-08-20T02:22:23.919Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:23.919Z+ case "$kern" in
112026-08-20T02:22:23.919Z+ groupadd -g 12345 build
122026-08-20T02:22:23.922Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:25.926Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:26.049Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:26.052Z+ home_fs=zfs
162026-08-20T02:22:26.052Z+ [[ zfs == autofs ]]
172026-08-20T02:22:26.052Z+ mkdir -p /home/build
182026-08-20T02:22:26.052Z+ chown build:build /home/build /work
192026-08-20T02:22:28.053Z+ chmod 0700 /home/build /work
202026-08-20T02:22:28.059Zprocess exited: duration 4145 ms, exit code 0
 
212026-08-20T02:22:28.069Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:28.073Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T02:22:28.073Z * rust toolchain channel = "stable"
242026-08-20T02:22:28.073Z * rust toolchain profile = "default"
252026-08-20T02:22:28.073Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T02:22:28.073Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:22:28.073Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:22:28.073Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:28.073Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:28.178Zinfo: downloading installer
312026-08-20T02:22:29.582Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:29.583Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:29.583Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:29.583Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:29.595Zinfo: profile set to default
362026-08-20T02:22:29.596Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:29.599Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:29.741Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:29.745Zinfo: downloading 6 components
402026-08-20T02:22:45.573Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T02:22:45.573Z
422026-08-20T02:22:45.600Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:22:45.600Z
442026-08-20T02:22:45.600Z
452026-08-20T02:22:45.600ZRust is installed now. Great!
462026-08-20T02:22:45.600Z
472026-08-20T02:22:45.600ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:22:45.600Zenvironment variable. This has not been done automatically.
492026-08-20T02:22:45.600Z
502026-08-20T02:22:45.600ZTo configure your current shell, you need to source
512026-08-20T02:22:45.601Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:22:45.601Z
532026-08-20T02:22:45.601ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:22:45.601Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:22:45.601Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:22:45.601Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:22:45.601Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:22:45.601Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:22:45.601Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:22:45.605Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:22:45.605Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:22:45.693Z+ rustup --version
632026-08-20T02:22:45.702Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:22:45.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:22:45.722Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:22:45.726Z+ cargo --version
672026-08-20T02:22:45.740Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:22:45.744Z+ rustc --version
692026-08-20T02:22:45.761Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:22:45.765Zprocess exited: duration 17696 ms, exit code 0
 
712026-08-20T02:22:45.773Zstarting task 2: "authentication"
722026-08-20T02:22:45.786ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T02:22:51.804Zprocess exited: duration 6031 ms, exit code 0
 
742026-08-20T02:22:51.811Zstarting task 3: "clone repository"
752026-08-20T02:22:51.816Z+ mkdir -p /work/oxidecomputer/maghemite
762026-08-20T02:22:51.820Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
772026-08-20T02:22:51.848ZCloning into '/work/oxidecomputer/maghemite'...
782026-08-20T02:22:53.850Z+ cd /work/oxidecomputer/maghemite
792026-08-20T02:22:53.850Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
802026-08-20T02:22:54.418ZFrom https://github.com/oxidecomputer/maghemite
812026-08-20T02:22:54.418Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
822026-08-20T02:22:54.423Z+ [[ -n trey/bfd-db ]]
832026-08-20T02:22:54.426Z++ git branch --show-current
842026-08-20T02:22:54.426Z+ current=main
852026-08-20T02:22:54.426Z+ [[ main != trey/bfd-db ]]
862026-08-20T02:22:54.426Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
872026-08-20T02:22:54.431Z+ git checkout -f trey/bfd-db
882026-08-20T02:22:54.446ZSwitched to branch 'trey/bfd-db'
892026-08-20T02:22:54.458Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
902026-08-20T02:22:54.465ZHEAD is now at ec98d0d test: cover BFD peer persistence
912026-08-20T02:22:54.470Zprocess exited: duration 2654 ms, exit code 0
 
922026-08-20T02:22:54.477Zstarting task 4: "build"
932026-08-20T02:22:54.481Z+ source .github/buildomat/common.sh
942026-08-20T02:22:54.481Z++ export PKG_SUCCESS_ON_NOP=1
952026-08-20T02:22:54.481Z++ PKG_SUCCESS_ON_NOP=1
962026-08-20T02:22:54.481Z++ cargo --version
972026-08-20T02:22:54.486Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
982026-08-20T02:22:54.627Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
992026-08-20T02:22:54.631Zinfo: downloading 6 components
1002026-08-20T02:23:09.785Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-20T02:23:09.790Z++ rustc --version
1022026-08-20T02:23:09.815Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-20T02:23:09.831Z+ pfexec pkg install clang-15
1042026-08-20T02:23:11.101Z Startup: Refreshing catalog 'helios' ... Done
1052026-08-20T02:23:11.442Z Startup: Caching catalogs ... Done
1062026-08-20T02:23:13.292ZPlanning: Solver setup ... Done
1072026-08-20T02:23:13.344ZPlanning: Running solver ... Done
1082026-08-20T02:23:13.382ZPlanning: Consolidating action changes ... Done
1092026-08-20T02:23:13.382ZPlanning: Evaluating mediators ... Done
1102026-08-20T02:23:13.387ZPlanning: Planning completed in 1.90 seconds
1112026-08-20T02:23:13.396ZNo updates necessary for this image.
1122026-08-20T02:23:13.605Z+ banner check
1132026-08-20T02:23:13.611Z
1142026-08-20T02:23:13.611Z #### # # ###### #### # #
1152026-08-20T02:23:13.611Z # # # # # # # # #
1162026-08-20T02:23:13.611Z # ###### ##### # ####
1172026-08-20T02:23:13.611Z # # # # # # #
1182026-08-20T02:23:13.611Z # # # # # # # # #
1192026-08-20T02:23:13.611Z #### # # ###### #### # #
1202026-08-20T02:23:13.611Z
1212026-08-20T02:23:13.611Z+ cargo fmt -- --check
1222026-08-20T02:23:14.029Z+ cargo clippy --all-targets -- --deny warnings
1232026-08-20T02:23:14.141Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242026-08-20T02:23:14.801ZFrom https://github.com/oxidecomputer/falcon
1252026-08-20T02:23:14.842Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1262026-08-20T02:23:14.871Z Updating crates.io index
1272026-08-20T02:23:14.874Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-08-20T02:23:15.308ZFrom https://github.com/oxidecomputer/dendrite
1292026-08-20T02:23:15.308Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
1302026-08-20T02:23:15.342Z Updating git repository `https://github.com/oxidecomputer/ispf`
1312026-08-20T02:23:15.688ZFrom https://github.com/oxidecomputer/ispf
1322026-08-20T02:23:15.688Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1332026-08-20T02:23:15.720Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-08-20T02:23:16.069ZFrom https://github.com/oxidecomputer/netadm-sys
1352026-08-20T02:23:16.069Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1362026-08-20T02:23:16.081Z Updating git repository `https://github.com/oxidecomputer/omicron`
1372026-08-20T02:23:21.907ZFrom https://github.com/oxidecomputer/omicron
1382026-08-20T02:23:21.907Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1392026-08-20T02:23:22.337Z Updating git repository `https://github.com/oxidecomputer/opte`
1402026-08-20T02:23:23.105ZFrom https://github.com/oxidecomputer/opte
1412026-08-20T02:23:23.105Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1422026-08-20T02:23:23.128Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1432026-08-20T02:23:23.417ZFrom https://github.com/oxidecomputer/slog-error-chain
1442026-08-20T02:23:23.417Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1452026-08-20T02:23:23.429Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-20T02:23:23.749ZFrom https://github.com/illumos/smf-rs
1472026-08-20T02:23:23.749Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1482026-08-20T02:23:23.780Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1492026-08-20T02:23:24.044ZFrom https://github.com/oxidecomputer/network-interface
1502026-08-20T02:23:24.044Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1512026-08-20T02:23:24.052Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-08-20T02:23:24.360ZFrom https://github.com/oxidecomputer/zone
1532026-08-20T02:23:24.360Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1542026-08-20T02:23:24.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
1552026-08-20T02:23:24.989ZFrom https://github.com/oxidecomputer/propolis
1562026-08-20T02:23:24.989Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1572026-08-20T02:23:25.021Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1582026-08-20T02:23:25.589ZFrom https://github.com/oxidecomputer/transceiver-control
1592026-08-20T02:23:25.589Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
1602026-08-20T02:23:25.648Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1612026-08-20T02:23:25.923ZFrom https://github.com/oxidecomputer/dlpi-sys
1622026-08-20T02:23:25.923Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1632026-08-20T02:23:25.977Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-08-20T02:23:26.287ZFrom https://github.com/jmesmon/rust-libzfs
1652026-08-20T02:23:26.287Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1662026-08-20T02:23:26.317Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1672026-08-20T02:23:26.639ZFrom https://github.com/oxidecomputer/rusty-doors
1682026-08-20T02:23:26.639Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1692026-08-20T02:23:26.709Z Updating git repository `https://github.com/oxidecomputer/lldp`
1702026-08-20T02:23:27.021ZFrom https://github.com/oxidecomputer/lldp
1712026-08-20T02:23:27.021Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1722026-08-20T02:23:27.069Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1732026-08-20T02:23:31.166ZFrom https://github.com/oxidecomputer/tufaceous
1742026-08-20T02:23:31.166Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1752026-08-20T02:23:31.260Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1762026-08-20T02:23:31.260ZFrom https://github.com/oxidecomputer/management-gateway-service
1772026-08-20T02:23:31.260Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1782026-08-20T02:23:31.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
1792026-08-20T02:23:31.309ZFrom https://github.com/oxidecomputer/crucible
1802026-08-20T02:23:31.309Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1812026-08-20T02:23:31.309Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1822026-08-20T02:23:31.309ZFrom https://github.com/oxidecomputer/serde_human_bytes
1832026-08-20T02:23:31.309Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1842026-08-20T02:23:31.309Z Updating git repository `https://github.com/oxidecomputer/propolis`
1852026-08-20T02:23:31.309ZFrom https://github.com/oxidecomputer/propolis
1862026-08-20T02:23:31.309Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1872026-08-20T02:23:31.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
1882026-08-20T02:23:31.309ZFrom https://github.com/oxidecomputer/crucible
1892026-08-20T02:23:31.309Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1902026-08-20T02:23:31.309Z Updating git repository `https://github.com/oxidecomputer/tofino`
1912026-08-20T02:23:31.336ZFrom https://github.com/oxidecomputer/tofino
1922026-08-20T02:23:31.336Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1932026-08-20T02:23:31.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1942026-08-20T02:23:32.576ZFrom https://github.com/oxidecomputer/maghemite
1952026-08-20T02:23:32.576Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1962026-08-20T02:23:32.607Z Updating git repository `https://github.com/oxidecomputer/clickward`
1972026-08-20T02:23:32.906ZFrom https://github.com/oxidecomputer/clickward
1982026-08-20T02:23:32.906Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
1992026-08-20T02:23:32.914Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2002026-08-20T02:23:33.216ZFrom https://github.com/oxidecomputer/illumos-devinfo
2012026-08-20T02:23:33.217Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2022026-08-20T02:23:35.116Z Downloading crates ...
2032026-08-20T02:23:35.184Z Downloaded async-recursion v1.1.1
2042026-08-20T02:23:35.187Z Downloaded cfg_aliases v0.2.2
2052026-08-20T02:23:35.191Z Downloaded async-stream-impl v0.3.6
2062026-08-20T02:23:35.196Z Downloaded const-random-macro v0.1.16
2072026-08-20T02:23:35.199Z Downloaded aead v0.5.2
2082026-08-20T02:23:35.200Z Downloaded hubpack v0.1.2
2092026-08-20T02:23:35.200Z Downloaded bitflags v1.3.2
2102026-08-20T02:23:35.204Z Downloaded is_ci v1.2.0
2112026-08-20T02:23:35.208Z Downloaded async-trait v0.1.92
2122026-08-20T02:23:35.208Z Downloaded base16ct v0.2.0
2132026-08-20T02:23:35.208Z Downloaded indent_write v2.2.0
2142026-08-20T02:23:35.212Z Downloaded ingot-types v0.2.0
2152026-08-20T02:23:35.212Z Downloaded instant v0.1.13
2162026-08-20T02:23:35.212Z Downloaded argon2 v0.5.3
2172026-08-20T02:23:35.212Z Downloaded hybrid-array v0.4.14
2182026-08-20T02:23:35.212Z Downloaded byteorder v1.5.0
2192026-08-20T02:23:35.215Z Downloaded cargo_toml v0.22.3
2202026-08-20T02:23:35.216Z Downloaded lazy_static v1.5.0
2212026-08-20T02:23:35.219Z Downloaded adler2 v2.0.1
2222026-08-20T02:23:35.219Z Downloaded anstyle v1.0.14
2232026-08-20T02:23:35.219Z Downloaded ident_case v1.0.1
2242026-08-20T02:23:35.219Z Downloaded atomic-waker v1.1.2
2252026-08-20T02:23:35.222Z Downloaded byte-wrapper v0.1.0
2262026-08-20T02:23:35.222Z Downloaded atomicwrites v0.4.4
2272026-08-20T02:23:35.222Z Downloaded anstyle-query v1.1.5
2282026-08-20T02:23:35.225Z Downloaded httpdate v1.0.3
2292026-08-20T02:23:35.225Z Downloaded idna_adapter v1.2.2
2302026-08-20T02:23:35.225Z Downloaded console v0.16.4
2312026-08-20T02:23:35.225Z Downloaded camino v1.2.5
2322026-08-20T02:23:35.229Z Downloaded crossbeam-epoch v0.9.20
2332026-08-20T02:23:35.232Z Downloaded block-buffer v0.10.4
2342026-08-20T02:23:35.232Z Downloaded autocfg v1.5.1
2352026-08-20T02:23:35.235Z Downloaded bcs v0.1.6
2362026-08-20T02:23:35.235Z Downloaded bit-set v0.8.0
2372026-08-20T02:23:35.238Z Downloaded num-complex v0.4.6
2382026-08-20T02:23:35.241Z Downloaded arc-swap v1.9.2
2392026-08-20T02:23:35.244Z Downloaded cfg-if v1.0.4
2402026-08-20T02:23:35.244Z Downloaded ahash v0.8.12
2412026-08-20T02:23:35.245Z Downloaded ingot v0.2.1
2422026-08-20T02:23:35.248Z Downloaded jobserver v0.1.35
2432026-08-20T02:23:35.248Z Downloaded memmap2 v0.9.11
2442026-08-20T02:23:35.251Z Downloaded base64 v0.21.7
2452026-08-20T02:23:35.252Z Downloaded inout v0.1.4
2462026-08-20T02:23:35.256Z Downloaded async-stream v0.3.6
2472026-08-20T02:23:35.263Z Downloaded base16ct v1.0.0
2482026-08-20T02:23:35.263Z Downloaded ingot-macros v0.2.0
2492026-08-20T02:23:35.280Z Downloaded bit-vec v0.8.0
2502026-08-20T02:23:35.280Z Downloaded crossbeam-channel v0.5.16
2512026-08-20T02:23:35.280Z Downloaded allocator-api2 v0.2.21
2522026-08-20T02:23:35.280Z Downloaded ciborium-io v0.2.2
2532026-08-20T02:23:35.280Z Downloaded num_threads v0.1.7
2542026-08-20T02:23:35.285Z Downloaded block-buffer v0.12.1
2552026-08-20T02:23:35.285Z Downloaded crc8 v0.1.1
2562026-08-20T02:23:35.285Z Downloaded hubpack_derive v0.1.1
2572026-08-20T02:23:35.285Z Downloaded jiff-static v0.2.35
2582026-08-20T02:23:35.286Z Downloaded ciborium-ll v0.2.2
2592026-08-20T02:23:35.286Z Downloaded indexmap v1.9.3
2602026-08-20T02:23:35.286Z Downloaded cpufeatures v0.3.0
2612026-08-20T02:23:35.286Z Downloaded crunchy v0.2.4
2622026-08-20T02:23:35.289Z Downloaded cstr-argument v0.1.2
2632026-08-20T02:23:35.292Z Downloaded is-terminal v0.4.17
2642026-08-20T02:23:35.293Z Downloaded clap_lex v1.1.0
2652026-08-20T02:23:35.293Z Downloaded cobs v0.3.0
2662026-08-20T02:23:35.293Z Downloaded crypto-common v0.1.7
2672026-08-20T02:23:35.296Z Downloaded itoa v1.0.18
2682026-08-20T02:23:35.296Z Downloaded match_cfg v0.1.0
2692026-08-20T02:23:35.297Z Downloaded mime v0.3.17
2702026-08-20T02:23:35.297Z Downloaded stable_deref_trait v1.2.1
2712026-08-20T02:23:35.300Z Downloaded num-derive v0.4.2
2722026-08-20T02:23:35.300Z Downloaded colorchoice v1.0.5
2732026-08-20T02:23:35.300Z Downloaded convert_case v0.4.0
2742026-08-20T02:23:35.300Z Downloaded crucible-workspace-hack v0.1.0
2752026-08-20T02:23:35.300Z Downloaded managed v0.8.0
2762026-08-20T02:23:35.300Z Downloaded cpufeatures v0.2.17
2772026-08-20T02:23:35.304Z Downloaded keccak v0.1.6
2782026-08-20T02:23:35.304Z Downloaded is_terminal_polyfill v1.70.2
2792026-08-20T02:23:35.304Z Downloaded internet-checksum v0.2.1
2802026-08-20T02:23:35.307Z Downloaded konst_macro_rules v0.2.19
2812026-08-20T02:23:35.307Z Downloaded compression-core v0.4.32
2822026-08-20T02:23:35.311Z Downloaded memmap v0.7.0
2832026-08-20T02:23:35.311Z Downloaded num_enum_derive v0.5.11
2842026-08-20T02:23:35.311Z Downloaded curve25519-dalek-derive v0.1.1
2852026-08-20T02:23:35.311Z Downloaded blake2 v0.10.6
2862026-08-20T02:23:35.314Z Downloaded cancel-safe-futures v0.1.5
2872026-08-20T02:23:35.315Z Downloaded libscf-sys v1.2.0
2882026-08-20T02:23:35.315Z Downloaded num-iter v0.1.46
2892026-08-20T02:23:35.318Z Downloaded backoff v0.4.0
2902026-08-20T02:23:35.318Z Downloaded bytecount v0.6.9
2912026-08-20T02:23:35.319Z Downloaded newline-converter v0.3.0
2922026-08-20T02:23:35.322Z Downloaded crypto-common v0.2.2
2932026-08-20T02:23:35.322Z Downloaded num-conv v0.2.2
2942026-08-20T02:23:35.322Z Downloaded lru-slab v0.1.2
2952026-08-20T02:23:35.325Z Downloaded linked-hash-map v0.5.6
2962026-08-20T02:23:35.325Z Downloaded newtype_derive v0.1.6
2972026-08-20T02:23:35.325Z Downloaded take_mut v0.2.2
2982026-08-20T02:23:35.325Z Downloaded macaddr v1.0.1
2992026-08-20T02:23:35.329Z Downloaded strum v0.27.2
3002026-08-20T02:23:35.329Z Downloaded const-random v0.1.18
3012026-08-20T02:23:35.329Z Downloaded serde-big-array v0.5.1
3022026-08-20T02:23:35.329Z Downloaded serde_urlencoded v0.7.1
3032026-08-20T02:23:35.332Z Downloaded lru-cache v0.1.2
3042026-08-20T02:23:35.336Z Downloaded secrecy v0.10.3
3052026-08-20T02:23:35.336Z Downloaded serde_spanned v0.6.9
3062026-08-20T02:23:35.339Z Downloaded swrite v0.1.0
3072026-08-20T02:23:35.339Z Downloaded anstyle-parse v1.0.0
3082026-08-20T02:23:35.339Z Downloaded base64ct v1.8.3
3092026-08-20T02:23:35.343Z Downloaded memoffset v0.9.1
3102026-08-20T02:23:35.343Z Downloaded natord v1.0.9
3112026-08-20T02:23:35.343Z Downloaded no-std-compat v0.4.1
3122026-08-20T02:23:35.346Z Downloaded newtype-uuid-macros v0.1.1
3132026-08-20T02:23:35.346Z Downloaded bs58 v0.5.1
3142026-08-20T02:23:35.346Z Downloaded chacha20 v0.9.1
3152026-08-20T02:23:35.350Z Downloaded serial_test v4.0.1
3162026-08-20T02:23:35.350Z Downloaded thread-id v5.1.0
3172026-08-20T02:23:35.350Z Downloaded num v0.4.3
3182026-08-20T02:23:35.350Z Downloaded httparse v1.10.1
3192026-08-20T02:23:35.353Z Downloaded sha2 v0.10.9
3202026-08-20T02:23:35.353Z Downloaded tinyvec_macros v0.1.1
3212026-08-20T02:23:35.353Z Downloaded supports-color v3.0.2
3222026-08-20T02:23:35.356Z Downloaded termtree v0.5.1
3232026-08-20T02:23:35.357Z Downloaded thread-id v4.2.2
3242026-08-20T02:23:35.361Z Downloaded try-lock v0.2.5
3252026-08-20T02:23:35.361Z Downloaded slog-bunyan v2.5.0
3262026-08-20T02:23:35.362Z Downloaded hyper-rustls v0.27.9
3272026-08-20T02:23:35.365Z Downloaded untrusted v0.9.0
3282026-08-20T02:23:35.365Z Downloaded daft-derive v0.1.8
3292026-08-20T02:23:35.368Z Downloaded anyhow v1.0.104
3302026-08-20T02:23:35.368Z Downloaded daft v0.1.8
3312026-08-20T02:23:35.372Z Downloaded compression-codecs v0.4.38
3322026-08-20T02:23:35.372Z Downloaded crossbeam-deque v0.8.7
3332026-08-20T02:23:35.375Z Downloaded bitflags v2.13.1
3342026-08-20T02:23:35.375Z Downloaded camino-tempfile v1.4.1
3352026-08-20T02:23:35.375Z Downloaded cmake v0.1.58
3362026-08-20T02:23:35.380Z Downloaded critical-section v1.2.0
3372026-08-20T02:23:35.380Z Downloaded csv-core v0.1.13
3382026-08-20T02:23:35.380Z Downloaded unarray v0.1.4
3392026-08-20T02:23:35.380Z Downloaded unit-prefix v0.5.2
3402026-08-20T02:23:35.380Z Downloaded usdt-macro v0.5.0
3412026-08-20T02:23:35.383Z Downloaded zeroize_derive v1.5.0
3422026-08-20T02:23:35.383Z Downloaded utf8parse v0.2.2
3432026-08-20T02:23:35.383Z Downloaded darling v0.23.0
3442026-08-20T02:23:35.388Z Downloaded zerofrom-derive v0.1.7
3452026-08-20T02:23:35.388Z Downloaded ipnetwork v0.21.1
3462026-08-20T02:23:35.388Z Downloaded ingot-types v0.1.2
3472026-08-20T02:23:35.391Z Downloaded const_format_proc_macros v0.2.34
3482026-08-20T02:23:35.391Z Downloaded ipnet v2.12.1
3492026-08-20T02:23:35.392Z Downloaded num-integer v0.1.47
3502026-08-20T02:23:35.394Z Downloaded num_enum v0.7.6
3512026-08-20T02:23:35.399Z Downloaded newtype-uuid v1.4.0
3522026-08-20T02:23:35.399Z Downloaded rusty-fork v0.3.1
3532026-08-20T02:23:35.399Z Downloaded linear-map v1.2.0
3542026-08-20T02:23:35.399Z Downloaded num-rational v0.4.2
3552026-08-20T02:23:35.404Z Downloaded scroll v0.12.0
3562026-08-20T02:23:35.404Z Downloaded slab v0.4.12
3572026-08-20T02:23:35.404Z Downloaded dof v0.4.0
3582026-08-20T02:23:35.404Z Downloaded dunce v1.0.5
3592026-08-20T02:23:35.404Z Downloaded foreign-types-macros v0.2.4
3602026-08-20T02:23:35.404Z Downloaded dyn-clone v1.0.20
3612026-08-20T02:23:35.404Z Downloaded futures-io v0.3.34
3622026-08-20T02:23:35.409Z Downloaded libsw v3.5.0
3632026-08-20T02:23:35.409Z Downloaded libsw-core v0.3.2
3642026-08-20T02:23:35.413Z Downloaded num_enum v0.5.11
3652026-08-20T02:23:35.413Z Downloaded tokio-tungstenite v0.21.0
3662026-08-20T02:23:35.413Z Downloaded smartstring v1.0.1
3672026-08-20T02:23:35.418Z Downloaded backon v1.6.0
3682026-08-20T02:23:35.419Z Downloaded cipher v0.4.4
3692026-08-20T02:23:35.419Z Downloaded clap_derive v4.6.4
3702026-08-20T02:23:35.423Z Downloaded num_enum_derive v0.7.6
3712026-08-20T02:23:35.423Z Downloaded thiserror-impl v2.0.20
3722026-08-20T02:23:35.423Z Downloaded futures-core v0.3.34
3732026-08-20T02:23:35.423Z Downloaded humantime v2.4.0
3742026-08-20T02:23:35.426Z Downloaded heck v0.4.1
3752026-08-20T02:23:35.429Z Downloaded heck v0.5.0
3762026-08-20T02:23:35.429Z Downloaded http-body v1.1.0
3772026-08-20T02:23:35.429Z Downloaded chacha20 v0.10.1
3782026-08-20T02:23:35.433Z Downloaded iana-time-zone v0.1.65
3792026-08-20T02:23:35.433Z Downloaded minimal-lexical v0.2.1
3802026-08-20T02:23:35.437Z Downloaded console v0.15.11
3812026-08-20T02:23:35.437Z Downloaded anstream v1.0.0
3822026-08-20T02:23:35.441Z Downloaded icu_provider v2.2.0
3832026-08-20T02:23:35.441Z Downloaded gethostname v0.5.0
3842026-08-20T02:23:35.445Z Downloaded proc-macro-error-attr v1.0.4
3852026-08-20T02:23:35.445Z Downloaded walkdir v2.5.0
3862026-08-20T02:23:35.445Z Downloaded rand_xorshift v0.4.0
3872026-08-20T02:23:35.450Z Downloaded progenitor-client v0.14.0
3882026-08-20T02:23:35.453Z Downloaded xz2 v0.1.7
3892026-08-20T02:23:35.453Z Downloaded dropshot-api-manager-types v0.7.2
3902026-08-20T02:23:35.453Z Downloaded colored v3.1.1
3912026-08-20T02:23:35.453Z Downloaded digest v0.10.7
3922026-08-20T02:23:35.456Z Downloaded fastrand v2.5.0
3932026-08-20T02:23:35.456Z Downloaded ff v0.13.1
3942026-08-20T02:23:35.457Z Downloaded zeroize v1.9.0
3952026-08-20T02:23:35.457Z Downloaded ref-cast-impl v1.0.26
3962026-08-20T02:23:35.460Z Downloaded crc32fast v1.5.0
3972026-08-20T02:23:35.460Z Downloaded same-file v1.0.6
3982026-08-20T02:23:35.460Z Downloaded semver v0.1.20
3992026-08-20T02:23:35.464Z Downloaded sigpipe v0.1.3
4002026-08-20T02:23:35.464Z Downloaded derive-ex v0.1.8
4012026-08-20T02:23:35.464Z Downloaded strsim v0.11.1
4022026-08-20T02:23:35.471Z Downloaded slog-envlogger v2.2.0
4032026-08-20T02:23:35.471Z Downloaded structmeta v0.3.0
4042026-08-20T02:23:35.471Z Downloaded litemap v0.8.2
4052026-08-20T02:23:35.474Z Downloaded testing_table v0.3.0
4062026-08-20T02:23:35.474Z Downloaded ingot v0.1.1
4072026-08-20T02:23:35.474Z Downloaded toml_write v0.1.2
4082026-08-20T02:23:35.478Z Downloaded either v1.17.0
4092026-08-20T02:23:35.478Z Downloaded globset v0.4.20
4102026-08-20T02:23:35.478Z Downloaded ingot-macros v0.1.1
4112026-08-20T02:23:35.482Z Downloaded ciborium v0.2.2
4122026-08-20T02:23:35.482Z Downloaded darling v0.21.3
4132026-08-20T02:23:35.494Z Downloaded slog-scope v4.4.1
4142026-08-20T02:23:35.495Z Downloaded tokio-stream v0.1.19
4152026-08-20T02:23:35.495Z Downloaded multer v3.1.0
4162026-08-20T02:23:35.495Z Downloaded tokio-rustls v0.26.4
4172026-08-20T02:23:35.495Z Downloaded futures-executor v0.3.34
4182026-08-20T02:23:35.495Z Downloaded owo-colors v4.3.0
4192026-08-20T02:23:35.495Z Downloaded tokio-macros v2.7.2
4202026-08-20T02:23:35.495Z Downloaded lock_api v0.4.14
4212026-08-20T02:23:35.495Z Downloaded tagptr v0.2.0
4222026-08-20T02:23:35.495Z Downloaded spin v0.9.9
4232026-08-20T02:23:35.495Z Downloaded usdt-macro v0.6.0
4242026-08-20T02:23:35.495Z Downloaded clap v4.6.6
4252026-08-20T02:23:35.500Z Downloaded pest_derive v2.8.8
4262026-08-20T02:23:35.507Z Downloaded pest_generator v2.8.8
4272026-08-20T02:23:35.507Z Downloaded icu_properties v2.2.0
4282026-08-20T02:23:35.507Z Downloaded fs-err v3.3.1
4292026-08-20T02:23:35.508Z Downloaded poly1305 v0.8.0
4302026-08-20T02:23:35.508Z Downloaded want v0.3.1
4312026-08-20T02:23:35.508Z Downloaded find-msvc-tools v0.1.10
4322026-08-20T02:23:35.513Z Downloaded untrusted v0.7.1
4332026-08-20T02:23:35.513Z Downloaded zerofrom v0.1.8
4342026-08-20T02:23:35.513Z Downloaded bytes v1.12.1
4352026-08-20T02:23:35.513Z Downloaded group v0.13.0
4362026-08-20T02:23:35.513Z Downloaded vsss-rs v3.3.4
4372026-08-20T02:23:35.533Z Downloaded yoke-derive v0.8.2
4382026-08-20T02:23:35.533Z Downloaded enum-as-inner v0.6.1
4392026-08-20T02:23:35.533Z Downloaded icu_normalizer_data v2.2.0
4402026-08-20T02:23:35.533Z Downloaded nom v7.1.3
4412026-08-20T02:23:35.539Z Downloaded pretty-hex v0.4.2
4422026-08-20T02:23:35.539Z Downloaded equivalent v1.0.2
4432026-08-20T02:23:35.539Z Downloaded foreign-types-shared v0.1.1
4442026-08-20T02:23:35.539Z Downloaded paste v1.0.15
4452026-08-20T02:23:35.539Z Downloaded foreign-types v0.3.2
4462026-08-20T02:23:35.539Z Downloaded futures-macro v0.3.34
4472026-08-20T02:23:35.539Z Downloaded futures-sink v0.3.34
4482026-08-20T02:23:35.539Z Downloaded zone_cfg_derive v0.3.1
4492026-08-20T02:23:35.540Z Downloaded zone v0.3.1
4502026-08-20T02:23:35.540Z Downloaded crossbeam-utils v0.8.22
4512026-08-20T02:23:35.540Z Downloaded resolv-conf v0.7.6
4522026-08-20T02:23:35.540Z Downloaded proc-macro-error v1.0.4
4532026-08-20T02:23:35.540Z Downloaded rustls-pki-types v1.15.1
4542026-08-20T02:23:35.540Z Downloaded sha1 v0.10.7
4552026-08-20T02:23:35.540Z Downloaded serde_derive_internals v0.29.1
4562026-08-20T02:23:35.543Z Downloaded thiserror v2.0.20
4572026-08-20T02:23:35.544Z Downloaded git-stub v1.0.0
4582026-08-20T02:23:35.544Z Downloaded proc-macro-crate v3.5.0
4592026-08-20T02:23:35.551Z Downloaded tokio-dtrace v0.1.1
4602026-08-20T02:23:35.551Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4612026-08-20T02:23:35.554Z Downloaded rand_chacha v0.3.1
4622026-08-20T02:23:35.554Z Downloaded thread_local v1.1.10
4632026-08-20T02:23:35.554Z Downloaded synstructure v0.13.2
4642026-08-20T02:23:35.561Z Downloaded const-oid v0.10.2
4652026-08-20T02:23:35.565Z Downloaded tabled_derive v0.7.0
4662026-08-20T02:23:35.569Z Downloaded terminal_size v0.4.4
4672026-08-20T02:23:35.571Z Downloaded num-traits v0.2.19
4682026-08-20T02:23:35.572Z Downloaded async-compression v0.4.43
4692026-08-20T02:23:35.575Z Downloaded defmt v1.1.1
4702026-08-20T02:23:35.577Z Downloaded rand_pcg v0.10.2
4712026-08-20T02:23:35.580Z Downloaded displaydoc v0.2.7
4722026-08-20T02:23:35.581Z Downloaded rustc-hash v2.1.3
4732026-08-20T02:23:35.584Z Downloaded erased-serde v0.3.31
4742026-08-20T02:23:35.584Z Downloaded parking_lot_core v0.8.6
4752026-08-20T02:23:35.588Z Downloaded pem v3.0.6
4762026-08-20T02:23:35.588Z Downloaded typeid v1.0.3
4772026-08-20T02:23:35.588Z Downloaded version_check v0.9.5
4782026-08-20T02:23:35.592Z Downloaded usdt v0.5.0
4792026-08-20T02:23:35.596Z Downloaded spin v0.5.2
4802026-08-20T02:23:35.599Z Downloaded highway v1.3.0
4812026-08-20T02:23:35.599Z Downloaded structmeta-derive v0.3.0
4822026-08-20T02:23:35.599Z Downloaded indexmap v2.14.0
4832026-08-20T02:23:35.603Z Downloaded schemars v0.9.0
4842026-08-20T02:23:35.607Z Downloaded smallvec v1.15.2
4852026-08-20T02:23:35.612Z Downloaded snafu-derive v0.8.9
4862026-08-20T02:23:35.613Z Downloaded parking_lot_core v0.9.12
4872026-08-20T02:23:35.613Z Downloaded quinn-udp v0.5.15
4882026-08-20T02:23:35.613Z Downloaded debug-ignore v1.0.5
4892026-08-20T02:23:35.613Z Downloaded form_urlencoded v1.2.2
4902026-08-20T02:23:35.617Z Downloaded zmij v1.0.23
4912026-08-20T02:23:35.617Z Downloaded errno v0.3.14
4922026-08-20T02:23:35.617Z Downloaded foreign-types-shared v0.3.1
4932026-08-20T02:23:35.617Z Downloaded opaque-debug v0.3.1
4942026-08-20T02:23:35.629Z Downloaded base64 v0.22.1
4952026-08-20T02:23:35.629Z Downloaded const_format v0.2.36
4962026-08-20T02:23:35.629Z Downloaded typify-macro v0.4.3
4972026-08-20T02:23:35.629Z Downloaded test-strategy v0.4.5
4982026-08-20T02:23:35.629Z Downloaded pin-project-internal v1.1.13
4992026-08-20T02:23:35.629Z Downloaded toml_parser v1.1.3+spec-1.1.0
5002026-08-20T02:23:35.629Z Downloaded postcard v1.1.3
5012026-08-20T02:23:35.629Z Downloaded git-stub-vcs v0.1.0
5022026-08-20T02:23:35.634Z Downloaded chacha20poly1305 v0.10.1
5032026-08-20T02:23:35.638Z Downloaded pkg-config v0.3.33
5042026-08-20T02:23:35.638Z Downloaded dof v0.3.0
5052026-08-20T02:23:35.639Z Downloaded openssl-macros v0.1.1
5062026-08-20T02:23:35.642Z Downloaded cookie v0.18.2
5072026-08-20T02:23:35.645Z Downloaded tabwriter v1.4.1
5082026-08-20T02:23:35.645Z Downloaded smawk v0.3.3
5092026-08-20T02:23:35.645Z Downloaded pin-project-lite v0.2.17
5102026-08-20T02:23:35.648Z Downloaded miniz_oxide v0.8.9
5112026-08-20T02:23:35.648Z Downloaded indicatif v0.18.6
5122026-08-20T02:23:35.655Z Downloaded rhai_codegen v3.2.0
5132026-08-20T02:23:35.660Z Downloaded usdt v0.6.0
5142026-08-20T02:23:35.664Z Downloaded strum v0.26.3
5152026-08-20T02:23:35.664Z Downloaded toml_datetime v0.6.11
5162026-08-20T02:23:35.664Z Downloaded log v0.4.33
5172026-08-20T02:23:35.667Z Downloaded zerovec-derive v0.11.3
5182026-08-20T02:23:35.667Z Downloaded progenitor v0.10.0
5192026-08-20T02:23:35.671Z Downloaded deranged v0.5.8
5202026-08-20T02:23:35.675Z Downloaded hmac v0.12.1
5212026-08-20T02:23:35.675Z Downloaded scroll_derive v0.12.1
5222026-08-20T02:23:35.680Z Downloaded serde_plain v1.0.2
5232026-08-20T02:23:35.680Z Downloaded serde_derive v1.0.229
5242026-08-20T02:23:35.680Z Downloaded crypto-bigint v0.5.5
5252026-08-20T02:23:35.684Z Downloaded rustversion v1.0.23
5262026-08-20T02:23:35.684Z Downloaded utf-8 v0.7.6
5272026-08-20T02:23:35.684Z Downloaded foldhash v0.1.5
5282026-08-20T02:23:35.684Z Downloaded universal-hash v0.5.1
5292026-08-20T02:23:35.684Z Downloaded cc v1.4.2
5302026-08-20T02:23:35.690Z Downloaded serde_tokenstream v0.3.0
5312026-08-20T02:23:35.690Z Downloaded slog-dtrace v0.3.0
5322026-08-20T02:23:35.717Z Downloaded phf v0.12.1
5332026-08-20T02:23:35.717Z Downloaded static_assertions v1.1.0
5342026-08-20T02:23:35.717Z Downloaded thiserror-impl v1.0.69
5352026-08-20T02:23:35.717Z Downloaded openssl-sys v0.9.117
5362026-08-20T02:23:35.717Z Downloaded ucd-trie v0.1.7
5372026-08-20T02:23:35.735Z Downloaded fnv v1.0.7
5382026-08-20T02:23:35.735Z Downloaded generic-array v0.14.7
5392026-08-20T02:23:35.735Z Downloaded unicode-linebreak v0.1.5
5402026-08-20T02:23:35.735Z Downloaded defmt-parser v1.0.0
5412026-08-20T02:23:35.735Z Downloaded toml_edit v0.25.13+spec-1.1.0
5422026-08-20T02:23:35.735Z Downloaded typify v0.4.3
5432026-08-20T02:23:35.735Z Downloaded hex v0.4.3
5442026-08-20T02:23:35.735Z Downloaded schemars v0.8.22
5452026-08-20T02:23:35.735Z Downloaded progenitor-impl v0.14.0
5462026-08-20T02:23:35.735Z Downloaded rustls-platform-verifier v0.7.0
5472026-08-20T02:23:35.735Z Downloaded phf_shared v0.12.1
5482026-08-20T02:23:35.735Z Downloaded powerfmt v0.2.0
5492026-08-20T02:23:35.745Z Downloaded simd-adler32 v0.3.10
5502026-08-20T02:23:35.745Z Downloaded smf v0.2.3
5512026-08-20T02:23:35.745Z Downloaded semver v1.0.28
5522026-08-20T02:23:35.745Z Downloaded tracing-attributes v0.1.31
5532026-08-20T02:23:35.745Z Downloaded hostname v0.4.2
5542026-08-20T02:23:35.745Z Downloaded darling_macro v0.23.0
5552026-08-20T02:23:35.745Z Downloaded percent-encoding v2.3.2
5562026-08-20T02:23:35.745Z Downloaded url v2.5.8
5572026-08-20T02:23:35.745Z Downloaded progenitor-macro v0.13.0
5582026-08-20T02:23:35.745Z Downloaded icu_normalizer v2.2.0
5592026-08-20T02:23:35.745Z Downloaded icu_locale_core v2.2.0
5602026-08-20T02:23:35.745Z Downloaded konst v0.2.20
5612026-08-20T02:23:35.746Z Downloaded rustc_version v0.4.1
5622026-08-20T02:23:35.746Z Downloaded serde_spanned v1.1.1
5632026-08-20T02:23:35.746Z Downloaded darling_core v0.21.3
5642026-08-20T02:23:35.749Z Downloaded progenitor v0.14.0
5652026-08-20T02:23:35.749Z Downloaded progenitor-client v0.10.0
5662026-08-20T02:23:35.749Z Downloaded progenitor-client v0.13.0
5672026-08-20T02:23:35.750Z Downloaded quote v1.0.47
5682026-08-20T02:23:35.753Z Downloaded icu_collections v2.2.0
5692026-08-20T02:23:35.756Z Downloaded slog-async v2.8.0
5702026-08-20T02:23:35.759Z Downloaded usdt-impl v0.6.0
5712026-08-20T02:23:35.764Z Downloaded unicode-xid v0.2.6
5722026-08-20T02:23:35.767Z Downloaded wait-timeout v0.2.1
5732026-08-20T02:23:35.767Z Downloaded toml_edit v0.22.27
5742026-08-20T02:23:35.770Z Downloaded once_cell v1.21.4
5752026-08-20T02:23:35.770Z Downloaded serde_with_macros v3.22.0
5762026-08-20T02:23:35.770Z Downloaded signal-hook-registry v1.4.8
5772026-08-20T02:23:35.774Z Downloaded thiserror v1.0.69
5782026-08-20T02:23:35.774Z Downloaded unsafe-libyaml v0.2.11
5792026-08-20T02:23:35.777Z Downloaded defmt v0.3.100
5802026-08-20T02:23:35.777Z Downloaded hash32 v0.3.1
5812026-08-20T02:23:35.777Z Downloaded hostname v0.3.1
5822026-08-20T02:23:35.777Z Downloaded derive-where v1.6.1
5832026-08-20T02:23:35.782Z Downloaded embedded-io v0.6.1
5842026-08-20T02:23:35.787Z Downloaded float-ord v0.3.2
5852026-08-20T02:23:35.787Z Downloaded rustls-pemfile v2.2.0
5862026-08-20T02:23:35.791Z Downloaded fixedbitset v0.5.7
5872026-08-20T02:23:35.791Z Downloaded oxide-tokio-rt v0.1.6
5882026-08-20T02:23:35.791Z Downloaded ppv-lite86 v0.2.21
5892026-08-20T02:23:35.791Z Downloaded getrandom v0.4.3
5902026-08-20T02:23:35.795Z Downloaded serial_test_derive v4.0.1
5912026-08-20T02:23:35.795Z Downloaded sha1 v0.11.0
5922026-08-20T02:23:35.795Z Downloaded getrandom v0.2.17
5932026-08-20T02:23:35.798Z Downloaded http-body-util v0.1.5
5942026-08-20T02:23:35.798Z Downloaded sync_wrapper v1.0.2
5952026-08-20T02:23:35.798Z Downloaded tower-service v0.3.3
5962026-08-20T02:23:35.802Z Downloaded shlex v2.0.1
5972026-08-20T02:23:35.802Z Downloaded rand_core v0.10.1
5982026-08-20T02:23:35.802Z Downloaded time-macros v0.2.32
5992026-08-20T02:23:35.805Z Downloaded rand v0.8.7
6002026-08-20T02:23:35.805Z Downloaded thiserror-impl-no-std v2.0.2
6012026-08-20T02:23:35.809Z Downloaded typify-macro v0.6.2
6022026-08-20T02:23:35.809Z Downloaded heapless v0.8.0
6032026-08-20T02:23:35.814Z Downloaded papergrid v0.11.0
6042026-08-20T02:23:35.814Z Downloaded proc-macro2 v1.0.107
6052026-08-20T02:23:35.814Z Downloaded rand_chacha v0.9.0
6062026-08-20T02:23:35.817Z Downloaded toml v0.8.23
6072026-08-20T02:23:35.817Z Downloaded thiserror-no-std v2.0.2
6082026-08-20T02:23:35.817Z Downloaded memchr v2.8.3
6092026-08-20T02:23:35.821Z Downloaded mio v1.2.2
6102026-08-20T02:23:35.825Z Downloaded uuid v1.24.0
6112026-08-20T02:23:35.830Z Downloaded pin-project v1.1.13
6122026-08-20T02:23:35.833Z Downloaded steno v0.4.1
6132026-08-20T02:23:35.838Z Downloaded time-core v0.1.9
6142026-08-20T02:23:35.838Z Downloaded zerocopy-derive v0.7.35
6152026-08-20T02:23:35.838Z Downloaded futures-task v0.3.34
6162026-08-20T02:23:35.838Z Downloaded proc-macro-crate v1.3.1
6172026-08-20T02:23:35.838Z Downloaded ref-cast v1.0.26
6182026-08-20T02:23:35.842Z Downloaded rustls-native-certs v0.8.4
6192026-08-20T02:23:35.842Z Downloaded progenitor-impl v0.13.0
6202026-08-20T02:23:35.842Z Downloaded ryu v1.0.23
6212026-08-20T02:23:35.846Z Downloaded writeable v0.6.3
6222026-08-20T02:23:35.846Z Downloaded toml_edit v0.19.15
6232026-08-20T02:23:35.853Z Downloaded olpc-cjson v0.1.4
6242026-08-20T02:23:35.858Z Downloaded unicode-segmentation v1.13.3
6252026-08-20T02:23:35.858Z Downloaded hyper-util v0.1.20
6262026-08-20T02:23:35.862Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6272026-08-20T02:23:35.862Z Downloaded waitgroup v0.1.2
6282026-08-20T02:23:35.862Z Downloaded parse-display-derive v0.10.0
6292026-08-20T02:23:35.884Z Downloaded rustc_version v0.1.7
6302026-08-20T02:23:35.884Z Downloaded serde_yaml v0.9.34+deprecated
6312026-08-20T02:23:35.884Z Downloaded foldhash v0.2.0
6322026-08-20T02:23:35.884Z Downloaded dtrace-parser v0.2.0
6332026-08-20T02:23:35.884Z Downloaded fixedbitset v0.4.2
6342026-08-20T02:23:35.884Z Downloaded strum_macros v0.26.4
6352026-08-20T02:23:35.884Z Downloaded subtle v2.6.1
6362026-08-20T02:23:35.884Z Downloaded aho-corasick v1.1.5
6372026-08-20T02:23:35.885Z Downloaded rand v0.9.5
6382026-08-20T02:23:35.885Z Downloaded defmt-macros v1.1.1
6392026-08-20T02:23:35.885Z Downloaded dropshot_endpoint v0.17.1
6402026-08-20T02:23:35.885Z Downloaded qorb v0.4.1
6412026-08-20T02:23:35.888Z Downloaded hickory-resolver v0.25.2
6422026-08-20T02:23:35.888Z Downloaded oxnet v0.1.6
6432026-08-20T02:23:35.888Z Downloaded drift v0.2.0
6442026-08-20T02:23:35.894Z Downloaded embedded-io v0.4.0
6452026-08-20T02:23:35.898Z Downloaded dtrace-parser v0.3.0
6462026-08-20T02:23:35.898Z Downloaded parking_lot v0.11.2
6472026-08-20T02:23:35.898Z Downloaded typify v0.6.2
6482026-08-20T02:23:35.906Z Downloaded scopeguard v1.2.0
6492026-08-20T02:23:35.909Z Downloaded potential_utf v0.1.5
6502026-08-20T02:23:35.912Z Downloaded serde_repr v0.1.21
6512026-08-20T02:23:35.912Z Downloaded utf8_iter v1.0.4
6522026-08-20T02:23:35.915Z Downloaded progenitor-macro v0.10.0
6532026-08-20T02:23:35.915Z Downloaded tower v0.5.3
6542026-08-20T02:23:35.918Z Downloaded scroll v0.13.0
6552026-08-20T02:23:35.921Z Downloaded slog-json v2.6.1
6562026-08-20T02:23:35.921Z Downloaded icu_properties_data v2.2.0
6572026-08-20T02:23:35.925Z Downloaded tempfile v3.27.0
6582026-08-20T02:23:35.929Z Downloaded term v1.2.1
6592026-08-20T02:23:35.929Z Downloaded yoke v0.8.3
6602026-08-20T02:23:35.932Z Downloaded fxhash v0.2.1
6612026-08-20T02:23:35.932Z Downloaded omicron-workspace-hack v0.1.0
6622026-08-20T02:23:35.932Z Downloaded usdt-attr-macro v0.6.0
6632026-08-20T02:23:35.932Z Downloaded scroll_derive v0.13.1
6642026-08-20T02:23:35.932Z Downloaded foreign-types v0.5.0
6652026-08-20T02:23:35.932Z Downloaded futures-channel v0.3.34
6662026-08-20T02:23:35.937Z Downloaded siphasher v1.0.3
6672026-08-20T02:23:35.940Z Downloaded pretty_assertions v1.4.1
6682026-08-20T02:23:35.940Z Downloaded idna v1.1.0
6692026-08-20T02:23:35.944Z Downloaded quick-error v1.2.3
6702026-08-20T02:23:35.944Z Downloaded plain v0.2.3
6712026-08-20T02:23:35.947Z Downloaded darling_macro v0.21.3
6722026-08-20T02:23:35.947Z Downloaded openssl-probe v0.2.1
6732026-08-20T02:23:35.947Z Downloaded digest v0.11.3
6742026-08-20T02:23:35.947Z Downloaded port-file v0.1.0
6752026-08-20T02:23:35.950Z Downloaded progenitor-macro v0.14.0
6762026-08-20T02:23:35.950Z Downloaded hickory-resolver v0.24.4
6772026-08-20T02:23:35.955Z Downloaded progenitor v0.13.0
6782026-08-20T02:23:35.955Z Downloaded tower-layer v0.3.3
6792026-08-20T02:23:35.958Z Downloaded similar v2.7.0
6802026-08-20T02:23:35.961Z Downloaded toml_writer v1.1.2+spec-1.1.0
6812026-08-20T02:23:35.964Z Downloaded rand_core v0.9.5
6822026-08-20T02:23:35.964Z Downloaded progenitor-extras v0.2.0
6832026-08-20T02:23:35.964Z Downloaded usdt-attr-macro v0.5.0
6842026-08-20T02:23:35.967Z Downloaded rand_core v0.6.4
6852026-08-20T02:23:35.967Z Downloaded tungstenite v0.21.0
6862026-08-20T02:23:35.970Z Downloaded serde_path_to_error v0.1.20
6872026-08-20T02:23:35.970Z Downloaded tiny-keccak v2.0.2
6882026-08-20T02:23:35.973Z Downloaded parse-display v0.10.0
6892026-08-20T02:23:35.982Z Downloaded usdt-impl v0.5.0
6902026-08-20T02:23:35.991Z Downloaded slog-term v2.9.2
6912026-08-20T02:23:35.994Z Downloaded schemars_derive v0.8.22
6922026-08-20T02:23:35.999Z Downloaded data-encoding v2.11.1
6932026-08-20T02:23:36.004Z Downloaded getrandom v0.3.4
6942026-08-20T02:23:36.004Z Downloaded glob v0.3.4
6952026-08-20T02:23:36.004Z Downloaded socket2 v0.6.5
6962026-08-20T02:23:36.004Z Downloaded progenitor-impl v0.10.0
6972026-08-20T02:23:36.009Z Downloaded unicode-ident v1.0.24
6982026-08-20T02:23:36.010Z Downloaded serde_tokenstream v0.2.3
6992026-08-20T02:23:36.010Z Downloaded tinystr v0.8.3
7002026-08-20T02:23:36.010Z Downloaded fs_extra v1.3.0
7012026-08-20T02:23:36.013Z Downloaded http v1.5.0
7022026-08-20T02:23:36.013Z Downloaded quinn v0.11.11
7032026-08-20T02:23:36.016Z Downloaded tough v0.22.0
7042026-08-20T02:23:36.019Z Downloaded elliptic-curve v0.13.8
7052026-08-20T02:23:36.027Z Downloaded pest_meta v2.8.8
7062026-08-20T02:23:36.031Z Downloaded typenum v1.20.1
7072026-08-20T02:23:36.035Z Downloaded derive_more v0.99.20
7082026-08-20T02:23:36.038Z Downloaded strum_macros v0.27.2
7092026-08-20T02:23:36.042Z Downloaded serde_core v1.0.229
7102026-08-20T02:23:36.045Z Downloaded itertools v0.12.1
7112026-08-20T02:23:36.049Z Downloaded yansi v1.0.1
7122026-08-20T02:23:36.049Z Downloaded hashbrown v0.12.3
7132026-08-20T02:23:36.052Z Downloaded jiff-core v0.1.0
7142026-08-20T02:23:36.055Z Downloaded nom v8.0.0
7152026-08-20T02:23:36.058Z Downloaded thin-vec v0.2.19
7162026-08-20T02:23:36.058Z Downloaded password-hash v0.5.0
7172026-08-20T02:23:36.067Z Downloaded serde v1.0.229
7182026-08-20T02:23:36.070Z Downloaded textwrap v0.16.2
7192026-08-20T02:23:36.073Z Downloaded tinyvec v1.12.0
7202026-08-20T02:23:36.073Z Downloaded hyper v1.11.0
7212026-08-20T02:23:36.076Z Downloaded toml v0.9.12+spec-1.1.0
7222026-08-20T02:23:36.080Z Downloaded parking_lot v0.12.5
7232026-08-20T02:23:36.083Z Downloaded zerocopy-derive v0.8.56
7242026-08-20T02:23:36.087Z Downloaded slog-stdlog v4.1.1
7252026-08-20T02:23:36.090Z Downloaded slog v2.8.2
7262026-08-20T02:23:36.092Z Downloaded whoami v1.6.1
7272026-08-20T02:23:36.092Z Downloaded diff v0.1.13
7282026-08-20T02:23:36.099Z Downloaded half v2.7.1
7292026-08-20T02:23:36.112Z Downloaded itertools v0.15.0
7302026-08-20T02:23:36.115Z Downloaded hashbrown v0.15.5
7312026-08-20T02:23:36.118Z Downloaded prettyplease v0.2.37
7322026-08-20T02:23:36.122Z Downloaded darling_core v0.23.0
7332026-08-20T02:23:36.126Z Downloaded futures v0.3.34
7342026-08-20T02:23:36.136Z Downloaded toml v1.1.4+spec-1.1.0
7352026-08-20T02:23:36.141Z Downloaded libm v0.2.16
7362026-08-20T02:23:36.146Z Downloaded rayon-core v1.13.0
7372026-08-20T02:23:36.149Z Downloaded serde_json v1.0.151
7382026-08-20T02:23:36.152Z Downloaded snafu v0.8.9
7392026-08-20T02:23:36.158Z Downloaded flate2 v1.1.9
7402026-08-20T02:23:36.161Z Downloaded hkdf v0.12.4
7412026-08-20T02:23:36.161Z Downloaded tracing-core v0.1.36
7422026-08-20T02:23:36.161Z Downloaded papergrid v0.18.0
7432026-08-20T02:23:36.164Z Downloaded ron v0.12.2
7442026-08-20T02:23:36.168Z Downloaded clap_builder v4.6.6
7452026-08-20T02:23:36.172Z Downloaded dropshot-api-manager v0.7.2
7462026-08-20T02:23:36.175Z Downloaded winnow v0.7.15
7472026-08-20T02:23:36.204Z Downloaded expectorate v1.2.0
7482026-08-20T02:23:36.208Z Downloaded itertools v0.14.0
7492026-08-20T02:23:36.211Z Downloaded rand v0.10.2
7502026-08-20T02:23:36.215Z Downloaded regex v1.13.1
7512026-08-20T02:23:36.225Z Downloaded rustls-webpki v0.103.14
7522026-08-20T02:23:36.230Z Downloaded schemars v1.2.2
7532026-08-20T02:23:36.235Z Downloaded winnow v0.5.40
7542026-08-20T02:23:36.238Z Downloaded tower-http v0.6.11
7552026-08-20T02:23:36.242Z Downloaded reqwest v0.12.28
7562026-08-20T02:23:36.246Z Downloaded hashbrown v0.16.1
7572026-08-20T02:23:36.249Z Downloaded zerovec v0.11.6
7582026-08-20T02:23:36.252Z Downloaded zerotrie v0.2.4
7592026-08-20T02:23:36.255Z Downloaded winnow v1.0.4
7602026-08-20T02:23:36.259Z Downloaded pest v2.8.8
7612026-08-20T02:23:36.262Z Downloaded tokio-util v0.7.19
7622026-08-20T02:23:36.268Z Downloaded unicode-normalization v0.1.25
7632026-08-20T02:23:36.273Z Downloaded tabled v0.21.0
7642026-08-20T02:23:36.282Z Downloaded iddqd v0.4.6
7652026-08-20T02:23:36.287Z Downloaded typed-path v0.9.3
7662026-08-20T02:23:36.290Z Downloaded aws-lc-rs v1.18.0
7672026-08-20T02:23:36.297Z Downloaded proptest v1.11.0
7682026-08-20T02:23:36.301Z Downloaded moka v0.12.16
7692026-08-20T02:23:36.306Z Downloaded serde_with v3.22.0
7702026-08-20T02:23:36.313Z Downloaded portable-atomic v1.15.0
7712026-08-20T02:23:36.317Z Downloaded vcpkg v0.2.15
7722026-08-20T02:23:36.340Z Downloaded chrono v0.4.45
7732026-08-20T02:23:36.344Z Downloaded h2 v0.4.15
7742026-08-20T02:23:36.350Z Downloaded goblin v0.8.2
7752026-08-20T02:23:36.355Z Downloaded hashbrown v0.17.1
7762026-08-20T02:23:36.358Z Downloaded reqwest v0.13.4
7772026-08-20T02:23:36.362Z Downloaded rayon v1.12.0
7782026-08-20T02:23:36.371Z Downloaded bstr v1.13.1
7792026-08-20T02:23:36.380Z Downloaded unicode-width v0.1.14
7802026-08-20T02:23:36.383Z Downloaded syn v1.0.109
7812026-08-20T02:23:36.388Z Downloaded zerocopy v0.7.35
7822026-08-20T02:23:36.397Z Downloaded smoltcp v0.11.0
7832026-08-20T02:23:36.403Z Downloaded goblin v0.10.7
7842026-08-20T02:23:36.407Z Downloaded zerocopy v0.8.56
7852026-08-20T02:23:36.418Z Downloaded futures-util v0.3.34
7862026-08-20T02:23:36.425Z Downloaded nix v0.31.3
7872026-08-20T02:23:36.431Z Downloaded time v0.3.55
7882026-08-20T02:23:36.461Z Downloaded curve25519-dalek v4.1.3
7892026-08-20T02:23:36.469Z Downloaded webpki-roots v1.0.9
7902026-08-20T02:23:36.475Z Downloaded quinn-proto v0.11.16
7912026-08-20T02:23:36.480Z Downloaded tabled v0.15.0
7922026-08-20T02:23:36.491Z Downloaded openssl v0.10.81
7932026-08-20T02:23:36.494Z Downloaded openapiv3 v2.2.0
7942026-08-20T02:23:36.520Z Downloaded hickory-proto v0.24.4
7952026-08-20T02:23:36.538Z Downloaded rhai v1.25.1
7962026-08-20T02:23:36.545Z Downloaded sled v0.34.7
7972026-08-20T02:23:36.545Z Downloaded unicode-width v0.2.2
7982026-08-20T02:23:36.550Z Downloaded syn v2.0.119
7992026-08-20T02:23:36.560Z Downloaded tracing v0.1.44
8002026-08-20T02:23:36.566Z Downloaded regress v0.10.5
8012026-08-20T02:23:36.570Z Downloaded typify-impl v0.4.3
8022026-08-20T02:23:36.580Z Downloaded rustix v1.1.4
8032026-08-20T02:23:36.593Z Downloaded rustix v0.38.44
8042026-08-20T02:23:36.605Z Downloaded jiff v0.2.35
8052026-08-20T02:23:36.615Z Downloaded rustls v0.23.43
8062026-08-20T02:23:36.621Z Downloaded syn v3.0.3
8072026-08-20T02:23:36.627Z Downloaded dropshot v0.17.1
8082026-08-20T02:23:36.639Z Downloaded regress v0.11.1
8092026-08-20T02:23:36.644Z Downloaded petgraph v0.6.5
8102026-08-20T02:23:36.655Z Downloaded hickory-proto v0.25.2
8112026-08-20T02:23:36.663Z Downloaded typify-impl v0.6.2
8122026-08-20T02:23:36.671Z Downloaded regex-syntax v0.8.11
8132026-08-20T02:23:36.676Z Downloaded lzma-sys v0.1.20
8142026-08-20T02:23:36.692Z Downloaded libc v0.2.189
8152026-08-20T02:23:36.717Z Downloaded sha3 v0.10.9
8162026-08-20T02:23:36.721Z Downloaded petgraph v0.8.3
8172026-08-20T02:23:36.764Z Downloaded regex-automata v0.4.18
8182026-08-20T02:23:36.794Z Downloaded chrono-tz v0.10.4
8192026-08-20T02:23:36.818Z Downloaded csv v1.4.0
8202026-08-20T02:23:36.830Z Downloaded tokio v1.53.1
8212026-08-20T02:23:36.923Z Downloaded encoding_rs v0.8.35
8222026-08-20T02:23:36.934Z Downloaded ring v0.17.14
8232026-08-20T02:23:37.444Z Downloaded aws-lc-sys v0.44.0
8242026-08-20T02:23:37.989Z Compiling proc-macro2 v1.0.107
8252026-08-20T02:23:37.989Z Compiling quote v1.0.47
8262026-08-20T02:23:37.993Z Compiling unicode-ident v1.0.24
8272026-08-20T02:23:37.993Z Compiling serde_core v1.0.229
8282026-08-20T02:23:37.993Z Compiling serde v1.0.229
8292026-08-20T02:23:37.993Z Compiling libc v0.2.189
8302026-08-20T02:23:37.993Z Compiling zmij v1.0.23
8312026-08-20T02:23:37.993Z Compiling autocfg v1.5.1
8322026-08-20T02:23:38.340Z Compiling libm v0.2.16
8332026-08-20T02:23:38.651Z Compiling icu_properties_data v2.2.0
8342026-08-20T02:23:38.656Z Compiling icu_normalizer_data v2.2.0
8352026-08-20T02:23:38.664Z Compiling serde_json v1.0.151
8362026-08-20T02:23:38.745Z Compiling num-traits v0.2.19
8372026-08-20T02:23:38.771Z Compiling getrandom v0.4.3
8382026-08-20T02:23:39.012Z Compiling memchr v2.8.3
8392026-08-20T02:23:39.064Z Compiling thiserror v2.0.20
8402026-08-20T02:23:39.115Z Compiling version_check v0.9.5
8412026-08-20T02:23:39.465Z Compiling schemars v0.8.22
8422026-08-20T02:23:39.563Z Compiling syn v2.0.119
8432026-08-20T02:23:39.601Z Compiling syn v3.0.3
8442026-08-20T02:23:39.627Z Checking cfg-if v1.0.4
8452026-08-20T02:23:39.697Z Compiling parking_lot_core v0.9.12
8462026-08-20T02:23:39.804Z Compiling zerocopy v0.8.56
8472026-08-20T02:23:39.830Z Compiling portable-atomic v1.15.0
8482026-08-20T02:23:39.989Z Compiling heck v0.5.0
8492026-08-20T02:23:40.210Z Compiling rustversion v1.0.23
8502026-08-20T02:23:40.242Z Compiling itoa v1.0.18
8512026-08-20T02:23:40.324Z Compiling jobserver v0.1.35
8522026-08-20T02:23:40.418Z Compiling shlex v2.0.1
8532026-08-20T02:23:40.562Z Compiling find-msvc-tools v0.1.10
8542026-08-20T02:23:40.790Z Compiling cc v1.4.2
8552026-08-20T02:23:40.827Z Compiling pkg-config v0.3.33
8562026-08-20T02:23:40.981Z Compiling fs_extra v1.3.0
8572026-08-20T02:23:41.140Z Compiling dunce v1.0.5
8582026-08-20T02:23:41.247Z Compiling semver v1.0.28
8592026-08-20T02:23:41.262Z Compiling log v0.4.33
8602026-08-20T02:23:41.298Z Compiling httparse v1.10.1
8612026-08-20T02:23:41.373Z Compiling slog v2.8.2
8622026-08-20T02:23:41.435Z Compiling rustix v1.1.4
8632026-08-20T02:23:41.526Z Compiling cmake v0.1.58
8642026-08-20T02:23:41.617Z Checking stable_deref_trait v1.2.1
8652026-08-20T02:23:41.693Z Compiling allocator-api2 v0.2.21
8662026-08-20T02:23:41.765Z Compiling equivalent v1.0.2
8672026-08-20T02:23:41.803Z Compiling thiserror v1.0.69
8682026-08-20T02:23:41.980Z Checking litemap v0.8.2
8692026-08-20T02:23:42.021Z Checking writeable v0.6.3
8702026-08-20T02:23:42.040Z Checking utf8_iter v1.0.4
8712026-08-20T02:23:42.066Z Compiling aws-lc-sys v0.44.0
8722026-08-20T02:23:42.212Z Compiling ring v0.17.14
8732026-08-20T02:23:42.216Z Checking percent-encoding v2.3.2
8742026-08-20T02:23:42.252Z Compiling aws-lc-rs v1.18.0
8752026-08-20T02:23:42.366Z Compiling synstructure v0.13.2
8762026-08-20T02:23:42.383Z Compiling serde_derive_internals v0.29.1
8772026-08-20T02:23:42.775Z Compiling regex-syntax v0.8.11
8782026-08-20T02:23:42.836Z Compiling serde_derive v1.0.229
8792026-08-20T02:23:42.869Z Compiling displaydoc v0.2.7
8802026-08-20T02:23:43.119Z Compiling thiserror-impl v2.0.20
8812026-08-20T02:23:43.271Z Compiling tokio-macros v2.7.2
8822026-08-20T02:23:43.425Z Compiling futures-macro v0.3.34
8832026-08-20T02:23:43.550Z Compiling zerofrom-derive v0.1.7
8842026-08-20T02:23:43.625Z Compiling yoke-derive v0.8.2
8852026-08-20T02:23:43.984Z Compiling zerovec-derive v0.11.3
8862026-08-20T02:23:44.203Z Compiling schemars_derive v0.8.22
8872026-08-20T02:23:44.294Z Compiling zeroize_derive v1.5.0
8882026-08-20T02:23:44.680Z Compiling zerocopy-derive v0.8.56
8892026-08-20T02:23:44.795Z Compiling tracing-attributes v0.1.31
8902026-08-20T02:23:45.039Z Checking zerofrom v0.1.8
8912026-08-20T02:23:45.054Z Compiling thiserror-impl v1.0.69
8922026-08-20T02:23:45.154Z Checking yoke v0.8.3
8932026-08-20T02:23:45.322Z Checking zerovec v0.11.6
8942026-08-20T02:23:45.371Z Checking zerotrie v0.2.4
8952026-08-20T02:23:45.873Z Compiling serde_tokenstream v0.2.3
8962026-08-20T02:23:45.942Z Checking tinystr v0.8.3
8972026-08-20T02:23:45.987Z Checking smallvec v1.15.2
8982026-08-20T02:23:46.066Z Checking bytes v1.12.1
8992026-08-20T02:23:46.112Z Checking icu_locale_core v2.2.0
9002026-08-20T02:23:46.142Z Checking potential_utf v0.1.5
9012026-08-20T02:23:46.261Z Checking icu_collections v2.2.0
9022026-08-20T02:23:46.367Z Checking form_urlencoded v1.2.2
9032026-08-20T02:23:46.482Z Compiling aho-corasick v1.1.5
9042026-08-20T02:23:46.500Z Checking rand_core v0.10.1
9052026-08-20T02:23:46.551Z Compiling anyhow v1.0.104
9062026-08-20T02:23:46.606Z Compiling rustls v0.23.43
9072026-08-20T02:23:46.653Z Compiling ucd-trie v0.1.7
9082026-08-20T02:23:46.675Z Checking icu_provider v2.2.0
9092026-08-20T02:23:46.805Z Compiling pest v2.8.8
9102026-08-20T02:23:46.865Z Compiling getrandom v0.3.4
9112026-08-20T02:23:46.897Z Checking icu_properties v2.2.0
9122026-08-20T02:23:46.944Z Checking icu_normalizer v2.2.0
9132026-08-20T02:23:47.051Z Compiling hashbrown v0.17.1
9142026-08-20T02:23:47.316Z Compiling regex-automata v0.4.18
9152026-08-20T02:23:47.657Z Compiling crossbeam-utils v0.8.22
9162026-08-20T02:23:47.694Z Compiling indexmap v2.14.0
9172026-08-20T02:23:47.801Z Checking idna_adapter v1.2.2
9182026-08-20T02:23:47.851Z Compiling pest_meta v2.8.8
9192026-08-20T02:23:47.926Z Checking idna v1.1.0
9202026-08-20T02:23:47.969Z Checking iana-time-zone v0.1.65
9212026-08-20T02:23:47.987Z Compiling paste v1.0.15
9222026-08-20T02:23:48.033Z Compiling num-conv v0.2.2
9232026-08-20T02:23:48.073Z Checking chrono v0.4.45
9242026-08-20T02:23:48.163Z Checking url v2.5.8
9252026-08-20T02:23:48.185Z Compiling time-core v0.1.9
9262026-08-20T02:23:48.384Z Compiling time-macros v0.2.32
9272026-08-20T02:23:48.493Z Compiling pest_generator v2.8.8
9282026-08-20T02:23:48.510Z Compiling strsim v0.11.1
9292026-08-20T02:23:49.040Z Compiling regex v1.13.1
9302026-08-20T02:23:49.130Z Compiling pest_derive v2.8.8
9312026-08-20T02:23:49.268Z Checking uuid v1.24.0
9322026-08-20T02:23:49.415Z Compiling async-trait v0.1.92
9332026-08-20T02:23:49.531Z Compiling ident_case v1.0.1
9342026-08-20T02:23:49.548Z Compiling camino v1.2.5
9352026-08-20T02:23:49.645Z Compiling byteorder v1.5.0
9362026-08-20T02:23:49.894Z Checking dyn-clone v1.0.20
9372026-08-20T02:23:50.047Z Checking errno v0.3.14
9382026-08-20T02:23:50.161Z Compiling scroll_derive v0.13.1
9392026-08-20T02:23:50.346Z Compiling omicron-workspace-hack v0.1.0
9402026-08-20T02:23:50.541Z Compiling slog-async v2.8.0
9412026-08-20T02:23:50.580Z Compiling generic-array v0.14.7
9422026-08-20T02:23:50.721Z Compiling crc32fast v1.5.0
9432026-08-20T02:23:50.843Z Compiling usdt-impl v0.6.0
9442026-08-20T02:23:50.908Z Compiling plain v0.2.3
9452026-08-20T02:23:50.936Z Compiling scroll v0.13.0
9462026-08-20T02:23:51.050Z Compiling daft-derive v0.1.8
9472026-08-20T02:23:51.120Z Compiling pretty-hex v0.4.2
9482026-08-20T02:23:51.187Z Compiling goblin v0.10.7
9492026-08-20T02:23:51.249Z Checking pin-project-lite v0.2.17
9502026-08-20T02:23:51.344Z Compiling dtrace-parser v0.3.0
9512026-08-20T02:23:51.408Z Compiling thread-id v5.1.0
9522026-08-20T02:23:51.754Z Compiling syn v1.0.109
9532026-08-20T02:23:51.796Z Compiling darling_core v0.23.0
9542026-08-20T02:23:51.816Z Checking bitflags v2.13.1
9552026-08-20T02:23:51.986Z Checking getrandom v0.2.17
9562026-08-20T02:23:52.061Z Checking zeroize v1.9.0
9572026-08-20T02:23:52.860Z Compiling multer v3.1.0
9582026-08-20T02:23:53.132Z Compiling async-stream-impl v0.3.6
9592026-08-20T02:23:53.150Z Checking socket2 v0.6.5
9602026-08-20T02:23:53.271Z Checking scopeguard v1.2.0
9612026-08-20T02:23:53.373Z Checking lock_api v0.4.14
9622026-08-20T02:23:53.393Z Checking critical-section v1.2.0
9632026-08-20T02:23:53.572Z Compiling ref-cast v1.0.26
9642026-08-20T02:23:53.736Z Checking once_cell v1.21.4
9652026-08-20T02:23:53.896Z Compiling darling_macro v0.23.0
9662026-08-20T02:23:53.916Z Compiling ref-cast-impl v1.0.26
9672026-08-20T02:23:53.929Z Compiling dropshot v0.17.1
9682026-08-20T02:23:54.148Z Compiling dof v0.4.0
9692026-08-20T02:23:54.449Z Compiling darling v0.23.0
9702026-08-20T02:23:54.540Z Compiling dropshot_endpoint v0.17.1
9712026-08-20T02:23:54.552Z Checking parking_lot v0.12.5
9722026-08-20T02:23:54.720Z Compiling serde_tokenstream v0.3.0
9732026-08-20T02:23:55.006Z Compiling newtype-uuid-macros v0.1.1
9742026-08-20T02:23:55.115Z Checking signal-hook-registry v1.4.8
9752026-08-20T02:23:55.276Z Checking mio v1.2.2
9762026-08-20T02:23:55.406Z Compiling usdt-attr-macro v0.6.0
9772026-08-20T02:23:55.449Z Compiling usdt-macro v0.6.0
9782026-08-20T02:23:55.549Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9792026-08-20T02:23:55.552Z Checking tokio v1.53.1
9802026-08-20T02:23:55.734Z Compiling structmeta-derive v0.3.0
9812026-08-20T02:23:56.016Z Compiling strum_macros v0.26.4
9822026-08-20T02:23:56.260Z Checking subtle v2.6.1
9832026-08-20T02:23:56.264Z Compiling foldhash v0.2.0
9842026-08-20T02:23:56.291Z Checking futures-core v0.3.34
9852026-08-20T02:23:56.425Z Compiling hashbrown v0.16.1
9862026-08-20T02:23:56.466Z Compiling serde_with_macros v3.22.0
9872026-08-20T02:23:56.759Z Compiling structmeta v0.3.0
9882026-08-20T02:23:56.988Z Compiling strum_macros v0.27.2
9892026-08-20T02:23:57.306Z Compiling derive-ex v0.1.8
9902026-08-20T02:23:57.469Z Compiling http v1.5.0
9912026-08-20T02:23:57.588Z Checking futures-sink v0.3.34
9922026-08-20T02:23:57.642Z Checking ipnetwork v0.21.1
9932026-08-20T02:23:57.856Z Checking slab v0.4.12
9942026-08-20T02:23:57.878Z Compiling winnow v1.0.4
9952026-08-20T02:23:58.654Z Checking futures-channel v0.3.34
9962026-08-20T02:23:58.799Z Compiling toml_parser v1.1.3+spec-1.1.0
9972026-08-20T02:23:58.842Z Compiling test-strategy v0.4.5
9982026-08-20T02:23:58.860Z Checking futures-task v0.3.34
9992026-08-20T02:23:58.995Z Checking typenum v1.20.1
10002026-08-20T02:23:59.051Z Checking futures-io v0.3.34
10012026-08-20T02:23:59.166Z Checking futures-util v0.3.34
10022026-08-20T02:23:59.233Z Compiling toml_datetime v1.1.1+spec-1.1.0
10032026-08-20T02:23:59.330Z Compiling parse-display-derive v0.10.0
10042026-08-20T02:23:59.730Z Checking oxnet v0.1.6
10052026-08-20T02:23:59.777Z Checking tracing-core v0.1.36
10062026-08-20T02:23:59.977Z Checking erased-serde v0.3.31
10072026-08-20T02:24:00.343Z Checking tracing v0.1.44
10082026-08-20T02:24:00.530Z Compiling ryu v1.0.23
10092026-08-20T02:24:00.699Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10102026-08-20T02:24:00.744Z Compiling clap_derive v4.6.4
10112026-08-20T02:24:00.802Z Checking base64 v0.22.1
10122026-08-20T02:24:01.036Z Checking fnv v1.0.7
10132026-08-20T02:24:01.145Z Checking rand_core v0.6.4
10142026-08-20T02:24:01.234Z Compiling openapiv3 v2.2.0
10152026-08-20T02:24:01.407Z Compiling either v1.17.0
10162026-08-20T02:24:01.568Z Checking rustls-pki-types v1.15.1
10172026-08-20T02:24:01.855Z Checking tokio-util v0.7.19
10182026-08-20T02:24:02.336Z Checking untrusted v0.9.0
10192026-08-20T02:24:02.369Z Checking ipnet v2.12.1
10202026-08-20T02:24:02.441Z Checking untrusted v0.7.1
10212026-08-20T02:24:02.556Z Compiling toml_edit v0.25.13+spec-1.1.0
10222026-08-20T02:24:02.800Z Checking http-body v1.1.0
10232026-08-20T02:24:02.823Z Checking atomic-waker v1.1.2
10242026-08-20T02:24:03.187Z Compiling proc-macro-crate v3.5.0
10252026-08-20T02:24:03.445Z Checking tower-service v0.3.3
10262026-08-20T02:24:03.448Z Checking tower-layer v0.3.3
10272026-08-20T02:24:03.478Z Checking try-lock v0.2.5
10282026-08-20T02:24:03.518Z Checking h2 v0.4.15
10292026-08-20T02:24:03.536Z Checking httpdate v1.0.3
10302026-08-20T02:24:03.578Z Checking want v0.3.1
10312026-08-20T02:24:03.604Z Compiling num_enum_derive v0.7.6
10322026-08-20T02:24:03.808Z Compiling regress v0.11.1
10332026-08-20T02:24:04.264Z Compiling crucible-workspace-hack v0.1.0
10342026-08-20T02:24:04.585Z Checking serde_urlencoded v0.7.1
10352026-08-20T02:24:04.605Z Checking http-body-util v0.1.5
10362026-08-20T02:24:05.101Z Checking ppv-lite86 v0.2.21
10372026-08-20T02:24:05.327Z Compiling typify-impl v0.6.2
10382026-08-20T02:24:05.345Z Compiling unsafe-libyaml v0.2.11
10392026-08-20T02:24:05.384Z Checking hyper v1.11.0
10402026-08-20T02:24:05.907Z Compiling serde_yaml v0.9.34+deprecated
10412026-08-20T02:24:06.310Z Checking hyper-util v0.1.20
10422026-08-20T02:24:06.803Z Compiling convert_case v0.4.0
10432026-08-20T02:24:07.100Z Compiling derive_more v0.99.20
10442026-08-20T02:24:07.394Z Compiling zerocopy-derive v0.7.35
10452026-08-20T02:24:07.893Z Compiling crossbeam-epoch v0.9.20
10462026-08-20T02:24:08.424Z Compiling itertools v0.14.0
10472026-08-20T02:24:08.622Z Compiling regress v0.10.5
10482026-08-20T02:24:08.725Z Compiling typify-macro v0.6.2
10492026-08-20T02:24:09.415Z Checking num_threads v0.1.7
10502026-08-20T02:24:09.571Z Compiling rustix v0.38.44
10512026-08-20T02:24:09.644Z Checking powerfmt v0.2.0
10522026-08-20T02:24:09.792Z Checking deranged v0.5.8
10532026-08-20T02:24:10.799Z Compiling heapless v0.8.0
10542026-08-20T02:24:10.849Z Compiling typify v0.6.2
10552026-08-20T02:24:10.849Z Checking crossbeam-channel v0.5.16
10562026-08-20T02:24:10.849Z Checking time v0.3.55
10572026-08-20T02:24:10.933Z Compiling scroll_derive v0.12.1
10582026-08-20T02:24:10.972Z Compiling serde_repr v0.1.21
10592026-08-20T02:24:11.428Z Checking cpufeatures v0.3.0
10602026-08-20T02:24:11.718Z Compiling heck v0.4.1
10612026-08-20T02:24:12.065Z Checking futures-executor v0.3.34
10622026-08-20T02:24:12.207Z Checking sync_wrapper v1.0.2
10632026-08-20T02:24:12.227Z Checking thread_local v1.1.10
10642026-08-20T02:24:12.390Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10652026-08-20T02:24:12.632Z Compiling smoltcp v0.11.0
10662026-08-20T02:24:12.701Z Checking tower v0.5.3
10672026-08-20T02:24:12.968Z Checking rand_core v0.9.5
10682026-08-20T02:24:13.004Z Checking webpki-roots v1.0.9
10692026-08-20T02:24:13.214Z Compiling rustc_version v0.4.1
10702026-08-20T02:24:13.285Z Checking is-terminal v0.4.17
10712026-08-20T02:24:13.319Z Checking take_mut v0.2.2
10722026-08-20T02:24:13.374Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
10732026-08-20T02:24:13.424Z Checking term v1.2.1
10742026-08-20T02:24:13.525Z Compiling curve25519-dalek v4.1.3
10752026-08-20T02:24:13.603Z Checking tower-http v0.6.11
10762026-08-20T02:24:13.624Z Checking futures v0.3.34
10772026-08-20T02:24:13.641Z Checking slog-term v2.9.2
10782026-08-20T02:24:13.789Z Compiling toml_datetime v0.6.11
10792026-08-20T02:24:13.821Z Compiling foreign-types-macros v0.2.4
10802026-08-20T02:24:14.097Z Checking hex v0.4.3
10812026-08-20T02:24:14.174Z Checking fastrand v2.5.0
10822026-08-20T02:24:14.427Z Checking rand_chacha v0.9.0
10832026-08-20T02:24:14.651Z Compiling zerocopy v0.7.35
10842026-08-20T02:24:14.699Z Compiling thiserror-impl-no-std v2.0.2
10852026-08-20T02:24:14.770Z Compiling hubpack_derive v0.1.1
10862026-08-20T02:24:15.178Z Compiling curve25519-dalek-derive v0.1.1
10872026-08-20T02:24:15.282Z Compiling proc-macro-error-attr v1.0.4
10882026-08-20T02:24:15.413Z Compiling usdt-impl v0.5.0
10892026-08-20T02:24:15.767Z Compiling dof v0.3.0
10902026-08-20T02:24:15.804Z Checking rand v0.9.5
10912026-08-20T02:24:15.829Z Compiling dtrace-parser v0.2.0
10922026-08-20T02:24:15.846Z Compiling darling_core v0.21.3
10932026-08-20T02:24:15.876Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10942026-08-20T02:24:16.420Z Compiling serde_spanned v1.1.1
10952026-08-20T02:24:16.566Z Compiling proc-macro-error v1.0.4
10962026-08-20T02:24:16.795Z Compiling thread-id v4.2.2
10972026-08-20T02:24:16.868Z Compiling memoffset v0.9.1
10982026-08-20T02:24:17.035Z Compiling toml_writer v1.1.2+spec-1.1.0
10992026-08-20T02:24:17.807Z Checking tempfile v3.27.0
11002026-08-20T02:24:17.951Z Compiling darling_macro v0.21.3
11012026-08-20T02:24:18.002Z Checking crypto-common v0.1.7
11022026-08-20T02:24:18.464Z Checking hybrid-array v0.4.14
11032026-08-20T02:24:18.843Z Compiling prettyplease v0.2.37
11042026-08-20T02:24:18.866Z Checking simd-adler32 v0.3.10
11052026-08-20T02:24:18.884Z Checking adler2 v2.0.1
11062026-08-20T02:24:18.901Z Checking match_cfg v0.1.0
11072026-08-20T02:24:18.969Z Checking openssl-probe v0.2.1
11082026-08-20T02:24:18.989Z Compiling cfg_aliases v0.2.2
11092026-08-20T02:24:19.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11102026-08-20T02:24:19.065Z Compiling nix v0.31.3
11112026-08-20T02:24:19.083Z Checking rustls-native-certs v0.8.4
11122026-08-20T02:24:19.122Z Checking miniz_oxide v0.8.9
11132026-08-20T02:24:19.215Z Checking hostname v0.3.1
11142026-08-20T02:24:19.273Z Compiling darling v0.21.3
11152026-08-20T02:24:19.621Z Checking slog-json v2.6.1
11162026-08-20T02:24:19.702Z Checking newtype-uuid v1.4.0
11172026-08-20T02:24:19.789Z Checking memmap2 v0.9.11
11182026-08-20T02:24:19.960Z Compiling crossbeam-deque v0.8.7
11192026-08-20T02:24:20.078Z Checking usdt v0.6.0
11202026-08-20T02:24:20.096Z Checking daft v0.1.8
11212026-08-20T02:24:20.129Z Checking slog-bunyan v2.5.0
11222026-08-20T02:24:20.236Z Checking flate2 v1.1.9
11232026-08-20T02:24:20.268Z Compiling ingot-macros v0.1.1
11242026-08-20T02:24:20.288Z Checking crypto-common v0.2.2
11252026-08-20T02:24:20.306Z Checking block-buffer v0.12.1
11262026-08-20T02:24:20.322Z Compiling usdt-macro v0.5.0
11272026-08-20T02:24:20.448Z Compiling usdt-attr-macro v0.5.0
11282026-08-20T02:24:20.517Z Compiling enum-as-inner v0.6.1
11292026-08-20T02:24:20.770Z Compiling num-derive v0.4.2
11302026-08-20T02:24:21.052Z Compiling winnow v0.7.15
11312026-08-20T02:24:21.154Z Checking compression-core v0.4.32
11322026-08-20T02:24:21.392Z Checking const-oid v0.10.2
11332026-08-20T02:24:21.652Z Checking debug-ignore v1.0.5
11342026-08-20T02:24:21.683Z Checking digest v0.11.3
11352026-08-20T02:24:21.790Z Checking compression-codecs v0.4.38
11362026-08-20T02:24:22.371Z Compiling progenitor-impl v0.14.0
11372026-08-20T02:24:22.931Z Checking macaddr v1.0.1
11382026-08-20T02:24:22.985Z Checking encoding_rs v0.8.35
11392026-08-20T02:24:23.074Z Compiling rayon-core v1.13.0
11402026-08-20T02:24:23.105Z Checking spin v0.9.9
11412026-08-20T02:24:23.148Z Checking mime v0.3.17
11422026-08-20T02:24:23.214Z Checking toml v1.1.4+spec-1.1.0
11432026-08-20T02:24:23.561Z Checking async-compression v0.4.43
11442026-08-20T02:24:23.663Z Checking sha1 v0.11.0
11452026-08-20T02:24:24.126Z Checking rand_chacha v0.3.1
11462026-08-20T02:24:24.174Z Checking waitgroup v0.1.2
11472026-08-20T02:24:24.191Z Checking rustls-pemfile v2.2.0
11482026-08-20T02:24:24.291Z Checking async-stream v0.3.6
11492026-08-20T02:24:24.327Z Checking serde_path_to_error v0.1.20
11502026-08-20T02:24:24.375Z Checking hostname v0.4.2
11512026-08-20T02:24:24.412Z Compiling wait-timeout v0.2.1
11522026-08-20T02:24:24.420Z Compiling progenitor-macro v0.14.0
11532026-08-20T02:24:24.468Z Compiling bit-vec v0.8.0
11542026-08-20T02:24:24.621Z Compiling quick-error v1.2.3
11552026-08-20T02:24:24.768Z Compiling rusty-fork v0.3.1
11562026-08-20T02:24:24.886Z Compiling bit-set v0.8.0
11572026-08-20T02:24:24.919Z Checking rand v0.8.7
11582026-08-20T02:24:25.351Z Compiling rand_xorshift v0.4.0
11592026-08-20T02:24:25.496Z Compiling num-integer v0.1.47
11602026-08-20T02:24:25.771Z Compiling unarray v0.1.4
11612026-08-20T02:24:25.788Z Compiling semver v0.1.20
11622026-08-20T02:24:26.001Z Compiling winnow v0.5.40
11632026-08-20T02:24:26.079Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11642026-08-20T02:24:26.127Z Compiling rustc_version v0.1.7
11652026-08-20T02:24:26.248Z Compiling proptest v1.11.0
11662026-08-20T02:24:27.212Z Compiling reqwest v0.12.28
11672026-08-20T02:24:27.303Z Compiling toml_edit v0.19.15
11682026-08-20T02:24:27.397Z Compiling backon v1.6.0
11692026-08-20T02:24:27.598Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11702026-08-20T02:24:27.728Z Checking block-buffer v0.10.4
11712026-08-20T02:24:28.351Z Compiling strum v0.26.3
11722026-08-20T02:24:28.569Z Compiling instant v0.1.13
11732026-08-20T02:24:28.724Z Checking unicode-width v0.2.2
11742026-08-20T02:24:28.782Z Compiling utf8parse v0.2.2
11752026-08-20T02:24:28.919Z Compiling anstyle-parse v1.0.0
11762026-08-20T02:24:29.011Z Compiling backoff v0.4.0
11772026-08-20T02:24:29.069Z Compiling iddqd v0.4.6
11782026-08-20T02:24:29.098Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11792026-08-20T02:24:29.149Z Compiling proc-macro-crate v1.3.1
11802026-08-20T02:24:29.205Z Compiling progenitor-client v0.10.0
11812026-08-20T02:24:29.250Z Checking digest v0.10.7
11822026-08-20T02:24:29.277Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11832026-08-20T02:24:29.376Z Compiling newtype_derive v0.1.6
11842026-08-20T02:24:29.439Z Compiling num-rational v0.4.2
11852026-08-20T02:24:29.457Z Compiling num-iter v0.1.46
11862026-08-20T02:24:29.475Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11872026-08-20T02:24:29.509Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11882026-08-20T02:24:29.605Z Compiling parse-display v0.10.0
11892026-08-20T02:24:29.934Z Compiling strum v0.27.2
11902026-08-20T02:24:29.955Z Compiling serde_with v3.22.0
11912026-08-20T02:24:30.037Z Compiling num-complex v0.4.6
11922026-08-20T02:24:30.212Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
11932026-08-20T02:24:30.285Z Compiling anstyle v1.0.14
11942026-08-20T02:24:30.412Z Compiling anstyle-query v1.1.5
11952026-08-20T02:24:30.436Z Compiling is_terminal_polyfill v1.70.2
11962026-08-20T02:24:30.455Z Compiling colorchoice v1.0.5
11972026-08-20T02:24:30.502Z Compiling humantime v2.4.0
11982026-08-20T02:24:30.521Z Compiling owo-colors v4.3.0
11992026-08-20T02:24:30.537Z Compiling vcpkg v0.2.15
12002026-08-20T02:24:30.563Z Compiling anstream v1.0.0
12012026-08-20T02:24:30.803Z Compiling num v0.4.3
12022026-08-20T02:24:30.893Z Compiling num_enum_derive v0.5.11
12032026-08-20T02:24:31.007Z Checking rustls-webpki v0.103.14
12042026-08-20T02:24:31.080Z Compiling openssl-sys v0.9.117
12052026-08-20T02:24:31.121Z Compiling terminal_size v0.4.4
12062026-08-20T02:24:31.448Z Compiling serde_spanned v0.6.9
12072026-08-20T02:24:31.591Z Compiling derive-where v1.6.1
12082026-08-20T02:24:31.616Z Compiling pin-project-internal v1.1.13
12092026-08-20T02:24:31.638Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12102026-08-20T02:24:32.194Z Compiling clap_lex v1.1.0
12112026-08-20T02:24:32.347Z Compiling float-ord v0.3.2
12122026-08-20T02:24:32.408Z Compiling toml_write v0.1.2
12132026-08-20T02:24:32.466Z Compiling clap_builder v4.6.6
12142026-08-20T02:24:32.610Z Compiling toml_edit v0.22.27
12152026-08-20T02:24:33.101Z Compiling progenitor-impl v0.13.0
12162026-08-20T02:24:33.833Z Checking tokio-rustls v0.26.4
12172026-08-20T02:24:33.924Z Checking rustls-platform-verifier v0.7.0
12182026-08-20T02:24:34.066Z Checking hyper-rustls v0.27.9
12192026-08-20T02:24:34.271Z Checking reqwest v0.13.4
12202026-08-20T02:24:34.958Z Checking progenitor-client v0.14.0
12212026-08-20T02:24:35.392Z Compiling progenitor-macro v0.13.0
12222026-08-20T02:24:35.564Z Compiling clap v4.6.6
12232026-08-20T02:24:35.654Z Compiling toml v0.8.23
12242026-08-20T02:24:35.999Z Compiling zone_cfg_derive v0.3.1
12252026-08-20T02:24:36.177Z Compiling snafu-derive v0.8.9
12262026-08-20T02:24:36.367Z Compiling async-recursion v1.1.1
12272026-08-20T02:24:36.768Z Compiling progenitor-extras v0.2.0
12282026-08-20T02:24:37.974Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12292026-08-20T02:24:38.003Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12302026-08-20T02:24:38.156Z Compiling slog-dtrace v0.3.0
12312026-08-20T02:24:38.200Z Compiling openssl v0.10.81
12322026-08-20T02:24:38.390Z Compiling minimal-lexical v0.2.1
12332026-08-20T02:24:38.464Z Compiling cancel-safe-futures v0.1.5
12342026-08-20T02:24:38.530Z Compiling unicode-xid v0.2.6
12352026-08-20T02:24:38.569Z Compiling chrono-tz v0.10.4
12362026-08-20T02:24:38.827Z Compiling const_format_proc_macros v0.2.34
12372026-08-20T02:24:38.845Z Compiling nom v7.1.3
12382026-08-20T02:24:39.601Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12392026-08-20T02:24:39.672Z Compiling openssl-macros v0.1.1
12402026-08-20T02:24:39.925Z Checking cpufeatures v0.2.17
12412026-08-20T02:24:40.155Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12422026-08-20T02:24:40.581Z Compiling cookie v0.18.2
12432026-08-20T02:24:40.638Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12442026-08-20T02:24:40.858Z Compiling tabled_derive v0.7.0
12452026-08-20T02:24:41.528Z Checking num_enum v0.7.6
12462026-08-20T02:24:41.843Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12472026-08-20T02:24:43.586Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12482026-08-20T02:24:43.783Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-08-20T02:24:43.924Z Checking tabwriter v1.4.1
12502026-08-20T02:24:44.206Z Checking secrecy v0.10.3
12512026-08-20T02:24:44.231Z Checking tinyvec_macros v0.1.1
12522026-08-20T02:24:44.305Z Checking colored v3.1.1
12532026-08-20T02:24:44.510Z Checking tinyvec v1.12.0
12542026-08-20T02:24:44.831Z Checking hash32 v0.3.1
12552026-08-20T02:24:44.920Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12562026-08-20T02:24:44.979Z Checking bstr v1.13.1
12572026-08-20T02:24:45.162Z Checking data-encoding v2.11.1
12582026-08-20T02:24:45.311Z Checking hmac v0.12.1
12592026-08-20T02:24:45.439Z Checking inout v0.1.4
12602026-08-20T02:24:45.456Z Checking scroll v0.12.0
12612026-08-20T02:24:45.570Z Checking ff v0.13.1
12622026-08-20T02:24:45.590Z Checking cobs v0.3.0
12632026-08-20T02:24:45.593Z Checking bitflags v1.3.2
12642026-08-20T02:24:45.664Z Checking managed v0.8.0
12652026-08-20T02:24:45.689Z Checking foreign-types-shared v0.3.1
12662026-08-20T02:24:45.707Z Checking static_assertions v1.1.0
12672026-08-20T02:24:45.737Z Checking group v0.13.0
12682026-08-20T02:24:45.754Z Checking postcard v1.1.3
12692026-08-20T02:24:45.778Z Checking goblin v0.8.2
12702026-08-20T02:24:45.800Z Checking foreign-types v0.5.0
12712026-08-20T02:24:45.832Z Checking cipher v0.4.4
12722026-08-20T02:24:45.876Z Checking hkdf v0.12.4
12732026-08-20T02:24:45.895Z Checking atomicwrites v0.4.4
12742026-08-20T02:24:46.028Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12752026-08-20T02:24:46.064Z Checking universal-hash v0.5.1
12762026-08-20T02:24:46.187Z Checking crypto-bigint v0.5.5
12772026-08-20T02:24:46.269Z Checking chacha20 v0.10.1
12782026-08-20T02:24:46.341Z Checking half v2.7.1
12792026-08-20T02:24:46.597Z Checking cstr-argument v0.1.2
12802026-08-20T02:24:46.725Z Checking indent_write v2.2.0
12812026-08-20T02:24:46.796Z Checking base64ct v1.8.3
12822026-08-20T02:24:46.814Z Checking ciborium-io v0.2.2
12832026-08-20T02:24:46.857Z Checking base16ct v0.2.0
12842026-08-20T02:24:46.907Z Checking opaque-debug v0.3.1
12852026-08-20T02:24:46.979Z Checking ciborium-ll v0.2.2
12862026-08-20T02:24:46.985Z Checking poly1305 v0.8.0
12872026-08-20T02:24:47.033Z Checking password-hash v0.5.0
12882026-08-20T02:24:47.063Z Checking elliptic-curve v0.13.8
12892026-08-20T02:24:47.081Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12902026-08-20T02:24:47.175Z Checking rand v0.10.2
12912026-08-20T02:24:47.244Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
12922026-08-20T02:24:47.266Z Checking chacha20 v0.9.1
12932026-08-20T02:24:47.283Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12942026-08-20T02:24:47.338Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
12952026-08-20T02:24:47.459Z Checking blake2 v0.10.6
12962026-08-20T02:24:47.538Z Checking aead v0.5.2
12972026-08-20T02:24:47.672Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12982026-08-20T02:24:47.690Z Checking thiserror-no-std v2.0.2
12992026-08-20T02:24:47.694Z Checking hubpack v0.1.2
13002026-08-20T02:24:47.744Z Checking byte-wrapper v0.1.0
13012026-08-20T02:24:47.781Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13022026-08-20T02:24:47.953Z Checking keccak v0.1.6
13032026-08-20T02:24:47.967Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13042026-08-20T02:24:48.034Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13052026-08-20T02:24:48.111Z Checking sha3 v0.10.9
13062026-08-20T02:24:48.123Z Checking vsss-rs v3.3.4
13072026-08-20T02:24:48.316Z Checking argon2 v0.5.3
13082026-08-20T02:24:48.387Z Checking chacha20poly1305 v0.10.1
13092026-08-20T02:24:48.478Z Checking ciborium v0.2.2
13102026-08-20T02:24:48.551Z Checking similar v2.7.0
13112026-08-20T02:24:48.758Z Checking memmap v0.7.0
13122026-08-20T02:24:48.879Z Checking lazy_static v1.5.0
13132026-08-20T02:24:48.924Z Checking usdt v0.5.0
13142026-08-20T02:24:48.987Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13152026-08-20T02:24:49.181Z Checking ingot-types v0.1.2
13162026-08-20T02:24:49.184Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13172026-08-20T02:24:49.376Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13182026-08-20T02:24:49.394Z Checking progenitor v0.14.0
13192026-08-20T02:24:49.440Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13202026-08-20T02:24:49.459Z Checking bytecount v0.6.9
13212026-08-20T02:24:49.525Z Checking unicode-segmentation v1.13.3
13222026-08-20T02:24:49.543Z Checking ingot v0.1.1
13232026-08-20T02:24:49.801Z Checking console v0.15.11
13242026-08-20T02:24:49.859Z Checking newline-converter v0.3.0
13252026-08-20T02:24:49.918Z Checking itertools v0.12.1
13262026-08-20T02:24:50.072Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13272026-08-20T02:24:50.138Z Checking resolv-conf v0.7.6
13282026-08-20T02:24:50.170Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13292026-08-20T02:24:50.213Z Compiling parking_lot_core v0.8.6
13302026-08-20T02:24:50.285Z Checking swrite v0.1.0
13312026-08-20T02:24:50.319Z Checking linked-hash-map v0.5.6
13322026-08-20T02:24:50.488Z Checking lru-cache v0.1.2
13332026-08-20T02:24:50.527Z Checking expectorate v1.2.0
13342026-08-20T02:24:50.623Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13352026-08-20T02:24:50.656Z Checking rayon v1.12.0
13362026-08-20T02:24:50.772Z Checking hickory-proto v0.24.4
13372026-08-20T02:24:51.008Z Checking camino-tempfile v1.4.1
13382026-08-20T02:24:51.119Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13392026-08-20T02:24:51.310Z Checking serde-big-array v0.5.1
13402026-08-20T02:24:51.445Z Checking siphasher v1.0.3
13412026-08-20T02:24:51.604Z Checking phf_shared v0.12.1
13422026-08-20T02:24:51.746Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13432026-08-20T02:24:52.092Z Checking unicode-normalization v0.1.25
13442026-08-20T02:24:52.252Z Checking progenitor-client v0.13.0
13452026-08-20T02:24:52.306Z Checking hickory-resolver v0.24.4
13462026-08-20T02:24:52.343Z Checking pin-project v1.1.13
13472026-08-20T02:24:52.446Z Checking num_enum v0.5.11
13482026-08-20T02:24:52.842Z Checking tokio-stream v0.1.19
13492026-08-20T02:24:53.046Z Checking csv-core v0.1.13
13502026-08-20T02:24:53.085Z Checking unicode-linebreak v0.1.5
13512026-08-20T02:24:53.104Z Checking highway v1.3.0
13522026-08-20T02:24:53.223Z Checking foreign-types-shared v0.1.1
13532026-08-20T02:24:53.242Z Checking konst_macro_rules v0.2.19
13542026-08-20T02:24:53.316Z Checking same-file v1.0.6
13552026-08-20T02:24:53.333Z Checking foldhash v0.1.5
13562026-08-20T02:24:53.367Z Checking unicode-width v0.1.14
13572026-08-20T02:24:53.424Z Checking smawk v0.3.3
13582026-08-20T02:24:53.463Z Checking jiff-core v0.1.0
13592026-08-20T02:24:53.477Z Checking hashbrown v0.15.5
13602026-08-20T02:24:53.543Z Checking textwrap v0.16.2
13612026-08-20T02:24:53.608Z Checking walkdir v2.5.0
13622026-08-20T02:24:53.641Z Checking konst v0.2.20
13632026-08-20T02:24:53.762Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13642026-08-20T02:24:53.781Z Checking foreign-types v0.3.2
13652026-08-20T02:24:53.826Z Checking qorb v0.4.1
13662026-08-20T02:24:53.857Z Checking csv v1.4.0
13672026-08-20T02:24:54.042Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13682026-08-20T02:24:54.136Z Checking jiff v0.2.35
13692026-08-20T02:24:54.498Z Checking progenitor v0.13.0
13702026-08-20T02:24:54.635Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13712026-08-20T02:24:54.655Z Checking olpc-cjson v0.1.4
13722026-08-20T02:24:54.721Z Checking snafu v0.8.9
13732026-08-20T02:24:54.811Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13742026-08-20T02:24:54.829Z Checking phf v0.12.1
13752026-08-20T02:24:54.982Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13762026-08-20T02:24:55.078Z Checking zone v0.3.1
13772026-08-20T02:24:55.212Z Checking tokio-dtrace v0.1.1
13782026-08-20T02:24:55.395Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13792026-08-20T02:24:55.434Z Checking globset v0.4.20
13802026-08-20T02:24:55.473Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13812026-08-20T02:24:55.936Z Checking smf v0.2.3
13822026-08-20T02:24:56.060Z Checking pem v3.0.6
13832026-08-20T02:24:56.168Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13842026-08-20T02:24:56.206Z Checking libsw-core v0.3.2
13852026-08-20T02:24:56.332Z Checking serde_plain v1.0.2
13862026-08-20T02:24:56.351Z Checking sigpipe v0.1.3
13872026-08-20T02:24:56.412Z Checking glob v0.3.4
13882026-08-20T02:24:56.431Z Checking fixedbitset v0.5.7
13892026-08-20T02:24:56.480Z Checking fixedbitset v0.4.2
13902026-08-20T02:24:56.645Z Checking typed-path v0.9.3
13912026-08-20T02:24:56.651Z Checking petgraph v0.6.5
13922026-08-20T02:24:56.651Z Checking petgraph v0.8.3
13932026-08-20T02:24:56.896Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13942026-08-20T02:24:57.009Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-08-20T02:24:57.099Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13962026-08-20T02:24:57.153Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13972026-08-20T02:24:57.319Z Checking libsw v3.5.0
13982026-08-20T02:24:57.409Z Checking tough v0.22.0
13992026-08-20T02:24:57.559Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14002026-08-20T02:24:57.630Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14012026-08-20T02:24:57.837Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14022026-08-20T02:24:57.857Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-08-20T02:24:57.924Z Checking oxide-tokio-rt v0.1.6
14042026-08-20T02:24:58.072Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14052026-08-20T02:24:58.090Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14062026-08-20T02:24:58.156Z Checking const_format v0.2.36
14072026-08-20T02:24:58.206Z Checking papergrid v0.11.0
14082026-08-20T02:24:58.630Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-08-20T02:24:58.649Z Checking gethostname v0.5.0
14102026-08-20T02:24:58.745Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14112026-08-20T02:24:58.764Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14122026-08-20T02:24:58.876Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14132026-08-20T02:24:59.071Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14142026-08-20T02:24:59.377Z Checking libscf-sys v1.2.0
14152026-08-20T02:24:59.557Z Checking bcs v0.1.6
14162026-08-20T02:24:59.664Z Checking linear-map v1.2.0
14172026-08-20T02:24:59.667Z Checking termtree v0.5.1
14182026-08-20T02:24:59.719Z Checking tagptr v0.2.0
14192026-08-20T02:24:59.740Z Checking whoami v1.6.1
14202026-08-20T02:24:59.856Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-08-20T02:24:59.875Z Checking moka v0.12.16
14222026-08-20T02:25:00.745Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-08-20T02:25:01.160Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-08-20T02:25:01.382Z Checking tabled v0.15.0
14252026-08-20T02:25:01.659Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-08-20T02:25:01.682Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-08-20T02:25:01.704Z Checking steno v0.4.1
14282026-08-20T02:25:01.729Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-08-20T02:25:02.273Z Checking hickory-proto v0.25.2
14302026-08-20T02:25:03.840Z Checking hickory-resolver v0.25.2
14312026-08-20T02:25:03.857Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14322026-08-20T02:25:04.114Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-08-20T02:25:04.463Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-08-20T02:25:05.065Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14352026-08-20T02:25:05.147Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14362026-08-20T02:25:09.564Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-08-20T02:25:09.816Z Checking nom v8.0.0
14382026-08-20T02:25:12.982Z Compiling crunchy v0.2.4
14392026-08-20T02:25:14.691Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14402026-08-20T02:25:15.491Z Compiling itertools v0.15.0
14412026-08-20T02:25:15.522Z Compiling tiny-keccak v2.0.2
14422026-08-20T02:25:15.620Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14432026-08-20T02:25:16.190Z Compiling typify-impl v0.4.3
14442026-08-20T02:25:16.788Z Compiling ingot-macros v0.2.0
14452026-08-20T02:25:16.979Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-08-20T02:25:17.263Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14472026-08-20T02:25:17.478Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14482026-08-20T02:25:17.567Z Checking parking_lot v0.11.2
14492026-08-20T02:25:17.776Z Compiling const-random-macro v0.1.16
14502026-08-20T02:25:17.977Z Checking fxhash v0.2.1
14512026-08-20T02:25:18.005Z Compiling ahash v0.8.12
14522026-08-20T02:25:18.108Z Checking sled v0.34.7
14532026-08-20T02:25:18.172Z Compiling smartstring v1.0.1
14542026-08-20T02:25:18.472Z Checking internet-checksum v0.2.1
14552026-08-20T02:25:18.718Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14562026-08-20T02:25:18.739Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-08-20T02:25:19.321Z Compiling rhai_codegen v3.2.0
14582026-08-20T02:25:19.344Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14592026-08-20T02:25:19.452Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14602026-08-20T02:25:19.549Z Compiling typify-macro v0.4.3
14612026-08-20T02:25:19.955Z Checking arc-swap v1.9.2
14622026-08-20T02:25:20.097Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14632026-08-20T02:25:20.269Z Checking slog-scope v4.4.1
14642026-08-20T02:25:20.415Z Checking papergrid v0.18.0
14652026-08-20T02:25:20.484Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14662026-08-20T02:25:20.501Z Checking dropshot-api-manager-types v0.7.2
14672026-08-20T02:25:20.542Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14682026-08-20T02:25:20.896Z Checking slog-stdlog v4.1.1
14692026-08-20T02:25:20.996Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14702026-08-20T02:25:21.021Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14712026-08-20T02:25:21.078Z Compiling typify v0.4.3
14722026-08-20T02:25:21.179Z Compiling progenitor-impl v0.10.0
14732026-08-20T02:25:21.197Z Checking tabled v0.21.0
14742026-08-20T02:25:21.224Z Compiling lzma-sys v0.1.20
14752026-08-20T02:25:21.261Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
14762026-08-20T02:25:21.883Z Compiling fs-err v3.3.1
14772026-08-20T02:25:21.966Z Compiling typeid v1.0.3
14782026-08-20T02:25:22.230Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14792026-08-20T02:25:22.283Z Checking slog-envlogger v2.2.0
14802026-08-20T02:25:22.300Z Checking ingot-types v0.2.0
14812026-08-20T02:25:22.675Z Compiling toml_datetime v0.7.5+spec-1.1.0
14822026-08-20T02:25:23.087Z Checking crc8 v0.1.1
14832026-08-20T02:25:23.189Z Compiling toml v0.9.12+spec-1.1.0
14842026-08-20T02:25:23.192Z Checking ingot v0.2.1
14852026-08-20T02:25:23.264Z Compiling progenitor-macro v0.10.0
14862026-08-20T02:25:23.338Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
14872026-08-20T02:25:24.272Z Checking const-random v0.1.18
14882026-08-20T02:25:24.609Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14892026-08-20T02:25:24.836Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14902026-08-20T02:25:25.677Z Compiling cargo_toml v0.22.3
14912026-08-20T02:25:25.843Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14922026-08-20T02:25:26.546Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14932026-08-20T02:25:26.793Z Checking thin-vec v0.2.19
14942026-08-20T02:25:27.215Z Checking rhai v1.25.1
14952026-08-20T02:25:27.898Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
14962026-08-20T02:25:27.901Z Checking sha1 v0.10.7
14972026-08-20T02:25:28.176Z Checking utf-8 v0.7.6
14982026-08-20T02:25:28.459Z Checking tungstenite v0.21.0
14992026-08-20T02:25:28.887Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15002026-08-20T02:25:29.639Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15012026-08-20T02:25:29.812Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15022026-08-20T02:25:29.909Z Checking port-file v0.1.0
15032026-08-20T02:25:29.984Z Checking sha2 v0.10.9
15042026-08-20T02:25:30.096Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15052026-08-20T02:25:30.242Z Checking progenitor v0.10.0
15062026-08-20T02:25:30.321Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15072026-08-20T02:25:30.338Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15082026-08-20T02:25:30.538Z Checking tokio-tungstenite v0.21.0
15092026-08-20T02:25:31.706Z Checking console v0.16.4
15102026-08-20T02:25:31.761Z Checking git-stub v1.0.0
15112026-08-20T02:25:32.000Z Checking unit-prefix v0.5.2
15122026-08-20T02:25:32.038Z Checking is_ci v1.2.0
15132026-08-20T02:25:32.153Z Checking yansi v1.0.1
15142026-08-20T02:25:32.176Z Checking base64 v0.21.7
15152026-08-20T02:25:32.252Z Checking diff v0.1.13
15162026-08-20T02:25:32.390Z Checking supports-color v3.0.2
15172026-08-20T02:25:32.414Z Checking pretty_assertions v1.4.1
15182026-08-20T02:25:32.417Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15192026-08-20T02:25:32.522Z Checking indicatif v0.18.6
15202026-08-20T02:25:33.369Z Checking git-stub-vcs v0.1.0
15212026-08-20T02:25:33.566Z Checking xz2 v0.1.7
15222026-08-20T02:25:33.730Z Checking ron v0.12.2
15232026-08-20T02:25:33.916Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15242026-08-20T02:25:34.065Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15252026-08-20T02:25:34.226Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15262026-08-20T02:25:34.356Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15272026-08-20T02:25:34.522Z Checking drift v0.2.0
15282026-08-20T02:25:34.863Z Compiling serial_test_derive v4.0.1
15292026-08-20T02:25:35.061Z Checking base16ct v1.0.0
15302026-08-20T02:25:35.467Z Checking dropshot-api-manager v0.7.2
15312026-08-20T02:25:35.531Z Checking serial_test v4.0.1
15322026-08-20T02:25:36.442Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15332026-08-20T02:25:36.462Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15342026-08-20T02:25:36.506Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15352026-08-20T02:25:36.734Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15362026-08-20T02:25:37.493Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15372026-08-20T02:25:38.442Z Checking natord v1.0.9
15382026-08-20T02:25:38.627Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15392026-08-20T02:25:38.672Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15402026-08-20T02:25:38.690Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15412026-08-20T02:25:38.992Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15422026-08-20T02:25:39.254Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15432026-08-20T02:25:39.549Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15442026-08-20T02:25:39.868Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15452026-08-20T02:25:39.871Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15462026-08-20T02:25:39.979Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15472026-08-20T02:25:48.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15482026-08-20T02:25:49.282Z+ cargo xtask openapi check
15492026-08-20T02:25:49.912Z Compiling cfg-if v1.0.4
15502026-08-20T02:25:49.915Z Compiling libc v0.2.189
15512026-08-20T02:25:50.012Z Compiling serde_core v1.0.229
15522026-08-20T02:25:50.023Z Compiling memchr v2.8.3
15532026-08-20T02:25:50.030Z Compiling smallvec v1.15.2
15542026-08-20T02:25:50.034Z Compiling itoa v1.0.18
15552026-08-20T02:25:50.047Z Compiling stable_deref_trait v1.2.1
15562026-08-20T02:25:50.050Z Compiling zerofrom v0.1.8
15572026-08-20T02:25:50.064Z Compiling zmij v1.0.23
15582026-08-20T02:25:50.112Z Compiling litemap v0.8.2
15592026-08-20T02:25:50.164Z Compiling yoke v0.8.3
15602026-08-20T02:25:50.212Z Compiling writeable v0.6.3
15612026-08-20T02:25:50.223Z Compiling utf8_iter v1.0.4
15622026-08-20T02:25:50.287Z Compiling percent-encoding v2.3.2
15632026-08-20T02:25:50.341Z Compiling zerovec v0.11.6
15642026-08-20T02:25:50.351Z Compiling zerotrie v0.2.4
15652026-08-20T02:25:50.363Z Compiling icu_normalizer_data v2.2.0
15662026-08-20T02:25:50.407Z Compiling icu_properties_data v2.2.0
15672026-08-20T02:25:50.435Z Compiling libm v0.2.16
15682026-08-20T02:25:50.475Z Compiling form_urlencoded v1.2.2
15692026-08-20T02:25:50.475Z Compiling rand_core v0.10.1
15702026-08-20T02:25:50.555Z Compiling errno v0.3.14
15712026-08-20T02:25:50.635Z Compiling getrandom v0.4.3
15722026-08-20T02:25:50.649Z Compiling iana-time-zone v0.1.65
15732026-08-20T02:25:50.660Z Compiling pin-project-lite v0.2.17
15742026-08-20T02:25:50.670Z Compiling zeroize v1.9.0
15752026-08-20T02:25:50.710Z Compiling dyn-clone v1.0.20
15762026-08-20T02:25:50.749Z Compiling scopeguard v1.2.0
15772026-08-20T02:25:50.811Z Compiling tinystr v0.8.3
15782026-08-20T02:25:50.848Z Compiling potential_utf v0.1.5
15792026-08-20T02:25:50.851Z Compiling lock_api v0.4.14
15802026-08-20T02:25:50.868Z Compiling socket2 v0.6.5
15812026-08-20T02:25:50.872Z Compiling parking_lot_core v0.9.12
15822026-08-20T02:25:50.872Z Compiling signal-hook-registry v1.4.8
15832026-08-20T02:25:51.005Z Compiling icu_locale_core v2.2.0
15842026-08-20T02:25:51.008Z Compiling icu_collections v2.2.0
15852026-08-20T02:25:51.081Z Compiling parking_lot v0.12.5
15862026-08-20T02:25:51.152Z Compiling num-traits v0.2.19
15872026-08-20T02:25:51.170Z Compiling mio v1.2.2
15882026-08-20T02:25:51.297Z Compiling portable-atomic v1.15.0
15892026-08-20T02:25:51.452Z Compiling futures-core v0.3.34
15902026-08-20T02:25:51.520Z Compiling thiserror v2.0.20
15912026-08-20T02:25:51.562Z Compiling critical-section v1.2.0
15922026-08-20T02:25:51.606Z Compiling equivalent v1.0.2
15932026-08-20T02:25:51.622Z Compiling subtle v2.6.1
15942026-08-20T02:25:51.654Z Compiling serde v1.0.229
15952026-08-20T02:25:51.665Z Compiling serde_json v1.0.151
15962026-08-20T02:25:51.690Z Compiling icu_provider v2.2.0
15972026-08-20T02:25:51.765Z Compiling uuid v1.24.0
15982026-08-20T02:25:51.782Z Compiling semver v1.0.28
15992026-08-20T02:25:51.802Z Compiling bitflags v2.13.1
16002026-08-20T02:25:51.812Z Compiling once_cell v1.21.4
16012026-08-20T02:25:52.002Z Compiling icu_normalizer v2.2.0
16022026-08-20T02:25:52.015Z Compiling icu_properties v2.2.0
16032026-08-20T02:25:52.036Z Compiling zerocopy v0.8.56
16042026-08-20T02:25:52.062Z Compiling allocator-api2 v0.2.21
16052026-08-20T02:25:52.105Z Compiling bytes v1.12.1
16062026-08-20T02:25:52.175Z Compiling chrono v0.4.45
16072026-08-20T02:25:52.202Z Compiling futures-sink v0.3.34
16082026-08-20T02:25:52.305Z Compiling log v0.4.33
16092026-08-20T02:25:52.404Z Compiling typenum v1.20.1
16102026-08-20T02:25:52.498Z Compiling slab v0.4.12
16112026-08-20T02:25:52.579Z Compiling tokio v1.53.1
16122026-08-20T02:25:52.682Z Compiling slog v2.8.2
16132026-08-20T02:25:52.700Z Compiling futures-channel v0.3.34
16142026-08-20T02:25:52.758Z Compiling getrandom v0.2.17
16152026-08-20T02:25:52.769Z Compiling hashbrown v0.17.1
16162026-08-20T02:25:52.918Z Compiling idna_adapter v1.2.2
16172026-08-20T02:25:52.941Z Compiling rand_core v0.6.4
16182026-08-20T02:25:53.055Z Compiling idna v1.1.0
16192026-08-20T02:25:53.163Z Compiling futures-task v0.3.34
16202026-08-20T02:25:53.175Z Compiling futures-io v0.3.34
16212026-08-20T02:25:53.199Z Compiling tracing-core v0.1.36
16222026-08-20T02:25:53.306Z Compiling futures-util v0.3.34
16232026-08-20T02:25:53.329Z Compiling indexmap v2.14.0
16242026-08-20T02:25:53.338Z Compiling url v2.5.8
16252026-08-20T02:25:53.631Z Compiling base64 v0.22.1
16262026-08-20T02:25:53.768Z Compiling tracing v0.1.44
16272026-08-20T02:25:53.785Z Compiling http v1.5.0
16282026-08-20T02:25:53.963Z Compiling schemars v0.8.22
16292026-08-20T02:25:53.966Z Compiling unicode-ident v1.0.24
16302026-08-20T02:25:54.002Z Compiling fnv v1.0.7
16312026-08-20T02:25:54.095Z Compiling proc-macro2 v1.0.107
16322026-08-20T02:25:54.106Z Compiling byteorder v1.5.0
16332026-08-20T02:25:54.132Z Compiling ipnet v2.12.1
16342026-08-20T02:25:54.326Z Compiling erased-serde v0.3.31
16352026-08-20T02:25:54.629Z Compiling quote v1.0.47
16362026-08-20T02:25:54.734Z Compiling ipnetwork v0.21.1
16372026-08-20T02:25:54.757Z Compiling rustls-pki-types v1.15.1
16382026-08-20T02:25:54.816Z Compiling syn v2.0.119
16392026-08-20T02:25:54.908Z Compiling ppv-lite86 v0.2.21
16402026-08-20T02:25:55.009Z Compiling oxnet v0.1.6
16412026-08-20T02:25:55.222Z Compiling http-body v1.1.0
16422026-08-20T02:25:55.225Z Compiling thiserror v1.0.69
16432026-08-20T02:25:55.246Z Compiling aws-lc-sys v0.44.0
16442026-08-20T02:25:55.336Z Compiling untrusted v0.7.1
16452026-08-20T02:25:55.381Z Compiling atomic-waker v1.1.2
16462026-08-20T02:25:55.451Z Compiling httparse v1.10.1
16472026-08-20T02:25:55.462Z Compiling rustls v0.23.43
16482026-08-20T02:25:55.507Z Compiling tower-layer v0.3.3
16492026-08-20T02:25:55.541Z Compiling tower-service v0.3.3
16502026-08-20T02:25:55.568Z Compiling ryu v1.0.23
16512026-08-20T02:25:55.636Z Compiling untrusted v0.9.0
16522026-08-20T02:25:55.665Z Compiling try-lock v0.2.5
16532026-08-20T02:25:55.677Z Compiling pretty-hex v0.4.2
16542026-08-20T02:25:55.751Z Compiling aws-lc-rs v1.18.0
16552026-08-20T02:25:55.755Z Compiling want v0.3.1
16562026-08-20T02:25:55.784Z Compiling rustix v1.1.4
16572026-08-20T02:25:55.797Z Compiling httpdate v1.0.3
16582026-08-20T02:25:55.807Z Compiling plain v0.2.3
16592026-08-20T02:25:55.839Z Compiling omicron-workspace-hack v0.1.0
16602026-08-20T02:25:55.905Z Compiling getrandom v0.3.4
16612026-08-20T02:25:55.918Z Compiling ucd-trie v0.1.7
16622026-08-20T02:25:55.930Z Compiling regex-syntax v0.8.11
16632026-08-20T02:25:56.036Z Compiling rand_core v0.9.5
16642026-08-20T02:25:56.084Z Compiling pest v2.8.8
16652026-08-20T02:25:56.207Z Compiling crossbeam-utils v0.8.22
16662026-08-20T02:25:56.255Z Compiling tokio-util v0.7.19
16672026-08-20T02:25:56.723Z Compiling rustls-webpki v0.103.14
16682026-08-20T02:25:56.986Z Compiling h2 v0.4.15
16692026-08-20T02:25:56.998Z Compiling serde_urlencoded v0.7.1
16702026-08-20T02:25:57.290Z Compiling http-body-util v0.1.5
16712026-08-20T02:25:57.352Z Compiling newtype-uuid v1.4.0
16722026-08-20T02:25:57.561Z Compiling hex v0.4.3
16732026-08-20T02:25:57.684Z Compiling foldhash v0.2.0
16742026-08-20T02:25:57.696Z Compiling daft v0.1.8
16752026-08-20T02:25:57.840Z Compiling rand_chacha v0.9.0
16762026-08-20T02:25:57.928Z Compiling fastrand v2.5.0
16772026-08-20T02:25:57.978Z Compiling sync_wrapper v1.0.2
16782026-08-20T02:25:58.088Z Compiling rand v0.9.5
16792026-08-20T02:25:58.196Z Compiling tower v0.5.3
16802026-08-20T02:25:58.228Z Compiling generic-array v0.14.7
16812026-08-20T02:25:58.442Z Compiling anyhow v1.0.104
16822026-08-20T02:25:58.575Z Compiling aho-corasick v1.1.5
16832026-08-20T02:25:58.665Z Compiling tower-http v0.6.11
16842026-08-20T02:25:58.695Z Compiling tempfile v3.27.0
16852026-08-20T02:25:58.723Z Compiling hashbrown v0.16.1
16862026-08-20T02:25:58.817Z Compiling futures-executor v0.3.34
16872026-08-20T02:25:58.870Z Compiling camino v1.2.5
16882026-08-20T02:25:59.075Z Compiling openapiv3 v2.2.0
16892026-08-20T02:25:59.078Z Compiling deranged v0.5.8
16902026-08-20T02:25:59.096Z Compiling num-conv v0.2.2
16912026-08-20T02:25:59.249Z Compiling hyper v1.11.0
16922026-08-20T02:25:59.282Z Compiling num_threads v0.1.7
16932026-08-20T02:25:59.300Z Compiling time-core v0.1.9
16942026-08-20T02:25:59.382Z Compiling regex-automata v0.4.18
16952026-08-20T02:25:59.488Z Compiling cpufeatures v0.3.0
16962026-08-20T02:25:59.563Z Compiling openssl-probe v0.2.1
16972026-08-20T02:25:59.753Z Compiling powerfmt v0.2.0
16982026-08-20T02:25:59.966Z Compiling time v0.3.55
16992026-08-20T02:26:00.036Z Compiling rustls-native-certs v0.8.4
17002026-08-20T02:26:00.049Z Compiling futures v0.3.34
17012026-08-20T02:26:00.128Z Compiling tokio-rustls v0.26.4
17022026-08-20T02:26:00.366Z Compiling hyper-util v0.1.20
17032026-08-20T02:26:00.399Z Compiling scroll v0.13.0
17042026-08-20T02:26:00.402Z Compiling hybrid-array v0.4.14
17052026-08-20T02:26:00.627Z Compiling winnow v1.0.4
17062026-08-20T02:26:00.673Z Compiling simd-adler32 v0.3.10
17072026-08-20T02:26:00.870Z Compiling adler2 v2.0.1
17082026-08-20T02:26:00.881Z Compiling goblin v0.10.7
17092026-08-20T02:26:00.891Z Compiling rustls-platform-verifier v0.7.0
17102026-08-20T02:26:01.007Z Compiling miniz_oxide v0.8.9
17112026-08-20T02:26:01.120Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-08-20T02:26:01.608Z Compiling hyper-rustls v0.27.9
17132026-08-20T02:26:01.642Z Compiling crossbeam-channel v0.5.16
17142026-08-20T02:26:01.711Z Compiling crc32fast v1.5.0
17152026-08-20T02:26:01.901Z Compiling flate2 v1.1.9
17162026-08-20T02:26:01.912Z Compiling reqwest v0.13.4
17172026-08-20T02:26:01.974Z Compiling regex v1.13.1
17182026-08-20T02:26:02.010Z Compiling crypto-common v0.2.2
17192026-08-20T02:26:02.122Z Compiling block-buffer v0.12.1
17202026-08-20T02:26:02.330Z Compiling crypto-common v0.1.7
17212026-08-20T02:26:02.342Z Compiling dtrace-parser v0.3.0
17222026-08-20T02:26:02.449Z Compiling rand_chacha v0.3.1
17232026-08-20T02:26:02.465Z Compiling thread-id v5.1.0
17242026-08-20T02:26:02.553Z Compiling thread_local v1.1.10
17252026-08-20T02:26:02.683Z Compiling compression-core v0.4.32
17262026-08-20T02:26:02.823Z Compiling debug-ignore v1.0.5
17272026-08-20T02:26:02.835Z Compiling const-oid v0.10.2
17282026-08-20T02:26:02.846Z Compiling match_cfg v0.1.0
17292026-08-20T02:26:02.859Z Compiling compression-codecs v0.4.38
17302026-08-20T02:26:02.915Z Compiling hostname v0.3.1
17312026-08-20T02:26:02.928Z Compiling rand v0.8.7
17322026-08-20T02:26:02.972Z Compiling slog-json v2.6.1
17332026-08-20T02:26:03.047Z Compiling digest v0.11.3
17342026-08-20T02:26:03.059Z Compiling toml_parser v1.1.3+spec-1.1.0
17352026-08-20T02:26:03.108Z Compiling ref-cast v1.0.26
17362026-08-20T02:26:03.125Z Compiling strum v0.26.3
17372026-08-20T02:26:03.175Z Compiling macaddr v1.0.1
17382026-08-20T02:26:03.209Z Compiling toml_datetime v1.1.1+spec-1.1.0
17392026-08-20T02:26:03.221Z Compiling serde_spanned v1.1.1
17402026-08-20T02:26:03.255Z Compiling wait-timeout v0.2.1
17412026-08-20T02:26:03.371Z Compiling is-terminal v0.4.17
17422026-08-20T02:26:03.401Z Compiling memmap2 v0.9.11
17432026-08-20T02:26:03.470Z Compiling encoding_rs v0.8.35
17442026-08-20T02:26:03.517Z Compiling mime v0.3.17
17452026-08-20T02:26:03.548Z Compiling spin v0.9.9
17462026-08-20T02:26:03.581Z Compiling either v1.17.0
17472026-08-20T02:26:03.629Z Compiling take_mut v0.2.2
17482026-08-20T02:26:03.666Z Compiling quick-error v1.2.3
17492026-08-20T02:26:03.699Z Compiling term v1.2.1
17502026-08-20T02:26:04.741Z Compiling dof v0.4.0
17512026-08-20T02:26:04.746Z Compiling bit-vec v0.8.0
17522026-08-20T02:26:04.746Z Compiling toml_writer v1.1.2+spec-1.1.0
17532026-08-20T02:26:04.746Z Compiling rusty-fork v0.3.1
17542026-08-20T02:26:04.746Z Compiling slog-term v2.9.2
17552026-08-20T02:26:04.746Z Compiling bit-set v0.8.0
17562026-08-20T02:26:04.746Z Compiling toml v1.1.4+spec-1.1.0
17572026-08-20T02:26:04.746Z Compiling slog-async v2.8.0
17582026-08-20T02:26:04.746Z Compiling sha1 v0.11.0
17592026-08-20T02:26:04.746Z Compiling usdt-impl v0.6.0
17602026-08-20T02:26:04.746Z Compiling multer v3.1.0
17612026-08-20T02:26:04.746Z Compiling slog-bunyan v2.5.0
17622026-08-20T02:26:04.801Z Compiling async-compression v0.4.43
17632026-08-20T02:26:04.997Z Compiling usdt v0.6.0
17642026-08-20T02:26:05.101Z Compiling serde_with v3.22.0
17652026-08-20T02:26:05.115Z Compiling async-stream v0.3.6
17662026-08-20T02:26:05.115Z Compiling rand_xorshift v0.4.0
17672026-08-20T02:26:05.252Z Compiling waitgroup v0.1.2
17682026-08-20T02:26:05.271Z Compiling rustls-pemfile v2.2.0
17692026-08-20T02:26:05.281Z Compiling serde_path_to_error v0.1.20
17702026-08-20T02:26:05.301Z Compiling hostname v0.4.2
17712026-08-20T02:26:05.393Z Compiling unarray v0.1.4
17722026-08-20T02:26:05.441Z Compiling strum v0.27.2
17732026-08-20T02:26:05.464Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17742026-08-20T02:26:05.504Z Compiling proptest v1.11.0
17752026-08-20T02:26:05.515Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17762026-08-20T02:26:05.570Z Compiling dropshot v0.17.1
17772026-08-20T02:26:05.595Z Compiling progenitor-client v0.14.0
17782026-08-20T02:26:05.628Z Compiling iddqd v0.4.6
17792026-08-20T02:26:05.665Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-08-20T02:26:05.689Z Compiling reqwest v0.12.28
17812026-08-20T02:26:05.689Z Compiling block-buffer v0.10.4
17822026-08-20T02:26:05.850Z Compiling backon v1.6.0
17832026-08-20T02:26:05.877Z Compiling instant v0.1.13
17842026-08-20T02:26:05.903Z Compiling digest v0.10.7
17852026-08-20T02:26:05.983Z Compiling backoff v0.4.0
17862026-08-20T02:26:06.052Z Compiling progenitor-extras v0.2.0
17872026-08-20T02:26:06.119Z Compiling itertools v0.14.0
17882026-08-20T02:26:06.189Z Compiling parse-display v0.10.0
17892026-08-20T02:26:06.280Z Compiling regress v0.10.5
17902026-08-20T02:26:06.508Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
17912026-08-20T02:26:06.834Z Compiling progenitor-client v0.10.0
17922026-08-20T02:26:06.872Z Compiling humantime v2.4.0
17932026-08-20T02:26:07.143Z Compiling cpufeatures v0.2.17
17942026-08-20T02:26:07.230Z Compiling unicode-width v0.2.2
17952026-08-20T02:26:07.379Z Compiling secrecy v0.10.3
17962026-08-20T02:26:07.433Z Compiling tinyvec_macros v0.1.1
17972026-08-20T02:26:07.499Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
17982026-08-20T02:26:07.512Z Compiling heck v0.5.0
17992026-08-20T02:26:07.522Z Compiling tinyvec v1.12.0
18002026-08-20T02:26:07.539Z Compiling num-integer v0.1.47
18012026-08-20T02:26:07.760Z Compiling scroll v0.12.0
18022026-08-20T02:26:07.865Z Compiling crucible-workspace-hack v0.1.0
18032026-08-20T02:26:07.877Z Compiling hmac v0.12.1
18042026-08-20T02:26:07.940Z Compiling inout v0.1.4
18052026-08-20T02:26:08.021Z Compiling ff v0.13.1
18062026-08-20T02:26:08.035Z Compiling utf8parse v0.2.2
18072026-08-20T02:26:08.058Z Compiling cipher v0.4.4
18082026-08-20T02:26:08.093Z Compiling hkdf v0.12.4
18092026-08-20T02:26:08.149Z Compiling group v0.13.0
18102026-08-20T02:26:08.160Z Compiling anstyle-parse v1.0.0
18112026-08-20T02:26:08.240Z Compiling goblin v0.8.2
18122026-08-20T02:26:08.265Z Compiling num-rational v0.4.2
18132026-08-20T02:26:08.279Z Compiling num-iter v0.1.46
18142026-08-20T02:26:08.400Z Compiling zerocopy v0.7.35
18152026-08-20T02:26:08.550Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-20T02:26:08.638Z Compiling universal-hash v0.5.1
18172026-08-20T02:26:08.773Z Compiling regress v0.11.1
18182026-08-20T02:26:08.810Z Compiling crypto-bigint v0.5.5
18192026-08-20T02:26:08.965Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-20T02:26:09.104Z Compiling terminal_size v0.4.4
18212026-08-20T02:26:09.252Z Compiling half v2.7.1
18222026-08-20T02:26:09.304Z Compiling num-complex v0.4.6
18232026-08-20T02:26:09.549Z Compiling ciborium-io v0.2.2
18242026-08-20T02:26:09.628Z Compiling base64ct v1.8.3
18252026-08-20T02:26:09.648Z Compiling is_terminal_polyfill v1.70.2
18262026-08-20T02:26:09.690Z Compiling base16ct v0.2.0
18272026-08-20T02:26:09.748Z Compiling anstyle v1.0.14
18282026-08-20T02:26:09.853Z Compiling colorchoice v1.0.5
18292026-08-20T02:26:09.935Z Compiling anstyle-query v1.1.5
18302026-08-20T02:26:09.967Z Compiling opaque-debug v0.3.1
18312026-08-20T02:26:09.989Z Compiling password-hash v0.5.0
18322026-08-20T02:26:10.039Z Compiling poly1305 v0.8.0
18332026-08-20T02:26:10.050Z Compiling anstream v1.0.0
18342026-08-20T02:26:10.365Z Compiling typify-impl v0.6.2
18352026-08-20T02:26:10.431Z Compiling elliptic-curve v0.13.8
18362026-08-20T02:26:10.452Z Compiling dof v0.3.0
18372026-08-20T02:26:10.709Z Compiling num v0.4.3
18382026-08-20T02:26:10.798Z Compiling ciborium-ll v0.2.2
18392026-08-20T02:26:10.900Z Compiling curve25519-dalek v4.1.3
18402026-08-20T02:26:11.023Z Compiling thiserror-no-std v2.0.2
18412026-08-20T02:26:11.245Z Compiling chacha20 v0.9.1
18422026-08-20T02:26:11.265Z Compiling crossbeam-epoch v0.9.20
18432026-08-20T02:26:11.474Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18442026-08-20T02:26:11.618Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-08-20T02:26:11.873Z Compiling blake2 v0.10.6
18462026-08-20T02:26:12.018Z Compiling aead v0.5.2
18472026-08-20T02:26:12.021Z Compiling byte-wrapper v0.1.0
18482026-08-20T02:26:12.040Z Compiling dtrace-parser v0.2.0
18492026-08-20T02:26:12.070Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18502026-08-20T02:26:12.186Z Compiling thread-id v4.2.2
18512026-08-20T02:26:12.226Z Compiling float-ord v0.3.2
18522026-08-20T02:26:12.273Z Compiling keccak v0.1.6
18532026-08-20T02:26:12.346Z Compiling clap_lex v1.1.0
18542026-08-20T02:26:12.358Z Compiling strsim v0.11.1
18552026-08-20T02:26:12.446Z Compiling sha3 v0.10.9
18562026-08-20T02:26:12.512Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-08-20T02:26:12.595Z Compiling clap_builder v4.6.6
18582026-08-20T02:26:12.731Z Compiling usdt-impl v0.5.0
18592026-08-20T02:26:12.734Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18602026-08-20T02:26:12.859Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-08-20T02:26:13.405Z Compiling chacha20poly1305 v0.10.1
18622026-08-20T02:26:13.543Z Compiling argon2 v0.5.3
18632026-08-20T02:26:13.911Z Compiling typify v0.6.2
18642026-08-20T02:26:14.021Z Compiling vsss-rs v3.3.4
18652026-08-20T02:26:14.049Z Compiling ciborium v0.2.2
18662026-08-20T02:26:14.174Z Compiling hash32 v0.3.1
18672026-08-20T02:26:14.336Z Compiling memmap v0.7.0
18682026-08-20T02:26:14.523Z Compiling indent_write v2.2.0
18692026-08-20T02:26:14.629Z Compiling data-encoding v2.11.1
18702026-08-20T02:26:14.666Z Compiling usdt v0.5.0
18712026-08-20T02:26:14.942Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18722026-08-20T02:26:14.953Z Compiling heapless v0.8.0
18732026-08-20T02:26:15.002Z Compiling clap v4.6.6
18742026-08-20T02:26:15.038Z Compiling ingot-types v0.1.2
18752026-08-20T02:26:15.087Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-20T02:26:15.342Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-20T02:26:15.405Z Compiling rustix v0.38.44
18782026-08-20T02:26:15.440Z Compiling tabwriter v1.4.1
18792026-08-20T02:26:15.443Z Compiling cobs v0.3.0
18802026-08-20T02:26:15.655Z Compiling managed v0.8.0
18812026-08-20T02:26:15.679Z Compiling bitflags v1.3.2
18822026-08-20T02:26:15.760Z Compiling postcard v1.1.3
18832026-08-20T02:26:15.826Z Compiling smoltcp v0.11.0
18842026-08-20T02:26:15.874Z Compiling ingot v0.1.1
18852026-08-20T02:26:15.896Z Compiling memoffset v0.9.1
18862026-08-20T02:26:15.984Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-08-20T02:26:16.095Z Compiling toml_datetime v0.6.11
18882026-08-20T02:26:16.241Z Compiling serde_spanned v0.6.9
18892026-08-20T02:26:16.273Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18902026-08-20T02:26:16.371Z Compiling unicode-segmentation v1.13.3
18912026-08-20T02:26:16.399Z Compiling resolv-conf v0.7.6
18922026-08-20T02:26:16.580Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-08-20T02:26:16.751Z Compiling swrite v0.1.0
18942026-08-20T02:26:16.788Z Compiling static_assertions v1.1.0
18952026-08-20T02:26:16.852Z Compiling linked-hash-map v0.5.6
18962026-08-20T02:26:16.865Z Compiling colored v3.1.1
18972026-08-20T02:26:17.002Z Compiling foreign-types-shared v0.3.1
18982026-08-20T02:26:17.034Z Compiling toml_write v0.1.2
18992026-08-20T02:26:17.099Z Compiling winnow v0.7.15
19002026-08-20T02:26:17.246Z Compiling foreign-types v0.5.0
19012026-08-20T02:26:17.284Z Compiling lru-cache v0.1.2
19022026-08-20T02:26:17.330Z Compiling newline-converter v0.3.0
19032026-08-20T02:26:17.415Z Compiling hubpack v0.1.2
19042026-08-20T02:26:17.451Z Compiling atomicwrites v0.4.4
19052026-08-20T02:26:17.646Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19062026-08-20T02:26:17.649Z Compiling nix v0.31.3
19072026-08-20T02:26:17.744Z Compiling num_enum v0.7.6
19082026-08-20T02:26:17.756Z Compiling crossbeam-deque v0.8.7
19092026-08-20T02:26:17.873Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19102026-08-20T02:26:17.954Z Compiling hickory-proto v0.24.4
19112026-08-20T02:26:17.992Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122026-08-20T02:26:18.111Z Compiling console v0.15.11
19132026-08-20T02:26:18.628Z Compiling toml_edit v0.22.27
19142026-08-20T02:26:18.729Z Compiling chacha20 v0.10.1
19152026-08-20T02:26:18.766Z Compiling camino-tempfile v1.4.1
19162026-08-20T02:26:18.789Z Compiling serde-big-array v0.5.1
19172026-08-20T02:26:18.932Z Compiling cstr-argument v0.1.2
19182026-08-20T02:26:18.987Z Compiling siphasher v1.0.3
19192026-08-20T02:26:18.999Z Compiling similar v2.7.0
19202026-08-20T02:26:19.087Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212026-08-20T02:26:19.189Z Compiling phf_shared v0.12.1
19222026-08-20T02:26:19.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19232026-08-20T02:26:19.388Z Compiling pin-project v1.1.13
19242026-08-20T02:26:19.471Z Compiling expectorate v1.2.0
19252026-08-20T02:26:19.628Z Compiling rand v0.10.2
19262026-08-20T02:26:19.816Z Compiling hickory-resolver v0.24.4
19272026-08-20T02:26:19.863Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19282026-08-20T02:26:20.303Z Compiling toml v0.8.23
19292026-08-20T02:26:20.530Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19302026-08-20T02:26:20.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19312026-08-20T02:26:20.877Z Compiling rayon-core v1.13.0
19322026-08-20T02:26:20.937Z Compiling num_enum v0.5.11
19332026-08-20T02:26:21.058Z Compiling progenitor-impl v0.13.0
19342026-08-20T02:26:21.259Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-08-20T02:26:21.452Z Compiling prettyplease v0.2.37
19362026-08-20T02:26:21.567Z Compiling unicode-normalization v0.1.25
19372026-08-20T02:26:21.767Z Compiling progenitor-client v0.13.0
19382026-08-20T02:26:22.033Z Compiling tokio-stream v0.1.19
19392026-08-20T02:26:22.068Z Compiling csv-core v0.1.13
19402026-08-20T02:26:22.137Z Compiling bstr v1.13.1
19412026-08-20T02:26:22.338Z Compiling foldhash v0.1.5
19422026-08-20T02:26:22.469Z Compiling konst_macro_rules v0.2.19
19432026-08-20T02:26:22.520Z Compiling foreign-types-shared v0.1.1
19442026-08-20T02:26:22.553Z Compiling unicode-width v0.1.14
19452026-08-20T02:26:22.615Z Compiling same-file v1.0.6
19462026-08-20T02:26:22.653Z Compiling highway v1.3.0
19472026-08-20T02:26:22.664Z Compiling jiff-core v0.1.0
19482026-08-20T02:26:22.667Z Compiling konst v0.2.20
19492026-08-20T02:26:22.758Z Compiling walkdir v2.5.0
19502026-08-20T02:26:22.787Z Compiling foreign-types v0.3.2
19512026-08-20T02:26:22.838Z Compiling globset v0.4.20
19522026-08-20T02:26:22.863Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-20T02:26:22.912Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19542026-08-20T02:26:23.042Z Compiling qorb v0.4.1
19552026-08-20T02:26:23.096Z Compiling hashbrown v0.15.5
19562026-08-20T02:26:23.603Z Compiling jiff v0.2.35
19572026-08-20T02:26:23.627Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-20T02:26:23.787Z Compiling csv v1.4.0
19592026-08-20T02:26:24.225Z Compiling progenitor v0.13.0
19602026-08-20T02:26:24.373Z Compiling olpc-cjson v0.1.4
19612026-08-20T02:26:24.543Z Compiling snafu v0.8.9
19622026-08-20T02:26:24.559Z Compiling rayon v1.12.0
19632026-08-20T02:26:25.006Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-08-20T02:26:25.018Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19652026-08-20T02:26:25.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19662026-08-20T02:26:25.681Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19672026-08-20T02:26:25.740Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-08-20T02:26:26.349Z Compiling phf v0.12.1
19692026-08-20T02:26:26.474Z Compiling openssl-sys v0.9.117
19702026-08-20T02:26:26.502Z Compiling tokio-dtrace v0.1.1
19712026-08-20T02:26:26.691Z Compiling progenitor-impl v0.14.0
19722026-08-20T02:26:26.778Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-08-20T02:26:26.892Z Compiling itertools v0.12.1
19742026-08-20T02:26:26.997Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19752026-08-20T02:26:27.029Z Compiling libsw-core v0.3.2
19762026-08-20T02:26:27.264Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19772026-08-20T02:26:27.279Z Compiling pem v3.0.6
19782026-08-20T02:26:27.440Z Compiling serde_plain v1.0.2
19792026-08-20T02:26:27.627Z Compiling sigpipe v0.1.3
19802026-08-20T02:26:27.646Z Compiling minimal-lexical v0.2.1
19812026-08-20T02:26:27.646Z Compiling glob v0.3.4
19822026-08-20T02:26:27.694Z Compiling fixedbitset v0.5.7
19832026-08-20T02:26:27.719Z Compiling typed-path v0.9.3
19842026-08-20T02:26:27.907Z Compiling fixedbitset v0.4.2
19852026-08-20T02:26:28.011Z Compiling bytecount v0.6.9
19862026-08-20T02:26:28.030Z Compiling progenitor v0.14.0
19872026-08-20T02:26:28.080Z Compiling petgraph v0.6.5
19882026-08-20T02:26:28.121Z Compiling papergrid v0.11.0
19892026-08-20T02:26:28.138Z Compiling zone v0.3.1
19902026-08-20T02:26:28.150Z Compiling petgraph v0.8.3
19912026-08-20T02:26:28.156Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-08-20T02:26:28.171Z Compiling nom v7.1.3
19932026-08-20T02:26:28.808Z Compiling tough v0.22.0
19942026-08-20T02:26:28.863Z Compiling openssl v0.10.81
19952026-08-20T02:26:29.005Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19962026-08-20T02:26:29.491Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-08-20T02:26:29.561Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-20T02:26:29.687Z Compiling libsw v3.5.0
19992026-08-20T02:26:29.728Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20002026-08-20T02:26:29.865Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-08-20T02:26:29.939Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20022026-08-20T02:26:29.951Z Compiling oxide-tokio-rt v0.1.6
20032026-08-20T02:26:29.971Z Compiling chrono-tz v0.10.4
20042026-08-20T02:26:30.107Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-08-20T02:26:30.248Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20062026-08-20T02:26:30.280Z Compiling newtype_derive v0.1.6
20072026-08-20T02:26:30.359Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-08-20T02:26:30.555Z Compiling slog-dtrace v0.3.0
20092026-08-20T02:26:30.660Z Compiling cancel-safe-futures v0.1.5
20102026-08-20T02:26:30.868Z Compiling const_format v0.2.36
20112026-08-20T02:26:30.943Z Compiling owo-colors v4.3.0
20122026-08-20T02:26:30.962Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20132026-08-20T02:26:31.163Z Compiling gethostname v0.5.0
20142026-08-20T02:26:31.199Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20152026-08-20T02:26:31.291Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-20T02:26:31.346Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-08-20T02:26:31.409Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-08-20T02:26:31.547Z Compiling bcs v0.1.6
20192026-08-20T02:26:31.660Z Compiling smf v0.2.3
20202026-08-20T02:26:31.848Z Compiling unicode-linebreak v0.1.5
20212026-08-20T02:26:31.878Z Compiling whoami v1.6.1
20222026-08-20T02:26:32.002Z Compiling linear-map v1.2.0
20232026-08-20T02:26:32.097Z Compiling smawk v0.3.3
20242026-08-20T02:26:32.213Z Compiling lazy_static v1.5.0
20252026-08-20T02:26:32.228Z Compiling termtree v0.5.1
20262026-08-20T02:26:32.239Z Compiling tagptr v0.2.0
20272026-08-20T02:26:32.261Z Compiling textwrap v0.16.2
20282026-08-20T02:26:32.324Z Compiling steno v0.4.1
20292026-08-20T02:26:32.385Z Compiling moka v0.12.16
20302026-08-20T02:26:32.393Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-08-20T02:26:32.492Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-08-20T02:26:32.767Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-20T02:26:32.835Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-08-20T02:26:33.189Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-08-20T02:26:33.766Z Compiling tabled v0.15.0
20362026-08-20T02:26:34.009Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-08-20T02:26:34.203Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-08-20T02:26:34.507Z Compiling cookie v0.18.2
20392026-08-20T02:26:35.197Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-08-20T02:26:35.354Z Compiling hickory-proto v0.25.2
20412026-08-20T02:26:35.437Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20422026-08-20T02:26:35.518Z Compiling libscf-sys v1.2.0
20432026-08-20T02:26:35.663Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-08-20T02:26:36.063Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20452026-08-20T02:26:36.240Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20462026-08-20T02:26:36.323Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20472026-08-20T02:26:36.404Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20482026-08-20T02:26:37.192Z Compiling hickory-resolver v0.25.2
20492026-08-20T02:26:37.983Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-08-20T02:26:42.353Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-20T02:26:49.948Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-08-20T02:26:51.551Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-08-20T02:26:52.581Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20542026-08-20T02:26:53.923Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20552026-08-20T02:26:55.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20562026-08-20T02:26:55.223Z Running `target/debug/xtask openapi check`
20572026-08-20T02:26:55.687Z Compiling serde_core v1.0.229
20582026-08-20T02:26:55.687Z Compiling serde v1.0.229
20592026-08-20T02:26:56.345Z Compiling serde_json v1.0.151
20602026-08-20T02:26:56.413Z Compiling syn v3.0.3
20612026-08-20T02:26:56.413Z Compiling syn v2.0.119
20622026-08-20T02:26:56.413Z Compiling bytes v1.12.1
20632026-08-20T02:26:56.413Z Compiling getrandom v0.4.3
20642026-08-20T02:26:56.413Z Compiling once_cell v1.21.4
20652026-08-20T02:26:56.413Z Compiling zerocopy v0.8.56
20662026-08-20T02:26:56.414Z Compiling num-traits v0.2.19
20672026-08-20T02:26:56.414Z Compiling zeroize v1.9.0
20682026-08-20T02:26:56.447Z Compiling http v1.5.0
20692026-08-20T02:26:56.447Z Compiling hashbrown v0.17.1
20702026-08-20T02:26:56.460Z Compiling schemars v0.8.22
20712026-08-20T02:26:56.696Z Compiling aws-lc-rs v1.18.0
20722026-08-20T02:26:56.719Z Compiling usdt-impl v0.6.0
20732026-08-20T02:26:56.914Z Compiling time-macros v0.2.32
20742026-08-20T02:26:56.958Z Compiling rustls-pki-types v1.15.1
20752026-08-20T02:26:57.011Z Compiling tracing-core v0.1.36
20762026-08-20T02:26:57.346Z Compiling bitflags v2.13.1
20772026-08-20T02:26:57.449Z Compiling tracing v0.1.44
20782026-08-20T02:26:57.662Z Compiling http-body v1.1.0
20792026-08-20T02:26:57.692Z Compiling generic-array v0.14.7
20802026-08-20T02:26:57.930Z Compiling uuid v1.24.0
20812026-08-20T02:26:57.961Z Compiling indexmap v2.14.0
20822026-08-20T02:26:58.148Z Compiling time v0.3.55
20832026-08-20T02:26:58.392Z Compiling pest_generator v2.8.8
20842026-08-20T02:26:58.598Z Compiling serde_derive_internals v0.29.1
20852026-08-20T02:26:58.756Z Compiling serde_derive v1.0.229
20862026-08-20T02:26:58.819Z Compiling thiserror-impl v2.0.20
20872026-08-20T02:26:58.902Z Compiling tokio-macros v2.7.2
20882026-08-20T02:26:58.986Z Compiling futures-macro v0.3.34
20892026-08-20T02:26:59.018Z Compiling camino v1.2.5
20902026-08-20T02:26:59.434Z Compiling rustls-webpki v0.103.14
20912026-08-20T02:26:59.546Z Compiling zerocopy-derive v0.8.56
20922026-08-20T02:26:59.609Z Compiling pest_derive v2.8.8
20932026-08-20T02:26:59.621Z Compiling tokio v1.53.1
20942026-08-20T02:26:59.758Z Compiling scroll_derive v0.13.1
20952026-08-20T02:26:59.874Z Compiling schemars_derive v0.8.22
20962026-08-20T02:26:59.997Z Compiling thiserror v2.0.20
20972026-08-20T02:27:00.144Z Compiling futures-util v0.3.34
20982026-08-20T02:27:00.218Z Compiling dtrace-parser v0.3.0
20992026-08-20T02:27:00.593Z Compiling scroll v0.13.0
21002026-08-20T02:27:00.814Z Compiling goblin v0.10.7
21012026-08-20T02:27:01.128Z Compiling rustls v0.23.43
21022026-08-20T02:27:01.180Z Compiling rustix v1.1.4
21032026-08-20T02:27:01.818Z Compiling erased-serde v0.3.31
21042026-08-20T02:27:01.927Z Compiling chrono v0.4.45
21052026-08-20T02:27:02.325Z Compiling slog v2.8.2
21062026-08-20T02:27:02.417Z Compiling serde_tokenstream v0.2.3
21072026-08-20T02:27:02.438Z Compiling crossbeam-epoch v0.9.20
21082026-08-20T02:27:02.702Z Compiling winnow v1.0.4
21092026-08-20T02:27:02.719Z Compiling toml_datetime v1.1.1+spec-1.1.0
21102026-08-20T02:27:02.731Z Compiling subtle v2.6.1
21112026-08-20T02:27:02.870Z Compiling toml_edit v0.25.13+spec-1.1.0
21122026-08-20T02:27:03.059Z Compiling toml_parser v1.1.3+spec-1.1.0
21132026-08-20T02:27:03.431Z Compiling tokio-util v0.7.19
21142026-08-20T02:27:03.711Z Compiling oxnet v0.1.6
21152026-08-20T02:27:03.764Z Compiling dof v0.4.0
21162026-08-20T02:27:03.916Z Compiling h2 v0.4.15
21172026-08-20T02:27:04.199Z Compiling slog-json v2.6.1
21182026-08-20T02:27:04.233Z Compiling futures-executor v0.3.34
21192026-08-20T02:27:04.471Z Compiling openapiv3 v2.2.0
21202026-08-20T02:27:04.913Z Compiling usdt-attr-macro v0.6.0
21212026-08-20T02:27:04.987Z Compiling usdt-macro v0.6.0
21222026-08-20T02:27:05.581Z Compiling async-stream-impl v0.3.6
21232026-08-20T02:27:05.658Z Compiling serde_spanned v1.1.1
21242026-08-20T02:27:05.682Z Compiling rustix v0.38.44
21252026-08-20T02:27:05.802Z Compiling semver v1.0.28
21262026-08-20T02:27:05.970Z Compiling multer v3.1.0
21272026-08-20T02:27:06.009Z Compiling hyper v1.11.0
21282026-08-20T02:27:06.409Z Compiling slog-async v2.8.0
21292026-08-20T02:27:06.440Z Compiling serde_urlencoded v0.7.1
21302026-08-20T02:27:06.440Z Compiling async-stream v0.3.6
21312026-08-20T02:27:06.441Z Compiling dropshot_endpoint v0.17.1
21322026-08-20T02:27:06.442Z Compiling toml v1.1.4+spec-1.1.0
21332026-08-20T02:27:06.442Z Compiling slog-term v2.9.2
21342026-08-20T02:27:06.462Z Compiling usdt v0.6.0
21352026-08-20T02:27:06.620Z Compiling futures v0.3.34
21362026-08-20T02:27:06.700Z Compiling slog-bunyan v2.5.0
21372026-08-20T02:27:06.841Z Compiling async-compression v0.4.43
21382026-08-20T02:27:06.889Z Compiling proc-macro-crate v3.5.0
21392026-08-20T02:27:07.031Z Compiling tokio-rustls v0.26.4
21402026-08-20T02:27:07.044Z Compiling async-trait v0.1.92
21412026-08-20T02:27:07.148Z Compiling hyper-util v0.1.20
21422026-08-20T02:27:07.319Z Compiling http-body-util v0.1.5
21432026-08-20T02:27:07.369Z Compiling serde_path_to_error v0.1.20
21442026-08-20T02:27:07.587Z Compiling rustls-pemfile v2.2.0
21452026-08-20T02:27:07.766Z Compiling aho-corasick v1.1.5
21462026-08-20T02:27:07.776Z Compiling tempfile v3.27.0
21472026-08-20T02:27:07.797Z Compiling num_enum_derive v0.7.6
21482026-08-20T02:27:07.844Z Compiling crossbeam-deque v0.8.7
21492026-08-20T02:27:07.996Z Compiling dropshot-api-manager-types v0.7.2
21502026-08-20T02:27:08.026Z Compiling block-buffer v0.10.4
21512026-08-20T02:27:08.140Z Compiling crypto-common v0.1.7
21522026-08-20T02:27:08.160Z Compiling clap_builder v4.6.6
21532026-08-20T02:27:08.268Z Compiling digest v0.10.7
21542026-08-20T02:27:08.347Z Compiling dropshot v0.17.1
21552026-08-20T02:27:08.470Z Compiling git-stub v1.0.0
21562026-08-20T02:27:08.742Z Compiling regex-automata v0.4.18
21572026-08-20T02:27:08.811Z Compiling atomicwrites v0.4.4
21582026-08-20T02:27:08.821Z Compiling num_enum v0.7.6
21592026-08-20T02:27:08.821Z Compiling rayon-core v1.13.0
21602026-08-20T02:27:08.945Z Compiling fs-err v3.3.1
21612026-08-20T02:27:08.988Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21622026-08-20T02:27:09.223Z Compiling terminal_size v0.4.4
21632026-08-20T02:27:09.381Z Compiling clap_derive v4.6.4
21642026-08-20T02:27:09.508Z Compiling serde_repr v0.1.21
21652026-08-20T02:27:09.606Z Compiling bstr v1.13.1
21662026-08-20T02:27:09.676Z Compiling nom v8.0.0
21672026-08-20T02:27:09.831Z Compiling either v1.17.0
21682026-08-20T02:27:09.958Z Compiling is_ci v1.2.0
21692026-08-20T02:27:10.028Z Compiling textwrap v0.16.2
21702026-08-20T02:27:10.145Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21712026-08-20T02:27:10.185Z Compiling supports-color v3.0.2
21722026-08-20T02:27:10.287Z Compiling rayon v1.12.0
21732026-08-20T02:27:10.497Z Compiling regex v1.13.1
21742026-08-20T02:27:10.497Z Compiling similar v2.7.0
21752026-08-20T02:27:10.947Z Compiling drift v0.2.0
21762026-08-20T02:27:10.972Z Compiling clap v4.6.6
21772026-08-20T02:27:11.058Z Compiling sha2 v0.10.9
21782026-08-20T02:27:11.390Z Compiling git-stub-vcs v0.1.0
21792026-08-20T02:27:11.425Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802026-08-20T02:27:11.443Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21812026-08-20T02:27:11.773Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21822026-08-20T02:27:11.907Z Compiling dropshot-api-manager v0.7.2
21832026-08-20T02:27:16.803Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21842026-08-20T02:27:18.056Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
21852026-08-20T02:27:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.14s
21862026-08-20T02:27:26.850Z Running `target/debug/maghemite-dropshot-apis check`
21872026-08-20T02:27:26.850Z -------
21882026-08-20T02:27:26.850Z Generating OpenAPI documents from API definitions ...
21892026-08-20T02:27:26.850Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
21902026-08-20T02:27:26.850Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
21912026-08-20T02:27:26.850Z -------
21922026-08-20T02:27:26.850Z Checking 14 OpenAPI documents...
21932026-08-20T02:27:26.851Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
21942026-08-20T02:27:26.851Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
21952026-08-20T02:27:26.851Z Fresh ddm-admin "latest" symlink
21962026-08-20T02:27:26.851Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
21972026-08-20T02:27:26.851Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
21982026-08-20T02:27:26.851Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
21992026-08-20T02:27:26.851Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22002026-08-20T02:27:26.851Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22012026-08-20T02:27:26.851Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22022026-08-20T02:27:26.851Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22032026-08-20T02:27:26.851Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22042026-08-20T02:27:26.851Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22052026-08-20T02:27:26.851Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22062026-08-20T02:27:26.851Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22072026-08-20T02:27:26.851Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22082026-08-20T02:27:26.851Z Fresh mg-admin "latest" symlink
22092026-08-20T02:27:26.851Z -------
22102026-08-20T02:27:26.851Z Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems
22112026-08-20T02:27:26.851Z+ banner build
22122026-08-20T02:27:26.851Z
22132026-08-20T02:27:26.851Z ##### # # # # #####
22142026-08-20T02:27:26.851Z # # # # # # # #
22152026-08-20T02:27:26.851Z ##### # # # # # #
22162026-08-20T02:27:26.851Z # # # # # # # #
22172026-08-20T02:27:26.852Z # # # # # # # #
22182026-08-20T02:27:26.852Z ##### #### # ###### #####
22192026-08-20T02:27:26.852Z
22202026-08-20T02:27:26.852Z+ ptime -m cargo build
22212026-08-20T02:27:26.852Z Compiling smallvec v1.15.2
22222026-08-20T02:27:26.852Z Compiling log v0.4.33
22232026-08-20T02:27:26.852Z Compiling slog v2.8.2
22242026-08-20T02:27:26.852Z Compiling ring v0.17.14
22252026-08-20T02:27:26.852Z Compiling webpki-roots v1.0.9
22262026-08-20T02:27:26.852Z Compiling similar v2.7.0
22272026-08-20T02:27:26.852Z Compiling itertools v0.15.0
22282026-08-20T02:27:26.852Z Compiling fxhash v0.2.1
22292026-08-20T02:27:26.852Z Compiling icu_normalizer v2.2.0
22302026-08-20T02:27:26.852Z Compiling parking_lot_core v0.9.12
22312026-08-20T02:27:26.852Z Compiling goblin v0.10.7
22322026-08-20T02:27:26.878Z Compiling slog-term v2.9.2
22332026-08-20T02:27:26.951Z Compiling parking_lot v0.12.5
22342026-08-20T02:27:27.067Z Compiling slog-async v2.8.0
22352026-08-20T02:27:27.308Z Compiling idna_adapter v1.2.2
22362026-08-20T02:27:27.426Z Compiling idna v1.1.0
22372026-08-20T02:27:27.469Z Compiling tokio v1.53.1
22382026-08-20T02:27:27.517Z Compiling slog-json v2.6.1
22392026-08-20T02:27:27.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-08-20T02:27:27.621Z Compiling goblin v0.8.2
22412026-08-20T02:27:27.688Z Compiling slog-bunyan v2.5.0
22422026-08-20T02:27:27.728Z Compiling url v2.5.8
22432026-08-20T02:27:27.830Z Compiling rustls-webpki v0.103.14
22442026-08-20T02:27:28.019Z Compiling expectorate v1.2.0
22452026-08-20T02:27:28.173Z Compiling globset v0.4.20
22462026-08-20T02:27:28.188Z Compiling moka v0.12.16
22472026-08-20T02:27:28.550Z Compiling schemars v0.8.22
22482026-08-20T02:27:28.556Z Compiling rustls v0.23.43
22492026-08-20T02:27:28.780Z Compiling parking_lot_core v0.8.6
22502026-08-20T02:27:28.954Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22512026-08-20T02:27:28.984Z Compiling parking_lot v0.11.2
22522026-08-20T02:27:29.084Z Compiling arc-swap v1.9.2
22532026-08-20T02:27:29.191Z Compiling sled v0.34.7
22542026-08-20T02:27:29.362Z Compiling ipnetwork v0.21.1
22552026-08-20T02:27:29.389Z Compiling newtype-uuid v1.4.0
22562026-08-20T02:27:29.729Z Compiling oxnet v0.1.6
22572026-08-20T02:27:29.798Z Compiling dof v0.4.0
22582026-08-20T02:27:29.858Z Compiling serde_with v3.22.0
22592026-08-20T02:27:30.188Z Compiling daft v0.1.8
22602026-08-20T02:27:30.467Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-08-20T02:27:30.963Z Compiling usdt-impl v0.6.0
22622026-08-20T02:27:31.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22632026-08-20T02:27:31.426Z Compiling tokio-util v0.7.19
22642026-08-20T02:27:31.543Z Compiling tokio-rustls v0.26.4
22652026-08-20T02:27:31.613Z Compiling tower v0.5.3
22662026-08-20T02:27:31.619Z Compiling rustls-platform-verifier v0.7.0
22672026-08-20T02:27:31.637Z Compiling usdt v0.6.0
22682026-08-20T02:27:31.816Z Compiling async-compression v0.4.43
22692026-08-20T02:27:31.859Z Compiling iddqd v0.4.6
22702026-08-20T02:27:31.918Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-20T02:27:32.101Z Compiling h2 v0.4.15
22722026-08-20T02:27:32.145Z Compiling tower-http v0.6.11
22732026-08-20T02:27:32.188Z Compiling backoff v0.4.0
22742026-08-20T02:27:32.223Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22752026-08-20T02:27:32.411Z Compiling typify-impl v0.6.2
22762026-08-20T02:27:32.638Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-20T02:27:32.955Z Compiling dof v0.3.0
22782026-08-20T02:27:33.118Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22792026-08-20T02:27:33.175Z Compiling byte-wrapper v0.1.0
22802026-08-20T02:27:33.366Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-08-20T02:27:33.509Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22822026-08-20T02:27:33.522Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-08-20T02:27:33.537Z Compiling usdt-impl v0.5.0
22842026-08-20T02:27:33.685Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-08-20T02:27:33.754Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22862026-08-20T02:27:34.014Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22872026-08-20T02:27:34.111Z Compiling typify v0.6.2
22882026-08-20T02:27:34.187Z Compiling usdt v0.5.0
22892026-08-20T02:27:34.227Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
22902026-08-20T02:27:34.418Z Compiling hyper v1.11.0
22912026-08-20T02:27:34.467Z Compiling progenitor-impl v0.14.0
22922026-08-20T02:27:34.561Z Compiling hickory-proto v0.24.4
22932026-08-20T02:27:35.142Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-08-20T02:27:35.591Z Compiling hyper-util v0.1.20
22952026-08-20T02:27:36.069Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22962026-08-20T02:27:36.184Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22972026-08-20T02:27:36.254Z Compiling progenitor-impl v0.13.0
22982026-08-20T02:27:36.267Z Compiling tokio-stream v0.1.19
22992026-08-20T02:27:36.673Z Compiling hickory-resolver v0.24.4
23002026-08-20T02:27:36.750Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23012026-08-20T02:27:37.135Z Compiling hyper-rustls v0.27.9
23022026-08-20T02:27:37.250Z Compiling dropshot v0.17.1
23032026-08-20T02:27:37.524Z Compiling reqwest v0.13.4
23042026-08-20T02:27:37.649Z Compiling reqwest v0.12.28
23052026-08-20T02:27:37.676Z Compiling qorb v0.4.1
23062026-08-20T02:27:37.919Z Compiling tokio-dtrace v0.1.1
23072026-08-20T02:27:38.204Z Compiling libsw-core v0.3.2
23082026-08-20T02:27:38.229Z Compiling zone v0.3.1
23092026-08-20T02:27:38.384Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23102026-08-20T02:27:38.742Z Compiling progenitor-client v0.14.0
23112026-08-20T02:27:38.979Z Compiling progenitor-client v0.10.0
23122026-08-20T02:27:39.064Z Compiling progenitor-extras v0.2.0
23132026-08-20T02:27:39.119Z Compiling progenitor v0.14.0
23142026-08-20T02:27:39.272Z Compiling progenitor-client v0.13.0
23152026-08-20T02:27:39.286Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23162026-08-20T02:27:39.309Z Compiling libsw v3.5.0
23172026-08-20T02:27:39.483Z Compiling oxide-tokio-rt v0.1.6
23182026-08-20T02:27:39.612Z Compiling progenitor v0.13.0
23192026-08-20T02:27:39.627Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23202026-08-20T02:27:39.649Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23212026-08-20T02:27:39.664Z Compiling slog-dtrace v0.3.0
23222026-08-20T02:27:39.794Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23232026-08-20T02:27:39.964Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23242026-08-20T02:27:40.097Z Compiling tough v0.22.0
23252026-08-20T02:27:40.160Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23262026-08-20T02:27:40.282Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23272026-08-20T02:27:40.596Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23282026-08-20T02:27:41.165Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23292026-08-20T02:27:41.267Z Compiling cancel-safe-futures v0.1.5
23302026-08-20T02:27:41.409Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23312026-08-20T02:27:41.586Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23322026-08-20T02:27:42.191Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23332026-08-20T02:27:42.344Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23342026-08-20T02:27:42.389Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23352026-08-20T02:27:42.459Z Compiling steno v0.4.1
23362026-08-20T02:27:42.643Z Compiling hickory-proto v0.25.2
23372026-08-20T02:27:43.249Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23382026-08-20T02:27:43.359Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23392026-08-20T02:27:43.510Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23402026-08-20T02:27:44.154Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-08-20T02:27:44.384Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23422026-08-20T02:27:44.493Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-08-20T02:27:45.110Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-08-20T02:27:45.348Z Compiling hickory-resolver v0.25.2
23452026-08-20T02:27:45.500Z Compiling slog-scope v4.4.1
23462026-08-20T02:27:45.768Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-08-20T02:27:45.862Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-08-20T02:27:45.986Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-08-20T02:27:46.139Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-08-20T02:27:46.696Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-08-20T02:27:46.774Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-08-20T02:27:46.835Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-08-20T02:27:46.893Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23542026-08-20T02:27:46.989Z Compiling papergrid v0.18.0
23552026-08-20T02:27:47.253Z Compiling internet-checksum v0.2.1
23562026-08-20T02:27:47.401Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-08-20T02:27:47.419Z Compiling ingot-types v0.2.0
23582026-08-20T02:27:47.676Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-08-20T02:27:47.844Z Compiling slog-stdlog v4.1.1
23602026-08-20T02:27:47.862Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23612026-08-20T02:27:48.066Z Compiling tabled v0.21.0
23622026-08-20T02:27:48.118Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23632026-08-20T02:27:48.503Z Compiling dropshot-api-manager-types v0.7.2
23642026-08-20T02:27:48.850Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23652026-08-20T02:27:48.865Z Compiling slog-envlogger v2.2.0
23662026-08-20T02:27:48.908Z Compiling ingot v0.2.1
23672026-08-20T02:27:49.225Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23682026-08-20T02:27:49.293Z Compiling const-random v0.1.18
23692026-08-20T02:27:49.341Z Compiling typify-impl v0.4.3
23702026-08-20T02:27:49.351Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23712026-08-20T02:27:49.667Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
23722026-08-20T02:27:52.835Z Compiling crc8 v0.1.1
23732026-08-20T02:27:52.848Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
23742026-08-20T02:27:52.848Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23752026-08-20T02:27:52.848Z Compiling ahash v0.8.12
23762026-08-20T02:27:52.848Z Compiling typify v0.4.3
23772026-08-20T02:27:52.848Z Compiling smartstring v1.0.1
23782026-08-20T02:27:52.848Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23792026-08-20T02:27:52.848Z Compiling sha1 v0.10.7
23802026-08-20T02:27:52.848Z Compiling thin-vec v0.2.19
23812026-08-20T02:27:52.848Z Compiling utf-8 v0.7.6
23822026-08-20T02:27:52.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23832026-08-20T02:27:52.848Z Compiling rhai v1.25.1
23842026-08-20T02:27:52.848Z Compiling tungstenite v0.21.0
23852026-08-20T02:27:52.848Z Compiling progenitor-impl v0.10.0
23862026-08-20T02:27:52.848Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-08-20T02:27:52.959Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23882026-08-20T02:27:52.968Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23892026-08-20T02:27:53.349Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23902026-08-20T02:27:53.693Z Compiling sha2 v0.10.9
23912026-08-20T02:27:54.100Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23922026-08-20T02:27:54.807Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23932026-08-20T02:27:55.110Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23942026-08-20T02:27:55.288Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23952026-08-20T02:27:55.852Z Compiling progenitor v0.10.0
23962026-08-20T02:27:55.976Z Compiling tokio-tungstenite v0.21.0
23972026-08-20T02:27:56.006Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23982026-08-20T02:27:56.305Z Compiling lzma-sys v0.1.20
23992026-08-20T02:27:56.425Z Compiling typeid v1.0.3
24002026-08-20T02:27:56.553Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24012026-08-20T02:27:56.727Z Compiling port-file v0.1.0
24022026-08-20T02:27:56.936Z Compiling console v0.16.4
24032026-08-20T02:27:56.994Z Compiling git-stub v1.0.0
24042026-08-20T02:27:57.284Z Compiling toml_datetime v0.7.5+spec-1.1.0
24052026-08-20T02:27:57.388Z Compiling base64 v0.21.7
24062026-08-20T02:27:57.589Z Compiling unit-prefix v0.5.2
24072026-08-20T02:27:57.610Z Compiling toml v0.9.12+spec-1.1.0
24082026-08-20T02:27:57.663Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24092026-08-20T02:27:57.766Z Compiling indicatif v0.18.6
24102026-08-20T02:27:57.772Z Compiling git-stub-vcs v0.1.0
24112026-08-20T02:27:58.116Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24122026-08-20T02:27:58.658Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24132026-08-20T02:27:58.987Z Compiling ron v0.12.2
24142026-08-20T02:27:59.155Z Compiling xz2 v0.1.7
24152026-08-20T02:27:59.292Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24162026-08-20T02:27:59.347Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24172026-08-20T02:27:59.394Z Compiling drift v0.2.0
24182026-08-20T02:27:59.570Z Compiling base16ct v1.0.0
24192026-08-20T02:27:59.768Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24202026-08-20T02:27:59.922Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24212026-08-20T02:28:00.166Z Compiling dropshot-api-manager v0.7.2
24222026-08-20T02:28:00.520Z Compiling natord v1.0.9
24232026-08-20T02:28:00.700Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24242026-08-20T02:28:03.200Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24252026-08-20T02:28:04.596Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24262026-08-20T02:28:11.425Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24272026-08-20T02:28:13.144Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24282026-08-20T02:28:14.205Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24292026-08-20T02:28:15.150Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24302026-08-20T02:28:15.150Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24312026-08-20T02:28:15.199Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24322026-08-20T02:28:15.602Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24332026-08-20T02:28:15.606Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24342026-08-20T02:28:15.606Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24352026-08-20T02:28:16.066Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24362026-08-20T02:28:17.584Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24372026-08-20T02:28:17.584Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24382026-08-20T02:28:17.588Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24392026-08-20T02:28:22.435Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24402026-08-20T02:28:24.548Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24412026-08-20T02:28:24.551Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24422026-08-20T02:28:24.551Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24432026-08-20T02:29:08.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
24442026-08-20T02:29:08.574Z
24452026-08-20T02:29:08.574Zreal 1:42.718936022
24462026-08-20T02:29:08.574Zuser 7:33.460682316
24472026-08-20T02:29:08.574Zsys 1:06.719735607
24482026-08-20T02:29:08.574Ztrap 0.203294040
24492026-08-20T02:29:08.574Ztflt 0.012714917
24502026-08-20T02:29:08.574Zdflt 0.238512713
24512026-08-20T02:29:08.574Zkflt 0.000094630
24522026-08-20T02:29:08.579Zlock 31:10.386674245
24532026-08-20T02:29:08.579Zslp 24:31.781978321
24542026-08-20T02:29:08.579Zlat 22.324305513
24552026-08-20T02:29:08.579Zstop 39.967468670
24562026-08-20T02:29:08.580Z+ ptime -m cargo build --release
24572026-08-20T02:29:09.235Z Compiling proc-macro2 v1.0.107
24582026-08-20T02:29:09.235Z Compiling quote v1.0.47
24592026-08-20T02:29:09.235Z Compiling unicode-ident v1.0.24
24602026-08-20T02:29:09.239Z Compiling serde_core v1.0.229
24612026-08-20T02:29:09.239Z Compiling serde v1.0.229
24622026-08-20T02:29:09.239Z Compiling libc v0.2.189
24632026-08-20T02:29:09.239Z Compiling cfg-if v1.0.4
24642026-08-20T02:29:09.458Z Compiling zmij v1.0.23
24652026-08-20T02:29:09.471Z Compiling autocfg v1.5.1
24662026-08-20T02:29:09.723Z Compiling memchr v2.8.3
24672026-08-20T02:29:09.754Z Compiling libm v0.2.16
24682026-08-20T02:29:10.080Z Compiling itoa v1.0.18
24692026-08-20T02:29:10.149Z Compiling icu_properties_data v2.2.0
24702026-08-20T02:29:10.338Z Compiling icu_normalizer_data v2.2.0
24712026-08-20T02:29:10.387Z Compiling version_check v0.9.5
24722026-08-20T02:29:10.413Z Compiling stable_deref_trait v1.2.1
24732026-08-20T02:29:10.536Z Compiling serde_json v1.0.151
24742026-08-20T02:29:10.550Z Compiling syn v2.0.119
24752026-08-20T02:29:10.588Z Compiling syn v3.0.3
24762026-08-20T02:29:10.657Z Compiling thiserror v2.0.20
24772026-08-20T02:29:10.797Z Compiling writeable v0.6.3
24782026-08-20T02:29:10.886Z Compiling litemap v0.8.2
24792026-08-20T02:29:10.970Z Compiling utf8_iter v1.0.4
24802026-08-20T02:29:11.059Z Compiling num-traits v0.2.19
24812026-08-20T02:29:11.074Z Compiling percent-encoding v2.3.2
24822026-08-20T02:29:11.348Z Compiling form_urlencoded v1.2.2
24832026-08-20T02:29:11.415Z Compiling getrandom v0.4.3
24842026-08-20T02:29:11.489Z Compiling rand_core v0.10.1
24852026-08-20T02:29:11.666Z Compiling parking_lot_core v0.9.12
24862026-08-20T02:29:11.685Z Compiling iana-time-zone v0.1.65
24872026-08-20T02:29:11.808Z Compiling zerocopy v0.8.56
24882026-08-20T02:29:11.986Z Compiling uuid v1.24.0
24892026-08-20T02:29:12.051Z Compiling errno v0.3.14
24902026-08-20T02:29:12.496Z Compiling semver v1.0.28
24912026-08-20T02:29:12.531Z Compiling schemars v0.8.22
24922026-08-20T02:29:12.600Z Compiling heck v0.5.0
24932026-08-20T02:29:12.732Z Compiling dyn-clone v1.0.20
24942026-08-20T02:29:12.864Z Compiling jobserver v0.1.35
24952026-08-20T02:29:12.888Z Compiling shlex v2.0.1
24962026-08-20T02:29:12.904Z Compiling find-msvc-tools v0.1.10
24972026-08-20T02:29:13.086Z Compiling cc v1.4.2
24982026-08-20T02:29:13.156Z Compiling rustversion v1.0.23
24992026-08-20T02:29:13.188Z Compiling pin-project-lite v0.2.17
25002026-08-20T02:29:13.300Z Compiling getrandom v0.2.17
25012026-08-20T02:29:13.375Z Compiling synstructure v0.13.2
25022026-08-20T02:29:13.515Z Compiling serde_derive_internals v0.29.1
25032026-08-20T02:29:13.750Z Compiling bitflags v2.13.1
25042026-08-20T02:29:13.806Z Compiling serde_derive v1.0.229
25052026-08-20T02:29:13.876Z Compiling displaydoc v0.2.7
25062026-08-20T02:29:13.917Z Compiling thiserror-impl v2.0.20
25072026-08-20T02:29:14.149Z Compiling tokio-macros v2.7.2
25082026-08-20T02:29:14.176Z Compiling pkg-config v0.3.33
25092026-08-20T02:29:14.252Z Compiling portable-atomic v1.15.0
25102026-08-20T02:29:14.391Z Compiling futures-macro v0.3.34
25112026-08-20T02:29:14.502Z Compiling zerofrom-derive v0.1.7
25122026-08-20T02:29:14.612Z Compiling yoke-derive v0.8.2
25132026-08-20T02:29:14.651Z Compiling zerovec-derive v0.11.3
25142026-08-20T02:29:14.699Z Compiling schemars_derive v0.8.22
25152026-08-20T02:29:14.883Z Compiling zerocopy-derive v0.8.56
25162026-08-20T02:29:15.208Z Compiling zeroize_derive v1.5.0
25172026-08-20T02:29:15.282Z Compiling socket2 v0.6.5
25182026-08-20T02:29:15.702Z Compiling zerofrom v0.1.8
25192026-08-20T02:29:15.706Z Compiling scopeguard v1.2.0
25202026-08-20T02:29:15.826Z Compiling yoke v0.8.3
25212026-08-20T02:29:15.852Z Compiling lock_api v0.4.14
25222026-08-20T02:29:15.884Z Compiling zeroize v1.9.0
25232026-08-20T02:29:15.916Z Compiling critical-section v1.2.0
25242026-08-20T02:29:16.025Z Compiling zerovec v0.11.6
25252026-08-20T02:29:16.038Z Compiling zerotrie v0.2.4
25262026-08-20T02:29:16.042Z Compiling log v0.4.33
25272026-08-20T02:29:16.148Z Compiling allocator-api2 v0.2.21
25282026-08-20T02:29:16.236Z Compiling once_cell v1.21.4
25292026-08-20T02:29:16.465Z Compiling signal-hook-registry v1.4.8
25302026-08-20T02:29:16.478Z Compiling mio v1.2.2
25312026-08-20T02:29:16.482Z Compiling equivalent v1.0.2
25322026-08-20T02:29:16.580Z Compiling tinystr v0.8.3
25332026-08-20T02:29:16.637Z Compiling potential_utf v0.1.5
25342026-08-20T02:29:16.785Z Compiling icu_locale_core v2.2.0
25352026-08-20T02:29:16.830Z Compiling icu_collections v2.2.0
25362026-08-20T02:29:16.843Z Compiling cmake v0.1.58
25372026-08-20T02:29:16.912Z Compiling dunce v1.0.5
25382026-08-20T02:29:16.932Z Compiling fs_extra v1.3.0
25392026-08-20T02:29:17.018Z Compiling smallvec v1.15.2
25402026-08-20T02:29:17.060Z Compiling bytes v1.12.1
25412026-08-20T02:29:17.183Z Compiling chrono v0.4.45
25422026-08-20T02:29:17.196Z Compiling subtle v2.6.1
25432026-08-20T02:29:17.199Z Compiling aws-lc-sys v0.44.0
25442026-08-20T02:29:17.375Z Compiling serde_tokenstream v0.2.3
25452026-08-20T02:29:17.583Z Compiling parking_lot v0.12.5
25462026-08-20T02:29:17.680Z Compiling icu_provider v2.2.0
25472026-08-20T02:29:17.903Z Compiling tokio v1.53.1
25482026-08-20T02:29:17.951Z Compiling icu_normalizer v2.2.0
25492026-08-20T02:29:18.277Z Compiling icu_properties v2.2.0
25502026-08-20T02:29:18.428Z Compiling futures-core v0.3.34
25512026-08-20T02:29:18.611Z Compiling httparse v1.10.1
25522026-08-20T02:29:18.994Z Compiling futures-sink v0.3.34
25532026-08-20T02:29:19.099Z Compiling rustix v1.1.4
25542026-08-20T02:29:19.116Z Compiling slab v0.4.12
25552026-08-20T02:29:19.335Z Compiling idna_adapter v1.2.2
25562026-08-20T02:29:19.468Z Compiling idna v1.1.0
25572026-08-20T02:29:19.483Z Compiling thiserror v1.0.69
25582026-08-20T02:29:19.497Z Compiling typenum v1.20.1
25592026-08-20T02:29:19.552Z Compiling futures-channel v0.3.34
25602026-08-20T02:29:19.601Z Compiling hashbrown v0.17.1
25612026-08-20T02:29:19.801Z Compiling thiserror-impl v1.0.69
25622026-08-20T02:29:19.822Z Compiling url v2.5.8
25632026-08-20T02:29:20.290Z Compiling futures-io v0.3.34
25642026-08-20T02:29:20.312Z Compiling futures-task v0.3.34
25652026-08-20T02:29:20.494Z Compiling regex-syntax v0.8.11
25662026-08-20T02:29:20.498Z Compiling futures-util v0.3.34
25672026-08-20T02:29:20.544Z Compiling indexmap v2.14.0
25682026-08-20T02:29:20.953Z Compiling aho-corasick v1.1.5
25692026-08-20T02:29:21.197Z Compiling ucd-trie v0.1.7
25702026-08-20T02:29:21.444Z Compiling ipnetwork v0.21.1
25712026-08-20T02:29:21.481Z Compiling pest v2.8.8
25722026-08-20T02:29:22.278Z Compiling regex-automata v0.4.18
25732026-08-20T02:29:22.568Z Compiling tracing-core v0.1.36
25742026-08-20T02:29:22.718Z Compiling tracing-attributes v0.1.31
25752026-08-20T02:29:22.975Z Compiling rand_core v0.6.4
25762026-08-20T02:29:23.241Z Compiling pest_meta v2.8.8
25772026-08-20T02:29:23.247Z Compiling slog v2.8.2
25782026-08-20T02:29:23.500Z Compiling byteorder v1.5.0
25792026-08-20T02:29:23.587Z Compiling base64 v0.22.1
25802026-08-20T02:29:23.791Z Compiling http v1.5.0
25812026-08-20T02:29:23.940Z Compiling tracing v0.1.44
25822026-08-20T02:29:24.096Z Compiling regex v1.13.1
25832026-08-20T02:29:24.304Z Compiling pest_generator v2.8.8
25842026-08-20T02:29:24.476Z Compiling erased-serde v0.3.31
25852026-08-20T02:29:24.545Z Compiling getrandom v0.3.4
25862026-08-20T02:29:24.899Z Compiling anyhow v1.0.104
25872026-08-20T02:29:24.925Z Compiling pest_derive v2.8.8
25882026-08-20T02:29:25.122Z Compiling fnv v1.0.7
25892026-08-20T02:29:25.440Z Compiling strsim v0.11.1
25902026-08-20T02:29:25.490Z Compiling oxnet v0.1.6
25912026-08-20T02:29:25.655Z Compiling rustls-pki-types v1.15.1
25922026-08-20T02:29:25.732Z Compiling ring v0.17.14
25932026-08-20T02:29:25.744Z Compiling ident_case v1.0.1
25942026-08-20T02:29:25.875Z Compiling aws-lc-rs v1.18.0
25952026-08-20T02:29:26.551Z Compiling paste v1.0.15
25962026-08-20T02:29:26.820Z Compiling tokio-util v0.7.19
25972026-08-20T02:29:27.170Z Compiling untrusted v0.7.1
25982026-08-20T02:29:27.269Z Compiling untrusted v0.9.0
25992026-08-20T02:29:27.285Z Compiling num-conv v0.2.2
26002026-08-20T02:29:27.412Z Compiling ipnet v2.12.1
26012026-08-20T02:29:27.450Z Compiling time-core v0.1.9
26022026-08-20T02:29:27.650Z Compiling time-macros v0.2.32
26032026-08-20T02:29:29.174Z Compiling rustls v0.23.43
26042026-08-20T02:29:29.399Z Compiling camino v1.2.5
26052026-08-20T02:29:29.419Z Compiling http-body v1.1.0
26062026-08-20T02:29:29.593Z Compiling scroll_derive v0.13.1
26072026-08-20T02:29:29.730Z Compiling atomic-waker v1.1.2
26082026-08-20T02:29:29.752Z Compiling async-trait v0.1.92
26092026-08-20T02:29:29.788Z Compiling try-lock v0.2.5
26102026-08-20T02:29:29.866Z Compiling pretty-hex v0.4.2
26112026-08-20T02:29:29.910Z Compiling tower-layer v0.3.3
26122026-08-20T02:29:30.013Z Compiling tower-service v0.3.3
26132026-08-20T02:29:30.102Z Compiling omicron-workspace-hack v0.1.0
26142026-08-20T02:29:30.117Z Compiling ryu v1.0.23
26152026-08-20T02:29:30.322Z Compiling want v0.3.1
26162026-08-20T02:29:30.403Z Compiling h2 v0.4.15
26172026-08-20T02:29:30.415Z Compiling ppv-lite86 v0.2.21
26182026-08-20T02:29:30.505Z Compiling httpdate v1.0.3
26192026-08-20T02:29:30.873Z Compiling crossbeam-utils v0.8.22
26202026-08-20T02:29:31.347Z Compiling crc32fast v1.5.0
26212026-08-20T02:29:31.890Z Compiling slog-async v2.8.0
26222026-08-20T02:29:32.177Z Compiling usdt-impl v0.6.0
26232026-08-20T02:29:32.432Z Compiling scroll v0.13.0
26242026-08-20T02:29:32.501Z Compiling serde_urlencoded v0.7.1
26252026-08-20T02:29:32.701Z Compiling http-body-util v0.1.5
26262026-08-20T02:29:32.781Z Compiling plain v0.2.3
26272026-08-20T02:29:32.831Z Compiling hyper v1.11.0
26282026-08-20T02:29:32.894Z Compiling goblin v0.10.7
26292026-08-20T02:29:33.022Z Compiling daft-derive v0.1.8
26302026-08-20T02:29:36.198Z Compiling hyper-util v0.1.20
26312026-08-20T02:29:36.694Z Compiling foldhash v0.2.0
26322026-08-20T02:29:37.129Z Compiling dof v0.4.0
26332026-08-20T02:29:37.740Z Compiling darling_core v0.23.0
26342026-08-20T02:29:38.124Z Compiling dtrace-parser v0.3.0
26352026-08-20T02:29:38.193Z Compiling openapiv3 v2.2.0
26362026-08-20T02:29:38.704Z Compiling thread-id v5.1.0
26372026-08-20T02:29:38.798Z Compiling syn v1.0.109
26382026-08-20T02:29:40.177Z Compiling generic-array v0.14.7
26392026-08-20T02:29:40.195Z Compiling darling_macro v0.23.0
26402026-08-20T02:29:40.195Z Compiling num_threads v0.1.7
26412026-08-20T02:29:40.292Z Compiling powerfmt v0.2.0
26422026-08-20T02:29:40.318Z Compiling deranged v0.5.8
26432026-08-20T02:29:40.426Z Compiling darling v0.23.0
26442026-08-20T02:29:40.792Z Compiling usdt-attr-macro v0.6.0
26452026-08-20T02:29:41.121Z Compiling usdt-macro v0.6.0
26462026-08-20T02:29:41.424Z Compiling time v0.3.55
26472026-08-20T02:29:41.699Z Compiling rand_core v0.9.5
26482026-08-20T02:29:41.991Z Compiling hashbrown v0.16.1
26492026-08-20T02:29:42.367Z Compiling multer v3.1.0
26502026-08-20T02:29:42.616Z Compiling ref-cast v1.0.26
26512026-08-20T02:29:42.844Z Compiling crossbeam-channel v0.5.16
26522026-08-20T02:29:42.857Z Compiling sync_wrapper v1.0.2
26532026-08-20T02:29:42.943Z Compiling hex v0.4.3
26542026-08-20T02:29:42.974Z Compiling cpufeatures v0.3.0
26552026-08-20T02:29:43.058Z Compiling winnow v1.0.4
26562026-08-20T02:29:43.234Z Compiling tower v0.5.3
26572026-08-20T02:29:43.308Z Compiling rand_chacha v0.9.0
26582026-08-20T02:29:43.546Z Compiling webpki-roots v1.0.9
26592026-08-20T02:29:43.678Z Compiling futures-executor v0.3.34
26602026-08-20T02:29:43.829Z Compiling async-stream-impl v0.3.6
26612026-08-20T02:29:43.869Z Compiling ref-cast-impl v1.0.26
26622026-08-20T02:29:44.159Z Compiling dropshot v0.17.1
26632026-08-20T02:29:44.298Z Compiling thread_local v1.1.10
26642026-08-20T02:29:44.407Z Compiling fastrand v2.5.0
26652026-08-20T02:29:44.482Z Compiling futures v0.3.34
26662026-08-20T02:29:44.528Z Compiling tower-http v0.6.11
26672026-08-20T02:29:44.620Z Compiling rand v0.9.5
26682026-08-20T02:29:44.686Z Compiling serde_tokenstream v0.3.0
26692026-08-20T02:29:44.698Z Compiling structmeta-derive v0.3.0
26702026-08-20T02:29:44.745Z Compiling is-terminal v0.4.17
26712026-08-20T02:29:44.856Z Compiling take_mut v0.2.2
26722026-08-20T02:29:44.980Z Compiling term v1.2.1
26732026-08-20T02:29:44.983Z Compiling newtype-uuid-macros v0.1.1
26742026-08-20T02:29:45.329Z Compiling slog-term v2.9.2
26752026-08-20T02:29:45.610Z Compiling crypto-common v0.1.7
26762026-08-20T02:29:45.734Z Compiling structmeta v0.3.0
26772026-08-20T02:29:45.765Z Compiling dropshot_endpoint v0.17.1
26782026-08-20T02:29:46.106Z Compiling tempfile v3.27.0
26792026-08-20T02:29:46.376Z Compiling newtype-uuid v1.4.0
26802026-08-20T02:29:46.728Z Compiling strum_macros v0.26.4
26812026-08-20T02:29:46.739Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-08-20T02:29:46.881Z Compiling either v1.17.0
26832026-08-20T02:29:47.122Z Compiling daft v0.1.8
26842026-08-20T02:29:47.444Z Compiling hybrid-array v0.4.14
26852026-08-20T02:29:47.496Z Compiling openssl-probe v0.2.1
26862026-08-20T02:29:47.546Z Compiling adler2 v2.0.1
26872026-08-20T02:29:47.628Z Compiling match_cfg v0.1.0
26882026-08-20T02:29:47.708Z Compiling simd-adler32 v0.3.10
26892026-08-20T02:29:47.745Z Compiling hostname v0.3.1
26902026-08-20T02:29:47.824Z Compiling rustls-native-certs v0.8.4
26912026-08-20T02:29:47.912Z Compiling miniz_oxide v0.8.9
26922026-08-20T02:29:47.936Z Compiling toml_parser v1.1.3+spec-1.1.0
26932026-08-20T02:29:48.366Z Compiling slog-json v2.6.1
26942026-08-20T02:29:48.550Z Compiling serde_with_macros v3.22.0
26952026-08-20T02:29:48.571Z Compiling macaddr v1.0.1
26962026-08-20T02:29:48.621Z Compiling serde_spanned v1.1.1
26972026-08-20T02:29:48.776Z Compiling memmap2 v0.9.11
26982026-08-20T02:29:48.854Z Compiling toml_writer v1.1.2+spec-1.1.0
26992026-08-20T02:29:49.228Z Compiling slog-bunyan v2.5.0
27002026-08-20T02:29:49.413Z Compiling flate2 v1.1.9
27012026-08-20T02:29:49.426Z Compiling block-buffer v0.12.1
27022026-08-20T02:29:49.617Z Compiling crypto-common v0.2.2
27032026-08-20T02:29:49.709Z Compiling derive-ex v0.1.8
27042026-08-20T02:29:49.758Z Compiling rand_chacha v0.3.1
27052026-08-20T02:29:49.948Z Compiling strum_macros v0.27.2
27062026-08-20T02:29:50.879Z Compiling usdt v0.6.0
27072026-08-20T02:29:50.922Z Compiling debug-ignore v1.0.5
27082026-08-20T02:29:51.045Z Compiling const-oid v0.10.2
27092026-08-20T02:29:51.272Z Compiling compression-core v0.4.32
27102026-08-20T02:29:51.348Z Compiling test-strategy v0.4.5
27112026-08-20T02:29:51.454Z Compiling compression-codecs v0.4.38
27122026-08-20T02:29:51.514Z Compiling digest v0.11.3
27132026-08-20T02:29:51.713Z Compiling rand v0.8.7
27142026-08-20T02:29:51.817Z Compiling toml_datetime v1.1.1+spec-1.1.0
27152026-08-20T02:29:51.869Z Compiling encoding_rs v0.8.35
27162026-08-20T02:29:52.267Z Compiling mime v0.3.17
27172026-08-20T02:29:52.369Z Compiling spin v0.9.9
27182026-08-20T02:29:52.509Z Compiling toml v1.1.4+spec-1.1.0
27192026-08-20T02:29:52.643Z Compiling sha1 v0.11.0
27202026-08-20T02:29:52.762Z Compiling async-compression v0.4.43
27212026-08-20T02:29:52.800Z Compiling async-stream v0.3.6
27222026-08-20T02:29:53.128Z Compiling block-buffer v0.10.4
27232026-08-20T02:29:53.247Z Compiling waitgroup v0.1.2
27242026-08-20T02:29:53.308Z Compiling rustls-pemfile v2.2.0
27252026-08-20T02:29:53.411Z Compiling serde_path_to_error v0.1.20
27262026-08-20T02:29:53.530Z Compiling hostname v0.4.2
27272026-08-20T02:29:53.601Z Compiling digest v0.10.7
27282026-08-20T02:29:53.782Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-08-20T02:29:54.162Z Compiling parse-display-derive v0.10.0
27302026-08-20T02:29:54.424Z Compiling unicode-width v0.2.2
27312026-08-20T02:29:54.762Z Compiling strum v0.26.3
27322026-08-20T02:29:54.907Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27332026-08-20T02:29:55.079Z Compiling regress v0.10.5
27342026-08-20T02:29:55.732Z Compiling wait-timeout v0.2.1
27352026-08-20T02:29:56.192Z Compiling quick-error v1.2.3
27362026-08-20T02:29:56.310Z Compiling bit-vec v0.8.0
27372026-08-20T02:29:56.429Z Compiling rusty-fork v0.3.1
27382026-08-20T02:29:56.555Z Compiling bit-set v0.8.0
27392026-08-20T02:29:56.637Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-08-20T02:29:56.771Z Compiling serde_with v3.22.0
27412026-08-20T02:29:56.908Z Compiling rand_xorshift v0.4.0
27422026-08-20T02:29:57.137Z Compiling unarray v0.1.4
27432026-08-20T02:29:57.268Z Compiling proptest v1.11.0
27442026-08-20T02:29:57.310Z Compiling strum v0.27.2
27452026-08-20T02:29:57.393Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27462026-08-20T02:29:57.453Z Compiling instant v0.1.13
27472026-08-20T02:29:57.742Z Compiling cpufeatures v0.2.17
27482026-08-20T02:29:57.772Z Compiling iddqd v0.4.6
27492026-08-20T02:29:58.832Z Compiling clap_derive v4.6.4
27502026-08-20T02:29:58.841Z Compiling utf8parse v0.2.2
27512026-08-20T02:29:59.414Z Compiling anstyle-parse v1.0.0
27522026-08-20T02:29:59.651Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-08-20T02:29:59.665Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-08-20T02:29:59.668Z Compiling backon v1.6.0
27552026-08-20T02:29:59.705Z Compiling terminal_size v0.4.4
27562026-08-20T02:29:59.979Z Compiling colorchoice v1.0.5
27572026-08-20T02:30:00.054Z Compiling anstyle-query v1.1.5
27582026-08-20T02:30:00.111Z Compiling anstyle v1.0.14
27592026-08-20T02:30:00.380Z Compiling is_terminal_polyfill v1.70.2
27602026-08-20T02:30:00.687Z Compiling anstream v1.0.0
27612026-08-20T02:30:01.180Z Compiling backoff v0.4.0
27622026-08-20T02:30:01.287Z Compiling parse-display v0.10.0
27632026-08-20T02:30:01.507Z Compiling itertools v0.14.0
27642026-08-20T02:30:01.520Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27652026-08-20T02:30:01.689Z Compiling humantime v2.4.0
27662026-08-20T02:30:02.134Z Compiling clap_lex v1.1.0
27672026-08-20T02:30:02.455Z Compiling clap_builder v4.6.6
27682026-08-20T02:30:03.100Z Compiling regress v0.11.1
27692026-08-20T02:30:04.394Z Compiling clap v4.6.6
27702026-08-20T02:30:04.590Z Compiling typify-impl v0.6.2
27712026-08-20T02:30:05.869Z Compiling toml_edit v0.25.13+spec-1.1.0
27722026-08-20T02:30:06.551Z Compiling crucible-workspace-hack v0.1.0
27732026-08-20T02:30:06.586Z Compiling proc-macro-crate v3.5.0
27742026-08-20T02:30:07.127Z Compiling zerocopy-derive v0.7.35
27752026-08-20T02:30:07.896Z Compiling typify-macro v0.6.2
27762026-08-20T02:30:07.948Z Compiling unsafe-libyaml v0.2.11
27772026-08-20T02:30:08.601Z Compiling serde_yaml v0.9.34+deprecated
27782026-08-20T02:30:08.912Z Compiling num_enum_derive v0.7.6
27792026-08-20T02:30:12.935Z Compiling convert_case v0.4.0
27802026-08-20T02:30:13.028Z Compiling num_enum v0.7.6
27812026-08-20T02:30:13.028Z Compiling derive_more v0.99.20
27822026-08-20T02:30:13.028Z Compiling toml_datetime v0.6.11
27832026-08-20T02:30:13.028Z Compiling heck v0.4.1
27842026-08-20T02:30:13.028Z Compiling crossbeam-epoch v0.9.20
27852026-08-20T02:30:13.028Z Compiling typify v0.6.2
27862026-08-20T02:30:13.028Z Compiling secrecy v0.10.3
27872026-08-20T02:30:13.028Z Compiling proc-macro-error-attr v1.0.4
27882026-08-20T02:30:13.028Z Compiling tinyvec_macros v0.1.1
27892026-08-20T02:30:13.029Z Compiling heapless v0.8.0
27902026-08-20T02:30:13.029Z Compiling prettyplease v0.2.37
27912026-08-20T02:30:13.029Z Compiling rustix v0.38.44
27922026-08-20T02:30:13.029Z Compiling tinyvec v1.12.0
27932026-08-20T02:30:13.048Z Compiling zerocopy v0.7.35
27942026-08-20T02:30:13.048Z Compiling tabwriter v1.4.1
27952026-08-20T02:30:13.558Z Compiling hash32 v0.3.1
27962026-08-20T02:30:13.605Z Compiling rustc_version v0.4.1
27972026-08-20T02:30:13.645Z Compiling scroll_derive v0.12.1
27982026-08-20T02:30:13.723Z Compiling num-integer v0.1.47
27992026-08-20T02:30:13.901Z Compiling usdt-impl v0.5.0
28002026-08-20T02:30:14.143Z Compiling proc-macro-error v1.0.4
28012026-08-20T02:30:14.229Z Compiling winnow v0.7.15
28022026-08-20T02:30:14.263Z Compiling data-encoding v2.11.1
28032026-08-20T02:30:14.343Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28042026-08-20T02:30:14.383Z Compiling smoltcp v0.11.0
28052026-08-20T02:30:14.844Z Compiling scroll v0.12.0
28062026-08-20T02:30:15.012Z Compiling curve25519-dalek v4.1.3
28072026-08-20T02:30:16.137Z Compiling dof v0.3.0
28082026-08-20T02:30:17.493Z Compiling dtrace-parser v0.2.0
28092026-08-20T02:30:17.521Z Compiling hmac v0.12.1
28102026-08-20T02:30:17.521Z Compiling darling_core v0.21.3
28112026-08-20T02:30:17.521Z Compiling inout v0.1.4
28122026-08-20T02:30:17.521Z Compiling ff v0.13.1
28132026-08-20T02:30:17.521Z Compiling cobs v0.3.0
28142026-08-20T02:30:17.521Z Compiling bstr v1.13.1
28152026-08-20T02:30:17.521Z Compiling thread-id v4.2.2
28162026-08-20T02:30:17.521Z Compiling managed v0.8.0
28172026-08-20T02:30:17.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28182026-08-20T02:30:17.549Z Compiling bitflags v1.3.2
28192026-08-20T02:30:17.610Z Compiling colored v3.1.1
28202026-08-20T02:30:17.629Z Compiling static_assertions v1.1.0
28212026-08-20T02:30:18.304Z Compiling postcard v1.1.3
28222026-08-20T02:30:18.481Z Compiling group v0.13.0
28232026-08-20T02:30:18.613Z Compiling cipher v0.4.4
28242026-08-20T02:30:18.743Z Compiling hkdf v0.12.4
28252026-08-20T02:30:18.959Z Compiling darling_macro v0.21.3
28262026-08-20T02:30:19.492Z Compiling goblin v0.8.2
28272026-08-20T02:30:19.549Z Compiling num-rational v0.4.2
28282026-08-20T02:30:19.560Z Compiling num-iter v0.1.46
28292026-08-20T02:30:20.079Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28302026-08-20T02:30:20.304Z Compiling universal-hash v0.5.1
28312026-08-20T02:30:20.508Z Compiling hubpack_derive v0.1.1
28322026-08-20T02:30:20.524Z Compiling thiserror-impl-no-std v2.0.2
28332026-08-20T02:30:21.025Z Compiling crypto-bigint v0.5.5
28342026-08-20T02:30:21.376Z Compiling half v2.7.1
28352026-08-20T02:30:21.392Z Compiling curve25519-dalek-derive v0.1.1
28362026-08-20T02:30:21.618Z Compiling serde_repr v0.1.21
28372026-08-20T02:30:21.739Z Compiling foreign-types-macros v0.2.4
28382026-08-20T02:30:22.963Z Compiling num-complex v0.4.6
28392026-08-20T02:30:22.969Z Compiling memoffset v0.9.1
28402026-08-20T02:30:22.969Z Compiling base64ct v1.8.3
28412026-08-20T02:30:23.194Z Compiling opaque-debug v0.3.1
28422026-08-20T02:30:23.207Z Compiling indent_write v2.2.0
28432026-08-20T02:30:23.255Z Compiling foreign-types-shared v0.3.1
28442026-08-20T02:30:23.330Z Compiling ciborium-io v0.2.2
28452026-08-20T02:30:23.440Z Compiling cfg_aliases v0.2.2
28462026-08-20T02:30:23.520Z Compiling base16ct v0.2.0
28472026-08-20T02:30:23.593Z Compiling nix v0.31.3
28482026-08-20T02:30:23.682Z Compiling elliptic-curve v0.13.8
28492026-08-20T02:30:23.933Z Compiling ciborium-ll v0.2.2
28502026-08-20T02:30:23.976Z Compiling foreign-types v0.5.0
28512026-08-20T02:30:24.074Z Compiling poly1305 v0.8.0
28522026-08-20T02:30:24.256Z Compiling password-hash v0.5.0
28532026-08-20T02:30:24.807Z Compiling num v0.4.3
28542026-08-20T02:30:25.204Z Compiling thiserror-no-std v2.0.2
28552026-08-20T02:30:25.306Z Compiling hubpack v0.1.2
28562026-08-20T02:30:25.904Z Compiling darling v0.21.3
28572026-08-20T02:30:26.619Z Compiling chacha20 v0.9.1
28582026-08-20T02:30:27.230Z Compiling atomicwrites v0.4.4
28592026-08-20T02:30:28.366Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28602026-08-20T02:30:28.394Z Compiling reqwest v0.12.28
28612026-08-20T02:30:28.394Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28622026-08-20T02:30:28.698Z Compiling blake2 v0.10.6
28632026-08-20T02:30:28.891Z Compiling aead v0.5.2
28642026-08-20T02:30:29.021Z Compiling byte-wrapper v0.1.0
28652026-08-20T02:30:29.093Z Compiling chacha20 v0.10.1
28662026-08-20T02:30:29.176Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28672026-08-20T02:30:29.494Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28682026-08-20T02:30:29.850Z Compiling cstr-argument v0.1.2
28692026-08-20T02:30:30.038Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28702026-08-20T02:30:30.052Z Compiling keccak v0.1.6
28712026-08-20T02:30:30.170Z Compiling float-ord v0.3.2
28722026-08-20T02:30:30.253Z Compiling crossbeam-deque v0.8.7
28732026-08-20T02:30:30.528Z Compiling sha3 v0.10.9
28742026-08-20T02:30:30.548Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28752026-08-20T02:30:30.896Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28762026-08-20T02:30:30.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28772026-08-20T02:30:30.960Z Compiling rand v0.10.2
28782026-08-20T02:30:31.056Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28792026-08-20T02:30:31.708Z Compiling chacha20poly1305 v0.10.1
28802026-08-20T02:30:31.866Z Compiling argon2 v0.5.3
28812026-08-20T02:30:32.627Z Compiling progenitor-client v0.10.0
28822026-08-20T02:30:32.856Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28832026-08-20T02:30:33.085Z Compiling ingot-macros v0.1.1
28842026-08-20T02:30:33.772Z Compiling vsss-rs v3.3.4
28852026-08-20T02:30:35.042Z Compiling ciborium v0.2.2
28862026-08-20T02:30:35.230Z Compiling usdt-attr-macro v0.5.0
28872026-08-20T02:30:36.436Z Compiling usdt-macro v0.5.0
28882026-08-20T02:30:36.550Z Compiling enum-as-inner v0.6.1
28892026-08-20T02:30:36.587Z Compiling num-derive v0.4.2
28902026-08-20T02:30:36.726Z Compiling memmap v0.7.0
28912026-08-20T02:30:36.963Z Compiling semver v0.1.20
28922026-08-20T02:30:37.363Z Compiling winnow v0.5.40
28932026-08-20T02:30:37.647Z Compiling rayon-core v1.13.0
28942026-08-20T02:30:37.901Z Compiling rustc_version v0.1.7
28952026-08-20T02:30:37.975Z Compiling usdt v0.5.0
28962026-08-20T02:30:38.142Z Compiling ingot-types v0.1.2
28972026-08-20T02:30:38.176Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28982026-08-20T02:30:38.575Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28992026-08-20T02:30:38.679Z Compiling toml_edit v0.19.15
29002026-08-20T02:30:38.710Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29012026-08-20T02:30:39.183Z Compiling similar v2.7.0
29022026-08-20T02:30:39.246Z Compiling progenitor-impl v0.14.0
29032026-08-20T02:30:40.776Z Compiling serde_spanned v0.6.9
29042026-08-20T02:30:40.934Z Compiling lazy_static v1.5.0
29052026-08-20T02:30:41.172Z Compiling vcpkg v0.2.15
29062026-08-20T02:30:41.191Z Compiling toml_write v0.1.2
29072026-08-20T02:30:41.261Z Compiling bytecount v0.6.9
29082026-08-20T02:30:41.393Z Compiling toml_edit v0.22.27
29092026-08-20T02:30:41.458Z Compiling progenitor-macro v0.14.0
29102026-08-20T02:30:41.722Z Compiling rustls-webpki v0.103.14
29112026-08-20T02:30:41.884Z Compiling openssl-sys v0.9.117
29122026-08-20T02:30:43.371Z Compiling proc-macro-crate v1.3.1
29132026-08-20T02:30:43.743Z Compiling ingot v0.1.1
29142026-08-20T02:30:44.087Z Compiling newtype_derive v0.1.6
29152026-08-20T02:30:44.335Z Compiling itertools v0.12.1
29162026-08-20T02:30:45.918Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29172026-08-20T02:30:45.931Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29182026-08-20T02:30:46.020Z Compiling tokio-rustls v0.26.4
29192026-08-20T02:30:46.023Z Compiling rustls-platform-verifier v0.7.0
29202026-08-20T02:30:46.178Z Compiling swrite v0.1.0
29212026-08-20T02:30:46.297Z Compiling hyper-rustls v0.27.9
29222026-08-20T02:30:46.342Z Compiling owo-colors v4.3.0
29232026-08-20T02:30:46.635Z Compiling reqwest v0.13.4
29242026-08-20T02:30:46.836Z Compiling resolv-conf v0.7.6
29252026-08-20T02:30:47.446Z Compiling linked-hash-map v0.5.6
29262026-08-20T02:30:47.637Z Compiling unicode-segmentation v1.13.3
29272026-08-20T02:30:48.256Z Compiling progenitor-client v0.14.0
29282026-08-20T02:30:49.187Z Compiling progenitor-extras v0.2.0
29292026-08-20T02:30:49.737Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29302026-08-20T02:30:56.219Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-08-20T02:30:59.145Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-08-20T02:30:59.442Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-08-20T02:31:01.099Z Compiling progenitor v0.14.0
29342026-08-20T02:31:01.261Z Compiling newline-converter v0.3.0
29352026-08-20T02:31:01.282Z Compiling lru-cache v0.1.2
29362026-08-20T02:31:01.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29372026-08-20T02:31:01.550Z Compiling rayon v1.12.0
29382026-08-20T02:31:01.863Z Compiling num_enum_derive v0.5.11
29392026-08-20T02:31:03.266Z Compiling toml v0.8.23
29402026-08-20T02:31:03.548Z Compiling hickory-proto v0.24.4
29412026-08-20T02:31:03.716Z Compiling progenitor-impl v0.13.0
29422026-08-20T02:31:03.733Z Compiling console v0.15.11
29432026-08-20T02:31:03.830Z Compiling camino-tempfile v1.4.1
29442026-08-20T02:31:04.235Z Compiling serde-big-array v0.5.1
29452026-08-20T02:31:04.412Z Compiling derive-where v1.6.1
29462026-08-20T02:31:05.218Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29472026-08-20T02:31:05.286Z Compiling pin-project-internal v1.1.13
29482026-08-20T02:31:05.430Z Compiling minimal-lexical v0.2.1
29492026-08-20T02:31:05.692Z Compiling siphasher v1.0.3
29502026-08-20T02:31:05.701Z Compiling nom v7.1.3
29512026-08-20T02:31:05.786Z Compiling progenitor-macro v0.13.0
29522026-08-20T02:31:05.900Z Compiling phf_shared v0.12.1
29532026-08-20T02:31:06.148Z Compiling hickory-resolver v0.24.4
29542026-08-20T02:31:06.388Z Compiling pin-project v1.1.13
29552026-08-20T02:31:06.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29562026-08-20T02:31:06.572Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29572026-08-20T02:31:06.750Z Compiling expectorate v1.2.0
29582026-08-20T02:31:07.052Z Compiling num_enum v0.5.11
29592026-08-20T02:31:08.219Z Compiling progenitor-client v0.13.0
29602026-08-20T02:31:08.687Z Compiling zone_cfg_derive v0.3.1
29612026-08-20T02:31:09.416Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29622026-08-20T02:31:10.218Z Compiling unicode-normalization v0.1.25
29632026-08-20T02:31:10.380Z Compiling snafu-derive v0.8.9
29642026-08-20T02:31:10.836Z Compiling tokio-stream v0.1.19
29652026-08-20T02:31:11.153Z Compiling async-recursion v1.1.1
29662026-08-20T02:31:11.443Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29672026-08-20T02:31:11.801Z Compiling slog-dtrace v0.3.0
29682026-08-20T02:31:11.875Z Compiling csv-core v0.1.13
29692026-08-20T02:31:12.066Z Compiling same-file v1.0.6
29702026-08-20T02:31:12.149Z Compiling openssl v0.10.81
29712026-08-20T02:31:12.258Z Compiling highway v1.3.0
29722026-08-20T02:31:12.306Z Compiling unicode-width v0.1.14
29732026-08-20T02:31:12.448Z Compiling unicode-xid v0.2.6
29742026-08-20T02:31:12.597Z Compiling chrono-tz v0.10.4
29752026-08-20T02:31:12.649Z Compiling cancel-safe-futures v0.1.5
29762026-08-20T02:31:12.834Z Compiling unicode-linebreak v0.1.5
29772026-08-20T02:31:12.897Z Compiling smawk v0.3.3
29782026-08-20T02:31:12.953Z Compiling foreign-types-shared v0.1.1
29792026-08-20T02:31:13.062Z Compiling konst_macro_rules v0.2.19
29802026-08-20T02:31:13.062Z Compiling foldhash v0.1.5
29812026-08-20T02:31:13.118Z Compiling jiff-core v0.1.0
29822026-08-20T02:31:13.274Z Compiling konst v0.2.20
29832026-08-20T02:31:13.301Z Compiling hashbrown v0.15.5
29842026-08-20T02:31:13.668Z Compiling textwrap v0.16.2
29852026-08-20T02:31:13.784Z Compiling foreign-types v0.3.2
29862026-08-20T02:31:13.910Z Compiling const_format_proc_macros v0.2.34
29872026-08-20T02:31:13.974Z Compiling jiff v0.2.35
29882026-08-20T02:31:14.718Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29892026-08-20T02:31:14.949Z Compiling walkdir v2.5.0
29902026-08-20T02:31:15.151Z Compiling snafu v0.8.9
29912026-08-20T02:31:15.700Z Compiling csv v1.4.0
29922026-08-20T02:31:15.729Z Compiling progenitor v0.13.0
29932026-08-20T02:31:15.778Z Compiling qorb v0.4.1
29942026-08-20T02:31:15.893Z Compiling olpc-cjson v0.1.4
29952026-08-20T02:31:16.113Z Compiling zone v0.3.1
29962026-08-20T02:31:16.605Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-08-20T02:31:19.171Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29982026-08-20T02:31:20.556Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-08-20T02:31:21.100Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30002026-08-20T02:31:21.615Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30012026-08-20T02:31:22.256Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30022026-08-20T02:31:22.873Z Compiling phf v0.12.1
30032026-08-20T02:31:23.057Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30042026-08-20T02:31:23.121Z Compiling tokio-dtrace v0.1.1
30052026-08-20T02:31:23.364Z Compiling globset v0.4.20
30062026-08-20T02:31:23.459Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-08-20T02:31:23.694Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-08-20T02:31:23.986Z Compiling smf v0.2.3
30092026-08-20T02:31:24.295Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30102026-08-20T02:31:24.425Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30112026-08-20T02:31:25.038Z Compiling pem v3.0.6
30122026-08-20T02:31:25.104Z Compiling libsw-core v0.3.2
30132026-08-20T02:31:25.296Z Compiling serde_plain v1.0.2
30142026-08-20T02:31:25.530Z Compiling openssl-macros v0.1.1
30152026-08-20T02:31:25.591Z Compiling cookie v0.18.2
30162026-08-20T02:31:25.626Z Compiling sigpipe v0.1.3
30172026-08-20T02:31:25.711Z Compiling fixedbitset v0.5.7
30182026-08-20T02:31:25.841Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30192026-08-20T02:31:26.021Z Compiling typed-path v0.9.3
30202026-08-20T02:31:26.059Z Compiling fixedbitset v0.4.2
30212026-08-20T02:31:26.082Z Compiling glob v0.3.4
30222026-08-20T02:31:26.223Z Compiling petgraph v0.6.5
30232026-08-20T02:31:26.434Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-08-20T02:31:27.122Z Compiling tough v0.22.0
30252026-08-20T02:31:28.122Z Compiling petgraph v0.8.3
30262026-08-20T02:31:28.540Z Compiling libsw v3.5.0
30272026-08-20T02:31:28.691Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30282026-08-20T02:31:28.743Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30292026-08-20T02:31:28.819Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30302026-08-20T02:31:29.090Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30312026-08-20T02:31:29.660Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30322026-08-20T02:31:29.892Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30332026-08-20T02:31:29.966Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30342026-08-20T02:31:30.188Z Compiling oxide-tokio-rt v0.1.6
30352026-08-20T02:31:31.402Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-08-20T02:31:31.588Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-08-20T02:31:32.700Z Compiling const_format v0.2.36
30382026-08-20T02:31:33.153Z Compiling papergrid v0.11.0
30392026-08-20T02:31:33.215Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-08-20T02:31:33.810Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30412026-08-20T02:31:34.490Z Compiling libscf-sys v1.2.0
30422026-08-20T02:31:34.652Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-08-20T02:31:34.735Z Compiling tabled_derive v0.7.0
30442026-08-20T02:31:34.786Z Compiling gethostname v0.5.0
30452026-08-20T02:31:34.968Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30462026-08-20T02:31:35.039Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-08-20T02:31:35.184Z Compiling bcs v0.1.6
30482026-08-20T02:31:35.436Z Compiling tagptr v0.2.0
30492026-08-20T02:31:35.488Z Compiling termtree v0.5.1
30502026-08-20T02:31:35.585Z Compiling linear-map v1.2.0
30512026-08-20T02:31:35.612Z Compiling whoami v1.6.1
30522026-08-20T02:31:35.684Z Compiling moka v0.12.16
30532026-08-20T02:31:35.727Z Compiling tabled v0.15.0
30542026-08-20T02:31:36.073Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-08-20T02:31:38.304Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30562026-08-20T02:31:38.997Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-08-20T02:31:39.304Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-08-20T02:31:39.307Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-08-20T02:31:39.530Z Compiling steno v0.4.1
30602026-08-20T02:31:41.385Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-08-20T02:31:43.650Z Compiling hickory-proto v0.25.2
30622026-08-20T02:31:45.056Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-08-20T02:31:45.066Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30642026-08-20T02:31:45.695Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30652026-08-20T02:31:45.812Z Compiling parking_lot_core v0.8.6
30662026-08-20T02:31:46.117Z Compiling hickory-resolver v0.25.2
30672026-08-20T02:31:46.197Z Compiling nom v8.0.0
30682026-08-20T02:31:47.879Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-08-20T02:31:48.029Z Compiling itertools v0.15.0
30702026-08-20T02:31:48.414Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30712026-08-20T02:31:48.507Z Compiling crunchy v0.2.4
30722026-08-20T02:31:48.831Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30732026-08-20T02:31:48.927Z Compiling parking_lot v0.11.2
30742026-08-20T02:31:49.609Z Compiling typify-impl v0.4.3
30752026-08-20T02:31:49.785Z Compiling fxhash v0.2.1
30762026-08-20T02:31:49.939Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30772026-08-20T02:31:50.232Z Compiling tiny-keccak v2.0.2
30782026-08-20T02:31:50.483Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30792026-08-20T02:31:50.778Z Compiling sled v0.34.7
30802026-08-20T02:31:51.757Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-08-20T02:31:52.973Z Compiling typify-macro v0.4.3
30822026-08-20T02:31:54.059Z Compiling arc-swap v1.9.2
30832026-08-20T02:31:54.418Z Compiling slog-scope v4.4.1
30842026-08-20T02:31:54.567Z Compiling ingot-macros v0.2.0
30852026-08-20T02:31:55.233Z Compiling papergrid v0.18.0
30862026-08-20T02:31:55.525Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30872026-08-20T02:31:56.175Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30882026-08-20T02:31:56.439Z Compiling internet-checksum v0.2.1
30892026-08-20T02:31:56.610Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
30902026-08-20T02:31:57.015Z Compiling tabled v0.21.0
30912026-08-20T02:31:57.381Z Compiling ingot-types v0.2.0
30922026-08-20T02:31:57.852Z Compiling const-random-macro v0.1.16
30932026-08-20T02:31:58.268Z Compiling slog-stdlog v4.1.1
30942026-08-20T02:31:58.633Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
30952026-08-20T02:31:58.758Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30962026-08-20T02:31:59.429Z Compiling dropshot-api-manager-types v0.7.2
30972026-08-20T02:31:59.996Z Compiling smartstring v1.0.1
30982026-08-20T02:32:00.269Z Compiling ahash v0.8.12
30992026-08-20T02:32:00.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31002026-08-20T02:32:00.931Z Compiling slog-envlogger v2.2.0
31012026-08-20T02:32:02.046Z Compiling const-random v0.1.18
31022026-08-20T02:32:02.139Z Compiling ingot v0.2.1
31032026-08-20T02:32:03.183Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31042026-08-20T02:32:04.284Z Compiling typify v0.4.3
31052026-08-20T02:32:04.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31062026-08-20T02:32:04.801Z Compiling toml_datetime v0.7.5+spec-1.1.0
31072026-08-20T02:32:04.842Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31082026-08-20T02:32:05.096Z Compiling crc8 v0.1.1
31092026-08-20T02:32:05.163Z Compiling toml v0.9.12+spec-1.1.0
31102026-08-20T02:32:05.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
31112026-08-20T02:32:06.254Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31122026-08-20T02:32:06.862Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31132026-08-20T02:32:08.643Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31142026-08-20T02:32:10.284Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31152026-08-20T02:32:10.538Z Compiling progenitor-impl v0.10.0
31162026-08-20T02:32:11.139Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31172026-08-20T02:32:12.446Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31182026-08-20T02:32:12.628Z Compiling sha1 v0.10.7
31192026-08-20T02:32:12.847Z Compiling thin-vec v0.2.19
31202026-08-20T02:32:13.071Z Compiling lzma-sys v0.1.20
31212026-08-20T02:32:13.171Z Compiling rhai_codegen v3.2.0
31222026-08-20T02:32:13.202Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31232026-08-20T02:32:13.516Z Compiling fs-err v3.3.1
31242026-08-20T02:32:13.748Z Compiling typeid v1.0.3
31252026-08-20T02:32:13.780Z Compiling utf-8 v0.7.6
31262026-08-20T02:32:14.014Z Compiling tungstenite v0.21.0
31272026-08-20T02:32:14.396Z Compiling rhai v1.25.1
31282026-08-20T02:32:15.102Z Compiling progenitor-macro v0.10.0
31292026-08-20T02:32:19.478Z Compiling cargo_toml v0.22.3
31302026-08-20T02:32:21.725Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31312026-08-20T02:32:23.221Z Compiling sha2 v0.10.9
31322026-08-20T02:32:23.354Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31332026-08-20T02:32:23.434Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31342026-08-20T02:32:24.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31352026-08-20T02:32:24.389Z Compiling progenitor v0.10.0
31362026-08-20T02:32:24.547Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31372026-08-20T02:32:24.643Z Compiling tokio-tungstenite v0.21.0
31382026-08-20T02:32:25.606Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31392026-08-20T02:32:26.716Z Compiling port-file v0.1.0
31402026-08-20T02:32:26.994Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31412026-08-20T02:32:28.794Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31422026-08-20T02:32:28.993Z Compiling console v0.16.4
31432026-08-20T02:32:29.277Z Compiling git-stub v1.0.0
31442026-08-20T02:32:29.733Z Compiling unit-prefix v0.5.2
31452026-08-20T02:32:29.912Z Compiling is_ci v1.2.0
31462026-08-20T02:32:29.947Z Compiling base64 v0.21.7
31472026-08-20T02:32:30.099Z Compiling supports-color v3.0.2
31482026-08-20T02:32:30.137Z Compiling indicatif v0.18.6
31492026-08-20T02:32:30.258Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31502026-08-20T02:32:30.448Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31512026-08-20T02:32:30.465Z Compiling git-stub-vcs v0.1.0
31522026-08-20T02:32:31.192Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31532026-08-20T02:32:31.936Z Compiling ron v0.12.2
31542026-08-20T02:32:32.757Z Compiling xz2 v0.1.7
31552026-08-20T02:32:33.154Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31562026-08-20T02:32:34.173Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31572026-08-20T02:32:34.436Z Compiling drift v0.2.0
31582026-08-20T02:32:35.110Z Compiling base16ct v1.0.0
31592026-08-20T02:32:35.876Z Compiling dropshot-api-manager v0.7.2
31602026-08-20T02:32:40.420Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31612026-08-20T02:32:43.439Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31622026-08-20T02:32:44.632Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31632026-08-20T02:32:45.954Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31642026-08-20T02:32:46.258Z Compiling natord v1.0.9
31652026-08-20T02:32:46.553Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31662026-08-20T02:32:46.648Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31672026-08-20T02:32:49.136Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31682026-08-20T02:32:50.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31692026-08-20T02:32:52.512Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31702026-08-20T02:32:58.978Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31712026-08-20T02:33:00.303Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31722026-08-20T02:33:01.347Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31732026-08-20T02:33:02.351Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31742026-08-20T02:33:06.200Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31752026-08-20T02:33:33.859Z Finished `release` profile [optimized] target(s) in 4m 25s
31762026-08-20T02:33:34.042Z
31772026-08-20T02:33:34.045Zreal 4:25.418556309
31782026-08-20T02:33:34.045Zuser 29:59.494337478
31792026-08-20T02:33:34.045Zsys 2:47.036189426
31802026-08-20T02:33:34.045Ztrap 0.748703553
31812026-08-20T02:33:34.046Ztflt 1.342838454
31822026-08-20T02:33:34.046Zdflt 2.165278941
31832026-08-20T02:33:34.046Zkflt 0.006494924
31842026-08-20T02:33:34.046Zlock 2:03:34.933324020
31852026-08-20T02:33:34.046Zslp 1:26:40.927178736
31862026-08-20T02:33:34.046Zlat 2:10.395985743
31872026-08-20T02:33:34.046Zstop 3:51.803914036
31882026-08-20T02:33:34.046Z+ for x in debug release
31892026-08-20T02:33:34.046Z+ mkdir -p /work/debug
31902026-08-20T02:33:34.046Z+ cp target/debug/ddmd /work/debug/ddmd
31912026-08-20T02:33:34.602Z+ cp target/debug/ddmadm /work/debug/ddmadm
31922026-08-20T02:33:35.093Z+ cp target/debug/mgd /work/debug/mgd
31932026-08-20T02:33:35.864Z+ cp target/debug/mgadm /work/debug/mgadm
31942026-08-20T02:33:36.360Z+ for x in debug release
31952026-08-20T02:33:36.360Z+ mkdir -p /work/release
31962026-08-20T02:33:36.365Z+ cp target/release/ddmd /work/release/ddmd
31972026-08-20T02:33:36.466Z+ cp target/release/ddmadm /work/release/ddmadm
31982026-08-20T02:33:36.550Z+ cp target/release/mgd /work/release/mgd
31992026-08-20T02:33:36.689Z+ cp target/release/mgadm /work/release/mgadm
32002026-08-20T02:33:36.811Z+ cp target/release/falcon-lab /work/release/falcon-lab
32012026-08-20T02:33:36.896Zprocess exited: duration 642413 ms, exit code 0
 
32022026-08-20T02:33:36.915Zfound 9 output files
32032026-08-20T02:33:36.915Zuploading: /work/debug/ddmadm (599094824 bytes)
32042026-08-20T02:33:44.075Zuploaded: /work/debug/ddmadm
32052026-08-20T02:33:44.075Zuploading: /work/debug/ddmd (691505024 bytes)
32062026-08-20T02:33:53.583Zuploaded: /work/debug/ddmd
32072026-08-20T02:33:53.583Zuploading: /work/debug/mgadm (708675936 bytes)
32082026-08-20T02:34:07.196Zuploaded: /work/debug/mgadm
32092026-08-20T02:34:07.196Zuploading: /work/debug/mgd (812962176 bytes)
32102026-08-20T02:34:19.859Zuploaded: /work/debug/mgd
32112026-08-20T02:34:19.859Zuploading: /work/release/ddmadm (52272616 bytes)
32122026-08-20T02:34:21.222Zuploaded: /work/release/ddmadm
32132026-08-20T02:34:21.222Zuploading: /work/release/ddmd (62987016 bytes)
32142026-08-20T02:34:22.669Zuploaded: /work/release/ddmd
32152026-08-20T02:34:22.669Zuploading: /work/release/falcon-lab (42502280 bytes)
32162026-08-20T02:34:23.988Zuploaded: /work/release/falcon-lab
32172026-08-20T02:34:23.988Zuploading: /work/release/mgadm (67639096 bytes)
32182026-08-20T02:34:25.661Zuploaded: /work/release/mgadm
32192026-08-20T02:34:25.661Zuploading: /work/release/mgd (85852960 bytes)
32202026-08-20T02:34:27.553Zuploaded: /work/release/mgd