01KTAYRFBA83DJZHY67AB3W5QX: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.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: 01KTAYSVWPKS0HA6X2S0PDP7C2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:17.983Zjob assigned to worker 01KTAYSZMAA98EN7YAT87WM1SP [factory aws, i-09754bced8eab9644] (queued for 44 s)
 
22026-06-05T03:57:25.205Zstarting task 0: "setup"
32026-06-05T03:57:25.209Z++ uname -s
42026-06-05T03:57:25.212Z+ kern=SunOS
52026-06-05T03:57:25.212Z+ build_user=build
62026-06-05T03:57:25.212Z+ build_uid=12345
72026-06-05T03:57:25.212Z+ work_dir=/work
82026-06-05T03:57:25.212Z+ input_dir=/input
92026-06-05T03:57:25.212Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:25.212Z+ case "$kern" in
112026-06-05T03:57:25.212Z+ groupadd -g 12345 build
122026-06-05T03:57:25.215Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:27.219Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:27.327Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:27.330Z+ home_fs=zfs
162026-06-05T03:57:27.330Z+ [[ zfs == autofs ]]
172026-06-05T03:57:27.330Z+ mkdir -p /home/build
182026-06-05T03:57:27.330Z+ chown build:build /home/build /work
192026-06-05T03:57:28.331Z+ chmod 0700 /home/build /work
202026-06-05T03:57:28.335Zprocess exited: duration 3130 ms, exit code 0
 
212026-06-05T03:57:28.342Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:28.346Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:57:28.346Z * rust toolchain channel = "stable"
242026-06-05T03:57:28.346Z * rust toolchain profile = "default"
252026-06-05T03:57:28.346Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:57:28.346Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:28.346Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:57:28.349Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:28.349Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:28.469Zinfo: downloading installer
312026-06-05T03:57:29.801Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:29.801Zwarn: /opt/ooce/bin
332026-06-05T03:57:29.801Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:29.801Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:29.801Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:29.801Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:29.801Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:29.801Zerror: cannot install while Rust is installed
392026-06-05T03:57:29.801Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:29.801Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:29.801Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:29.801Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:29.801Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:29.815Zinfo: profile set to default
452026-06-05T03:57:29.815Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:29.817Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:29.966Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:29.969Zinfo: downloading 6 components
492026-06-05T03:57:44.334Z
502026-06-05T03:57:44.334Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T03:57:44.369Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:57:44.369Z
532026-06-05T03:57:44.369Z
542026-06-05T03:57:44.369ZRust is installed now. Great!
552026-06-05T03:57:44.370Z
562026-06-05T03:57:44.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:57:44.370Zenvironment variable. This has not been done automatically.
582026-06-05T03:57:44.370Z
592026-06-05T03:57:44.370ZTo configure your current shell, you need to source
602026-06-05T03:57:44.370Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:57:44.370Z
622026-06-05T03:57:44.370ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:57:44.370Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:57:44.370Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:57:44.370Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:57:44.370Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:57:44.370Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:57:44.370Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:57:44.377Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:57:44.377Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:57:44.465Z+ rustup --version
722026-06-05T03:57:44.473Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:57:44.476Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:57:44.495Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:57:44.498Z+ cargo --version
762026-06-05T03:57:44.511Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:57:44.514Z+ rustc --version
782026-06-05T03:57:44.533Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:57:44.536Zprocess exited: duration 16191 ms, exit code 0
 
802026-06-05T03:57:44.542Zstarting task 2: "authentication"
812026-06-05T03:57:44.557Zprocess exited: duration 15 ms, exit code 0
 
822026-06-05T03:57:44.564Zstarting task 3: "clone repository"
832026-06-05T03:57:44.567Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:57:44.569Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:57:44.608ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:57:45.654Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:57:45.654Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
882026-06-05T03:57:45.906ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:57:45.906Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
902026-06-05T03:57:45.913Z+ [[ -n renovate/dropshot ]]
912026-06-05T03:57:45.916Z++ git branch --show-current
922026-06-05T03:57:45.916Z+ current=main
932026-06-05T03:57:45.916Z+ [[ main != renovate/dropshot ]]
942026-06-05T03:57:45.916Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
952026-06-05T03:57:45.918Z+ git checkout -f renovate/dropshot
962026-06-05T03:57:45.936ZSwitched to branch 'renovate/dropshot'
972026-06-05T03:57:45.939Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
982026-06-05T03:57:45.954ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
992026-06-05T03:57:45.957Zprocess exited: duration 1390 ms, exit code 0
 
1002026-06-05T03:57:45.962Zstarting task 4: "build"
1012026-06-05T03:57:45.966Z+ pfexec pkg install clang-15
1022026-06-05T03:57:53.635Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-05T03:58:01.346Z Startup: Caching catalogs ... Done
1042026-06-05T03:58:08.643ZPlanning: Solver setup ... Done
1052026-06-05T03:58:08.685ZPlanning: Running solver ... Done
1062026-06-05T03:58:08.825ZPlanning: Finding local manifests ... Done
1072026-06-05T03:58:08.836ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-05T03:58:08.920ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-05T03:58:08.950ZPlanning: Package planning ... Done
1102026-06-05T03:58:08.976ZPlanning: Merging actions ... Done
1112026-06-05T03:58:09.086ZPlanning: Checking for conflicting actions ... Done
1122026-06-05T03:58:09.092ZPlanning: Consolidating action changes ... Done
1132026-06-05T03:58:09.874ZPlanning: Evaluating mediators ... Done
1142026-06-05T03:58:09.878ZPlanning: Planning completed in 8.36 seconds
1152026-06-05T03:58:09.889Z Packages to install: 2
1162026-06-05T03:58:09.893Z Mediators to change: 2
1172026-06-05T03:58:09.893Z Services to change: 1
1182026-06-05T03:58:09.893Z Create boot environment: No
1192026-06-05T03:58:09.893ZCreate backup boot environment: No
1202026-06-05T03:58:09.930Z
1212026-06-05T03:58:09.930ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-05T03:58:14.931ZDownload: 1775/3076 items 117.3/211.3MB 55% complete (23.7M/s)
1232026-06-05T03:58:21.486ZDownload: 3074/3076 items 211.0/211.3MB 99% complete (21.0M/s)
1242026-06-05T03:58:21.506ZDownload: Completed 211.31 MB in 11.57 seconds (18.3M/s)
1252026-06-05T03:58:21.634Z Actions: 1/3418 actions (Installing new actions)
1262026-06-05T03:58:24.778Z Actions: Completed 3418 actions in 3.14 seconds.
1272026-06-05T03:58:25.426Z Done
1282026-06-05T03:58:25.426Z Done
1292026-06-05T03:58:26.172Z Done
1302026-06-05T03:58:29.564Z Done
1312026-06-05T03:58:29.638Z Done
1322026-06-05T03:58:29.641Z Done
1332026-06-05T03:58:29.907Z Done
1342026-06-05T03:58:30.584Z+ cargo --version
1352026-06-05T03:58:30.591Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1362026-06-05T03:58:30.773Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1372026-06-05T03:58:30.780Zinfo: downloading 6 components
1382026-06-05T03:58:45.552Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1392026-06-05T03:58:45.554Z+ rustc --version
1402026-06-05T03:58:45.582Zrustc 1.95.0 (59807616e 2026-04-14)
1412026-06-05T03:58:45.585Z+ banner check
1422026-06-05T03:58:45.589Z
1432026-06-05T03:58:45.590Z #### # # ###### #### # #
1442026-06-05T03:58:45.590Z # # # # # # # # #
1452026-06-05T03:58:45.590Z # ###### ##### # ####
1462026-06-05T03:58:45.590Z # # # # # # #
1472026-06-05T03:58:45.590Z # # # # # # # # #
1482026-06-05T03:58:45.590Z #### # # ###### #### # #
1492026-06-05T03:58:45.590Z
1502026-06-05T03:58:45.593Z+ cargo fmt -- --check
1512026-06-05T03:58:45.970Z+ cargo clippy --all-targets -- --deny warnings
1522026-06-05T03:58:46.081Z Updating git repository `https://github.com/oxidecomputer/falcon`
1532026-06-05T03:58:46.694ZFrom https://github.com/oxidecomputer/falcon
1542026-06-05T03:58:46.694Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1552026-06-05T03:58:46.774Z Updating crates.io index
1562026-06-05T03:58:46.808Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1572026-06-05T03:58:47.690ZFrom https://github.com/oxidecomputer/dendrite
1582026-06-05T03:58:47.691Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1592026-06-05T03:58:47.920Z Updating git repository `https://github.com/oxidecomputer/ispf`
1602026-06-05T03:58:48.168ZFrom https://github.com/oxidecomputer/ispf
1612026-06-05T03:58:48.168Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1622026-06-05T03:58:48.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1632026-06-05T03:58:48.593ZFrom https://github.com/oxidecomputer/netadm-sys
1642026-06-05T03:58:48.593Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1652026-06-05T03:58:48.602Z Updating git repository `https://github.com/oxidecomputer/omicron`
1662026-06-05T03:58:56.220ZFrom https://github.com/oxidecomputer/omicron
1672026-06-05T03:58:56.220Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1682026-06-05T03:58:56.636Z Updating git repository `https://github.com/oxidecomputer/opte`
1692026-06-05T03:58:57.323ZFrom https://github.com/oxidecomputer/opte
1702026-06-05T03:58:57.323Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1712026-06-05T03:58:57.345Z Updating git repository `https://github.com/illumos/smf-rs`
1722026-06-05T03:58:57.585ZFrom https://github.com/illumos/smf-rs
1732026-06-05T03:58:57.585Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1742026-06-05T03:58:58.207Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1752026-06-05T03:58:58.479ZFrom https://github.com/oxidecomputer/network-interface
1762026-06-05T03:58:58.479Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1772026-06-05T03:58:58.505Z Updating git repository `https://github.com/oxidecomputer/zone`
1782026-06-05T03:58:58.774ZFrom https://github.com/oxidecomputer/zone
1792026-06-05T03:58:58.774Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1802026-06-05T03:58:58.869Z Updating git repository `https://github.com/oxidecomputer/propolis`
1812026-06-05T03:58:59.476ZFrom https://github.com/oxidecomputer/propolis
1822026-06-05T03:58:59.476Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1832026-06-05T03:58:59.709Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1842026-06-05T03:59:00.202ZFrom https://github.com/oxidecomputer/transceiver-control
1852026-06-05T03:59:00.202Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1862026-06-05T03:59:00.212Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1872026-06-05T03:59:00.498ZFrom https://github.com/oxidecomputer/dlpi-sys
1882026-06-05T03:59:00.498Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1892026-06-05T03:59:00.512Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1902026-06-05T03:59:00.796ZFrom https://github.com/jmesmon/rust-libzfs
1912026-06-05T03:59:00.796Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1922026-06-05T03:59:00.804Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1932026-06-05T03:59:01.051ZFrom https://github.com/oxidecomputer/rusty-doors
1942026-06-05T03:59:01.051Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1952026-06-05T03:59:01.122Z Updating git repository `https://github.com/oxidecomputer/lldp`
1962026-06-05T03:59:01.617ZFrom https://github.com/oxidecomputer/lldp
1972026-06-05T03:59:01.617Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
1982026-06-05T03:59:01.742Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1992026-06-05T03:59:02.005ZFrom https://github.com/oxidecomputer/slog-error-chain
2002026-06-05T03:59:02.005Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2012026-06-05T03:59:02.024Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2022026-06-05T03:59:02.317ZFrom https://github.com/oxidecomputer/tufaceous
2032026-06-05T03:59:02.317Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2042026-06-05T03:59:02.472Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2052026-06-05T03:59:02.921ZFrom https://github.com/oxidecomputer/management-gateway-service
2062026-06-05T03:59:02.921Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2072026-06-05T03:59:03.038Z Updating git repository `https://github.com/oxidecomputer/crucible`
2082026-06-05T03:59:03.887ZFrom https://github.com/oxidecomputer/crucible
2092026-06-05T03:59:03.887Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2102026-06-05T03:59:04.756Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2112026-06-05T03:59:05.018ZFrom https://github.com/oxidecomputer/serde_human_bytes
2122026-06-05T03:59:05.018Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2132026-06-05T03:59:05.226Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142026-06-05T03:59:05.594ZFrom https://github.com/oxidecomputer/propolis
2152026-06-05T03:59:05.594Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2162026-06-05T03:59:05.782Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172026-06-05T03:59:06.259ZFrom https://github.com/oxidecomputer/crucible
2182026-06-05T03:59:06.259Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2192026-06-05T03:59:06.346Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-06-05T03:59:06.680ZFrom https://github.com/oxidecomputer/tofino
2212026-06-05T03:59:06.680Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2222026-06-05T03:59:06.703Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-05T03:59:07.362ZFrom https://github.com/oxidecomputer/maghemite
2242026-06-05T03:59:07.362Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2252026-06-05T03:59:07.400Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-06-05T03:59:07.679ZFrom https://github.com/oxidecomputer/clickward
2272026-06-05T03:59:07.679Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2282026-06-05T03:59:07.690Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-06-05T03:59:07.949ZFrom https://github.com/oxidecomputer/illumos-devinfo
2302026-06-05T03:59:07.949Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2312026-06-05T03:59:08.768Z Downloading crates ...
2322026-06-05T03:59:08.868Z Downloaded cfg-if v1.0.4
2332026-06-05T03:59:08.872Z Downloaded anyhow v1.0.102
2342026-06-05T03:59:08.872Z Downloaded console v0.16.3
2352026-06-05T03:59:08.872Z Downloaded clap_lex v1.1.0
2362026-06-05T03:59:08.872Z Downloaded equivalent v1.0.2
2372026-06-05T03:59:08.872Z Downloaded bytecount v0.6.9
2382026-06-05T03:59:08.889Z Downloaded critical-section v1.2.0
2392026-06-05T03:59:08.889Z Downloaded digest v0.10.7
2402026-06-05T03:59:08.889Z Downloaded derive_more v0.99.20
2412026-06-05T03:59:08.893Z Downloaded hash32 v0.3.1
2422026-06-05T03:59:08.893Z Downloaded fixedbitset v0.5.7
2432026-06-05T03:59:08.894Z Downloaded data-encoding v2.11.0
2442026-06-05T03:59:08.894Z Downloaded crypto-common v0.2.2
2452026-06-05T03:59:08.894Z Downloaded embedded-io v0.6.1
2462026-06-05T03:59:08.894Z Downloaded futures-task v0.3.32
2472026-06-05T03:59:08.894Z Downloaded elliptic-curve v0.13.8
2482026-06-05T03:59:08.897Z Downloaded highway v1.3.0
2492026-06-05T03:59:08.902Z Downloaded futures-channel v0.3.32
2502026-06-05T03:59:08.902Z Downloaded ff v0.13.1
2512026-06-05T03:59:08.907Z Downloaded foldhash v0.2.0
2522026-06-05T03:59:08.907Z Downloaded futures-sink v0.3.32
2532026-06-05T03:59:08.916Z Downloaded futures-executor v0.3.32
2542026-06-05T03:59:08.916Z Downloaded base16ct v0.2.0
2552026-06-05T03:59:08.916Z Downloaded foreign-types-shared v0.1.1
2562026-06-05T03:59:08.921Z Downloaded heapless v0.8.0
2572026-06-05T03:59:08.922Z Downloaded darling v0.23.0
2582026-06-05T03:59:08.922Z Downloaded form_urlencoded v1.2.2
2592026-06-05T03:59:08.922Z Downloaded dunce v1.0.5
2602026-06-05T03:59:08.925Z Downloaded dof v0.4.0
2612026-06-05T03:59:08.925Z Downloaded gethostname v0.5.0
2622026-06-05T03:59:08.929Z Downloaded base16ct v1.0.0
2632026-06-05T03:59:08.930Z Downloaded defmt-parser v1.0.0
2642026-06-05T03:59:08.935Z Downloaded errno v0.3.14
2652026-06-05T03:59:08.935Z Downloaded dyn-clone v1.0.20
2662026-06-05T03:59:08.935Z Downloaded heck v0.5.0
2672026-06-05T03:59:08.938Z Downloaded async-stream-impl v0.3.6
2682026-06-05T03:59:08.938Z Downloaded darling_macro v0.21.3
2692026-06-05T03:59:08.941Z Downloaded atomicwrites v0.4.4
2702026-06-05T03:59:08.941Z Downloaded float-ord v0.3.2
2712026-06-05T03:59:08.947Z Downloaded debug-ignore v1.0.5
2722026-06-05T03:59:08.947Z Downloaded darling_core v0.23.0
2732026-06-05T03:59:08.953Z Downloaded heck v0.4.1
2742026-06-05T03:59:08.954Z Downloaded darling_macro v0.23.0
2752026-06-05T03:59:08.958Z Downloaded futures-core v0.3.32
2762026-06-05T03:59:08.958Z Downloaded git-stub v1.0.0
2772026-06-05T03:59:08.958Z Downloaded enum-as-inner v0.6.1
2782026-06-05T03:59:08.962Z Downloaded argon2 v0.5.3
2792026-06-05T03:59:08.962Z Downloaded backoff v0.4.0
2802026-06-05T03:59:08.966Z Downloaded generic-array v0.14.7
2812026-06-05T03:59:08.967Z Downloaded foreign-types-macros v0.2.3
2822026-06-05T03:59:08.967Z Downloaded hostname v0.4.2
2832026-06-05T03:59:08.970Z Downloaded compression-core v0.4.32
2842026-06-05T03:59:08.970Z Downloaded httpdate v1.0.3
2852026-06-05T03:59:08.973Z Downloaded cobs v0.3.0
2862026-06-05T03:59:08.973Z Downloaded bit-set v0.8.0
2872026-06-05T03:59:08.977Z Downloaded dropshot-api-manager-types v0.7.2
2882026-06-05T03:59:08.978Z Downloaded fixedbitset v0.4.2
2892026-06-05T03:59:08.981Z Downloaded fs-err v3.3.0
2902026-06-05T03:59:08.981Z Downloaded convert_case v0.4.0
2912026-06-05T03:59:08.985Z Downloaded block-buffer v0.12.0
2922026-06-05T03:59:08.985Z Downloaded either v1.16.0
2932026-06-05T03:59:08.988Z Downloaded hashbrown v0.15.5
2942026-06-05T03:59:08.992Z Downloaded colorchoice v1.0.5
2952026-06-05T03:59:08.992Z Downloaded cmake v0.1.58
2962026-06-05T03:59:08.995Z Downloaded indent_write v2.2.0
2972026-06-05T03:59:08.995Z Downloaded crucible-workspace-hack v0.1.0
2982026-06-05T03:59:08.998Z Downloaded cfg_aliases v0.2.1
2992026-06-05T03:59:08.998Z Downloaded glob v0.3.3
3002026-06-05T03:59:09.001Z Downloaded group v0.13.0
3012026-06-05T03:59:09.001Z Downloaded crypto-common v0.1.7
3022026-06-05T03:59:09.005Z Downloaded bstr v1.12.1
3032026-06-05T03:59:09.008Z Downloaded is_terminal_polyfill v1.70.2
3042026-06-05T03:59:09.011Z Downloaded internet-checksum v0.2.1
3052026-06-05T03:59:09.011Z Downloaded hyper-rustls v0.27.9
3062026-06-05T03:59:09.016Z Downloaded instant v0.1.13
3072026-06-05T03:59:09.016Z Downloaded chacha20 v0.9.1
3082026-06-05T03:59:09.019Z Downloaded http-body-util v0.1.3
3092026-06-05T03:59:09.019Z Downloaded base64ct v1.8.3
3102026-06-05T03:59:09.022Z Downloaded diff v0.1.13
3112026-06-05T03:59:09.025Z Downloaded crossbeam-deque v0.8.6
3122026-06-05T03:59:09.028Z Downloaded cancel-safe-futures v0.1.5
3132026-06-05T03:59:09.028Z Downloaded crossbeam-utils v0.8.21
3142026-06-05T03:59:09.033Z Downloaded defmt v0.3.100
3152026-06-05T03:59:09.037Z Downloaded ciborium-ll v0.2.2
3162026-06-05T03:59:09.037Z Downloaded blake2 v0.10.6
3172026-06-05T03:59:09.037Z Downloaded inout v0.1.4
3182026-06-05T03:59:09.041Z Downloaded hubpack v0.1.2
3192026-06-05T03:59:09.041Z Downloaded daft-derive v0.1.7
3202026-06-05T03:59:09.045Z Downloaded ingot v0.1.1
3212026-06-05T03:59:09.045Z Downloaded idna_adapter v1.2.2
3222026-06-05T03:59:09.048Z Downloaded autocfg v1.5.1
3232026-06-05T03:59:09.048Z Downloaded ipnet v2.12.0
3242026-06-05T03:59:09.051Z Downloaded hybrid-array v0.4.12
3252026-06-05T03:59:09.055Z Downloaded dropshot_endpoint v0.17.1
3262026-06-05T03:59:09.055Z Downloaded futures v0.3.32
3272026-06-05T03:59:09.058Z Downloaded httparse v1.10.1
3282026-06-05T03:59:09.060Z Downloaded derive-where v1.6.1
3292026-06-05T03:59:09.063Z Downloaded memoffset v0.9.1
3302026-06-05T03:59:09.066Z Downloaded managed v0.8.0
3312026-06-05T03:59:09.066Z Downloaded konst_macro_rules v0.2.19
3322026-06-05T03:59:09.069Z Downloaded ciborium v0.2.2
3332026-06-05T03:59:09.074Z Downloaded num-conv v0.2.2
3342026-06-05T03:59:09.074Z Downloaded num v0.4.3
3352026-06-05T03:59:09.079Z Downloaded embedded-io v0.4.0
3362026-06-05T03:59:09.079Z Downloaded newtype-uuid-macros v0.1.0
3372026-06-05T03:59:09.079Z Downloaded hex v0.4.3
3382026-06-05T03:59:09.083Z Downloaded hmac v0.12.1
3392026-06-05T03:59:09.083Z Downloaded erased-serde v0.3.31
3402026-06-05T03:59:09.090Z Downloaded crypto-bigint v0.5.5
3412026-06-05T03:59:09.093Z Downloaded num-derive v0.4.2
3422026-06-05T03:59:09.093Z Downloaded getrandom v0.4.2
3432026-06-05T03:59:09.093Z Downloaded num-complex v0.4.6
3442026-06-05T03:59:09.096Z Downloaded macaddr v1.0.1
3452026-06-05T03:59:09.096Z Downloaded opaque-debug v0.3.1
3462026-06-05T03:59:09.098Z Downloaded omicron-workspace-hack v0.1.0
3472026-06-05T03:59:09.098Z Downloaded icu_normalizer_data v2.2.0
3482026-06-05T03:59:09.101Z Downloaded openssl-probe v0.2.1
3492026-06-05T03:59:09.101Z Downloaded const_format v0.2.36
3502026-06-05T03:59:09.104Z Downloaded block-buffer v0.10.4
3512026-06-05T03:59:09.107Z Downloaded chacha20poly1305 v0.10.1
3522026-06-05T03:59:09.110Z Downloaded const-random-macro v0.1.16
3532026-06-05T03:59:09.110Z Downloaded memmap v0.7.0
3542026-06-05T03:59:09.112Z Downloaded allocator-api2 v0.2.21
3552026-06-05T03:59:09.112Z Downloaded icu_locale_core v2.2.0
3562026-06-05T03:59:09.116Z Downloaded icu_provider v2.2.0
3572026-06-05T03:59:09.121Z Downloaded ingot-types v0.1.2
3582026-06-05T03:59:09.124Z Downloaded olpc-cjson v0.1.4
3592026-06-05T03:59:09.124Z Downloaded cstr-argument v0.1.2
3602026-06-05T03:59:09.124Z Downloaded libsw v3.5.0
3612026-06-05T03:59:09.126Z Downloaded byte-wrapper v0.1.0
3622026-06-05T03:59:09.129Z Downloaded git-stub-vcs v0.1.0
3632026-06-05T03:59:09.129Z Downloaded base64 v0.21.7
3642026-06-05T03:59:09.135Z Downloaded openssl-macros v0.1.1
3652026-06-05T03:59:09.139Z Downloaded newline-converter v0.3.0
3662026-06-05T03:59:09.139Z Downloaded lazy_static v1.5.0
3672026-06-05T03:59:09.139Z Downloaded lru-slab v0.1.2
3682026-06-05T03:59:09.139Z Downloaded newtype-uuid v1.3.2
3692026-06-05T03:59:09.144Z Downloaded lock_api v0.4.14
3702026-06-05T03:59:09.144Z Downloaded bs58 v0.5.1
3712026-06-05T03:59:09.144Z Downloaded itoa v1.0.18
3722026-06-05T03:59:09.148Z Downloaded num_enum_derive v0.5.11
3732026-06-05T03:59:09.148Z Downloaded icu_properties v2.2.0
3742026-06-05T03:59:09.154Z Downloaded ingot-macros v0.1.1
3752026-06-05T03:59:09.154Z Downloaded defmt-macros v1.1.0
3762026-06-05T03:59:09.157Z Downloaded percent-encoding v2.3.2
3772026-06-05T03:59:09.157Z Downloaded crossbeam-channel v0.5.15
3782026-06-05T03:59:09.157Z Downloaded newtype_derive v0.1.6
3792026-06-05T03:59:09.157Z Downloaded adler2 v2.0.1
3802026-06-05T03:59:09.160Z Downloaded natord v1.0.9
3812026-06-05T03:59:09.160Z Downloaded aead v0.5.2
3822026-06-05T03:59:09.163Z Downloaded parse-display-derive v0.10.0
3832026-06-05T03:59:09.163Z Downloaded crossbeam-epoch v0.9.18
3842026-06-05T03:59:09.166Z Downloaded powerfmt v0.2.0
3852026-06-05T03:59:09.166Z Downloaded proc-macro-crate v3.5.0
3862026-06-05T03:59:09.169Z Downloaded linked-hash-map v0.5.6
3872026-06-05T03:59:09.169Z Downloaded parking_lot_core v0.8.6
3882026-06-05T03:59:09.172Z Downloaded num_enum v0.7.6
3892026-06-05T03:59:09.174Z Downloaded daft v0.1.7
3902026-06-05T03:59:09.178Z Downloaded is_ci v1.2.0
3912026-06-05T03:59:09.178Z Downloaded is-terminal v0.4.17
3922026-06-05T03:59:09.178Z Downloaded humantime v2.3.0
3932026-06-05T03:59:09.180Z Downloaded http-body v1.0.1
3942026-06-05T03:59:09.180Z Downloaded anstyle v1.0.14
3952026-06-05T03:59:09.183Z Downloaded libscf-sys v1.2.0
3962026-06-05T03:59:09.183Z Downloaded ciborium-io v0.2.2
3972026-06-05T03:59:09.187Z Downloaded anstyle-query v1.1.5
3982026-06-05T03:59:09.187Z Downloaded proc-macro-error-attr2 v2.0.0
3992026-06-05T03:59:09.192Z Downloaded proc-macro-error-attr v1.0.4
4002026-06-05T03:59:09.192Z Downloaded progenitor-client v0.14.0
4012026-06-05T03:59:09.192Z Downloaded phf v0.12.1
4022026-06-05T03:59:09.196Z Downloaded num-integer v0.1.46
4032026-06-05T03:59:09.196Z Downloaded jiff-static v0.2.28
4042026-06-05T03:59:09.196Z Downloaded num-traits v0.2.19
4052026-06-05T03:59:09.202Z Downloaded progenitor-macro v0.10.0
4062026-06-05T03:59:09.202Z Downloaded fs_extra v1.3.0
4072026-06-05T03:59:09.202Z Downloaded num_threads v0.1.7
4082026-06-05T03:59:09.204Z Downloaded plain v0.2.3
4092026-06-05T03:59:09.205Z Downloaded pin-project-internal v1.1.13
4102026-06-05T03:59:09.205Z Downloaded pretty-hex v0.4.2
4112026-06-05T03:59:09.205Z Downloaded potential_utf v0.1.5
4122026-06-05T03:59:09.207Z Downloaded progenitor-client v0.10.0
4132026-06-05T03:59:09.207Z Downloaded quick-error v1.2.3
4142026-06-05T03:59:09.210Z Downloaded ref-cast v1.0.25
4152026-06-05T03:59:09.214Z Downloaded owo-colors v4.3.0
4162026-06-05T03:59:09.214Z Downloaded progenitor-macro v0.14.0
4172026-06-05T03:59:09.214Z Downloaded num-iter v0.1.45
4182026-06-05T03:59:09.216Z Downloaded mime v0.3.17
4192026-06-05T03:59:09.217Z Downloaded rand_xorshift v0.4.0
4202026-06-05T03:59:09.220Z Downloaded no-std-compat v0.4.1
4212026-06-05T03:59:09.220Z Downloaded drift v0.2.0
4222026-06-05T03:59:09.237Z Downloaded progenitor-macro v0.13.0
4232026-06-05T03:59:09.241Z Downloaded pkg-config v0.3.33
4242026-06-05T03:59:09.242Z Downloaded hickory-resolver v0.25.2
4252026-06-05T03:59:09.242Z Downloaded pin-project-lite v0.2.17
4262026-06-05T03:59:09.242Z Downloaded progenitor v0.14.0
4272026-06-05T03:59:09.242Z Downloaded ppv-lite86 v0.2.21
4282026-06-05T03:59:09.242Z Downloaded pem v3.0.6
4292026-06-05T03:59:09.242Z Downloaded icu_normalizer v2.2.0
4302026-06-05T03:59:09.252Z Downloaded rustc_version v0.4.1
4312026-06-05T03:59:09.252Z Downloaded phf_shared v0.12.1
4322026-06-05T03:59:09.252Z Downloaded console v0.15.11
4332026-06-05T03:59:09.252Z Downloaded password-hash v0.5.0
4342026-06-05T03:59:09.256Z Downloaded parking_lot_core v0.9.12
4352026-06-05T03:59:09.256Z Downloaded proc-macro-error v1.0.4
4362026-06-05T03:59:09.256Z Downloaded parse-display v0.10.0
4372026-06-05T03:59:09.256Z Downloaded iana-time-zone v0.1.65
4382026-06-05T03:59:09.256Z Downloaded oxide-tokio-rt v0.1.6
4392026-06-05T03:59:09.259Z Downloaded hashbrown v0.12.3
4402026-06-05T03:59:09.259Z Downloaded postcard v1.1.3
4412026-06-05T03:59:09.265Z Downloaded poly1305 v0.8.0
4422026-06-05T03:59:09.267Z Downloaded progenitor v0.10.0
4432026-06-05T03:59:09.267Z Downloaded progenitor-extras v0.2.0
4442026-06-05T03:59:09.267Z Downloaded scroll_derive v0.13.1
4452026-06-05T03:59:09.267Z Downloaded progenitor-client v0.13.0
4462026-06-05T03:59:09.268Z Downloaded same-file v1.0.6
4472026-06-05T03:59:09.272Z Downloaded progenitor v0.13.0
4482026-06-05T03:59:09.272Z Downloaded scroll_derive v0.12.1
4492026-06-05T03:59:09.276Z Downloaded parking_lot v0.11.2
4502026-06-05T03:59:09.276Z Downloaded memmap2 v0.9.10
4512026-06-05T03:59:09.276Z Downloaded parking_lot v0.12.5
4522026-06-05T03:59:09.279Z Downloaded multer v3.1.0
4532026-06-05T03:59:09.279Z Downloaded serde-big-array v0.5.1
4542026-06-05T03:59:09.279Z Downloaded rustc_version v0.1.7
4552026-06-05T03:59:09.283Z Downloaded proc-macro-crate v1.3.1
4562026-06-05T03:59:09.283Z Downloaded rand_core v0.9.5
4572026-06-05T03:59:09.283Z Downloaded rand_chacha v0.9.0
4582026-06-05T03:59:09.286Z Downloaded serde_plain v1.0.2
4592026-06-05T03:59:09.286Z Downloaded flate2 v1.1.9
4602026-06-05T03:59:09.292Z Downloaded rand_core v0.10.1
4612026-06-05T03:59:09.296Z Downloaded num_enum_derive v0.7.6
4622026-06-05T03:59:09.296Z Downloaded indexmap v1.9.3
4632026-06-05T03:59:09.296Z Downloaded secrecy v0.10.3
4642026-06-05T03:59:09.296Z Downloaded ref-cast-impl v1.0.25
4652026-06-05T03:59:09.296Z Downloaded num_enum v0.5.11
4662026-06-05T03:59:09.304Z Downloaded serial_test v3.5.0
4672026-06-05T03:59:09.307Z Downloaded pest_generator v2.8.6
4682026-06-05T03:59:09.307Z Downloaded hyper-util v0.1.20
4692026-06-05T03:59:09.307Z Downloaded num-rational v0.4.2
4702026-06-05T03:59:09.307Z Downloaded icu_collections v2.2.0
4712026-06-05T03:59:09.312Z Downloaded serial_test_derive v3.5.0
4722026-06-05T03:59:09.317Z Downloaded serde_spanned v1.1.1
4732026-06-05T03:59:09.317Z Downloaded serde_repr v0.1.20
4742026-06-05T03:59:09.317Z Downloaded sigpipe v0.1.3
4752026-06-05T03:59:09.317Z Downloaded rand_core v0.6.4
4762026-06-05T03:59:09.320Z Downloaded semver v0.1.20
4772026-06-05T03:59:09.320Z Downloaded once_cell v1.21.4
4782026-06-05T03:59:09.320Z Downloaded litemap v0.8.2
4792026-06-05T03:59:09.320Z Downloaded serde_urlencoded v0.7.1
4802026-06-05T03:59:09.325Z Downloaded rusty-fork v0.3.1
4812026-06-05T03:59:09.325Z Downloaded rustversion v1.0.22
4822026-06-05T03:59:09.329Z Downloaded rustc-hash v2.1.2
4832026-06-05T03:59:09.329Z Downloaded ipnetwork v0.21.1
4842026-06-05T03:59:09.329Z Downloaded scopeguard v1.2.0
4852026-06-05T03:59:09.329Z Downloaded sha1 v0.10.6
4862026-06-05T03:59:09.338Z Downloaded rustls-pemfile v2.2.0
4872026-06-05T03:59:09.338Z Downloaded clap v4.6.1
4882026-06-05T03:59:09.342Z Downloaded paste v1.0.15
4892026-06-05T03:59:09.342Z Downloaded rand_chacha v0.3.1
4902026-06-05T03:59:09.342Z Downloaded scroll v0.13.0
4912026-06-05T03:59:09.342Z Downloaded quinn-udp v0.5.14
4922026-06-05T03:59:09.348Z Downloaded serde_path_to_error v0.1.20
4932026-06-05T03:59:09.348Z Downloaded oxnet v0.1.6
4942026-06-05T03:59:09.353Z Downloaded serde_derive_internals v0.29.1
4952026-06-05T03:59:09.353Z Downloaded indicatif v0.18.4
4962026-06-05T03:59:09.353Z Downloaded siphasher v1.0.3
4972026-06-05T03:59:09.353Z Downloaded serde_spanned v0.6.9
4982026-06-05T03:59:09.358Z Downloaded pest_derive v2.8.6
4992026-06-05T03:59:09.358Z Downloaded log v0.4.32
5002026-06-05T03:59:09.358Z Downloaded expectorate v1.2.0
5012026-06-05T03:59:09.362Z Downloaded pin-project v1.1.13
5022026-06-05T03:59:09.367Z Downloaded sha2 v0.10.9
5032026-06-05T03:59:09.367Z Downloaded slog-envlogger v2.2.0
5042026-06-05T03:59:09.371Z Downloaded rustls-native-certs v0.8.4
5052026-06-05T03:59:09.371Z Downloaded papergrid v0.11.0
5062026-06-05T03:59:09.371Z Downloaded structmeta-derive v0.3.0
5072026-06-05T03:59:09.375Z Downloaded strum v0.27.2
5082026-06-05T03:59:09.375Z Downloaded stable_deref_trait v1.2.1
5092026-06-05T03:59:09.375Z Downloaded openssl-sys v0.9.116
5102026-06-05T03:59:09.378Z Downloaded smawk v0.3.2
5112026-06-05T03:59:09.378Z Downloaded shlex v2.0.1
5122026-06-05T03:59:09.382Z Downloaded slog-bunyan v2.5.0
5132026-06-05T03:59:09.382Z Downloaded schemars_derive v0.8.22
5142026-06-05T03:59:09.385Z Downloaded strum v0.26.3
5152026-06-05T03:59:09.385Z Downloaded serde_tokenstream v0.2.3
5162026-06-05T03:59:09.385Z Downloaded bytes v1.11.1
5172026-06-05T03:59:09.388Z Downloaded progenitor-impl v0.13.0
5182026-06-05T03:59:09.388Z Downloaded papergrid v0.18.0
5192026-06-05T03:59:09.392Z Downloaded sync_wrapper v1.0.2
5202026-06-05T03:59:09.396Z Downloaded supports-color v3.0.2
5212026-06-05T03:59:09.396Z Downloaded slog-async v2.8.0
5222026-06-05T03:59:09.396Z Downloaded resolv-conf v0.7.6
5232026-06-05T03:59:09.396Z Downloaded signal-hook-registry v1.4.8
5242026-06-05T03:59:09.398Z Downloaded rustls-pki-types v1.14.1
5252026-06-05T03:59:09.398Z Downloaded hickory-resolver v0.24.4
5262026-06-05T03:59:09.401Z Downloaded termtree v0.5.1
5272026-06-05T03:59:09.405Z Downloaded subtle v2.6.1
5282026-06-05T03:59:09.405Z Downloaded cc v1.2.63
5292026-06-05T03:59:09.411Z Downloaded terminal_size v0.4.4
5302026-06-05T03:59:09.411Z Downloaded tagptr v0.2.0
5312026-06-05T03:59:09.411Z Downloaded thread-id v4.2.2
5322026-06-05T03:59:09.411Z Downloaded konst v0.2.20
5332026-06-05T03:59:09.415Z Downloaded slog-json v2.6.1
5342026-06-05T03:59:09.415Z Downloaded sha1 v0.11.0
5352026-06-05T03:59:09.415Z Downloaded swrite v0.1.0
5362026-06-05T03:59:09.415Z Downloaded take_mut v0.2.2
5372026-06-05T03:59:09.423Z Downloaded indexmap v2.14.0
5382026-06-05T03:59:09.423Z Downloaded thiserror-impl-no-std v2.0.2
5392026-06-05T03:59:09.428Z Downloaded tabwriter v1.4.1
5402026-06-05T03:59:09.428Z Downloaded tabled_derive v0.11.0
5412026-06-05T03:59:09.428Z Downloaded smf v0.2.3
5422026-06-05T03:59:09.428Z Downloaded slog-stdlog v4.1.1
5432026-06-05T03:59:09.428Z Downloaded miniz_oxide v0.8.9
5442026-06-05T03:59:09.428Z Downloaded progenitor-impl v0.14.0
5452026-06-05T03:59:09.428Z Downloaded simd-adler32 v0.3.9
5462026-06-05T03:59:09.435Z Downloaded pretty_assertions v1.4.1
5472026-06-05T03:59:09.435Z Downloaded minimal-lexical v0.2.1
5482026-06-05T03:59:09.435Z Downloaded strsim v0.11.1
5492026-06-05T03:59:09.441Z Downloaded thread-id v5.1.0
5502026-06-05T03:59:09.441Z Downloaded testing_table v0.3.0
5512026-06-05T03:59:09.441Z Downloaded semver v1.0.28
5522026-06-05T03:59:09.441Z Downloaded tokio-macros v2.7.0
5532026-06-05T03:59:09.441Z Downloaded time-core v0.1.8
5542026-06-05T03:59:09.441Z Downloaded tabled_derive v0.7.0
5552026-06-05T03:59:09.441Z Downloaded slog-dtrace v0.3.0
5562026-06-05T03:59:09.446Z Downloaded serde_with_macros v3.20.0
5572026-06-05T03:59:09.446Z Downloaded structmeta v0.3.0
5582026-06-05T03:59:09.446Z Downloaded progenitor-impl v0.10.0
5592026-06-05T03:59:09.446Z Downloaded static_assertions v1.1.0
5602026-06-05T03:59:09.446Z Downloaded strum_macros v0.27.2
5612026-06-05T03:59:09.450Z Downloaded smartstring v1.0.1
5622026-06-05T03:59:09.450Z Downloaded slog-scope v4.4.1
5632026-06-05T03:59:09.450Z Downloaded hashbrown v0.16.1
5642026-06-05T03:59:09.457Z Downloaded proc-macro2 v1.0.106
5652026-06-05T03:59:09.457Z Downloaded slab v0.4.12
5662026-06-05T03:59:09.457Z Downloaded proc-macro-error2 v2.0.1
5672026-06-05T03:59:09.457Z Downloaded toml_datetime v0.6.11
5682026-06-05T03:59:09.457Z Downloaded backon v1.6.0
5692026-06-05T03:59:09.459Z Downloaded getrandom v0.3.4
5702026-06-05T03:59:09.462Z Downloaded match_cfg v0.1.0
5712026-06-05T03:59:09.462Z Downloaded lru-cache v0.1.2
5722026-06-05T03:59:09.462Z Downloaded linear-map v1.2.0
5732026-06-05T03:59:09.472Z Downloaded libsw-core v0.3.2
5742026-06-05T03:59:09.472Z Downloaded jobserver v0.1.34
5752026-06-05T03:59:09.472Z Downloaded scroll v0.12.0
5762026-06-05T03:59:09.472Z Downloaded rhai_codegen v3.2.0
5772026-06-05T03:59:09.476Z Downloaded dtrace-parser v0.2.0
5782026-06-05T03:59:09.477Z Downloaded thiserror v2.0.18
5792026-06-05T03:59:09.477Z Downloaded thiserror-impl v2.0.18
5802026-06-05T03:59:09.482Z Downloaded chacha20 v0.10.0
5812026-06-05T03:59:09.482Z Downloaded quote v1.0.45
5822026-06-05T03:59:09.482Z Downloaded pest_meta v2.8.6
5832026-06-05T03:59:09.486Z Downloaded thiserror v1.0.69
5842026-06-05T03:59:09.486Z Downloaded keccak v0.1.6
5852026-06-05T03:59:09.486Z Downloaded schemars v0.8.22
5862026-06-05T03:59:09.511Z Downloaded tiny-keccak v2.0.2
5872026-06-05T03:59:09.511Z Downloaded dropshot-api-manager v0.7.2
5882026-06-05T03:59:09.511Z Downloaded try-lock v0.2.5
5892026-06-05T03:59:09.511Z Downloaded tower-layer v0.3.3
5902026-06-05T03:59:09.511Z Downloaded typify-macro v0.6.2
5912026-06-05T03:59:09.511Z Downloaded spin v0.5.2
5922026-06-05T03:59:09.511Z Downloaded time-macros v0.2.27
5932026-06-05T03:59:09.511Z Downloaded prettyplease v0.2.37
5942026-06-05T03:59:09.511Z Downloaded http v1.4.1
5952026-06-05T03:59:09.511Z Downloaded slog-term v2.9.2
5962026-06-05T03:59:09.519Z Downloaded toml_write v0.1.2
5972026-06-05T03:59:09.519Z Downloaded tinyvec_macros v0.1.1
5982026-06-05T03:59:09.519Z Downloaded tinystr v0.8.3
5992026-06-05T03:59:09.519Z Downloaded thiserror-impl v1.0.69
6002026-06-05T03:59:09.519Z Downloaded slog v2.8.2
6012026-06-05T03:59:09.519Z Downloaded spin v0.9.8
6022026-06-05T03:59:09.519Z Downloaded similar v2.7.0
6032026-06-05T03:59:09.527Z Downloaded qorb v0.4.1
6042026-06-05T03:59:09.527Z Downloaded rustls-platform-verifier v0.7.0
6052026-06-05T03:59:09.528Z Downloaded thiserror-no-std v2.0.2
6062026-06-05T03:59:09.532Z Downloaded thread_local v1.1.9
6072026-06-05T03:59:09.532Z Downloaded unicode-linebreak v0.1.5
6082026-06-05T03:59:09.532Z Downloaded ryu v1.0.23
6092026-06-05T03:59:09.532Z Downloaded strum_macros v0.26.4
6102026-06-05T03:59:09.532Z Downloaded quinn v0.11.9
6112026-06-05T03:59:09.532Z Downloaded synstructure v0.13.2
6122026-06-05T03:59:09.535Z Downloaded snafu-derive v0.8.9
6132026-06-05T03:59:09.535Z Downloaded serde_core v1.0.228
6142026-06-05T03:59:09.535Z Downloaded memchr v2.8.1
6152026-06-05T03:59:09.538Z Downloaded utf8_iter v1.0.4
6162026-06-05T03:59:09.538Z Downloaded universal-hash v0.5.1
6172026-06-05T03:59:09.538Z Downloaded usdt-macro v0.5.0
6182026-06-05T03:59:09.542Z Downloaded unarray v0.1.4
6192026-06-05T03:59:09.542Z Downloaded unit-prefix v0.5.2
6202026-06-05T03:59:09.542Z Downloaded serde_derive v1.0.228
6212026-06-05T03:59:09.545Z Downloaded toml_writer v1.1.1+spec-1.1.0
6222026-06-05T03:59:09.545Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6232026-06-05T03:59:09.545Z Downloaded nom v7.1.3
6242026-06-05T03:59:09.548Z Downloaded tower-service v0.3.3
6252026-06-05T03:59:09.548Z Downloaded hostname v0.3.1
6262026-06-05T03:59:09.548Z Downloaded foreign-types v0.5.0
6272026-06-05T03:59:09.548Z Downloaded libm v0.2.16
6282026-06-05T03:59:09.553Z Downloaded wait-timeout v0.2.1
6292026-06-05T03:59:09.556Z Downloaded usdt-attr-macro v0.6.0
6302026-06-05T03:59:09.556Z Downloaded usdt-attr-macro v0.5.0
6312026-06-05T03:59:09.556Z Downloaded usdt v0.6.0
6322026-06-05T03:59:09.556Z Downloaded untrusted v0.9.0
6332026-06-05T03:59:09.559Z Downloaded version_check v0.9.5
6342026-06-05T03:59:09.559Z Downloaded utf-8 v0.7.6
6352026-06-05T03:59:09.559Z Downloaded usdt-macro v0.6.0
6362026-06-05T03:59:09.561Z Downloaded unicode-xid v0.2.6
6372026-06-05T03:59:09.561Z Downloaded smallvec v1.15.1
6382026-06-05T03:59:09.565Z Downloaded socket2 v0.6.4
6392026-06-05T03:59:09.565Z Downloaded rayon-core v1.13.0
6402026-06-05T03:59:09.573Z Downloaded tokio-rustls v0.26.4
6412026-06-05T03:59:09.573Z Downloaded iddqd v0.4.2
6422026-06-05T03:59:09.576Z Downloaded serde_yaml v0.9.34+deprecated
6432026-06-05T03:59:09.576Z Downloaded typify-macro v0.4.3
6442026-06-05T03:59:09.576Z Downloaded typeid v1.0.3
6452026-06-05T03:59:09.576Z Downloaded async-recursion v1.1.1
6462026-06-05T03:59:09.576Z Downloaded half v2.7.1
6472026-06-05T03:59:09.583Z Downloaded getrandom v0.2.17
6482026-06-05T03:59:09.583Z Downloaded utf8parse v0.2.2
6492026-06-05T03:59:09.583Z Downloaded tokio-tungstenite v0.21.0
6502026-06-05T03:59:09.587Z Downloaded usdt v0.5.0
6512026-06-05T03:59:09.587Z Downloaded cargo_toml v0.22.3
6522026-06-05T03:59:09.587Z Downloaded find-msvc-tools v0.1.9
6532026-06-05T03:59:09.587Z Downloaded bitflags v2.12.1
6542026-06-05T03:59:09.591Z Downloaded schemars v1.2.1
6552026-06-05T03:59:09.594Z Downloaded hkdf v0.12.4
6562026-06-05T03:59:09.598Z Downloaded crc32fast v1.5.0
6572026-06-05T03:59:09.598Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6582026-06-05T03:59:09.598Z Downloaded arc-swap v1.9.1
6592026-06-05T03:59:09.602Z Downloaded toml v0.8.23
6602026-06-05T03:59:09.605Z Downloaded textwrap v0.16.2
6612026-06-05T03:59:09.605Z Downloaded darling v0.21.3
6622026-06-05T03:59:09.610Z Downloaded cookie v0.18.1
6632026-06-05T03:59:09.610Z Downloaded zerofrom-derive v0.1.7
6642026-06-05T03:59:09.613Z Downloaded toml_parser v1.1.2+spec-1.1.0
6652026-06-05T03:59:09.613Z Downloaded aho-corasick v1.1.4
6662026-06-05T03:59:09.613Z Downloaded thin-vec v0.2.18
6672026-06-05T03:59:09.617Z Downloaded test-strategy v0.4.5
6682026-06-05T03:59:09.619Z Downloaded zerofrom v0.1.8
6692026-06-05T03:59:09.619Z Downloaded want v0.3.1
6702026-06-05T03:59:09.619Z Downloaded waitgroup v0.1.2
6712026-06-05T03:59:09.619Z Downloaded term v1.2.1
6722026-06-05T03:59:09.624Z Downloaded snafu v0.8.9
6732026-06-05T03:59:09.627Z Downloaded rand v0.9.4
6742026-06-05T03:59:09.627Z Downloaded h2 v0.4.14
6752026-06-05T03:59:09.630Z Downloaded ucd-trie v0.1.7
6762026-06-05T03:59:09.633Z Downloaded mio v1.2.1
6772026-06-05T03:59:09.636Z Downloaded whoami v1.6.1
6782026-06-05T03:59:09.636Z Downloaded goblin v0.8.2
6792026-06-05T03:59:09.639Z Downloaded zone_cfg_derive v0.3.1
6802026-06-05T03:59:09.642Z Downloaded xz2 v0.1.7
6812026-06-05T03:59:09.642Z Downloaded tokio-stream v0.1.18
6822026-06-05T03:59:09.645Z Downloaded hashbrown v0.17.1
6832026-06-05T03:59:09.648Z Downloaded futures-util v0.3.32
6842026-06-05T03:59:09.655Z Downloaded zeroize_derive v1.4.3
6852026-06-05T03:59:09.658Z Downloaded untrusted v0.7.1
6862026-06-05T03:59:09.658Z Downloaded schemars v0.9.0
6872026-06-05T03:59:09.663Z Downloaded zeroize v1.8.2
6882026-06-05T03:59:09.666Z Downloaded yoke-derive v0.8.2
6892026-06-05T03:59:09.666Z Downloaded serde v1.0.228
6902026-06-05T03:59:09.669Z Downloaded tempfile v3.27.0
6912026-06-05T03:59:09.669Z Downloaded zmij v1.0.21
6922026-06-05T03:59:09.672Z Downloaded pest v2.8.6
6932026-06-05T03:59:09.675Z Downloaded walkdir v2.5.0
6942026-06-05T03:59:09.675Z Downloaded tinyvec v1.11.0
6952026-06-05T03:59:09.679Z Downloaded idna v1.1.0
6962026-06-05T03:59:09.679Z Downloaded rand v0.10.1
6972026-06-05T03:59:09.682Z Downloaded toml v1.1.2+spec-1.1.0
6982026-06-05T03:59:09.685Z Downloaded vsss-rs v3.3.4
6992026-06-05T03:59:09.685Z Downloaded writeable v0.6.3
7002026-06-05T03:59:09.688Z Downloaded steno v0.4.1
7012026-06-05T03:59:09.688Z Downloaded toml v0.9.12+spec-1.1.0
7022026-06-05T03:59:09.691Z Downloaded nom v8.0.0
7032026-06-05T03:59:09.694Z Downloaded unicode-ident v1.0.24
7042026-06-05T03:59:09.699Z Downloaded tracing-attributes v0.1.31
7052026-06-05T03:59:09.699Z Downloaded zerocopy-derive v0.7.35
7062026-06-05T03:59:09.707Z Downloaded usdt-impl v0.6.0
7072026-06-05T03:59:09.707Z Downloaded tokio-dtrace v0.1.1
7082026-06-05T03:59:09.707Z Downloaded zone v0.3.1
7092026-06-05T03:59:09.707Z Downloaded zerovec-derive v0.11.3
7102026-06-05T03:59:09.710Z Downloaded unsafe-libyaml v0.2.11
7112026-06-05T03:59:09.710Z Downloaded uuid v1.23.2
7122026-06-05T03:59:09.710Z Downloaded toml_edit v0.22.27
7132026-06-05T03:59:09.710Z Downloaded chrono v0.4.45
7142026-06-05T03:59:09.714Z Downloaded itertools v0.12.1
7152026-06-05T03:59:09.721Z Downloaded icu_properties_data v2.2.0
7162026-06-05T03:59:09.728Z Downloaded yoke v0.8.3
7172026-06-05T03:59:09.732Z Downloaded ron v0.12.1
7182026-06-05T03:59:09.732Z Downloaded typify v0.6.2
7192026-06-05T03:59:09.735Z Downloaded typify v0.4.3
7202026-06-05T03:59:09.735Z Downloaded toml_edit v0.19.15
7212026-06-05T03:59:09.745Z Downloaded usdt-impl v0.5.0
7222026-06-05T03:59:09.765Z Downloaded goblin v0.10.7
7232026-06-05T03:59:09.768Z Downloaded toml_edit v0.25.12+spec-1.1.0
7242026-06-05T03:59:09.768Z Downloaded aws-lc-rs v1.17.0
7252026-06-05T03:59:09.768Z Downloaded itertools v0.14.0
7262026-06-05T03:59:09.768Z Downloaded portable-atomic v1.13.1
7272026-06-05T03:59:09.768Z Downloaded hyper v1.10.1
7282026-06-05T03:59:09.774Z Downloaded tungstenite v0.21.0
7292026-06-05T03:59:09.774Z Downloaded rand v0.8.6
7302026-06-05T03:59:09.781Z Downloaded tracing-core v0.1.36
7312026-06-05T03:59:09.781Z Downloaded clap_builder v4.6.0
7322026-06-05T03:59:09.787Z Downloaded regex v1.12.3
7332026-06-05T03:59:09.787Z Downloaded rustls-webpki v0.103.13
7342026-06-05T03:59:09.787Z Downloaded const_format_proc_macros v0.2.34
7352026-06-05T03:59:09.787Z Downloaded clap_derive v4.6.1
7362026-06-05T03:59:09.792Z Downloaded ahash v0.8.12
7372026-06-05T03:59:09.792Z Downloaded camino v1.2.2
7382026-06-05T03:59:09.792Z Downloaded anstyle-parse v1.0.0
7392026-06-05T03:59:09.792Z Downloaded anstream v1.0.0
7402026-06-05T03:59:09.795Z Downloaded yansi v1.0.1
7412026-06-05T03:59:09.795Z Downloaded url v2.5.8
7422026-06-05T03:59:09.798Z Downloaded ident_case v1.0.1
7432026-06-05T03:59:09.798Z Downloaded hubpack_derive v0.1.1
7442026-06-05T03:59:09.798Z Downloaded futures-io v0.3.32
7452026-06-05T03:59:09.798Z Downloaded foreign-types-shared v0.3.1
7462026-06-05T03:59:09.798Z Downloaded bitflags v1.3.2
7472026-06-05T03:59:09.801Z Downloaded zerocopy-derive v0.8.50
7482026-06-05T03:59:09.805Z Downloaded tower v0.5.3
7492026-06-05T03:59:09.809Z Downloaded serde_json v1.0.150
7502026-06-05T03:59:09.820Z Downloaded typed-path v0.9.3
7512026-06-05T03:59:09.826Z Downloaded typenum v1.20.1
7522026-06-05T03:59:09.826Z Downloaded globset v0.4.18
7532026-06-05T03:59:09.826Z Downloaded foldhash v0.1.5
7542026-06-05T03:59:09.826Z Downloaded dtrace-parser v0.3.0
7552026-06-05T03:59:09.826Z Downloaded displaydoc v0.2.6
7562026-06-05T03:59:09.826Z Downloaded reqwest v0.13.4
7572026-06-05T03:59:09.830Z Downloaded foreign-types v0.3.2
7582026-06-05T03:59:09.830Z Downloaded cpufeatures v0.2.17
7592026-06-05T03:59:09.831Z Downloaded zerotrie v0.2.4
7602026-06-05T03:59:09.834Z Downloaded fnv v1.0.7
7612026-06-05T03:59:09.834Z Downloaded cipher v0.4.4
7622026-06-05T03:59:09.834Z Downloaded reqwest v0.12.28
7632026-06-05T03:59:09.837Z Downloaded byteorder v1.5.0
7642026-06-05T03:59:09.837Z Downloaded unicode-segmentation v1.13.3
7652026-06-05T03:59:09.840Z Downloaded moka v0.12.15
7662026-06-05T03:59:09.844Z Downloaded bit-vec v0.8.0
7672026-06-05T03:59:09.867Z Downloaded async-trait v0.1.89
7682026-06-05T03:59:09.867Z Downloaded digest v0.11.3
7692026-06-05T03:59:09.867Z Downloaded unicode-normalization v0.1.25
7702026-06-05T03:59:09.871Z Downloaded tokio-util v0.7.18
7712026-06-05T03:59:09.871Z Downloaded derive-ex v0.1.8
7722026-06-05T03:59:09.871Z Downloaded fastrand v2.4.1
7732026-06-05T03:59:09.871Z Downloaded crunchy v0.2.4
7742026-06-05T03:59:09.871Z Downloaded fxhash v0.2.1
7752026-06-05T03:59:09.871Z Downloaded futures-macro v0.3.32
7762026-06-05T03:59:09.871Z Downloaded dof v0.3.0
7772026-06-05T03:59:09.871Z Downloaded compression-codecs v0.4.38
7782026-06-05T03:59:09.871Z Downloaded darling_core v0.21.3
7792026-06-05T03:59:09.871Z Downloaded crc8 v0.1.1
7802026-06-05T03:59:09.871Z Downloaded const-random v0.1.18
7812026-06-05T03:59:09.871Z Downloaded async-stream v0.3.6
7822026-06-05T03:59:09.871Z Downloaded curve25519-dalek-derive v0.1.1
7832026-06-05T03:59:09.871Z Downloaded atomic-waker v1.1.2
7842026-06-05T03:59:09.871Z Downloaded proptest v1.11.0
7852026-06-05T03:59:09.880Z Downloaded rayon v1.12.0
7862026-06-05T03:59:09.886Z Downloaded tough v0.22.0
7872026-06-05T03:59:09.886Z Downloaded cpufeatures v0.3.0
7882026-06-05T03:59:09.886Z Downloaded base64 v0.22.1
7892026-06-05T03:59:09.889Z Downloaded async-compression v0.4.42
7902026-06-05T03:59:09.889Z Downloaded const-oid v0.10.2
7912026-06-05T03:59:09.894Z Downloaded csv-core v0.1.13
7922026-06-05T03:59:09.894Z Downloaded deranged v0.5.8
7932026-06-05T03:59:09.894Z Downloaded defmt v1.1.0
7942026-06-05T03:59:09.898Z Downloaded colored v3.1.1
7952026-06-05T03:59:09.898Z Downloaded serde_with v3.20.0
7962026-06-05T03:59:09.903Z Downloaded tower-http v0.6.11
7972026-06-05T03:59:09.912Z Downloaded zerovec v0.11.6
7982026-06-05T03:59:09.915Z Downloaded camino-tempfile v1.4.1
7992026-06-05T03:59:09.918Z Downloaded bcs v0.1.6
8002026-06-05T03:59:09.921Z Downloaded zerocopy v0.7.35
8012026-06-05T03:59:09.929Z Downloaded tabled v0.15.0
8022026-06-05T03:59:09.940Z Downloaded quinn-proto v0.11.14
8032026-06-05T03:59:09.942Z Downloaded winnow v0.5.40
8042026-06-05T03:59:09.963Z Downloaded curve25519-dalek v4.1.3
8052026-06-05T03:59:09.971Z Downloaded tabled v0.21.0
8062026-06-05T03:59:09.981Z Downloaded time v0.3.47
8072026-06-05T03:59:09.988Z Downloaded winnow v1.0.3
8082026-06-05T03:59:09.994Z Downloaded winnow v0.7.15
8092026-06-05T03:59:10.015Z Downloaded syn v1.0.109
8102026-06-05T03:59:10.024Z Downloaded webpki-roots v1.0.7
8112026-06-05T03:59:10.029Z Downloaded dropshot v0.17.1
8122026-06-05T03:59:10.038Z Downloaded vcpkg v0.2.15
8132026-06-05T03:59:10.061Z Downloaded unicode-width v0.2.2
8142026-06-05T03:59:10.068Z Downloaded hickory-proto v0.24.4
8152026-06-05T03:59:10.073Z Downloaded smoltcp v0.11.0
8162026-06-05T03:59:10.076Z Downloaded regress v0.10.5
8172026-06-05T03:59:10.079Z Downloaded unicode-width v0.1.14
8182026-06-05T03:59:10.083Z Downloaded zerocopy v0.8.50
8192026-06-05T03:59:10.095Z Downloaded rustix v0.38.44
8202026-06-05T03:59:10.107Z Downloaded openapiv3 v2.2.0
8212026-06-05T03:59:10.113Z Downloaded hickory-proto v0.25.2
8222026-06-05T03:59:10.122Z Downloaded rustls v0.23.40
8232026-06-05T03:59:10.130Z Downloaded rhai v1.25.1
8242026-06-05T03:59:10.135Z Downloaded regex-syntax v0.8.10
8252026-06-05T03:59:10.143Z Downloaded regress v0.11.1
8262026-06-05T03:59:10.146Z Downloaded tracing v0.1.44
8272026-06-05T03:59:10.156Z Downloaded syn v2.0.117
8282026-06-05T03:59:10.162Z Downloaded rustix v1.1.4
8292026-06-05T03:59:10.176Z Downloaded openssl v0.10.80
8302026-06-05T03:59:10.183Z Downloaded nix v0.31.3
8312026-06-05T03:59:10.188Z Downloaded regex-automata v0.4.14
8322026-06-05T03:59:10.218Z Downloaded jiff v0.2.28
8332026-06-05T03:59:10.229Z Downloaded sled v0.34.7
8342026-06-05T03:59:10.254Z Downloaded typify-impl v0.6.2
8352026-06-05T03:59:10.257Z Downloaded typify-impl v0.4.3
8362026-06-05T03:59:10.272Z Downloaded tokio v1.52.3
8372026-06-05T03:59:10.323Z Downloaded petgraph v0.6.5
8382026-06-05T03:59:10.335Z Downloaded encoding_rs v0.8.35
8392026-06-05T03:59:10.349Z Downloaded lzma-sys v0.1.20
8402026-06-05T03:59:10.365Z Downloaded petgraph v0.8.3
8412026-06-05T03:59:10.380Z Downloaded chrono-tz v0.10.4
8422026-06-05T03:59:10.389Z Downloaded csv v1.4.0
8432026-06-05T03:59:10.402Z Downloaded ring v0.17.14
8442026-06-05T03:59:10.425Z Downloaded sha3 v0.10.9
8452026-06-05T03:59:10.430Z Downloaded libc v0.2.186
8462026-06-05T03:59:10.962Z Downloaded aws-lc-sys v0.41.0
8472026-06-05T03:59:11.517Z Compiling proc-macro2 v1.0.106
8482026-06-05T03:59:11.517Z Compiling quote v1.0.45
8492026-06-05T03:59:11.517Z Compiling unicode-ident v1.0.24
8502026-06-05T03:59:11.517Z Compiling serde_core v1.0.228
8512026-06-05T03:59:11.517Z Compiling serde v1.0.228
8522026-06-05T03:59:11.517Z Compiling libc v0.2.186
8532026-06-05T03:59:11.521Z Compiling zmij v1.0.21
8542026-06-05T03:59:11.522Z Compiling autocfg v1.5.1
8552026-06-05T03:59:11.856Z Compiling libm v0.2.16
8562026-06-05T03:59:12.259Z Compiling icu_properties_data v2.2.0
8572026-06-05T03:59:12.259Z Compiling icu_normalizer_data v2.2.0
8582026-06-05T03:59:12.259Z Compiling serde_json v1.0.150
8592026-06-05T03:59:12.410Z Compiling num-traits v0.2.19
8602026-06-05T03:59:12.429Z Compiling getrandom v0.4.2
8612026-06-05T03:59:12.624Z Compiling version_check v0.9.5
8622026-06-05T03:59:12.820Z Compiling thiserror v2.0.18
8632026-06-05T03:59:12.987Z Compiling memchr v2.8.1
8642026-06-05T03:59:13.093Z Compiling schemars v0.8.22
8652026-06-05T03:59:13.208Z Compiling syn v2.0.117
8662026-06-05T03:59:13.249Z Checking cfg-if v1.0.4
8672026-06-05T03:59:13.325Z Compiling parking_lot_core v0.9.12
8682026-06-05T03:59:13.440Z Compiling heck v0.5.0
8692026-06-05T03:59:13.463Z Compiling zerocopy v0.8.50
8702026-06-05T03:59:13.595Z Compiling portable-atomic v1.13.1
8712026-06-05T03:59:13.648Z Compiling rustversion v1.0.22
8722026-06-05T03:59:13.670Z Compiling itoa v1.0.18
8732026-06-05T03:59:13.865Z Compiling jobserver v0.1.34
8742026-06-05T03:59:13.949Z Compiling find-msvc-tools v0.1.9
8752026-06-05T03:59:14.132Z Compiling shlex v2.0.1
8762026-06-05T03:59:14.315Z Compiling cc v1.2.63
8772026-06-05T03:59:14.630Z Compiling dunce v1.0.5
8782026-06-05T03:59:14.641Z Compiling fs_extra v1.3.0
8792026-06-05T03:59:14.685Z Compiling semver v1.0.28
8802026-06-05T03:59:14.706Z Compiling log v0.4.32
8812026-06-05T03:59:14.731Z Compiling httparse v1.10.1
8822026-06-05T03:59:14.741Z Compiling slog v2.8.2
8832026-06-05T03:59:14.898Z Compiling rustix v1.1.4
8842026-06-05T03:59:15.034Z Checking stable_deref_trait v1.2.1
8852026-06-05T03:59:15.053Z Compiling equivalent v1.0.2
8862026-06-05T03:59:15.066Z Compiling cmake v0.1.58
8872026-06-05T03:59:15.115Z Compiling thiserror v1.0.69
8882026-06-05T03:59:16.601Z Checking writeable v0.6.3
8892026-06-05T03:59:16.601Z Checking litemap v0.8.2
8902026-06-05T03:59:16.601Z Checking utf8_iter v1.0.4
8912026-06-05T03:59:16.601Z Checking percent-encoding v2.3.2
8922026-06-05T03:59:16.601Z Compiling aws-lc-rs v1.17.0
8932026-06-05T03:59:16.601Z Compiling aws-lc-sys v0.41.0
8942026-06-05T03:59:16.601Z Compiling ring v0.17.14
8952026-06-05T03:59:16.601Z Checking form_urlencoded v1.2.2
8962026-06-05T03:59:16.602Z Checking rand_core v0.10.1
8972026-06-05T03:59:16.602Z Compiling anyhow v1.0.102
8982026-06-05T03:59:16.602Z Compiling rustls v0.23.40
8992026-06-05T03:59:16.602Z Compiling ucd-trie v0.1.7
9002026-06-05T03:59:16.602Z Compiling synstructure v0.13.2
9012026-06-05T03:59:16.602Z Compiling serde_derive_internals v0.29.1
9022026-06-05T03:59:16.602Z Compiling pest v2.8.6
9032026-06-05T03:59:16.602Z Compiling regex-syntax v0.8.10
9042026-06-05T03:59:16.677Z Compiling aho-corasick v1.1.4
9052026-06-05T03:59:16.853Z Compiling getrandom v0.3.4
9062026-06-05T03:59:17.192Z Compiling pest_meta v2.8.6
9072026-06-05T03:59:17.272Z Compiling serde_derive v1.0.228
9082026-06-05T03:59:17.422Z Compiling zerofrom-derive v0.1.7
9092026-06-05T03:59:17.814Z Compiling yoke-derive v0.8.2
9102026-06-05T03:59:18.105Z Compiling zerovec-derive v0.11.3
9112026-06-05T03:59:18.496Z Compiling displaydoc v0.2.6
9122026-06-05T03:59:18.500Z Compiling schemars_derive v0.8.22
9132026-06-05T03:59:18.614Z Compiling thiserror-impl v2.0.18
9142026-06-05T03:59:18.892Z Compiling tokio-macros v2.7.0
9152026-06-05T03:59:19.206Z Compiling zeroize_derive v1.4.3
9162026-06-05T03:59:19.282Z Compiling zerocopy-derive v0.8.50
9172026-06-05T03:59:19.623Z Compiling futures-macro v0.3.32
9182026-06-05T03:59:19.684Z Compiling tracing-attributes v0.1.31
9192026-06-05T03:59:19.866Z Checking zerofrom v0.1.8
9202026-06-05T03:59:20.421Z Compiling serde_tokenstream v0.2.3
9212026-06-05T03:59:20.456Z Checking smallvec v1.15.1
9222026-06-05T03:59:20.456Z Checking bytes v1.11.1
9232026-06-05T03:59:20.489Z Checking yoke v0.8.3
9242026-06-05T03:59:20.583Z Compiling thiserror-impl v1.0.69
9252026-06-05T03:59:20.631Z Compiling pest_generator v2.8.6
9262026-06-05T03:59:20.668Z Checking zerovec v0.11.6
9272026-06-05T03:59:20.766Z Checking zerotrie v0.2.4
9282026-06-05T03:59:20.829Z Compiling regex-automata v0.4.14
9292026-06-05T03:59:21.028Z Compiling hashbrown v0.17.1
9302026-06-05T03:59:21.049Z Compiling crossbeam-utils v0.8.21
9312026-06-05T03:59:21.112Z Checking tinystr v0.8.3
9322026-06-05T03:59:21.233Z Checking potential_utf v0.1.5
9332026-06-05T03:59:21.294Z Checking icu_locale_core v2.2.0
9342026-06-05T03:59:21.362Z Checking icu_collections v2.2.0
9352026-06-05T03:59:21.365Z Compiling pest_derive v2.8.6
9362026-06-05T03:59:21.521Z Compiling indexmap v2.14.0
9372026-06-05T03:59:21.606Z Checking iana-time-zone v0.1.65
9382026-06-05T03:59:21.690Z Compiling num-conv v0.2.2
9392026-06-05T03:59:21.718Z Checking chrono v0.4.45
9402026-06-05T03:59:21.741Z Compiling time-core v0.1.8
9412026-06-05T03:59:21.847Z Compiling paste v1.0.15
9422026-06-05T03:59:21.885Z Compiling time-macros v0.2.27
9432026-06-05T03:59:21.906Z Checking icu_provider v2.2.0
9442026-06-05T03:59:22.190Z Checking icu_properties v2.2.0
9452026-06-05T03:59:22.209Z Checking icu_normalizer v2.2.0
9462026-06-05T03:59:22.605Z Compiling regex v1.12.3
9472026-06-05T03:59:22.836Z Checking uuid v1.23.2
9482026-06-05T03:59:22.994Z Compiling async-trait v0.1.89
9492026-06-05T03:59:23.016Z Compiling byteorder v1.5.0
9502026-06-05T03:59:23.129Z Checking idna_adapter v1.2.2
9512026-06-05T03:59:23.289Z Checking idna v1.1.0
9522026-06-05T03:59:23.433Z Compiling camino v1.2.2
9532026-06-05T03:59:23.539Z Checking dyn-clone v1.0.20
9542026-06-05T03:59:23.556Z Checking url v2.5.8
9552026-06-05T03:59:23.796Z Compiling strsim v0.11.1
9562026-06-05T03:59:23.834Z Compiling scroll_derive v0.13.1
9572026-06-05T03:59:23.971Z Checking errno v0.3.14
9582026-06-05T03:59:24.092Z Compiling ident_case v1.0.1
9592026-06-05T03:59:24.318Z Compiling omicron-workspace-hack v0.1.0
9602026-06-05T03:59:24.401Z Compiling slog-async v2.8.0
9612026-06-05T03:59:24.551Z Compiling generic-array v0.14.7
9622026-06-05T03:59:24.575Z Compiling crc32fast v1.5.0
9632026-06-05T03:59:24.627Z Compiling usdt-impl v0.6.0
9642026-06-05T03:59:24.656Z Compiling scroll v0.13.0
9652026-06-05T03:59:24.848Z Compiling plain v0.2.3
9662026-06-05T03:59:24.930Z Compiling daft-derive v0.1.7
9672026-06-05T03:59:24.951Z Compiling goblin v0.10.7
9682026-06-05T03:59:24.991Z Compiling pretty-hex v0.4.2
9692026-06-05T03:59:25.121Z Checking pin-project-lite v0.2.17
9702026-06-05T03:59:25.136Z Compiling dtrace-parser v0.3.0
9712026-06-05T03:59:25.322Z Compiling thread-id v5.1.0
9722026-06-05T03:59:25.696Z Compiling syn v1.0.109
9732026-06-05T03:59:25.727Z Checking getrandom v0.2.17
9742026-06-05T03:59:25.744Z Checking zeroize v1.8.2
9752026-06-05T03:59:25.904Z Checking bitflags v2.12.1
9762026-06-05T03:59:26.094Z Compiling multer v3.1.0
9772026-06-05T03:59:26.400Z Compiling async-stream-impl v0.3.6
9782026-06-05T03:59:26.758Z Checking socket2 v0.6.4
9792026-06-05T03:59:26.982Z Checking scopeguard v1.2.0
9802026-06-05T03:59:27.023Z Compiling ref-cast v1.0.25
9812026-06-05T03:59:27.089Z Checking lock_api v0.4.14
9822026-06-05T03:59:27.349Z Compiling ref-cast-impl v1.0.25
9832026-06-05T03:59:27.365Z Compiling dropshot v0.17.1
9842026-06-05T03:59:27.612Z Checking critical-section v1.2.0
9852026-06-05T03:59:27.615Z Compiling dropshot_endpoint v0.17.1
9862026-06-05T03:59:27.729Z Compiling dof v0.4.0
9872026-06-05T03:59:27.911Z Checking once_cell v1.21.4
9882026-06-05T03:59:28.091Z Checking parking_lot v0.12.5
9892026-06-05T03:59:28.310Z Compiling newtype-uuid-macros v0.1.0
9902026-06-05T03:59:28.798Z Checking signal-hook-registry v1.4.8
9912026-06-05T03:59:28.962Z Compiling usdt-macro v0.6.0
9922026-06-05T03:59:28.982Z Compiling usdt-attr-macro v0.6.0
9932026-06-05T03:59:29.002Z Checking mio v1.2.1
9942026-06-05T03:59:29.197Z Compiling darling_core v0.23.0
9952026-06-05T03:59:29.217Z Compiling structmeta-derive v0.3.0
9962026-06-05T03:59:29.256Z Compiling strum_macros v0.26.4
9972026-06-05T03:59:29.282Z Checking tokio v1.52.3
9982026-06-05T03:59:29.385Z Compiling foldhash v0.2.0
9992026-06-05T03:59:29.635Z Checking subtle v2.6.1
10002026-06-05T03:59:29.753Z Compiling allocator-api2 v0.2.21
10012026-06-05T03:59:29.781Z Checking futures-core v0.3.32
10022026-06-05T03:59:30.078Z Compiling hashbrown v0.16.1
10032026-06-05T03:59:30.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10042026-06-05T03:59:30.275Z Compiling structmeta v0.3.0
10052026-06-05T03:59:30.658Z Compiling strum_macros v0.27.2
10062026-06-05T03:59:30.732Z Compiling derive-ex v0.1.8
10072026-06-05T03:59:30.868Z Compiling http v1.4.1
10082026-06-05T03:59:31.280Z Compiling darling_macro v0.23.0
10092026-06-05T03:59:31.384Z Checking futures-sink v0.3.32
10102026-06-05T03:59:31.491Z Checking ipnetwork v0.21.1
10112026-06-05T03:59:31.711Z Compiling winnow v1.0.3
10122026-06-05T03:59:31.848Z Compiling darling v0.23.0
10132026-06-05T03:59:31.871Z Checking slab v0.4.12
10142026-06-05T03:59:31.937Z Compiling serde_with_macros v3.20.0
10152026-06-05T03:59:32.288Z Compiling test-strategy v0.4.5
10162026-06-05T03:59:32.621Z Checking futures-channel v0.3.32
10172026-06-05T03:59:32.727Z Compiling toml_parser v1.1.2+spec-1.1.0
10182026-06-05T03:59:32.841Z Checking typenum v1.20.1
10192026-06-05T03:59:32.957Z Checking futures-task v0.3.32
10202026-06-05T03:59:33.096Z Checking futures-io v0.3.32
10212026-06-05T03:59:33.111Z Compiling fnv v1.0.7
10222026-06-05T03:59:33.211Z Checking futures-util v0.3.32
10232026-06-05T03:59:33.233Z Compiling toml_datetime v1.1.1+spec-1.1.0
10242026-06-05T03:59:33.300Z Compiling parse-display-derive v0.10.0
10252026-06-05T03:59:33.680Z Checking oxnet v0.1.6
10262026-06-05T03:59:33.701Z Checking tracing-core v0.1.36
10272026-06-05T03:59:33.740Z Checking erased-serde v0.3.31
10282026-06-05T03:59:34.150Z Checking tracing v0.1.44
10292026-06-05T03:59:34.346Z Compiling ryu v1.0.23
10302026-06-05T03:59:34.500Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10312026-06-05T03:59:34.520Z Compiling clap_derive v4.6.1
10322026-06-05T03:59:34.829Z Checking base64 v0.22.1
10332026-06-05T03:59:35.285Z Checking rand_core v0.6.4
10342026-06-05T03:59:35.324Z Compiling openapiv3 v2.2.0
10352026-06-05T03:59:35.564Z Checking rustls-pki-types v1.14.1
10362026-06-05T03:59:35.792Z Checking tokio-util v0.7.18
10372026-06-05T03:59:36.013Z Checking untrusted v0.9.0
10382026-06-05T03:59:36.036Z Checking untrusted v0.7.1
10392026-06-05T03:59:36.132Z Checking ipnet v2.12.0
10402026-06-05T03:59:36.292Z Compiling toml_edit v0.25.12+spec-1.1.0
10412026-06-05T03:59:36.767Z Checking http-body v1.0.1
10422026-06-05T03:59:36.869Z Compiling proc-macro-crate v3.5.0
10432026-06-05T03:59:37.174Z Checking atomic-waker v1.1.2
10442026-06-05T03:59:37.326Z Compiling num_enum_derive v0.7.6
10452026-06-05T03:59:37.367Z Checking try-lock v0.2.5
10462026-06-05T03:59:37.468Z Checking tower-service v0.3.3
10472026-06-05T03:59:37.556Z Checking tower-layer v0.3.3
10482026-06-05T03:59:37.597Z Compiling either v1.16.0
10492026-06-05T03:59:37.691Z Checking want v0.3.1
10502026-06-05T03:59:37.713Z Checking h2 v0.4.14
10512026-06-05T03:59:37.811Z Compiling itertools v0.14.0
10522026-06-05T03:59:37.972Z Checking httpdate v1.0.3
10532026-06-05T03:59:38.124Z Compiling regress v0.11.1
10542026-06-05T03:59:38.393Z Compiling crucible-workspace-hack v0.1.0
10552026-06-05T03:59:38.927Z Checking serde_urlencoded v0.7.1
10562026-06-05T03:59:38.930Z Checking http-body-util v0.1.3
10572026-06-05T03:59:39.428Z Checking ppv-lite86 v0.2.21
10582026-06-05T03:59:39.566Z Checking hyper v1.10.1
10592026-06-05T03:59:39.639Z Compiling typify-impl v0.6.2
10602026-06-05T03:59:39.725Z Compiling unsafe-libyaml v0.2.11
10612026-06-05T03:59:40.402Z Compiling serde_yaml v0.9.34+deprecated
10622026-06-05T03:59:40.505Z Checking hyper-util v0.1.20
10632026-06-05T03:59:41.197Z Compiling convert_case v0.4.0
10642026-06-05T03:59:41.497Z Compiling derive_more v0.99.20
10652026-06-05T03:59:42.236Z Compiling darling_core v0.21.3
10662026-06-05T03:59:42.253Z Compiling zerocopy-derive v0.7.35
10672026-06-05T03:59:42.666Z Checking powerfmt v0.2.0
10682026-06-05T03:59:42.939Z Checking deranged v0.5.8
10692026-06-05T03:59:43.003Z Compiling typify-macro v0.6.2
10702026-06-05T03:59:43.868Z Compiling regress v0.10.5
10712026-06-05T03:59:44.096Z Checking num_threads v0.1.7
10722026-06-05T03:59:44.326Z Compiling darling_macro v0.21.3
10732026-06-05T03:59:44.350Z Checking time v0.3.47
10742026-06-05T03:59:44.657Z Compiling heapless v0.8.0
10752026-06-05T03:59:44.899Z Compiling darling v0.21.3
10762026-06-05T03:59:45.008Z Compiling ingot-macros v0.1.1
10772026-06-05T03:59:45.202Z Compiling typify v0.6.2
10782026-06-05T03:59:45.304Z Checking crossbeam-channel v0.5.15
10792026-06-05T03:59:45.479Z Compiling scroll_derive v0.12.1
10802026-06-05T03:59:45.519Z Compiling serde_repr v0.1.20
10812026-06-05T03:59:45.788Z Checking cpufeatures v0.3.0
10822026-06-05T03:59:46.195Z Compiling rustix v0.38.44
10832026-06-05T03:59:46.968Z Checking futures-executor v0.3.32
10842026-06-05T03:59:47.031Z Checking sync_wrapper v1.0.2
10852026-06-05T03:59:47.143Z Checking thread_local v1.1.9
10862026-06-05T03:59:47.503Z Compiling smoltcp v0.11.0
10872026-06-05T03:59:47.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10882026-06-05T03:59:47.752Z Checking tower v0.5.3
10892026-06-05T03:59:47.952Z Checking rand_core v0.9.5
10902026-06-05T03:59:48.008Z Checking webpki-roots v1.0.7
10912026-06-05T03:59:48.322Z Compiling rustc_version v0.4.1
10922026-06-05T03:59:48.343Z Checking is-terminal v0.4.17
10932026-06-05T03:59:48.364Z Checking take_mut v0.2.2
10942026-06-05T03:59:48.436Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10952026-06-05T03:59:48.471Z Checking term v1.2.1
10962026-06-05T03:59:48.615Z Compiling curve25519-dalek v4.1.3
10972026-06-05T03:59:48.694Z Checking slog-term v2.9.2
10982026-06-05T03:59:48.714Z Checking tower-http v0.6.11
10992026-06-05T03:59:48.734Z Checking futures v0.3.32
11002026-06-05T03:59:48.879Z Compiling toml_datetime v0.6.11
11012026-06-05T03:59:48.906Z Compiling foreign-types-macros v0.2.3
11022026-06-05T03:59:49.242Z Checking hex v0.4.3
11032026-06-05T03:59:49.527Z Checking rand_chacha v0.9.0
11042026-06-05T03:59:49.712Z Compiling zerocopy v0.7.35
11052026-06-05T03:59:49.771Z Compiling thiserror-impl-no-std v2.0.2
11062026-06-05T03:59:49.930Z Compiling hubpack_derive v0.1.1
11072026-06-05T03:59:50.182Z Compiling curve25519-dalek-derive v0.1.1
11082026-06-05T03:59:50.445Z Compiling proc-macro-error-attr v1.0.4
11092026-06-05T03:59:50.466Z Compiling usdt-impl v0.5.0
11102026-06-05T03:59:50.617Z Checking fastrand v2.4.1
11112026-06-05T03:59:50.846Z Compiling dof v0.3.0
11122026-06-05T03:59:50.886Z Checking rand v0.9.4
11132026-06-05T03:59:50.924Z Compiling dtrace-parser v0.2.0
11142026-06-05T03:59:50.951Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11152026-06-05T03:59:51.373Z Compiling serde_spanned v1.1.1
11162026-06-05T03:59:51.523Z Compiling thread-id v4.2.2
11172026-06-05T03:59:51.545Z Compiling proc-macro-error v1.0.4
11182026-06-05T03:59:51.613Z Compiling memoffset v0.9.1
11192026-06-05T03:59:51.814Z Compiling toml_writer v1.1.1+spec-1.1.0
11202026-06-05T03:59:51.999Z Compiling pkg-config v0.3.33
11212026-06-05T03:59:52.916Z Checking crypto-common v0.1.7
11222026-06-05T03:59:53.285Z Checking hybrid-array v0.4.12
11232026-06-05T03:59:53.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11242026-06-05T03:59:53.747Z Checking match_cfg v0.1.0
11252026-06-05T03:59:53.769Z Checking openssl-probe v0.2.1
11262026-06-05T03:59:53.820Z Checking simd-adler32 v0.3.9
11272026-06-05T03:59:53.956Z Checking adler2 v2.0.1
11282026-06-05T03:59:53.977Z Compiling prettyplease v0.2.37
11292026-06-05T03:59:53.980Z Compiling cfg_aliases v0.2.1
11302026-06-05T03:59:54.083Z Checking miniz_oxide v0.8.9
11312026-06-05T03:59:54.086Z Compiling nix v0.31.3
11322026-06-05T03:59:54.218Z Checking rustls-native-certs v0.8.4
11332026-06-05T03:59:54.266Z Checking hostname v0.3.1
11342026-06-05T03:59:54.426Z Checking tempfile v3.27.0
11352026-06-05T03:59:54.638Z Checking slog-json v2.6.1
11362026-06-05T03:59:54.698Z Checking newtype-uuid v1.3.2
11372026-06-05T03:59:54.820Z Checking memmap2 v0.9.10
11382026-06-05T03:59:55.063Z Compiling heck v0.4.1
11392026-06-05T03:59:55.081Z Checking usdt v0.6.0
11402026-06-05T03:59:55.081Z Checking daft v0.1.7
11412026-06-05T03:59:55.281Z Checking slog-bunyan v2.5.0
11422026-06-05T03:59:55.355Z Checking flate2 v1.1.9
11432026-06-05T03:59:55.396Z Checking block-buffer v0.12.0
11442026-06-05T03:59:55.416Z Checking crypto-common v0.2.2
11452026-06-05T03:59:55.543Z Compiling usdt-macro v0.5.0
11462026-06-05T03:59:55.629Z Compiling usdt-attr-macro v0.5.0
11472026-06-05T03:59:55.908Z Compiling num-derive v0.4.2
11482026-06-05T03:59:55.977Z Compiling enum-as-inner v0.6.1
11492026-06-05T03:59:56.229Z Compiling winnow v0.7.15
11502026-06-05T03:59:56.471Z Checking debug-ignore v1.0.5
11512026-06-05T03:59:56.505Z Checking const-oid v0.10.2
11522026-06-05T03:59:56.534Z Checking compression-core v0.4.32
11532026-06-05T03:59:56.657Z Checking compression-codecs v0.4.38
11542026-06-05T03:59:56.660Z Checking digest v0.11.3
11552026-06-05T03:59:57.432Z Checking encoding_rs v0.8.35
11562026-06-05T03:59:57.461Z Checking spin v0.9.8
11572026-06-05T03:59:57.546Z Compiling rayon-core v1.13.0
11582026-06-05T03:59:57.566Z Checking mime v0.3.17
11592026-06-05T03:59:57.586Z Checking toml v1.1.2+spec-1.1.0
11602026-06-05T03:59:57.740Z Checking sha1 v0.11.0
11612026-06-05T03:59:57.762Z Checking async-compression v0.4.42
11622026-06-05T03:59:58.273Z Checking rand_chacha v0.3.1
11632026-06-05T03:59:58.350Z Checking waitgroup v0.1.2
11642026-06-05T03:59:58.372Z Checking rustls-pemfile v2.2.0
11652026-06-05T03:59:58.441Z Checking async-stream v0.3.6
11662026-06-05T03:59:58.523Z Checking serde_path_to_error v0.1.20
11672026-06-05T03:59:58.572Z Checking hostname v0.4.2
11682026-06-05T03:59:58.709Z Compiling wait-timeout v0.2.1
11692026-06-05T03:59:58.923Z Compiling bit-vec v0.8.0
11702026-06-05T03:59:58.988Z Compiling quick-error v1.2.3
11712026-06-05T03:59:59.099Z Compiling rusty-fork v0.3.1
11722026-06-05T03:59:59.146Z Compiling bit-set v0.8.0
11732026-06-05T03:59:59.311Z Checking rand v0.8.6
11742026-06-05T03:59:59.812Z Compiling rand_xorshift v0.4.0
11752026-06-05T03:59:59.958Z Compiling progenitor-impl v0.14.0
11762026-06-05T03:59:59.961Z Checking rustls-webpki v0.103.13
11772026-06-05T04:00:00.087Z Compiling num-integer v0.1.46
11782026-06-05T04:00:00.188Z Checking macaddr v1.0.1
11792026-06-05T04:00:00.623Z Compiling semver v0.1.20
11802026-06-05T04:00:00.653Z Compiling winnow v0.5.40
11812026-06-05T04:00:00.893Z Compiling unarray v0.1.4
11822026-06-05T04:00:01.141Z Checking unicode-width v0.2.2
11832026-06-05T04:00:01.858Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11842026-06-05T04:00:02.051Z Compiling toml_edit v0.19.15
11852026-06-05T04:00:02.072Z Compiling progenitor-macro v0.14.0
11862026-06-05T04:00:02.181Z Compiling proptest v1.11.0
11872026-06-05T04:00:02.420Z Compiling rustc_version v0.1.7
11882026-06-05T04:00:02.845Z Checking tokio-rustls v0.26.4
11892026-06-05T04:00:02.961Z Checking rustls-platform-verifier v0.7.0
11902026-06-05T04:00:03.101Z Checking hyper-rustls v0.27.9
11912026-06-05T04:00:03.297Z Checking reqwest v0.13.4
11922026-06-05T04:00:04.092Z Compiling reqwest v0.12.28
11932026-06-05T04:00:04.098Z Compiling backon v1.6.0
11942026-06-05T04:00:04.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11952026-06-05T04:00:05.010Z Checking block-buffer v0.10.4
11962026-06-05T04:00:05.150Z Compiling strum v0.26.3
11972026-06-05T04:00:05.284Z Compiling progenitor-client v0.14.0
11982026-06-05T04:00:05.410Z Compiling instant v0.1.13
11992026-06-05T04:00:05.578Z Compiling utf8parse v0.2.2
12002026-06-05T04:00:05.698Z Compiling anstyle-parse v1.0.0
12012026-06-05T04:00:05.804Z Compiling progenitor-extras v0.2.0
12022026-06-05T04:00:05.889Z Compiling backoff v0.4.0
12032026-06-05T04:00:05.994Z Compiling iddqd v0.4.2
12042026-06-05T04:00:06.059Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12052026-06-05T04:00:06.099Z Checking digest v0.10.7
12062026-06-05T04:00:06.116Z Compiling progenitor-client v0.10.0
12072026-06-05T04:00:06.168Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12082026-06-05T04:00:06.214Z Compiling proc-macro-crate v1.3.1
12092026-06-05T04:00:06.292Z Compiling newtype_derive v0.1.6
12102026-06-05T04:00:06.612Z Compiling num-rational v0.4.2
12112026-06-05T04:00:06.719Z Compiling num-iter v0.1.45
12122026-06-05T04:00:06.719Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12132026-06-05T04:00:06.719Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12142026-06-05T04:00:06.786Z Compiling progenitor-impl v0.13.0
12152026-06-05T04:00:06.786Z Compiling parse-display v0.10.0
12162026-06-05T04:00:07.923Z Compiling serde_with v3.20.0
12172026-06-05T04:00:08.010Z Compiling strum v0.27.2
12182026-06-05T04:00:08.010Z Compiling num-complex v0.4.6
12192026-06-05T04:00:08.010Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12202026-06-05T04:00:08.010Z Compiling vcpkg v0.2.15
12212026-06-05T04:00:08.010Z Compiling anstyle-query v1.1.5
12222026-06-05T04:00:08.010Z Compiling anstyle v1.0.14
12232026-06-05T04:00:08.010Z Compiling owo-colors v4.3.0
12242026-06-05T04:00:08.010Z Compiling colorchoice v1.0.5
12252026-06-05T04:00:08.010Z Compiling is_terminal_polyfill v1.70.2
12262026-06-05T04:00:08.010Z Compiling humantime v2.3.0
12272026-06-05T04:00:08.010Z Compiling anstream v1.0.0
12282026-06-05T04:00:08.011Z Compiling num v0.4.3
12292026-06-05T04:00:08.011Z Compiling num_enum_derive v0.5.11
12302026-06-05T04:00:08.011Z Compiling openssl-sys v0.9.116
12312026-06-05T04:00:08.011Z Compiling terminal_size v0.4.4
12322026-06-05T04:00:08.193Z Compiling serde_spanned v0.6.9
12332026-06-05T04:00:08.302Z Compiling derive-where v1.6.1
12342026-06-05T04:00:08.351Z Compiling pin-project-internal v1.1.13
12352026-06-05T04:00:08.470Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12362026-06-05T04:00:08.717Z Compiling progenitor-macro v0.13.0
12372026-06-05T04:00:08.857Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12382026-06-05T04:00:08.992Z Compiling float-ord v0.3.2
12392026-06-05T04:00:09.124Z Compiling toml_write v0.1.2
12402026-06-05T04:00:09.331Z Compiling clap_lex v1.1.0
12412026-06-05T04:00:09.440Z Compiling toml_edit v0.22.27
12422026-06-05T04:00:09.558Z Compiling clap_builder v4.6.0
12432026-06-05T04:00:10.870Z Compiling toml v0.8.23
12442026-06-05T04:00:11.163Z Compiling clap v4.6.1
12452026-06-05T04:00:11.256Z Compiling zone_cfg_derive v0.3.1
12462026-06-05T04:00:11.546Z Compiling async-recursion v1.1.1
12472026-06-05T04:00:11.653Z Compiling snafu-derive v0.8.9
12482026-06-05T04:00:12.945Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12492026-06-05T04:00:13.116Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12502026-06-05T04:00:13.194Z Compiling slog-dtrace v0.3.0
12512026-06-05T04:00:13.971Z Compiling minimal-lexical v0.2.1
12522026-06-05T04:00:14.039Z Compiling chrono-tz v0.10.4
12532026-06-05T04:00:14.039Z Compiling unicode-xid v0.2.6
12542026-06-05T04:00:14.039Z Compiling openssl v0.10.80
12552026-06-05T04:00:14.039Z Compiling cancel-safe-futures v0.1.5
12562026-06-05T04:00:14.039Z Compiling const_format_proc_macros v0.2.34
12572026-06-05T04:00:14.039Z Compiling nom v7.1.3
12582026-06-05T04:00:14.300Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12592026-06-05T04:00:14.517Z Compiling openssl-macros v0.1.1
12602026-06-05T04:00:14.658Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-05T04:00:14.847Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-06-05T04:00:14.888Z Checking cpufeatures v0.2.17
12632026-06-05T04:00:15.288Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12642026-06-05T04:00:15.693Z Compiling cookie v0.18.1
12652026-06-05T04:00:15.767Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-06-05T04:00:16.042Z Compiling tabled_derive v0.7.0
12672026-06-05T04:00:16.053Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-06-05T04:00:16.439Z Checking num_enum v0.7.6
12692026-06-05T04:00:19.508Z Checking tabwriter v1.4.1
12702026-06-05T04:00:19.573Z Checking secrecy v0.10.3
12712026-06-05T04:00:19.573Z Checking tinyvec_macros v0.1.1
12722026-06-05T04:00:19.573Z Checking colored v3.1.1
12732026-06-05T04:00:19.573Z Checking tinyvec v1.11.0
12742026-06-05T04:00:19.573Z Checking crossbeam-epoch v0.9.18
12752026-06-05T04:00:19.573Z Checking hash32 v0.3.1
12762026-06-05T04:00:19.610Z Checking bstr v1.12.1
12772026-06-05T04:00:19.619Z Checking data-encoding v2.11.0
12782026-06-05T04:00:19.726Z Checking hmac v0.12.1
12792026-06-05T04:00:19.961Z Checking ingot-types v0.1.2
12802026-06-05T04:00:19.977Z Checking inout v0.1.4
12812026-06-05T04:00:20.003Z Checking scroll v0.12.0
12822026-06-05T04:00:20.054Z Checking ff v0.13.1
12832026-06-05T04:00:20.190Z Checking cobs v0.3.0
12842026-06-05T04:00:20.240Z Checking bitflags v1.3.2
12852026-06-05T04:00:20.243Z Checking managed v0.8.0
12862026-06-05T04:00:20.342Z Checking static_assertions v1.1.0
12872026-06-05T04:00:20.342Z Checking foreign-types-shared v0.3.1
12882026-06-05T04:00:20.366Z Checking postcard v1.1.3
12892026-06-05T04:00:20.423Z Checking ingot v0.1.1
12902026-06-05T04:00:20.480Z Checking foreign-types v0.5.0
12912026-06-05T04:00:20.563Z Checking goblin v0.8.2
12922026-06-05T04:00:20.606Z Checking group v0.13.0
12932026-06-05T04:00:20.670Z Checking cipher v0.4.4
12942026-06-05T04:00:20.691Z Checking hkdf v0.12.4
12952026-06-05T04:00:20.830Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12962026-06-05T04:00:20.861Z Checking universal-hash v0.5.1
12972026-06-05T04:00:20.990Z Checking crypto-bigint v0.5.5
12982026-06-05T04:00:20.994Z Checking chacha20 v0.10.0
12992026-06-05T04:00:21.148Z Checking half v2.7.1
13002026-06-05T04:00:21.411Z Checking cstr-argument v0.1.2
13012026-06-05T04:00:21.558Z Checking indent_write v2.2.0
13022026-06-05T04:00:21.563Z Checking base16ct v0.2.0
13032026-06-05T04:00:21.590Z Checking base64ct v1.8.3
13042026-06-05T04:00:21.637Z Checking opaque-debug v0.3.1
13052026-06-05T04:00:21.680Z Checking ciborium-io v0.2.2
13062026-06-05T04:00:21.702Z Checking poly1305 v0.8.0
13072026-06-05T04:00:21.702Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13082026-06-05T04:00:21.802Z Checking ciborium-ll v0.2.2
13092026-06-05T04:00:21.832Z Checking password-hash v0.5.0
13102026-06-05T04:00:21.885Z Checking elliptic-curve v0.13.8
13112026-06-05T04:00:21.943Z Checking rand v0.10.1
13122026-06-05T04:00:21.987Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13132026-06-05T04:00:22.023Z Checking chacha20 v0.9.1
13142026-06-05T04:00:22.073Z Checking atomicwrites v0.4.4
13152026-06-05T04:00:22.099Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13162026-06-05T04:00:22.141Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13172026-06-05T04:00:22.197Z Checking blake2 v0.10.6
13182026-06-05T04:00:22.219Z Checking aead v0.5.2
13192026-06-05T04:00:22.336Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13202026-06-05T04:00:22.361Z Checking thiserror-no-std v2.0.2
13212026-06-05T04:00:22.415Z Checking hubpack v0.1.2
13222026-06-05T04:00:22.429Z Checking byte-wrapper v0.1.0
13232026-06-05T04:00:22.470Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13242026-06-05T04:00:22.648Z Checking keccak v0.1.6
13252026-06-05T04:00:22.662Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13262026-06-05T04:00:22.724Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13272026-06-05T04:00:22.803Z Checking sha3 v0.10.9
13282026-06-05T04:00:22.879Z Checking vsss-rs v3.3.4
13292026-06-05T04:00:22.957Z Checking argon2 v0.5.3
13302026-06-05T04:00:22.999Z Checking chacha20poly1305 v0.10.1
13312026-06-05T04:00:23.067Z Checking ciborium v0.2.2
13322026-06-05T04:00:23.149Z Checking similar v2.7.0
13332026-06-05T04:00:23.355Z Checking memmap v0.7.0
13342026-06-05T04:00:23.384Z Checking lazy_static v1.5.0
13352026-06-05T04:00:23.515Z Checking usdt v0.5.0
13362026-06-05T04:00:23.530Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13372026-06-05T04:00:23.679Z Checking crossbeam-deque v0.8.6
13382026-06-05T04:00:23.833Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13392026-06-05T04:00:23.853Z Checking unicode-segmentation v1.13.3
13402026-06-05T04:00:23.957Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13412026-06-05T04:00:24.169Z Checking bytecount v0.6.9
13422026-06-05T04:00:24.235Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13432026-06-05T04:00:24.265Z Checking newline-converter v0.3.0
13442026-06-05T04:00:24.343Z Checking console v0.15.11
13452026-06-05T04:00:24.412Z Checking itertools v0.12.1
13462026-06-05T04:00:24.425Z Checking progenitor v0.14.0
13472026-06-05T04:00:24.610Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13482026-06-05T04:00:24.657Z Compiling parking_lot_core v0.8.6
13492026-06-05T04:00:24.678Z Checking linked-hash-map v0.5.6
13502026-06-05T04:00:24.793Z Checking swrite v0.1.0
13512026-06-05T04:00:24.841Z Checking resolv-conf v0.7.6
13522026-06-05T04:00:24.886Z Checking lru-cache v0.1.2
13532026-06-05T04:00:24.952Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13542026-06-05T04:00:25.013Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13552026-06-05T04:00:25.018Z Checking rayon v1.12.0
13562026-06-05T04:00:25.054Z Checking expectorate v1.2.0
13572026-06-05T04:00:25.185Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13582026-06-05T04:00:25.393Z Checking hickory-proto v0.24.4
13592026-06-05T04:00:25.727Z Checking progenitor-client v0.13.0
13602026-06-05T04:00:25.795Z Checking camino-tempfile v1.4.1
13612026-06-05T04:00:26.153Z Checking serde-big-array v0.5.1
13622026-06-05T04:00:27.316Z Checking siphasher v1.0.3
13632026-06-05T04:00:27.316Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13642026-06-05T04:00:27.316Z Checking progenitor v0.13.0
13652026-06-05T04:00:27.316Z Checking phf_shared v0.12.1
13662026-06-05T04:00:27.317Z Checking unicode-normalization v0.1.25
13672026-06-05T04:00:27.317Z Checking pin-project v1.1.13
13682026-06-05T04:00:27.317Z Checking hickory-resolver v0.24.4
13692026-06-05T04:00:27.317Z Checking num_enum v0.5.11
13702026-06-05T04:00:27.317Z Checking tokio-stream v0.1.18
13712026-06-05T04:00:27.516Z Checking csv-core v0.1.13
13722026-06-05T04:00:27.591Z Checking highway v1.3.0
13732026-06-05T04:00:27.596Z Checking same-file v1.0.6
13742026-06-05T04:00:27.607Z Checking smawk v0.3.2
13752026-06-05T04:00:27.675Z Checking unicode-width v0.1.14
13762026-06-05T04:00:27.695Z Checking konst_macro_rules v0.2.19
13772026-06-05T04:00:27.714Z Checking foldhash v0.1.5
13782026-06-05T04:00:27.764Z Checking foreign-types-shared v0.1.1
13792026-06-05T04:00:27.783Z Checking unicode-linebreak v0.1.5
13802026-06-05T04:00:27.890Z Checking foreign-types v0.3.2
13812026-06-05T04:00:27.911Z Checking konst v0.2.20
13822026-06-05T04:00:27.931Z Checking hashbrown v0.15.5
13832026-06-05T04:00:27.970Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13842026-06-05T04:00:28.013Z Checking textwrap v0.16.2
13852026-06-05T04:00:28.073Z Checking walkdir v2.5.0
13862026-06-05T04:00:28.100Z Checking csv v1.4.0
13872026-06-05T04:00:28.230Z Checking qorb v0.4.1
13882026-06-05T04:00:28.583Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13892026-06-05T04:00:28.783Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13902026-06-05T04:00:28.964Z Checking olpc-cjson v0.1.4
13912026-06-05T04:00:29.084Z Checking snafu v0.8.9
13922026-06-05T04:00:29.107Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13932026-06-05T04:00:29.207Z Checking phf v0.12.1
13942026-06-05T04:00:29.355Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13952026-06-05T04:00:29.452Z Checking zone v0.3.1
13962026-06-05T04:00:29.527Z Checking tokio-dtrace v0.1.1
13972026-06-05T04:00:29.717Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-06-05T04:00:29.819Z Checking globset v0.4.18
13992026-06-05T04:00:30.026Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14002026-06-05T04:00:30.353Z Checking smf v0.2.3
14012026-06-05T04:00:30.479Z Checking pem v3.0.6
14022026-06-05T04:00:30.597Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14032026-06-05T04:00:30.633Z Checking libsw-core v0.3.2
14042026-06-05T04:00:30.784Z Checking serde_plain v1.0.2
14052026-06-05T04:00:30.804Z Checking sigpipe v0.1.3
14062026-06-05T04:00:30.822Z Checking fixedbitset v0.4.2
14072026-06-05T04:00:30.846Z Checking jiff v0.2.28
14082026-06-05T04:00:30.887Z Checking typed-path v0.9.3
14092026-06-05T04:00:30.998Z Checking glob v0.3.3
14102026-06-05T04:00:31.114Z Checking fixedbitset v0.5.7
14112026-06-05T04:00:31.314Z Checking petgraph v0.8.3
14122026-06-05T04:00:31.540Z Checking petgraph v0.6.5
14132026-06-05T04:00:31.561Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14142026-06-05T04:00:31.652Z Checking tough v0.22.0
14152026-06-05T04:00:31.953Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14162026-06-05T04:00:31.976Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14172026-06-05T04:00:32.148Z Checking libsw v3.5.0
14182026-06-05T04:00:32.429Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-05T04:00:32.679Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14202026-06-05T04:00:32.757Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14212026-06-05T04:00:32.806Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-06-05T04:00:32.809Z Checking oxide-tokio-rt v0.1.6
14232026-06-05T04:00:33.005Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-05T04:00:33.082Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-05T04:00:33.134Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-05T04:00:33.176Z Checking const_format v0.2.36
14272026-06-05T04:00:33.224Z Checking papergrid v0.11.0
14282026-06-05T04:00:33.531Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-06-05T04:00:33.573Z Checking gethostname v0.5.0
14302026-06-05T04:00:33.635Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-06-05T04:00:33.657Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14322026-06-05T04:00:33.836Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-05T04:00:33.913Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-06-05T04:00:34.245Z Checking libscf-sys v1.2.0
14352026-06-05T04:00:34.408Z Checking bcs v0.1.6
14362026-06-05T04:00:34.566Z Checking whoami v1.6.1
14372026-06-05T04:00:34.611Z Checking tagptr v0.2.0
14382026-06-05T04:00:34.652Z Checking linear-map v1.2.0
14392026-06-05T04:00:34.673Z Checking termtree v0.5.1
14402026-06-05T04:00:34.771Z Checking moka v0.12.15
14412026-06-05T04:00:34.835Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14422026-06-05T04:00:35.191Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14432026-06-05T04:00:36.146Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-05T04:00:36.354Z Checking tabled v0.15.0
14452026-06-05T04:00:36.552Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-05T04:00:36.552Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-05T04:00:36.594Z Checking steno v0.4.1
14482026-06-05T04:00:36.615Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-05T04:00:37.185Z Checking hickory-proto v0.25.2
14502026-06-05T04:00:38.781Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14512026-06-05T04:00:38.784Z Checking hickory-resolver v0.25.2
14522026-06-05T04:00:38.882Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14532026-06-05T04:00:39.463Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14542026-06-05T04:00:39.748Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14552026-06-05T04:00:40.282Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14562026-06-05T04:00:44.084Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-05T04:00:44.127Z Checking nom v8.0.0
14582026-06-05T04:00:44.168Z Compiling proc-macro-error-attr2 v2.0.0
14592026-06-05T04:00:46.041Z Compiling proc-macro-error2 v2.0.1
14602026-06-05T04:00:47.942Z Compiling crunchy v0.2.4
14612026-06-05T04:00:49.595Z Compiling tabled_derive v0.11.0
14622026-06-05T04:00:49.660Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14632026-06-05T04:00:50.706Z Compiling tiny-keccak v2.0.2
14642026-06-05T04:00:50.834Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14652026-06-05T04:00:51.210Z Compiling typify-impl v0.4.3
14662026-06-05T04:00:51.288Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14672026-06-05T04:00:51.356Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14682026-06-05T04:00:51.450Z Checking parking_lot v0.11.2
14692026-06-05T04:00:51.497Z Compiling const-random-macro v0.1.16
14702026-06-05T04:00:51.742Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14712026-06-05T04:00:51.920Z Checking fxhash v0.2.1
14722026-06-05T04:00:51.981Z Compiling smartstring v1.0.1
14732026-06-05T04:00:52.048Z Checking sled v0.34.7
14742026-06-05T04:00:52.258Z Compiling ahash v0.8.12
14752026-06-05T04:00:52.917Z Checking internet-checksum v0.2.1
14762026-06-05T04:00:52.959Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14772026-06-05T04:00:53.260Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14782026-06-05T04:00:53.282Z Compiling rhai_codegen v3.2.0
14792026-06-05T04:00:53.326Z Checking arc-swap v1.9.1
14802026-06-05T04:00:53.506Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14812026-06-05T04:00:53.652Z Checking slog-scope v4.4.1
14822026-06-05T04:00:53.808Z Checking papergrid v0.18.0
14832026-06-05T04:00:53.991Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14842026-06-05T04:00:54.110Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14852026-06-05T04:00:54.494Z Checking testing_table v0.3.0
14862026-06-05T04:00:54.576Z Checking dropshot-api-manager-types v0.7.2
14872026-06-05T04:00:54.597Z Compiling typify-macro v0.4.3
14882026-06-05T04:00:54.659Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14892026-06-05T04:00:54.783Z Checking tabled v0.21.0
14902026-06-05T04:00:54.803Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14912026-06-05T04:00:54.848Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14922026-06-05T04:00:54.940Z Checking slog-stdlog v4.1.1
14932026-06-05T04:00:55.071Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14942026-06-05T04:00:55.284Z Compiling lzma-sys v0.1.20
14952026-06-05T04:00:55.715Z Compiling fs-err v3.3.0
14962026-06-05T04:00:55.749Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14972026-06-05T04:00:55.898Z Compiling typeid v1.0.3
14982026-06-05T04:00:56.121Z Compiling typify v0.4.3
14992026-06-05T04:00:56.128Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15002026-06-05T04:00:56.163Z Checking slog-envlogger v2.2.0
15012026-06-05T04:00:56.232Z Compiling progenitor-impl v0.10.0
15022026-06-05T04:00:56.971Z Compiling toml_datetime v0.7.5+spec-1.1.0
15032026-06-05T04:00:57.054Z Checking crc8 v0.1.1
15042026-06-05T04:00:57.163Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15052026-06-05T04:00:57.209Z Compiling toml v0.9.12+spec-1.1.0
15062026-06-05T04:00:57.394Z Checking const-random v0.1.18
15072026-06-05T04:00:57.879Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15082026-06-05T04:00:58.111Z Compiling cargo_toml v0.22.3
15092026-06-05T04:00:58.132Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15102026-06-05T04:00:58.305Z Compiling progenitor-macro v0.10.0
15112026-06-05T04:00:59.338Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15122026-06-05T04:00:59.944Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15132026-06-05T04:01:00.323Z Checking thin-vec v0.2.18
15142026-06-05T04:01:00.561Z Checking rhai v1.25.1
15152026-06-05T04:01:00.619Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15162026-06-05T04:01:01.504Z Checking sha1 v0.10.6
15172026-06-05T04:01:01.711Z Checking utf-8 v0.7.6
15182026-06-05T04:01:02.013Z Checking tungstenite v0.21.0
15192026-06-05T04:01:02.469Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15202026-06-05T04:01:03.509Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15212026-06-05T04:01:03.531Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15222026-06-05T04:01:03.722Z Checking sha2 v0.10.9
15232026-06-05T04:01:03.844Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15242026-06-05T04:01:04.058Z Checking diff v0.1.13
15252026-06-05T04:01:04.117Z Checking yansi v1.0.1
15262026-06-05T04:01:04.117Z Checking progenitor v0.10.0
15272026-06-05T04:01:04.175Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15282026-06-05T04:01:04.363Z Checking pretty_assertions v1.4.1
15292026-06-05T04:01:04.456Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15302026-06-05T04:01:04.580Z Checking tokio-tungstenite v0.21.0
15312026-06-05T04:01:05.526Z Checking console v0.16.3
15322026-06-05T04:01:05.627Z Checking git-stub v1.0.0
15332026-06-05T04:01:05.840Z Checking unit-prefix v0.5.2
15342026-06-05T04:01:05.857Z Checking is_ci v1.2.0
15352026-06-05T04:01:05.965Z Checking base64 v0.21.7
15362026-06-05T04:01:06.073Z Checking supports-color v3.0.2
15372026-06-05T04:01:06.166Z Checking indicatif v0.18.4
15382026-06-05T04:01:06.251Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15392026-06-05T04:01:06.938Z Checking git-stub-vcs v0.1.0
15402026-06-05T04:01:07.103Z Checking xz2 v0.1.7
15412026-06-05T04:01:07.260Z Checking ron v0.12.1
15422026-06-05T04:01:07.500Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15432026-06-05T04:01:07.752Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15442026-06-05T04:01:07.804Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15452026-06-05T04:01:07.830Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15462026-06-05T04:01:08.067Z Checking drift v0.2.0
15472026-06-05T04:01:08.426Z Compiling serial_test_derive v3.5.0
15482026-06-05T04:01:08.604Z Checking base16ct v1.0.0
15492026-06-05T04:01:09.111Z Checking dropshot-api-manager v0.7.2
15502026-06-05T04:01:09.149Z Checking serial_test v3.5.0
15512026-06-05T04:01:09.318Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15522026-06-05T04:01:10.078Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15532026-06-05T04:01:10.321Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15542026-06-05T04:01:11.011Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15552026-06-05T04:01:11.239Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15562026-06-05T04:01:11.819Z Checking natord v1.0.9
15572026-06-05T04:01:12.065Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15582026-06-05T04:01:12.155Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15592026-06-05T04:01:12.227Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15602026-06-05T04:01:12.662Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15612026-06-05T04:01:12.954Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15622026-06-05T04:01:13.100Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15632026-06-05T04:01:13.155Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15642026-06-05T04:01:13.237Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15652026-06-05T04:01:13.285Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15662026-06-05T04:01:20.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15672026-06-05T04:01:20.881Z+ cargo xtask openapi check
15682026-06-05T04:01:21.513Z Compiling cfg-if v1.0.4
15692026-06-05T04:01:21.615Z Compiling libc v0.2.186
15702026-06-05T04:01:21.619Z Compiling serde_core v1.0.228
15712026-06-05T04:01:21.625Z Compiling memchr v2.8.1
15722026-06-05T04:01:21.637Z Compiling smallvec v1.15.1
15732026-06-05T04:01:21.643Z Compiling itoa v1.0.18
15742026-06-05T04:01:21.649Z Compiling stable_deref_trait v1.2.1
15752026-06-05T04:01:21.652Z Compiling zerofrom v0.1.8
15762026-06-05T04:01:21.670Z Compiling zmij v1.0.21
15772026-06-05T04:01:21.721Z Compiling litemap v0.8.2
15782026-06-05T04:01:21.775Z Compiling yoke v0.8.3
15792026-06-05T04:01:21.819Z Compiling writeable v0.6.3
15802026-06-05T04:01:21.836Z Compiling utf8_iter v1.0.4
15812026-06-05T04:01:21.907Z Compiling percent-encoding v2.3.2
15822026-06-05T04:01:21.955Z Compiling zerovec v0.11.6
15832026-06-05T04:01:21.958Z Compiling zerotrie v0.2.4
15842026-06-05T04:01:22.001Z Compiling icu_normalizer_data v2.2.0
15852026-06-05T04:01:22.018Z Compiling icu_properties_data v2.2.0
15862026-06-05T04:01:22.078Z Compiling libm v0.2.16
15872026-06-05T04:01:22.082Z Compiling form_urlencoded v1.2.2
15882026-06-05T04:01:22.104Z Compiling rand_core v0.10.1
15892026-06-05T04:01:22.160Z Compiling errno v0.3.14
15902026-06-05T04:01:22.253Z Compiling getrandom v0.4.2
15912026-06-05T04:01:22.294Z Compiling iana-time-zone v0.1.65
15922026-06-05T04:01:22.320Z Compiling pin-project-lite v0.2.17
15932026-06-05T04:01:22.324Z Compiling zeroize v1.8.2
15942026-06-05T04:01:22.329Z Compiling dyn-clone v1.0.20
15952026-06-05T04:01:22.401Z Compiling scopeguard v1.2.0
15962026-06-05T04:01:22.446Z Compiling parking_lot_core v0.9.12
15972026-06-05T04:01:22.469Z Compiling tinystr v0.8.3
15982026-06-05T04:01:22.512Z Compiling potential_utf v0.1.5
15992026-06-05T04:01:22.516Z Compiling lock_api v0.4.14
16002026-06-05T04:01:22.516Z Compiling socket2 v0.6.4
16012026-06-05T04:01:22.543Z Compiling signal-hook-registry v1.4.8
16022026-06-05T04:01:22.677Z Compiling icu_locale_core v2.2.0
16032026-06-05T04:01:22.689Z Compiling icu_collections v2.2.0
16042026-06-05T04:01:22.748Z Compiling parking_lot v0.12.5
16052026-06-05T04:01:22.758Z Compiling mio v1.2.1
16062026-06-05T04:01:22.834Z Compiling portable-atomic v1.13.1
16072026-06-05T04:01:22.979Z Compiling num-traits v0.2.19
16082026-06-05T04:01:23.146Z Compiling futures-core v0.3.32
16092026-06-05T04:01:23.230Z Compiling thiserror v2.0.18
16102026-06-05T04:01:23.261Z Compiling critical-section v1.2.0
16112026-06-05T04:01:23.293Z Compiling equivalent v1.0.2
16122026-06-05T04:01:23.310Z Compiling serde v1.0.228
16132026-06-05T04:01:23.339Z Compiling serde_json v1.0.150
16142026-06-05T04:01:23.353Z Compiling uuid v1.23.2
16152026-06-05T04:01:23.377Z Compiling semver v1.0.28
16162026-06-05T04:01:23.390Z Compiling icu_provider v2.2.0
16172026-06-05T04:01:23.476Z Compiling bitflags v2.12.1
16182026-06-05T04:01:23.619Z Compiling icu_normalizer v2.2.0
16192026-06-05T04:01:23.715Z Compiling icu_properties v2.2.0
16202026-06-05T04:01:23.718Z Compiling once_cell v1.21.4
16212026-06-05T04:01:23.736Z Compiling bytes v1.11.1
16222026-06-05T04:01:23.768Z Compiling chrono v0.4.45
16232026-06-05T04:01:23.771Z Compiling subtle v2.6.1
16242026-06-05T04:01:23.814Z Compiling zerocopy v0.8.50
16252026-06-05T04:01:23.933Z Compiling log v0.4.32
16262026-06-05T04:01:23.947Z Compiling futures-sink v0.3.32
16272026-06-05T04:01:24.055Z Compiling typenum v1.20.1
16282026-06-05T04:01:24.124Z Compiling slab v0.4.12
16292026-06-05T04:01:24.185Z Compiling tokio v1.52.3
16302026-06-05T04:01:24.312Z Compiling slog v2.8.2
16312026-06-05T04:01:24.325Z Compiling futures-channel v0.3.32
16322026-06-05T04:01:24.366Z Compiling getrandom v0.2.17
16332026-06-05T04:01:24.435Z Compiling futures-io v0.3.32
16342026-06-05T04:01:24.549Z Compiling rand_core v0.6.4
16352026-06-05T04:01:24.549Z Compiling futures-task v0.3.32
16362026-06-05T04:01:24.595Z Compiling idna_adapter v1.2.2
16372026-06-05T04:01:24.738Z Compiling idna v1.1.0
16382026-06-05T04:01:24.738Z Compiling futures-util v0.3.32
16392026-06-05T04:01:24.780Z Compiling hashbrown v0.17.1
16402026-06-05T04:01:24.856Z Compiling tracing-core v0.1.36
16412026-06-05T04:01:24.869Z Compiling base64 v0.22.1
16422026-06-05T04:01:25.198Z Compiling url v2.5.8
16432026-06-05T04:01:25.251Z Compiling tracing v0.1.44
16442026-06-05T04:01:25.337Z Compiling indexmap v2.14.0
16452026-06-05T04:01:25.447Z Compiling http v1.4.1
16462026-06-05T04:01:25.470Z Compiling unicode-ident v1.0.24
16472026-06-05T04:01:25.497Z Compiling fnv v1.0.7
16482026-06-05T04:01:25.599Z Compiling proc-macro2 v1.0.106
16492026-06-05T04:01:25.611Z Compiling byteorder v1.5.0
16502026-06-05T04:01:25.845Z Compiling schemars v0.8.22
16512026-06-05T04:01:25.977Z Compiling quote v1.0.45
16522026-06-05T04:01:26.028Z Compiling ipnet v2.12.0
16532026-06-05T04:01:26.265Z Compiling syn v2.0.117
16542026-06-05T04:01:26.287Z Compiling erased-serde v0.3.31
16552026-06-05T04:01:26.407Z Compiling rustls-pki-types v1.14.1
16562026-06-05T04:01:26.542Z Compiling http-body v1.0.1
16572026-06-05T04:01:26.704Z Compiling ipnetwork v0.21.1
16582026-06-05T04:01:26.775Z Compiling ppv-lite86 v0.2.21
16592026-06-05T04:01:26.884Z Compiling thiserror v1.0.69
16602026-06-05T04:01:26.996Z Compiling oxnet v0.1.6
16612026-06-05T04:01:27.021Z Compiling aws-lc-sys v0.41.0
16622026-06-05T04:01:27.101Z Compiling atomic-waker v1.1.2
16632026-06-05T04:01:27.130Z Compiling untrusted v0.7.1
16642026-06-05T04:01:27.163Z Compiling httparse v1.10.1
16652026-06-05T04:01:27.186Z Compiling untrusted v0.9.0
16662026-06-05T04:01:27.229Z Compiling try-lock v0.2.5
16672026-06-05T04:01:27.303Z Compiling tower-layer v0.3.3
16682026-06-05T04:01:27.337Z Compiling pretty-hex v0.4.2
16692026-06-05T04:01:27.376Z Compiling ryu v1.0.23
16702026-06-05T04:01:27.463Z Compiling tower-service v0.3.3
16712026-06-05T04:01:27.476Z Compiling rustls v0.23.40
16722026-06-05T04:01:27.479Z Compiling want v0.3.1
16732026-06-05T04:01:27.518Z Compiling aws-lc-rs v1.17.0
16742026-06-05T04:01:27.561Z Compiling rustix v1.1.4
16752026-06-05T04:01:27.573Z Compiling httpdate v1.0.3
16762026-06-05T04:01:27.662Z Compiling plain v0.2.3
16772026-06-05T04:01:27.668Z Compiling omicron-workspace-hack v0.1.0
16782026-06-05T04:01:27.726Z Compiling getrandom v0.3.4
16792026-06-05T04:01:27.740Z Compiling ucd-trie v0.1.7
16802026-06-05T04:01:27.781Z Compiling regex-syntax v0.8.10
16812026-06-05T04:01:27.830Z Compiling crossbeam-utils v0.8.21
16822026-06-05T04:01:27.913Z Compiling tokio-util v0.7.18
16832026-06-05T04:01:28.038Z Compiling pest v2.8.6
16842026-06-05T04:01:28.364Z Compiling rand_core v0.9.5
16852026-06-05T04:01:28.595Z Compiling h2 v0.4.14
16862026-06-05T04:01:28.658Z Compiling rustls-webpki v0.103.13
16872026-06-05T04:01:28.829Z Compiling serde_urlencoded v0.7.1
16882026-06-05T04:01:28.963Z Compiling http-body-util v0.1.3
16892026-06-05T04:01:29.083Z Compiling newtype-uuid v1.3.2
16902026-06-05T04:01:29.313Z Compiling foldhash v0.2.0
16912026-06-05T04:01:29.419Z Compiling hex v0.4.3
16922026-06-05T04:01:29.561Z Compiling allocator-api2 v0.2.21
16932026-06-05T04:01:29.592Z Compiling daft v0.1.7
16942026-06-05T04:01:29.687Z Compiling rand_chacha v0.9.0
16952026-06-05T04:01:29.866Z Compiling hashbrown v0.16.1
16962026-06-05T04:01:29.901Z Compiling fastrand v2.4.1
16972026-06-05T04:01:30.074Z Compiling rand v0.9.4
16982026-06-05T04:01:30.128Z Compiling sync_wrapper v1.0.2
16992026-06-05T04:01:30.171Z Compiling generic-array v0.14.7
17002026-06-05T04:01:30.246Z Compiling tower v0.5.3
17012026-06-05T04:01:30.260Z Compiling anyhow v1.0.102
17022026-06-05T04:01:30.362Z Compiling aho-corasick v1.1.4
17032026-06-05T04:01:30.455Z Compiling powerfmt v0.2.0
17042026-06-05T04:01:30.643Z Compiling tower-http v0.6.11
17052026-06-05T04:01:30.669Z Compiling hyper v1.10.1
17062026-06-05T04:01:30.672Z Compiling deranged v0.5.8
17072026-06-05T04:01:30.691Z Compiling tempfile v3.27.0
17082026-06-05T04:01:30.713Z Compiling futures-executor v0.3.32
17092026-06-05T04:01:30.990Z Compiling camino v1.2.2
17102026-06-05T04:01:31.069Z Compiling openapiv3 v2.2.0
17112026-06-05T04:01:31.084Z Compiling openssl-probe v0.2.1
17122026-06-05T04:01:31.272Z Compiling regex-automata v0.4.14
17132026-06-05T04:01:31.404Z Compiling cpufeatures v0.3.0
17142026-06-05T04:01:31.485Z Compiling time-core v0.1.8
17152026-06-05T04:01:31.553Z Compiling num_threads v0.1.7
17162026-06-05T04:01:31.638Z Compiling num-conv v0.2.2
17172026-06-05T04:01:31.658Z Compiling rustls-native-certs v0.8.4
17182026-06-05T04:01:31.666Z Compiling futures v0.3.32
17192026-06-05T04:01:31.760Z Compiling hyper-util v0.1.20
17202026-06-05T04:01:31.795Z Compiling time v0.3.47
17212026-06-05T04:01:31.986Z Compiling scroll v0.13.0
17222026-06-05T04:01:32.210Z Compiling tokio-rustls v0.26.4
17232026-06-05T04:01:32.270Z Compiling hybrid-array v0.4.12
17242026-06-05T04:01:32.383Z Compiling winnow v1.0.3
17252026-06-05T04:01:32.532Z Compiling simd-adler32 v0.3.9
17262026-06-05T04:01:32.699Z Compiling adler2 v2.0.1
17272026-06-05T04:01:32.744Z Compiling goblin v0.10.7
17282026-06-05T04:01:32.767Z Compiling rustls-platform-verifier v0.7.0
17292026-06-05T04:01:32.840Z Compiling miniz_oxide v0.8.9
17302026-06-05T04:01:33.007Z Compiling hyper-rustls v0.27.9
17312026-06-05T04:01:33.317Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-06-05T04:01:33.418Z Compiling crossbeam-channel v0.5.15
17332026-06-05T04:01:33.496Z Compiling crc32fast v1.5.0
17342026-06-05T04:01:33.508Z Compiling reqwest v0.13.4
17352026-06-05T04:01:33.521Z Compiling regex v1.12.3
17362026-06-05T04:01:33.694Z Compiling flate2 v1.1.9
17372026-06-05T04:01:33.827Z Compiling crypto-common v0.2.2
17382026-06-05T04:01:33.896Z Compiling block-buffer v0.12.0
17392026-06-05T04:01:33.980Z Compiling crypto-common v0.1.7
17402026-06-05T04:01:34.063Z Compiling dtrace-parser v0.3.0
17412026-06-05T04:01:34.116Z Compiling rand_chacha v0.3.1
17422026-06-05T04:01:34.128Z Compiling thread-id v5.1.0
17432026-06-05T04:01:34.216Z Compiling thread_local v1.1.9
17442026-06-05T04:01:34.489Z Compiling match_cfg v0.1.0
17452026-06-05T04:01:34.528Z Compiling const-oid v0.10.2
17462026-06-05T04:01:34.532Z Compiling debug-ignore v1.0.5
17472026-06-05T04:01:34.566Z Compiling compression-core v0.4.32
17482026-06-05T04:01:34.665Z Compiling hostname v0.3.1
17492026-06-05T04:01:34.729Z Compiling compression-codecs v0.4.38
17502026-06-05T04:01:34.741Z Compiling digest v0.11.3
17512026-06-05T04:01:34.751Z Compiling rand v0.8.6
17522026-06-05T04:01:34.773Z Compiling toml_parser v1.1.2+spec-1.1.0
17532026-06-05T04:01:34.804Z Compiling slog-json v2.6.1
17542026-06-05T04:01:34.842Z Compiling ref-cast v1.0.25
17552026-06-05T04:01:34.908Z Compiling strum v0.26.3
17562026-06-05T04:01:34.950Z Compiling macaddr v1.0.1
17572026-06-05T04:01:34.983Z Compiling serde_spanned v1.1.1
17582026-06-05T04:01:35.014Z Compiling toml_datetime v1.1.1+spec-1.1.0
17592026-06-05T04:01:35.043Z Compiling memmap2 v0.9.10
17602026-06-05T04:01:35.135Z Compiling wait-timeout v0.2.1
17612026-06-05T04:01:35.181Z Compiling is-terminal v0.4.17
17622026-06-05T04:01:35.272Z Compiling encoding_rs v0.8.35
17632026-06-05T04:01:35.286Z Compiling term v1.2.1
17642026-06-05T04:01:35.327Z Compiling spin v0.9.8
17652026-06-05T04:01:35.395Z Compiling bit-vec v0.8.0
17662026-06-05T04:01:35.429Z Compiling take_mut v0.2.2
17672026-06-05T04:01:35.435Z Compiling mime v0.3.17
17682026-06-05T04:01:35.448Z Compiling either v1.16.0
17692026-06-05T04:01:35.557Z Compiling dof v0.4.0
17702026-06-05T04:01:35.632Z Compiling quick-error v1.2.3
17712026-06-05T04:01:35.662Z Compiling toml_writer v1.1.1+spec-1.1.0
17722026-06-05T04:01:35.708Z Compiling bit-set v0.8.0
17732026-06-05T04:01:35.747Z Compiling rusty-fork v0.3.1
17742026-06-05T04:01:35.878Z Compiling toml v1.1.2+spec-1.1.0
17752026-06-05T04:01:35.878Z Compiling slog-term v2.9.2
17762026-06-05T04:01:35.964Z Compiling slog-async v2.8.0
17772026-06-05T04:01:36.101Z Compiling slog-bunyan v2.5.0
17782026-06-05T04:01:36.250Z Compiling usdt-impl v0.6.0
17792026-06-05T04:01:36.442Z Compiling multer v3.1.0
17802026-06-05T04:01:36.459Z Compiling async-compression v0.4.42
17812026-06-05T04:01:36.785Z Compiling usdt v0.6.0
17822026-06-05T04:01:36.835Z Compiling sha1 v0.11.0
17832026-06-05T04:01:36.922Z Compiling serde_with v3.20.0
17842026-06-05T04:01:36.938Z Compiling async-stream v0.3.6
17852026-06-05T04:01:36.941Z Compiling rand_xorshift v0.4.0
17862026-06-05T04:01:37.068Z Compiling waitgroup v0.1.2
17872026-06-05T04:01:37.090Z Compiling rustls-pemfile v2.2.0
17882026-06-05T04:01:37.103Z Compiling serde_path_to_error v0.1.20
17892026-06-05T04:01:37.118Z Compiling hostname v0.4.2
17902026-06-05T04:01:37.194Z Compiling unarray v0.1.4
17912026-06-05T04:01:37.214Z Compiling strum v0.27.2
17922026-06-05T04:01:37.263Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17932026-06-05T04:01:37.317Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17942026-06-05T04:01:37.352Z Compiling proptest v1.11.0
17952026-06-05T04:01:37.365Z Compiling progenitor-client v0.14.0
17962026-06-05T04:01:37.379Z Compiling iddqd v0.4.2
17972026-06-05T04:01:37.412Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T04:01:37.502Z Compiling dropshot v0.17.1
17992026-06-05T04:01:37.506Z Compiling reqwest v0.12.28
18002026-06-05T04:01:37.586Z Compiling block-buffer v0.10.4
18012026-06-05T04:01:37.659Z Compiling backon v1.6.0
18022026-06-05T04:01:37.669Z Compiling instant v0.1.13
18032026-06-05T04:01:37.741Z Compiling backoff v0.4.0
18042026-06-05T04:01:37.777Z Compiling digest v0.10.7
18052026-06-05T04:01:37.865Z Compiling progenitor-extras v0.2.0
18062026-06-05T04:01:37.956Z Compiling itertools v0.14.0
18072026-06-05T04:01:38.011Z Compiling parse-display v0.10.0
18082026-06-05T04:01:38.102Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18092026-06-05T04:01:38.342Z Compiling regress v0.10.5
18102026-06-05T04:01:38.669Z Compiling progenitor-client v0.10.0
18112026-06-05T04:01:38.730Z Compiling humantime v2.3.0
18122026-06-05T04:01:38.988Z Compiling cpufeatures v0.2.17
18132026-06-05T04:01:39.012Z Compiling unicode-width v0.2.2
18142026-06-05T04:01:39.068Z Compiling secrecy v0.10.3
18152026-06-05T04:01:39.188Z Compiling heck v0.5.0
18162026-06-05T04:01:39.236Z Compiling tinyvec_macros v0.1.1
18172026-06-05T04:01:39.304Z Compiling tinyvec v1.11.0
18182026-06-05T04:01:39.319Z Compiling num-integer v0.1.46
18192026-06-05T04:01:39.329Z Compiling scroll v0.12.0
18202026-06-05T04:01:39.450Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18212026-06-05T04:01:39.602Z Compiling crucible-workspace-hack v0.1.0
18222026-06-05T04:01:39.641Z Compiling hmac v0.12.1
18232026-06-05T04:01:39.654Z Compiling inout v0.1.4
18242026-06-05T04:01:39.678Z Compiling ff v0.13.1
18252026-06-05T04:01:39.788Z Compiling utf8parse v0.2.2
18262026-06-05T04:01:39.805Z Compiling group v0.13.0
18272026-06-05T04:01:39.818Z Compiling cipher v0.4.4
18282026-06-05T04:01:39.908Z Compiling anstyle-parse v1.0.0
18292026-06-05T04:01:39.923Z Compiling hkdf v0.12.4
18302026-06-05T04:01:40.022Z Compiling goblin v0.8.2
18312026-06-05T04:01:40.043Z Compiling num-rational v0.4.2
18322026-06-05T04:01:40.078Z Compiling num-iter v0.1.45
18332026-06-05T04:01:40.209Z Compiling zerocopy v0.7.35
18342026-06-05T04:01:40.312Z Compiling universal-hash v0.5.1
18352026-06-05T04:01:40.427Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-05T04:01:40.455Z Compiling crypto-bigint v0.5.5
18372026-06-05T04:01:40.593Z Compiling regress v0.11.1
18382026-06-05T04:01:40.766Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T04:01:40.959Z Compiling terminal_size v0.4.4
18402026-06-05T04:01:41.110Z Compiling half v2.7.1
18412026-06-05T04:01:41.123Z Compiling num-complex v0.4.6
18422026-06-05T04:01:41.419Z Compiling ciborium-io v0.2.2
18432026-06-05T04:01:41.511Z Compiling opaque-debug v0.3.1
18442026-06-05T04:01:41.525Z Compiling anstyle-query v1.1.5
18452026-06-05T04:01:41.591Z Compiling base16ct v0.2.0
18462026-06-05T04:01:41.623Z Compiling base64ct v1.8.3
18472026-06-05T04:01:41.641Z Compiling is_terminal_polyfill v1.70.2
18482026-06-05T04:01:41.697Z Compiling colorchoice v1.0.5
18492026-06-05T04:01:41.741Z Compiling anstyle v1.0.14
18502026-06-05T04:01:41.758Z Compiling elliptic-curve v0.13.8
18512026-06-05T04:01:41.931Z Compiling anstream v1.0.0
18522026-06-05T04:01:41.975Z Compiling password-hash v0.5.0
18532026-06-05T04:01:42.039Z Compiling poly1305 v0.8.0
18542026-06-05T04:01:42.259Z Compiling dof v0.3.0
18552026-06-05T04:01:42.336Z Compiling typify-impl v0.6.2
18562026-06-05T04:01:42.464Z Compiling ciborium-ll v0.2.2
18572026-06-05T04:01:42.497Z Compiling num v0.4.3
18582026-06-05T04:01:42.693Z Compiling curve25519-dalek v4.1.3
18592026-06-05T04:01:42.997Z Compiling thiserror-no-std v2.0.2
18602026-06-05T04:01:43.130Z Compiling chacha20 v0.9.1
18612026-06-05T04:01:43.250Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-05T04:01:43.505Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T04:01:43.738Z Compiling blake2 v0.10.6
18642026-06-05T04:01:43.853Z Compiling aead v0.5.2
18652026-06-05T04:01:43.865Z Compiling byte-wrapper v0.1.0
18662026-06-05T04:01:43.888Z Compiling dtrace-parser v0.2.0
18672026-06-05T04:01:43.915Z Compiling crossbeam-epoch v0.9.18
18682026-06-05T04:01:44.023Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18692026-06-05T04:01:44.157Z Compiling thread-id v4.2.2
18702026-06-05T04:01:44.203Z Compiling float-ord v0.3.2
18712026-06-05T04:01:44.245Z Compiling clap_lex v1.1.0
18722026-06-05T04:01:44.250Z Compiling keccak v0.1.6
18732026-06-05T04:01:44.256Z Compiling strsim v0.11.1
18742026-06-05T04:01:44.317Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18752026-06-05T04:01:44.477Z Compiling clap_builder v4.6.0
18762026-06-05T04:01:44.489Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-05T04:01:44.641Z Compiling sha3 v0.10.9
18782026-06-05T04:01:44.680Z Compiling usdt-impl v0.5.0
18792026-06-05T04:01:44.935Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:01:45.342Z Compiling typify v0.6.2
18812026-06-05T04:01:45.460Z Compiling chacha20poly1305 v0.10.1
18822026-06-05T04:01:45.603Z Compiling argon2 v0.5.3
18832026-06-05T04:01:46.002Z Compiling vsss-rs v3.3.4
18842026-06-05T04:01:46.115Z Compiling ciborium v0.2.2
18852026-06-05T04:01:46.128Z Compiling hash32 v0.3.1
18862026-06-05T04:01:46.295Z Compiling memmap v0.7.0
18872026-06-05T04:01:46.489Z Compiling indent_write v2.2.0
18882026-06-05T04:01:46.535Z Compiling data-encoding v2.11.0
18892026-06-05T04:01:46.640Z Compiling usdt v0.5.0
18902026-06-05T04:01:46.706Z Compiling heapless v0.8.0
18912026-06-05T04:01:46.918Z Compiling ingot-types v0.1.2
18922026-06-05T04:01:46.994Z Compiling clap v4.6.1
18932026-06-05T04:01:47.085Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18942026-06-05T04:01:47.146Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T04:01:47.285Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-05T04:01:47.380Z Compiling rustix v0.38.44
18972026-06-05T04:01:47.398Z Compiling tabwriter v1.4.1
18982026-06-05T04:01:47.567Z Compiling cobs v0.3.0
18992026-06-05T04:01:47.651Z Compiling bitflags v1.3.2
19002026-06-05T04:01:47.736Z Compiling managed v0.8.0
19012026-06-05T04:01:47.754Z Compiling postcard v1.1.3
19022026-06-05T04:01:47.778Z Compiling ingot v0.1.1
19032026-06-05T04:01:47.802Z Compiling memoffset v0.9.1
19042026-06-05T04:01:47.894Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-05T04:01:47.956Z Compiling smoltcp v0.11.0
19062026-06-05T04:01:48.096Z Compiling toml_datetime v0.6.11
19072026-06-05T04:01:48.159Z Compiling serde_spanned v0.6.9
19082026-06-05T04:01:48.307Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-06-05T04:01:48.318Z Compiling static_assertions v1.1.0
19102026-06-05T04:01:48.381Z Compiling linked-hash-map v0.5.6
19112026-06-05T04:01:48.396Z Compiling toml_write v0.1.2
19122026-06-05T04:01:48.572Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-05T04:01:48.601Z Compiling winnow v0.7.15
19142026-06-05T04:01:48.613Z Compiling foreign-types-shared v0.3.1
19152026-06-05T04:01:48.712Z Compiling resolv-conf v0.7.6
19162026-06-05T04:01:48.942Z Compiling unicode-segmentation v1.13.3
19172026-06-05T04:01:49.083Z Compiling swrite v0.1.0
19182026-06-05T04:01:49.187Z Compiling colored v3.1.1
19192026-06-05T04:01:49.379Z Compiling newline-converter v0.3.0
19202026-06-05T04:01:49.507Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-06-05T04:01:49.584Z Compiling foreign-types v0.5.0
19222026-06-05T04:01:49.652Z Compiling lru-cache v0.1.2
19232026-06-05T04:01:49.676Z Compiling hubpack v0.1.2
19242026-06-05T04:01:49.785Z Compiling atomicwrites v0.4.4
19252026-06-05T04:01:49.838Z Compiling nix v0.31.3
19262026-06-05T04:01:49.907Z Compiling toml_edit v0.22.27
19272026-06-05T04:01:49.980Z Compiling num_enum v0.7.6
19282026-06-05T04:01:50.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19292026-06-05T04:01:50.109Z Compiling hickory-proto v0.24.4
19302026-06-05T04:01:50.219Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19312026-06-05T04:01:50.342Z Compiling crossbeam-deque v0.8.6
19322026-06-05T04:01:50.549Z Compiling console v0.15.11
19332026-06-05T04:01:50.644Z Compiling chacha20 v0.10.0
19342026-06-05T04:01:50.692Z Compiling camino-tempfile v1.4.1
19352026-06-05T04:01:50.905Z Compiling serde-big-array v0.5.1
19362026-06-05T04:01:50.933Z Compiling cstr-argument v0.1.2
19372026-06-05T04:01:51.057Z Compiling similar v2.7.0
19382026-06-05T04:01:51.093Z Compiling siphasher v1.0.3
19392026-06-05T04:01:51.298Z Compiling phf_shared v0.12.1
19402026-06-05T04:01:51.483Z Compiling expectorate v1.2.0
19412026-06-05T04:01:51.529Z Compiling toml v0.8.23
19422026-06-05T04:01:51.643Z Compiling pin-project v1.1.13
19432026-06-05T04:01:51.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19442026-06-05T04:01:51.957Z Compiling hickory-resolver v0.24.4
19452026-06-05T04:01:52.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462026-06-05T04:01:52.244Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19472026-06-05T04:01:52.468Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19482026-06-05T04:01:52.499Z Compiling rand v0.10.1
19492026-06-05T04:01:52.600Z Compiling rayon-core v1.13.0
19502026-06-05T04:01:52.788Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19512026-06-05T04:01:53.185Z Compiling num_enum v0.5.11
19522026-06-05T04:01:53.209Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-06-05T04:01:53.267Z Compiling progenitor-impl v0.13.0
19542026-06-05T04:01:53.311Z Compiling prettyplease v0.2.37
19552026-06-05T04:01:53.313Z Compiling unicode-normalization v0.1.25
19562026-06-05T04:01:53.723Z Compiling progenitor-client v0.13.0
19572026-06-05T04:01:53.799Z Compiling tokio-stream v0.1.18
19582026-06-05T04:01:54.028Z Compiling csv-core v0.1.13
19592026-06-05T04:01:54.272Z Compiling bstr v1.12.1
19602026-06-05T04:01:54.305Z Compiling konst_macro_rules v0.2.19
19612026-06-05T04:01:54.338Z Compiling unicode-width v0.1.14
19622026-06-05T04:01:54.382Z Compiling highway v1.3.0
19632026-06-05T04:01:54.488Z Compiling foldhash v0.1.5
19642026-06-05T04:01:54.575Z Compiling same-file v1.0.6
19652026-06-05T04:01:54.621Z Compiling foreign-types-shared v0.1.1
19662026-06-05T04:01:54.674Z Compiling globset v0.4.18
19672026-06-05T04:01:54.716Z Compiling foreign-types v0.3.2
19682026-06-05T04:01:54.752Z Compiling walkdir v2.5.0
19692026-06-05T04:01:54.763Z Compiling hashbrown v0.15.5
19702026-06-05T04:01:54.774Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-05T04:01:54.791Z Compiling konst v0.2.20
19722026-06-05T04:01:55.037Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-05T04:01:55.093Z Compiling progenitor v0.13.0
19742026-06-05T04:01:55.145Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-05T04:01:55.233Z Compiling csv v1.4.0
19762026-06-05T04:01:55.292Z Compiling qorb v0.4.1
19772026-06-05T04:01:55.451Z Compiling snafu v0.8.9
19782026-06-05T04:01:55.837Z Compiling olpc-cjson v0.1.4
19792026-06-05T04:01:56.013Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19802026-06-05T04:01:56.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19812026-06-05T04:01:56.394Z Compiling rayon v1.12.0
19822026-06-05T04:01:56.439Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19832026-06-05T04:01:57.058Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-05T04:01:57.190Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-06-05T04:01:57.392Z Compiling phf v0.12.1
19862026-06-05T04:01:57.560Z Compiling openssl-sys v0.9.116
19872026-06-05T04:01:57.715Z Compiling tokio-dtrace v0.1.1
19882026-06-05T04:01:57.860Z Compiling progenitor-impl v0.14.0
19892026-06-05T04:01:57.981Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-06-05T04:01:57.994Z Compiling itertools v0.12.1
19912026-06-05T04:01:58.245Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19922026-06-05T04:01:58.461Z Compiling libsw-core v0.3.2
19932026-06-05T04:01:58.553Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19942026-06-05T04:01:58.642Z Compiling pem v3.0.6
19952026-06-05T04:01:58.858Z Compiling serde_plain v1.0.2
19962026-06-05T04:01:58.922Z Compiling sigpipe v0.1.3
19972026-06-05T04:01:59.012Z Compiling jiff v0.2.28
19982026-06-05T04:01:59.024Z Compiling glob v0.3.3
19992026-06-05T04:01:59.071Z Compiling typed-path v0.9.3
20002026-06-05T04:01:59.148Z Compiling minimal-lexical v0.2.1
20012026-06-05T04:01:59.201Z Compiling bytecount v0.6.9
20022026-06-05T04:01:59.351Z Compiling fixedbitset v0.4.2
20032026-06-05T04:01:59.425Z Compiling fixedbitset v0.5.7
20042026-06-05T04:01:59.450Z Compiling nom v7.1.3
20052026-06-05T04:01:59.589Z Compiling petgraph v0.6.5
20062026-06-05T04:01:59.628Z Compiling petgraph v0.8.3
20072026-06-05T04:01:59.757Z Compiling papergrid v0.11.0
20082026-06-05T04:02:00.121Z Compiling tough v0.22.0
20092026-06-05T04:02:00.366Z Compiling zone v0.3.1
20102026-06-05T04:02:00.792Z Compiling openssl v0.10.80
20112026-06-05T04:02:00.972Z Compiling progenitor v0.14.0
20122026-06-05T04:02:01.072Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-05T04:02:01.107Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20142026-06-05T04:02:01.119Z Compiling libsw v3.5.0
20152026-06-05T04:02:01.264Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-05T04:02:01.296Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-05T04:02:01.372Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-06-05T04:02:01.376Z Compiling oxide-tokio-rt v0.1.6
20192026-06-05T04:02:01.525Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-05T04:02:01.623Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20212026-06-05T04:02:01.683Z Compiling chrono-tz v0.10.4
20222026-06-05T04:02:02.204Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-05T04:02:02.404Z Compiling newtype_derive v0.1.6
20242026-06-05T04:02:02.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20252026-06-05T04:02:02.489Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-05T04:02:02.697Z Compiling slog-dtrace v0.3.0
20272026-06-05T04:02:02.788Z Compiling owo-colors v4.3.0
20282026-06-05T04:02:03.017Z Compiling const_format v0.2.36
20292026-06-05T04:02:03.307Z Compiling cancel-safe-futures v0.1.5
20302026-06-05T04:02:03.367Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20312026-06-05T04:02:03.530Z Compiling gethostname v0.5.0
20322026-06-05T04:02:03.552Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20332026-06-05T04:02:03.619Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-05T04:02:03.658Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-05T04:02:03.745Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T04:02:03.762Z Compiling smf v0.2.3
20372026-06-05T04:02:03.875Z Compiling bcs v0.1.6
20382026-06-05T04:02:04.026Z Compiling termtree v0.5.1
20392026-06-05T04:02:04.170Z Compiling linear-map v1.2.0
20402026-06-05T04:02:04.182Z Compiling tagptr v0.2.0
20412026-06-05T04:02:04.200Z Compiling whoami v1.6.1
20422026-06-05T04:02:04.213Z Compiling unicode-linebreak v0.1.5
20432026-06-05T04:02:04.336Z Compiling lazy_static v1.5.0
20442026-06-05T04:02:04.348Z Compiling smawk v0.3.2
20452026-06-05T04:02:04.359Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T04:02:04.444Z Compiling steno v0.4.1
20472026-06-05T04:02:04.465Z Compiling textwrap v0.16.2
20482026-06-05T04:02:04.488Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-05T04:02:04.516Z Compiling moka v0.12.15
20502026-06-05T04:02:04.833Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T04:02:04.992Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T04:02:05.294Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:02:05.940Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:02:06.000Z Compiling tabled v0.15.0
20552026-06-05T04:02:06.321Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T04:02:06.521Z Compiling cookie v0.18.1
20572026-06-05T04:02:07.140Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-05T04:02:07.304Z Compiling hickory-proto v0.25.2
20592026-06-05T04:02:07.631Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20602026-06-05T04:02:07.655Z Compiling libscf-sys v1.2.0
20612026-06-05T04:02:07.828Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-05T04:02:08.092Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20632026-06-05T04:02:08.488Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20642026-06-05T04:02:08.541Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20652026-06-05T04:02:08.820Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20662026-06-05T04:02:09.188Z Compiling hickory-resolver v0.25.2
20672026-06-05T04:02:09.955Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-05T04:02:14.599Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-05T04:02:22.131Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-05T04:02:23.732Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-05T04:02:24.728Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20722026-06-05T04:02:26.046Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20732026-06-05T04:02:27.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
20742026-06-05T04:02:27.304Z Running `target/debug/xtask openapi check`
20752026-06-05T04:02:27.786Z Compiling serde_core v1.0.228
20762026-06-05T04:02:27.789Z Compiling serde v1.0.228
20772026-06-05T04:02:27.858Z Compiling serde_json v1.0.150
20782026-06-05T04:02:27.862Z Compiling syn v2.0.117
20792026-06-05T04:02:27.871Z Compiling bytes v1.11.1
20802026-06-05T04:02:27.876Z Compiling getrandom v0.4.2
20812026-06-05T04:02:27.880Z Compiling zerocopy v0.8.50
20822026-06-05T04:02:27.880Z Compiling once_cell v1.21.4
20832026-06-05T04:02:28.034Z Compiling num-traits v0.2.19
20842026-06-05T04:02:28.214Z Compiling zeroize v1.8.2
20852026-06-05T04:02:28.330Z Compiling http v1.4.1
20862026-06-05T04:02:28.395Z Compiling schemars v0.8.22
20872026-06-05T04:02:28.455Z Compiling aws-lc-rs v1.17.0
20882026-06-05T04:02:28.471Z Compiling usdt-impl v0.6.0
20892026-06-05T04:02:28.492Z Compiling time-macros v0.2.27
20902026-06-05T04:02:28.666Z Compiling rustls-pki-types v1.14.1
20912026-06-05T04:02:28.741Z Compiling tracing-core v0.1.36
20922026-06-05T04:02:29.004Z Compiling bitflags v2.12.1
20932026-06-05T04:02:29.135Z Compiling tracing v0.1.44
20942026-06-05T04:02:29.246Z Compiling http-body v1.0.1
20952026-06-05T04:02:29.332Z Compiling generic-array v0.14.7
20962026-06-05T04:02:29.378Z Compiling rustls v0.23.40
20972026-06-05T04:02:29.391Z Compiling indexmap v2.14.0
20982026-06-05T04:02:29.404Z Compiling rustix v1.1.4
20992026-06-05T04:02:29.485Z Compiling time v0.3.47
21002026-06-05T04:02:29.620Z Compiling toml_datetime v1.1.1+spec-1.1.0
21012026-06-05T04:02:30.012Z Compiling uuid v1.23.2
21022026-06-05T04:02:30.436Z Compiling pest_generator v2.8.6
21032026-06-05T04:02:30.560Z Compiling serde_derive_internals v0.29.1
21042026-06-05T04:02:30.622Z Compiling camino v1.2.2
21052026-06-05T04:02:30.632Z Compiling rustls-webpki v0.103.13
21062026-06-05T04:02:30.645Z Compiling subtle v2.6.1
21072026-06-05T04:02:30.800Z Compiling winnow v1.0.3
21082026-06-05T04:02:30.917Z Compiling toml_edit v0.25.12+spec-1.1.0
21092026-06-05T04:02:30.942Z Compiling serde_spanned v1.1.1
21102026-06-05T04:02:31.089Z Compiling toml_parser v1.1.2+spec-1.1.0
21112026-06-05T04:02:31.301Z Compiling semver v1.0.28
21122026-06-05T04:02:31.536Z Compiling rustix v0.38.44
21132026-06-05T04:02:31.551Z Compiling toml v1.1.2+spec-1.1.0
21142026-06-05T04:02:31.561Z Compiling serde_derive v1.0.228
21152026-06-05T04:02:31.636Z Compiling thiserror-impl v2.0.18
21162026-06-05T04:02:31.639Z Compiling zerocopy-derive v0.8.50
21172026-06-05T04:02:31.749Z Compiling pest_derive v2.8.6
21182026-06-05T04:02:31.825Z Compiling tokio-macros v2.7.0
21192026-06-05T04:02:31.907Z Compiling scroll_derive v0.13.1
21202026-06-05T04:02:32.281Z Compiling schemars_derive v0.8.22
21212026-06-05T04:02:32.628Z Compiling tokio v1.52.3
21222026-06-05T04:02:32.804Z Compiling futures-macro v0.3.32
21232026-06-05T04:02:32.885Z Compiling thiserror v2.0.18
21242026-06-05T04:02:33.007Z Compiling scroll v0.13.0
21252026-06-05T04:02:33.108Z Compiling dtrace-parser v0.3.0
21262026-06-05T04:02:33.282Z Compiling goblin v0.10.7
21272026-06-05T04:02:33.663Z Compiling futures-util v0.3.32
21282026-06-05T04:02:34.806Z Compiling chrono v0.4.45
21292026-06-05T04:02:35.022Z Compiling erased-serde v0.3.31
21302026-06-05T04:02:35.526Z Compiling slog v2.8.2
21312026-06-05T04:02:35.928Z Compiling dof v0.4.0
21322026-06-05T04:02:36.007Z Compiling serde_tokenstream v0.2.3
21332026-06-05T04:02:36.276Z Compiling tokio-util v0.7.18
21342026-06-05T04:02:36.491Z Compiling slog-json v2.6.1
21352026-06-05T04:02:36.704Z Compiling oxnet v0.1.6
21362026-06-05T04:02:36.712Z Compiling h2 v0.4.14
21372026-06-05T04:02:36.887Z Compiling futures-executor v0.3.32
21382026-06-05T04:02:37.181Z Compiling usdt-attr-macro v0.6.0
21392026-06-05T04:02:37.181Z Compiling usdt-macro v0.6.0
21402026-06-05T04:02:37.254Z Compiling openapiv3 v2.2.0
21412026-06-05T04:02:37.596Z Compiling async-stream-impl v0.3.6
21422026-06-05T04:02:37.913Z Compiling futures v0.3.32
21432026-06-05T04:02:37.949Z Compiling slog-bunyan v2.5.0
21442026-06-05T04:02:37.962Z Compiling usdt v0.6.0
21452026-06-05T04:02:37.995Z Compiling dropshot_endpoint v0.17.1
21462026-06-05T04:02:38.026Z Compiling tokio-rustls v0.26.4
21472026-06-05T04:02:38.091Z Compiling async-compression v0.4.42
21482026-06-05T04:02:38.239Z Compiling async-stream v0.3.6
21492026-06-05T04:02:38.240Z Compiling slog-term v2.9.2
21502026-06-05T04:02:38.293Z Compiling slog-async v2.8.0
21512026-06-05T04:02:38.412Z Compiling multer v3.1.0
21522026-06-05T04:02:38.426Z Compiling serde_urlencoded v0.7.1
21532026-06-05T04:02:38.669Z Compiling async-trait v0.1.89
21542026-06-05T04:02:38.677Z Compiling proc-macro-crate v3.5.0
21552026-06-05T04:02:38.806Z Compiling serde_path_to_error v0.1.20
21562026-06-05T04:02:38.819Z Compiling http-body-util v0.1.3
21572026-06-05T04:02:38.899Z Compiling hyper v1.10.1
21582026-06-05T04:02:38.926Z Compiling rustls-pemfile v2.2.0
21592026-06-05T04:02:39.058Z Compiling crossbeam-epoch v0.9.18
21602026-06-05T04:02:39.105Z Compiling aho-corasick v1.1.4
21612026-06-05T04:02:39.123Z Compiling tempfile v3.27.0
21622026-06-05T04:02:39.158Z Compiling num_enum_derive v0.7.6
21632026-06-05T04:02:39.394Z Compiling crossbeam-deque v0.8.6
21642026-06-05T04:02:39.596Z Compiling dropshot-api-manager-types v0.7.2
21652026-06-05T04:02:39.642Z Compiling crypto-common v0.1.7
21662026-06-05T04:02:39.650Z Compiling block-buffer v0.10.4
21672026-06-05T04:02:39.718Z Compiling clap_builder v4.6.0
21682026-06-05T04:02:39.769Z Compiling digest v0.10.7
21692026-06-05T04:02:39.786Z Compiling git-stub v1.0.0
21702026-06-05T04:02:39.933Z Compiling regex-automata v0.4.14
21712026-06-05T04:02:39.973Z Compiling hyper-util v0.1.20
21722026-06-05T04:02:40.056Z Compiling rayon-core v1.13.0
21732026-06-05T04:02:40.183Z Compiling num_enum v0.7.6
21742026-06-05T04:02:40.307Z Compiling atomicwrites v0.4.4
21752026-06-05T04:02:40.402Z Compiling fs-err v3.3.0
21762026-06-05T04:02:40.499Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21772026-06-05T04:02:40.546Z Compiling serde_repr v0.1.20
21782026-06-05T04:02:40.704Z Compiling clap_derive v4.6.1
21792026-06-05T04:02:40.759Z Compiling terminal_size v0.4.4
21802026-06-05T04:02:40.902Z Compiling nom v8.0.0
21812026-06-05T04:02:40.944Z Compiling bstr v1.12.1
21822026-06-05T04:02:41.132Z Compiling dropshot v0.17.1
21832026-06-05T04:02:41.314Z Compiling either v1.16.0
21842026-06-05T04:02:41.388Z Compiling is_ci v1.2.0
21852026-06-05T04:02:41.498Z Compiling textwrap v0.16.2
21862026-06-05T04:02:41.498Z Compiling rayon v1.12.0
21872026-06-05T04:02:41.594Z Compiling regex v1.12.3
21882026-06-05T04:02:42.009Z Compiling drift v0.2.0
21892026-06-05T04:02:42.058Z Compiling supports-color v3.0.2
21902026-06-05T04:02:42.234Z Compiling sha2 v0.10.9
21912026-06-05T04:02:42.419Z Compiling clap v4.6.1
21922026-06-05T04:02:42.508Z Compiling similar v2.7.0
21932026-06-05T04:02:42.700Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21942026-06-05T04:02:43.013Z Compiling git-stub-vcs v0.1.0
21952026-06-05T04:02:43.154Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21962026-06-05T04:02:44.011Z Compiling dropshot-api-manager v0.7.2
21972026-06-05T04:02:44.011Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21982026-06-05T04:02:47.417Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21992026-06-05T04:02:48.446Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22002026-06-05T04:02:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.87s
22012026-06-05T04:02:55.310Z Running `target/debug/maghemite-dropshot-apis check`
22022026-06-05T04:02:55.335Z -------
22032026-06-05T04:02:55.335Z Generating OpenAPI documents from API definitions ...
22042026-06-05T04:02:55.392Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22052026-06-05T04:02:55.423Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22062026-06-05T04:02:55.545Z -------
22072026-06-05T04:02:55.545Z Checking 12 OpenAPI documents...
22082026-06-05T04:02:55.545Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22092026-06-05T04:02:55.545Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22102026-06-05T04:02:55.545Z Fresh ddm-admin "latest" symlink
22112026-06-05T04:02:55.548Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22122026-06-05T04:02:55.548Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22132026-06-05T04:02:55.549Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22142026-06-05T04:02:55.549Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22152026-06-05T04:02:55.549Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22162026-06-05T04:02:55.549Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22172026-06-05T04:02:55.549Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22182026-06-05T04:02:55.549Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22192026-06-05T04:02:55.549Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22202026-06-05T04:02:55.549Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22212026-06-05T04:02:55.549Z Fresh mg-admin "latest" symlink
22222026-06-05T04:02:55.549Z -------
22232026-06-05T04:02:55.549Z Success 12 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
22242026-06-05T04:02:55.587Z+ banner build
22252026-06-05T04:02:55.592Z
22262026-06-05T04:02:55.592Z ##### # # # # #####
22272026-06-05T04:02:55.592Z # # # # # # # #
22282026-06-05T04:02:55.592Z ##### # # # # # #
22292026-06-05T04:02:55.592Z # # # # # # # #
22302026-06-05T04:02:55.592Z # # # # # # # #
22312026-06-05T04:02:55.592Z ##### #### # ###### #####
22322026-06-05T04:02:55.592Z
22332026-06-05T04:02:55.592Z+ ptime -m cargo build
22342026-06-05T04:02:56.189Z Compiling smallvec v1.15.1
22352026-06-05T04:02:56.302Z Compiling log v0.4.32
22362026-06-05T04:02:56.319Z Compiling slog v2.8.2
22372026-06-05T04:02:56.333Z Compiling ring v0.17.14
22382026-06-05T04:02:56.353Z Compiling webpki-roots v1.0.7
22392026-06-05T04:02:56.402Z Compiling similar v2.7.0
22402026-06-05T04:02:56.435Z Compiling fxhash v0.2.1
22412026-06-05T04:02:56.435Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22422026-06-05T04:02:56.473Z Compiling goblin v0.10.7
22432026-06-05T04:02:56.513Z Compiling icu_normalizer v2.2.0
22442026-06-05T04:02:56.513Z Compiling parking_lot_core v0.9.12
22452026-06-05T04:02:56.589Z Compiling slog-term v2.9.2
22462026-06-05T04:02:56.661Z Compiling slog-async v2.8.0
22472026-06-05T04:02:56.718Z Compiling parking_lot v0.12.5
22482026-06-05T04:02:56.843Z Compiling slog-json v2.6.1
22492026-06-05T04:02:57.047Z Compiling idna_adapter v1.2.2
22502026-06-05T04:02:57.083Z Compiling tokio v1.52.3
22512026-06-05T04:02:57.102Z Compiling slog-bunyan v2.5.0
22522026-06-05T04:02:57.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-06-05T04:02:57.150Z Compiling goblin v0.8.2
22542026-06-05T04:02:57.199Z Compiling idna v1.1.0
22552026-06-05T04:02:57.245Z Compiling expectorate v1.2.0
22562026-06-05T04:02:57.387Z Compiling globset v0.4.18
22572026-06-05T04:02:57.393Z Compiling moka v0.12.15
22582026-06-05T04:02:57.400Z Compiling parking_lot_core v0.8.6
22592026-06-05T04:02:57.721Z Compiling url v2.5.8
22602026-06-05T04:02:57.990Z Compiling rustls-webpki v0.103.13
22612026-06-05T04:02:58.139Z Compiling parking_lot v0.11.2
22622026-06-05T04:02:58.154Z Compiling arc-swap v1.9.1
22632026-06-05T04:02:58.323Z Compiling schemars v0.8.22
22642026-06-05T04:02:58.498Z Compiling rustls v0.23.40
22652026-06-05T04:02:58.528Z Compiling sled v0.34.7
22662026-06-05T04:02:58.574Z Compiling slog-scope v4.4.1
22672026-06-05T04:02:58.834Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22682026-06-05T04:02:58.996Z Compiling papergrid v0.18.0
22692026-06-05T04:02:59.156Z Compiling ipnetwork v0.21.1
22702026-06-05T04:02:59.578Z Compiling oxnet v0.1.6
22712026-06-05T04:02:59.650Z Compiling newtype-uuid v1.3.2
22722026-06-05T04:02:59.994Z Compiling daft v0.1.7
22732026-06-05T04:03:00.037Z Compiling dof v0.4.0
22742026-06-05T04:03:00.279Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-06-05T04:03:00.788Z Compiling tokio-util v0.7.18
22762026-06-05T04:03:00.853Z Compiling tower v0.5.3
22772026-06-05T04:03:01.019Z Compiling usdt-impl v0.6.0
22782026-06-05T04:03:01.302Z Compiling tower-http v0.6.11
22792026-06-05T04:03:01.338Z Compiling h2 v0.4.14
22802026-06-05T04:03:01.355Z Compiling usdt v0.6.0
22812026-06-05T04:03:01.523Z Compiling tokio-rustls v0.26.4
22822026-06-05T04:03:01.640Z Compiling rustls-platform-verifier v0.7.0
22832026-06-05T04:03:01.684Z Compiling async-compression v0.4.42
22842026-06-05T04:03:01.733Z Compiling serde_with v3.20.0
22852026-06-05T04:03:01.808Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22862026-06-05T04:03:01.888Z Compiling iddqd v0.4.2
22872026-06-05T04:03:02.011Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-06-05T04:03:02.280Z Compiling backoff v0.4.0
22892026-06-05T04:03:02.408Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22902026-06-05T04:03:02.548Z Compiling typify-impl v0.6.2
22912026-06-05T04:03:02.752Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-06-05T04:03:03.067Z Compiling dof v0.3.0
22932026-06-05T04:03:03.112Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22942026-06-05T04:03:03.256Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22952026-06-05T04:03:03.313Z Compiling byte-wrapper v0.1.0
22962026-06-05T04:03:03.436Z Compiling hyper v1.10.1
22972026-06-05T04:03:03.546Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-06-05T04:03:03.678Z Compiling usdt-impl v0.5.0
22992026-06-05T04:03:03.864Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-06-05T04:03:03.877Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23012026-06-05T04:03:03.962Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23022026-06-05T04:03:04.236Z Compiling typify v0.6.2
23032026-06-05T04:03:04.320Z Compiling usdt v0.5.0
23042026-06-05T04:03:04.339Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-06-05T04:03:04.351Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23062026-06-05T04:03:04.355Z Compiling progenitor-impl v0.13.0
23072026-06-05T04:03:04.575Z Compiling hyper-util v0.1.20
23082026-06-05T04:03:04.917Z Compiling progenitor-impl v0.14.0
23092026-06-05T04:03:05.113Z Compiling hickory-proto v0.24.4
23102026-06-05T04:03:05.715Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-05T04:03:05.827Z Compiling hyper-rustls v0.27.9
23122026-06-05T04:03:06.104Z Compiling reqwest v0.13.4
23132026-06-05T04:03:06.165Z Compiling dropshot v0.17.1
23142026-06-05T04:03:06.240Z Compiling reqwest v0.12.28
23152026-06-05T04:03:07.492Z Compiling progenitor-client v0.14.0
23162026-06-05T04:03:07.819Z Compiling progenitor-client v0.10.0
23172026-06-05T04:03:07.834Z Compiling progenitor-extras v0.2.0
23182026-06-05T04:03:08.091Z Compiling progenitor-client v0.13.0
23192026-06-05T04:03:08.104Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23202026-06-05T04:03:08.140Z Compiling progenitor v0.14.0
23212026-06-05T04:03:08.145Z Compiling hickory-resolver v0.24.4
23222026-06-05T04:03:08.262Z Compiling tokio-stream v0.1.18
23232026-06-05T04:03:08.297Z Compiling tokio-dtrace v0.1.1
23242026-06-05T04:03:08.410Z Compiling progenitor v0.13.0
23252026-06-05T04:03:08.575Z Compiling libsw-core v0.3.2
23262026-06-05T04:03:08.587Z Compiling zone v0.3.1
23272026-06-05T04:03:08.756Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23282026-06-05T04:03:08.797Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23292026-06-05T04:03:09.127Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23302026-06-05T04:03:09.242Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23312026-06-05T04:03:09.349Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23322026-06-05T04:03:09.699Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23332026-06-05T04:03:09.748Z Compiling qorb v0.4.1
23342026-06-05T04:03:09.866Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23352026-06-05T04:03:10.006Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23362026-06-05T04:03:10.358Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23372026-06-05T04:03:10.444Z Compiling libsw v3.5.0
23382026-06-05T04:03:10.564Z Compiling oxide-tokio-rt v0.1.6
23392026-06-05T04:03:10.630Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-05T04:03:10.768Z Compiling slog-dtrace v0.3.0
23412026-06-05T04:03:10.882Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-06-05T04:03:11.057Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23432026-06-05T04:03:11.091Z Compiling tough v0.22.0
23442026-06-05T04:03:11.282Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23452026-06-05T04:03:11.397Z Compiling cancel-safe-futures v0.1.5
23462026-06-05T04:03:11.717Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-05T04:03:11.808Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-05T04:03:11.933Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-06-05T04:03:12.427Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-06-05T04:03:12.549Z Compiling steno v0.4.1
23512026-06-05T04:03:12.572Z Compiling hickory-proto v0.25.2
23522026-06-05T04:03:12.629Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23532026-06-05T04:03:12.740Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23542026-06-05T04:03:13.493Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23552026-06-05T04:03:14.556Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-05T04:03:14.734Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-05T04:03:15.137Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-06-05T04:03:15.140Z Compiling hickory-resolver v0.25.2
23592026-06-05T04:03:15.432Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-05T04:03:15.614Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-05T04:03:15.717Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-05T04:03:15.885Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-05T04:03:16.087Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-05T04:03:16.759Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-05T04:03:17.019Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-05T04:03:17.128Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-05T04:03:17.186Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23682026-06-05T04:03:17.245Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-05T04:03:17.547Z Compiling testing_table v0.3.0
23702026-06-05T04:03:17.597Z Compiling internet-checksum v0.2.1
23712026-06-05T04:03:17.727Z Compiling tabled v0.21.0
23722026-06-05T04:03:17.749Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23732026-06-05T04:03:17.913Z Compiling slog-stdlog v4.1.1
23742026-06-05T04:03:18.030Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23752026-06-05T04:03:18.063Z Compiling dropshot-api-manager-types v0.7.2
23762026-06-05T04:03:18.109Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23772026-06-05T04:03:18.272Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23782026-06-05T04:03:18.407Z Compiling slog-envlogger v2.2.0
23792026-06-05T04:03:18.424Z Compiling const-random v0.1.18
23802026-06-05T04:03:18.507Z Compiling typify-impl v0.4.3
23812026-06-05T04:03:18.823Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23822026-06-05T04:03:19.148Z Compiling crc8 v0.1.1
23832026-06-05T04:03:19.281Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23842026-06-05T04:03:19.502Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23852026-06-05T04:03:19.970Z Compiling ahash v0.8.12
23862026-06-05T04:03:20.226Z Compiling typify v0.4.3
23872026-06-05T04:03:20.349Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23882026-06-05T04:03:20.369Z Compiling smartstring v1.0.1
23892026-06-05T04:03:20.383Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23902026-06-05T04:03:20.425Z Compiling sha1 v0.10.6
23912026-06-05T04:03:20.647Z Compiling thin-vec v0.2.18
23922026-06-05T04:03:20.665Z Compiling utf-8 v0.7.6
23932026-06-05T04:03:20.693Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23942026-06-05T04:03:20.867Z Compiling tungstenite v0.21.0
23952026-06-05T04:03:20.952Z Compiling rhai v1.25.1
23962026-06-05T04:03:21.189Z Compiling progenitor-impl v0.10.0
23972026-06-05T04:03:21.209Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23982026-06-05T04:03:21.541Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23992026-06-05T04:03:21.771Z Compiling sha2 v0.10.9
24002026-06-05T04:03:22.016Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-06-05T04:03:22.173Z Compiling tokio-tungstenite v0.21.0
24022026-06-05T04:03:22.576Z Compiling progenitor v0.10.0
24032026-06-05T04:03:22.731Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-05T04:03:22.976Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-06-05T04:03:23.852Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24062026-06-05T04:03:23.990Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24072026-06-05T04:03:24.356Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24082026-06-05T04:03:24.853Z Compiling lzma-sys v0.1.20
24092026-06-05T04:03:24.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24102026-06-05T04:03:25.256Z Compiling typeid v1.0.3
24112026-06-05T04:03:25.382Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24122026-06-05T04:03:26.129Z Compiling console v0.16.3
24132026-06-05T04:03:26.357Z Compiling git-stub v1.0.0
24142026-06-05T04:03:26.477Z Compiling toml_datetime v0.7.5+spec-1.1.0
24152026-06-05T04:03:26.514Z Compiling unit-prefix v0.5.2
24162026-06-05T04:03:26.637Z Compiling base64 v0.21.7
24172026-06-05T04:03:26.681Z Compiling toml v0.9.12+spec-1.1.0
24182026-06-05T04:03:26.769Z Compiling indicatif v0.18.4
24192026-06-05T04:03:26.802Z Compiling git-stub-vcs v0.1.0
24202026-06-05T04:03:26.981Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24212026-06-05T04:03:27.163Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24222026-06-05T04:03:27.719Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24232026-06-05T04:03:27.837Z Compiling ron v0.12.1
24242026-06-05T04:03:28.169Z Compiling xz2 v0.1.7
24252026-06-05T04:03:28.425Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24262026-06-05T04:03:28.506Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24272026-06-05T04:03:28.777Z Compiling drift v0.2.0
24282026-06-05T04:03:29.286Z Compiling base16ct v1.0.0
24292026-06-05T04:03:29.368Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24302026-06-05T04:03:29.381Z Compiling natord v1.0.9
24312026-06-05T04:03:29.484Z Compiling dropshot-api-manager v0.7.2
24322026-06-05T04:03:29.564Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24332026-06-05T04:03:29.775Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24342026-06-05T04:03:33.210Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24352026-06-05T04:03:33.739Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24362026-06-05T04:03:41.361Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-06-05T04:03:42.999Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24382026-06-05T04:03:44.020Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24392026-06-05T04:03:44.958Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24402026-06-05T04:03:44.961Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24412026-06-05T04:03:44.961Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24422026-06-05T04:03:45.425Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24432026-06-05T04:03:45.429Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24442026-06-05T04:03:45.429Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24452026-06-05T04:03:46.259Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24462026-06-05T04:03:47.309Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24472026-06-05T04:03:47.309Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24482026-06-05T04:03:47.309Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24492026-06-05T04:03:52.014Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24502026-06-05T04:03:54.153Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24512026-06-05T04:03:54.153Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24522026-06-05T04:03:54.163Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24532026-06-05T04:04:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
24542026-06-05T04:04:32.711Z
24552026-06-05T04:04:32.712Zreal 1:37.055542590
24562026-06-05T04:04:32.712Zuser 7:14.510944896
24572026-06-05T04:04:32.712Zsys 1:03.295015881
24582026-06-05T04:04:32.712Ztrap 0.190597240
24592026-06-05T04:04:32.712Ztflt 0.009554525
24602026-06-05T04:04:32.712Zdflt 0.143212288
24612026-06-05T04:04:32.716Zkflt 0.000080079
24622026-06-05T04:04:32.716Zlock 27:59.369933560
24632026-06-05T04:04:32.716Zslp 23:04.038300011
24642026-06-05T04:04:32.716Zlat 23.493107620
24652026-06-05T04:04:32.716Zstop 34.983823830
24662026-06-05T04:04:32.716Z+ ptime -m cargo build --release
24672026-06-05T04:04:33.353Z Compiling proc-macro2 v1.0.106
24682026-06-05T04:04:33.353Z Compiling quote v1.0.45
24692026-06-05T04:04:33.353Z Compiling unicode-ident v1.0.24
24702026-06-05T04:04:33.362Z Compiling serde_core v1.0.228
24712026-06-05T04:04:33.362Z Compiling serde v1.0.228
24722026-06-05T04:04:33.362Z Compiling libc v0.2.186
24732026-06-05T04:04:33.362Z Compiling cfg-if v1.0.4
24742026-06-05T04:04:34.005Z Compiling zmij v1.0.21
24752026-06-05T04:04:34.010Z Compiling autocfg v1.5.1
24762026-06-05T04:04:34.010Z Compiling memchr v2.8.1
24772026-06-05T04:04:34.010Z Compiling libm v0.2.16
24782026-06-05T04:04:34.027Z Compiling itoa v1.0.18
24792026-06-05T04:04:34.272Z Compiling icu_properties_data v2.2.0
24802026-06-05T04:04:34.295Z Compiling icu_normalizer_data v2.2.0
24812026-06-05T04:04:34.495Z Compiling version_check v0.9.5
24822026-06-05T04:04:34.971Z Compiling stable_deref_trait v1.2.1
24832026-06-05T04:04:35.389Z Compiling serde_json v1.0.150
24842026-06-05T04:04:35.389Z Compiling syn v2.0.117
24852026-06-05T04:04:35.389Z Compiling litemap v0.8.2
24862026-06-05T04:04:35.389Z Compiling writeable v0.6.3
24872026-06-05T04:04:35.389Z Compiling utf8_iter v1.0.4
24882026-06-05T04:04:35.389Z Compiling thiserror v2.0.18
24892026-06-05T04:04:35.402Z Compiling num-traits v0.2.19
24902026-06-05T04:04:35.402Z Compiling percent-encoding v2.3.2
24912026-06-05T04:04:35.402Z Compiling form_urlencoded v1.2.2
24922026-06-05T04:04:35.402Z Compiling rand_core v0.10.1
24932026-06-05T04:04:35.402Z Compiling getrandom v0.4.2
24942026-06-05T04:04:35.521Z Compiling parking_lot_core v0.9.12
24952026-06-05T04:04:35.617Z Compiling iana-time-zone v0.1.65
24962026-06-05T04:04:35.728Z Compiling heck v0.5.0
24972026-06-05T04:04:35.838Z Compiling errno v0.3.14
24982026-06-05T04:04:35.919Z Compiling uuid v1.23.2
24992026-06-05T04:04:35.973Z Compiling zerocopy v0.8.50
25002026-06-05T04:04:36.243Z Compiling semver v1.0.28
25012026-06-05T04:04:36.256Z Compiling dyn-clone v1.0.20
25022026-06-05T04:04:36.407Z Compiling schemars v0.8.22
25032026-06-05T04:04:36.638Z Compiling jobserver v0.1.34
25042026-06-05T04:04:36.674Z Compiling shlex v2.0.1
25052026-06-05T04:04:36.709Z Compiling find-msvc-tools v0.1.9
25062026-06-05T04:04:36.899Z Compiling cc v1.2.63
25072026-06-05T04:04:36.943Z Compiling rustversion v1.0.22
25082026-06-05T04:04:36.977Z Compiling pin-project-lite v0.2.17
25092026-06-05T04:04:37.056Z Compiling getrandom v0.2.17
25102026-06-05T04:04:37.101Z Compiling bitflags v2.12.1
25112026-06-05T04:04:37.175Z Compiling socket2 v0.6.4
25122026-06-05T04:04:37.196Z Compiling portable-atomic v1.13.1
25132026-06-05T04:04:37.779Z Compiling scopeguard v1.2.0
25142026-06-05T04:04:37.790Z Compiling synstructure v0.13.2
25152026-06-05T04:04:37.790Z Compiling serde_derive_internals v0.29.1
25162026-06-05T04:04:37.790Z Compiling lock_api v0.4.14
25172026-06-05T04:04:37.986Z Compiling log v0.4.32
25182026-06-05T04:04:38.004Z Compiling critical-section v1.2.0
25192026-06-05T04:04:38.105Z Compiling signal-hook-registry v1.4.8
25202026-06-05T04:04:38.130Z Compiling mio v1.2.1
25212026-06-05T04:04:38.144Z Compiling equivalent v1.0.2
25222026-06-05T04:04:38.217Z Compiling cmake v0.1.58
25232026-06-05T04:04:38.269Z Compiling fs_extra v1.3.0
25242026-06-05T04:04:38.299Z Compiling dunce v1.0.5
25252026-06-05T04:04:38.394Z Compiling once_cell v1.21.4
25262026-06-05T04:04:38.413Z Compiling subtle v2.6.1
25272026-06-05T04:04:38.563Z Compiling aws-lc-sys v0.41.0
25282026-06-05T04:04:38.563Z Compiling futures-core v0.3.32
25292026-06-05T04:04:39.018Z Compiling httparse v1.10.1
25302026-06-05T04:04:39.029Z Compiling serde_derive v1.0.228
25312026-06-05T04:04:39.029Z Compiling zerofrom-derive v0.1.7
25322026-06-05T04:04:39.029Z Compiling yoke-derive v0.8.2
25332026-06-05T04:04:39.029Z Compiling zerovec-derive v0.11.3
25342026-06-05T04:04:39.029Z Compiling displaydoc v0.2.6
25352026-06-05T04:04:39.029Z Compiling schemars_derive v0.8.22
25362026-06-05T04:04:39.029Z Compiling thiserror-impl v2.0.18
25372026-06-05T04:04:39.856Z Compiling tokio-macros v2.7.0
25382026-06-05T04:04:39.895Z Compiling zerocopy-derive v0.8.50
25392026-06-05T04:04:39.896Z Compiling zeroize_derive v1.4.3
25402026-06-05T04:04:39.896Z Compiling zerofrom v0.1.8
25412026-06-05T04:04:39.896Z Compiling futures-macro v0.3.32
25422026-06-05T04:04:39.974Z Compiling yoke v0.8.3
25432026-06-05T04:04:40.062Z Compiling futures-sink v0.3.32
25442026-06-05T04:04:40.185Z Compiling zerovec v0.11.6
25452026-06-05T04:04:40.185Z Compiling zerotrie v0.2.4
25462026-06-05T04:04:40.227Z Compiling slab v0.4.12
25472026-06-05T04:04:40.432Z Compiling typenum v1.20.1
25482026-06-05T04:04:40.462Z Compiling zeroize v1.8.2
25492026-06-05T04:04:40.470Z Compiling rustix v1.1.4
25502026-06-05T04:04:40.626Z Compiling thiserror v1.0.69
25512026-06-05T04:04:40.699Z Compiling futures-channel v0.3.32
25522026-06-05T04:04:40.711Z Compiling thiserror-impl v1.0.69
25532026-06-05T04:04:40.815Z Compiling tinystr v0.8.3
25542026-06-05T04:04:40.846Z Compiling potential_utf v0.1.5
25552026-06-05T04:04:40.953Z Compiling futures-io v0.3.32
25562026-06-05T04:04:40.967Z Compiling icu_collections v2.2.0
25572026-06-05T04:04:41.028Z Compiling icu_locale_core v2.2.0
25582026-06-05T04:04:41.032Z Compiling futures-task v0.3.32
25592026-06-05T04:04:41.160Z Compiling hashbrown v0.17.1
25602026-06-05T04:04:41.261Z Compiling futures-util v0.3.32
25612026-06-05T04:04:41.792Z Compiling indexmap v2.14.0
25622026-06-05T04:04:41.945Z Compiling smallvec v1.15.1
25632026-06-05T04:04:41.976Z Compiling bytes v1.11.1
25642026-06-05T04:04:41.976Z Compiling icu_provider v2.2.0
25652026-06-05T04:04:42.229Z Compiling chrono v0.4.45
25662026-06-05T04:04:42.229Z Compiling serde_tokenstream v0.2.3
25672026-06-05T04:04:42.447Z Compiling icu_properties v2.2.0
25682026-06-05T04:04:42.537Z Compiling icu_normalizer v2.2.0
25692026-06-05T04:04:42.880Z Compiling parking_lot v0.12.5
25702026-06-05T04:04:43.556Z Compiling idna_adapter v1.2.2
25712026-06-05T04:04:43.713Z Compiling idna v1.1.0
25722026-06-05T04:04:43.729Z Compiling tokio v1.52.3
25732026-06-05T04:04:43.748Z Compiling ucd-trie v0.1.7
25742026-06-05T04:04:43.912Z Compiling pest v2.8.6
25752026-06-05T04:04:43.997Z Compiling tracing-attributes v0.1.31
25762026-06-05T04:04:44.012Z Compiling tracing-core v0.1.36
25772026-06-05T04:04:44.222Z Compiling url v2.5.8
25782026-06-05T04:04:45.058Z Compiling rand_core v0.6.4
25792026-06-05T04:04:45.150Z Compiling regex-syntax v0.8.10
25802026-06-05T04:04:45.301Z Compiling tracing v0.1.44
25812026-06-05T04:04:45.409Z Compiling pest_meta v2.8.6
25822026-06-05T04:04:45.659Z Compiling slog v2.8.2
25832026-06-05T04:04:45.803Z Compiling ipnetwork v0.21.1
25842026-06-05T04:04:45.977Z Compiling byteorder v1.5.0
25852026-06-05T04:04:46.075Z Compiling base64 v0.22.1
25862026-06-05T04:04:46.645Z Compiling pest_generator v2.8.6
25872026-06-05T04:04:46.751Z Compiling http v1.4.1
25882026-06-05T04:04:46.793Z Compiling erased-serde v0.3.31
25892026-06-05T04:04:47.267Z Compiling aho-corasick v1.1.4
25902026-06-05T04:04:47.355Z Compiling getrandom v0.3.4
25912026-06-05T04:04:47.451Z Compiling pest_derive v2.8.6
25922026-06-05T04:04:48.307Z Compiling regex-automata v0.4.14
25932026-06-05T04:04:48.428Z Compiling fnv v1.0.7
25942026-06-05T04:04:48.428Z Compiling anyhow v1.0.102
25952026-06-05T04:04:49.073Z Compiling oxnet v0.1.6
25962026-06-05T04:04:49.246Z Compiling rustls-pki-types v1.14.1
25972026-06-05T04:04:49.246Z Compiling ring v0.17.14
25982026-06-05T04:04:50.305Z Compiling aws-lc-rs v1.17.0
25992026-06-05T04:04:50.749Z Compiling regex v1.12.3
26002026-06-05T04:04:50.750Z Compiling strsim v0.11.1
26012026-06-05T04:04:50.750Z Compiling paste v1.0.15
26022026-06-05T04:04:50.776Z Compiling tokio-util v0.7.18
26032026-06-05T04:04:50.776Z Compiling untrusted v0.9.0
26042026-06-05T04:04:50.848Z Compiling ipnet v2.12.0
26052026-06-05T04:04:50.900Z Compiling untrusted v0.7.1
26062026-06-05T04:04:50.991Z Compiling time-core v0.1.8
26072026-06-05T04:04:51.149Z Compiling num-conv v0.2.2
26082026-06-05T04:04:51.303Z Compiling time-macros v0.2.27
26092026-06-05T04:04:52.389Z Compiling rustls v0.23.40
26102026-06-05T04:04:52.479Z Compiling ident_case v1.0.1
26112026-06-05T04:04:52.606Z Compiling http-body v1.0.1
26122026-06-05T04:04:52.626Z Compiling scroll_derive v0.13.1
26132026-06-05T04:04:52.773Z Compiling camino v1.2.2
26142026-06-05T04:04:53.128Z Compiling atomic-waker v1.1.2
26152026-06-05T04:04:53.276Z Compiling async-trait v0.1.89
26162026-06-05T04:04:53.406Z Compiling ryu v1.0.23
26172026-06-05T04:04:53.466Z Compiling tower-service v0.3.3
26182026-06-05T04:04:53.987Z Compiling tower-layer v0.3.3
26192026-06-05T04:04:54.009Z Compiling try-lock v0.2.5
26202026-06-05T04:04:54.009Z Compiling omicron-workspace-hack v0.1.0
26212026-06-05T04:04:54.009Z Compiling pretty-hex v0.4.2
26222026-06-05T04:04:54.112Z Compiling want v0.3.1
26232026-06-05T04:04:54.254Z Compiling h2 v0.4.14
26242026-06-05T04:04:54.297Z Compiling ppv-lite86 v0.2.21
26252026-06-05T04:04:54.684Z Compiling httpdate v1.0.3
26262026-06-05T04:04:55.073Z Compiling crossbeam-utils v0.8.21
26272026-06-05T04:04:55.560Z Compiling crc32fast v1.5.0
26282026-06-05T04:04:56.163Z Compiling usdt-impl v0.6.0
26292026-06-05T04:04:56.509Z Compiling slog-async v2.8.0
26302026-06-05T04:04:56.571Z Compiling hyper v1.10.1
26312026-06-05T04:04:56.965Z Compiling serde_urlencoded v0.7.1
26322026-06-05T04:04:57.277Z Compiling scroll v0.13.0
26332026-06-05T04:04:57.444Z Compiling http-body-util v0.1.3
26342026-06-05T04:04:57.497Z Compiling plain v0.2.3
26352026-06-05T04:04:57.581Z Compiling goblin v0.10.7
26362026-06-05T04:04:57.738Z Compiling daft-derive v0.1.7
26372026-06-05T04:04:59.303Z Compiling hyper-util v0.1.20
26382026-06-05T04:05:01.915Z Compiling foldhash v0.2.0
26392026-06-05T04:05:01.915Z Compiling allocator-api2 v0.2.21
26402026-06-05T04:05:01.915Z Compiling dof v0.4.0
26412026-06-05T04:05:01.915Z Compiling hashbrown v0.16.1
26422026-06-05T04:05:01.915Z Compiling dtrace-parser v0.3.0
26432026-06-05T04:05:01.915Z Compiling openapiv3 v2.2.0
26442026-06-05T04:05:02.013Z Compiling thread-id v5.1.0
26452026-06-05T04:05:02.049Z Compiling syn v1.0.109
26462026-06-05T04:05:02.645Z Compiling generic-array v0.14.7
26472026-06-05T04:05:02.683Z Compiling powerfmt v0.2.0
26482026-06-05T04:05:02.887Z Compiling deranged v0.5.8
26492026-06-05T04:05:04.023Z Compiling num_threads v0.1.7
26502026-06-05T04:05:05.039Z Compiling time v0.3.47
26512026-06-05T04:05:05.192Z Compiling usdt-attr-macro v0.6.0
26522026-06-05T04:05:05.239Z Compiling usdt-macro v0.6.0
26532026-06-05T04:05:05.644Z Compiling rand_core v0.9.5
26542026-06-05T04:05:06.038Z Compiling multer v3.1.0
26552026-06-05T04:05:06.085Z Compiling ref-cast v1.0.25
26562026-06-05T04:05:06.345Z Compiling crossbeam-channel v0.5.15
26572026-06-05T04:05:06.448Z Compiling sync_wrapper v1.0.2
26582026-06-05T04:05:06.581Z Compiling cpufeatures v0.3.0
26592026-06-05T04:05:06.661Z Compiling hex v0.4.3
26602026-06-05T04:05:06.749Z Compiling winnow v1.0.3
26612026-06-05T04:05:06.811Z Compiling tower v0.5.3
26622026-06-05T04:05:06.956Z Compiling rand_chacha v0.9.0
26632026-06-05T04:05:07.235Z Compiling webpki-roots v1.0.7
26642026-06-05T04:05:07.377Z Compiling futures-executor v0.3.32
26652026-06-05T04:05:07.377Z Compiling async-stream-impl v0.3.6
26662026-06-05T04:05:07.428Z Compiling ref-cast-impl v1.0.25
26672026-06-05T04:05:07.585Z Compiling dropshot v0.17.1
26682026-06-05T04:05:07.648Z Compiling thread_local v1.1.9
26692026-06-05T04:05:07.917Z Compiling futures v0.3.32
26702026-06-05T04:05:08.012Z Compiling tower-http v0.6.11
26712026-06-05T04:05:08.070Z Compiling rand v0.9.4
26722026-06-05T04:05:08.070Z Compiling structmeta-derive v0.3.0
26732026-06-05T04:05:08.127Z Compiling is-terminal v0.4.17
26742026-06-05T04:05:08.193Z Compiling take_mut v0.2.2
26752026-06-05T04:05:08.230Z Compiling term v1.2.1
26762026-06-05T04:05:08.327Z Compiling fastrand v2.4.1
26772026-06-05T04:05:08.630Z Compiling slog-term v2.9.2
26782026-06-05T04:05:08.770Z Compiling crypto-common v0.1.7
26792026-06-05T04:05:08.931Z Compiling darling_core v0.23.0
26802026-06-05T04:05:09.146Z Compiling structmeta v0.3.0
26812026-06-05T04:05:09.178Z Compiling dropshot_endpoint v0.17.1
26822026-06-05T04:05:09.360Z Compiling newtype-uuid-macros v0.1.0
26832026-06-05T04:05:10.072Z Compiling newtype-uuid v1.3.2
26842026-06-05T04:05:10.098Z Compiling strum_macros v0.26.4
26852026-06-05T04:05:10.719Z Compiling daft v0.1.7
26862026-06-05T04:05:10.719Z Compiling tempfile v3.27.0
26872026-06-05T04:05:10.974Z Compiling hybrid-array v0.4.12
26882026-06-05T04:05:11.006Z Compiling darling_macro v0.23.0
26892026-06-05T04:05:11.532Z Compiling openssl-probe v0.2.1
26902026-06-05T04:05:11.563Z Compiling match_cfg v0.1.0
26912026-06-05T04:05:11.563Z Compiling adler2 v2.0.1
26922026-06-05T04:05:11.603Z Compiling simd-adler32 v0.3.9
26932026-06-05T04:05:11.682Z Compiling darling v0.23.0
26942026-06-05T04:05:11.721Z Compiling either v1.16.0
26952026-06-05T04:05:11.772Z Compiling miniz_oxide v0.8.9
26962026-06-05T04:05:11.806Z Compiling serde_with_macros v3.20.0
26972026-06-05T04:05:11.824Z Compiling rustls-native-certs v0.8.4
26982026-06-05T04:05:11.991Z Compiling hostname v0.3.1
26992026-06-05T04:05:12.172Z Compiling toml_parser v1.1.2+spec-1.1.0
27002026-06-05T04:05:12.515Z Compiling slog-json v2.6.1
27012026-06-05T04:05:12.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-05T04:05:12.761Z Compiling serde_spanned v1.1.1
27032026-06-05T04:05:12.869Z Compiling memmap2 v0.9.10
27042026-06-05T04:05:12.910Z Compiling toml_writer v1.1.1+spec-1.1.0
27052026-06-05T04:05:13.201Z Compiling slog-bunyan v2.5.0
27062026-06-05T04:05:13.410Z Compiling flate2 v1.1.9
27072026-06-05T04:05:13.497Z Compiling crypto-common v0.2.2
27082026-06-05T04:05:13.497Z Compiling block-buffer v0.12.0
27092026-06-05T04:05:13.552Z Compiling derive-ex v0.1.8
27102026-06-05T04:05:13.608Z Compiling rand_chacha v0.3.1
27112026-06-05T04:05:14.215Z Compiling strum_macros v0.27.2
27122026-06-05T04:05:15.045Z Compiling usdt v0.6.0
27132026-06-05T04:05:15.157Z Compiling const-oid v0.10.2
27142026-06-05T04:05:15.157Z Compiling debug-ignore v1.0.5
27152026-06-05T04:05:15.157Z Compiling compression-core v0.4.32
27162026-06-05T04:05:15.232Z Compiling test-strategy v0.4.5
27172026-06-05T04:05:15.304Z Compiling compression-codecs v0.4.38
27182026-06-05T04:05:15.449Z Compiling digest v0.11.3
27192026-06-05T04:05:15.526Z Compiling rand v0.8.6
27202026-06-05T04:05:15.743Z Compiling macaddr v1.0.1
27212026-06-05T04:05:15.979Z Compiling toml_datetime v1.1.1+spec-1.1.0
27222026-06-05T04:05:16.064Z Compiling encoding_rs v0.8.35
27232026-06-05T04:05:16.126Z Compiling mime v0.3.17
27242026-06-05T04:05:16.502Z Compiling spin v0.9.8
27252026-06-05T04:05:16.849Z Compiling toml v1.1.2+spec-1.1.0
27262026-06-05T04:05:17.122Z Compiling async-compression v0.4.42
27272026-06-05T04:05:17.122Z Compiling sha1 v0.11.0
27282026-06-05T04:05:17.122Z Compiling async-stream v0.3.6
27292026-06-05T04:05:18.440Z Compiling block-buffer v0.10.4
27302026-06-05T04:05:18.440Z Compiling waitgroup v0.1.2
27312026-06-05T04:05:18.440Z Compiling rustls-pemfile v2.2.0
27322026-06-05T04:05:18.740Z Compiling serde_path_to_error v0.1.20
27332026-06-05T04:05:18.740Z Compiling hostname v0.4.2
27342026-06-05T04:05:18.740Z Compiling digest v0.10.7
27352026-06-05T04:05:18.740Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-05T04:05:18.740Z Compiling unicode-width v0.2.2
27372026-06-05T04:05:18.741Z Compiling parse-display-derive v0.10.0
27382026-06-05T04:05:18.741Z Compiling regress v0.10.5
27392026-06-05T04:05:19.316Z Compiling strum v0.26.3
27402026-06-05T04:05:20.730Z Compiling wait-timeout v0.2.1
27412026-06-05T04:05:20.910Z Compiling quick-error v1.2.3
27422026-06-05T04:05:20.910Z Compiling bit-vec v0.8.0
27432026-06-05T04:05:21.166Z Compiling bit-set v0.8.0
27442026-06-05T04:05:21.166Z Compiling rusty-fork v0.3.1
27452026-06-05T04:05:21.166Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-05T04:05:21.166Z Compiling serde_with v3.20.0
27472026-06-05T04:05:21.166Z Compiling rand_xorshift v0.4.0
27482026-06-05T04:05:21.247Z Compiling unarray v0.1.4
27492026-06-05T04:05:21.358Z Compiling strum v0.27.2
27502026-06-05T04:05:21.430Z Compiling proptest v1.11.0
27512026-06-05T04:05:21.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27522026-06-05T04:05:21.430Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27532026-06-05T04:05:21.692Z Compiling instant v0.1.13
27542026-06-05T04:05:21.745Z Compiling cpufeatures v0.2.17
27552026-06-05T04:05:21.789Z Compiling iddqd v0.4.2
27562026-06-05T04:05:21.831Z Compiling itertools v0.14.0
27572026-06-05T04:05:21.871Z Compiling clap_derive v4.6.1
27582026-06-05T04:05:23.356Z Compiling utf8parse v0.2.2
27592026-06-05T04:05:23.588Z Compiling anstyle-parse v1.0.0
27602026-06-05T04:05:23.661Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-05T04:05:23.765Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27622026-06-05T04:05:23.789Z Compiling backon v1.6.0
27632026-06-05T04:05:23.902Z Compiling terminal_size v0.4.4
27642026-06-05T04:05:24.075Z Compiling colorchoice v1.0.5
27652026-06-05T04:05:24.139Z Compiling anstyle-query v1.1.5
27662026-06-05T04:05:24.408Z Compiling anstyle v1.0.14
27672026-06-05T04:05:24.621Z Compiling is_terminal_polyfill v1.70.2
27682026-06-05T04:05:24.704Z Compiling anstream v1.0.0
27692026-06-05T04:05:25.412Z Compiling backoff v0.4.0
27702026-06-05T04:05:25.580Z Compiling parse-display v0.10.0
27712026-06-05T04:05:25.814Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27722026-06-05T04:05:26.048Z Compiling humantime v2.3.0
27732026-06-05T04:05:26.396Z Compiling clap_lex v1.1.0
27742026-06-05T04:05:26.739Z Compiling clap_builder v4.6.0
27752026-06-05T04:05:27.238Z Compiling regress v0.11.1
27762026-06-05T04:05:30.147Z Compiling typify-impl v0.6.2
27772026-06-05T04:05:30.256Z Compiling clap v4.6.1
27782026-06-05T04:05:30.256Z Compiling toml_edit v0.25.12+spec-1.1.0
27792026-06-05T04:05:30.256Z Compiling crucible-workspace-hack v0.1.0
27802026-06-05T04:05:30.599Z Compiling proc-macro-crate v3.5.0
27812026-06-05T04:05:31.181Z Compiling zerocopy-derive v0.7.35
27822026-06-05T04:05:31.716Z Compiling unsafe-libyaml v0.2.11
27832026-06-05T04:05:32.033Z Compiling typify-macro v0.6.2
27842026-06-05T04:05:32.158Z Compiling num_enum_derive v0.7.6
27852026-06-05T04:05:32.691Z Compiling serde_yaml v0.9.34+deprecated
27862026-06-05T04:05:33.409Z Compiling darling_core v0.21.3
27872026-06-05T04:05:33.772Z Compiling convert_case v0.4.0
27882026-06-05T04:05:34.046Z Compiling num_enum v0.7.6
27892026-06-05T04:05:34.096Z Compiling derive_more v0.99.20
27902026-06-05T04:05:34.486Z Compiling toml_datetime v0.6.11
27912026-06-05T04:05:35.708Z Compiling typify v0.6.2
27922026-06-05T04:05:36.758Z Compiling darling_macro v0.21.3
27932026-06-05T04:05:36.798Z Compiling secrecy v0.10.3
27942026-06-05T04:05:36.798Z Compiling darling v0.21.3
27952026-06-05T04:05:36.798Z Compiling proc-macro-error-attr v1.0.4
27962026-06-05T04:05:36.798Z Compiling tinyvec_macros v0.1.1
27972026-06-05T04:05:36.798Z Compiling prettyplease v0.2.37
27982026-06-05T04:05:36.798Z Compiling heapless v0.8.0
27992026-06-05T04:05:36.798Z Compiling tinyvec v1.11.0
28002026-06-05T04:05:36.877Z Compiling ingot-macros v0.1.1
28012026-06-05T04:05:37.206Z Compiling zerocopy v0.7.35
28022026-06-05T04:05:37.339Z Compiling tabwriter v1.4.1
28032026-06-05T04:05:37.726Z Compiling crossbeam-epoch v0.9.18
28042026-06-05T04:05:37.839Z Compiling hash32 v0.3.1
28052026-06-05T04:05:37.996Z Compiling scroll_derive v0.12.1
28062026-06-05T04:05:38.031Z Compiling rustc_version v0.4.1
28072026-06-05T04:05:38.359Z Compiling num-integer v0.1.46
28082026-06-05T04:05:38.967Z Compiling proc-macro-error v1.0.4
28092026-06-05T04:05:39.158Z Compiling usdt-impl v0.5.0
28102026-06-05T04:05:39.158Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28112026-06-05T04:05:39.158Z Compiling pkg-config v0.3.33
28122026-06-05T04:05:39.158Z Compiling winnow v0.7.15
28132026-06-05T04:05:39.158Z Compiling rustix v0.38.44
28142026-06-05T04:05:39.303Z Compiling smoltcp v0.11.0
28152026-06-05T04:05:39.362Z Compiling data-encoding v2.11.0
28162026-06-05T04:05:40.882Z Compiling ingot-types v0.1.2
28172026-06-05T04:05:40.923Z Compiling scroll v0.12.0
28182026-06-05T04:05:40.923Z Compiling curve25519-dalek v4.1.3
28192026-06-05T04:05:40.984Z Compiling dof v0.3.0
28202026-06-05T04:05:41.274Z Compiling dtrace-parser v0.2.0
28212026-06-05T04:05:41.342Z Compiling hmac v0.12.1
28222026-06-05T04:05:41.379Z Compiling inout v0.1.4
28232026-06-05T04:05:41.539Z Compiling ff v0.13.1
28242026-06-05T04:05:41.588Z Compiling cobs v0.3.0
28252026-06-05T04:05:41.700Z Compiling bstr v1.12.1
28262026-06-05T04:05:41.846Z Compiling thread-id v4.2.2
28272026-06-05T04:05:41.940Z Compiling static_assertions v1.1.0
28282026-06-05T04:05:42.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28292026-06-05T04:05:42.162Z Compiling bitflags v1.3.2
28302026-06-05T04:05:42.191Z Compiling managed v0.8.0
28312026-06-05T04:05:42.252Z Compiling colored v3.1.1
28322026-06-05T04:05:42.755Z Compiling postcard v1.1.3
28332026-06-05T04:05:42.801Z Compiling group v0.13.0
28342026-06-05T04:05:42.978Z Compiling cipher v0.4.4
28352026-06-05T04:05:43.130Z Compiling hkdf v0.12.4
28362026-06-05T04:05:43.549Z Compiling goblin v0.8.2
28372026-06-05T04:05:43.583Z Compiling ingot v0.1.1
28382026-06-05T04:05:43.786Z Compiling num-iter v0.1.45
28392026-06-05T04:05:43.934Z Compiling num-rational v0.4.2
28402026-06-05T04:05:45.444Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28412026-06-05T04:05:45.586Z Compiling universal-hash v0.5.1
28422026-06-05T04:05:45.744Z Compiling thiserror-impl-no-std v2.0.2
28432026-06-05T04:05:45.783Z Compiling hubpack_derive v0.1.1
28442026-06-05T04:05:45.813Z Compiling crypto-bigint v0.5.5
28452026-06-05T04:05:46.448Z Compiling half v2.7.1
28462026-06-05T04:05:46.695Z Compiling curve25519-dalek-derive v0.1.1
28472026-06-05T04:05:46.779Z Compiling serde_repr v0.1.20
28482026-06-05T04:05:46.841Z Compiling foreign-types-macros v0.2.3
28492026-06-05T04:05:47.430Z Compiling num-complex v0.4.6
28502026-06-05T04:05:47.825Z Compiling memoffset v0.9.1
28512026-06-05T04:05:47.992Z Compiling foreign-types-shared v0.3.1
28522026-06-05T04:05:48.118Z Compiling indent_write v2.2.0
28532026-06-05T04:05:48.271Z Compiling base64ct v1.8.3
28542026-06-05T04:05:48.298Z Compiling heck v0.4.1
28552026-06-05T04:05:48.340Z Compiling ciborium-io v0.2.2
28562026-06-05T04:05:48.502Z Compiling cfg_aliases v0.2.1
28572026-06-05T04:05:48.609Z Compiling opaque-debug v0.3.1
28582026-06-05T04:05:48.817Z Compiling base16ct v0.2.0
28592026-06-05T04:05:48.918Z Compiling elliptic-curve v0.13.8
28602026-06-05T04:05:49.196Z Compiling poly1305 v0.8.0
28612026-06-05T04:05:49.265Z Compiling nix v0.31.3
28622026-06-05T04:05:49.376Z Compiling password-hash v0.5.0
28632026-06-05T04:05:49.801Z Compiling ciborium-ll v0.2.2
28642026-06-05T04:05:51.035Z Compiling foreign-types v0.5.0
28652026-06-05T04:05:51.265Z Compiling num v0.4.3
28662026-06-05T04:05:51.645Z Compiling thiserror-no-std v2.0.2
28672026-06-05T04:05:51.645Z Compiling hubpack v0.1.2
28682026-06-05T04:05:51.726Z Compiling chacha20 v0.9.1
28692026-06-05T04:05:53.779Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28702026-06-05T04:05:53.870Z Compiling reqwest v0.12.28
28712026-06-05T04:05:53.870Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28722026-06-05T04:05:53.870Z Compiling blake2 v0.10.6
28732026-06-05T04:05:53.870Z Compiling aead v0.5.2
28742026-06-05T04:05:53.975Z Compiling byte-wrapper v0.1.0
28752026-06-05T04:05:53.976Z Compiling chacha20 v0.10.0
28762026-06-05T04:05:54.070Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28772026-06-05T04:05:54.147Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28782026-06-05T04:05:54.858Z Compiling cstr-argument v0.1.2
28792026-06-05T04:05:55.066Z Compiling keccak v0.1.6
28802026-06-05T04:05:55.161Z Compiling float-ord v0.3.2
28812026-06-05T04:05:55.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28822026-06-05T04:05:55.275Z Compiling sha3 v0.10.9
28832026-06-05T04:05:55.536Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28842026-06-05T04:05:56.062Z Compiling rustls-webpki v0.103.13
28852026-06-05T04:05:56.132Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28862026-06-05T04:05:56.132Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28872026-06-05T04:05:56.132Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28882026-06-05T04:05:57.479Z Compiling rand v0.10.1
28892026-06-05T04:05:58.283Z Compiling chacha20poly1305 v0.10.1
28902026-06-05T04:05:58.437Z Compiling argon2 v0.5.3
28912026-06-05T04:05:58.919Z Compiling progenitor-client v0.10.0
28922026-06-05T04:05:59.154Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28932026-06-05T04:05:59.400Z Compiling vsss-rs v3.3.4
28942026-06-05T04:05:59.991Z Compiling ciborium v0.2.2
28952026-06-05T04:06:00.538Z Compiling tokio-rustls v0.26.4
28962026-06-05T04:06:00.595Z Compiling rustls-platform-verifier v0.7.0
28972026-06-05T04:06:00.821Z Compiling hyper-rustls v0.27.9
28982026-06-05T04:06:00.985Z Compiling atomicwrites v0.4.4
28992026-06-05T04:06:01.131Z Compiling reqwest v0.13.4
29002026-06-05T04:06:01.354Z Compiling usdt-attr-macro v0.5.0
29012026-06-05T04:06:02.127Z Compiling usdt-macro v0.5.0
29022026-06-05T04:06:02.799Z Compiling progenitor-client v0.14.0
29032026-06-05T04:06:03.276Z Compiling progenitor-extras v0.2.0
29042026-06-05T04:06:04.284Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29052026-06-05T04:06:04.634Z Compiling enum-as-inner v0.6.1
29062026-06-05T04:06:05.253Z Compiling num-derive v0.4.2
29072026-06-05T04:06:06.103Z Compiling memmap v0.7.0
29082026-06-05T04:06:06.183Z Compiling rayon-core v1.13.0
29092026-06-05T04:06:09.202Z Compiling semver v0.1.20
29102026-06-05T04:06:09.343Z Compiling winnow v0.5.40
29112026-06-05T04:06:09.343Z Compiling rustc_version v0.1.7
29122026-06-05T04:06:09.343Z Compiling usdt v0.5.0
29132026-06-05T04:06:09.343Z Compiling toml_edit v0.19.15
29142026-06-05T04:06:09.343Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29152026-06-05T04:06:14.937Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29162026-06-05T04:06:17.899Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29172026-06-05T04:06:18.017Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29182026-06-05T04:06:18.017Z Compiling similar v2.7.0
29192026-06-05T04:06:18.127Z Compiling crossbeam-deque v0.8.6
29202026-06-05T04:06:18.228Z Compiling serde_spanned v0.6.9
29212026-06-05T04:06:18.421Z Compiling lazy_static v1.5.0
29222026-06-05T04:06:18.551Z Compiling toml_write v0.1.2
29232026-06-05T04:06:18.596Z Compiling bytecount v0.6.9
29242026-06-05T04:06:18.596Z Compiling vcpkg v0.2.15
29252026-06-05T04:06:18.710Z Compiling toml_edit v0.22.27
29262026-06-05T04:06:19.144Z Compiling openssl-sys v0.9.116
29272026-06-05T04:06:20.057Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29282026-06-05T04:06:20.888Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29292026-06-05T04:06:21.086Z Compiling proc-macro-crate v1.3.1
29302026-06-05T04:06:21.128Z Compiling newtype_derive v0.1.6
29312026-06-05T04:06:21.147Z Compiling progenitor-impl v0.13.0
29322026-06-05T04:06:21.216Z Compiling progenitor-impl v0.14.0
29332026-06-05T04:06:21.343Z Compiling itertools v0.12.1
29342026-06-05T04:06:21.839Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29352026-06-05T04:06:21.877Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29362026-06-05T04:06:22.146Z Compiling swrite v0.1.0
29372026-06-05T04:06:22.197Z Compiling owo-colors v4.3.0
29382026-06-05T04:06:22.290Z Compiling unicode-segmentation v1.13.3
29392026-06-05T04:06:22.511Z Compiling linked-hash-map v0.5.6
29402026-06-05T04:06:22.629Z Compiling resolv-conf v0.7.6
29412026-06-05T04:06:22.753Z Compiling lru-cache v0.1.2
29422026-06-05T04:06:22.985Z Compiling newline-converter v0.3.0
29432026-06-05T04:06:23.106Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29442026-06-05T04:06:23.106Z Compiling num_enum_derive v0.5.11
29452026-06-05T04:06:23.254Z Compiling progenitor-macro v0.13.0
29462026-06-05T04:06:23.331Z Compiling progenitor-macro v0.14.0
29472026-06-05T04:06:24.253Z Compiling rayon v1.12.0
29482026-06-05T04:06:24.299Z Compiling toml v0.8.23
29492026-06-05T04:06:24.562Z Compiling hickory-proto v0.24.4
29502026-06-05T04:06:24.660Z Compiling progenitor-client v0.13.0
29512026-06-05T04:06:25.701Z Compiling console v0.15.11
29522026-06-05T04:06:27.223Z Compiling camino-tempfile v1.4.1
29532026-06-05T04:06:27.734Z Compiling serde-big-array v0.5.1
29542026-06-05T04:06:27.780Z Compiling pin-project-internal v1.1.13
29552026-06-05T04:06:27.781Z Compiling derive-where v1.6.1
29562026-06-05T04:06:27.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29572026-06-05T04:06:29.393Z Compiling siphasher v1.0.3
29582026-06-05T04:06:29.447Z Compiling minimal-lexical v0.2.1
29592026-06-05T04:06:29.447Z Compiling pin-project v1.1.13
29602026-06-05T04:06:29.447Z Compiling nom v7.1.3
29612026-06-05T04:06:29.447Z Compiling phf_shared v0.12.1
29622026-06-05T04:06:29.448Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29632026-06-05T04:06:29.710Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29642026-06-05T04:06:30.022Z Compiling progenitor v0.14.0
29652026-06-05T04:06:30.129Z Compiling progenitor v0.13.0
29662026-06-05T04:06:30.302Z Compiling hickory-resolver v0.24.4
29672026-06-05T04:06:31.482Z Compiling expectorate v1.2.0
29682026-06-05T04:06:32.980Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29692026-06-05T04:06:34.110Z Compiling num_enum v0.5.11
29702026-06-05T04:06:34.564Z Compiling zone_cfg_derive v0.3.1
29712026-06-05T04:06:35.255Z Compiling unicode-normalization v0.1.25
29722026-06-05T04:06:35.313Z Compiling tokio-stream v0.1.18
29732026-06-05T04:06:35.844Z Compiling async-recursion v1.1.1
29742026-06-05T04:06:35.844Z Compiling snafu-derive v0.8.9
29752026-06-05T04:06:36.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29762026-06-05T04:06:36.963Z Compiling slog-dtrace v0.3.0
29772026-06-05T04:06:37.224Z Compiling csv-core v0.1.13
29782026-06-05T04:06:37.660Z Compiling unicode-linebreak v0.1.5
29792026-06-05T04:06:37.683Z Compiling unicode-width v0.1.14
29802026-06-05T04:06:37.854Z Compiling highway v1.3.0
29812026-06-05T04:06:37.949Z Compiling foldhash v0.1.5
29822026-06-05T04:06:37.997Z Compiling chrono-tz v0.10.4
29832026-06-05T04:06:38.187Z Compiling unicode-xid v0.2.6
29842026-06-05T04:06:38.255Z Compiling same-file v1.0.6
29852026-06-05T04:06:38.331Z Compiling konst_macro_rules v0.2.19
29862026-06-05T04:06:38.452Z Compiling cancel-safe-futures v0.1.5
29872026-06-05T04:06:38.592Z Compiling smawk v0.3.2
29882026-06-05T04:06:38.955Z Compiling foreign-types-shared v0.1.1
29892026-06-05T04:06:39.095Z Compiling openssl v0.10.80
29902026-06-05T04:06:39.095Z Compiling textwrap v0.16.2
29912026-06-05T04:06:39.095Z Compiling foreign-types v0.3.2
29922026-06-05T04:06:39.095Z Compiling konst v0.2.20
29932026-06-05T04:06:39.095Z Compiling walkdir v2.5.0
29942026-06-05T04:06:39.306Z Compiling const_format_proc_macros v0.2.34
29952026-06-05T04:06:39.547Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29962026-06-05T04:06:39.766Z Compiling hashbrown v0.15.5
29972026-06-05T04:06:39.893Z Compiling snafu v0.8.9
29982026-06-05T04:06:40.818Z Compiling csv v1.4.0
29992026-06-05T04:06:40.938Z Compiling qorb v0.4.1
30002026-06-05T04:06:40.938Z Compiling olpc-cjson v0.1.4
30012026-06-05T04:06:40.967Z Compiling zone v0.3.1
30022026-06-05T04:06:40.967Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-06-05T04:06:40.967Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30042026-06-05T04:06:40.967Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30052026-06-05T04:06:40.967Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-05T04:06:42.125Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30072026-06-05T04:06:42.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30082026-06-05T04:06:44.555Z Compiling phf v0.12.1
30092026-06-05T04:06:44.634Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-06-05T04:06:44.813Z Compiling tokio-dtrace v0.1.1
30112026-06-05T04:06:45.207Z Compiling globset v0.4.18
30122026-06-05T04:06:45.455Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30132026-06-05T04:06:45.721Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-06-05T04:06:45.798Z Compiling smf v0.2.3
30152026-06-05T04:06:46.326Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30162026-06-05T04:06:46.616Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30172026-06-05T04:06:46.984Z Compiling libsw-core v0.3.2
30182026-06-05T04:06:47.221Z Compiling pem v3.0.6
30192026-06-05T04:06:47.327Z Compiling serde_plain v1.0.2
30202026-06-05T04:06:47.601Z Compiling openssl-macros v0.1.1
30212026-06-05T04:06:47.860Z Compiling cookie v0.18.1
30222026-06-05T04:06:47.967Z Compiling sigpipe v0.1.3
30232026-06-05T04:06:47.967Z Compiling fixedbitset v0.5.7
30242026-06-05T04:06:48.100Z Compiling fixedbitset v0.4.2
30252026-06-05T04:06:48.291Z Compiling jiff v0.2.28
30262026-06-05T04:06:48.291Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30272026-06-05T04:06:48.433Z Compiling glob v0.3.3
30282026-06-05T04:06:48.598Z Compiling typed-path v0.9.3
30292026-06-05T04:06:48.598Z Compiling petgraph v0.6.5
30302026-06-05T04:06:49.945Z Compiling petgraph v0.8.3
30312026-06-05T04:06:50.049Z Compiling libsw v3.5.0
30322026-06-05T04:06:50.049Z Compiling tough v0.22.0
30332026-06-05T04:06:50.269Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30342026-06-05T04:06:50.420Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30352026-06-05T04:06:51.299Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-06-05T04:06:51.416Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30372026-06-05T04:06:51.668Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30382026-06-05T04:06:51.915Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-05T04:06:52.016Z Compiling oxide-tokio-rt v0.1.6
30402026-06-05T04:06:54.441Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30412026-06-05T04:06:54.892Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-05T04:06:55.129Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-05T04:06:55.777Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30442026-06-05T04:06:56.715Z Compiling const_format v0.2.36
30452026-06-05T04:06:57.267Z Compiling papergrid v0.11.0
30462026-06-05T04:06:57.672Z Compiling libscf-sys v1.2.0
30472026-06-05T04:06:57.777Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30482026-06-05T04:06:57.777Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-06-05T04:06:57.777Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-05T04:06:57.777Z Compiling tabled_derive v0.7.0
30512026-06-05T04:06:58.051Z Compiling gethostname v0.5.0
30522026-06-05T04:06:58.217Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30532026-06-05T04:06:58.607Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30542026-06-05T04:06:59.752Z Compiling bcs v0.1.6
30552026-06-05T04:06:59.752Z Compiling whoami v1.6.1
30562026-06-05T04:06:59.752Z Compiling tagptr v0.2.0
30572026-06-05T04:06:59.752Z Compiling linear-map v1.2.0
30582026-06-05T04:06:59.752Z Compiling termtree v0.5.1
30592026-06-05T04:06:59.752Z Compiling moka v0.12.15
30602026-06-05T04:06:59.752Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30612026-06-05T04:07:00.412Z Compiling tabled v0.15.0
30622026-06-05T04:07:00.822Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-06-05T04:07:01.911Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-05T04:07:02.304Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30652026-06-05T04:07:02.454Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-05T04:07:02.526Z Compiling steno v0.4.1
30672026-06-05T04:07:04.999Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-05T04:07:07.083Z Compiling hickory-proto v0.25.2
30692026-06-05T04:07:07.614Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-05T04:07:08.250Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30712026-06-05T04:07:08.999Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30722026-06-05T04:07:09.091Z Compiling parking_lot_core v0.8.6
30732026-06-05T04:07:09.615Z Compiling hickory-resolver v0.25.2
30742026-06-05T04:07:11.172Z Compiling nom v8.0.0
30752026-06-05T04:07:11.419Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-06-05T04:07:11.419Z Compiling crunchy v0.2.4
30772026-06-05T04:07:11.572Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30782026-06-05T04:07:11.929Z Compiling parking_lot v0.11.2
30792026-06-05T04:07:14.057Z Compiling typify-impl v0.4.3
30802026-06-05T04:07:14.164Z Compiling fxhash v0.2.1
30812026-06-05T04:07:14.164Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30822026-06-05T04:07:14.164Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30832026-06-05T04:07:14.164Z Compiling proc-macro-error-attr2 v2.0.0
30842026-06-05T04:07:14.164Z Compiling tiny-keccak v2.0.2
30852026-06-05T04:07:14.164Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30862026-06-05T04:07:14.254Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-06-05T04:07:15.315Z Compiling proc-macro-error2 v2.0.1
30882026-06-05T04:07:15.520Z Compiling typify-macro v0.4.3
30892026-06-05T04:07:15.674Z Compiling sled v0.34.7
30902026-06-05T04:07:16.042Z Compiling arc-swap v1.9.1
30912026-06-05T04:07:16.320Z Compiling slog-scope v4.4.1
30922026-06-05T04:07:17.265Z Compiling tabled_derive v0.11.0
30932026-06-05T04:07:18.809Z Compiling papergrid v0.18.0
30942026-06-05T04:07:18.920Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30952026-06-05T04:07:18.920Z Compiling testing_table v0.3.0
30962026-06-05T04:07:18.920Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30972026-06-05T04:07:18.920Z Compiling internet-checksum v0.2.1
30982026-06-05T04:07:18.992Z Compiling tabled v0.21.0
30992026-06-05T04:07:19.069Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31002026-06-05T04:07:19.161Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31012026-06-05T04:07:19.607Z Compiling const-random-macro v0.1.16
31022026-06-05T04:07:20.070Z Compiling slog-stdlog v4.1.1
31032026-06-05T04:07:20.536Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31042026-06-05T04:07:21.252Z Compiling dropshot-api-manager-types v0.7.2
31052026-06-05T04:07:21.875Z Compiling smartstring v1.0.1
31062026-06-05T04:07:22.188Z Compiling ahash v0.8.12
31072026-06-05T04:07:23.433Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31082026-06-05T04:07:23.524Z Compiling slog-envlogger v2.2.0
31092026-06-05T04:07:25.297Z Compiling const-random v0.1.18
31102026-06-05T04:07:25.345Z Compiling typify v0.4.3
31112026-06-05T04:07:25.376Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31122026-06-05T04:07:26.841Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31132026-06-05T04:07:27.335Z Compiling toml_datetime v0.7.5+spec-1.1.0
31142026-06-05T04:07:27.603Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-06-05T04:07:30.316Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31162026-06-05T04:07:30.335Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31172026-06-05T04:07:30.335Z Compiling crc8 v0.1.1
31182026-06-05T04:07:30.336Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31192026-06-05T04:07:30.894Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31202026-06-05T04:07:32.582Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31212026-06-05T04:07:33.444Z Compiling toml v0.9.12+spec-1.1.0
31222026-06-05T04:07:33.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-05T04:07:33.938Z Compiling progenitor-impl v0.10.0
31242026-06-05T04:07:35.612Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31252026-06-05T04:07:35.728Z Compiling lzma-sys v0.1.20
31262026-06-05T04:07:35.988Z Compiling sha1 v0.10.6
31272026-06-05T04:07:36.008Z Compiling thin-vec v0.2.18
31282026-06-05T04:07:36.069Z Compiling rhai_codegen v3.2.0
31292026-06-05T04:07:36.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31302026-06-05T04:07:36.422Z Compiling fs-err v3.3.0
31312026-06-05T04:07:36.752Z Compiling utf-8 v0.7.6
31322026-06-05T04:07:36.929Z Compiling typeid v1.0.3
31332026-06-05T04:07:37.333Z Compiling rhai v1.25.1
31342026-06-05T04:07:37.345Z Compiling tungstenite v0.21.0
31352026-06-05T04:07:37.907Z Compiling progenitor-macro v0.10.0
31362026-06-05T04:07:39.486Z Compiling cargo_toml v0.22.3
31372026-06-05T04:07:42.474Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-06-05T04:07:43.937Z Compiling sha2 v0.10.9
31392026-06-05T04:07:45.008Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31402026-06-05T04:07:45.148Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-06-05T04:07:45.819Z Compiling progenitor v0.10.0
31422026-06-05T04:07:45.961Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31432026-06-05T04:07:47.004Z Compiling tokio-tungstenite v0.21.0
31442026-06-05T04:07:47.968Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31452026-06-05T04:07:48.317Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31462026-06-05T04:07:50.197Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31472026-06-05T04:07:50.376Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31482026-06-05T04:07:50.727Z Compiling console v0.16.3
31492026-06-05T04:07:51.105Z Compiling git-stub v1.0.0
31502026-06-05T04:07:51.588Z Compiling base64 v0.21.7
31512026-06-05T04:07:51.620Z Compiling is_ci v1.2.0
31522026-06-05T04:07:51.724Z Compiling unit-prefix v0.5.2
31532026-06-05T04:07:51.803Z Compiling supports-color v3.0.2
31542026-06-05T04:07:51.898Z Compiling indicatif v0.18.4
31552026-06-05T04:07:51.980Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31562026-06-05T04:07:52.107Z Compiling git-stub-vcs v0.1.0
31572026-06-05T04:07:52.836Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31582026-06-05T04:07:54.354Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31592026-06-05T04:07:54.614Z Compiling ron v0.12.1
31602026-06-05T04:07:55.946Z Compiling xz2 v0.1.7
31612026-06-05T04:07:56.243Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31622026-06-05T04:07:56.261Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31632026-06-05T04:07:56.305Z Compiling drift v0.2.0
31642026-06-05T04:07:58.308Z Compiling base16ct v1.0.0
31652026-06-05T04:07:58.428Z Compiling dropshot-api-manager v0.7.2
31662026-06-05T04:08:02.725Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31672026-06-05T04:08:05.528Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31682026-06-05T04:08:06.707Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31692026-06-05T04:08:08.039Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31702026-06-05T04:08:09.807Z Compiling natord v1.0.9
31712026-06-05T04:08:10.118Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31722026-06-05T04:08:10.213Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31732026-06-05T04:08:12.692Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31742026-06-05T04:08:14.393Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31752026-06-05T04:08:15.558Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31762026-06-05T04:08:21.332Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31772026-06-05T04:08:23.677Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31782026-06-05T04:08:23.902Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31792026-06-05T04:08:24.185Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31802026-06-05T04:08:28.192Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31812026-06-05T04:08:51.704Z Finished `release` profile [optimized] target(s) in 4m 18s
31822026-06-05T04:08:51.887Z
31832026-06-05T04:08:51.887Zreal 4:19.082911497
31842026-06-05T04:08:51.887Zuser 29:36.188941337
31852026-06-05T04:08:51.887Zsys 2:43.023517736
31862026-06-05T04:08:51.887Ztrap 0.753699879
31872026-06-05T04:08:51.892Ztflt 1.326986649
31882026-06-05T04:08:51.892Zdflt 1.478122249
31892026-06-05T04:08:51.892Zkflt 0.002057863
31902026-06-05T04:08:51.892Zlock 1:59:00.508144655
31912026-06-05T04:08:51.892Zslp 1:25:35.562682628
31922026-06-05T04:08:51.892Zlat 2:18.857921950
31932026-06-05T04:08:51.892Zstop 3:34.480425885
31942026-06-05T04:08:51.892Z+ for x in debug release
31952026-06-05T04:08:51.892Z+ mkdir -p /work/debug
31962026-06-05T04:08:51.892Z+ cp target/debug/ddmd /work/debug/ddmd
31972026-06-05T04:08:52.398Z+ cp target/debug/ddmadm /work/debug/ddmadm
31982026-06-05T04:08:52.824Z+ cp target/debug/mgd /work/debug/mgd
31992026-06-05T04:08:53.424Z+ cp target/debug/mgadm /work/debug/mgadm
32002026-06-05T04:08:53.899Z+ for x in debug release
32012026-06-05T04:08:53.899Z+ mkdir -p /work/release
32022026-06-05T04:08:53.902Z+ cp target/release/ddmd /work/release/ddmd
32032026-06-05T04:08:53.984Z+ cp target/release/ddmadm /work/release/ddmadm
32042026-06-05T04:08:54.062Z+ cp target/release/mgd /work/release/mgd
32052026-06-05T04:08:54.114Z+ cp target/release/mgadm /work/release/mgadm
32062026-06-05T04:08:54.202Z+ cp target/release/falcon-lab /work/release/falcon-lab
32072026-06-05T04:08:54.266Zprocess exited: duration 668199 ms, exit code 0
 
32082026-06-05T04:08:54.273Zfound 9 output files
32092026-06-05T04:08:54.273Zuploading: /work/debug/ddmadm (513711000 bytes)
32102026-06-05T04:09:05.577Zuploaded: /work/debug/ddmadm
32112026-06-05T04:09:05.577Zuploading: /work/debug/ddmd (588577992 bytes)
32122026-06-05T04:09:14.523Zuploaded: /work/debug/ddmd
32132026-06-05T04:09:14.523Zuploading: /work/debug/mgadm (605973080 bytes)
32142026-06-05T04:09:23.501Zuploaded: /work/debug/mgadm
32152026-06-05T04:09:23.501Zuploading: /work/debug/mgd (679723064 bytes)
32162026-06-05T04:09:33.845Zuploaded: /work/debug/mgd
32172026-06-05T04:09:33.845Zuploading: /work/release/ddmadm (45419912 bytes)
32182026-06-05T04:09:35.696Zuploaded: /work/release/ddmadm
32192026-06-05T04:09:35.696Zuploading: /work/release/ddmd (53070872 bytes)
32202026-06-05T04:09:37.132Zuploaded: /work/release/ddmd
32212026-06-05T04:09:37.132Zuploading: /work/release/falcon-lab (38584672 bytes)
32222026-06-05T04:09:38.489Zuploaded: /work/release/falcon-lab
32232026-06-05T04:09:38.489Zuploading: /work/release/mgadm (54593408 bytes)
32242026-06-05T04:09:39.955Zuploaded: /work/release/mgadm
32252026-06-05T04:09:39.955Zuploading: /work/release/mgd (70830128 bytes)
32262026-06-05T04:09:41.711Zuploaded: /work/release/mgd