01M1BJ35Q6A6RYTWRVA2RMBEPT: 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: 01M1BJ4060QS1CWK5P641XY44J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:24:49.494Zjob assigned to worker 01M1BJ46V2WJZECKB2TZZ0S7GZ [factory aws, i-0d4353e05f9834fb0] (queued for 48 s)
 
22026-08-31T09:24:55.769Zstarting task 0: "setup"
32026-08-31T09:24:55.773Z++ uname -s
42026-08-31T09:24:55.776Z+ kern=SunOS
52026-08-31T09:24:55.776Z+ build_user=build
62026-08-31T09:24:55.776Z+ build_uid=12345
72026-08-31T09:24:55.776Z+ work_dir=/work
82026-08-31T09:24:55.776Z+ input_dir=/input
92026-08-31T09:24:55.776Z+ [[ 0 == 12345 ]]
102026-08-31T09:24:55.776Z+ case "$kern" in
112026-08-31T09:24:55.776Z+ groupadd -g 12345 build
122026-08-31T09:24:55.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:24:57.783Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:24:57.891Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:24:57.895Z+ home_fs=zfs
162026-08-31T09:24:57.895Z+ [[ zfs == autofs ]]
172026-08-31T09:24:57.895Z+ mkdir -p /home/build
182026-08-31T09:24:57.895Z+ chown build:build /home/build /work
192026-08-31T09:24:59.895Z+ chmod 0700 /home/build /work
202026-08-31T09:24:59.899Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-31T09:24:59.905Zstarting task 1: "rust-toolchain"
222026-08-31T09:24:59.909Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:24:59.909Z * rust toolchain channel = "stable"
242026-08-31T09:24:59.909Z * rust toolchain profile = "default"
252026-08-31T09:24:59.909Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T09:24:59.910Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:24:59.910Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:24:59.912Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:24:59.913Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:24:59.992Zinfo: downloading installer
312026-08-31T09:25:01.076Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:01.077Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:01.077Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:01.077Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:01.089Zinfo: profile set to default
362026-08-31T09:25:01.089Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:01.092Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:01.230Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:01.234Zinfo: downloading 6 components
402026-08-31T09:25:17.147Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:17.147Z
422026-08-31T09:25:17.174Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:17.174Z
442026-08-31T09:25:17.174Z
452026-08-31T09:25:17.174ZRust is installed now. Great!
462026-08-31T09:25:17.174Z
472026-08-31T09:25:17.178ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:17.178Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:17.178Z
502026-08-31T09:25:17.178ZTo configure your current shell, you need to source
512026-08-31T09:25:17.178Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:17.178Z
532026-08-31T09:25:17.178ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:17.178Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:17.178Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:17.178Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:17.178Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:17.178Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:17.178Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:17.178Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:17.178Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:17.262Z+ rustup --version
632026-08-31T09:25:17.272Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:17.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:17.295Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:17.299Z+ cargo --version
672026-08-31T09:25:17.309Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:17.313Z+ rustc --version
692026-08-31T09:25:17.330Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:17.333Zprocess exited: duration 17427 ms, exit code 0
 
712026-08-31T09:25:17.341Zstarting task 2: "authentication"
722026-08-31T09:25:17.357Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T09:25:17.364Zstarting task 3: "clone repository"
742026-08-31T09:25:17.368Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:17.371Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:17.400ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:18.873Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:18.874Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:19.154ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:19.154Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:19.160Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:19.164Z++ git branch --show-current
832026-08-31T09:25:19.164Z+ current=main
842026-08-31T09:25:19.164Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:19.164Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:19.167Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:19.187ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:19.190Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:19.200ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:19.203Zprocess exited: duration 1837 ms, exit code 0
 
912026-08-31T09:25:19.212Zstarting task 4: "build"
922026-08-31T09:25:19.216Z+ source .github/buildomat/common.sh
932026-08-31T09:25:19.219Z++ export PKG_SUCCESS_ON_NOP=1
942026-08-31T09:25:19.220Z++ PKG_SUCCESS_ON_NOP=1
952026-08-31T09:25:19.220Z++ cargo --version
962026-08-31T09:25:19.223Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
972026-08-31T09:25:19.360Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
982026-08-31T09:25:19.364Zinfo: downloading 6 components
992026-08-31T09:25:32.805Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-31T09:25:32.808Z++ rustc --version
1012026-08-31T09:25:32.835Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T09:25:32.840Z+ pfexec pkg install clang-15
1032026-08-31T09:25:35.679Z Startup: Refreshing catalog 'helios' ... Done
1042026-08-31T09:25:36.084Z Startup: Caching catalogs ... Done
1052026-08-31T09:25:38.390ZPlanning: Solver setup ... Done
1062026-08-31T09:25:38.454ZPlanning: Running solver ... Done
1072026-08-31T09:25:38.503ZPlanning: Consolidating action changes ... Done
1082026-08-31T09:25:38.503ZPlanning: Evaluating mediators ... Done
1092026-08-31T09:25:38.507ZPlanning: Planning completed in 2.38 seconds
1102026-08-31T09:25:38.519ZNo updates necessary for this image.
1112026-08-31T09:25:38.756Z+ banner check
1122026-08-31T09:25:38.761Z
1132026-08-31T09:25:38.761Z #### # # ###### #### # #
1142026-08-31T09:25:38.761Z # # # # # # # # #
1152026-08-31T09:25:38.761Z # ###### ##### # ####
1162026-08-31T09:25:38.761Z # # # # # # #
1172026-08-31T09:25:38.761Z # # # # # # # # #
1182026-08-31T09:25:38.761Z #### # # ###### #### # #
1192026-08-31T09:25:38.761Z
1202026-08-31T09:25:38.764Z+ cargo fmt -- --check
1212026-08-31T09:25:39.227Z+ cargo clippy --all-targets -- --deny warnings
1222026-08-31T09:25:39.346Z Updating crates.io index
1232026-08-31T09:25:39.349Z Updating git repository `https://github.com/oxidecomputer/omicron`
1242026-08-31T09:25:45.902ZFrom https://github.com/oxidecomputer/omicron
1252026-08-31T09:25:45.904Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1262026-08-31T09:25:46.327Z Updating git repository `https://github.com/oxidecomputer/falcon`
1272026-08-31T09:25:47.784ZFrom https://github.com/oxidecomputer/falcon
1282026-08-31T09:25:47.784Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
1292026-08-31T09:25:47.859Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1302026-08-31T09:25:48.988ZFrom https://github.com/oxidecomputer/dendrite
1312026-08-31T09:25:48.988Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
1322026-08-31T09:25:49.023Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-08-31T09:25:49.309ZFrom https://github.com/oxidecomputer/ispf
1342026-08-31T09:25:49.309Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1352026-08-31T09:25:49.312Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-31T09:25:49.720ZFrom https://github.com/oxidecomputer/netadm-sys
1372026-08-31T09:25:49.720Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
1382026-08-31T09:25:49.734Z Updating git repository `https://github.com/oxidecomputer/opte`
1392026-08-31T09:25:50.490ZFrom https://github.com/oxidecomputer/opte
1402026-08-31T09:25:50.490Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
1412026-08-31T09:25:50.520Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1422026-08-31T09:25:50.831ZFrom https://github.com/oxidecomputer/slog-error-chain
1432026-08-31T09:25:50.831Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1442026-08-31T09:25:50.840Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-08-31T09:25:51.176ZFrom https://github.com/illumos/smf-rs
1462026-08-31T09:25:51.176Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1472026-08-31T09:25:51.184Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1482026-08-31T09:25:51.532ZFrom https://github.com/oxidecomputer/poptrie
1492026-08-31T09:25:51.532Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
1502026-08-31T09:25:51.541Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1512026-08-31T09:25:52.024ZFrom https://github.com/oxidecomputer/network-interface
1522026-08-31T09:25:52.024Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1532026-08-31T09:25:52.034Z Updating git repository `https://github.com/oxidecomputer/zone`
1542026-08-31T09:25:52.342ZFrom https://github.com/oxidecomputer/zone
1552026-08-31T09:25:52.342Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1562026-08-31T09:25:52.347Z Updating git repository `https://github.com/oxidecomputer/lldp`
1572026-08-31T09:25:53.012ZFrom https://github.com/oxidecomputer/lldp
1582026-08-31T09:25:53.012Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1592026-08-31T09:25:53.022Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1602026-08-31T09:25:53.366ZFrom https://github.com/oxidecomputer/tufaceous
1612026-08-31T09:25:53.366Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
1622026-08-31T09:25:53.375Z Updating git repository `https://github.com/oxidecomputer/propolis`
1632026-08-31T09:25:54.287ZFrom https://github.com/oxidecomputer/propolis
1642026-08-31T09:25:54.287Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1652026-08-31T09:25:54.301Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1662026-08-31T09:25:54.822ZFrom https://github.com/oxidecomputer/transceiver-control
1672026-08-31T09:25:54.822Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
1682026-08-31T09:25:54.832Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1692026-08-31T09:25:55.351ZFrom https://github.com/oxidecomputer/dlpi-sys
1702026-08-31T09:25:55.351Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
1712026-08-31T09:25:55.357Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1722026-08-31T09:25:56.007ZFrom https://github.com/jmesmon/rust-libzfs
1732026-08-31T09:25:56.007Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1742026-08-31T09:25:56.013Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1752026-08-31T09:25:56.380ZFrom https://github.com/oxidecomputer/rusty-doors
1762026-08-31T09:25:56.380Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1772026-08-31T09:25:56.387Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1782026-08-31T09:25:57.052ZFrom https://github.com/oxidecomputer/management-gateway-service
1792026-08-31T09:25:57.052Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
1802026-08-31T09:25:57.061Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1812026-08-31T09:25:57.370ZFrom https://github.com/oxidecomputer/serde_human_bytes
1822026-08-31T09:25:57.370Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
1832026-08-31T09:25:57.380Z Updating git repository `https://github.com/oxidecomputer/crucible`
1842026-08-31T09:25:59.003ZFrom https://github.com/oxidecomputer/crucible
1852026-08-31T09:25:59.004Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
1862026-08-31T09:25:59.041Z Updating git repository `https://github.com/oxidecomputer/propolis`
1872026-08-31T09:25:59.562ZFrom https://github.com/oxidecomputer/propolis
1882026-08-31T09:25:59.562Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1892026-08-31T09:25:59.605Z Updating git repository `https://github.com/oxidecomputer/crucible`
1902026-08-31T09:26:00.520ZFrom https://github.com/oxidecomputer/crucible
1912026-08-31T09:26:00.520Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1922026-08-31T09:26:00.584Z Updating git repository `https://github.com/oxidecomputer/tofino`
1932026-08-31T09:26:01.000ZFrom https://github.com/oxidecomputer/tofino
1942026-08-31T09:26:01.000Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
1952026-08-31T09:26:01.011Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1962026-08-31T09:26:02.104ZFrom https://github.com/oxidecomputer/maghemite
1972026-08-31T09:26:02.104Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
1982026-08-31T09:26:02.136Z Updating git repository `https://github.com/oxidecomputer/clickward`
1992026-08-31T09:26:02.493ZFrom https://github.com/oxidecomputer/clickward
2002026-08-31T09:26:02.493Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2012026-08-31T09:26:02.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2022026-08-31T09:26:02.820ZFrom https://github.com/oxidecomputer/illumos-devinfo
2032026-08-31T09:26:02.820Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2042026-08-31T09:26:04.999Z Downloading crates ...
2052026-08-31T09:26:05.047Z Downloaded autocfg v1.5.1
2062026-08-31T09:26:05.055Z Downloaded arc-swap v1.9.2
2072026-08-31T09:26:05.065Z Downloaded base16ct v0.2.0
2082026-08-31T09:26:05.065Z Downloaded atomic-waker v1.1.2
2092026-08-31T09:26:05.065Z Downloaded bitflags v2.13.1
2102026-08-31T09:26:05.079Z Downloaded bs58 v0.5.1
2112026-08-31T09:26:05.079Z Downloaded atomicwrites v0.4.4
2122026-08-31T09:26:05.079Z Downloaded bit-set v0.8.0
2132026-08-31T09:26:05.079Z Downloaded darling_core v0.21.3
2142026-08-31T09:26:05.092Z Downloaded block-buffer v0.12.1
2152026-08-31T09:26:05.093Z Downloaded indexmap v2.14.0
2162026-08-31T09:26:05.093Z Downloaded async-stream v0.3.6
2172026-08-31T09:26:05.093Z Downloaded is-terminal v0.4.17
2182026-08-31T09:26:05.095Z Downloaded is_terminal_polyfill v1.70.2
2192026-08-31T09:26:05.095Z Downloaded jiff-static v0.2.35
2202026-08-31T09:26:05.095Z Downloaded base16ct v1.0.0
2212026-08-31T09:26:05.109Z Downloaded anstyle-query v1.1.5
2222026-08-31T09:26:05.109Z Downloaded async-stream-impl v0.3.6
2232026-08-31T09:26:05.109Z Downloaded argon2 v0.5.3
2242026-08-31T09:26:05.109Z Downloaded async-trait v0.1.92
2252026-08-31T09:26:05.109Z Downloaded internet-checksum v0.2.1
2262026-08-31T09:26:05.109Z Downloaded colorchoice v1.0.5
2272026-08-31T09:26:05.109Z Downloaded crypto-common v0.2.2
2282026-08-31T09:26:05.110Z Downloaded adler2 v2.0.1
2292026-08-31T09:26:05.110Z Downloaded convert_case v0.4.0
2302026-08-31T09:26:05.110Z Downloaded indexmap v1.9.3
2312026-08-31T09:26:05.110Z Downloaded async-recursion v1.1.1
2322026-08-31T09:26:05.110Z Downloaded aead v0.5.2
2332026-08-31T09:26:05.110Z Downloaded inout v0.1.4
2342026-08-31T09:26:05.110Z Downloaded cpufeatures v0.3.0
2352026-08-31T09:26:05.110Z Downloaded indent_write v2.2.0
2362026-08-31T09:26:05.110Z Downloaded instant v0.1.13
2372026-08-31T09:26:05.110Z Downloaded opaque-debug v0.3.1
2382026-08-31T09:26:05.110Z Downloaded cobs v0.3.0
2392026-08-31T09:26:05.116Z Downloaded idna_adapter v1.2.2
2402026-08-31T09:26:05.116Z Downloaded konst_macro_rules v0.2.19
2412026-08-31T09:26:05.116Z Downloaded lazy_static v1.5.0
2422026-08-31T09:26:05.116Z Downloaded block-buffer v0.10.4
2432026-08-31T09:26:05.116Z Downloaded cfg_aliases v0.2.2
2442026-08-31T09:26:05.116Z Downloaded cstr-argument v0.1.2
2452026-08-31T09:26:05.116Z Downloaded ciborium-io v0.2.2
2462026-08-31T09:26:05.116Z Downloaded hyper-rustls v0.27.9
2472026-08-31T09:26:05.116Z Downloaded itertools v0.12.1
2482026-08-31T09:26:05.116Z Downloaded const-random v0.1.18
2492026-08-31T09:26:05.129Z Downloaded const-random-macro v0.1.16
2502026-08-31T09:26:05.130Z Downloaded crc8 v0.1.1
2512026-08-31T09:26:05.130Z Downloaded crunchy v0.2.4
2522026-08-31T09:26:05.130Z Downloaded ingot v0.1.1
2532026-08-31T09:26:05.130Z Downloaded ingot-types v0.1.2
2542026-08-31T09:26:05.130Z Downloaded is_ci v1.2.0
2552026-08-31T09:26:05.130Z Downloaded newline-converter v0.3.0
2562026-08-31T09:26:05.130Z Downloaded curve25519-dalek-derive v0.1.1
2572026-08-31T09:26:05.130Z Downloaded natord v1.0.9
2582026-08-31T09:26:05.130Z Downloaded bit-vec v0.8.0
2592026-08-31T09:26:05.139Z Downloaded base64ct v1.8.3
2602026-08-31T09:26:05.139Z Downloaded byte-wrapper v0.1.0
2612026-08-31T09:26:05.139Z Downloaded bitflags v1.3.2
2622026-08-31T09:26:05.139Z Downloaded byteorder v1.5.0
2632026-08-31T09:26:05.139Z Downloaded anstream v1.0.0
2642026-08-31T09:26:05.139Z Downloaded bytecount v0.6.9
2652026-08-31T09:26:05.139Z Downloaded hybrid-array v0.4.14
2662026-08-31T09:26:05.139Z Downloaded lru-slab v0.1.2
2672026-08-31T09:26:05.140Z Downloaded itoa v1.0.18
2682026-08-31T09:26:05.140Z Downloaded backoff v0.4.0
2692026-08-31T09:26:05.140Z Downloaded macaddr v1.0.1
2702026-08-31T09:26:05.140Z Downloaded num v0.4.3
2712026-08-31T09:26:05.140Z Downloaded keccak v0.1.6
2722026-08-31T09:26:05.140Z Downloaded lru-cache v0.1.2
2732026-08-31T09:26:05.150Z Downloaded num_enum_derive v0.5.11
2742026-08-31T09:26:05.150Z Downloaded linked-hash-map v0.5.6
2752026-08-31T09:26:05.150Z Downloaded clap_lex v1.1.0
2762026-08-31T09:26:05.150Z Downloaded crypto-common v0.1.7
2772026-08-31T09:26:05.150Z Downloaded ident_case v1.0.1
2782026-08-31T09:26:05.150Z Downloaded managed v0.8.0
2792026-08-31T09:26:05.156Z Downloaded no-std-compat v0.4.1
2802026-08-31T09:26:05.156Z Downloaded num-derive v0.4.2
2812026-08-31T09:26:05.156Z Downloaded num-conv v0.2.2
2822026-08-31T09:26:05.156Z Downloaded memmap v0.7.0
2832026-08-31T09:26:05.156Z Downloaded omicron-workspace-hack v0.1.0
2842026-08-31T09:26:05.156Z Downloaded cfg-if v1.0.4
2852026-08-31T09:26:05.157Z Downloaded camino-tempfile v1.4.1
2862026-08-31T09:26:05.157Z Downloaded memoffset v0.9.1
2872026-08-31T09:26:05.157Z Downloaded mime v0.3.17
2882026-08-31T09:26:05.157Z Downloaded num_threads v0.1.7
2892026-08-31T09:26:05.164Z Downloaded ingot v0.2.1
2902026-08-31T09:26:05.164Z Downloaded crucible-workspace-hack v0.1.0
2912026-08-31T09:26:05.164Z Downloaded libscf-sys v1.2.0
2922026-08-31T09:26:05.164Z Downloaded num-iter v0.1.46
2932026-08-31T09:26:05.164Z Downloaded olpc-cjson v0.1.4
2942026-08-31T09:26:05.164Z Downloaded httpdate v1.0.3
2952026-08-31T09:26:05.164Z Downloaded cpufeatures v0.2.17
2962026-08-31T09:26:05.176Z Downloaded newtype-uuid-macros v0.1.1
2972026-08-31T09:26:05.176Z Downloaded anstyle-parse v1.0.0
2982026-08-31T09:26:05.176Z Downloaded ciborium-ll v0.2.2
2992026-08-31T09:26:05.183Z Downloaded const_format_proc_macros v0.2.34
3002026-08-31T09:26:05.185Z Downloaded newtype_derive v0.1.6
3012026-08-31T09:26:05.185Z Downloaded serde_spanned v1.1.1
3022026-08-31T09:26:05.185Z Downloaded iana-time-zone v0.1.65
3032026-08-31T09:26:05.185Z Downloaded ingot-macros v0.1.1
3042026-08-31T09:26:05.185Z Downloaded match_cfg v0.1.0
3052026-08-31T09:26:05.185Z Downloaded bcs v0.1.6
3062026-08-31T09:26:05.185Z Downloaded chacha20 v0.9.1
3072026-08-31T09:26:05.185Z Downloaded anstyle v1.0.14
3082026-08-31T09:26:05.185Z Downloaded daft-derive v0.1.8
3092026-08-31T09:26:05.185Z Downloaded serial_test_derive v4.0.1
3102026-08-31T09:26:05.191Z Downloaded slog-bunyan v2.5.0
3112026-08-31T09:26:05.191Z Downloaded scroll_derive v0.12.1
3122026-08-31T09:26:05.191Z Downloaded ingot-macros v0.2.0
3132026-08-31T09:26:05.191Z Downloaded serde_urlencoded v0.7.1
3142026-08-31T09:26:05.191Z Downloaded num_enum v0.7.6
3152026-08-31T09:26:05.191Z Downloaded strum v0.27.2
3162026-08-31T09:26:05.191Z Downloaded termtree v0.5.1
3172026-08-31T09:26:05.191Z Downloaded thread-id v4.2.2
3182026-08-31T09:26:05.192Z Downloaded stable_deref_trait v1.2.1
3192026-08-31T09:26:05.197Z Downloaded tower-service v0.3.3
3202026-08-31T09:26:05.197Z Downloaded subtle v2.6.1
3212026-08-31T09:26:05.197Z Downloaded jobserver v0.1.35
3222026-08-31T09:26:05.198Z Downloaded linear-map v1.2.0
3232026-08-31T09:26:05.198Z Downloaded ipnetwork v0.21.1
3242026-08-31T09:26:05.209Z Downloaded crossbeam-deque v0.8.7
3252026-08-31T09:26:05.209Z Downloaded camino v1.2.5
3262026-08-31T09:26:05.213Z Downloaded clap_derive v4.6.4
3272026-08-31T09:26:05.213Z Downloaded want v0.3.1
3282026-08-31T09:26:05.213Z Downloaded blake2 v0.10.6
3292026-08-31T09:26:05.213Z Downloaded ingot-types v0.2.0
3302026-08-31T09:26:05.213Z Downloaded num-rational v0.4.2
3312026-08-31T09:26:05.213Z Downloaded compression-core v0.4.32
3322026-08-31T09:26:05.221Z Downloaded critical-section v1.2.0
3332026-08-31T09:26:05.221Z Downloaded libsw v3.5.0
3342026-08-31T09:26:05.221Z Downloaded multer v3.1.0
3352026-08-31T09:26:05.221Z Downloaded cmake v0.1.58
3362026-08-31T09:26:05.225Z Downloaded libsw-core v0.3.2
3372026-08-31T09:26:05.225Z Downloaded num-integer v0.1.47
3382026-08-31T09:26:05.225Z Downloaded num_enum v0.5.11
3392026-08-31T09:26:05.225Z Downloaded num_enum_derive v0.7.6
3402026-08-31T09:26:05.225Z Downloaded try-lock v0.2.5
3412026-08-31T09:26:05.225Z Downloaded typeid v1.0.3
3422026-08-31T09:26:05.225Z Downloaded unarray v0.1.4
3432026-08-31T09:26:05.225Z Downloaded dyn-clone v1.0.20
3442026-08-31T09:26:05.247Z Downloaded untrusted v0.9.0
3452026-08-31T09:26:05.247Z Downloaded num-complex v0.4.6
3462026-08-31T09:26:05.247Z Downloaded utf8parse v0.2.2
3472026-08-31T09:26:05.247Z Downloaded simd-adler32 v0.3.10
3482026-08-31T09:26:05.247Z Downloaded foreign-types v0.3.2
3492026-08-31T09:26:05.247Z Downloaded foreign-types v0.5.0
3502026-08-31T09:26:05.247Z Downloaded futures-io v0.3.34
3512026-08-31T09:26:05.271Z Downloaded konst v0.2.20
3522026-08-31T09:26:05.271Z Downloaded cipher v0.4.4
3532026-08-31T09:26:05.271Z Downloaded daft v0.1.8
3542026-08-31T09:26:05.271Z Downloaded indicatif v0.18.6
3552026-08-31T09:26:05.271Z Downloaded tiny-keccak v2.0.2
3562026-08-31T09:26:05.271Z Downloaded scroll v0.13.0
3572026-08-31T09:26:05.271Z Downloaded usdt v0.5.0
3582026-08-31T09:26:05.271Z Downloaded git-stub v1.0.0
3592026-08-31T09:26:05.271Z Downloaded phf_shared v0.12.1
3602026-08-31T09:26:05.271Z Downloaded darling_macro v0.21.3
3612026-08-31T09:26:05.272Z Downloaded defmt-parser v1.0.0
3622026-08-31T09:26:05.272Z Downloaded embedded-io v0.6.1
3632026-08-31T09:26:05.272Z Downloaded proc-macro-crate v1.3.1
3642026-08-31T09:26:05.272Z Downloaded cargo_toml v0.22.3
3652026-08-31T09:26:05.272Z Downloaded compression-codecs v0.4.38
3662026-08-31T09:26:05.272Z Downloaded ahash v0.8.12
3672026-08-31T09:26:05.286Z Downloaded backon v1.6.0
3682026-08-31T09:26:05.286Z Downloaded ipnet v2.12.1
3692026-08-31T09:26:05.287Z Downloaded serde_path_to_error v0.1.20
3702026-08-31T09:26:05.287Z Downloaded lock_api v0.4.14
3712026-08-31T09:26:05.287Z Downloaded memmap2 v0.9.11
3722026-08-31T09:26:05.287Z Downloaded slog-scope v4.4.1
3732026-08-31T09:26:05.287Z Downloaded smartstring v1.0.1
3742026-08-31T09:26:05.287Z Downloaded smawk v0.3.3
3752026-08-31T09:26:05.287Z Downloaded vsss-rs v3.3.4
3762026-08-31T09:26:05.287Z Downloaded walkdir v2.5.0
3772026-08-31T09:26:05.287Z Downloaded gethostname v0.5.0
3782026-08-31T09:26:05.287Z Downloaded http-body v1.1.0
3792026-08-31T09:26:05.287Z Downloaded hubpack v0.1.2
3802026-08-31T09:26:05.287Z Downloaded percent-encoding v2.3.2
3812026-08-31T09:26:05.287Z Downloaded progenitor-macro v0.13.0
3822026-08-31T09:26:05.287Z Downloaded powerfmt v0.2.0
3832026-08-31T09:26:05.288Z Downloaded anyhow v1.0.104
3842026-08-31T09:26:05.288Z Downloaded rustc_version v0.1.7
3852026-08-31T09:26:05.288Z Downloaded once_cell v1.21.4
3862026-08-31T09:26:05.288Z Downloaded thiserror-impl v2.0.20
3872026-08-31T09:26:05.288Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3882026-08-31T09:26:05.288Z Downloaded cancel-safe-futures v0.1.5
3892026-08-31T09:26:05.288Z Downloaded crossbeam-epoch v0.9.20
3902026-08-31T09:26:05.288Z Downloaded csv-core v0.1.13
3912026-08-31T09:26:05.288Z Downloaded newtype-uuid v1.4.0
3922026-08-31T09:26:05.299Z Downloaded const-oid v0.10.2
3932026-08-31T09:26:05.299Z Downloaded litemap v0.8.2
3942026-08-31T09:26:05.299Z Downloaded rustc_version v0.4.1
3952026-08-31T09:26:05.299Z Downloaded chacha20 v0.10.1
3962026-08-31T09:26:05.300Z Downloaded crc32fast v1.5.0
3972026-08-31T09:26:05.300Z Downloaded ff v0.13.1
3982026-08-31T09:26:05.300Z Downloaded foldhash v0.2.0
3992026-08-31T09:26:05.300Z Downloaded ref-cast v1.0.26
4002026-08-31T09:26:05.300Z Downloaded heck v0.5.0
4012026-08-31T09:26:05.300Z Downloaded sigpipe v0.1.3
4022026-08-31T09:26:05.308Z Downloaded slog-envlogger v2.2.0
4032026-08-31T09:26:05.308Z Downloaded testing_table v0.3.0
4042026-08-31T09:26:05.308Z Downloaded darling v0.23.0
4052026-08-31T09:26:05.308Z Downloaded git-stub-vcs v0.1.0
4062026-08-31T09:26:05.308Z Downloaded parse-display-derive v0.10.0
4072026-08-31T09:26:05.308Z Downloaded owo-colors v4.3.0
4082026-08-31T09:26:05.308Z Downloaded darling v0.21.3
4092026-08-31T09:26:05.318Z Downloaded tokio-macros v2.7.2
4102026-08-31T09:26:05.318Z Downloaded crossbeam-utils v0.8.22
4112026-08-31T09:26:05.318Z Downloaded untrusted v0.7.1
4122026-08-31T09:26:05.324Z Downloaded tokio-rustls v0.26.4
4132026-08-31T09:26:05.325Z Downloaded tokio-stream v0.1.19
4142026-08-31T09:26:05.325Z Downloaded log v0.4.33
4152026-08-31T09:26:05.325Z Downloaded futures-executor v0.3.34
4162026-08-31T09:26:05.325Z Downloaded strum v0.26.3
4172026-08-31T09:26:05.325Z Downloaded defmt-macros v1.1.1
4182026-08-31T09:26:05.325Z Downloaded num-traits v0.2.19
4192026-08-31T09:26:05.325Z Downloaded swrite v0.1.0
4202026-08-31T09:26:05.325Z Downloaded take_mut v0.2.2
4212026-08-31T09:26:05.325Z Downloaded thread-id v5.1.0
4222026-08-31T09:26:05.334Z Downloaded thread_local v1.1.10
4232026-08-31T09:26:05.334Z Downloaded displaydoc v0.2.7
4242026-08-31T09:26:05.334Z Downloaded zerocopy-derive v0.7.35
4252026-08-31T09:26:05.334Z Downloaded digest v0.11.3
4262026-08-31T09:26:05.334Z Downloaded quick-error v1.2.3
4272026-08-31T09:26:05.334Z Downloaded quinn-udp v0.5.15
4282026-08-31T09:26:05.334Z Downloaded console v0.16.4
4292026-08-31T09:26:05.334Z Downloaded spin v0.9.9
4302026-08-31T09:26:05.349Z Downloaded version_check v0.9.5
4312026-08-31T09:26:05.349Z Downloaded yoke-derive v0.8.2
4322026-08-31T09:26:05.349Z Downloaded zerofrom-derive v0.1.7
4332026-08-31T09:26:05.349Z Downloaded darling_macro v0.23.0
4342026-08-31T09:26:05.349Z Downloaded dof v0.4.0
4352026-08-31T09:26:05.349Z Downloaded unicode-linebreak v0.1.5
4362026-08-31T09:26:05.350Z Downloaded usdt-macro v0.6.0
4372026-08-31T09:26:05.350Z Downloaded bytes v1.12.1
4382026-08-31T09:26:05.350Z Downloaded serde_derive_internals v0.29.1
4392026-08-31T09:26:05.350Z Downloaded allocator-api2 v0.2.21
4402026-08-31T09:26:05.350Z Downloaded float-ord v0.3.2
4412026-08-31T09:26:05.350Z Downloaded cookie v0.18.2
4422026-08-31T09:26:05.357Z Downloaded icu_normalizer v2.2.0
4432026-08-31T09:26:05.358Z Downloaded icu_properties v2.2.0
4442026-08-31T09:26:05.358Z Downloaded similar v2.7.0
4452026-08-31T09:26:05.358Z Downloaded equivalent v1.0.2
4462026-08-31T09:26:05.358Z Downloaded snafu-derive v0.8.9
4472026-08-31T09:26:05.358Z Downloaded fxhash v0.2.1
4482026-08-31T09:26:05.358Z Downloaded time-macros v0.2.32
4492026-08-31T09:26:05.361Z Downloaded progenitor v0.10.0
4502026-08-31T09:26:05.361Z Downloaded openssl-macros v0.1.1
4512026-08-31T09:26:05.361Z Downloaded sha1 v0.11.0
4522026-08-31T09:26:05.361Z Downloaded hyper-util v0.1.20
4532026-08-31T09:26:05.365Z Downloaded scroll v0.12.0
4542026-08-31T09:26:05.365Z Downloaded foreign-types-shared v0.1.1
4552026-08-31T09:26:05.365Z Downloaded glob v0.3.4
4562026-08-31T09:26:05.365Z Downloaded hmac v0.12.1
4572026-08-31T09:26:05.371Z Downloaded parking_lot v0.12.5
4582026-08-31T09:26:05.371Z Downloaded synstructure v0.13.2
4592026-08-31T09:26:05.371Z Downloaded tokio-dtrace v0.1.1
4602026-08-31T09:26:05.371Z Downloaded toml_write v0.1.2
4612026-08-31T09:26:05.377Z Downloaded toml_writer v1.1.2+spec-1.1.0
4622026-08-31T09:26:05.377Z Downloaded hubpack_derive v0.1.1
4632026-08-31T09:26:05.377Z Downloaded parse-display v0.10.0
4642026-08-31T09:26:05.377Z Downloaded pretty-hex v0.4.2
4652026-08-31T09:26:05.377Z Downloaded terminal_size v0.4.4
4662026-08-31T09:26:05.388Z Downloaded icu_provider v2.2.0
4672026-08-31T09:26:05.388Z Downloaded clap v4.6.6
4682026-08-31T09:26:05.388Z Downloaded ciborium v0.2.2
4692026-08-31T09:26:05.388Z Downloaded colored v3.1.1
4702026-08-31T09:26:05.388Z Downloaded icu_normalizer_data v2.2.0
4712026-08-31T09:26:05.394Z Downloaded ryu v1.0.23
4722026-08-31T09:26:05.394Z Downloaded writeable v0.6.3
4732026-08-31T09:26:05.394Z Downloaded potential_utf v0.1.5
4742026-08-31T09:26:05.394Z Downloaded structmeta-derive v0.3.0
4752026-08-31T09:26:05.394Z Downloaded zeroize v1.9.0
4762026-08-31T09:26:05.394Z Downloaded thiserror-impl-no-std v2.0.2
4772026-08-31T09:26:05.394Z Downloaded miniz_oxide v0.8.9
4782026-08-31T09:26:05.398Z Downloaded serde_core v1.0.229
4792026-08-31T09:26:05.403Z Downloaded dropshot_endpoint v0.17.1
4802026-08-31T09:26:05.403Z Downloaded semver v1.0.28
4812026-08-31T09:26:05.407Z Downloaded serde_with_macros v3.22.0
4822026-08-31T09:26:05.407Z Downloaded fastrand v2.5.0
4832026-08-31T09:26:05.407Z Downloaded typify-macro v0.4.3
4842026-08-31T09:26:05.408Z Downloaded unicode-xid v0.2.6
4852026-08-31T09:26:05.408Z Downloaded unit-prefix v0.5.2
4862026-08-31T09:26:05.408Z Downloaded enum-as-inner v0.6.1
4872026-08-31T09:26:05.408Z Downloaded fnv v1.0.7
4882026-08-31T09:26:05.416Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4892026-08-31T09:26:05.416Z Downloaded siphasher v1.0.3
4902026-08-31T09:26:05.416Z Downloaded smallvec v1.15.2
4912026-08-31T09:26:05.416Z Downloaded spin v0.5.2
4922026-08-31T09:26:05.416Z Downloaded base64 v0.22.1
4932026-08-31T09:26:05.416Z Downloaded highway v1.3.0
4942026-08-31T09:26:05.420Z Downloaded humantime v2.4.0
4952026-08-31T09:26:05.420Z Downloaded phf v0.12.1
4962026-08-31T09:26:05.420Z Downloaded progenitor-client v0.13.0
4972026-08-31T09:26:05.420Z Downloaded hostname v0.4.2
4982026-08-31T09:26:05.423Z Downloaded toml_edit v0.25.13+spec-1.1.0
4992026-08-31T09:26:05.423Z Downloaded deranged v0.5.8
5002026-08-31T09:26:05.423Z Downloaded either v1.17.0
5012026-08-31T09:26:05.426Z Downloaded pin-project v1.1.13
5022026-08-31T09:26:05.431Z Downloaded wait-timeout v0.2.1
5032026-08-31T09:26:05.431Z Downloaded rand_core v0.9.5
5042026-08-31T09:26:05.435Z Downloaded rand_core v0.10.1
5052026-08-31T09:26:05.435Z Downloaded serde_repr v0.1.21
5062026-08-31T09:26:05.435Z Downloaded slog-dtrace v0.3.0
5072026-08-31T09:26:05.436Z Downloaded textwrap v0.16.2
5082026-08-31T09:26:05.436Z Downloaded icu_locale_core v2.2.0
5092026-08-31T09:26:05.440Z Downloaded fs_extra v1.3.0
5102026-08-31T09:26:05.445Z Downloaded smf v0.2.3
5112026-08-31T09:26:05.445Z Downloaded password-hash v0.5.0
5122026-08-31T09:26:05.449Z Downloaded progenitor-macro v0.10.0
5132026-08-31T09:26:05.449Z Downloaded secrecy v0.10.3
5142026-08-31T09:26:05.449Z Downloaded zerofrom v0.1.8
5152026-08-31T09:26:05.449Z Downloaded zeroize_derive v1.5.0
5162026-08-31T09:26:05.449Z Downloaded structmeta v0.3.0
5172026-08-31T09:26:05.449Z Downloaded strsim v0.11.1
5182026-08-31T09:26:05.449Z Downloaded dtrace-parser v0.3.0
5192026-08-31T09:26:05.453Z Downloaded futures-sink v0.3.34
5202026-08-31T09:26:05.453Z Downloaded generic-array v0.14.7
5212026-08-31T09:26:05.453Z Downloaded time-core v0.1.9
5222026-08-31T09:26:05.457Z Downloaded icu_collections v2.2.0
5232026-08-31T09:26:05.461Z Downloaded ppv-lite86 v0.2.21
5242026-08-31T09:26:05.461Z Downloaded minimal-lexical v0.2.1
5252026-08-31T09:26:05.464Z Downloaded const_format v0.2.36
5262026-08-31T09:26:05.464Z Downloaded tabled_derive v0.7.0
5272026-08-31T09:26:05.468Z Downloaded usdt-attr-macro v0.6.0
5282026-08-31T09:26:05.476Z Downloaded scopeguard v1.2.0
5292026-08-31T09:26:05.476Z Downloaded foldhash v0.1.5
5302026-08-31T09:26:05.476Z Downloaded usdt v0.6.0
5312026-08-31T09:26:05.494Z Downloaded resolv-conf v0.7.6
5322026-08-31T09:26:05.494Z Downloaded foreign-types-shared v0.3.1
5332026-08-31T09:26:05.494Z Downloaded group v0.13.0
5342026-08-31T09:26:05.494Z Downloaded progenitor-client v0.10.0
5352026-08-31T09:26:05.494Z Downloaded pest_meta v2.8.8
5362026-08-31T09:26:05.494Z Downloaded test-strategy v0.4.5
5372026-08-31T09:26:05.494Z Downloaded crypto-bigint v0.5.5
5382026-08-31T09:26:05.503Z Downloaded embedded-io v0.4.0
5392026-08-31T09:26:05.503Z Downloaded sha2 v0.10.9
5402026-08-31T09:26:05.503Z Downloaded futures-core v0.3.34
5412026-08-31T09:26:05.503Z Downloaded hash32 v0.3.1
5422026-08-31T09:26:05.503Z Downloaded heck v0.4.1
5432026-08-31T09:26:05.503Z Downloaded hostname v0.3.1
5442026-08-31T09:26:05.503Z Downloaded plain v0.2.3
5452026-08-31T09:26:05.503Z Downloaded pin-project-lite v0.2.17
5462026-08-31T09:26:05.504Z Downloaded proc-macro-error v1.0.4
5472026-08-31T09:26:05.504Z Downloaded serde_plain v1.0.2
5482026-08-31T09:26:05.510Z Downloaded toml_datetime v0.6.11
5492026-08-31T09:26:05.510Z Downloaded ucd-trie v0.1.7
5502026-08-31T09:26:05.510Z Downloaded base64 v0.21.7
5512026-08-31T09:26:05.510Z Downloaded defmt v1.1.1
5522026-08-31T09:26:05.510Z Downloaded rand_chacha v0.9.0
5532026-08-31T09:26:05.510Z Downloaded thiserror-impl v1.0.69
5542026-08-31T09:26:05.510Z Downloaded rand_chacha v0.3.1
5552026-08-31T09:26:05.510Z Downloaded usdt-macro v0.5.0
5562026-08-31T09:26:05.510Z Downloaded waitgroup v0.1.2
5572026-08-31T09:26:05.510Z Downloaded same-file v1.0.6
5582026-08-31T09:26:05.519Z Downloaded memchr v2.8.3
5592026-08-31T09:26:05.527Z Downloaded progenitor-impl v0.10.0
5602026-08-31T09:26:05.527Z Downloaded itertools v0.15.0
5612026-08-31T09:26:05.527Z Downloaded tinystr v0.8.3
5622026-08-31T09:26:05.527Z Downloaded schemars v0.8.22
5632026-08-31T09:26:05.532Z Downloaded serde_derive v1.0.229
5642026-08-31T09:26:05.533Z Downloaded tracing-attributes v0.1.31
5652026-08-31T09:26:05.533Z Downloaded thiserror v1.0.69
5662026-08-31T09:26:05.540Z Downloaded tower-layer v0.3.3
5672026-08-31T09:26:05.540Z Downloaded typify-macro v0.6.2
5682026-08-31T09:26:05.540Z Downloaded flate2 v1.1.9
5692026-08-31T09:26:05.540Z Downloaded find-msvc-tools v0.1.10
5702026-08-31T09:26:05.540Z Downloaded defmt v0.3.100
5712026-08-31T09:26:05.540Z Downloaded pest_derive v2.8.8
5722026-08-31T09:26:05.540Z Downloaded progenitor-macro v0.14.0
5732026-08-31T09:26:05.540Z Downloaded rustc-hash v2.1.3
5742026-08-31T09:26:05.545Z Downloaded proc-macro-crate v3.5.0
5752026-08-31T09:26:05.546Z Downloaded supports-color v3.0.2
5762026-08-31T09:26:05.546Z Downloaded sync_wrapper v1.0.2
5772026-08-31T09:26:05.546Z Downloaded postcard v1.1.3
5782026-08-31T09:26:05.546Z Downloaded rustls-platform-verifier v0.7.0
5792026-08-31T09:26:05.547Z Downloaded schemars v1.2.2
5802026-08-31T09:26:05.606Z Downloaded http-body-util v0.1.5
5812026-08-31T09:26:05.607Z Downloaded parking_lot_core v0.8.6
5822026-08-31T09:26:05.607Z Downloaded ref-cast-impl v1.0.26
5832026-08-31T09:26:05.607Z Downloaded sha1 v0.10.7
5842026-08-31T09:26:05.607Z Downloaded port-file v0.1.0
5852026-08-31T09:26:05.607Z Downloaded pkg-config v0.3.33
5862026-08-31T09:26:05.607Z Downloaded quinn v0.11.11
5872026-08-31T09:26:05.607Z Downloaded drift v0.2.0
5882026-08-31T09:26:05.607Z Downloaded cc v1.4.2
5892026-08-31T09:26:05.607Z Downloaded chacha20poly1305 v0.10.1
5902026-08-31T09:26:05.607Z Downloaded futures-macro v0.3.34
5912026-08-31T09:26:05.607Z Downloaded rhai_codegen v3.2.0
5922026-08-31T09:26:05.608Z Downloaded rusty-fork v0.3.1
5932026-08-31T09:26:05.608Z Downloaded serde_tokenstream v0.2.3
5942026-08-31T09:26:05.608Z Downloaded serde_tokenstream v0.3.0
5952026-08-31T09:26:05.608Z Downloaded rustls-pemfile v2.2.0
5962026-08-31T09:26:05.608Z Downloaded dunce v1.0.5
5972026-08-31T09:26:05.608Z Downloaded nom v7.1.3
5982026-08-31T09:26:05.608Z Downloaded unicode-ident v1.0.24
5992026-08-31T09:26:05.608Z Downloaded signal-hook-registry v1.4.8
6002026-08-31T09:26:05.608Z Downloaded slog-json v2.6.1
6012026-08-31T09:26:05.608Z Downloaded thiserror-no-std v2.0.2
6022026-08-31T09:26:05.608Z Downloaded toml v0.9.12+spec-1.1.0
6032026-08-31T09:26:05.608Z Downloaded mio v1.2.2
6042026-08-31T09:26:05.608Z Downloaded dtrace-parser v0.2.0
6052026-08-31T09:26:05.608Z Downloaded futures-task v0.3.34
6062026-08-31T09:26:05.614Z Downloaded hickory-resolver v0.24.4
6072026-08-31T09:26:05.614Z Downloaded erased-serde v0.3.31
6082026-08-31T09:26:05.614Z Downloaded async-compression v0.4.43
6092026-08-31T09:26:05.614Z Downloaded fixedbitset v0.5.7
6102026-08-31T09:26:05.615Z Downloaded serde_spanned v0.6.9
6112026-08-31T09:26:05.615Z Downloaded whoami v1.6.1
6122026-08-31T09:26:05.615Z Downloaded data-encoding v2.11.1
6132026-08-31T09:26:05.615Z Downloaded tagptr v0.2.0
6142026-08-31T09:26:05.615Z Downloaded proc-macro2 v1.0.107
6152026-08-31T09:26:05.615Z Downloaded rayon-core v1.13.0
6162026-08-31T09:26:05.615Z Downloaded half v2.7.1
6172026-08-31T09:26:05.615Z Downloaded futures v0.3.34
6182026-08-31T09:26:05.615Z Downloaded getrandom v0.4.3
6192026-08-31T09:26:05.615Z Downloaded globset v0.4.20
6202026-08-31T09:26:05.615Z Downloaded parking_lot v0.11.2
6212026-08-31T09:26:05.615Z Downloaded progenitor-extras v0.2.0
6222026-08-31T09:26:05.615Z Downloaded schemars_derive v0.8.22
6232026-08-31T09:26:05.615Z Downloaded slab v0.4.12
6242026-08-31T09:26:05.616Z Downloaded zone_cfg_derive v0.3.1
6252026-08-31T09:26:05.624Z Downloaded zone v0.3.1
6262026-08-31T09:26:05.624Z Downloaded fixedbitset v0.4.2
6272026-08-31T09:26:05.624Z Downloaded foreign-types-macros v0.2.4
6282026-08-31T09:26:05.624Z Downloaded diff v0.1.13
6292026-08-31T09:26:05.624Z Downloaded progenitor-impl v0.14.0
6302026-08-31T09:26:05.626Z Downloaded serde_yaml v0.9.34+deprecated
6312026-08-31T09:26:05.626Z Downloaded poly1305 v0.8.0
6322026-08-31T09:26:05.626Z Downloaded unicode-segmentation v1.13.3
6332026-08-31T09:26:05.636Z Downloaded crossbeam-channel v0.5.16
6342026-08-31T09:26:05.636Z Downloaded static_assertions v1.1.0
6352026-08-31T09:26:05.636Z Downloaded url v2.5.8
6362026-08-31T09:26:05.636Z Downloaded rand_pcg v0.10.2
6372026-08-31T09:26:05.636Z Downloaded jiff-core v0.1.0
6382026-08-31T09:26:05.649Z Downloaded toml_parser v1.1.3+spec-1.1.0
6392026-08-31T09:26:05.649Z Downloaded zerovec-derive v0.11.3
6402026-08-31T09:26:05.649Z Downloaded proc-macro-error-attr v1.0.4
6412026-08-31T09:26:05.649Z Downloaded rustls-pki-types v1.15.1
6422026-08-31T09:26:05.649Z Downloaded utf-8 v0.7.6
6432026-08-31T09:26:05.649Z Downloaded serde-big-array v0.5.1
6442026-08-31T09:26:05.649Z Downloaded usdt-attr-macro v0.5.0
6452026-08-31T09:26:05.649Z Downloaded yoke v0.8.3
6462026-08-31T09:26:05.649Z Downloaded darling_core v0.23.0
6472026-08-31T09:26:05.655Z Downloaded strum_macros v0.26.4
6482026-08-31T09:26:05.655Z Downloaded tinyvec_macros v0.1.1
6492026-08-31T09:26:05.655Z Downloaded derive-where v1.6.1
6502026-08-31T09:26:05.655Z Downloaded pem v3.0.6
6512026-08-31T09:26:05.655Z Downloaded usdt-impl v0.5.0
6522026-08-31T09:26:05.656Z Downloaded httparse v1.10.1
6532026-08-31T09:26:05.656Z Downloaded paste v1.0.15
6542026-08-31T09:26:05.676Z Downloaded idna v1.1.0
6552026-08-31T09:26:05.677Z Downloaded typify v0.4.3
6562026-08-31T09:26:05.677Z Downloaded getrandom v0.2.17
6572026-08-31T09:26:05.677Z Downloaded debug-ignore v1.0.5
6582026-08-31T09:26:05.677Z Downloaded tabwriter v1.4.1
6592026-08-31T09:26:05.677Z Downloaded rand_xorshift v0.4.0
6602026-08-31T09:26:05.677Z Downloaded universal-hash v0.5.1
6612026-08-31T09:26:05.677Z Downloaded utf8_iter v1.0.4
6622026-08-31T09:26:05.677Z Downloaded dof v0.3.0
6632026-08-31T09:26:05.677Z Downloaded form_urlencoded v1.2.2
6642026-08-31T09:26:05.677Z Downloaded thin-vec v0.2.19
6652026-08-31T09:26:05.688Z Downloaded serial_test v4.0.1
6662026-08-31T09:26:05.688Z Downloaded rustls-webpki v0.103.14
6672026-08-31T09:26:05.688Z Downloaded uuid v1.26.0
6682026-08-31T09:26:05.694Z Downloaded oxide-tokio-rt v0.1.6
6692026-08-31T09:26:05.694Z Downloaded derive_more v0.99.20
6702026-08-31T09:26:05.694Z Downloaded papergrid v0.11.0
6712026-08-31T09:26:05.694Z Downloaded parking_lot_core v0.9.12
6722026-08-31T09:26:05.694Z Downloaded tokio-tungstenite v0.21.0
6732026-08-31T09:26:05.694Z Downloaded derive-ex v0.1.8
6742026-08-31T09:26:05.703Z Downloaded xz2 v0.1.7
6752026-08-31T09:26:05.703Z Downloaded oxnet v0.1.7
6762026-08-31T09:26:05.703Z Downloaded errno v0.3.14
6772026-08-31T09:26:05.703Z Downloaded scroll_derive v0.13.1
6782026-08-31T09:26:05.703Z Downloaded slog-async v2.8.0
6792026-08-31T09:26:05.703Z Downloaded dropshot-api-manager-types v0.7.2
6802026-08-31T09:26:05.703Z Downloaded semver v0.1.20
6812026-08-31T09:26:05.704Z Downloaded zerotrie v0.2.4
6822026-08-31T09:26:05.709Z Downloaded steno v0.4.1
6832026-08-31T09:26:05.709Z Downloaded quote v1.0.47
6842026-08-31T09:26:05.709Z Downloaded slog-stdlog v4.1.1
6852026-08-31T09:26:05.709Z Downloaded thiserror v2.0.20
6862026-08-31T09:26:05.719Z Downloaded elliptic-curve v0.13.8
6872026-08-31T09:26:05.719Z Downloaded zmij v1.0.23
6882026-08-31T09:26:05.719Z Downloaded progenitor v0.14.0
6892026-08-31T09:26:05.719Z Downloaded tower v0.5.3
6902026-08-31T09:26:05.727Z Downloaded openssl-probe v0.2.1
6912026-08-31T09:26:05.727Z Downloaded progenitor-client v0.14.0
6922026-08-31T09:26:05.727Z Downloaded futures-channel v0.3.34
6932026-08-31T09:26:05.727Z Downloaded pin-project-internal v1.1.13
6942026-08-31T09:26:05.727Z Downloaded progenitor v0.13.0
6952026-08-31T09:26:05.727Z Downloaded itertools v0.14.0
6962026-08-31T09:26:05.731Z Downloaded libm v0.2.16
6972026-08-31T09:26:05.736Z Downloaded rustls-native-certs v0.8.4
6982026-08-31T09:26:05.736Z Downloaded socket2 v0.6.5
6992026-08-31T09:26:05.736Z Downloaded hex v0.4.3
7002026-08-31T09:26:05.736Z Downloaded rand_core v0.6.4
7012026-08-31T09:26:05.742Z Downloaded toml v0.8.23
7022026-08-31T09:26:05.746Z Downloaded shlex v2.0.1
7032026-08-31T09:26:05.751Z Downloaded digest v0.10.7
7042026-08-31T09:26:05.751Z Downloaded strum_macros v0.27.2
7052026-08-31T09:26:05.751Z Downloaded usdt-impl v0.6.0
7062026-08-31T09:26:05.751Z Downloaded unsafe-libyaml v0.2.11
7072026-08-31T09:26:05.757Z Downloaded papergrid v0.18.0
7082026-08-31T09:26:05.757Z Downloaded slog-term v2.9.2
7092026-08-31T09:26:05.762Z Downloaded hyper v1.11.0
7102026-08-31T09:26:05.765Z Downloaded heapless v0.8.0
7112026-08-31T09:26:05.773Z Downloaded tempfile v3.27.0
7122026-08-31T09:26:05.773Z Downloaded pest_generator v2.8.8
7132026-08-31T09:26:05.780Z Downloaded nom v8.0.0
7142026-08-31T09:26:05.780Z Downloaded tough v0.22.0
7152026-08-31T09:26:05.780Z Downloaded qorb v0.4.1
7162026-08-31T09:26:05.784Z Downloaded serde v1.0.229
7172026-08-31T09:26:05.784Z Downloaded term v1.2.1
7182026-08-31T09:26:05.784Z Downloaded fs-err v3.3.1
7192026-08-31T09:26:05.784Z Downloaded slog v2.8.2
7202026-08-31T09:26:05.789Z Downloaded rustversion v1.0.23
7212026-08-31T09:26:05.792Z Downloaded typify v0.6.2
7222026-08-31T09:26:05.795Z Downloaded tungstenite v0.21.0
7232026-08-31T09:26:05.795Z Downloaded tinyvec v1.12.0
7242026-08-31T09:26:05.798Z Downloaded toml_edit v0.19.15
7252026-08-31T09:26:05.804Z Downloaded hashbrown v0.16.1
7262026-08-31T09:26:05.808Z Downloaded http v1.5.0
7272026-08-31T09:26:05.812Z Downloaded schemars v0.9.0
7282026-08-31T09:26:05.815Z Downloaded hickory-resolver v0.25.2
7292026-08-31T09:26:05.820Z Downloaded icu_properties_data v2.2.0
7302026-08-31T09:26:05.824Z Downloaded typenum v1.20.1
7312026-08-31T09:26:05.828Z Downloaded prettyplease v0.2.37
7322026-08-31T09:26:05.828Z Downloaded zerovec v0.11.6
7332026-08-31T09:26:05.835Z Downloaded toml_edit v0.22.27
7342026-08-31T09:26:05.838Z Downloaded toml v1.1.4+spec-1.1.0
7352026-08-31T09:26:05.844Z Downloaded iddqd v0.4.6
7362026-08-31T09:26:05.847Z Downloaded tracing-core v0.1.36
7372026-08-31T09:26:05.852Z Downloaded snafu v0.8.9
7382026-08-31T09:26:05.855Z Downloaded hashbrown v0.12.3
7392026-08-31T09:26:05.858Z Downloaded openssl-sys v0.9.117
7402026-08-31T09:26:05.861Z Downloaded progenitor-impl v0.13.0
7412026-08-31T09:26:05.861Z Downloaded unicode-normalization v0.1.25
7422026-08-31T09:26:05.864Z Downloaded tower-http v0.6.11
7432026-08-31T09:26:05.867Z Downloaded rand v0.9.5
7442026-08-31T09:26:05.873Z Downloaded pretty_assertions v1.4.1
7452026-08-31T09:26:05.877Z Downloaded clap_builder v4.6.6
7462026-08-31T09:26:05.884Z Downloaded getrandom v0.3.4
7472026-08-31T09:26:05.887Z Downloaded rand v0.8.7
7482026-08-31T09:26:05.893Z Downloaded typed-path v0.9.3
7492026-08-31T09:26:05.901Z Downloaded tokio-util v0.7.19
7502026-08-31T09:26:05.905Z Downloaded expectorate v1.3.0
7512026-08-31T09:26:05.909Z Downloaded similar v3.2.0
7522026-08-31T09:26:05.909Z Downloaded winnow v0.5.40
7532026-08-31T09:26:05.914Z Downloaded h2 v0.4.15
7542026-08-31T09:26:05.919Z Downloaded webpki-roots v1.0.9
7552026-08-31T09:26:05.922Z Downloaded aho-corasick v1.1.5
7562026-08-31T09:26:05.925Z Downloaded yansi v1.0.1
7572026-08-31T09:26:05.929Z Downloaded reqwest v0.12.28
7582026-08-31T09:26:05.934Z Downloaded rand v0.10.2
7592026-08-31T09:26:05.937Z Downloaded pest v2.8.8
7602026-08-31T09:26:05.940Z Downloaded hashbrown v0.15.5
7612026-08-31T09:26:05.946Z Downloaded moka v0.12.16
7622026-08-31T09:26:05.950Z Downloaded hashbrown v0.17.1
7632026-08-31T09:26:05.957Z Downloaded quinn-proto v0.11.16
7642026-08-31T09:26:05.963Z Downloaded reqwest v0.13.4
7652026-08-31T09:26:05.969Z Downloaded ron v0.12.2
7662026-08-31T09:26:05.977Z Downloaded serde_with v3.22.0
7672026-08-31T09:26:05.984Z Downloaded regex v1.13.1
7682026-08-31T09:26:05.995Z Downloaded dropshot-api-manager v0.7.2
7692026-08-31T09:26:06.001Z Downloaded unicode-width v0.1.14
7702026-08-31T09:26:06.001Z Downloaded syn v1.0.109
7712026-08-31T09:26:06.008Z Downloaded serde_json v1.0.151
7722026-08-31T09:26:06.012Z Downloaded portable-atomic v1.15.0
7732026-08-31T09:26:06.016Z Downloaded aws-lc-rs v1.18.0
7742026-08-31T09:26:06.020Z Downloaded tabled v0.15.0
7752026-08-31T09:26:06.041Z Downloaded openssl v0.10.81
7762026-08-31T09:26:06.049Z Downloaded winnow v1.0.4
7772026-08-31T09:26:06.057Z Downloaded zerocopy-derive v0.8.56
7782026-08-31T09:26:06.064Z Downloaded unicode-width v0.2.2
7792026-08-31T09:26:06.068Z Downloaded syn v2.0.119
7802026-08-31T09:26:06.074Z Downloaded tabled v0.21.0
7812026-08-31T09:26:06.085Z Downloaded nix v0.31.3
7822026-08-31T09:26:06.092Z Downloaded openapiv3 v2.2.0
7832026-08-31T09:26:06.096Z Downloaded zerocopy v0.7.35
7842026-08-31T09:26:06.107Z Downloaded smoltcp v0.11.0
7852026-08-31T09:26:06.112Z Downloaded goblin v0.10.7
7862026-08-31T09:26:06.116Z Downloaded rayon v1.12.0
7872026-08-31T09:26:06.121Z Downloaded vcpkg v0.2.15
7882026-08-31T09:26:06.141Z Downloaded chrono v0.4.45
7892026-08-31T09:26:06.145Z Downloaded hkdf v0.12.4
7902026-08-31T09:26:06.149Z Downloaded futures-util v0.3.34
7912026-08-31T09:26:06.154Z Downloaded goblin v0.8.2
7922026-08-31T09:26:06.157Z Downloaded zerocopy v0.8.56
7932026-08-31T09:26:06.169Z Downloaded proptest v1.11.0
7942026-08-31T09:26:06.175Z Downloaded winnow v0.7.15
7952026-08-31T09:26:06.178Z Downloaded curve25519-dalek v4.1.3
7962026-08-31T09:26:06.183Z Downloaded hickory-proto v0.24.4
7972026-08-31T09:26:06.199Z Downloaded hickory-proto v0.25.2
7982026-08-31T09:26:06.211Z Downloaded syn v3.0.3
7992026-08-31T09:26:06.214Z Downloaded bstr v1.13.1
8002026-08-31T09:26:06.218Z Downloaded typify-impl v0.6.2
8012026-08-31T09:26:06.226Z Downloaded tracing v0.1.44
8022026-08-31T09:26:06.239Z Downloaded typify-impl v0.4.3
8032026-08-31T09:26:06.248Z Downloaded time v0.3.55
8042026-08-31T09:26:06.255Z Downloaded jiff v0.2.35
8052026-08-31T09:26:06.297Z Downloaded regress v0.10.5
8062026-08-31T09:26:06.303Z Downloaded regex-syntax v0.8.11
8072026-08-31T09:26:06.303Z Downloaded regress v0.11.1
8082026-08-31T09:26:06.303Z Downloaded regex-automata v0.4.18
8092026-08-31T09:26:06.303Z Downloaded lzma-sys v0.1.20
8102026-08-31T09:26:06.315Z Downloaded rustls v0.23.43
8112026-08-31T09:26:06.320Z Downloaded petgraph v0.8.3
8122026-08-31T09:26:06.329Z Downloaded libc v0.2.189
8132026-08-31T09:26:06.353Z Downloaded rustix v0.38.44
8142026-08-31T09:26:06.361Z Downloaded dropshot v0.17.1
8152026-08-31T09:26:06.373Z Downloaded rustix v1.1.4
8162026-08-31T09:26:06.386Z Downloaded sled v0.34.7
8172026-08-31T09:26:06.391Z Downloaded tokio v1.53.1
8182026-08-31T09:26:06.413Z Downloaded rhai v1.26.0
8192026-08-31T09:26:06.421Z Downloaded encoding_rs v0.8.35
8202026-08-31T09:26:06.433Z Downloaded ring v0.17.14
8212026-08-31T09:26:06.456Z Downloaded petgraph v0.6.5
8222026-08-31T09:26:06.467Z Downloaded chrono-tz v0.10.4
8232026-08-31T09:26:06.480Z Downloaded sha3 v0.10.9
8242026-08-31T09:26:06.483Z Downloaded csv v1.4.0
8252026-08-31T09:26:06.969Z Downloaded aws-lc-sys v0.44.0
8262026-08-31T09:26:07.535Z Compiling proc-macro2 v1.0.107
8272026-08-31T09:26:07.535Z Compiling quote v1.0.47
8282026-08-31T09:26:07.536Z Compiling unicode-ident v1.0.24
8292026-08-31T09:26:07.536Z Compiling serde_core v1.0.229
8302026-08-31T09:26:07.546Z Compiling serde v1.0.229
8312026-08-31T09:26:07.546Z Compiling libc v0.2.189
8322026-08-31T09:26:07.546Z Compiling zmij v1.0.23
8332026-08-31T09:26:07.546Z Compiling autocfg v1.5.1
8342026-08-31T09:26:07.919Z Compiling libm v0.2.16
8352026-08-31T09:26:08.167Z Compiling icu_normalizer_data v2.2.0
8362026-08-31T09:26:08.199Z Compiling icu_properties_data v2.2.0
8372026-08-31T09:26:08.245Z Compiling serde_json v1.0.151
8382026-08-31T09:26:08.280Z Compiling num-traits v0.2.19
8392026-08-31T09:26:08.468Z Compiling thiserror v2.0.20
8402026-08-31T09:26:08.518Z Compiling getrandom v0.4.3
8412026-08-31T09:26:08.668Z Compiling memchr v2.8.3
8422026-08-31T09:26:08.745Z Compiling version_check v0.9.5
8432026-08-31T09:26:09.013Z Compiling syn v2.0.119
8442026-08-31T09:26:09.026Z Compiling syn v3.0.3
8452026-08-31T09:26:09.029Z Compiling schemars v0.8.22
8462026-08-31T09:26:09.245Z Checking cfg-if v1.0.4
8472026-08-31T09:26:09.303Z Compiling parking_lot_core v0.9.12
8482026-08-31T09:26:09.321Z Compiling zerocopy v0.8.56
8492026-08-31T09:26:09.442Z Compiling portable-atomic v1.15.0
8502026-08-31T09:26:09.618Z Compiling heck v0.5.0
8512026-08-31T09:26:09.795Z Compiling itoa v1.0.18
8522026-08-31T09:26:09.823Z Compiling rustversion v1.0.23
8532026-08-31T09:26:09.976Z Compiling jobserver v0.1.35
8542026-08-31T09:26:09.996Z Compiling find-msvc-tools v0.1.10
8552026-08-31T09:26:10.004Z Compiling shlex v2.0.1
8562026-08-31T09:26:10.162Z Compiling cc v1.4.2
8572026-08-31T09:26:10.437Z Compiling pkg-config v0.3.33
8582026-08-31T09:26:10.583Z Compiling getrandom v0.3.4
8592026-08-31T09:26:10.660Z Compiling dunce v1.0.5
8602026-08-31T09:26:10.759Z Compiling fs_extra v1.3.0
8612026-08-31T09:26:10.780Z Compiling semver v1.0.28
8622026-08-31T09:26:10.877Z Compiling cmake v0.1.58
8632026-08-31T09:26:10.942Z Compiling log v0.4.33
8642026-08-31T09:26:11.126Z Compiling httparse v1.10.1
8652026-08-31T09:26:11.221Z Compiling rustix v1.1.4
8662026-08-31T09:26:11.247Z Compiling slog v2.8.2
8672026-08-31T09:26:11.404Z Checking stable_deref_trait v1.2.1
8682026-08-31T09:26:11.421Z Compiling aws-lc-sys v0.44.0
8692026-08-31T09:26:11.427Z Compiling thiserror v1.0.69
8702026-08-31T09:26:11.538Z Compiling allocator-api2 v0.2.21
8712026-08-31T09:26:11.591Z Compiling ring v0.17.14
8722026-08-31T09:26:11.798Z Compiling synstructure v0.13.2
8732026-08-31T09:26:11.832Z Compiling serde_derive_internals v0.29.1
8742026-08-31T09:26:12.087Z Compiling aws-lc-rs v1.18.0
8752026-08-31T09:26:12.169Z Compiling equivalent v1.0.2
8762026-08-31T09:26:12.304Z Compiling serde_derive v1.0.229
8772026-08-31T09:26:12.319Z Compiling displaydoc v0.2.7
8782026-08-31T09:26:12.428Z Compiling thiserror-impl v2.0.20
8792026-08-31T09:26:12.450Z Compiling tokio-macros v2.7.2
8802026-08-31T09:26:12.590Z Compiling futures-macro v0.3.34
8812026-08-31T09:26:13.010Z Compiling zerofrom-derive v0.1.7
8822026-08-31T09:26:13.063Z Compiling yoke-derive v0.8.2
8832026-08-31T09:26:13.111Z Compiling zerovec-derive v0.11.3
8842026-08-31T09:26:13.368Z Compiling schemars_derive v0.8.22
8852026-08-31T09:26:13.567Z Compiling zerocopy-derive v0.8.56
8862026-08-31T09:26:14.098Z Compiling zeroize_derive v1.5.0
8872026-08-31T09:26:14.157Z Compiling tracing-attributes v0.1.31
8882026-08-31T09:26:14.289Z Checking zerofrom v0.1.8
8892026-08-31T09:26:14.407Z Compiling thiserror-impl v1.0.69
8902026-08-31T09:26:14.509Z Checking yoke v0.8.3
8912026-08-31T09:26:14.682Z Checking zerovec v0.11.6
8922026-08-31T09:26:14.745Z Compiling regex-syntax v0.8.11
8932026-08-31T09:26:15.316Z Compiling serde_tokenstream v0.2.3
8942026-08-31T09:26:15.333Z Checking smallvec v1.15.2
8952026-08-31T09:26:15.336Z Checking bytes v1.12.1
8962026-08-31T09:26:15.508Z Checking tinystr v0.8.3
8972026-08-31T09:26:15.543Z Checking litemap v0.8.2
8982026-08-31T09:26:15.681Z Checking writeable v0.6.3
8992026-08-31T09:26:15.710Z Checking potential_utf v0.1.5
9002026-08-31T09:26:15.726Z Checking zerotrie v0.2.4
9012026-08-31T09:26:15.742Z Compiling aho-corasick v1.1.5
9022026-08-31T09:26:15.771Z Checking utf8_iter v1.0.4
9032026-08-31T09:26:15.832Z Checking percent-encoding v2.3.2
9042026-08-31T09:26:15.850Z Checking icu_locale_core v2.2.0
9052026-08-31T09:26:15.888Z Checking icu_collections v2.2.0
9062026-08-31T09:26:16.193Z Compiling rustls v0.23.43
9072026-08-31T09:26:16.377Z Compiling ucd-trie v0.1.7
9082026-08-31T09:26:16.397Z Checking form_urlencoded v1.2.2
9092026-08-31T09:26:16.430Z Checking icu_provider v2.2.0
9102026-08-31T09:26:16.455Z Compiling anyhow v1.0.104
9112026-08-31T09:26:16.522Z Compiling regex-automata v0.4.18
9122026-08-31T09:26:16.602Z Compiling pest v2.8.8
9132026-08-31T09:26:16.660Z Checking icu_normalizer v2.2.0
9142026-08-31T09:26:16.736Z Checking icu_properties v2.2.0
9152026-08-31T09:26:17.031Z Compiling paste v1.0.15
9162026-08-31T09:26:17.134Z Compiling strsim v0.11.1
9172026-08-31T09:26:17.278Z Compiling crossbeam-utils v0.8.22
9182026-08-31T09:26:17.424Z Compiling ident_case v1.0.1
9192026-08-31T09:26:17.549Z Compiling camino v1.2.5
9202026-08-31T09:26:17.610Z Checking idna_adapter v1.2.2
9212026-08-31T09:26:17.627Z Checking rand_core v0.10.1
9222026-08-31T09:26:17.739Z Compiling pest_meta v2.8.8
9232026-08-31T09:26:17.767Z Checking idna v1.1.0
9242026-08-31T09:26:17.813Z Compiling time-core v0.1.9
9252026-08-31T09:26:17.828Z Compiling num-conv v0.2.2
9262026-08-31T09:26:17.980Z Compiling async-trait v0.1.92
9272026-08-31T09:26:18.000Z Compiling time-macros v0.2.32
9282026-08-31T09:26:18.013Z Checking url v2.5.8
9292026-08-31T09:26:18.422Z Compiling regex v1.13.1
9302026-08-31T09:26:18.454Z Compiling pest_generator v2.8.8
9312026-08-31T09:26:18.465Z Checking iana-time-zone v0.1.65
9322026-08-31T09:26:18.589Z Compiling byteorder v1.5.0
9332026-08-31T09:26:18.776Z Checking chrono v0.4.45
9342026-08-31T09:26:18.894Z Compiling hashbrown v0.17.1
9352026-08-31T09:26:18.963Z Checking uuid v1.26.0
9362026-08-31T09:26:19.063Z Compiling pest_derive v2.8.8
9372026-08-31T09:26:19.314Z Compiling scroll_derive v0.13.1
9382026-08-31T09:26:19.491Z Compiling indexmap v2.14.0
9392026-08-31T09:26:19.505Z Compiling omicron-workspace-hack v0.1.0
9402026-08-31T09:26:19.856Z Checking dyn-clone v1.0.20
9412026-08-31T09:26:20.044Z Checking errno v0.3.14
9422026-08-31T09:26:20.063Z Compiling crc32fast v1.5.0
9432026-08-31T09:26:20.110Z Compiling slog-async v2.8.0
9442026-08-31T09:26:20.487Z Compiling daft-derive v0.1.8
9452026-08-31T09:26:20.505Z Compiling usdt-impl v0.6.0
9462026-08-31T09:26:20.596Z Compiling scroll v0.13.0
9472026-08-31T09:26:20.723Z Compiling plain v0.2.3
9482026-08-31T09:26:20.834Z Compiling pretty-hex v0.4.2
9492026-08-31T09:26:20.857Z Compiling goblin v0.10.7
9502026-08-31T09:26:20.874Z Compiling dtrace-parser v0.3.0
9512026-08-31T09:26:20.969Z Compiling darling_core v0.23.0
9522026-08-31T09:26:21.043Z Compiling thread-id v5.1.0
9532026-08-31T09:26:21.205Z Compiling generic-array v0.14.7
9542026-08-31T09:26:21.270Z Checking pin-project-lite v0.2.17
9552026-08-31T09:26:21.483Z Compiling multer v3.1.0
9562026-08-31T09:26:21.608Z Compiling async-stream-impl v0.3.6
9572026-08-31T09:26:21.818Z Checking getrandom v0.2.17
9582026-08-31T09:26:22.019Z Checking zeroize v1.9.0
9592026-08-31T09:26:22.190Z Checking bitflags v2.13.1
9602026-08-31T09:26:22.231Z Compiling ref-cast v1.0.26
9612026-08-31T09:26:22.273Z Compiling ref-cast-impl v1.0.26
9622026-08-31T09:26:22.389Z Compiling dropshot v0.17.1
9632026-08-31T09:26:22.595Z Compiling dropshot_endpoint v0.17.1
9642026-08-31T09:26:22.791Z Compiling serde_tokenstream v0.3.0
9652026-08-31T09:26:22.988Z Checking critical-section v1.2.0
9662026-08-31T09:26:23.048Z Compiling syn v1.0.109
9672026-08-31T09:26:23.108Z Compiling newtype-uuid-macros v0.1.1
9682026-08-31T09:26:23.111Z Compiling darling_macro v0.23.0
9692026-08-31T09:26:23.190Z Checking once_cell v1.21.4
9702026-08-31T09:26:23.691Z Compiling dof v0.4.0
9712026-08-31T09:26:23.786Z Compiling darling v0.23.0
9722026-08-31T09:26:23.875Z Checking socket2 v0.6.5
9732026-08-31T09:26:24.014Z Checking scopeguard v1.2.0
9742026-08-31T09:26:24.131Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9752026-08-31T09:26:24.140Z Checking lock_api v0.4.14
9762026-08-31T09:26:24.176Z Compiling structmeta-derive v0.3.0
9772026-08-31T09:26:24.339Z Compiling strum_macros v0.26.4
9782026-08-31T09:26:24.902Z Checking parking_lot v0.12.5
9792026-08-31T09:26:24.939Z Compiling usdt-attr-macro v0.6.0
9802026-08-31T09:26:25.035Z Compiling usdt-macro v0.6.0
9812026-08-31T09:26:25.186Z Compiling structmeta v0.3.0
9822026-08-31T09:26:25.554Z Compiling serde_with_macros v3.22.0
9832026-08-31T09:26:25.936Z Checking signal-hook-registry v1.4.8
9842026-08-31T09:26:26.118Z Checking mio v1.2.2
9852026-08-31T09:26:26.297Z Compiling strum_macros v0.27.2
9862026-08-31T09:26:26.404Z Checking tokio v1.53.1
9872026-08-31T09:26:26.656Z Checking subtle v2.6.1
9882026-08-31T09:26:26.771Z Compiling derive-ex v0.1.8
9892026-08-31T09:26:26.870Z Checking futures-core v0.3.34
9902026-08-31T09:26:27.184Z Compiling foldhash v0.2.0
9912026-08-31T09:26:27.401Z Checking futures-sink v0.3.34
9922026-08-31T09:26:27.442Z Compiling hashbrown v0.16.1
9932026-08-31T09:26:27.503Z Checking slab v0.4.12
9942026-08-31T09:26:27.711Z Compiling parse-display-derive v0.10.0
9952026-08-31T09:26:27.810Z Checking ipnetwork v0.21.1
9962026-08-31T09:26:28.064Z Checking futures-channel v0.3.34
9972026-08-31T09:26:28.266Z Checking typenum v1.20.1
9982026-08-31T09:26:28.314Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
9992026-08-31T09:26:28.332Z Compiling test-strategy v0.4.5
10002026-08-31T09:26:28.767Z Compiling http v1.5.0
10012026-08-31T09:26:29.021Z Checking futures-task v0.3.34
10022026-08-31T09:26:29.170Z Checking futures-io v0.3.34
10032026-08-31T09:26:29.291Z Checking futures-util v0.3.34
10042026-08-31T09:26:29.354Z Compiling winnow v1.0.4
10052026-08-31T09:26:29.653Z Checking tracing-core v0.1.36
10062026-08-31T09:26:29.743Z Checking oxnet v0.1.7
10072026-08-31T09:26:29.958Z Checking tracing v0.1.44
10082026-08-31T09:26:30.229Z Checking fnv v1.0.7
10092026-08-31T09:26:30.256Z Compiling toml_parser v1.1.3+spec-1.1.0
10102026-08-31T09:26:30.278Z Checking erased-serde v0.3.31
10112026-08-31T09:26:30.365Z Checking base64 v0.22.1
10122026-08-31T09:26:30.792Z Compiling toml_datetime v1.1.1+spec-1.1.0
10132026-08-31T09:26:30.810Z Checking rand_core v0.6.4
10142026-08-31T09:26:31.118Z Compiling ryu v1.0.23
10152026-08-31T09:26:31.160Z Checking rustls-pki-types v1.15.1
10162026-08-31T09:26:31.179Z Compiling clap_derive v4.6.4
10172026-08-31T09:26:31.294Z Checking tokio-util v0.7.19
10182026-08-31T09:26:31.394Z Checking ipnet v2.12.1
10192026-08-31T09:26:31.617Z Checking untrusted v0.9.0
10202026-08-31T09:26:31.761Z Checking untrusted v0.7.1
10212026-08-31T09:26:32.078Z Checking ppv-lite86 v0.2.21
10222026-08-31T09:26:32.505Z Compiling openapiv3 v2.2.0
10232026-08-31T09:26:32.819Z Checking http-body v1.1.0
10242026-08-31T09:26:32.888Z Compiling either v1.17.0
10252026-08-31T09:26:32.916Z Checking atomic-waker v1.1.2
10262026-08-31T09:26:33.012Z Checking tower-layer v0.3.3
10272026-08-31T09:26:33.028Z Checking try-lock v0.2.5
10282026-08-31T09:26:33.098Z Checking tower-service v0.3.3
10292026-08-31T09:26:33.162Z Checking want v0.3.1
10302026-08-31T09:26:33.189Z Checking h2 v0.4.15
10312026-08-31T09:26:33.273Z Checking httpdate v1.0.3
10322026-08-31T09:26:33.527Z Compiling toml_edit v0.25.13+spec-1.1.0
10332026-08-31T09:26:33.952Z Checking serde_urlencoded v0.7.1
10342026-08-31T09:26:34.008Z Checking http-body-util v0.1.5
10352026-08-31T09:26:34.113Z Compiling proc-macro-crate v3.5.0
10362026-08-31T09:26:34.525Z Compiling num_enum_derive v0.7.6
10372026-08-31T09:26:34.642Z Checking rand_core v0.9.5
10382026-08-31T09:26:35.038Z Checking fastrand v2.5.0
10392026-08-31T09:26:35.093Z Checking hyper v1.11.0
10402026-08-31T09:26:35.225Z Compiling regress v0.11.1
10412026-08-31T09:26:35.466Z Compiling crucible-workspace-hack v0.1.0
10422026-08-31T09:26:35.733Z Checking rand_chacha v0.9.0
10432026-08-31T09:26:35.988Z Checking rand v0.9.5
10442026-08-31T09:26:36.030Z Checking hyper-util v0.1.20
10452026-08-31T09:26:36.119Z Checking tempfile v3.27.0
10462026-08-31T09:26:36.984Z Compiling typify-impl v0.6.2
10472026-08-31T09:26:37.099Z Compiling unsafe-libyaml v0.2.11
10482026-08-31T09:26:37.339Z Checking cpufeatures v0.3.0
10492026-08-31T09:26:37.417Z Checking deranged v0.5.8
10502026-08-31T09:26:37.452Z Checking powerfmt v0.2.0
10512026-08-31T09:26:37.582Z Checking num_threads v0.1.7
10522026-08-31T09:26:37.675Z Compiling serde_yaml v0.9.34+deprecated
10532026-08-31T09:26:38.322Z Checking time v0.3.55
10542026-08-31T09:26:38.705Z Compiling convert_case v0.4.0
10552026-08-31T09:26:39.001Z Compiling derive_more v0.99.20
10562026-08-31T09:26:39.082Z Checking crossbeam-channel v0.5.16
10572026-08-31T09:26:39.142Z Checking futures-executor v0.3.34
10582026-08-31T09:26:39.289Z Checking sync_wrapper v1.0.2
10592026-08-31T09:26:39.501Z Checking tower v0.5.3
10602026-08-31T09:26:39.853Z Checking webpki-roots v1.0.9
10612026-08-31T09:26:39.883Z Compiling zerocopy-derive v0.7.35
10622026-08-31T09:26:39.968Z Checking thread_local v1.1.10
10632026-08-31T09:26:40.179Z Checking hex v0.4.3
10642026-08-31T09:26:40.258Z Compiling crossbeam-epoch v0.9.20
10652026-08-31T09:26:40.367Z Compiling typify-macro v0.6.2
10662026-08-31T09:26:40.586Z Checking tower-http v0.6.11
10672026-08-31T09:26:40.667Z Checking futures v0.3.34
10682026-08-31T09:26:40.746Z Compiling itertools v0.14.0
10692026-08-31T09:26:40.860Z Compiling regress v0.10.5
10702026-08-31T09:26:40.950Z Checking is-terminal v0.4.17
10712026-08-31T09:26:41.199Z Checking term v1.2.1
10722026-08-31T09:26:41.248Z Checking take_mut v0.2.2
10732026-08-31T09:26:41.356Z Compiling rustix v0.38.44
10742026-08-31T09:26:41.420Z Checking slog-term v2.9.2
10752026-08-31T09:26:41.919Z Compiling heapless v0.8.0
10762026-08-31T09:26:42.286Z Compiling typify v0.6.2
10772026-08-31T09:26:42.397Z Checking hybrid-array v0.4.14
10782026-08-31T09:26:42.723Z Compiling scroll_derive v0.12.1
10792026-08-31T09:26:42.837Z Compiling serde_repr v0.1.21
10802026-08-31T09:26:43.394Z Checking adler2 v2.0.1
10812026-08-31T09:26:43.520Z Checking simd-adler32 v0.3.10
10822026-08-31T09:26:43.708Z Checking miniz_oxide v0.8.9
10832026-08-31T09:26:44.320Z Checking newtype-uuid v1.4.0
10842026-08-31T09:26:44.365Z Checking serde_spanned v1.1.1
10852026-08-31T09:26:44.515Z Checking wait-timeout v0.2.1
10862026-08-31T09:26:44.517Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10872026-08-31T09:26:44.547Z Checking openssl-probe v0.2.1
10882026-08-31T09:26:44.638Z Compiling smoltcp v0.11.0
10892026-08-31T09:26:44.727Z Checking bit-vec v0.8.0
10902026-08-31T09:26:44.749Z Checking quick-error v1.2.3
10912026-08-31T09:26:44.749Z Checking toml_writer v1.1.2+spec-1.1.0
10922026-08-31T09:26:44.805Z Checking rusty-fork v0.3.1
10932026-08-31T09:26:44.878Z Checking bit-set v0.8.0
10942026-08-31T09:26:44.942Z Checking rustls-native-certs v0.8.4
10952026-08-31T09:26:44.980Z Checking daft v0.1.8
10962026-08-31T09:26:45.013Z Checking flate2 v1.1.9
10972026-08-31T09:26:45.068Z Checking block-buffer v0.12.1
10982026-08-31T09:26:45.215Z Checking crypto-common v0.2.2
10992026-08-31T09:26:45.289Z Checking rand_xorshift v0.4.0
11002026-08-31T09:26:45.507Z Compiling rustc_version v0.4.1
11012026-08-31T09:26:45.582Z Checking memmap2 v0.9.11
11022026-08-31T09:26:45.599Z Checking match_cfg v0.1.0
11032026-08-31T09:26:45.746Z Checking compression-core v0.4.32
11042026-08-31T09:26:45.772Z Checking unarray v0.1.4
11052026-08-31T09:26:45.791Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
11062026-08-31T09:26:45.794Z Checking const-oid v0.10.2
11072026-08-31T09:26:45.868Z Checking debug-ignore v1.0.5
11082026-08-31T09:26:45.886Z Checking proptest v1.11.0
11092026-08-31T09:26:45.960Z Checking digest v0.11.3
11102026-08-31T09:26:45.978Z Checking compression-codecs v0.4.38
11112026-08-31T09:26:45.997Z Compiling curve25519-dalek v4.1.3
11122026-08-31T09:26:46.030Z Checking usdt v0.6.0
11132026-08-31T09:26:46.050Z Checking hostname v0.3.1
11142026-08-31T09:26:46.140Z Checking slog-json v2.6.1
11152026-08-31T09:26:46.283Z Checking macaddr v1.0.1
11162026-08-31T09:26:46.300Z Compiling toml_datetime v0.6.11
11172026-08-31T09:26:46.398Z Compiling foreign-types-macros v0.2.4
11182026-08-31T09:26:46.751Z Checking encoding_rs v0.8.35
11192026-08-31T09:26:47.185Z Checking mime v0.3.17
11202026-08-31T09:26:47.204Z Checking spin v0.9.9
11212026-08-31T09:26:47.499Z Checking toml v1.1.4+spec-1.1.0
11222026-08-31T09:26:47.547Z Checking slog-bunyan v2.5.0
11232026-08-31T09:26:47.743Z Checking async-compression v0.4.43
11242026-08-31T09:26:47.921Z Checking sha1 v0.11.0
11252026-08-31T09:26:48.072Z Compiling zerocopy v0.7.35
11262026-08-31T09:26:48.109Z Checking waitgroup v0.1.2
11272026-08-31T09:26:48.159Z Checking rand_chacha v0.3.1
11282026-08-31T09:26:48.162Z Checking rustls-pemfile v2.2.0
11292026-08-31T09:26:48.208Z Checking async-stream v0.3.6
11302026-08-31T09:26:48.319Z Compiling thiserror-impl-no-std v2.0.2
11312026-08-31T09:26:48.339Z Compiling hubpack_derive v0.1.1
11322026-08-31T09:26:48.357Z Compiling curve25519-dalek-derive v0.1.1
11332026-08-31T09:26:48.431Z Checking serde_path_to_error v0.1.20
11342026-08-31T09:26:48.616Z Checking hostname v0.4.2
11352026-08-31T09:26:48.689Z Compiling usdt-impl v0.5.0
11362026-08-31T09:26:48.706Z Compiling proc-macro-error-attr v1.0.4
11372026-08-31T09:26:49.006Z Compiling dof v0.3.0
11382026-08-31T09:26:49.009Z Checking rand v0.8.7
11392026-08-31T09:26:49.082Z Compiling dtrace-parser v0.2.0
11402026-08-31T09:26:49.187Z Compiling darling_core v0.21.3
11412026-08-31T09:26:49.345Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11422026-08-31T09:26:49.716Z Compiling proc-macro-error v1.0.4
11432026-08-31T09:26:49.836Z Compiling thread-id v4.2.2
11442026-08-31T09:26:49.924Z Compiling memoffset v0.9.1
11452026-08-31T09:26:50.755Z Checking crypto-common v0.1.7
11462026-08-31T09:26:50.976Z Compiling cfg_aliases v0.2.2
11472026-08-31T09:26:51.285Z Compiling darling_macro v0.21.3
11482026-08-31T09:26:51.374Z Compiling prettyplease v0.2.37
11492026-08-31T09:26:51.488Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
11502026-08-31T09:26:51.633Z Compiling nix v0.31.3
11512026-08-31T09:26:51.882Z Compiling darling v0.21.3
11522026-08-31T09:26:52.170Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11532026-08-31T09:26:52.291Z Compiling crossbeam-deque v0.8.7
11542026-08-31T09:26:52.374Z Compiling heck v0.4.1
11552026-08-31T09:26:52.617Z Compiling ingot-macros v0.1.1
11562026-08-31T09:26:52.634Z Compiling usdt-attr-macro v0.5.0
11572026-08-31T09:26:52.637Z Compiling usdt-macro v0.5.0
11582026-08-31T09:26:53.238Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11592026-08-31T09:26:53.359Z Compiling enum-as-inner v0.6.1
11602026-08-31T09:26:53.366Z Compiling num-derive v0.4.2
11612026-08-31T09:26:53.638Z Compiling winnow v0.7.15
11622026-08-31T09:26:54.296Z Compiling progenitor-impl v0.14.0
11632026-08-31T09:26:54.826Z Checking strum v0.26.3
11642026-08-31T09:26:55.044Z Compiling rayon-core v1.13.0
11652026-08-31T09:26:55.826Z Checking serde_with v3.22.0
11662026-08-31T09:26:56.346Z Compiling progenitor-macro v0.14.0
11672026-08-31T09:26:57.152Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11682026-08-31T09:26:57.381Z Checking strum v0.27.2
11692026-08-31T09:26:57.400Z Compiling num-integer v0.1.47
11702026-08-31T09:26:57.774Z Checking instant v0.1.13
11712026-08-31T09:26:58.087Z Compiling winnow v0.5.40
11722026-08-31T09:26:58.947Z Checking rustls-webpki v0.103.14
11732026-08-31T09:26:59.111Z Compiling semver v0.1.20
11742026-08-31T09:26:59.370Z Compiling toml_edit v0.19.15
11752026-08-31T09:26:59.489Z Compiling rustc_version v0.1.7
11762026-08-31T09:27:00.799Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11772026-08-31T09:27:01.208Z Compiling reqwest v0.12.28
11782026-08-31T09:27:01.375Z Compiling backon v1.6.0
11792026-08-31T09:27:01.732Z Checking tokio-rustls v0.26.4
11802026-08-31T09:27:01.794Z Checking rustls-platform-verifier v0.7.0
11812026-08-31T09:27:01.977Z Checking hyper-rustls v0.27.9
11822026-08-31T09:27:02.184Z Checking reqwest v0.13.4
11832026-08-31T09:27:02.533Z Checking block-buffer v0.10.4
11842026-08-31T09:27:02.894Z Checking progenitor-client v0.14.0
11852026-08-31T09:27:03.090Z Checking progenitor-client v0.10.0
11862026-08-31T09:27:03.414Z Compiling utf8parse v0.2.2
11872026-08-31T09:27:03.529Z Compiling anstyle-parse v1.0.0
11882026-08-31T09:27:03.572Z Compiling backoff v0.4.0
11892026-08-31T09:27:03.705Z Compiling iddqd v0.4.6
11902026-08-31T09:27:03.762Z Checking digest v0.10.7
11912026-08-31T09:27:03.966Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
11922026-08-31T09:27:04.000Z Compiling proc-macro-crate v1.3.1
11932026-08-31T09:27:04.202Z Compiling newtype_derive v0.1.6
11942026-08-31T09:27:04.341Z Compiling num-rational v0.4.2
11952026-08-31T09:27:04.371Z Compiling num-iter v0.1.46
11962026-08-31T09:27:04.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
11972026-08-31T09:27:04.726Z Compiling progenitor-extras v0.2.0
11982026-08-31T09:27:04.890Z Compiling parse-display v0.10.0
11992026-08-31T09:27:05.066Z Compiling num-complex v0.4.6
12002026-08-31T09:27:05.275Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12012026-08-31T09:27:05.448Z Compiling vcpkg v0.2.15
12022026-08-31T09:27:05.467Z Compiling is_terminal_polyfill v1.70.2
12032026-08-31T09:27:05.507Z Compiling colorchoice v1.0.5
12042026-08-31T09:27:05.569Z Compiling humantime v2.4.0
12052026-08-31T09:27:05.627Z Checking unicode-width v0.2.2
12062026-08-31T09:27:05.696Z Compiling owo-colors v4.3.0
12072026-08-31T09:27:05.720Z Compiling anstyle-query v1.1.5
12082026-08-31T09:27:05.830Z Compiling anstyle v1.0.14
12092026-08-31T09:27:06.011Z Compiling openssl-sys v0.9.117
12102026-08-31T09:27:06.048Z Compiling anstream v1.0.0
12112026-08-31T09:27:06.081Z Compiling num v0.4.3
12122026-08-31T09:27:06.272Z Compiling num_enum_derive v0.5.11
12132026-08-31T09:27:06.366Z Compiling terminal_size v0.4.4
12142026-08-31T09:27:06.506Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12152026-08-31T09:27:06.546Z Compiling serde_spanned v0.6.9
12162026-08-31T09:27:06.564Z Compiling derive-where v1.6.1
12172026-08-31T09:27:06.583Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12182026-08-31T09:27:06.628Z Compiling pin-project-internal v1.1.13
12192026-08-31T09:27:06.931Z Compiling clap_lex v1.1.0
12202026-08-31T09:27:07.161Z Compiling float-ord v0.3.2
12212026-08-31T09:27:07.284Z Compiling toml_write v0.1.2
12222026-08-31T09:27:07.437Z Compiling clap_builder v4.6.6
12232026-08-31T09:27:07.491Z Compiling toml_edit v0.22.27
12242026-08-31T09:27:08.499Z Compiling progenitor-impl v0.13.0
12252026-08-31T09:27:09.382Z Compiling clap v4.6.6
12262026-08-31T09:27:09.471Z Compiling toml v0.8.23
12272026-08-31T09:27:09.788Z Compiling zone_cfg_derive v0.3.1
12282026-08-31T09:27:09.965Z Compiling snafu-derive v0.8.9
12292026-08-31T09:27:09.988Z Compiling async-recursion v1.1.1
12302026-08-31T09:27:10.420Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12312026-08-31T09:27:10.630Z Compiling progenitor-macro v0.13.0
12322026-08-31T09:27:10.655Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12332026-08-31T09:27:10.771Z Compiling slog-dtrace v0.3.0
12342026-08-31T09:27:10.961Z Compiling unicode-xid v0.2.6
12352026-08-31T09:27:11.089Z Compiling openssl v0.10.81
12362026-08-31T09:27:11.355Z Compiling cancel-safe-futures v0.1.5
12372026-08-31T09:27:11.373Z Compiling chrono-tz v0.10.4
12382026-08-31T09:27:11.439Z Compiling minimal-lexical v0.2.1
12392026-08-31T09:27:11.651Z Compiling nom v7.1.3
12402026-08-31T09:27:11.732Z Compiling const_format_proc_macros v0.2.34
12412026-08-31T09:27:11.988Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12422026-08-31T09:27:12.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12432026-08-31T09:27:12.700Z Compiling openssl-macros v0.1.1
12442026-08-31T09:27:12.829Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12452026-08-31T09:27:12.905Z Checking cpufeatures v0.2.17
12462026-08-31T09:27:13.001Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12472026-08-31T09:27:13.123Z Compiling cookie v0.18.2
12482026-08-31T09:27:13.148Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-08-31T09:27:13.371Z Compiling tabled_derive v0.7.0
12502026-08-31T09:27:13.610Z Checking num_enum v0.7.6
12512026-08-31T09:27:13.966Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12522026-08-31T09:27:14.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
12532026-08-31T09:27:14.586Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
12542026-08-31T09:27:14.893Z Checking tabwriter v1.4.1
12552026-08-31T09:27:14.919Z Checking secrecy v0.10.3
12562026-08-31T09:27:14.938Z Checking colored v3.1.1
12572026-08-31T09:27:14.955Z Checking tinyvec_macros v0.1.1
12582026-08-31T09:27:15.041Z Checking tinyvec v1.12.0
12592026-08-31T09:27:15.208Z Checking hash32 v0.3.1
12602026-08-31T09:27:15.376Z Checking data-encoding v2.11.1
12612026-08-31T09:27:15.565Z Checking hmac v0.12.1
12622026-08-31T09:27:15.653Z Checking inout v0.1.4
12632026-08-31T09:27:15.702Z Checking scroll v0.12.0
12642026-08-31T09:27:15.782Z Checking ff v0.13.1
12652026-08-31T09:27:15.800Z Checking cobs v0.3.0
12662026-08-31T09:27:15.804Z Checking managed v0.8.0
12672026-08-31T09:27:15.909Z Checking bitflags v1.3.2
12682026-08-31T09:27:15.958Z Checking static_assertions v1.1.0
12692026-08-31T09:27:15.971Z Checking foreign-types-shared v0.3.1
12702026-08-31T09:27:15.987Z Checking postcard v1.1.3
12712026-08-31T09:27:16.027Z Checking goblin v0.8.2
12722026-08-31T09:27:16.061Z Checking foreign-types v0.5.0
12732026-08-31T09:27:16.143Z Checking group v0.13.0
12742026-08-31T09:27:16.259Z Checking cipher v0.4.4
12752026-08-31T09:27:16.281Z Checking atomicwrites v0.4.4
12762026-08-31T09:27:16.415Z Checking hkdf v0.12.4
12772026-08-31T09:27:16.632Z Checking universal-hash v0.5.1
12782026-08-31T09:27:16.765Z Checking crypto-bigint v0.5.5
12792026-08-31T09:27:16.785Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12802026-08-31T09:27:17.046Z Checking chacha20 v0.10.1
12812026-08-31T09:27:17.215Z Checking half v2.7.1
12822026-08-31T09:27:17.315Z Checking cstr-argument v0.1.2
12832026-08-31T09:27:17.463Z Checking indent_write v2.2.0
12842026-08-31T09:27:17.486Z Checking ciborium-io v0.2.2
12852026-08-31T09:27:17.522Z Checking opaque-debug v0.3.1
12862026-08-31T09:27:17.583Z Checking base64ct v1.8.3
12872026-08-31T09:27:17.604Z Checking base16ct v0.2.0
12882026-08-31T09:27:17.604Z Checking poly1305 v0.8.0
12892026-08-31T09:27:17.682Z Checking ciborium-ll v0.2.2
12902026-08-31T09:27:17.733Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12912026-08-31T09:27:17.754Z Checking elliptic-curve v0.13.8
12922026-08-31T09:27:17.762Z Checking rand v0.10.2
12932026-08-31T09:27:17.819Z Checking password-hash v0.5.0
12942026-08-31T09:27:17.838Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
12952026-08-31T09:27:17.857Z Checking chacha20 v0.9.1
12962026-08-31T09:27:17.904Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12972026-08-31T09:27:18.002Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
12982026-08-31T09:27:18.042Z Checking blake2 v0.10.6
12992026-08-31T09:27:18.046Z Checking aead v0.5.2
13002026-08-31T09:27:18.155Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13012026-08-31T09:27:18.188Z Checking thiserror-no-std v2.0.2
13022026-08-31T09:27:18.228Z Checking hubpack v0.1.2
13032026-08-31T09:27:18.286Z Checking byte-wrapper v0.1.0
13042026-08-31T09:27:18.300Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13052026-08-31T09:27:18.384Z Checking keccak v0.1.6
13062026-08-31T09:27:18.402Z Checking argon2 v0.5.3
13072026-08-31T09:27:18.468Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13082026-08-31T09:27:18.541Z Checking sha3 v0.10.9
13092026-08-31T09:27:18.562Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13102026-08-31T09:27:18.714Z Checking vsss-rs v3.3.4
13112026-08-31T09:27:18.749Z Checking chacha20poly1305 v0.10.1
13122026-08-31T09:27:18.808Z Checking ciborium v0.2.2
13132026-08-31T09:27:18.873Z Checking console v0.16.4
13142026-08-31T09:27:19.183Z Checking memmap v0.7.0
13152026-08-31T09:27:19.222Z Checking lazy_static v1.5.0
13162026-08-31T09:27:19.316Z Checking usdt v0.5.0
13172026-08-31T09:27:19.417Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13182026-08-31T09:27:19.617Z Checking ingot-types v0.1.2
13192026-08-31T09:27:19.701Z Checking progenitor v0.14.0
13202026-08-31T09:27:19.793Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13212026-08-31T09:27:19.811Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13222026-08-31T09:27:19.837Z Checking bstr v1.13.1
13232026-08-31T09:27:19.970Z Checking unicode-segmentation v1.13.3
13242026-08-31T09:27:19.990Z Checking bytecount v0.6.9
13252026-08-31T09:27:19.994Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13262026-08-31T09:27:20.097Z Checking ingot v0.1.1
13272026-08-31T09:27:20.311Z Checking newline-converter v0.3.0
13282026-08-31T09:27:20.428Z Checking itertools v0.12.1
13292026-08-31T09:27:20.477Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13302026-08-31T09:27:20.575Z Compiling parking_lot_core v0.8.6
13312026-08-31T09:27:20.644Z Checking swrite v0.1.0
13322026-08-31T09:27:20.699Z Checking linked-hash-map v0.5.6
13332026-08-31T09:27:20.720Z Checking resolv-conf v0.7.6
13342026-08-31T09:27:20.737Z Checking similar v3.2.0
13352026-08-31T09:27:20.782Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13362026-08-31T09:27:20.902Z Checking lru-cache v0.1.2
13372026-08-31T09:27:21.057Z Checking rayon v1.12.0
13382026-08-31T09:27:21.252Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13392026-08-31T09:27:21.286Z Checking expectorate v1.3.0
13402026-08-31T09:27:21.426Z Checking hickory-proto v0.24.4
13412026-08-31T09:27:21.683Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13422026-08-31T09:27:21.789Z Checking camino-tempfile v1.4.1
13432026-08-31T09:27:21.978Z Checking serde-big-array v0.5.1
13442026-08-31T09:27:22.156Z Checking siphasher v1.0.3
13452026-08-31T09:27:22.327Z Checking phf_shared v0.12.1
13462026-08-31T09:27:22.405Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13472026-08-31T09:27:22.564Z Checking unicode-normalization v0.1.25
13482026-08-31T09:27:22.878Z Checking pin-project v1.1.13
13492026-08-31T09:27:22.976Z Checking num_enum v0.5.11
13502026-08-31T09:27:23.046Z Checking hickory-resolver v0.24.4
13512026-08-31T09:27:23.089Z Checking progenitor-client v0.13.0
13522026-08-31T09:27:23.489Z Checking tokio-stream v0.1.19
13532026-08-31T09:27:23.535Z Checking csv-core v0.1.13
13542026-08-31T09:27:23.685Z Checking foreign-types-shared v0.1.1
13552026-08-31T09:27:23.743Z Checking unicode-width v0.1.14
13562026-08-31T09:27:23.773Z Checking smawk v0.3.3
13572026-08-31T09:27:23.832Z Checking same-file v1.0.6
13582026-08-31T09:27:23.880Z Checking unicode-linebreak v0.1.5
13592026-08-31T09:27:23.899Z Checking konst_macro_rules v0.2.19
13602026-08-31T09:27:23.926Z Checking jiff-core v0.1.0
13612026-08-31T09:27:23.952Z Checking foldhash v0.1.5
13622026-08-31T09:27:23.971Z Checking highway v1.3.0
13632026-08-31T09:27:24.071Z Checking konst v0.2.20
13642026-08-31T09:27:24.091Z Checking textwrap v0.16.2
13652026-08-31T09:27:24.095Z Checking hashbrown v0.15.5
13662026-08-31T09:27:24.201Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13672026-08-31T09:27:24.262Z Checking walkdir v2.5.0
13682026-08-31T09:27:24.311Z Checking qorb v0.4.1
13692026-08-31T09:27:24.431Z Checking foreign-types v0.3.2
13702026-08-31T09:27:24.507Z Checking csv v1.4.0
13712026-08-31T09:27:24.615Z Checking jiff v0.2.35
13722026-08-31T09:27:24.681Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13732026-08-31T09:27:24.993Z Checking progenitor v0.13.0
13742026-08-31T09:27:25.297Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13752026-08-31T09:27:25.352Z Checking olpc-cjson v0.1.4
13762026-08-31T09:27:25.356Z Checking snafu v0.8.9
13772026-08-31T09:27:25.474Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13782026-08-31T09:27:25.479Z Checking phf v0.12.1
13792026-08-31T09:27:25.635Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13802026-08-31T09:27:25.635Z Checking zone v0.3.1
13812026-08-31T09:27:25.890Z Checking globset v0.4.20
13822026-08-31T09:27:26.016Z Checking tokio-dtrace v0.1.1
13832026-08-31T09:27:26.121Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13842026-08-31T09:27:26.447Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13852026-08-31T09:27:26.597Z Checking smf v0.2.3
13862026-08-31T09:27:26.641Z Checking pem v3.0.6
13872026-08-31T09:27:26.823Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
13882026-08-31T09:27:26.844Z Checking libsw-core v0.3.2
13892026-08-31T09:27:26.899Z Checking serde_plain v1.0.2
13902026-08-31T09:27:26.994Z Checking sigpipe v0.1.3
13912026-08-31T09:27:27.049Z Checking fixedbitset v0.5.7
13922026-08-31T09:27:27.261Z Checking fixedbitset v0.4.2
13932026-08-31T09:27:27.276Z Checking glob v0.3.4
13942026-08-31T09:27:27.301Z Checking typed-path v0.9.3
13952026-08-31T09:27:27.411Z Checking petgraph v0.6.5
13962026-08-31T09:27:27.457Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13972026-08-31T09:27:27.582Z Checking petgraph v0.8.3
13982026-08-31T09:27:27.641Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13992026-08-31T09:27:27.692Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14002026-08-31T09:27:27.780Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14012026-08-31T09:27:27.832Z Checking libsw v3.5.0
14022026-08-31T09:27:27.984Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14032026-08-31T09:27:28.008Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14042026-08-31T09:27:28.081Z Checking tough v0.22.0
14052026-08-31T09:27:28.381Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14062026-08-31T09:27:28.410Z Checking oxide-tokio-rt v0.1.6
14072026-08-31T09:27:28.502Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14082026-08-31T09:27:28.666Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-08-31T09:27:28.770Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14102026-08-31T09:27:28.880Z Checking const_format v0.2.36
14112026-08-31T09:27:28.898Z Checking papergrid v0.11.0
14122026-08-31T09:27:29.354Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-08-31T09:27:29.374Z Checking gethostname v0.5.0
14142026-08-31T09:27:29.468Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14152026-08-31T09:27:29.486Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14162026-08-31T09:27:29.578Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14172026-08-31T09:27:29.926Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-08-31T09:27:29.955Z Checking libscf-sys v1.2.0
14192026-08-31T09:27:30.273Z Checking bcs v0.1.6
14202026-08-31T09:27:30.379Z Checking linear-map v1.2.0
14212026-08-31T09:27:30.445Z Checking termtree v0.5.1
14222026-08-31T09:27:30.482Z Checking whoami v1.6.1
14232026-08-31T09:27:30.523Z Checking tagptr v0.2.0
14242026-08-31T09:27:30.548Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-08-31T09:27:30.659Z Checking moka v0.12.16
14262026-08-31T09:27:31.260Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-08-31T09:27:31.456Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-08-31T09:27:32.154Z Checking tabled v0.15.0
14292026-08-31T09:27:32.379Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-08-31T09:27:32.405Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-08-31T09:27:32.569Z Checking steno v0.4.1
14322026-08-31T09:27:32.601Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-08-31T09:27:33.164Z Checking papergrid v0.18.0
14342026-08-31T09:27:33.172Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
14352026-08-31T09:27:33.314Z Checking hickory-proto v0.25.2
14362026-08-31T09:27:33.565Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
14372026-08-31T09:27:33.953Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
14382026-08-31T09:27:33.970Z Checking tabled v0.21.0
14392026-08-31T09:27:34.903Z Checking hickory-resolver v0.25.2
14402026-08-31T09:27:35.000Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14412026-08-31T09:27:35.308Z Checking itertools v0.15.0
14422026-08-31T09:27:35.629Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14432026-08-31T09:27:35.884Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-08-31T09:27:36.231Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-08-31T09:27:37.041Z Checking crc8 v0.1.1
14462026-08-31T09:27:37.296Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
14472026-08-31T09:27:37.511Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
14482026-08-31T09:27:37.571Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14492026-08-31T09:27:37.791Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14502026-08-31T09:27:38.025Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
14512026-08-31T09:27:40.230Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-08-31T09:27:43.376Z Checking nom v8.0.0
14532026-08-31T09:27:46.480Z Compiling crunchy v0.2.4
14542026-08-31T09:27:47.857Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-08-31T09:27:48.057Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14562026-08-31T09:27:49.562Z Compiling tiny-keccak v2.0.2
14572026-08-31T09:27:49.584Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-08-31T09:27:50.229Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14592026-08-31T09:27:50.824Z Compiling ingot-macros v0.2.0
14602026-08-31T09:27:51.960Z Compiling typify-impl v0.4.3
14612026-08-31T09:27:52.036Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14622026-08-31T09:27:52.153Z Checking parking_lot v0.11.2
14632026-08-31T09:27:52.242Z Compiling const-random-macro v0.1.16
14642026-08-31T09:27:52.640Z Checking fxhash v0.2.1
14652026-08-31T09:27:52.690Z Compiling ahash v0.8.12
14662026-08-31T09:27:52.773Z Checking sled v0.34.7
14672026-08-31T09:27:52.949Z Compiling smartstring v1.0.1
14682026-08-31T09:27:53.427Z Checking internet-checksum v0.2.1
14692026-08-31T09:27:53.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14702026-08-31T09:27:53.548Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14712026-08-31T09:27:53.968Z Compiling rhai_codegen v3.2.0
14722026-08-31T09:27:53.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14732026-08-31T09:27:54.354Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14742026-08-31T09:27:54.448Z Checking arc-swap v1.9.2
14752026-08-31T09:27:54.493Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
14762026-08-31T09:27:54.627Z Checking dropshot-api-manager-types v0.7.2
14772026-08-31T09:27:54.679Z Checking slog-scope v4.4.1
14782026-08-31T09:27:54.822Z Checking slog-stdlog v4.1.1
14792026-08-31T09:27:54.958Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14802026-08-31T09:27:55.003Z Compiling lzma-sys v0.1.20
14812026-08-31T09:27:55.293Z Compiling typify-macro v0.4.3
14822026-08-31T09:27:55.374Z Compiling fs-err v3.3.1
14832026-08-31T09:27:55.425Z Compiling typeid v1.0.3
14842026-08-31T09:27:55.797Z Checking slog-envlogger v2.2.0
14852026-08-31T09:27:55.927Z Checking ingot-types v0.2.0
14862026-08-31T09:27:56.053Z Compiling toml_datetime v0.7.5+spec-1.1.0
14872026-08-31T09:27:56.293Z Checking ingot v0.2.1
14882026-08-31T09:27:56.344Z Compiling toml v0.9.12+spec-1.1.0
14892026-08-31T09:27:56.383Z Checking const-random v0.1.18
14902026-08-31T09:27:56.642Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14912026-08-31T09:27:56.861Z Compiling typify v0.4.3
14922026-08-31T09:27:56.962Z Compiling progenitor-impl v0.10.0
14932026-08-31T09:27:57.131Z Compiling cargo_toml v0.22.3
14942026-08-31T09:27:57.961Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14952026-08-31T09:27:57.980Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
14962026-08-31T09:27:58.798Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14972026-08-31T09:27:59.002Z Compiling progenitor-macro v0.10.0
14982026-08-31T09:27:59.473Z Checking thin-vec v0.2.19
14992026-08-31T09:27:59.702Z Checking rhai v1.26.0
15002026-08-31T09:27:59.786Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15012026-08-31T09:28:00.386Z Checking sha1 v0.10.7
15022026-08-31T09:28:00.560Z Checking utf-8 v0.7.6
15032026-08-31T09:28:00.704Z Checking tungstenite v0.21.0
15042026-08-31T09:28:01.170Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15052026-08-31T09:28:01.894Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15062026-08-31T09:28:02.130Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15072026-08-31T09:28:02.182Z Checking port-file v0.1.0
15082026-08-31T09:28:02.344Z Checking sha2 v0.10.9
15092026-08-31T09:28:02.432Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15102026-08-31T09:28:02.615Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
15112026-08-31T09:28:02.681Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15122026-08-31T09:28:02.835Z Checking tokio-tungstenite v0.21.0
15132026-08-31T09:28:03.310Z Checking progenitor v0.10.0
15142026-08-31T09:28:03.910Z Checking git-stub v1.0.0
15152026-08-31T09:28:04.016Z Checking is_ci v1.2.0
15162026-08-31T09:28:04.115Z Checking unit-prefix v0.5.2
15172026-08-31T09:28:04.133Z Checking yansi v1.0.1
15182026-08-31T09:28:04.175Z Checking base64 v0.21.7
15192026-08-31T09:28:04.194Z Checking diff v0.1.13
15202026-08-31T09:28:04.334Z Checking indicatif v0.18.6
15212026-08-31T09:28:04.418Z Checking pretty_assertions v1.4.1
15222026-08-31T09:28:04.432Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15232026-08-31T09:28:04.738Z Checking supports-color v3.0.2
15242026-08-31T09:28:05.008Z Checking git-stub-vcs v0.1.0
15252026-08-31T09:28:05.208Z Checking xz2 v0.1.7
15262026-08-31T09:28:05.317Z Checking ron v0.12.2
15272026-08-31T09:28:05.603Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15282026-08-31T09:28:05.875Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15292026-08-31T09:28:05.921Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15302026-08-31T09:28:06.387Z Checking similar v2.7.0
15312026-08-31T09:28:06.751Z Checking drift v0.2.0
15322026-08-31T09:28:06.940Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15332026-08-31T09:28:07.079Z Compiling serial_test_derive v4.0.1
15342026-08-31T09:28:07.084Z Checking base16ct v1.0.0
15352026-08-31T09:28:07.383Z Checking dropshot-api-manager v0.7.2
15362026-08-31T09:28:07.761Z Checking serial_test v4.0.1
15372026-08-31T09:28:07.946Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15382026-08-31T09:28:08.634Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
15392026-08-31T09:28:09.394Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15402026-08-31T09:28:09.444Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15412026-08-31T09:28:10.414Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15422026-08-31T09:28:10.485Z Checking natord v1.0.9
15432026-08-31T09:28:10.723Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15442026-08-31T09:28:10.905Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15452026-08-31T09:28:11.157Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15462026-08-31T09:28:11.510Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15472026-08-31T09:28:11.639Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15482026-08-31T09:28:11.900Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15492026-08-31T09:28:12.515Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15502026-08-31T09:28:12.605Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15512026-08-31T09:28:12.608Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15522026-08-31T09:28:21.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
15532026-08-31T09:28:21.710Z+ cargo xtask openapi check
15542026-08-31T09:28:22.363Z Compiling cfg-if v1.0.4
15552026-08-31T09:28:22.460Z Compiling libc v0.2.189
15562026-08-31T09:28:22.463Z Compiling serde_core v1.0.229
15572026-08-31T09:28:22.474Z Compiling memchr v2.8.3
15582026-08-31T09:28:22.482Z Compiling smallvec v1.15.2
15592026-08-31T09:28:22.482Z Compiling itoa v1.0.18
15602026-08-31T09:28:22.500Z Compiling stable_deref_trait v1.2.1
15612026-08-31T09:28:22.509Z Compiling zerofrom v0.1.8
15622026-08-31T09:28:22.519Z Compiling zmij v1.0.23
15632026-08-31T09:28:22.594Z Compiling litemap v0.8.2
15642026-08-31T09:28:22.623Z Compiling yoke v0.8.3
15652026-08-31T09:28:22.671Z Compiling writeable v0.6.3
15662026-08-31T09:28:22.683Z Compiling utf8_iter v1.0.4
15672026-08-31T09:28:22.751Z Compiling percent-encoding v2.3.2
15682026-08-31T09:28:22.808Z Compiling zerovec v0.11.6
15692026-08-31T09:28:22.811Z Compiling zerotrie v0.2.4
15702026-08-31T09:28:22.831Z Compiling icu_normalizer_data v2.2.0
15712026-08-31T09:28:22.870Z Compiling icu_properties_data v2.2.0
15722026-08-31T09:28:22.904Z Compiling libm v0.2.16
15732026-08-31T09:28:22.923Z Compiling form_urlencoded v1.2.2
15742026-08-31T09:28:22.940Z Compiling errno v0.3.14
15752026-08-31T09:28:23.029Z Compiling rand_core v0.10.1
15762026-08-31T09:28:23.088Z Compiling iana-time-zone v0.1.65
15772026-08-31T09:28:23.101Z Compiling pin-project-lite v0.2.17
15782026-08-31T09:28:23.113Z Compiling dyn-clone v1.0.20
15792026-08-31T09:28:23.123Z Compiling zeroize v1.9.0
15802026-08-31T09:28:23.185Z Compiling getrandom v0.4.3
15812026-08-31T09:28:23.196Z Compiling scopeguard v1.2.0
15822026-08-31T09:28:23.248Z Compiling socket2 v0.6.5
15832026-08-31T09:28:23.298Z Compiling tinystr v0.8.3
15842026-08-31T09:28:23.298Z Compiling potential_utf v0.1.5
15852026-08-31T09:28:23.325Z Compiling lock_api v0.4.14
15862026-08-31T09:28:23.362Z Compiling parking_lot_core v0.9.12
15872026-08-31T09:28:23.373Z Compiling thiserror v2.0.20
15882026-08-31T09:28:23.468Z Compiling icu_locale_core v2.2.0
15892026-08-31T09:28:23.480Z Compiling icu_collections v2.2.0
15902026-08-31T09:28:23.499Z Compiling signal-hook-registry v1.4.8
15912026-08-31T09:28:23.547Z Compiling parking_lot v0.12.5
15922026-08-31T09:28:23.655Z Compiling num-traits v0.2.19
15932026-08-31T09:28:23.684Z Compiling mio v1.2.2
15942026-08-31T09:28:23.795Z Compiling futures-core v0.3.34
15952026-08-31T09:28:23.922Z Compiling portable-atomic v1.15.0
15962026-08-31T09:28:23.947Z Compiling critical-section v1.2.0
15972026-08-31T09:28:23.999Z Compiling zerocopy v0.8.56
15982026-08-31T09:28:24.054Z Compiling subtle v2.6.1
15992026-08-31T09:28:24.066Z Compiling equivalent v1.0.2
16002026-08-31T09:28:24.150Z Compiling serde v1.0.229
16012026-08-31T09:28:24.176Z Compiling serde_json v1.0.151
16022026-08-31T09:28:24.223Z Compiling icu_provider v2.2.0
16032026-08-31T09:28:24.284Z Compiling uuid v1.26.0
16042026-08-31T09:28:24.298Z Compiling semver v1.0.28
16052026-08-31T09:28:24.449Z Compiling bitflags v2.13.1
16062026-08-31T09:28:24.531Z Compiling icu_properties v2.2.0
16072026-08-31T09:28:24.547Z Compiling icu_normalizer v2.2.0
16082026-08-31T09:28:24.639Z Compiling bytes v1.12.1
16092026-08-31T09:28:24.651Z Compiling chrono v0.4.45
16102026-08-31T09:28:24.691Z Compiling once_cell v1.21.4
16112026-08-31T09:28:24.708Z Compiling allocator-api2 v0.2.21
16122026-08-31T09:28:24.919Z Compiling log v0.4.33
16132026-08-31T09:28:25.024Z Compiling futures-sink v0.3.34
16142026-08-31T09:28:25.093Z Compiling tokio v1.53.1
16152026-08-31T09:28:25.113Z Compiling typenum v1.20.1
16162026-08-31T09:28:25.131Z Compiling slab v0.4.12
16172026-08-31T09:28:25.268Z Compiling futures-channel v0.3.34
16182026-08-31T09:28:25.269Z Compiling getrandom v0.2.17
16192026-08-31T09:28:25.303Z Compiling hashbrown v0.17.1
16202026-08-31T09:28:25.463Z Compiling idna_adapter v1.2.2
16212026-08-31T09:28:25.490Z Compiling rand_core v0.6.4
16222026-08-31T09:28:25.600Z Compiling idna v1.1.0
16232026-08-31T09:28:25.663Z Compiling futures-task v0.3.34
16242026-08-31T09:28:25.712Z Compiling futures-io v0.3.34
16252026-08-31T09:28:25.839Z Compiling futures-util v0.3.34
16262026-08-31T09:28:25.861Z Compiling indexmap v2.14.0
16272026-08-31T09:28:25.873Z Compiling tracing-core v0.1.36
16282026-08-31T09:28:25.903Z Compiling url v2.5.8
16292026-08-31T09:28:26.118Z Compiling base64 v0.22.1
16302026-08-31T09:28:26.326Z Compiling fnv v1.0.7
16312026-08-31T09:28:26.427Z Compiling schemars v0.8.22
16322026-08-31T09:28:26.454Z Compiling tracing v0.1.44
16332026-08-31T09:28:26.466Z Compiling unicode-ident v1.0.24
16342026-08-31T09:28:26.487Z Compiling http v1.5.0
16352026-08-31T09:28:26.589Z Compiling proc-macro2 v1.0.107
16362026-08-31T09:28:26.687Z Compiling byteorder v1.5.0
16372026-08-31T09:28:26.747Z Compiling getrandom v0.3.4
16382026-08-31T09:28:26.927Z Compiling ppv-lite86 v0.2.21
16392026-08-31T09:28:26.939Z Compiling erased-serde v0.3.31
16402026-08-31T09:28:27.010Z Compiling quote v1.0.47
16412026-08-31T09:28:27.252Z Compiling ipnetwork v0.21.1
16422026-08-31T09:28:27.293Z Compiling syn v2.0.119
16432026-08-31T09:28:27.304Z Compiling ipnet v2.12.1
16442026-08-31T09:28:27.446Z Compiling slog v2.8.2
16452026-08-31T09:28:27.466Z Compiling thiserror v1.0.69
16462026-08-31T09:28:27.573Z Compiling oxnet v0.1.7
16472026-08-31T09:28:27.668Z Compiling rustix v1.1.4
16482026-08-31T09:28:27.776Z Compiling rustls-pki-types v1.15.1
16492026-08-31T09:28:27.828Z Compiling http-body v1.1.0
16502026-08-31T09:28:27.847Z Compiling aws-lc-sys v0.44.0
16512026-08-31T09:28:27.991Z Compiling untrusted v0.7.1
16522026-08-31T09:28:28.066Z Compiling pretty-hex v0.4.2
16532026-08-31T09:28:28.115Z Compiling atomic-waker v1.1.2
16542026-08-31T09:28:28.167Z Compiling httparse v1.10.1
16552026-08-31T09:28:28.202Z Compiling try-lock v0.2.5
16562026-08-31T09:28:28.244Z Compiling rustls v0.23.43
16572026-08-31T09:28:28.256Z Compiling untrusted v0.9.0
16582026-08-31T09:28:28.308Z Compiling aws-lc-rs v1.18.0
16592026-08-31T09:28:28.375Z Compiling plain v0.2.3
16602026-08-31T09:28:28.439Z Compiling ryu v1.0.23
16612026-08-31T09:28:28.455Z Compiling tower-service v0.3.3
16622026-08-31T09:28:28.476Z Compiling tower-layer v0.3.3
16632026-08-31T09:28:28.503Z Compiling want v0.3.1
16642026-08-31T09:28:28.547Z Compiling httpdate v1.0.3
16652026-08-31T09:28:28.624Z Compiling ucd-trie v0.1.7
16662026-08-31T09:28:28.636Z Compiling omicron-workspace-hack v0.1.0
16672026-08-31T09:28:28.666Z Compiling crossbeam-utils v0.8.22
16682026-08-31T09:28:28.705Z Compiling rand_core v0.9.5
16692026-08-31T09:28:28.796Z Compiling pest v2.8.8
16702026-08-31T09:28:28.913Z Compiling tokio-util v0.7.19
16712026-08-31T09:28:28.925Z Compiling regex-syntax v0.8.11
16722026-08-31T09:28:28.938Z Compiling serde_urlencoded v0.7.1
16732026-08-31T09:28:29.184Z Compiling http-body-util v0.1.5
16742026-08-31T09:28:29.194Z Compiling newtype-uuid v1.4.0
16752026-08-31T09:28:29.450Z Compiling rustls-webpki v0.103.14
16762026-08-31T09:28:29.527Z Compiling h2 v0.4.15
16772026-08-31T09:28:29.665Z Compiling foldhash v0.2.0
16782026-08-31T09:28:29.795Z Compiling hex v0.4.3
16792026-08-31T09:28:29.905Z Compiling daft v0.1.8
16802026-08-31T09:28:30.072Z Compiling rand_chacha v0.9.0
16812026-08-31T09:28:30.177Z Compiling fastrand v2.5.0
16822026-08-31T09:28:30.378Z Compiling rand v0.9.5
16832026-08-31T09:28:30.447Z Compiling anyhow v1.0.104
16842026-08-31T09:28:30.459Z Compiling sync_wrapper v1.0.2
16852026-08-31T09:28:30.567Z Compiling tower v0.5.3
16862026-08-31T09:28:30.825Z Compiling aho-corasick v1.1.5
16872026-08-31T09:28:30.977Z Compiling num-conv v0.2.2
16882026-08-31T09:28:31.053Z Compiling powerfmt v0.2.0
16892026-08-31T09:28:31.132Z Compiling time-core v0.1.9
16902026-08-31T09:28:31.192Z Compiling deranged v0.5.8
16912026-08-31T09:28:31.268Z Compiling num_threads v0.1.7
16922026-08-31T09:28:31.316Z Compiling tower-http v0.6.11
16932026-08-31T09:28:31.368Z Compiling tempfile v3.27.0
16942026-08-31T09:28:31.379Z Compiling hashbrown v0.16.1
16952026-08-31T09:28:31.427Z Compiling futures-executor v0.3.34
16962026-08-31T09:28:31.703Z Compiling hyper v1.11.0
16972026-08-31T09:28:31.771Z Compiling regex-automata v0.4.18
16982026-08-31T09:28:31.782Z Compiling camino v1.2.5
16992026-08-31T09:28:32.027Z Compiling scroll v0.13.0
17002026-08-31T09:28:32.151Z Compiling time v0.3.55
17012026-08-31T09:28:32.202Z Compiling openapiv3 v2.2.0
17022026-08-31T09:28:32.304Z Compiling openssl-probe v0.2.1
17032026-08-31T09:28:32.499Z Compiling cpufeatures v0.3.0
17042026-08-31T09:28:32.580Z Compiling rustls-native-certs v0.8.4
17052026-08-31T09:28:32.619Z Compiling goblin v0.10.7
17062026-08-31T09:28:32.734Z Compiling futures v0.3.34
17072026-08-31T09:28:32.819Z Compiling crossbeam-channel v0.5.16
17082026-08-31T09:28:32.914Z Compiling hyper-util v0.1.20
17092026-08-31T09:28:33.303Z Compiling tokio-rustls v0.26.4
17102026-08-31T09:28:33.458Z Compiling hybrid-array v0.4.14
17112026-08-31T09:28:33.576Z Compiling winnow v1.0.4
17122026-08-31T09:28:33.785Z Compiling simd-adler32 v0.3.10
17132026-08-31T09:28:33.923Z Compiling adler2 v2.0.1
17142026-08-31T09:28:33.985Z Compiling rustls-platform-verifier v0.7.0
17152026-08-31T09:28:34.061Z Compiling miniz_oxide v0.8.9
17162026-08-31T09:28:34.220Z Compiling hyper-rustls v0.27.9
17172026-08-31T09:28:34.232Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17182026-08-31T09:28:34.515Z Compiling dtrace-parser v0.3.0
17192026-08-31T09:28:34.536Z Compiling crc32fast v1.5.0
17202026-08-31T09:28:34.661Z Compiling thread-id v5.1.0
17212026-08-31T09:28:34.704Z Compiling thread_local v1.1.10
17222026-08-31T09:28:34.720Z Compiling either v1.17.0
17232026-08-31T09:28:34.729Z Compiling flate2 v1.1.9
17242026-08-31T09:28:34.744Z Compiling reqwest v0.13.4
17252026-08-31T09:28:34.937Z Compiling generic-array v0.14.7
17262026-08-31T09:28:34.970Z Compiling block-buffer v0.12.1
17272026-08-31T09:28:35.124Z Compiling crypto-common v0.2.2
17282026-08-31T09:28:35.136Z Compiling regex v1.13.1
17292026-08-31T09:28:35.148Z Compiling rand_chacha v0.3.1
17302026-08-31T09:28:35.287Z Compiling is-terminal v0.4.17
17312026-08-31T09:28:35.390Z Compiling dof v0.4.0
17322026-08-31T09:28:35.444Z Compiling memmap2 v0.9.11
17332026-08-31T09:28:35.552Z Compiling term v1.2.1
17342026-08-31T09:28:35.578Z Compiling debug-ignore v1.0.5
17352026-08-31T09:28:35.641Z Compiling const-oid v0.10.2
17362026-08-31T09:28:35.663Z Compiling take_mut v0.2.2
17372026-08-31T09:28:35.680Z Compiling match_cfg v0.1.0
17382026-08-31T09:28:35.752Z Compiling compression-core v0.4.32
17392026-08-31T09:28:35.775Z Compiling slog-async v2.8.0
17402026-08-31T09:28:35.849Z Compiling slog-term v2.9.2
17412026-08-31T09:28:35.911Z Compiling compression-codecs v0.4.38
17422026-08-31T09:28:36.019Z Compiling digest v0.11.3
17432026-08-31T09:28:36.160Z Compiling usdt-impl v0.6.0
17442026-08-31T09:28:36.196Z Compiling hostname v0.3.1
17452026-08-31T09:28:36.199Z Compiling rand v0.8.7
17462026-08-31T09:28:36.268Z Compiling toml_parser v1.1.3+spec-1.1.0
17472026-08-31T09:28:36.333Z Compiling slog-json v2.6.1
17482026-08-31T09:28:36.501Z Compiling usdt v0.6.0
17492026-08-31T09:28:36.541Z Compiling ref-cast v1.0.26
17502026-08-31T09:28:36.652Z Compiling strum v0.26.3
17512026-08-31T09:28:36.677Z Compiling macaddr v1.0.1
17522026-08-31T09:28:36.789Z Compiling toml_datetime v1.1.1+spec-1.1.0
17532026-08-31T09:28:36.825Z Compiling serde_spanned v1.1.1
17542026-08-31T09:28:36.842Z Compiling wait-timeout v0.2.1
17552026-08-31T09:28:36.879Z Compiling encoding_rs v0.8.35
17562026-08-31T09:28:36.907Z Compiling spin v0.9.9
17572026-08-31T09:28:36.969Z Compiling toml_writer v1.1.2+spec-1.1.0
17582026-08-31T09:28:36.981Z Compiling quick-error v1.2.3
17592026-08-31T09:28:37.025Z Compiling bit-vec v0.8.0
17602026-08-31T09:28:37.086Z Compiling mime v0.3.17
17612026-08-31T09:28:37.098Z Compiling rusty-fork v0.3.1
17622026-08-31T09:28:37.134Z Compiling toml v1.1.4+spec-1.1.0
17632026-08-31T09:28:37.190Z Compiling slog-bunyan v2.5.0
17642026-08-31T09:28:37.273Z Compiling bit-set v0.8.0
17652026-08-31T09:28:37.331Z Compiling sha1 v0.11.0
17662026-08-31T09:28:37.366Z Compiling async-compression v0.4.43
17672026-08-31T09:28:37.418Z Compiling serde_with v3.22.0
17682026-08-31T09:28:37.437Z Compiling async-stream v0.3.6
17692026-08-31T09:28:37.450Z Compiling rand_xorshift v0.4.0
17702026-08-31T09:28:37.589Z Compiling waitgroup v0.1.2
17712026-08-31T09:28:37.603Z Compiling rustls-pemfile v2.2.0
17722026-08-31T09:28:37.615Z Compiling serde_path_to_error v0.1.20
17732026-08-31T09:28:37.689Z Compiling hostname v0.4.2
17742026-08-31T09:28:37.734Z Compiling unarray v0.1.4
17752026-08-31T09:28:37.799Z Compiling strum v0.27.2
17762026-08-31T09:28:37.833Z Compiling proptest v1.11.0
17772026-08-31T09:28:37.845Z Compiling multer v3.1.0
17782026-08-31T09:28:37.926Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17792026-08-31T09:28:37.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17802026-08-31T09:28:38.061Z Compiling progenitor-client v0.14.0
17812026-08-31T09:28:38.157Z Compiling dropshot v0.17.1
17822026-08-31T09:28:38.335Z Compiling crypto-common v0.1.7
17832026-08-31T09:28:38.364Z Compiling iddqd v0.4.6
17842026-08-31T09:28:38.474Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-31T09:28:38.541Z Compiling reqwest v0.12.28
17862026-08-31T09:28:38.544Z Compiling backon v1.6.0
17872026-08-31T09:28:38.565Z Compiling instant v0.1.13
17882026-08-31T09:28:38.669Z Compiling backoff v0.4.0
17892026-08-31T09:28:38.716Z Compiling progenitor-extras v0.2.0
17902026-08-31T09:28:38.748Z Compiling parse-display v0.10.0
17912026-08-31T09:28:38.882Z Compiling itertools v0.14.0
17922026-08-31T09:28:38.948Z Compiling regress v0.10.5
17932026-08-31T09:28:39.071Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
17942026-08-31T09:28:39.217Z Compiling humantime v2.4.0
17952026-08-31T09:28:39.497Z Compiling progenitor-client v0.10.0
17962026-08-31T09:28:39.576Z Compiling block-buffer v0.10.4
17972026-08-31T09:28:39.734Z Compiling digest v0.10.7
17982026-08-31T09:28:39.776Z Compiling unicode-width v0.2.2
17992026-08-31T09:28:39.928Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18002026-08-31T09:28:39.953Z Compiling utf8parse v0.2.2
18012026-08-31T09:28:40.062Z Compiling cpufeatures v0.2.17
18022026-08-31T09:28:40.074Z Compiling anstyle-parse v1.0.0
18032026-08-31T09:28:40.133Z Compiling terminal_size v0.4.4
18042026-08-31T09:28:40.144Z Compiling heck v0.5.0
18052026-08-31T09:28:40.263Z Compiling anstyle-query v1.1.5
18062026-08-31T09:28:40.277Z Compiling is_terminal_polyfill v1.70.2
18072026-08-31T09:28:40.375Z Compiling anstyle v1.0.14
18082026-08-31T09:28:40.375Z Compiling colorchoice v1.0.5
18092026-08-31T09:28:40.397Z Compiling secrecy v0.10.3
18102026-08-31T09:28:40.489Z Compiling clap_lex v1.1.0
18112026-08-31T09:28:40.500Z Compiling strsim v0.11.1
18122026-08-31T09:28:40.553Z Compiling anstream v1.0.0
18132026-08-31T09:28:40.613Z Compiling tinyvec_macros v0.1.1
18142026-08-31T09:28:40.687Z Compiling tinyvec v1.12.0
18152026-08-31T09:28:40.738Z Compiling num-integer v0.1.47
18162026-08-31T09:28:40.871Z Compiling clap_builder v4.6.6
18172026-08-31T09:28:40.883Z Compiling scroll v0.12.0
18182026-08-31T09:28:41.035Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-31T09:28:41.065Z Compiling crucible-workspace-hack v0.1.0
18202026-08-31T09:28:41.140Z Compiling hmac v0.12.1
18212026-08-31T09:28:41.160Z Compiling inout v0.1.4
18222026-08-31T09:28:41.285Z Compiling regress v0.11.1
18232026-08-31T09:28:41.312Z Compiling ff v0.13.1
18242026-08-31T09:28:41.450Z Compiling group v0.13.0
18252026-08-31T09:28:41.464Z Compiling cipher v0.4.4
18262026-08-31T09:28:41.519Z Compiling hkdf v0.12.4
18272026-08-31T09:28:41.566Z Compiling goblin v0.8.2
18282026-08-31T09:28:41.667Z Compiling num-rational v0.4.2
18292026-08-31T09:28:41.691Z Compiling num-iter v0.1.46
18302026-08-31T09:28:41.838Z Compiling zerocopy v0.7.35
18312026-08-31T09:28:42.222Z Compiling universal-hash v0.5.1
18322026-08-31T09:28:42.324Z Compiling crypto-bigint v0.5.5
18332026-08-31T09:28:42.357Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-31T09:28:42.405Z Compiling half v2.7.1
18352026-08-31T09:28:42.706Z Compiling clap v4.6.6
18362026-08-31T09:28:42.717Z Compiling num-complex v0.4.6
18372026-08-31T09:28:42.793Z Compiling ciborium-io v0.2.2
18382026-08-31T09:28:42.896Z Compiling typify-impl v0.6.2
18392026-08-31T09:28:43.107Z Compiling opaque-debug v0.3.1
18402026-08-31T09:28:43.186Z Compiling base16ct v0.2.0
18412026-08-31T09:28:43.352Z Compiling base64ct v1.8.3
18422026-08-31T09:28:43.473Z Compiling elliptic-curve v0.13.8
18432026-08-31T09:28:43.662Z Compiling password-hash v0.5.0
18442026-08-31T09:28:43.759Z Compiling poly1305 v0.8.0
18452026-08-31T09:28:44.110Z Compiling dof v0.3.0
18462026-08-31T09:28:44.179Z Compiling num v0.4.3
18472026-08-31T09:28:44.229Z Compiling ciborium-ll v0.2.2
18482026-08-31T09:28:44.255Z Compiling curve25519-dalek v4.1.3
18492026-08-31T09:28:44.424Z Compiling thiserror-no-std v2.0.2
18502026-08-31T09:28:44.485Z Compiling hubpack v0.1.2
18512026-08-31T09:28:44.520Z Compiling chacha20 v0.9.1
18522026-08-31T09:28:44.678Z Compiling typify v0.6.2
18532026-08-31T09:28:44.750Z Compiling crossbeam-epoch v0.9.20
18542026-08-31T09:28:44.789Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18552026-08-31T09:28:44.842Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-31T09:28:44.904Z Compiling blake2 v0.10.6
18572026-08-31T09:28:45.097Z Compiling aead v0.5.2
18582026-08-31T09:28:45.245Z Compiling byte-wrapper v0.1.0
18592026-08-31T09:28:45.270Z Compiling dtrace-parser v0.2.0
18602026-08-31T09:28:45.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18612026-08-31T09:28:45.383Z Compiling thread-id v4.2.2
18622026-08-31T09:28:45.398Z Compiling static_assertions v1.1.0
18632026-08-31T09:28:45.458Z Compiling float-ord v0.3.2
18642026-08-31T09:28:45.470Z Compiling keccak v0.1.6
18652026-08-31T09:28:45.482Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-31T09:28:45.577Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18672026-08-31T09:28:45.604Z Compiling usdt-impl v0.5.0
18682026-08-31T09:28:45.669Z Compiling sha3 v0.10.9
18692026-08-31T09:28:45.708Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-31T09:28:45.957Z Compiling chacha20poly1305 v0.10.1
18712026-08-31T09:28:46.043Z Compiling argon2 v0.5.3
18722026-08-31T09:28:46.096Z Compiling vsss-rs v3.3.4
18732026-08-31T09:28:46.263Z Compiling ciborium v0.2.2
18742026-08-31T09:28:46.459Z Compiling memoffset v0.9.1
18752026-08-31T09:28:46.548Z Compiling hash32 v0.3.1
18762026-08-31T09:28:46.561Z Compiling memmap v0.7.0
18772026-08-31T09:28:46.573Z Compiling indent_write v2.2.0
18782026-08-31T09:28:46.727Z Compiling data-encoding v2.11.1
18792026-08-31T09:28:46.743Z Compiling usdt v0.5.0
18802026-08-31T09:28:46.755Z Compiling heapless v0.8.0
18812026-08-31T09:28:46.877Z Compiling nix v0.31.3
18822026-08-31T09:28:47.019Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-31T09:28:47.193Z Compiling ingot-types v0.1.2
18842026-08-31T09:28:47.286Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-08-31T09:28:47.389Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-31T09:28:47.441Z Compiling rustix v0.38.44
18872026-08-31T09:28:47.564Z Compiling tabwriter v1.4.1
18882026-08-31T09:28:47.612Z Compiling cobs v0.3.0
18892026-08-31T09:28:47.816Z Compiling managed v0.8.0
18902026-08-31T09:28:47.827Z Compiling bytecount v0.6.9
18912026-08-31T09:28:47.862Z Compiling bitflags v1.3.2
18922026-08-31T09:28:47.943Z Compiling postcard v1.1.3
18932026-08-31T09:28:47.965Z Compiling ingot v0.1.1
18942026-08-31T09:28:48.038Z Compiling smoltcp v0.11.0
18952026-08-31T09:28:48.282Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-08-31T09:28:48.297Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18972026-08-31T09:28:48.343Z Compiling serde_spanned v0.6.9
18982026-08-31T09:28:48.487Z Compiling toml_datetime v0.6.11
18992026-08-31T09:28:48.492Z Compiling winnow v0.7.15
19002026-08-31T09:28:48.522Z Compiling resolv-conf v0.7.6
19012026-08-31T09:28:48.578Z Compiling unicode-segmentation v1.13.3
19022026-08-31T09:28:48.600Z Compiling linked-hash-map v0.5.6
19032026-08-31T09:28:48.737Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-31T09:28:48.789Z Compiling toml_write v0.1.2
19052026-08-31T09:28:48.892Z Compiling foreign-types-shared v0.3.1
19062026-08-31T09:28:48.986Z Compiling colored v3.1.1
19072026-08-31T09:28:48.989Z Compiling swrite v0.1.0
19082026-08-31T09:28:49.011Z Compiling foreign-types v0.5.0
19092026-08-31T09:28:49.081Z Compiling newline-converter v0.3.0
19102026-08-31T09:28:49.094Z Compiling lru-cache v0.1.2
19112026-08-31T09:28:49.200Z Compiling num_enum v0.7.6
19122026-08-31T09:28:49.217Z Compiling atomicwrites v0.4.4
19132026-08-31T09:28:49.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19142026-08-31T09:28:49.372Z Compiling crossbeam-deque v0.8.7
19152026-08-31T09:28:49.409Z Compiling hickory-proto v0.24.4
19162026-08-31T09:28:49.438Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19172026-08-31T09:28:49.555Z Compiling console v0.16.4
19182026-08-31T09:28:49.571Z Compiling chacha20 v0.10.1
19192026-08-31T09:28:49.834Z Compiling toml_edit v0.22.27
19202026-08-31T09:28:49.860Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-08-31T09:28:49.940Z Compiling camino-tempfile v1.4.1
19222026-08-31T09:28:50.001Z Compiling serde-big-array v0.5.1
19232026-08-31T09:28:50.149Z Compiling cstr-argument v0.1.2
19242026-08-31T09:28:50.174Z Compiling similar v3.2.0
19252026-08-31T09:28:50.186Z Compiling siphasher v1.0.3
19262026-08-31T09:28:50.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19272026-08-31T09:28:50.387Z Compiling phf_shared v0.12.1
19282026-08-31T09:28:50.566Z Compiling pin-project v1.1.13
19292026-08-31T09:28:50.570Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19302026-08-31T09:28:50.680Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19312026-08-31T09:28:50.803Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19322026-08-31T09:28:50.850Z Compiling rand v0.10.2
19332026-08-31T09:28:50.979Z Compiling expectorate v1.3.0
19342026-08-31T09:28:51.139Z Compiling rayon-core v1.13.0
19352026-08-31T09:28:51.282Z Compiling toml v0.8.23
19362026-08-31T09:28:51.522Z Compiling hickory-resolver v0.24.4
19372026-08-31T09:28:51.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
19382026-08-31T09:28:51.948Z Compiling num_enum v0.5.11
19392026-08-31T09:28:52.071Z Compiling prettyplease v0.2.37
19402026-08-31T09:28:52.090Z Compiling progenitor-impl v0.13.0
19412026-08-31T09:28:52.328Z Compiling progenitor-impl v0.14.0
19422026-08-31T09:28:52.541Z Compiling unicode-normalization v0.1.25
19432026-08-31T09:28:52.738Z Compiling progenitor-client v0.13.0
19442026-08-31T09:28:53.017Z Compiling tokio-stream v0.1.19
19452026-08-31T09:28:53.041Z Compiling csv-core v0.1.13
19462026-08-31T09:28:53.321Z Compiling bstr v1.13.1
19472026-08-31T09:28:53.367Z Compiling same-file v1.0.6
19482026-08-31T09:28:53.430Z Compiling foreign-types-shared v0.1.1
19492026-08-31T09:28:53.498Z Compiling foldhash v0.1.5
19502026-08-31T09:28:53.520Z Compiling unicode-width v0.1.14
19512026-08-31T09:28:53.539Z Compiling jiff-core v0.1.0
19522026-08-31T09:28:53.680Z Compiling highway v1.3.0
19532026-08-31T09:28:53.805Z Compiling konst_macro_rules v0.2.19
19542026-08-31T09:28:53.815Z Compiling globset v0.4.20
19552026-08-31T09:28:53.883Z Compiling hashbrown v0.15.5
19562026-08-31T09:28:53.979Z Compiling konst v0.2.20
19572026-08-31T09:28:54.072Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-31T09:28:54.219Z Compiling foreign-types v0.3.2
19592026-08-31T09:28:54.296Z Compiling jiff v0.2.35
19602026-08-31T09:28:54.417Z Compiling progenitor v0.14.0
19612026-08-31T09:28:54.564Z Compiling walkdir v2.5.0
19622026-08-31T09:28:54.589Z Compiling qorb v0.4.1
19632026-08-31T09:28:54.670Z Compiling progenitor v0.13.0
19642026-08-31T09:28:54.815Z Compiling csv v1.4.0
19652026-08-31T09:28:54.904Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-08-31T09:28:55.296Z Compiling snafu v0.8.9
19672026-08-31T09:28:55.375Z Compiling olpc-cjson v0.1.4
19682026-08-31T09:28:55.527Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-08-31T09:28:55.543Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19702026-08-31T09:28:55.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
19712026-08-31T09:28:55.724Z Compiling rayon v1.12.0
19722026-08-31T09:28:55.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19732026-08-31T09:28:56.549Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-08-31T09:28:56.926Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-08-31T09:28:56.967Z Compiling phf v0.12.1
19762026-08-31T09:28:57.075Z Compiling openssl-sys v0.9.117
19772026-08-31T09:28:57.123Z Compiling tokio-dtrace v0.1.1
19782026-08-31T09:28:57.227Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-08-31T09:28:57.396Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19802026-08-31T09:28:57.495Z Compiling itertools v0.12.1
19812026-08-31T09:28:57.521Z Compiling libsw-core v0.3.2
19822026-08-31T09:28:57.602Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19832026-08-31T09:28:57.696Z Compiling pem v3.0.6
19842026-08-31T09:28:57.958Z Compiling serde_plain v1.0.2
19852026-08-31T09:28:58.063Z Compiling sigpipe v0.1.3
19862026-08-31T09:28:58.097Z Compiling typed-path v0.9.3
19872026-08-31T09:28:58.153Z Compiling glob v0.3.4
19882026-08-31T09:28:58.167Z Compiling fixedbitset v0.4.2
19892026-08-31T09:28:58.179Z Compiling minimal-lexical v0.2.1
19902026-08-31T09:28:58.398Z Compiling fixedbitset v0.5.7
19912026-08-31T09:28:58.440Z Compiling nom v7.1.3
19922026-08-31T09:28:58.579Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-08-31T09:28:58.720Z Compiling zone v0.3.1
19942026-08-31T09:28:58.732Z Compiling petgraph v0.8.3
19952026-08-31T09:28:58.982Z Compiling tough v0.22.0
19962026-08-31T09:28:59.038Z Compiling petgraph v0.6.5
19972026-08-31T09:28:59.238Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-31T09:28:59.389Z Compiling openssl v0.10.81
19992026-08-31T09:28:59.445Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20002026-08-31T09:28:59.456Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20012026-08-31T09:28:59.803Z Compiling libsw v3.5.0
20022026-08-31T09:28:59.984Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-08-31T09:29:00.231Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20042026-08-31T09:29:00.268Z Compiling oxide-tokio-rt v0.1.6
20052026-08-31T09:29:00.482Z Compiling chrono-tz v0.10.4
20062026-08-31T09:29:00.497Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20072026-08-31T09:29:00.548Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-08-31T09:29:00.561Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20092026-08-31T09:29:00.574Z Compiling newtype_derive v0.1.6
20102026-08-31T09:29:00.647Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20112026-08-31T09:29:00.713Z Compiling slog-dtrace v0.3.0
20122026-08-31T09:29:00.863Z Compiling const_format v0.2.36
20132026-08-31T09:29:01.016Z Compiling owo-colors v4.3.0
20142026-08-31T09:29:01.199Z Compiling cancel-safe-futures v0.1.5
20152026-08-31T09:29:01.419Z Compiling papergrid v0.11.0
20162026-08-31T09:29:01.504Z Compiling gethostname v0.5.0
20172026-08-31T09:29:01.504Z Compiling libscf-sys v1.2.0
20182026-08-31T09:29:01.624Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20192026-08-31T09:29:01.653Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-08-31T09:29:01.778Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20212026-08-31T09:29:01.797Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-08-31T09:29:02.047Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-08-31T09:29:02.176Z Compiling smf v0.2.3
20242026-08-31T09:29:02.339Z Compiling bcs v0.1.6
20252026-08-31T09:29:02.583Z Compiling unicode-linebreak v0.1.5
20262026-08-31T09:29:02.666Z Compiling termtree v0.5.1
20272026-08-31T09:29:02.755Z Compiling whoami v1.6.1
20282026-08-31T09:29:02.817Z Compiling linear-map v1.2.0
20292026-08-31T09:29:02.836Z Compiling smawk v0.3.3
20302026-08-31T09:29:02.964Z Compiling tagptr v0.2.0
20312026-08-31T09:29:02.998Z Compiling lazy_static v1.5.0
20322026-08-31T09:29:03.010Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-31T09:29:03.044Z Compiling textwrap v0.16.2
20342026-08-31T09:29:03.063Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-08-31T09:29:03.097Z Compiling moka v0.12.16
20362026-08-31T09:29:03.108Z Compiling steno v0.4.1
20372026-08-31T09:29:03.111Z Compiling tabled v0.15.0
20382026-08-31T09:29:03.536Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-08-31T09:29:03.885Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-08-31T09:29:04.225Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-08-31T09:29:04.556Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-08-31T09:29:04.753Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-08-31T09:29:05.033Z Compiling cookie v0.18.2
20442026-08-31T09:29:05.583Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-08-31T09:29:05.886Z Compiling papergrid v0.18.0
20462026-08-31T09:29:05.997Z Compiling hickory-proto v0.25.2
20472026-08-31T09:29:06.455Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
20482026-08-31T09:29:06.615Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
20492026-08-31T09:29:06.875Z Compiling tabled v0.21.0
20502026-08-31T09:29:07.610Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
20512026-08-31T09:29:07.668Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20522026-08-31T09:29:07.807Z Compiling itertools v0.15.0
20532026-08-31T09:29:08.043Z Compiling hickory-resolver v0.25.2
20542026-08-31T09:29:08.970Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20552026-08-31T09:29:09.127Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20562026-08-31T09:29:09.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
20572026-08-31T09:29:09.449Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-08-31T09:29:09.512Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-08-31T09:29:10.080Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20602026-08-31T09:29:10.155Z Compiling crc8 v0.1.1
20612026-08-31T09:29:10.280Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20622026-08-31T09:29:10.537Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20632026-08-31T09:29:10.642Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
20642026-08-31T09:29:10.817Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
20652026-08-31T09:29:11.320Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
20662026-08-31T09:29:13.272Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-31T09:29:21.053Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-08-31T09:29:22.689Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-31T09:29:23.724Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20702026-08-31T09:29:24.983Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20712026-08-31T09:29:26.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
20722026-08-31T09:29:26.500Z Running `target/debug/xtask openapi check`
20732026-08-31T09:29:26.975Z Compiling serde_core v1.0.229
20742026-08-31T09:29:26.978Z Compiling serde v1.0.229
20752026-08-31T09:29:27.045Z Compiling serde_json v1.0.151
20762026-08-31T09:29:27.049Z Compiling syn v3.0.3
20772026-08-31T09:29:27.049Z Compiling syn v2.0.119
20782026-08-31T09:29:27.056Z Compiling bytes v1.12.1
20792026-08-31T09:29:27.067Z Compiling num-traits v0.2.19
20802026-08-31T09:29:27.073Z Compiling once_cell v1.21.4
20812026-08-31T09:29:27.281Z Compiling zerocopy v0.8.56
20822026-08-31T09:29:27.438Z Compiling getrandom v0.4.3
20832026-08-31T09:29:27.692Z Compiling slog v2.8.2
20842026-08-31T09:29:27.718Z Compiling schemars v0.8.22
20852026-08-31T09:29:27.740Z Compiling http v1.5.0
20862026-08-31T09:29:27.855Z Compiling zeroize v1.9.0
20872026-08-31T09:29:27.962Z Compiling hashbrown v0.17.1
20882026-08-31T09:29:28.016Z Compiling aws-lc-rs v1.18.0
20892026-08-31T09:29:28.030Z Compiling usdt-impl v0.6.0
20902026-08-31T09:29:28.039Z Compiling time-macros v0.2.32
20912026-08-31T09:29:28.280Z Compiling rustls-pki-types v1.15.1
20922026-08-31T09:29:28.502Z Compiling tracing-core v0.1.36
20932026-08-31T09:29:28.679Z Compiling bitflags v2.13.1
20942026-08-31T09:29:28.915Z Compiling tracing v0.1.44
20952026-08-31T09:29:29.150Z Compiling uuid v1.26.0
20962026-08-31T09:29:29.206Z Compiling indexmap v2.14.0
20972026-08-31T09:29:29.216Z Compiling time v0.3.55
20982026-08-31T09:29:29.576Z Compiling pest_generator v2.8.8
20992026-08-31T09:29:29.834Z Compiling serde_derive_internals v0.29.1
21002026-08-31T09:29:30.000Z Compiling serde_derive v1.0.229
21012026-08-31T09:29:30.091Z Compiling thiserror-impl v2.0.20
21022026-08-31T09:29:30.159Z Compiling tokio-macros v2.7.2
21032026-08-31T09:29:30.184Z Compiling futures-macro v0.3.34
21042026-08-31T09:29:30.193Z Compiling camino v1.2.5
21052026-08-31T09:29:30.558Z Compiling http-body v1.1.0
21062026-08-31T09:29:30.613Z Compiling generic-array v0.14.7
21072026-08-31T09:29:30.716Z Compiling rustls v0.23.43
21082026-08-31T09:29:30.728Z Compiling rustls-webpki v0.103.14
21092026-08-31T09:29:30.761Z Compiling zerocopy-derive v0.8.56
21102026-08-31T09:29:30.858Z Compiling pest_derive v2.8.8
21112026-08-31T09:29:30.867Z Compiling tokio v1.53.1
21122026-08-31T09:29:30.990Z Compiling schemars_derive v0.8.22
21132026-08-31T09:29:31.252Z Compiling scroll_derive v0.13.1
21142026-08-31T09:29:31.275Z Compiling thiserror v2.0.20
21152026-08-31T09:29:31.391Z Compiling futures-util v0.3.34
21162026-08-31T09:29:31.486Z Compiling dtrace-parser v0.3.0
21172026-08-31T09:29:32.127Z Compiling scroll v0.13.0
21182026-08-31T09:29:32.255Z Compiling rustix v1.1.4
21192026-08-31T09:29:32.392Z Compiling goblin v0.10.7
21202026-08-31T09:29:33.184Z Compiling chrono v0.4.45
21212026-08-31T09:29:33.228Z Compiling erased-serde v0.3.31
21222026-08-31T09:29:33.474Z Compiling serde_tokenstream v0.2.3
21232026-08-31T09:29:33.736Z Compiling winnow v1.0.4
21242026-08-31T09:29:33.767Z Compiling toml_datetime v1.1.1+spec-1.1.0
21252026-08-31T09:29:33.991Z Compiling crossbeam-epoch v0.9.20
21262026-08-31T09:29:34.083Z Compiling subtle v2.6.1
21272026-08-31T09:29:34.238Z Compiling getrandom v0.3.4
21282026-08-31T09:29:34.593Z Compiling toml_parser v1.1.3+spec-1.1.0
21292026-08-31T09:29:34.650Z Compiling tokio-util v0.7.19
21302026-08-31T09:29:35.213Z Compiling dof v0.4.0
21312026-08-31T09:29:35.295Z Compiling h2 v0.4.15
21322026-08-31T09:29:35.389Z Compiling oxnet v0.1.7
21332026-08-31T09:29:35.408Z Compiling slog-json v2.6.1
21342026-08-31T09:29:35.615Z Compiling toml_edit v0.25.13+spec-1.1.0
21352026-08-31T09:29:35.922Z Compiling futures-executor v0.3.34
21362026-08-31T09:29:36.434Z Compiling usdt-attr-macro v0.6.0
21372026-08-31T09:29:36.514Z Compiling usdt-macro v0.6.0
21382026-08-31T09:29:36.518Z Compiling openapiv3 v2.2.0
21392026-08-31T09:29:36.931Z Compiling async-stream-impl v0.3.6
21402026-08-31T09:29:37.241Z Compiling serde_spanned v1.1.1
21412026-08-31T09:29:37.262Z Compiling semver v1.0.28
21422026-08-31T09:29:37.399Z Compiling rustix v0.38.44
21432026-08-31T09:29:37.501Z Compiling hyper v1.11.0
21442026-08-31T09:29:37.558Z Compiling toml v1.1.4+spec-1.1.0
21452026-08-31T09:29:37.562Z Compiling dropshot_endpoint v0.17.1
21462026-08-31T09:29:37.730Z Compiling async-stream v0.3.6
21472026-08-31T09:29:37.840Z Compiling multer v3.1.0
21482026-08-31T09:29:37.907Z Compiling serde_urlencoded v0.7.1
21492026-08-31T09:29:38.131Z Compiling slog-async v2.8.0
21502026-08-31T09:29:38.163Z Compiling slog-term v2.9.2
21512026-08-31T09:29:38.332Z Compiling usdt v0.6.0
21522026-08-31T09:29:38.408Z Compiling tokio-rustls v0.26.4
21532026-08-31T09:29:38.616Z Compiling hyper-util v0.1.20
21542026-08-31T09:29:38.633Z Compiling proc-macro-crate v3.5.0
21552026-08-31T09:29:38.671Z Compiling futures v0.3.34
21562026-08-31T09:29:38.753Z Compiling async-compression v0.4.43
21572026-08-31T09:29:38.810Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
21582026-08-31T09:29:38.959Z Compiling slog-bunyan v2.5.0
21592026-08-31T09:29:39.093Z Compiling http-body-util v0.1.5
21602026-08-31T09:29:39.102Z Compiling async-trait v0.1.92
21612026-08-31T09:29:39.186Z Compiling serde_path_to_error v0.1.20
21622026-08-31T09:29:39.199Z Compiling rustls-pemfile v2.2.0
21632026-08-31T09:29:39.215Z Compiling aho-corasick v1.1.5
21642026-08-31T09:29:39.352Z Compiling tempfile v3.27.0
21652026-08-31T09:29:39.389Z Compiling crossbeam-deque v0.8.7
21662026-08-31T09:29:39.416Z Compiling num_enum_derive v0.7.6
21672026-08-31T09:29:39.584Z Compiling dropshot-api-manager-types v0.7.2
21682026-08-31T09:29:39.744Z Compiling block-buffer v0.10.4
21692026-08-31T09:29:39.883Z Compiling crypto-common v0.1.7
21702026-08-31T09:29:39.892Z Compiling git-stub v1.0.0
21712026-08-31T09:29:39.930Z Compiling clap_builder v4.6.6
21722026-08-31T09:29:40.010Z Compiling digest v0.10.7
21732026-08-31T09:29:40.048Z Compiling dropshot v0.17.1
21742026-08-31T09:29:40.157Z Compiling regex-automata v0.4.18
21752026-08-31T09:29:40.206Z Compiling atomicwrites v0.4.4
21762026-08-31T09:29:40.259Z Compiling rayon-core v1.13.0
21772026-08-31T09:29:40.394Z Compiling fs-err v3.3.1
21782026-08-31T09:29:40.414Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21792026-08-31T09:29:40.451Z Compiling num_enum v0.7.6
21802026-08-31T09:29:40.570Z Compiling terminal_size v0.4.4
21812026-08-31T09:29:40.688Z Compiling clap_derive v4.6.4
21822026-08-31T09:29:40.709Z Compiling serde_repr v0.1.21
21832026-08-31T09:29:40.957Z Compiling nom v8.0.0
21842026-08-31T09:29:41.102Z Compiling bstr v1.13.1
21852026-08-31T09:29:41.265Z Compiling is_ci v1.2.0
21862026-08-31T09:29:41.406Z Compiling either v1.17.0
21872026-08-31T09:29:41.443Z Compiling sha2 v0.10.9
21882026-08-31T09:29:41.556Z Compiling textwrap v0.16.2
21892026-08-31T09:29:41.613Z Compiling rayon v1.12.0
21902026-08-31T09:29:41.878Z Compiling supports-color v3.0.2
21912026-08-31T09:29:42.053Z Compiling regex v1.13.1
21922026-08-31T09:29:42.093Z Compiling similar v2.7.0
21932026-08-31T09:29:42.377Z Compiling clap v4.6.6
21942026-08-31T09:29:42.463Z Compiling drift v0.2.0
21952026-08-31T09:29:42.512Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21962026-08-31T09:29:43.007Z Compiling git-stub-vcs v0.1.0
21972026-08-31T09:29:43.203Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21982026-08-31T09:29:43.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-08-31T09:29:43.295Z Compiling dropshot-api-manager v0.7.2
22002026-08-31T09:29:43.368Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22012026-08-31T09:29:48.560Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22022026-08-31T09:29:49.804Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22032026-08-31T09:29:57.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.62s
22042026-08-31T09:29:57.250Z Running `target/debug/maghemite-dropshot-apis check`
22052026-08-31T09:29:57.281Z -------
22062026-08-31T09:29:57.281Z Generating OpenAPI documents from API definitions ...
22072026-08-31T09:29:57.353Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22082026-08-31T09:29:57.393Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22092026-08-31T09:29:57.540Z -------
22102026-08-31T09:29:57.540Z Checking 16 OpenAPI documents...
22112026-08-31T09:29:57.540Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22122026-08-31T09:29:57.540Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22132026-08-31T09:29:57.540Z Fresh ddm-admin (versioned v3.0.0 (added locally)): DDM Admin
22142026-08-31T09:29:57.540Z Fresh ddm-admin "latest" symlink
22152026-08-31T09:29:57.582Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22162026-08-31T09:29:57.582Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22172026-08-31T09:29:57.582Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22182026-08-31T09:29:57.582Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22192026-08-31T09:29:57.582Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22202026-08-31T09:29:57.582Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22212026-08-31T09:29:57.582Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22222026-08-31T09:29:57.582Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22232026-08-31T09:29:57.582Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22242026-08-31T09:29:57.583Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22252026-08-31T09:29:57.583Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22262026-08-31T09:29:57.583Z Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin
22272026-08-31T09:29:57.583Z Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin
22282026-08-31T09:29:57.583Z Fresh mg-admin "latest" symlink
22292026-08-31T09:29:57.583Z -------
22302026-08-31T09:29:57.583Z Success 16 documents checked: 18 fresh, 0 stale, 0 failed, 0 other problems
22312026-08-31T09:29:57.589Z+ banner build
22322026-08-31T09:29:57.592Z
22332026-08-31T09:29:57.592Z ##### # # # # #####
22342026-08-31T09:29:57.592Z # # # # # # # #
22352026-08-31T09:29:57.592Z ##### # # # # # #
22362026-08-31T09:29:57.592Z # # # # # # # #
22372026-08-31T09:29:57.592Z # # # # # # # #
22382026-08-31T09:29:57.592Z ##### #### # ###### #####
22392026-08-31T09:29:57.592Z
22402026-08-31T09:29:57.592Z+ ptime -m cargo build
22412026-08-31T09:29:58.217Z Compiling smallvec v1.15.2
22422026-08-31T09:29:58.333Z Compiling log v0.4.33
22432026-08-31T09:29:58.352Z Compiling ring v0.17.14
22442026-08-31T09:29:58.374Z Compiling webpki-roots v1.0.9
22452026-08-31T09:29:58.429Z Compiling fxhash v0.2.1
22462026-08-31T09:29:58.429Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22472026-08-31T09:29:58.465Z Compiling arc-swap v1.9.2
22482026-08-31T09:29:58.468Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22492026-08-31T09:29:58.487Z Compiling goblin v0.10.7
22502026-08-31T09:29:58.532Z Compiling icu_normalizer v2.2.0
22512026-08-31T09:29:58.536Z Compiling parking_lot_core v0.9.12
22522026-08-31T09:29:58.577Z Compiling goblin v0.8.2
22532026-08-31T09:29:58.665Z Compiling globset v0.4.20
22542026-08-31T09:29:58.758Z Compiling parking_lot v0.12.5
22552026-08-31T09:29:58.783Z Compiling parking_lot_core v0.8.6
22562026-08-31T09:29:58.841Z Compiling slog-scope v4.4.1
22572026-08-31T09:29:59.086Z Compiling idna_adapter v1.2.2
22582026-08-31T09:29:59.098Z Compiling tokio v1.53.1
22592026-08-31T09:29:59.110Z Compiling moka v0.12.16
22602026-08-31T09:29:59.138Z Compiling parking_lot v0.11.2
22612026-08-31T09:29:59.241Z Compiling idna v1.1.0
22622026-08-31T09:29:59.423Z Compiling sled v0.34.7
22632026-08-31T09:29:59.523Z Compiling url v2.5.8
22642026-08-31T09:29:59.911Z Compiling rustls-webpki v0.103.14
22652026-08-31T09:29:59.957Z Compiling internet-checksum v0.2.1
22662026-08-31T09:30:00.094Z Compiling schemars v0.8.22
22672026-08-31T09:30:00.279Z Compiling slog-stdlog v4.1.1
22682026-08-31T09:30:00.346Z Compiling ingot-types v0.2.0
22692026-08-31T09:30:00.490Z Compiling rustls v0.23.43
22702026-08-31T09:30:00.751Z Compiling dropshot-api-manager-types v0.7.2
22712026-08-31T09:30:00.852Z Compiling ipnetwork v0.21.1
22722026-08-31T09:30:01.102Z Compiling oxnet v0.1.7
22732026-08-31T09:30:01.284Z Compiling newtype-uuid v1.4.0
22742026-08-31T09:30:01.412Z Compiling dof v0.4.0
22752026-08-31T09:30:01.627Z Compiling daft v0.1.8
22762026-08-31T09:30:01.630Z Compiling serde_with v3.22.0
22772026-08-31T09:30:01.934Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22782026-08-31T09:30:02.426Z Compiling usdt-impl v0.6.0
22792026-08-31T09:30:02.448Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22802026-08-31T09:30:02.748Z Compiling usdt v0.6.0
22812026-08-31T09:30:03.013Z Compiling tokio-util v0.7.19
22822026-08-31T09:30:03.043Z Compiling tower v0.5.3
22832026-08-31T09:30:03.078Z Compiling async-compression v0.4.43
22842026-08-31T09:30:03.338Z Compiling iddqd v0.4.6
22852026-08-31T09:30:03.401Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22862026-08-31T09:30:03.481Z Compiling tower-http v0.6.11
22872026-08-31T09:30:03.533Z Compiling tokio-rustls v0.26.4
22882026-08-31T09:30:03.656Z Compiling h2 v0.4.15
22892026-08-31T09:30:03.669Z Compiling rustls-platform-verifier v0.7.0
22902026-08-31T09:30:03.764Z Compiling backoff v0.4.0
22912026-08-31T09:30:03.806Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22922026-08-31T09:30:03.906Z Compiling typify-impl v0.6.2
22932026-08-31T09:30:03.918Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22942026-08-31T09:30:03.983Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-08-31T09:30:04.266Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22962026-08-31T09:30:04.387Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-08-31T09:30:04.553Z Compiling byte-wrapper v0.1.0
22982026-08-31T09:30:04.689Z Compiling dof v0.3.0
22992026-08-31T09:30:04.703Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-08-31T09:30:04.874Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-08-31T09:30:04.918Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23022026-08-31T09:30:05.172Z Compiling usdt-impl v0.5.0
23032026-08-31T09:30:05.493Z Compiling usdt v0.5.0
23042026-08-31T09:30:05.780Z Compiling hyper v1.11.0
23052026-08-31T09:30:05.839Z Compiling typify v0.6.2
23062026-08-31T09:30:05.936Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23072026-08-31T09:30:05.955Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
23082026-08-31T09:30:06.202Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
23092026-08-31T09:30:06.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-08-31T09:30:06.521Z Compiling progenitor-impl v0.14.0
23112026-08-31T09:30:06.541Z Compiling hickory-proto v0.24.4
23122026-08-31T09:30:06.687Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23132026-08-31T09:30:07.000Z Compiling hyper-util v0.1.20
23142026-08-31T09:30:07.386Z Compiling progenitor-impl v0.13.0
23152026-08-31T09:30:07.485Z Compiling tokio-stream v0.1.19
23162026-08-31T09:30:07.910Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-08-31T09:30:07.986Z Compiling tokio-dtrace v0.1.1
23182026-08-31T09:30:08.265Z Compiling hyper-rustls v0.27.9
23192026-08-31T09:30:08.400Z Compiling dropshot v0.17.1
23202026-08-31T09:30:08.493Z Compiling hickory-resolver v0.24.4
23212026-08-31T09:30:08.597Z Compiling reqwest v0.13.4
23222026-08-31T09:30:08.666Z Compiling reqwest v0.12.28
23232026-08-31T09:30:09.483Z Compiling qorb v0.4.1
23242026-08-31T09:30:09.697Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-08-31T09:30:09.743Z Compiling zone v0.3.1
23262026-08-31T09:30:10.506Z Compiling progenitor-client v0.14.0
23272026-08-31T09:30:10.600Z Compiling progenitor-client v0.10.0
23282026-08-31T09:30:10.822Z Compiling progenitor-extras v0.2.0
23292026-08-31T09:30:10.862Z Compiling progenitor v0.14.0
23302026-08-31T09:30:10.903Z Compiling progenitor-client v0.13.0
23312026-08-31T09:30:11.017Z Compiling libsw-core v0.3.2
23322026-08-31T09:30:11.074Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23332026-08-31T09:30:11.086Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23342026-08-31T09:30:11.214Z Compiling progenitor v0.13.0
23352026-08-31T09:30:11.228Z Compiling libsw v3.5.0
23362026-08-31T09:30:11.368Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23372026-08-31T09:30:11.409Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-08-31T09:30:11.435Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23392026-08-31T09:30:11.474Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-08-31T09:30:12.082Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23412026-08-31T09:30:12.301Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-08-31T09:30:12.424Z Compiling oxide-tokio-rt v0.1.6
23432026-08-31T09:30:12.481Z Compiling slog-dtrace v0.3.0
23442026-08-31T09:30:12.750Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-08-31T09:30:12.806Z Compiling tough v0.22.0
23462026-08-31T09:30:12.819Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23472026-08-31T09:30:12.887Z Compiling cancel-safe-futures v0.1.5
23482026-08-31T09:30:13.201Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-08-31T09:30:13.344Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-08-31T09:30:13.394Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-08-31T09:30:13.512Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-08-31T09:30:14.061Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-08-31T09:30:14.145Z Compiling hickory-proto v0.25.2
23542026-08-31T09:30:14.261Z Compiling steno v0.4.1
23552026-08-31T09:30:14.648Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
23562026-08-31T09:30:15.092Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23572026-08-31T09:30:15.206Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23582026-08-31T09:30:15.642Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-08-31T09:30:16.139Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-08-31T09:30:16.190Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-08-31T09:30:16.760Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-08-31T09:30:16.826Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23632026-08-31T09:30:17.192Z Compiling hickory-resolver v0.25.2
23642026-08-31T09:30:17.505Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-08-31T09:30:17.668Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-08-31T09:30:17.795Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-08-31T09:30:18.257Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-08-31T09:30:18.639Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-08-31T09:30:18.832Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-08-31T09:30:18.906Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
23712026-08-31T09:30:19.057Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-08-31T09:30:19.215Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-08-31T09:30:19.248Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-08-31T09:30:19.911Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
23752026-08-31T09:30:20.045Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
23762026-08-31T09:30:20.251Z Compiling typify-impl v0.4.3
23772026-08-31T09:30:20.277Z Compiling ingot v0.2.1
23782026-08-31T09:30:21.025Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23792026-08-31T09:30:21.083Z Compiling slog-envlogger v2.2.0
23802026-08-31T09:30:21.244Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23812026-08-31T09:30:21.490Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23822026-08-31T09:30:21.616Z Compiling const-random v0.1.18
23832026-08-31T09:30:21.738Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23842026-08-31T09:30:21.982Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23852026-08-31T09:30:22.060Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23862026-08-31T09:30:22.207Z Compiling typify v0.4.3
23872026-08-31T09:30:22.337Z Compiling ahash v0.8.12
23882026-08-31T09:30:22.533Z Compiling smartstring v1.0.1
23892026-08-31T09:30:22.587Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23902026-08-31T09:30:22.816Z Compiling sha1 v0.10.7
23912026-08-31T09:30:23.061Z Compiling utf-8 v0.7.6
23922026-08-31T09:30:23.223Z Compiling thin-vec v0.2.19
23932026-08-31T09:30:23.262Z Compiling tungstenite v0.21.0
23942026-08-31T09:30:23.505Z Compiling rhai v1.26.0
23952026-08-31T09:30:23.543Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
23962026-08-31T09:30:24.044Z Compiling progenitor-impl v0.10.0
23972026-08-31T09:30:24.138Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23982026-08-31T09:30:24.475Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23992026-08-31T09:30:24.632Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24002026-08-31T09:30:24.919Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-08-31T09:30:25.381Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24022026-08-31T09:30:25.714Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24032026-08-31T09:30:26.635Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-08-31T09:30:27.194Z Compiling sha2 v0.10.9
24052026-08-31T09:30:27.593Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24062026-08-31T09:30:27.606Z Compiling progenitor v0.10.0
24072026-08-31T09:30:27.667Z Compiling lzma-sys v0.1.20
24082026-08-31T09:30:27.755Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24092026-08-31T09:30:27.786Z Compiling tokio-tungstenite v0.21.0
24102026-08-31T09:30:28.127Z Compiling typeid v1.0.3
24112026-08-31T09:30:28.251Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24122026-08-31T09:30:28.387Z Compiling port-file v0.1.0
24132026-08-31T09:30:28.597Z Compiling git-stub v1.0.0
24142026-08-31T09:30:28.885Z Compiling toml_datetime v0.7.5+spec-1.1.0
24152026-08-31T09:30:29.113Z Compiling unit-prefix v0.5.2
24162026-08-31T09:30:29.209Z Compiling base64 v0.21.7
24172026-08-31T09:30:29.277Z Compiling indicatif v0.18.6
24182026-08-31T09:30:29.323Z Compiling toml v0.9.12+spec-1.1.0
24192026-08-31T09:30:29.368Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
24202026-08-31T09:30:29.546Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24212026-08-31T09:30:29.999Z Compiling git-stub-vcs v0.1.0
24222026-08-31T09:30:30.202Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24232026-08-31T09:30:30.360Z Compiling ron v0.12.2
24242026-08-31T09:30:30.395Z Compiling xz2 v0.1.7
24252026-08-31T09:30:30.637Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24262026-08-31T09:30:30.702Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24272026-08-31T09:30:30.841Z Compiling similar v2.7.0
24282026-08-31T09:30:30.854Z Compiling drift v0.2.0
24292026-08-31T09:30:31.770Z Compiling base16ct v1.0.0
24302026-08-31T09:30:31.789Z Compiling dropshot-api-manager v0.7.2
24312026-08-31T09:30:31.945Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24322026-08-31T09:30:31.965Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
24332026-08-31T09:30:32.383Z Compiling natord v1.0.9
24342026-08-31T09:30:32.566Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24352026-08-31T09:30:34.890Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24362026-08-31T09:30:36.373Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24372026-08-31T09:30:43.158Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-08-31T09:30:44.869Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-08-31T09:30:45.907Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24402026-08-31T09:30:46.919Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24412026-08-31T09:30:46.919Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24422026-08-31T09:30:46.922Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24432026-08-31T09:30:47.272Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24442026-08-31T09:30:47.278Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24452026-08-31T09:30:47.278Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24462026-08-31T09:30:47.899Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24472026-08-31T09:30:49.676Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24482026-08-31T09:30:49.676Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24492026-08-31T09:30:49.680Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24502026-08-31T09:30:55.667Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24512026-08-31T09:30:56.763Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24522026-08-31T09:30:56.766Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24532026-08-31T09:30:56.766Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24542026-08-31T09:31:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
24552026-08-31T09:31:43.020Z
24562026-08-31T09:31:43.020Zreal 1:45.379013008
24572026-08-31T09:31:43.020Zuser 7:46.830122241
24582026-08-31T09:31:43.020Zsys 1:07.715229716
24592026-08-31T09:31:43.020Ztrap 0.192398060
24602026-08-31T09:31:43.020Ztflt 0.031936027
24612026-08-31T09:31:43.020Zdflt 0.176139137
24622026-08-31T09:31:43.020Zkflt 0.000101960
24632026-08-31T09:31:43.020Zlock 32:01.875221990
24642026-08-31T09:31:43.020Zslp 25:14.751194322
24652026-08-31T09:31:43.020Zlat 23.857901627
24662026-08-31T09:31:43.020Zstop 40.097021847
24672026-08-31T09:31:43.024Z+ ptime -m cargo build --release
24682026-08-31T09:31:43.691Z Compiling proc-macro2 v1.0.107
24692026-08-31T09:31:43.691Z Compiling quote v1.0.47
24702026-08-31T09:31:43.691Z Compiling unicode-ident v1.0.24
24712026-08-31T09:31:43.694Z Compiling serde_core v1.0.229
24722026-08-31T09:31:43.694Z Compiling serde v1.0.229
24732026-08-31T09:31:43.694Z Compiling libc v0.2.189
24742026-08-31T09:31:43.694Z Compiling cfg-if v1.0.4
24752026-08-31T09:31:43.912Z Compiling zmij v1.0.23
24762026-08-31T09:31:43.925Z Compiling autocfg v1.5.1
24772026-08-31T09:31:44.213Z Compiling memchr v2.8.3
24782026-08-31T09:31:44.238Z Compiling libm v0.2.16
24792026-08-31T09:31:44.553Z Compiling itoa v1.0.18
24802026-08-31T09:31:44.590Z Compiling icu_properties_data v2.2.0
24812026-08-31T09:31:44.807Z Compiling icu_normalizer_data v2.2.0
24822026-08-31T09:31:44.822Z Compiling version_check v0.9.5
24832026-08-31T09:31:44.878Z Compiling stable_deref_trait v1.2.1
24842026-08-31T09:31:45.008Z Compiling syn v2.0.119
24852026-08-31T09:31:45.023Z Compiling syn v3.0.3
24862026-08-31T09:31:45.038Z Compiling serde_json v1.0.151
24872026-08-31T09:31:45.096Z Compiling thiserror v2.0.20
24882026-08-31T09:31:45.302Z Compiling writeable v0.6.3
24892026-08-31T09:31:45.390Z Compiling litemap v0.8.2
24902026-08-31T09:31:45.411Z Compiling utf8_iter v1.0.4
24912026-08-31T09:31:45.507Z Compiling num-traits v0.2.19
24922026-08-31T09:31:45.557Z Compiling percent-encoding v2.3.2
24932026-08-31T09:31:45.825Z Compiling form_urlencoded v1.2.2
24942026-08-31T09:31:45.944Z Compiling parking_lot_core v0.9.12
24952026-08-31T09:31:46.054Z Compiling rand_core v0.10.1
24962026-08-31T09:31:46.098Z Compiling getrandom v0.4.3
24972026-08-31T09:31:46.218Z Compiling iana-time-zone v0.1.65
24982026-08-31T09:31:46.248Z Compiling heck v0.5.0
24992026-08-31T09:31:46.261Z Compiling zerocopy v0.8.56
25002026-08-31T09:31:46.515Z Compiling errno v0.3.14
25012026-08-31T09:31:46.648Z Compiling uuid v1.26.0
25022026-08-31T09:31:46.958Z Compiling semver v1.0.28
25032026-08-31T09:31:46.981Z Compiling dyn-clone v1.0.20
25042026-08-31T09:31:47.143Z Compiling schemars v0.8.22
25052026-08-31T09:31:47.266Z Compiling jobserver v0.1.35
25062026-08-31T09:31:47.357Z Compiling find-msvc-tools v0.1.10
25072026-08-31T09:31:47.428Z Compiling shlex v2.0.1
25082026-08-31T09:31:47.609Z Compiling cc v1.4.2
25092026-08-31T09:31:47.649Z Compiling rustversion v1.0.23
25102026-08-31T09:31:47.698Z Compiling getrandom v0.2.17
25112026-08-31T09:31:47.845Z Compiling synstructure v0.13.2
25122026-08-31T09:31:47.926Z Compiling serde_derive_internals v0.29.1
25132026-08-31T09:31:48.111Z Compiling pin-project-lite v0.2.17
25142026-08-31T09:31:48.221Z Compiling bitflags v2.13.1
25152026-08-31T09:31:48.270Z Compiling serde_derive v1.0.229
25162026-08-31T09:31:48.347Z Compiling displaydoc v0.2.7
25172026-08-31T09:31:48.374Z Compiling thiserror-impl v2.0.20
25182026-08-31T09:31:48.623Z Compiling tokio-macros v2.7.2
25192026-08-31T09:31:48.645Z Compiling pkg-config v0.3.33
25202026-08-31T09:31:48.659Z Compiling futures-macro v0.3.34
25212026-08-31T09:31:48.892Z Compiling portable-atomic v1.15.0
25222026-08-31T09:31:48.988Z Compiling zerofrom-derive v0.1.7
25232026-08-31T09:31:49.076Z Compiling yoke-derive v0.8.2
25242026-08-31T09:31:49.127Z Compiling zerovec-derive v0.11.3
25252026-08-31T09:31:49.346Z Compiling schemars_derive v0.8.22
25262026-08-31T09:31:49.361Z Compiling zerocopy-derive v0.8.56
25272026-08-31T09:31:49.463Z Compiling zeroize_derive v1.5.0
25282026-08-31T09:31:49.745Z Compiling socket2 v0.6.5
25292026-08-31T09:31:50.148Z Compiling zeroize v1.9.0
25302026-08-31T09:31:50.168Z Compiling scopeguard v1.2.0
25312026-08-31T09:31:50.209Z Compiling zerofrom v0.1.8
25322026-08-31T09:31:50.289Z Compiling lock_api v0.4.14
25332026-08-31T09:31:50.350Z Compiling yoke v0.8.3
25342026-08-31T09:31:50.419Z Compiling log v0.4.33
25352026-08-31T09:31:50.538Z Compiling zerovec v0.11.6
25362026-08-31T09:31:50.552Z Compiling zerotrie v0.2.4
25372026-08-31T09:31:50.556Z Compiling critical-section v1.2.0
25382026-08-31T09:31:50.677Z Compiling cmake v0.1.58
25392026-08-31T09:31:50.776Z Compiling once_cell v1.21.4
25402026-08-31T09:31:50.957Z Compiling signal-hook-registry v1.4.8
25412026-08-31T09:31:50.988Z Compiling mio v1.2.2
25422026-08-31T09:31:51.017Z Compiling dunce v1.0.5
25432026-08-31T09:31:51.032Z Compiling fs_extra v1.3.0
25442026-08-31T09:31:51.151Z Compiling tinystr v0.8.3
25452026-08-31T09:31:51.204Z Compiling potential_utf v0.1.5
25462026-08-31T09:31:51.351Z Compiling icu_locale_core v2.2.0
25472026-08-31T09:31:51.377Z Compiling icu_collections v2.2.0
25482026-08-31T09:31:51.396Z Compiling aws-lc-sys v0.44.0
25492026-08-31T09:31:51.414Z Compiling smallvec v1.15.2
25502026-08-31T09:31:51.431Z Compiling bytes v1.12.1
25512026-08-31T09:31:51.519Z Compiling chrono v0.4.45
25522026-08-31T09:31:51.631Z Compiling subtle v2.6.1
25532026-08-31T09:31:51.811Z Compiling allocator-api2 v0.2.21
25542026-08-31T09:31:52.076Z Compiling parking_lot v0.12.5
25552026-08-31T09:31:52.120Z Compiling equivalent v1.0.2
25562026-08-31T09:31:52.153Z Compiling serde_tokenstream v0.2.3
25572026-08-31T09:31:52.216Z Compiling icu_provider v2.2.0
25582026-08-31T09:31:52.442Z Compiling tokio v1.53.1
25592026-08-31T09:31:52.490Z Compiling icu_properties v2.2.0
25602026-08-31T09:31:52.543Z Compiling icu_normalizer v2.2.0
25612026-08-31T09:31:52.901Z Compiling futures-core v0.3.34
25622026-08-31T09:31:53.072Z Compiling httparse v1.10.1
25632026-08-31T09:31:53.430Z Compiling idna_adapter v1.2.2
25642026-08-31T09:31:53.444Z Compiling getrandom v0.3.4
25652026-08-31T09:31:53.582Z Compiling idna v1.1.0
25662026-08-31T09:31:53.687Z Compiling futures-sink v0.3.34
25672026-08-31T09:31:53.807Z Compiling slab v0.4.12
25682026-08-31T09:31:53.810Z Compiling typenum v1.20.1
25692026-08-31T09:31:54.027Z Compiling url v2.5.8
25702026-08-31T09:31:54.041Z Compiling rustix v1.1.4
25712026-08-31T09:31:54.129Z Compiling thiserror v1.0.69
25722026-08-31T09:31:54.404Z Compiling futures-channel v0.3.34
25732026-08-31T09:31:54.455Z Compiling hashbrown v0.17.1
25742026-08-31T09:31:54.642Z Compiling thiserror-impl v1.0.69
25752026-08-31T09:31:54.672Z Compiling futures-io v0.3.34
25762026-08-31T09:31:54.885Z Compiling regex-syntax v0.8.11
25772026-08-31T09:31:54.900Z Compiling futures-task v0.3.34
25782026-08-31T09:31:55.083Z Compiling futures-util v0.3.34
25792026-08-31T09:31:55.139Z Compiling rand_core v0.6.4
25802026-08-31T09:31:55.403Z Compiling aho-corasick v1.1.5
25812026-08-31T09:31:55.588Z Compiling ipnetwork v0.21.1
25822026-08-31T09:31:55.815Z Compiling ucd-trie v0.1.7
25832026-08-31T09:31:56.057Z Compiling pest v2.8.8
25842026-08-31T09:31:56.438Z Compiling regex-automata v0.4.18
25852026-08-31T09:31:56.836Z Compiling indexmap v2.14.0
25862026-08-31T09:31:57.072Z Compiling tracing-core v0.1.36
25872026-08-31T09:31:57.328Z Compiling tracing-attributes v0.1.31
25882026-08-31T09:31:57.677Z Compiling pest_meta v2.8.8
25892026-08-31T09:31:57.761Z Compiling byteorder v1.5.0
25902026-08-31T09:31:58.038Z Compiling base64 v0.22.1
25912026-08-31T09:31:58.547Z Compiling tracing v0.1.44
25922026-08-31T09:31:58.584Z Compiling regex v1.13.1
25932026-08-31T09:31:58.733Z Compiling pest_generator v2.8.8
25942026-08-31T09:31:58.752Z Compiling http v1.5.0
25952026-08-31T09:31:58.895Z Compiling slog v2.8.2
25962026-08-31T09:31:58.971Z Compiling erased-serde v0.3.31
25972026-08-31T09:31:59.038Z Compiling fnv v1.0.7
25982026-08-31T09:31:59.160Z Compiling strsim v0.11.1
25992026-08-31T09:31:59.345Z Compiling pest_derive v2.8.8
26002026-08-31T09:31:59.575Z Compiling anyhow v1.0.104
26012026-08-31T09:31:59.831Z Compiling oxnet v0.1.7
26022026-08-31T09:31:59.940Z Compiling ident_case v1.0.1
26032026-08-31T09:31:59.968Z Compiling rustls-pki-types v1.15.1
26042026-08-31T09:32:00.068Z Compiling ring v0.17.14
26052026-08-31T09:32:00.397Z Compiling paste v1.0.15
26062026-08-31T09:32:00.583Z Compiling aws-lc-rs v1.18.0
26072026-08-31T09:32:01.809Z Compiling tokio-util v0.7.19
26082026-08-31T09:32:02.184Z Compiling camino v1.2.5
26092026-08-31T09:32:02.292Z Compiling untrusted v0.9.0
26102026-08-31T09:32:02.430Z Compiling ipnet v2.12.1
26112026-08-31T09:32:02.516Z Compiling untrusted v0.7.1
26122026-08-31T09:32:03.309Z Compiling num-conv v0.2.2
26132026-08-31T09:32:03.468Z Compiling time-core v0.1.9
26142026-08-31T09:32:03.564Z Compiling rustls v0.23.43
26152026-08-31T09:32:03.658Z Compiling time-macros v0.2.32
26162026-08-31T09:32:03.907Z Compiling http-body v1.1.0
26172026-08-31T09:32:03.958Z Compiling scroll_derive v0.13.1
26182026-08-31T09:32:04.079Z Compiling atomic-waker v1.1.2
26192026-08-31T09:32:04.218Z Compiling omicron-workspace-hack v0.1.0
26202026-08-31T09:32:04.441Z Compiling async-trait v0.1.92
26212026-08-31T09:32:04.723Z Compiling try-lock v0.2.5
26222026-08-31T09:32:04.779Z Compiling tower-service v0.3.3
26232026-08-31T09:32:04.794Z Compiling tower-layer v0.3.3
26242026-08-31T09:32:04.822Z Compiling ryu v1.0.23
26252026-08-31T09:32:04.842Z Compiling pretty-hex v0.4.2
26262026-08-31T09:32:04.878Z Compiling want v0.3.1
26272026-08-31T09:32:04.982Z Compiling h2 v0.4.15
26282026-08-31T09:32:04.996Z Compiling httpdate v1.0.3
26292026-08-31T09:32:05.110Z Compiling crc32fast v1.5.0
26302026-08-31T09:32:05.364Z Compiling ppv-lite86 v0.2.21
26312026-08-31T09:32:05.400Z Compiling crossbeam-utils v0.8.22
26322026-08-31T09:32:05.696Z Compiling usdt-impl v0.6.0
26332026-08-31T09:32:06.106Z Compiling serde_urlencoded v0.7.1
26342026-08-31T09:32:06.378Z Compiling scroll v0.13.0
26352026-08-31T09:32:06.393Z Compiling http-body-util v0.1.5
26362026-08-31T09:32:06.691Z Compiling daft-derive v0.1.8
26372026-08-31T09:32:07.081Z Compiling slog-async v2.8.0
26382026-08-31T09:32:07.116Z Compiling plain v0.2.3
26392026-08-31T09:32:07.230Z Compiling goblin v0.10.7
26402026-08-31T09:32:07.396Z Compiling hyper v1.11.0
26412026-08-31T09:32:08.434Z Compiling darling_core v0.23.0
26422026-08-31T09:32:10.518Z Compiling hyper-util v0.1.20
26432026-08-31T09:32:11.173Z Compiling foldhash v0.2.0
26442026-08-31T09:32:11.881Z Compiling dof v0.4.0
26452026-08-31T09:32:12.508Z Compiling darling_macro v0.23.0
26462026-08-31T09:32:12.747Z Compiling dtrace-parser v0.3.0
26472026-08-31T09:32:12.885Z Compiling openapiv3 v2.2.0
26482026-08-31T09:32:13.146Z Compiling thread-id v5.1.0
26492026-08-31T09:32:13.322Z Compiling darling v0.23.0
26502026-08-31T09:32:13.784Z Compiling multer v3.1.0
26512026-08-31T09:32:14.028Z Compiling ref-cast v1.0.26
26522026-08-31T09:32:14.387Z Compiling usdt-attr-macro v0.6.0
26532026-08-31T09:32:14.993Z Compiling usdt-macro v0.6.0
26542026-08-31T09:32:15.051Z Compiling hashbrown v0.16.1
26552026-08-31T09:32:15.298Z Compiling powerfmt v0.2.0
26562026-08-31T09:32:15.403Z Compiling deranged v0.5.8
26572026-08-31T09:32:15.565Z Compiling hex v0.4.3
26582026-08-31T09:32:15.783Z Compiling winnow v1.0.4
26592026-08-31T09:32:15.848Z Compiling num_threads v0.1.7
26602026-08-31T09:32:15.863Z Compiling cpufeatures v0.3.0
26612026-08-31T09:32:15.954Z Compiling syn v1.0.109
26622026-08-31T09:32:16.158Z Compiling rand_core v0.9.5
26632026-08-31T09:32:16.177Z Compiling sync_wrapper v1.0.2
26642026-08-31T09:32:16.300Z Compiling async-stream-impl v0.3.6
26652026-08-31T09:32:16.362Z Compiling ref-cast-impl v1.0.26
26662026-08-31T09:32:16.424Z Compiling generic-array v0.14.7
26672026-08-31T09:32:16.540Z Compiling time v0.3.55
26682026-08-31T09:32:16.673Z Compiling dropshot v0.17.1
26692026-08-31T09:32:16.923Z Compiling fastrand v2.5.0
26702026-08-31T09:32:17.007Z Compiling tower v0.5.3
26712026-08-31T09:32:17.278Z Compiling crossbeam-channel v0.5.16
26722026-08-31T09:32:17.357Z Compiling webpki-roots v1.0.9
26732026-08-31T09:32:17.484Z Compiling futures-executor v0.3.34
26742026-08-31T09:32:17.603Z Compiling serde_tokenstream v0.3.0
26752026-08-31T09:32:17.899Z Compiling structmeta-derive v0.3.0
26762026-08-31T09:32:17.961Z Compiling newtype-uuid-macros v0.1.1
26772026-08-31T09:32:18.158Z Compiling futures v0.3.34
26782026-08-31T09:32:18.246Z Compiling tower-http v0.6.11
26792026-08-31T09:32:18.900Z Compiling rand_chacha v0.9.0
26802026-08-31T09:32:18.982Z Compiling structmeta v0.3.0
26812026-08-31T09:32:19.286Z Compiling dropshot_endpoint v0.17.1
26822026-08-31T09:32:19.400Z Compiling thread_local v1.1.10
26832026-08-31T09:32:19.437Z Compiling rand v0.9.5
26842026-08-31T09:32:19.719Z Compiling tempfile v3.27.0
26852026-08-31T09:32:20.110Z Compiling newtype-uuid v1.4.0
26862026-08-31T09:32:20.134Z Compiling strum_macros v0.26.4
26872026-08-31T09:32:20.293Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26882026-08-31T09:32:20.383Z Compiling is-terminal v0.4.17
26892026-08-31T09:32:20.480Z Compiling take_mut v0.2.2
26902026-08-31T09:32:20.494Z Compiling term v1.2.1
26912026-08-31T09:32:20.928Z Compiling slog-term v2.9.2
26922026-08-31T09:32:20.965Z Compiling daft v0.1.8
26932026-08-31T09:32:21.563Z Compiling hybrid-array v0.4.14
26942026-08-31T09:32:21.799Z Compiling either v1.17.0
26952026-08-31T09:32:22.002Z Compiling adler2 v2.0.1
26962026-08-31T09:32:22.033Z Compiling simd-adler32 v0.3.10
26972026-08-31T09:32:22.053Z Compiling toml_parser v1.1.3+spec-1.1.0
26982026-08-31T09:32:22.243Z Compiling miniz_oxide v0.8.9
26992026-08-31T09:32:22.284Z Compiling serde_with_macros v3.22.0
27002026-08-31T09:32:22.343Z Compiling macaddr v1.0.1
27012026-08-31T09:32:22.620Z Compiling serde_spanned v1.1.1
27022026-08-31T09:32:22.874Z Compiling toml_writer v1.1.2+spec-1.1.0
27032026-08-31T09:32:22.877Z Compiling openssl-probe v0.2.1
27042026-08-31T09:32:23.138Z Compiling rustls-native-certs v0.8.4
27052026-08-31T09:32:23.141Z Compiling flate2 v1.1.9
27062026-08-31T09:32:23.335Z Compiling block-buffer v0.12.1
27072026-08-31T09:32:23.409Z Compiling crypto-common v0.2.2
27082026-08-31T09:32:23.524Z Compiling crypto-common v0.1.7
27092026-08-31T09:32:23.598Z Compiling derive-ex v0.1.8
27102026-08-31T09:32:23.681Z Compiling rand_chacha v0.3.1
27112026-08-31T09:32:23.695Z Compiling strum_macros v0.27.2
27122026-08-31T09:32:23.900Z Compiling memmap2 v0.9.11
27132026-08-31T09:32:24.453Z Compiling debug-ignore v1.0.5
27142026-08-31T09:32:24.571Z Compiling const-oid v0.10.2
27152026-08-31T09:32:24.645Z Compiling match_cfg v0.1.0
27162026-08-31T09:32:24.672Z Compiling compression-core v0.4.32
27172026-08-31T09:32:24.725Z Compiling hostname v0.3.1
27182026-08-31T09:32:24.851Z Compiling compression-codecs v0.4.38
27192026-08-31T09:32:24.872Z Compiling digest v0.11.3
27202026-08-31T09:32:24.891Z Compiling rand v0.8.7
27212026-08-31T09:32:25.164Z Compiling test-strategy v0.4.5
27222026-08-31T09:32:25.190Z Compiling slog-json v2.6.1
27232026-08-31T09:32:25.446Z Compiling usdt v0.6.0
27242026-08-31T09:32:25.642Z Compiling toml_datetime v1.1.1+spec-1.1.0
27252026-08-31T09:32:25.665Z Compiling encoding_rs v0.8.35
27262026-08-31T09:32:26.063Z Compiling mime v0.3.17
27272026-08-31T09:32:26.079Z Compiling spin v0.9.9
27282026-08-31T09:32:26.218Z Compiling toml v1.1.4+spec-1.1.0
27292026-08-31T09:32:26.598Z Compiling slog-bunyan v2.5.0
27302026-08-31T09:32:26.633Z Compiling async-compression v0.4.43
27312026-08-31T09:32:27.025Z Compiling sha1 v0.11.0
27322026-08-31T09:32:27.100Z Compiling async-stream v0.3.6
27332026-08-31T09:32:27.399Z Compiling waitgroup v0.1.2
27342026-08-31T09:32:27.461Z Compiling rustls-pemfile v2.2.0
27352026-08-31T09:32:27.573Z Compiling serde_path_to_error v0.1.20
27362026-08-31T09:32:27.741Z Compiling hostname v0.4.2
27372026-08-31T09:32:28.017Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-08-31T09:32:28.374Z Compiling parse-display-derive v0.10.0
27392026-08-31T09:32:28.479Z Compiling strum v0.26.3
27402026-08-31T09:32:28.619Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27412026-08-31T09:32:28.775Z Compiling regress v0.10.5
27422026-08-31T09:32:29.654Z Compiling wait-timeout v0.2.1
27432026-08-31T09:32:30.019Z Compiling bit-vec v0.8.0
27442026-08-31T09:32:30.094Z Compiling quick-error v1.2.3
27452026-08-31T09:32:30.109Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-08-31T09:32:30.155Z Compiling serde_with v3.22.0
27472026-08-31T09:32:30.213Z Compiling rusty-fork v0.3.1
27482026-08-31T09:32:31.457Z Compiling bit-set v0.8.0
27492026-08-31T09:32:31.466Z Compiling block-buffer v0.10.4
27502026-08-31T09:32:31.467Z Compiling rand_xorshift v0.4.0
27512026-08-31T09:32:31.467Z Compiling unarray v0.1.4
27522026-08-31T09:32:31.467Z Compiling digest v0.10.7
27532026-08-31T09:32:31.467Z Compiling proptest v1.11.0
27542026-08-31T09:32:31.467Z Compiling strum v0.27.2
27552026-08-31T09:32:31.472Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27562026-08-31T09:32:31.472Z Compiling instant v0.1.13
27572026-08-31T09:32:31.504Z Compiling iddqd v0.4.6
27582026-08-31T09:32:32.306Z Compiling unicode-width v0.2.2
27592026-08-31T09:32:32.627Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-08-31T09:32:32.687Z Compiling backon v1.6.0
27612026-08-31T09:32:33.169Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27622026-08-31T09:32:33.259Z Compiling backoff v0.4.0
27632026-08-31T09:32:33.383Z Compiling parse-display v0.10.0
27642026-08-31T09:32:33.430Z Compiling itertools v0.14.0
27652026-08-31T09:32:33.481Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27662026-08-31T09:32:33.705Z Compiling humantime v2.4.0
27672026-08-31T09:32:34.175Z Compiling cpufeatures v0.2.17
27682026-08-31T09:32:34.252Z Compiling clap_derive v4.6.4
27692026-08-31T09:32:34.959Z Compiling utf8parse v0.2.2
27702026-08-31T09:32:35.128Z Compiling anstyle-parse v1.0.0
27712026-08-31T09:32:35.384Z Compiling terminal_size v0.4.4
27722026-08-31T09:32:35.661Z Compiling colorchoice v1.0.5
27732026-08-31T09:32:35.792Z Compiling anstyle-query v1.1.5
27742026-08-31T09:32:36.769Z Compiling is_terminal_polyfill v1.70.2
27752026-08-31T09:32:36.781Z Compiling anstyle v1.0.14
27762026-08-31T09:32:36.782Z Compiling anstream v1.0.0
27772026-08-31T09:32:37.081Z Compiling clap_lex v1.1.0
27782026-08-31T09:32:37.430Z Compiling clap_builder v4.6.6
27792026-08-31T09:32:37.955Z Compiling regress v0.11.1
27802026-08-31T09:32:39.608Z Compiling typify-impl v0.6.2
27812026-08-31T09:32:39.926Z Compiling clap v4.6.6
27822026-08-31T09:32:40.175Z Compiling toml_edit v0.25.13+spec-1.1.0
27832026-08-31T09:32:40.673Z Compiling crucible-workspace-hack v0.1.0
27842026-08-31T09:32:40.780Z Compiling proc-macro-crate v3.5.0
27852026-08-31T09:32:41.557Z Compiling zerocopy-derive v0.7.35
27862026-08-31T09:32:42.309Z Compiling unsafe-libyaml v0.2.11
27872026-08-31T09:32:42.958Z Compiling typify-macro v0.6.2
27882026-08-31T09:32:43.939Z Compiling serde_yaml v0.9.34+deprecated
27892026-08-31T09:32:43.939Z Compiling num_enum_derive v0.7.6
27902026-08-31T09:32:44.174Z Compiling convert_case v0.4.0
27912026-08-31T09:32:44.298Z Compiling num_enum v0.7.6
27922026-08-31T09:32:44.462Z Compiling derive_more v0.99.20
27932026-08-31T09:32:44.670Z Compiling toml_datetime v0.6.11
27942026-08-31T09:32:44.903Z Compiling crossbeam-epoch v0.9.20
27952026-08-31T09:32:45.056Z Compiling typify v0.6.2
27962026-08-31T09:32:45.422Z Compiling secrecy v0.10.3
27972026-08-31T09:32:45.587Z Compiling proc-macro-error-attr v1.0.4
27982026-08-31T09:32:45.828Z Compiling rustix v0.38.44
27992026-08-31T09:32:46.198Z Compiling heapless v0.8.0
28002026-08-31T09:32:46.237Z Compiling tinyvec_macros v0.1.1
28012026-08-31T09:32:46.450Z Compiling prettyplease v0.2.37
28022026-08-31T09:32:46.722Z Compiling tinyvec v1.12.0
28032026-08-31T09:32:47.495Z Compiling zerocopy v0.7.35
28042026-08-31T09:32:47.700Z Compiling tabwriter v1.4.1
28052026-08-31T09:32:48.068Z Compiling hash32 v0.3.1
28062026-08-31T09:32:48.222Z Compiling rustc_version v0.4.1
28072026-08-31T09:32:48.275Z Compiling scroll_derive v0.12.1
28082026-08-31T09:32:48.284Z Compiling num-integer v0.1.47
28092026-08-31T09:32:48.432Z Compiling proc-macro-error v1.0.4
28102026-08-31T09:32:48.608Z Compiling usdt-impl v0.5.0
28112026-08-31T09:32:48.672Z Compiling data-encoding v2.11.1
28122026-08-31T09:32:48.769Z Compiling winnow v0.7.15
28132026-08-31T09:32:48.871Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28142026-08-31T09:32:48.939Z Compiling smoltcp v0.11.0
28152026-08-31T09:32:49.275Z Compiling scroll v0.12.0
28162026-08-31T09:32:49.535Z Compiling curve25519-dalek v4.1.3
28172026-08-31T09:32:50.374Z Compiling dof v0.3.0
28182026-08-31T09:32:51.105Z Compiling dtrace-parser v0.2.0
28192026-08-31T09:32:51.532Z Compiling hmac v0.12.1
28202026-08-31T09:32:51.532Z Compiling darling_core v0.21.3
28212026-08-31T09:32:51.532Z Compiling inout v0.1.4
28222026-08-31T09:32:51.533Z Compiling ff v0.13.1
28232026-08-31T09:32:51.574Z Compiling cobs v0.3.0
28242026-08-31T09:32:51.645Z Compiling thread-id v4.2.2
28252026-08-31T09:32:51.810Z Compiling static_assertions v1.1.0
28262026-08-31T09:32:51.913Z Compiling bitflags v1.3.2
28272026-08-31T09:32:51.987Z Compiling managed v0.8.0
28282026-08-31T09:32:52.009Z Compiling colored v3.1.1
28292026-08-31T09:32:52.119Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28302026-08-31T09:32:52.719Z Compiling postcard v1.1.3
28312026-08-31T09:32:52.799Z Compiling group v0.13.0
28322026-08-31T09:32:52.920Z Compiling cipher v0.4.4
28332026-08-31T09:32:53.113Z Compiling hkdf v0.12.4
28342026-08-31T09:32:53.485Z Compiling darling_macro v0.21.3
28352026-08-31T09:32:54.833Z Compiling goblin v0.8.2
28362026-08-31T09:32:54.853Z Compiling num-rational v0.4.2
28372026-08-31T09:32:54.854Z Compiling num-iter v0.1.46
28382026-08-31T09:32:54.854Z Compiling universal-hash v0.5.1
28392026-08-31T09:32:54.854Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28402026-08-31T09:32:54.854Z Compiling thiserror-impl-no-std v2.0.2
28412026-08-31T09:32:54.854Z Compiling hubpack_derive v0.1.1
28422026-08-31T09:32:55.381Z Compiling crypto-bigint v0.5.5
28432026-08-31T09:32:55.561Z Compiling half v2.7.1
28442026-08-31T09:32:55.853Z Compiling curve25519-dalek-derive v0.1.1
28452026-08-31T09:32:55.864Z Compiling serde_repr v0.1.21
28462026-08-31T09:32:55.899Z Compiling foreign-types-macros v0.2.4
28472026-08-31T09:32:56.525Z Compiling num-complex v0.4.6
28482026-08-31T09:32:57.015Z Compiling memoffset v0.9.1
28492026-08-31T09:32:57.279Z Compiling heck v0.4.1
28502026-08-31T09:32:57.319Z Compiling indent_write v2.2.0
28512026-08-31T09:32:57.390Z Compiling opaque-debug v0.3.1
28522026-08-31T09:32:57.468Z Compiling foreign-types-shared v0.3.1
28532026-08-31T09:32:57.483Z Compiling ciborium-io v0.2.2
28542026-08-31T09:32:57.585Z Compiling base64ct v1.8.3
28552026-08-31T09:32:57.585Z Compiling cfg_aliases v0.2.2
28562026-08-31T09:32:57.780Z Compiling base16ct v0.2.0
28572026-08-31T09:32:57.948Z Compiling elliptic-curve v0.13.8
28582026-08-31T09:32:58.075Z Compiling password-hash v0.5.0
28592026-08-31T09:32:58.436Z Compiling nix v0.31.3
28602026-08-31T09:32:59.731Z Compiling ciborium-ll v0.2.2
28612026-08-31T09:32:59.745Z Compiling foreign-types v0.5.0
28622026-08-31T09:32:59.745Z Compiling poly1305 v0.8.0
28632026-08-31T09:32:59.745Z Compiling num v0.4.3
28642026-08-31T09:32:59.745Z Compiling thiserror-no-std v2.0.2
28652026-08-31T09:32:59.900Z Compiling hubpack v0.1.2
28662026-08-31T09:33:00.368Z Compiling darling v0.21.3
28672026-08-31T09:33:01.079Z Compiling chacha20 v0.9.1
28682026-08-31T09:33:01.461Z Compiling atomicwrites v0.4.4
28692026-08-31T09:33:01.622Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28702026-08-31T09:33:01.730Z Compiling reqwest v0.12.28
28712026-08-31T09:33:02.320Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28722026-08-31T09:33:02.989Z Compiling blake2 v0.10.6
28732026-08-31T09:33:03.269Z Compiling aead v0.5.2
28742026-08-31T09:33:03.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28752026-08-31T09:33:03.509Z Compiling chacha20 v0.10.1
28762026-08-31T09:33:03.518Z Compiling byte-wrapper v0.1.0
28772026-08-31T09:33:03.765Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28782026-08-31T09:33:04.303Z Compiling cstr-argument v0.1.2
28792026-08-31T09:33:04.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28802026-08-31T09:33:04.538Z Compiling float-ord v0.3.2
28812026-08-31T09:33:04.578Z Compiling crossbeam-deque v0.8.7
28822026-08-31T09:33:04.656Z Compiling keccak v0.1.6
28832026-08-31T09:33:06.260Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28842026-08-31T09:33:06.288Z Compiling sha3 v0.10.9
28852026-08-31T09:33:06.288Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28862026-08-31T09:33:06.288Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28872026-08-31T09:33:06.288Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28882026-08-31T09:33:06.288Z Compiling rand v0.10.2
28892026-08-31T09:33:06.288Z Compiling chacha20poly1305 v0.10.1
28902026-08-31T09:33:06.381Z Compiling argon2 v0.5.3
28912026-08-31T09:33:06.984Z Compiling progenitor-client v0.10.0
28922026-08-31T09:33:07.337Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28932026-08-31T09:33:07.563Z Compiling ingot-macros v0.1.1
28942026-08-31T09:33:08.217Z Compiling vsss-rs v3.3.4
28952026-08-31T09:33:09.320Z Compiling ciborium v0.2.2
28962026-08-31T09:33:09.665Z Compiling usdt-macro v0.5.0
28972026-08-31T09:33:10.032Z Compiling usdt-attr-macro v0.5.0
28982026-08-31T09:33:10.968Z Compiling enum-as-inner v0.6.1
28992026-08-31T09:33:10.986Z Compiling num-derive v0.4.2
29002026-08-31T09:33:11.141Z Compiling memmap v0.7.0
29012026-08-31T09:33:11.559Z Compiling winnow v0.5.40
29022026-08-31T09:33:13.051Z Compiling rayon-core v1.13.0
29032026-08-31T09:33:13.068Z Compiling semver v0.1.20
29042026-08-31T09:33:13.068Z Compiling rustc_version v0.1.7
29052026-08-31T09:33:13.068Z Compiling usdt v0.5.0
29062026-08-31T09:33:13.068Z Compiling ingot-types v0.1.2
29072026-08-31T09:33:13.068Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29082026-08-31T09:33:13.068Z Compiling toml_edit v0.19.15
29092026-08-31T09:33:13.068Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29102026-08-31T09:33:13.135Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29112026-08-31T09:33:13.450Z Compiling progenitor-impl v0.14.0
29122026-08-31T09:33:13.814Z Compiling console v0.16.4
29132026-08-31T09:33:14.850Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
29142026-08-31T09:33:15.041Z Compiling serde_spanned v0.6.9
29152026-08-31T09:33:15.129Z Compiling bstr v1.13.1
29162026-08-31T09:33:15.317Z Compiling bytecount v0.6.9
29172026-08-31T09:33:15.422Z Compiling vcpkg v0.2.15
29182026-08-31T09:33:15.517Z Compiling toml_write v0.1.2
29192026-08-31T09:33:15.717Z Compiling lazy_static v1.5.0
29202026-08-31T09:33:15.723Z Compiling toml_edit v0.22.27
29212026-08-31T09:33:15.831Z Compiling progenitor-macro v0.14.0
29222026-08-31T09:33:15.969Z Compiling rustls-webpki v0.103.14
29232026-08-31T09:33:16.421Z Compiling openssl-sys v0.9.117
29242026-08-31T09:33:17.513Z Compiling proc-macro-crate v1.3.1
29252026-08-31T09:33:18.048Z Compiling ingot v0.1.1
29262026-08-31T09:33:18.132Z Compiling newtype_derive v0.1.6
29272026-08-31T09:33:18.376Z Compiling itertools v0.12.1
29282026-08-31T09:33:19.881Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29292026-08-31T09:33:19.899Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29302026-08-31T09:33:20.149Z Compiling unicode-segmentation v1.13.3
29312026-08-31T09:33:20.195Z Compiling resolv-conf v0.7.6
29322026-08-31T09:33:20.317Z Compiling linked-hash-map v0.5.6
29332026-08-31T09:33:20.480Z Compiling owo-colors v4.3.0
29342026-08-31T09:33:20.543Z Compiling swrite v0.1.0
29352026-08-31T09:33:20.664Z Compiling tokio-rustls v0.26.4
29362026-08-31T09:33:20.790Z Compiling rustls-platform-verifier v0.7.0
29372026-08-31T09:33:20.804Z Compiling newline-converter v0.3.0
29382026-08-31T09:33:21.107Z Compiling hyper-rustls v0.27.9
29392026-08-31T09:33:21.170Z Compiling lru-cache v0.1.2
29402026-08-31T09:33:21.329Z Compiling reqwest v0.13.4
29412026-08-31T09:33:22.175Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29422026-08-31T09:33:23.879Z Compiling progenitor-client v0.14.0
29432026-08-31T09:33:24.857Z Compiling progenitor-extras v0.2.0
29442026-08-31T09:33:25.121Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29452026-08-31T09:33:29.804Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29462026-08-31T09:33:34.478Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29472026-08-31T09:33:34.764Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29482026-08-31T09:33:35.797Z Compiling progenitor v0.14.0
29492026-08-31T09:33:35.999Z Compiling rayon v1.12.0
29502026-08-31T09:33:36.014Z Compiling num_enum_derive v0.5.11
29512026-08-31T09:33:36.467Z Compiling toml v0.8.23
29522026-08-31T09:33:37.077Z Compiling hickory-proto v0.24.4
29532026-08-31T09:33:37.112Z Compiling progenitor-impl v0.13.0
29542026-08-31T09:33:38.251Z Compiling camino-tempfile v1.4.1
29552026-08-31T09:33:38.488Z Compiling serde-big-array v0.5.1
29562026-08-31T09:33:38.655Z Compiling derive-where v1.6.1
29572026-08-31T09:33:38.661Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-08-31T09:33:38.804Z Compiling pin-project-internal v1.1.13
29592026-08-31T09:33:39.187Z Compiling minimal-lexical v0.2.1
29602026-08-31T09:33:39.221Z Compiling siphasher v1.0.3
29612026-08-31T09:33:39.439Z Compiling similar v3.2.0
29622026-08-31T09:33:39.445Z Compiling phf_shared v0.12.1
29632026-08-31T09:33:39.683Z Compiling nom v7.1.3
29642026-08-31T09:33:39.927Z Compiling pin-project v1.1.13
29652026-08-31T09:33:40.043Z Compiling progenitor-macro v0.13.0
29662026-08-31T09:33:40.165Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29672026-08-31T09:33:40.685Z Compiling expectorate v1.3.0
29682026-08-31T09:33:41.009Z Compiling hickory-resolver v0.24.4
29692026-08-31T09:33:41.331Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29702026-08-31T09:33:42.420Z Compiling num_enum v0.5.11
29712026-08-31T09:33:44.442Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29722026-08-31T09:33:44.643Z Compiling progenitor-client v0.13.0
29732026-08-31T09:33:45.116Z Compiling zone_cfg_derive v0.3.1
29742026-08-31T09:33:45.779Z Compiling unicode-normalization v0.1.25
29752026-08-31T09:33:45.822Z Compiling tokio-stream v0.1.19
29762026-08-31T09:33:46.400Z Compiling async-recursion v1.1.1
29772026-08-31T09:33:46.458Z Compiling snafu-derive v0.8.9
29782026-08-31T09:33:47.108Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29792026-08-31T09:33:47.429Z Compiling slog-dtrace v0.3.0
29802026-08-31T09:33:47.682Z Compiling csv-core v0.1.13
29812026-08-31T09:33:48.092Z Compiling openssl v0.10.81
29822026-08-31T09:33:48.204Z Compiling highway v1.3.0
29832026-08-31T09:33:48.389Z Compiling smawk v0.3.3
29842026-08-31T09:33:48.561Z Compiling foreign-types-shared v0.1.1
29852026-08-31T09:33:48.664Z Compiling unicode-xid v0.2.6
29862026-08-31T09:33:48.721Z Compiling cancel-safe-futures v0.1.5
29872026-08-31T09:33:48.797Z Compiling chrono-tz v0.10.4
29882026-08-31T09:33:48.899Z Compiling unicode-linebreak v0.1.5
29892026-08-31T09:33:48.991Z Compiling same-file v1.0.6
29902026-08-31T09:33:49.035Z Compiling unicode-width v0.1.14
29912026-08-31T09:33:49.177Z Compiling konst_macro_rules v0.2.19
29922026-08-31T09:33:49.192Z Compiling foldhash v0.1.5
29932026-08-31T09:33:49.360Z Compiling jiff-core v0.1.0
29942026-08-31T09:33:49.379Z Compiling konst v0.2.20
29952026-08-31T09:33:49.422Z Compiling hashbrown v0.15.5
29962026-08-31T09:33:49.768Z Compiling walkdir v2.5.0
29972026-08-31T09:33:50.082Z Compiling textwrap v0.16.2
29982026-08-31T09:33:50.439Z Compiling jiff v0.2.35
29992026-08-31T09:33:50.505Z Compiling const_format_proc_macros v0.2.34
30002026-08-31T09:33:51.186Z Compiling foreign-types v0.3.2
30012026-08-31T09:33:51.274Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30022026-08-31T09:33:51.348Z Compiling snafu v0.8.9
30032026-08-31T09:33:51.597Z Compiling csv v1.4.0
30042026-08-31T09:33:52.031Z Compiling progenitor v0.13.0
30052026-08-31T09:33:52.193Z Compiling qorb v0.4.1
30062026-08-31T09:33:52.305Z Compiling olpc-cjson v0.1.4
30072026-08-31T09:33:52.533Z Compiling zone v0.3.1
30082026-08-31T09:33:52.638Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-08-31T09:33:54.229Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-08-31T09:33:54.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-08-31T09:33:57.178Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30122026-08-31T09:33:58.245Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-08-31T09:33:58.548Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-08-31T09:33:58.764Z Compiling phf v0.12.1
30152026-08-31T09:33:59.412Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30162026-08-31T09:33:59.424Z Compiling globset v0.4.20
30172026-08-31T09:33:59.424Z Compiling tokio-dtrace v0.1.1
30182026-08-31T09:33:59.508Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30192026-08-31T09:33:59.734Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30202026-08-31T09:33:59.746Z Compiling smf v0.2.3
30212026-08-31T09:34:00.316Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30222026-08-31T09:34:00.329Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30232026-08-31T09:34:00.430Z Compiling pem v3.0.6
30242026-08-31T09:34:00.885Z Compiling libsw-core v0.3.2
30252026-08-31T09:34:01.075Z Compiling serde_plain v1.0.2
30262026-08-31T09:34:01.122Z Compiling openssl-macros v0.1.1
30272026-08-31T09:34:01.397Z Compiling cookie v0.18.2
30282026-08-31T09:34:01.440Z Compiling sigpipe v0.1.3
30292026-08-31T09:34:01.548Z Compiling fixedbitset v0.5.7
30302026-08-31T09:34:01.625Z Compiling fixedbitset v0.4.2
30312026-08-31T09:34:01.650Z Compiling glob v0.3.4
30322026-08-31T09:34:02.013Z Compiling typed-path v0.9.3
30332026-08-31T09:34:02.056Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30342026-08-31T09:34:02.077Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30352026-08-31T09:34:02.319Z Compiling petgraph v0.6.5
30362026-08-31T09:34:02.552Z Compiling petgraph v0.8.3
30372026-08-31T09:34:03.968Z Compiling tough v0.22.0
30382026-08-31T09:34:04.107Z Compiling libsw v3.5.0
30392026-08-31T09:34:04.152Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30402026-08-31T09:34:04.304Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30412026-08-31T09:34:04.830Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-08-31T09:34:04.941Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-08-31T09:34:05.043Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-08-31T09:34:05.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30452026-08-31T09:34:05.513Z Compiling oxide-tokio-rt v0.1.6
30462026-08-31T09:34:06.323Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30472026-08-31T09:34:07.215Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-08-31T09:34:07.402Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-08-31T09:34:08.646Z Compiling const_format v0.2.36
30502026-08-31T09:34:09.537Z Compiling papergrid v0.11.0
30512026-08-31T09:34:10.240Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-08-31T09:34:10.418Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30532026-08-31T09:34:10.523Z Compiling libscf-sys v1.2.0
30542026-08-31T09:34:10.726Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30552026-08-31T09:34:10.797Z Compiling tabled_derive v0.7.0
30562026-08-31T09:34:10.858Z Compiling gethostname v0.5.0
30572026-08-31T09:34:10.918Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30582026-08-31T09:34:10.998Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-08-31T09:34:11.123Z Compiling bcs v0.1.6
30602026-08-31T09:34:11.159Z Compiling linear-map v1.2.0
30612026-08-31T09:34:11.386Z Compiling termtree v0.5.1
30622026-08-31T09:34:11.508Z Compiling whoami v1.6.1
30632026-08-31T09:34:11.591Z Compiling tagptr v0.2.0
30642026-08-31T09:34:11.764Z Compiling moka v0.12.16
30652026-08-31T09:34:11.767Z Compiling tabled v0.15.0
30662026-08-31T09:34:13.021Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-08-31T09:34:14.778Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-08-31T09:34:14.933Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-08-31T09:34:15.226Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-08-31T09:34:15.942Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-08-31T09:34:16.191Z Compiling steno v0.4.1
30722026-08-31T09:34:18.242Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-08-31T09:34:19.709Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
30742026-08-31T09:34:20.983Z Compiling papergrid v0.18.0
30752026-08-31T09:34:21.787Z Compiling hickory-proto v0.25.2
30762026-08-31T09:34:22.708Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
30772026-08-31T09:34:24.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
30782026-08-31T09:34:24.200Z Compiling hickory-resolver v0.25.2
30792026-08-31T09:34:24.441Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
30802026-08-31T09:34:24.523Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
30812026-08-31T09:34:24.741Z Compiling tabled v0.21.0
30822026-08-31T09:34:26.528Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30832026-08-31T09:34:27.212Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30842026-08-31T09:34:28.551Z Compiling itertools v0.15.0
30852026-08-31T09:34:29.847Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
30862026-08-31T09:34:30.626Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-08-31T09:34:31.841Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30882026-08-31T09:34:32.565Z Compiling crc8 v0.1.1
30892026-08-31T09:34:32.569Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30902026-08-31T09:34:32.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
30912026-08-31T09:34:32.966Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30922026-08-31T09:34:33.075Z Compiling parking_lot_core v0.8.6
30932026-08-31T09:34:33.227Z Compiling nom v8.0.0
30942026-08-31T09:34:33.806Z Compiling crunchy v0.2.4
30952026-08-31T09:34:34.126Z Compiling parking_lot v0.11.2
30962026-08-31T09:34:34.449Z Compiling typify-impl v0.4.3
30972026-08-31T09:34:34.901Z Compiling fxhash v0.2.1
30982026-08-31T09:34:34.983Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30992026-08-31T09:34:35.048Z Compiling tiny-keccak v2.0.2
31002026-08-31T09:34:35.273Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31012026-08-31T09:34:35.311Z Compiling sled v0.34.7
31022026-08-31T09:34:35.923Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
31032026-08-31T09:34:36.972Z Compiling arc-swap v1.9.2
31042026-08-31T09:34:37.341Z Compiling slog-scope v4.4.1
31052026-08-31T09:34:37.710Z Compiling ingot-macros v0.2.0
31062026-08-31T09:34:37.802Z Compiling typify-macro v0.4.3
31072026-08-31T09:34:38.238Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31082026-08-31T09:34:39.934Z Compiling internet-checksum v0.2.1
31092026-08-31T09:34:40.173Z Compiling const-random-macro v0.1.16
31102026-08-31T09:34:40.460Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31112026-08-31T09:34:40.512Z Compiling ingot-types v0.2.0
31122026-08-31T09:34:40.989Z Compiling slog-stdlog v4.1.1
31132026-08-31T09:34:41.386Z Compiling dropshot-api-manager-types v0.7.2
31142026-08-31T09:34:41.975Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31152026-08-31T09:34:44.780Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31162026-08-31T09:34:46.127Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31172026-08-31T09:34:46.256Z Compiling smartstring v1.0.1
31182026-08-31T09:34:46.271Z Compiling ahash v0.8.12
31192026-08-31T09:34:46.287Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
31202026-08-31T09:34:46.545Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31212026-08-31T09:34:46.616Z Compiling slog-envlogger v2.2.0
31222026-08-31T09:34:46.838Z Compiling ingot v0.2.1
31232026-08-31T09:34:47.720Z Compiling const-random v0.1.18
31242026-08-31T09:34:47.812Z Compiling typify v0.4.3
31252026-08-31T09:34:48.756Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31262026-08-31T09:34:49.061Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-08-31T09:34:49.193Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31282026-08-31T09:34:49.359Z Compiling toml v0.9.12+spec-1.1.0
31292026-08-31T09:34:49.510Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31302026-08-31T09:34:50.600Z Compiling progenitor-impl v0.10.0
31312026-08-31T09:34:51.591Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31322026-08-31T09:34:51.731Z Compiling sha1 v0.10.7
31332026-08-31T09:34:52.175Z Compiling lzma-sys v0.1.20
31342026-08-31T09:34:52.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31352026-08-31T09:34:52.620Z Compiling rhai_codegen v3.2.0
31362026-08-31T09:34:52.673Z Compiling fs-err v3.3.1
31372026-08-31T09:34:52.919Z Compiling utf-8 v0.7.6
31382026-08-31T09:34:52.944Z Compiling thin-vec v0.2.19
31392026-08-31T09:34:53.145Z Compiling typeid v1.0.3
31402026-08-31T09:34:53.277Z Compiling tungstenite v0.21.0
31412026-08-31T09:34:53.844Z Compiling rhai v1.26.0
31422026-08-31T09:34:54.463Z Compiling progenitor-macro v0.10.0
31432026-08-31T09:34:58.930Z Compiling cargo_toml v0.22.3
31442026-08-31T09:34:59.158Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-08-31T09:35:00.749Z Compiling sha2 v0.10.9
31462026-08-31T09:35:01.183Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31472026-08-31T09:35:02.094Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31482026-08-31T09:35:02.242Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31492026-08-31T09:35:03.053Z Compiling progenitor v0.10.0
31502026-08-31T09:35:03.266Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31512026-08-31T09:35:03.315Z Compiling tokio-tungstenite v0.21.0
31522026-08-31T09:35:04.337Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31532026-08-31T09:35:04.843Z Compiling port-file v0.1.0
31542026-08-31T09:35:05.105Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31552026-08-31T09:35:05.366Z Compiling git-stub v1.0.0
31562026-08-31T09:35:05.849Z Compiling base64 v0.21.7
31572026-08-31T09:35:06.282Z Compiling unit-prefix v0.5.2
31582026-08-31T09:35:06.386Z Compiling is_ci v1.2.0
31592026-08-31T09:35:06.461Z Compiling indicatif v0.18.6
31602026-08-31T09:35:06.571Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31612026-08-31T09:35:07.783Z Compiling supports-color v3.0.2
31622026-08-31T09:35:07.838Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31632026-08-31T09:35:09.080Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31642026-08-31T09:35:09.860Z Compiling git-stub-vcs v0.1.0
31652026-08-31T09:35:10.533Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
31662026-08-31T09:35:10.590Z Compiling ron v0.12.2
31672026-08-31T09:35:11.738Z Compiling xz2 v0.1.7
31682026-08-31T09:35:12.081Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31692026-08-31T09:35:12.111Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31702026-08-31T09:35:13.017Z Compiling similar v2.7.0
31712026-08-31T09:35:14.480Z Compiling drift v0.2.0
31722026-08-31T09:35:14.616Z Compiling base16ct v1.0.0
31732026-08-31T09:35:15.689Z Compiling dropshot-api-manager v0.7.2
31742026-08-31T09:35:19.520Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31752026-08-31T09:35:22.098Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
31762026-08-31T09:35:23.280Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31772026-08-31T09:35:24.583Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31782026-08-31T09:35:24.999Z Compiling natord v1.0.9
31792026-08-31T09:35:25.294Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31802026-08-31T09:35:25.623Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31812026-08-31T09:35:27.283Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31822026-08-31T09:35:29.371Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31832026-08-31T09:35:29.398Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31842026-08-31T09:35:39.009Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31852026-08-31T09:35:40.365Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31862026-08-31T09:35:40.886Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31872026-08-31T09:35:41.709Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31882026-08-31T09:35:47.075Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31892026-08-31T09:36:14.594Z Finished `release` profile [optimized] target(s) in 4m 31s
31902026-08-31T09:36:14.782Z
31912026-08-31T09:36:14.782Zreal 4:31.706209267
31922026-08-31T09:36:14.782Zuser 30:57.113832190
31932026-08-31T09:36:14.782Zsys 2:47.784403638
31942026-08-31T09:36:14.782Ztrap 0.757896036
31952026-08-31T09:36:14.782Ztflt 1.380671202
31962026-08-31T09:36:14.782Zdflt 1.905662268
31972026-08-31T09:36:14.782Zkflt 0.000137030
31982026-08-31T09:36:14.782Zlock 2:07:31.235519309
31992026-08-31T09:36:14.783Zslp 1:28:29.402842277
32002026-08-31T09:36:14.783Zlat 2:22.160952602
32012026-08-31T09:36:14.783Zstop 4:13.996123307
32022026-08-31T09:36:14.787Z+ for x in debug release
32032026-08-31T09:36:14.787Z+ mkdir -p /work/debug
32042026-08-31T09:36:14.787Z+ cp target/debug/ddmd /work/debug/ddmd
32052026-08-31T09:36:15.343Z+ cp target/debug/ddmadm /work/debug/ddmadm
32062026-08-31T09:36:15.836Z+ cp target/debug/mgd /work/debug/mgd
32072026-08-31T09:36:16.593Z+ cp target/debug/mgadm /work/debug/mgadm
32082026-08-31T09:36:17.120Z+ for x in debug release
32092026-08-31T09:36:17.121Z+ mkdir -p /work/release
32102026-08-31T09:36:17.124Z+ cp target/release/ddmd /work/release/ddmd
32112026-08-31T09:36:17.227Z+ cp target/release/ddmadm /work/release/ddmadm
32122026-08-31T09:36:17.320Z+ cp target/release/mgd /work/release/mgd
32132026-08-31T09:36:17.458Z+ cp target/release/mgadm /work/release/mgadm
32142026-08-31T09:36:17.605Z+ cp target/release/falcon-lab /work/release/falcon-lab
32152026-08-31T09:36:17.697Zprocess exited: duration 658481 ms, exit code 0
 
32162026-08-31T09:36:17.715Zfound 9 output files
32172026-08-31T09:36:17.715Zuploading: /work/debug/ddmadm (613837480 bytes)
32182026-08-31T09:36:28.230Zuploaded: /work/debug/ddmadm
32192026-08-31T09:36:28.230Zuploading: /work/debug/ddmd (705779744 bytes)
32202026-08-31T09:36:37.374Zuploaded: /work/debug/ddmd
32212026-08-31T09:36:37.380Zuploading: /work/debug/mgadm (729991104 bytes)
32222026-08-31T09:36:52.019Zuploaded: /work/debug/mgadm
32232026-08-31T09:36:52.019Zuploading: /work/debug/mgd (828492624 bytes)
32242026-08-31T09:37:07.136Zuploaded: /work/debug/mgd
32252026-08-31T09:37:07.136Zuploading: /work/release/ddmadm (55907528 bytes)
32262026-08-31T09:37:09.191Zuploaded: /work/release/ddmadm
32272026-08-31T09:37:09.191Zuploading: /work/release/ddmd (64107288 bytes)
32282026-08-31T09:37:11.190Zuploaded: /work/release/ddmd
32292026-08-31T09:37:11.190Zuploading: /work/release/falcon-lab (47360600 bytes)
32302026-08-31T09:37:12.666Zuploaded: /work/release/falcon-lab
32312026-08-31T09:37:12.666Zuploading: /work/release/mgadm (74294480 bytes)
32322026-08-31T09:37:16.163Zuploaded: /work/release/mgadm
32332026-08-31T09:37:16.163Zuploading: /work/release/mgd (89567168 bytes)
32342026-08-31T09:37:18.193Zuploaded: /work/release/mgd