01KKDE34T25T0B99GPMFQQA4WC: 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: 01KKDE3PJJ05YB9PFFY16G6BQ8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T03:13:48.853Zjob assigned to worker 01KKDE480EWRJ9FFCXQRK4ECG3 [factory aws, i-0ceda4ee12de79052] (queued for 1 m 8 s)
 
22026-03-11T03:13:56.522Zstarting task 0: "setup"
32026-03-11T03:13:56.527Z++ uname -s
42026-03-11T03:13:56.530Z+ kern=SunOS
52026-03-11T03:13:56.530Z+ build_user=build
62026-03-11T03:13:56.530Z+ build_uid=12345
72026-03-11T03:13:56.530Z+ work_dir=/work
82026-03-11T03:13:56.530Z+ input_dir=/input
92026-03-11T03:13:56.530Z+ [[ 0 == 12345 ]]
102026-03-11T03:13:56.530Z+ case "$kern" in
112026-03-11T03:13:56.530Z+ groupadd -g 12345 build
122026-03-11T03:13:56.533Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T03:13:58.537Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T03:13:58.649Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T03:13:58.654Z+ home_fs=zfs
162026-03-11T03:13:58.654Z+ [[ zfs == autofs ]]
172026-03-11T03:13:58.654Z+ mkdir -p /home/build
182026-03-11T03:13:58.654Z+ chown build:build /home/build /work
192026-03-11T03:14:00.653Z+ chmod 0700 /home/build /work
202026-03-11T03:14:00.656Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-11T03:14:00.662Zstarting task 1: "rust-toolchain"
222026-03-11T03:14:00.667Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-11T03:14:00.667Z * rust toolchain channel = "stable"
242026-03-11T03:14:00.667Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-11T03:14:00.667Z * rust toolchain profile = "default"
262026-03-11T03:14:00.667Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T03:14:00.667Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T03:14:00.670Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T03:14:00.670Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-11T03:14:00.802Zinfo: downloading installer
312026-03-11T03:14:02.387Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T03:14:02.388Zwarn: /opt/ooce/bin
332026-03-11T03:14:02.388Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T03:14:02.388Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T03:14:02.388Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T03:14:02.388Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T03:14:02.388Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T03:14:02.388Zerror: cannot install while Rust is installed
392026-03-11T03:14:02.388Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T03:14:02.417Zinfo: profile set to 'default'
412026-03-11T03:14:02.417Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T03:14:02.420Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-11T03:14:02.583Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-11T03:14:02.583Zinfo: downloading component 'cargo'
452026-03-11T03:14:04.291Zinfo: downloading component 'clippy'
462026-03-11T03:14:05.137Zinfo: downloading component 'rust-docs'
472026-03-11T03:14:06.954Zinfo: downloading component 'rust-std'
482026-03-11T03:14:09.089Zinfo: downloading component 'rustc'
492026-03-11T03:14:20.211Zinfo: downloading component 'rustfmt'
502026-03-11T03:14:20.545Zinfo: installing component 'cargo'
512026-03-11T03:14:21.374Zinfo: installing component 'clippy'
522026-03-11T03:14:21.732Zinfo: installing component 'rust-docs'
532026-03-11T03:14:23.246Zinfo: installing component 'rust-std'
542026-03-11T03:14:24.711Zinfo: installing component 'rustc'
552026-03-11T03:14:30.511Zinfo: installing component 'rustfmt'
562026-03-11T03:14:30.805Z
572026-03-11T03:14:30.805Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582026-03-11T03:14:31.218Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-11T03:14:31.218Z
602026-03-11T03:14:31.221Z
612026-03-11T03:14:31.221ZRust is installed now. Great!
622026-03-11T03:14:31.221Z
632026-03-11T03:14:31.221ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T03:14:31.221Zenvironment variable. This has not been done automatically.
652026-03-11T03:14:31.221Z
662026-03-11T03:14:31.221ZTo configure your current shell, you need to source
672026-03-11T03:14:31.221Zthe corresponding env file under $HOME/.cargo.
682026-03-11T03:14:31.221Z
692026-03-11T03:14:31.221ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T03:14:31.221Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T03:14:31.222Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T03:14:31.222Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T03:14:31.314Z+ rustup --version
742026-03-11T03:14:31.325Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T03:14:31.328Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T03:14:31.395Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-11T03:14:31.399Z+ cargo --version
782026-03-11T03:14:31.452Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-11T03:14:31.456Z+ rustc --version
802026-03-11T03:14:31.516Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-11T03:14:31.519Zprocess exited: duration 30854 ms, exit code 0
 
822026-03-11T03:14:31.537Zstarting task 2: "authentication"
832026-03-11T03:14:31.557Zprocess exited: duration 19 ms, exit code 0
 
842026-03-11T03:14:31.563Zstarting task 3: "clone repository"
852026-03-11T03:14:31.569Z+ mkdir -p /work/oxidecomputer/maghemite
862026-03-11T03:14:31.572Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-03-11T03:14:31.604ZCloning into '/work/oxidecomputer/maghemite'...
882026-03-11T03:14:32.625Z+ cd /work/oxidecomputer/maghemite
892026-03-11T03:14:32.625Z+ git fetch origin 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3
902026-03-11T03:14:32.896ZFrom https://github.com/oxidecomputer/maghemite
912026-03-11T03:14:32.896Z * branch 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3 -> FETCH_HEAD
922026-03-11T03:14:32.904Z+ [[ -n renovate/anyhow-1.x ]]
932026-03-11T03:14:32.907Z++ git branch --show-current
942026-03-11T03:14:32.907Z+ current=main
952026-03-11T03:14:32.907Z+ [[ main != renovate/anyhow-1.x ]]
962026-03-11T03:14:32.907Z+ git branch -f renovate/anyhow-1.x 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3
972026-03-11T03:14:32.911Z+ git checkout -f renovate/anyhow-1.x
982026-03-11T03:14:32.937ZSwitched to branch 'renovate/anyhow-1.x'
992026-03-11T03:14:32.940Z+ git reset --hard 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3
1002026-03-11T03:14:32.944ZHEAD is now at 67dbfd6 Update Rust crate anyhow to 1.0.102
1012026-03-11T03:14:32.947Zprocess exited: duration 1380 ms, exit code 0
 
1022026-03-11T03:14:32.953Zstarting task 4: "build"
1032026-03-11T03:14:32.958Z+ pfexec pkg install clang-15
1042026-03-11T03:14:41.791Z Startup: Refreshing catalog 'helios-dev' ... Done
1052026-03-11T03:14:51.276Z Startup: Caching catalogs ... Done
1062026-03-11T03:15:12.776ZPlanning: Solver setup ... Done
1072026-03-11T03:15:12.924ZPlanning: Running solver ... Done
1082026-03-11T03:15:13.104ZPlanning: Finding local manifests ... Done
1092026-03-11T03:15:13.155ZPlanning: Fetching manifests: 0/2 0% complete
1102026-03-11T03:15:13.300ZPlanning: Fetching manifests: 2/2 100% complete
1112026-03-11T03:15:13.339ZPlanning: Package planning ... Done
1122026-03-11T03:15:13.379ZPlanning: Merging actions ... Done
1132026-03-11T03:15:13.520ZPlanning: Checking for conflicting actions ... Done
1142026-03-11T03:15:13.529ZPlanning: Consolidating action changes ... Done
1152026-03-11T03:15:14.285ZPlanning: Evaluating mediators ... Done
1162026-03-11T03:15:14.293ZPlanning: Planning completed in 22.88 seconds
1172026-03-11T03:15:14.306Z Packages to install: 2
1182026-03-11T03:15:14.310Z Mediators to change: 2
1192026-03-11T03:15:14.310Z Services to change: 1
1202026-03-11T03:15:14.310Z Create boot environment: No
1212026-03-11T03:15:14.310ZCreate backup boot environment: No
1222026-03-11T03:15:14.353Z
1232026-03-11T03:15:14.353ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1242026-03-11T03:15:19.363ZDownload: 1545/3076 items 116.8/211.3MB 55% complete (24.0M/s)
1252026-03-11T03:15:24.365ZDownload: 2016/3076 items 118.0/211.3MB 55% complete (11.9M/s)
1262026-03-11T03:15:30.250ZDownload: 3069/3076 items 208.4/211.3MB 98% complete (9.1M/s)
1272026-03-11T03:15:37.021ZDownload: 3075/3076 items 209.9/211.3MB 99% complete (9.2M/s)
1282026-03-11T03:15:37.062ZDownload: Completed 211.31 MB in 22.71 seconds (9.3M/s)
1292026-03-11T03:15:37.218Z Actions: 1/3418 actions (Installing new actions)
1302026-03-11T03:15:41.358Z Actions: Completed 3418 actions in 4.14 seconds.
1312026-03-11T03:15:42.096Z Done
1322026-03-11T03:15:42.097Z Done
1332026-03-11T03:15:43.082Z Done
1342026-03-11T03:15:47.047Z Done
1352026-03-11T03:15:47.137Z Done
1362026-03-11T03:15:47.140Z Done
1372026-03-11T03:15:47.288Z Done
1382026-03-11T03:15:47.999Z+ cargo --version
1392026-03-11T03:15:48.006Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1402026-03-11T03:15:48.258Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1412026-03-11T03:15:48.262Zinfo: downloading component 'cargo'
1422026-03-11T03:15:49.332Zinfo: downloading component 'clippy'
1432026-03-11T03:15:49.773Zinfo: downloading component 'rust-docs'
1442026-03-11T03:15:51.748Zinfo: downloading component 'rust-std'
1452026-03-11T03:15:53.968Zinfo: downloading component 'rustc'
1462026-03-11T03:16:02.605Zinfo: downloading component 'rustfmt'
1472026-03-11T03:16:03.019Zinfo: installing component 'cargo'
1482026-03-11T03:16:03.858Zinfo: installing component 'clippy'
1492026-03-11T03:16:04.204Zinfo: installing component 'rust-docs'
1502026-03-11T03:16:05.653Zinfo: installing component 'rust-std'
1512026-03-11T03:16:07.159Zinfo: installing component 'rustc'
1522026-03-11T03:16:12.951Zinfo: installing component 'rustfmt'
1532026-03-11T03:16:13.378Zcargo 1.92.0 (344c4567c 2025-10-21)
1542026-03-11T03:16:13.381Z+ rustc --version
1552026-03-11T03:16:13.461Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1562026-03-11T03:16:13.466Z+ banner check
1572026-03-11T03:16:13.470Z
1582026-03-11T03:16:13.470Z #### # # ###### #### # #
1592026-03-11T03:16:13.470Z # # # # # # # # #
1602026-03-11T03:16:13.470Z # ###### ##### # ####
1612026-03-11T03:16:13.470Z # # # # # # #
1622026-03-11T03:16:13.470Z # # # # # # # # #
1632026-03-11T03:16:13.470Z #### # # ###### #### # #
1642026-03-11T03:16:13.470Z
1652026-03-11T03:16:13.470Z+ cargo fmt -- --check
1662026-03-11T03:16:14.123Z+ cargo clippy --all-targets -- --deny warnings
1672026-03-11T03:16:14.380Z Updating git repository `https://github.com/oxidecomputer/falcon`
1682026-03-11T03:16:15.014ZFrom https://github.com/oxidecomputer/falcon
1692026-03-11T03:16:15.014Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
1702026-03-11T03:16:15.110Z Updating crates.io index
1712026-03-11T03:16:15.173Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1722026-03-11T03:16:16.385ZFrom https://github.com/oxidecomputer/dendrite
1732026-03-11T03:16:16.385Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1742026-03-11T03:16:16.679Z Updating git repository `https://github.com/oxidecomputer/ispf`
1752026-03-11T03:16:16.926ZFrom https://github.com/oxidecomputer/ispf
1762026-03-11T03:16:16.926Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1772026-03-11T03:16:16.933Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1782026-03-11T03:16:17.263ZFrom https://github.com/oxidecomputer/netadm-sys
1792026-03-11T03:16:17.263Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
1802026-03-11T03:16:17.273Z Updating git repository `https://github.com/oxidecomputer/omicron`
1812026-03-11T03:16:23.946ZFrom https://github.com/oxidecomputer/omicron
1822026-03-11T03:16:23.946Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
1832026-03-11T03:16:24.560Z Updating git repository `https://github.com/oxidecomputer/opte`
1842026-03-11T03:16:25.145ZFrom https://github.com/oxidecomputer/opte
1852026-03-11T03:16:25.145Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
1862026-03-11T03:16:25.776Z Updating git repository `https://github.com/illumos/smf-rs`
1872026-03-11T03:16:26.067ZFrom https://github.com/illumos/smf-rs
1882026-03-11T03:16:26.067Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1892026-03-11T03:16:26.302Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1902026-03-11T03:16:26.587ZFrom https://github.com/oxidecomputer/network-interface
1912026-03-11T03:16:26.587Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1922026-03-11T03:16:26.596Z Updating git repository `https://github.com/oxidecomputer/zone`
1932026-03-11T03:16:26.859ZFrom https://github.com/oxidecomputer/zone
1942026-03-11T03:16:26.859Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1952026-03-11T03:16:27.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
1962026-03-11T03:16:28.136ZFrom https://github.com/oxidecomputer/propolis
1972026-03-11T03:16:28.136Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
1982026-03-11T03:16:28.433Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1992026-03-11T03:16:29.143ZFrom https://github.com/oxidecomputer/transceiver-control
2002026-03-11T03:16:29.143Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
2012026-03-11T03:16:29.159Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2022026-03-11T03:16:29.423ZFrom https://github.com/oxidecomputer/dlpi-sys
2032026-03-11T03:16:29.423Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
2042026-03-11T03:16:29.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2052026-03-11T03:16:29.727ZFrom https://github.com/jmesmon/rust-libzfs
2062026-03-11T03:16:29.727Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
2072026-03-11T03:16:29.737Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2082026-03-11T03:16:30.008ZFrom https://github.com/oxidecomputer/rusty-doors
2092026-03-11T03:16:30.008Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2102026-03-11T03:16:30.024Z Updating git repository `https://github.com/oxidecomputer/lldp`
2112026-03-11T03:16:30.322ZFrom https://github.com/oxidecomputer/lldp
2122026-03-11T03:16:30.322Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
2132026-03-11T03:16:30.474Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2142026-03-11T03:16:31.971ZFrom https://github.com/oxidecomputer/maghemite
2152026-03-11T03:16:31.971Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
2162026-03-11T03:16:32.032Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2172026-03-11T03:16:32.287ZFrom https://github.com/oxidecomputer/serde_human_bytes
2182026-03-11T03:16:32.287Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2192026-03-11T03:16:32.400Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-03-11T03:16:32.661ZFrom https://github.com/oxidecomputer/slog-error-chain
2212026-03-11T03:16:32.661Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2222026-03-11T03:16:32.687Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-03-11T03:16:32.976ZFrom https://github.com/oxidecomputer/tufaceous
2242026-03-11T03:16:32.976Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
2252026-03-11T03:16:33.001Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-03-11T03:16:33.642ZFrom https://github.com/oxidecomputer/management-gateway-service
2272026-03-11T03:16:33.642Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
2282026-03-11T03:16:34.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
2292026-03-11T03:16:34.953ZFrom https://github.com/oxidecomputer/crucible
2302026-03-11T03:16:34.953Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2312026-03-11T03:16:35.892Z Updating git repository `https://github.com/oxidecomputer/propolis`
2322026-03-11T03:16:36.254ZFrom https://github.com/oxidecomputer/propolis
2332026-03-11T03:16:36.254Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
2342026-03-11T03:16:36.779Z Updating git repository `https://github.com/oxidecomputer/tofino`
2352026-03-11T03:16:37.057ZFrom https://github.com/oxidecomputer/tofino
2362026-03-11T03:16:37.057Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
2372026-03-11T03:16:37.065Z Updating git repository `https://github.com/oxidecomputer/clickward`
2382026-03-11T03:16:37.324ZFrom https://github.com/oxidecomputer/clickward
2392026-03-11T03:16:37.325Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2402026-03-11T03:16:37.492Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-03-11T03:16:37.769ZFrom https://github.com/oxidecomputer/illumos-devinfo
2422026-03-11T03:16:37.769Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2432026-03-11T03:16:39.524Z Downloading crates ...
2442026-03-11T03:16:39.617Z Downloaded argon2 v0.5.3
2452026-03-11T03:16:39.629Z Downloaded crucible-workspace-hack v0.1.0
2462026-03-11T03:16:39.636Z Downloaded either v1.15.0
2472026-03-11T03:16:39.639Z Downloaded const_format_proc_macros v0.2.34
2482026-03-11T03:16:39.643Z Downloaded futures v0.3.32
2492026-03-11T03:16:39.649Z Downloaded dtrace-parser v0.2.0
2502026-03-11T03:16:39.655Z Downloaded icu_properties v2.1.2
2512026-03-11T03:16:39.660Z Downloaded curve25519-dalek-derive v0.1.1
2522026-03-11T03:16:39.664Z Downloaded data-encoding v2.10.0
2532026-03-11T03:16:39.680Z Downloaded futures-io v0.3.32
2542026-03-11T03:16:39.691Z Downloaded camino v1.2.2
2552026-03-11T03:16:39.696Z Downloaded autocfg v1.5.0
2562026-03-11T03:16:39.699Z Downloaded console v0.16.2
2572026-03-11T03:16:39.703Z Downloaded globset v0.4.18
2582026-03-11T03:16:39.706Z Downloaded base64ct v1.8.3
2592026-03-11T03:16:39.709Z Downloaded gethostname v0.5.0
2602026-03-11T03:16:39.712Z Downloaded http v1.4.0
2612026-03-11T03:16:39.716Z Downloaded crossbeam-utils v0.8.21
2622026-03-11T03:16:39.720Z Downloaded h2 v0.4.13
2632026-03-11T03:16:39.726Z Downloaded colorchoice v1.0.4
2642026-03-11T03:16:39.729Z Downloaded digest v0.10.7
2652026-03-11T03:16:39.733Z Downloaded fs_extra v1.3.0
2662026-03-11T03:16:39.736Z Downloaded futures-channel v0.3.32
2672026-03-11T03:16:39.739Z Downloaded atomic-waker v1.1.2
2682026-03-11T03:16:39.742Z Downloaded ipnetwork v0.21.1
2692026-03-11T03:16:39.746Z Downloaded diff v0.1.13
2702026-03-11T03:16:39.749Z Downloaded anstyle-query v1.1.5
2712026-03-11T03:16:39.752Z Downloaded crypto-common v0.1.7
2722026-03-11T03:16:39.752Z Downloaded crc8 v0.1.1
2732026-03-11T03:16:39.755Z Downloaded const-random v0.1.18
2742026-03-11T03:16:39.760Z Downloaded defmt-parser v1.0.0
2752026-03-11T03:16:39.763Z Downloaded darling_macro v0.21.3
2762026-03-11T03:16:39.763Z Downloaded crunchy v0.2.4
2772026-03-11T03:16:39.763Z Downloaded bit-vec v0.8.0
2782026-03-11T03:16:39.767Z Downloaded cpufeatures v0.2.17
2792026-03-11T03:16:39.770Z Downloaded errno v0.3.14
2802026-03-11T03:16:39.773Z Downloaded displaydoc v0.2.5
2812026-03-11T03:16:39.776Z Downloaded defmt v0.3.100
2822026-03-11T03:16:39.779Z Downloaded float-ord v0.3.2
2832026-03-11T03:16:39.782Z Downloaded convert_case v0.4.0
2842026-03-11T03:16:39.782Z Downloaded ff v0.13.1
2852026-03-11T03:16:39.785Z Downloaded hickory-resolver v0.24.4
2862026-03-11T03:16:39.789Z Downloaded debug-ignore v1.0.5
2872026-03-11T03:16:39.792Z Downloaded indicatif v0.18.4
2882026-03-11T03:16:39.796Z Downloaded getrandom v0.4.1
2892026-03-11T03:16:39.800Z Downloaded getrandom v0.2.17
2902026-03-11T03:16:39.804Z Downloaded idna_adapter v1.2.1
2912026-03-11T03:16:39.807Z Downloaded iddqd v0.3.17
2922026-03-11T03:16:39.813Z Downloaded critical-section v1.2.0
2932026-03-11T03:16:39.816Z Downloaded daft v0.1.5
2942026-03-11T03:16:39.819Z Downloaded foreign-types-macros v0.2.3
2952026-03-11T03:16:39.822Z Downloaded hostname v0.3.1
2962026-03-11T03:16:39.826Z Downloaded ahash v0.8.12
2972026-03-11T03:16:39.828Z Downloaded match_cfg v0.1.0
2982026-03-11T03:16:39.832Z Downloaded lru-cache v0.1.2
2992026-03-11T03:16:39.832Z Downloaded derive-ex v0.1.8
3002026-03-11T03:16:39.835Z Downloaded glob v0.3.3
3012026-03-11T03:16:39.838Z Downloaded defmt-macros v1.0.1
3022026-03-11T03:16:39.841Z Downloaded hostname v0.4.2
3032026-03-11T03:16:39.844Z Downloaded embedded-io v0.6.1
3042026-03-11T03:16:39.847Z Downloaded humantime v2.3.0
3052026-03-11T03:16:39.850Z Downloaded hmac v0.12.1
3062026-03-11T03:16:39.854Z Downloaded clap v4.5.59
3072026-03-11T03:16:39.859Z Downloaded heck v0.5.0
3082026-03-11T03:16:39.862Z Downloaded ingot-macros v0.1.1
3092026-03-11T03:16:39.865Z Downloaded memoffset v0.9.1
3102026-03-11T03:16:39.868Z Downloaded managed v0.8.0
3112026-03-11T03:16:39.871Z Downloaded hashbrown v0.12.3
3122026-03-11T03:16:39.875Z Downloaded lru-slab v0.1.2
3132026-03-11T03:16:39.875Z Downloaded linked-hash-map v0.5.6
3142026-03-11T03:16:39.878Z Downloaded lazy_static v1.5.0
3152026-03-11T03:16:39.881Z Downloaded is_terminal_polyfill v1.70.2
3162026-03-11T03:16:39.884Z Downloaded is_ci v1.2.0
3172026-03-11T03:16:39.884Z Downloaded internet-checksum v0.2.1
3182026-03-11T03:16:39.887Z Downloaded ingot v0.1.1
3192026-03-11T03:16:39.890Z Downloaded http-body-util v0.1.3
3202026-03-11T03:16:39.890Z Downloaded newline-converter v0.3.0
3212026-03-11T03:16:39.894Z Downloaded indent_write v2.2.0
3222026-03-11T03:16:39.897Z Downloaded darling v0.21.3
3232026-03-11T03:16:39.900Z Downloaded itoa v1.0.17
3242026-03-11T03:16:39.903Z Downloaded libsw-core v0.3.2
3252026-03-11T03:16:39.906Z Downloaded is-terminal v0.4.17
3262026-03-11T03:16:39.909Z Downloaded fs-err v3.3.0
3272026-03-11T03:16:39.909Z Downloaded lock_api v0.4.14
3282026-03-11T03:16:39.912Z Downloaded bytes v1.11.1
3292026-03-11T03:16:39.916Z Downloaded hyper-rustls v0.27.7
3302026-03-11T03:16:39.919Z Downloaded memmap2 v0.9.10
3312026-03-11T03:16:39.922Z Downloaded hubpack v0.1.2
3322026-03-11T03:16:39.925Z Downloaded memmap v0.7.0
3332026-03-11T03:16:39.928Z Downloaded const_format v0.2.35
3342026-03-11T03:16:39.932Z Downloaded ingot-types v0.1.2
3352026-03-11T03:16:39.935Z Downloaded crypto-bigint v0.5.5
3362026-03-11T03:16:39.939Z Downloaded log v0.4.29
3372026-03-11T03:16:39.942Z Downloaded keccak v0.1.6
3382026-03-11T03:16:39.945Z Downloaded cc v1.2.56
3392026-03-11T03:16:39.948Z Downloaded litemap v0.8.1
3402026-03-11T03:16:39.951Z Downloaded icu_normalizer_data v2.1.1
3412026-03-11T03:16:39.954Z Downloaded natord v1.0.9
3422026-03-11T03:16:39.954Z Downloaded base64 v0.21.7
3432026-03-11T03:16:39.958Z Downloaded linear-map v1.2.0
3442026-03-11T03:16:39.961Z Downloaded omicron-workspace-hack v0.1.0
3452026-03-11T03:16:39.964Z Downloaded num-conv v0.2.0
3462026-03-11T03:16:39.964Z Downloaded expectorate v1.2.0
3472026-03-11T03:16:39.968Z Downloaded num_enum v0.5.11
3482026-03-11T03:16:39.971Z Downloaded multer v3.1.0
3492026-03-11T03:16:39.975Z Downloaded openssl-probe v0.2.1
3502026-03-11T03:16:39.978Z Downloaded icu_provider v2.1.1
3512026-03-11T03:16:39.981Z Downloaded heapless v0.8.0
3522026-03-11T03:16:39.984Z Downloaded pin-utils v0.1.0
3532026-03-11T03:16:39.987Z Downloaded num-derive v0.4.2
3542026-03-11T03:16:39.990Z Downloaded papergrid v0.11.0
3552026-03-11T03:16:39.993Z Downloaded percent-encoding v2.3.2
3562026-03-11T03:16:39.997Z Downloaded ppv-lite86 v0.2.21
3572026-03-11T03:16:39.997Z Downloaded jobserver v0.1.34
3582026-03-11T03:16:40.000Z Downloaded newtype-uuid v1.3.2
3592026-03-11T03:16:40.003Z Downloaded oxnet v0.1.4
3602026-03-11T03:16:40.003Z Downloaded oxide-tokio-rt v0.1.2
3612026-03-11T03:16:40.007Z Downloaded num_enum_derive v0.5.11
3622026-03-11T03:16:40.010Z Downloaded parking_lot_core v0.8.6
3632026-03-11T03:16:40.010Z Downloaded progenitor-macro v0.11.2
3642026-03-11T03:16:40.013Z Downloaded parking_lot v0.11.2
3652026-03-11T03:16:40.016Z Downloaded memchr v2.8.0
3662026-03-11T03:16:40.019Z Downloaded progenitor v0.10.0
3672026-03-11T03:16:40.023Z Downloaded aho-corasick v1.1.4
3682026-03-11T03:16:40.026Z Downloaded postcard v1.1.3
3692026-03-11T03:16:40.029Z Downloaded plain v0.2.3
3702026-03-11T03:16:40.033Z Downloaded pest_generator v2.8.6
3712026-03-11T03:16:40.033Z Downloaded num-traits v0.2.19
3722026-03-11T03:16:40.036Z Downloaded pem v3.0.6
3732026-03-11T03:16:40.039Z Downloaded owo-colors v4.2.3
3742026-03-11T03:16:40.043Z Downloaded pin-project v1.1.10
3752026-03-11T03:16:40.051Z Downloaded proc-macro-crate v3.4.0
3762026-03-11T03:16:40.054Z Downloaded pest_meta v2.8.6
3772026-03-11T03:16:40.058Z Downloaded pin-project-internal v1.1.10
3782026-03-11T03:16:40.058Z Downloaded itertools v0.12.1
3792026-03-11T03:16:40.063Z Downloaded progenitor-client v0.10.0
3802026-03-11T03:16:40.066Z Downloaded hashbrown v0.15.5
3812026-03-11T03:16:40.069Z Downloaded aws-lc-rs v1.15.4
3822026-03-11T03:16:40.077Z Downloaded futures-util v0.3.32
3832026-03-11T03:16:40.086Z Downloaded poly1305 v0.8.0
3842026-03-11T03:16:40.094Z Downloaded minimal-lexical v0.2.1
3852026-03-11T03:16:40.094Z Downloaded itertools v0.14.0
3862026-03-11T03:16:40.099Z Downloaded same-file v1.0.6
3872026-03-11T03:16:40.102Z Downloaded goblin v0.10.5
3882026-03-11T03:16:40.106Z Downloaded rusty-fork v0.3.1
3892026-03-11T03:16:40.110Z Downloaded jiff-static v0.2.20
3902026-03-11T03:16:40.113Z Downloaded parking_lot_core v0.9.12
3912026-03-11T03:16:40.116Z Downloaded hickory-proto v0.25.2
3922026-03-11T03:16:40.126Z Downloaded secrecy v0.10.3
3932026-03-11T03:16:40.129Z Downloaded scroll v0.13.0
3942026-03-11T03:16:40.132Z Downloaded rustversion v1.0.22
3952026-03-11T03:16:40.136Z Downloaded progenitor-impl v0.10.0
3962026-03-11T03:16:40.136Z Downloaded rayon-core v1.13.0
3972026-03-11T03:16:40.139Z Downloaded progenitor-impl v0.13.0
3982026-03-11T03:16:40.142Z Downloaded progenitor-client v0.13.0
3992026-03-11T03:16:40.145Z Downloaded curve25519-dalek v4.1.3
4002026-03-11T03:16:40.150Z Downloaded password-hash v0.5.0
4012026-03-11T03:16:40.153Z Downloaded proc-macro-error2 v2.0.1
4022026-03-11T03:16:40.156Z Downloaded phf_shared v0.12.1
4032026-03-11T03:16:40.160Z Downloaded proc-macro-error-attr v1.0.4
4042026-03-11T03:16:40.160Z Downloaded dyn-clone v1.0.20
4052026-03-11T03:16:40.163Z Downloaded pretty_assertions v1.4.1
4062026-03-11T03:16:40.163Z Downloaded quinn-udp v0.5.14
4072026-03-11T03:16:40.166Z Downloaded pest_derive v2.8.6
4082026-03-11T03:16:40.169Z Downloaded rustc_version v0.1.7
4092026-03-11T03:16:40.169Z Downloaded proptest v1.10.0
4102026-03-11T03:16:40.176Z Downloaded pin-project-lite v0.2.16
4112026-03-11T03:16:40.182Z Downloaded prettyplease v0.2.37
4122026-03-11T03:16:40.185Z Downloaded proc-macro-crate v1.3.1
4132026-03-11T03:16:40.188Z Downloaded parking_lot v0.12.5
4142026-03-11T03:16:40.188Z Downloaded serde_plain v1.0.2
4152026-03-11T03:16:40.192Z Downloaded crc32fast v1.5.0
4162026-03-11T03:16:40.195Z Downloaded progenitor v0.13.0
4172026-03-11T03:16:40.195Z Downloaded num_threads v0.1.7
4182026-03-11T03:16:40.198Z Downloaded rand_xorshift v0.4.0
4192026-03-11T03:16:40.198Z Downloaded opaque-debug v0.3.1
4202026-03-11T03:16:40.201Z Downloaded quote v1.0.44
4212026-03-11T03:16:40.204Z Downloaded num_enum_derive v0.7.5
4222026-03-11T03:16:40.204Z Downloaded num_enum v0.7.5
4232026-03-11T03:16:40.208Z Downloaded iana-time-zone v0.1.65
4242026-03-11T03:16:40.211Z Downloaded nix v0.30.1
4252026-03-11T03:16:40.220Z Downloaded rustls-pki-types v1.14.0
4262026-03-11T03:16:40.223Z Downloaded anstyle v1.0.13
4272026-03-11T03:16:40.226Z Downloaded deranged v0.5.6
4282026-03-11T03:16:40.229Z Downloaded nix v0.31.1
4292026-03-11T03:16:40.235Z Downloaded schemars v0.8.22
4302026-03-11T03:16:40.244Z Downloaded bstr v1.12.1
4312026-03-11T03:16:40.251Z Downloaded scroll_derive v0.12.1
4322026-03-11T03:16:40.254Z Downloaded olpc-cjson v0.1.4
4332026-03-11T03:16:40.254Z Downloaded newtype-uuid-macros v0.1.0
4342026-03-11T03:16:40.257Z Downloaded indexmap v1.9.3
4352026-03-11T03:16:40.260Z Downloaded rand_core v0.6.4
4362026-03-11T03:16:40.260Z Downloaded rand v0.8.5
4372026-03-11T03:16:40.264Z Downloaded ron v0.12.0
4382026-03-11T03:16:40.272Z Downloaded openssl-macros v0.1.1
4392026-03-11T03:16:40.275Z Downloaded slog v2.8.2
4402026-03-11T03:16:40.278Z Downloaded fxhash v0.2.1
4412026-03-11T03:16:40.278Z Downloaded futures-core v0.3.32
4422026-03-11T03:16:40.281Z Downloaded foreign-types-shared v0.3.1
4432026-03-11T03:16:40.281Z Downloaded hubpack_derive v0.1.1
4442026-03-11T03:16:40.281Z Downloaded hex v0.4.3
4452026-03-11T03:16:40.285Z Downloaded cfg_aliases v0.2.1
4462026-03-11T03:16:40.285Z Downloaded cstr-argument v0.1.2
4472026-03-11T03:16:40.288Z Downloaded base16ct v0.2.0
4482026-03-11T03:16:40.288Z Downloaded rustls-platform-verifier v0.6.2
4492026-03-11T03:16:40.291Z Downloaded foldhash v0.1.5
4502026-03-11T03:16:40.294Z Downloaded parse-display v0.10.0
4512026-03-11T03:16:40.294Z Downloaded num-integer v0.1.46
4522026-03-11T03:16:40.297Z Downloaded regex v1.12.3
4532026-03-11T03:16:40.301Z Downloaded serde_core v1.0.228
4542026-03-11T03:16:40.304Z Downloaded shlex v1.3.0
4552026-03-11T03:16:40.307Z Downloaded serde_repr v0.1.20
4562026-03-11T03:16:40.310Z Downloaded drift v0.1.3
4572026-03-11T03:16:40.313Z Downloaded serde v1.0.228
4582026-03-11T03:16:40.316Z Downloaded reqwest v0.13.2
4592026-03-11T03:16:40.320Z Downloaded hash32 v0.3.1
4602026-03-11T03:16:40.323Z Downloaded dof v0.3.0
4612026-03-11T03:16:40.323Z Downloaded futures-sink v0.3.32
4622026-03-11T03:16:40.326Z Downloaded sigpipe v0.1.3
4632026-03-11T03:16:40.326Z Downloaded num-complex v0.4.6
4642026-03-11T03:16:40.329Z Downloaded hyper-util v0.1.20
4652026-03-11T03:16:40.332Z Downloaded slog-bunyan v2.5.0
4662026-03-11T03:16:40.336Z Downloaded heck v0.4.1
4672026-03-11T03:16:40.336Z Downloaded ciborium-ll v0.2.2
4682026-03-11T03:16:40.339Z Downloaded dtrace-parser v0.3.0
4692026-03-11T03:16:40.339Z Downloaded phf v0.12.1
4702026-03-11T03:16:40.342Z Downloaded erased-serde v0.3.31
4712026-03-11T03:16:40.342Z Downloaded futures-executor v0.3.32
4722026-03-11T03:16:40.346Z Downloaded num-derive v0.3.3
4732026-03-11T03:16:40.346Z Downloaded csv-core v0.1.13
4742026-03-11T03:16:40.349Z Downloaded half v2.7.1
4752026-03-11T03:16:40.349Z Downloaded proc-macro-error-attr2 v2.0.0
4762026-03-11T03:16:40.352Z Downloaded httpdate v1.0.3
4772026-03-11T03:16:40.352Z Downloaded cobs v0.3.0
4782026-03-11T03:16:40.355Z Downloaded anstyle-parse v0.2.7
4792026-03-11T03:16:40.360Z Downloaded httparse v1.10.1
4802026-03-11T03:16:40.360Z Downloaded find-msvc-tools v0.1.9
4812026-03-11T03:16:40.363Z Downloaded ciborium-io v0.2.2
4822026-03-11T03:16:40.363Z Downloaded rustls-native-certs v0.8.3
4832026-03-11T03:16:40.366Z Downloaded sdd v3.0.10
4842026-03-11T03:16:40.366Z Downloaded pretty-hex v0.4.1
4852026-03-11T03:16:40.369Z Downloaded crossbeam-epoch v0.9.18
4862026-03-11T03:16:40.373Z Downloaded hickory-proto v0.24.4
4872026-03-11T03:16:40.381Z Downloaded similar v2.7.0
4882026-03-11T03:16:40.385Z Downloaded structmeta v0.3.0
4892026-03-11T03:16:40.388Z Downloaded structmeta-derive v0.3.0
4902026-03-11T03:16:40.388Z Downloaded stable_deref_trait v1.2.1
4912026-03-11T03:16:40.391Z Downloaded openssl v0.10.75
4922026-03-11T03:16:40.396Z Downloaded tagptr v0.2.0
4932026-03-11T03:16:40.399Z Downloaded paste v1.0.15
4942026-03-11T03:16:40.402Z Downloaded dropshot-api-manager v0.3.0
4952026-03-11T03:16:40.405Z Downloaded rhai_codegen v3.1.0
4962026-03-11T03:16:40.408Z Downloaded thiserror v1.0.69
4972026-03-11T03:16:40.413Z Downloaded papergrid v0.17.0
4982026-03-11T03:16:40.417Z Downloaded rand_core v0.9.5
4992026-03-11T03:16:40.420Z Downloaded progenitor v0.11.2
5002026-03-11T03:16:40.420Z Downloaded colored v3.1.1
5012026-03-11T03:16:40.423Z Downloaded rustc-hash v2.1.1
5022026-03-11T03:16:40.426Z Downloaded serial_test_derive v3.3.1
5032026-03-11T03:16:40.426Z Downloaded hickory-resolver v0.25.2
5042026-03-11T03:16:40.431Z Downloaded semver v0.1.20
5052026-03-11T03:16:40.431Z Downloaded allocator-api2 v0.2.21
5062026-03-11T03:16:40.434Z Downloaded serde_spanned v1.0.4
5072026-03-11T03:16:40.434Z Downloaded ident_case v1.0.1
5082026-03-11T03:16:40.435Z Downloaded base16ct v1.0.0
5092026-03-11T03:16:40.438Z Downloaded rustc_version v0.4.1
5102026-03-11T03:16:40.438Z Downloaded rand_chacha v0.3.1
5112026-03-11T03:16:40.441Z Downloaded progenitor-client v0.11.2
5122026-03-11T03:16:40.441Z Downloaded progenitor-impl v0.11.2
5132026-03-11T03:16:40.444Z Downloaded indexmap v2.13.0
5142026-03-11T03:16:40.447Z Downloaded scopeguard v1.2.0
5152026-03-11T03:16:40.447Z Downloaded sync_wrapper v1.0.2
5162026-03-11T03:16:40.447Z Downloaded quick-error v1.2.3
5172026-03-11T03:16:40.450Z Downloaded termtree v0.5.1
5182026-03-11T03:16:40.451Z Downloaded scroll v0.12.0
5192026-03-11T03:16:40.454Z Downloaded serde_yaml v0.9.34+deprecated
5202026-03-11T03:16:40.457Z Downloaded daft-derive v0.1.5
5212026-03-11T03:16:40.460Z Downloaded thiserror v2.0.18
5222026-03-11T03:16:40.465Z Downloaded subtle v2.6.1
5232026-03-11T03:16:40.465Z Downloaded signal-hook-registry v1.4.8
5242026-03-11T03:16:40.468Z Downloaded tabled_derive v0.11.0
5252026-03-11T03:16:40.468Z Downloaded synstructure v0.13.2
5262026-03-11T03:16:40.468Z Downloaded slog-scope v4.4.1
5272026-03-11T03:16:40.471Z Downloaded camino-tempfile v1.4.1
5282026-03-11T03:16:40.471Z Downloaded rustls-webpki v0.102.8
5292026-03-11T03:16:40.484Z Downloaded terminal_size v0.4.3
5302026-03-11T03:16:40.487Z Downloaded supports-color v3.0.2
5312026-03-11T03:16:40.487Z Downloaded sha1 v0.10.6
5322026-03-11T03:16:40.490Z Downloaded quinn-proto v0.11.13
5332026-03-11T03:16:40.494Z Downloaded try-lock v0.2.5
5342026-03-11T03:16:40.497Z Downloaded swrite v0.1.0
5352026-03-11T03:16:40.497Z Downloaded progenitor-macro v0.13.0
5362026-03-11T03:16:40.497Z Downloaded potential_utf v0.1.4
5372026-03-11T03:16:40.501Z Downloaded inout v0.1.4
5382026-03-11T03:16:40.501Z Downloaded cancel-safe-futures v0.1.5
5392026-03-11T03:16:40.504Z Downloaded serde_tokenstream v0.2.3
5402026-03-11T03:16:40.504Z Downloaded static_assertions v1.1.0
5412026-03-11T03:16:40.504Z Downloaded openssl-sys v0.9.111
5422026-03-11T03:16:40.508Z Downloaded darling_core v0.21.3
5432026-03-11T03:16:40.513Z Downloaded thread-id v5.1.0
5442026-03-11T03:16:40.516Z Downloaded proc-macro-error v1.0.4
5452026-03-11T03:16:40.516Z Downloaded thiserror-impl v2.0.18
5462026-03-11T03:16:40.520Z Downloaded tower-layer v0.3.3
5472026-03-11T03:16:40.520Z Downloaded smartstring v1.0.1
5482026-03-11T03:16:40.524Z Downloaded once_cell v1.21.3
5492026-03-11T03:16:40.524Z Downloaded bitflags v2.11.0
5502026-03-11T03:16:40.527Z Downloaded schemars v0.9.0
5512026-03-11T03:16:40.534Z Downloaded toml_write v0.1.2
5522026-03-11T03:16:40.537Z Downloaded blake2 v0.10.6
5532026-03-11T03:16:40.540Z Downloaded tiny-keccak v2.0.2
5542026-03-11T03:16:40.540Z Downloaded slog-envlogger v2.2.0
5552026-03-11T03:16:40.543Z Downloaded slab v0.4.12
5562026-03-11T03:16:40.543Z Downloaded bytecount v0.6.9
5572026-03-11T03:16:40.546Z Downloaded tempfile v3.25.0
5582026-03-11T03:16:40.547Z Downloaded resolv-conf v0.7.6
5592026-03-11T03:16:40.550Z Downloaded pkg-config v0.3.32
5602026-03-11T03:16:40.550Z Downloaded arc-swap v1.8.2
5612026-03-11T03:16:40.553Z Downloaded serde_path_to_error v0.1.20
5622026-03-11T03:16:40.553Z Downloaded usdt-attr-macro v0.5.0
5632026-03-11T03:16:40.556Z Downloaded usdt v0.6.0
5642026-03-11T03:16:40.556Z Downloaded typify-macro v0.6.1
5652026-03-11T03:16:40.556Z Downloaded rustls-webpki v0.103.9
5662026-03-11T03:16:40.559Z Downloaded enum-as-inner v0.6.1
5672026-03-11T03:16:40.559Z Downloaded usdt-macro v0.5.0
5682026-03-11T03:16:40.563Z Downloaded strum v0.27.2
5692026-03-11T03:16:40.563Z Downloaded derive_more v0.99.20
5702026-03-11T03:16:40.567Z Downloaded toml_writer v1.0.6+spec-1.1.0
5712026-03-11T03:16:40.567Z Downloaded rustls-pemfile v2.2.0
5722026-03-11T03:16:40.570Z Downloaded hkdf v0.12.4
5732026-03-11T03:16:40.570Z Downloaded hashbrown v0.16.1
5742026-03-11T03:16:40.574Z Downloaded nom v7.1.3
5752026-03-11T03:16:40.577Z Downloaded strum v0.26.3
5762026-03-11T03:16:40.580Z Downloaded num-rational v0.4.2
5772026-03-11T03:16:40.581Z Downloaded macaddr v1.0.1
5782026-03-11T03:16:40.581Z Downloaded ref-cast v1.0.25
5792026-03-11T03:16:40.591Z Downloaded version_check v0.9.5
5802026-03-11T03:16:40.591Z Downloaded usdt-impl v0.6.0
5812026-03-11T03:16:40.591Z Downloaded tokio-tungstenite v0.21.0
5822026-03-11T03:16:40.591Z Downloaded powerfmt v0.2.0
5832026-03-11T03:16:40.591Z Downloaded backoff v0.4.0
5842026-03-11T03:16:40.591Z Downloaded toml_datetime v0.6.11
5852026-03-11T03:16:40.591Z Downloaded ucd-trie v0.1.7
5862026-03-11T03:16:40.595Z Downloaded slog-dtrace v0.3.0
5872026-03-11T03:16:40.595Z Downloaded steno v0.4.1
5882026-03-11T03:16:40.598Z Downloaded time-core v0.1.8
5892026-03-11T03:16:40.598Z Downloaded anyhow v1.0.102
5902026-03-11T03:16:40.602Z Downloaded mio v1.1.1
5912026-03-11T03:16:40.605Z Downloaded term v1.2.1
5922026-03-11T03:16:40.608Z Downloaded goblin v0.8.2
5932026-03-11T03:16:40.611Z Downloaded semver v1.0.27
5942026-03-11T03:16:40.614Z Downloaded proc-macro2 v1.0.106
5952026-03-11T03:16:40.617Z Downloaded form_urlencoded v1.2.2
5962026-03-11T03:16:40.617Z Downloaded serde_spanned v0.6.9
5972026-03-11T03:16:40.617Z Downloaded tungstenite v0.21.0
5982026-03-11T03:16:40.621Z Downloaded scroll_derive v0.13.1
5992026-03-11T03:16:40.621Z Downloaded zone v0.3.1
6002026-03-11T03:16:40.624Z Downloaded usdt v0.5.0
6012026-03-11T03:16:40.624Z Downloaded parse-display-derive v0.10.0
6022026-03-11T03:16:40.624Z Downloaded icu_normalizer v2.1.1
6032026-03-11T03:16:40.627Z Downloaded async-stream-impl v0.3.6
6042026-03-11T03:16:40.627Z Downloaded serde_derive_internals v0.29.1
6052026-03-11T03:16:40.630Z Downloaded num-iter v0.1.45
6062026-03-11T03:16:40.630Z Downloaded icu_collections v2.1.1
6072026-03-11T03:16:40.633Z Downloaded tokio-macros v2.6.0
6082026-03-11T03:16:40.637Z Downloaded iri-string v0.7.10
6092026-03-11T03:16:40.640Z Downloaded zeroize_derive v1.4.3
6102026-03-11T03:16:40.643Z Downloaded usdt-attr-macro v0.6.0
6112026-03-11T03:16:40.643Z Downloaded unicode-xid v0.2.6
6122026-03-11T03:16:40.643Z Downloaded serde_urlencoded v0.7.1
6132026-03-11T03:16:40.646Z Downloaded hyper v1.8.1
6142026-03-11T03:16:40.649Z Downloaded want v0.3.1
6152026-03-11T03:16:40.649Z Downloaded typeid v1.0.3
6162026-03-11T03:16:40.653Z Downloaded pest v2.8.6
6172026-03-11T03:16:40.656Z Downloaded zerofrom v0.1.6
6182026-03-11T03:16:40.656Z Downloaded typenum v1.19.0
6192026-03-11T03:16:40.659Z Downloaded libm v0.2.16
6202026-03-11T03:16:40.664Z Downloaded unsafe-libyaml v0.2.11
6212026-03-11T03:16:40.668Z Downloaded zerofrom-derive v0.1.6
6222026-03-11T03:16:40.671Z Downloaded waitgroup v0.1.2
6232026-03-11T03:16:40.671Z Downloaded universal-hash v0.5.1
6242026-03-11T03:16:40.671Z Downloaded scc v2.4.0
6252026-03-11T03:16:40.674Z Downloaded walkdir v2.5.0
6262026-03-11T03:16:40.677Z Downloaded libsw v3.5.0
6272026-03-11T03:16:40.677Z Downloaded highway v1.3.0
6282026-03-11T03:16:40.680Z Downloaded no-std-compat v0.4.1
6292026-03-11T03:16:40.680Z Downloaded thin-vec v0.2.14
6302026-03-11T03:16:40.680Z Downloaded num v0.4.3
6312026-03-11T03:16:40.684Z Downloaded newtype_derive v0.1.6
6322026-03-11T03:16:40.684Z Downloaded dropshot_endpoint v0.16.7
6332026-03-11T03:16:40.687Z Downloaded utf-8 v0.7.6
6342026-03-11T03:16:40.687Z Downloaded tower-service v0.3.3
6352026-03-11T03:16:40.687Z Downloaded mime v0.3.17
6362026-03-11T03:16:40.687Z Downloaded libscf-sys v1.1.0
6372026-03-11T03:16:40.690Z Downloaded ipnet v2.11.0
6382026-03-11T03:16:40.690Z Downloaded chacha20poly1305 v0.10.1
6392026-03-11T03:16:40.695Z Downloaded test-strategy v0.4.5
6402026-03-11T03:16:40.698Z Downloaded icu_locale_core v2.1.1
6412026-03-11T03:16:40.701Z Downloaded tower v0.5.3
6422026-03-11T03:16:40.704Z Downloaded derive-where v1.6.0
6432026-03-11T03:16:40.708Z Downloaded wait-timeout v0.2.1
6442026-03-11T03:16:40.711Z Downloaded utf8parse v0.2.2
6452026-03-11T03:16:40.711Z Downloaded group v0.13.0
6462026-03-11T03:16:40.711Z Downloaded foldhash v0.2.0
6472026-03-11T03:16:40.714Z Downloaded socket2 v0.6.2
6482026-03-11T03:16:40.714Z Downloaded cargo_toml v0.22.3
6492026-03-11T03:16:40.715Z Downloaded zerocopy-derive v0.7.35
6502026-03-11T03:16:40.718Z Downloaded tokio-stream v0.1.18
6512026-03-11T03:16:40.721Z Downloaded whoami v1.6.1
6522026-03-11T03:16:40.724Z Downloaded petgraph v0.6.5
6532026-03-11T03:16:40.736Z Downloaded zone_cfg_derive v0.3.1
6542026-03-11T03:16:40.739Z Downloaded rustix v1.1.3
6552026-03-11T03:16:40.753Z Downloaded zerovec-derive v0.11.2
6562026-03-11T03:16:40.756Z Downloaded yoke-derive v0.8.1
6572026-03-11T03:16:40.756Z Downloaded tinyvec v1.10.0
6582026-03-11T03:16:40.759Z Downloaded unicode-segmentation v1.12.0
6592026-03-11T03:16:40.759Z Downloaded toml v0.8.23
6602026-03-11T03:16:40.763Z Downloaded tinyvec_macros v0.1.1
6612026-03-11T03:16:40.763Z Downloaded snafu v0.8.9
6622026-03-11T03:16:40.766Z Downloaded untrusted v0.9.0
6632026-03-11T03:16:40.769Z Downloaded tough v0.20.0
6642026-03-11T03:16:40.774Z Downloaded utf8_iter v1.0.4
6652026-03-11T03:16:40.777Z Downloaded serde_with_macros v3.16.1
6662026-03-11T03:16:40.777Z Downloaded serde_with v3.16.1
6672026-03-11T03:16:40.785Z Downloaded unit-prefix v0.5.2
6682026-03-11T03:16:40.788Z Downloaded testing_table v0.3.0
6692026-03-11T03:16:40.788Z Downloaded spin v0.5.2
6702026-03-11T03:16:40.788Z Downloaded serial_test v3.3.1
6712026-03-11T03:16:40.791Z Downloaded toml v0.9.12+spec-1.1.0
6722026-03-11T03:16:40.794Z Downloaded time v0.3.47
6732026-03-11T03:16:40.800Z Downloaded vsss-rs v3.3.4
6742026-03-11T03:16:40.803Z Downloaded tabled_derive v0.7.0
6752026-03-11T03:16:40.803Z Downloaded textwrap v0.16.2
6762026-03-11T03:16:40.806Z Downloaded writeable v0.6.2
6772026-03-11T03:16:40.811Z Downloaded toml_edit v0.23.10+spec-1.0.0
6782026-03-11T03:16:40.811Z Downloaded schemars v1.2.1
6792026-03-11T03:16:40.819Z Downloaded zerovec v0.11.5
6802026-03-11T03:16:40.823Z Downloaded typify v0.6.1
6812026-03-11T03:16:40.827Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6822026-03-11T03:16:40.830Z Downloaded thread_local v1.1.9
6832026-03-11T03:16:40.830Z Downloaded thiserror-impl v1.0.69
6842026-03-11T03:16:40.830Z Downloaded syn v2.0.116
6852026-03-11T03:16:40.839Z Downloaded winnow v0.7.14
6862026-03-11T03:16:40.844Z Downloaded url v2.5.8
6872026-03-11T03:16:40.847Z Downloaded zeroize v1.8.2
6882026-03-11T03:16:40.851Z Downloaded tracing-core v0.1.36
6892026-03-11T03:16:40.851Z Downloaded regress v0.10.5
6902026-03-11T03:16:40.856Z Downloaded vcpkg v0.2.15
6912026-03-11T03:16:40.885Z Downloaded webpki-roots v1.0.6
6922026-03-11T03:16:40.888Z Downloaded unicode-width v0.1.14
6932026-03-11T03:16:40.892Z Downloaded tracing-attributes v0.1.31
6942026-03-11T03:16:40.895Z Downloaded rustls v0.23.36
6952026-03-11T03:16:40.902Z Downloaded untrusted v0.7.1
6962026-03-11T03:16:40.905Z Downloaded toml_parser v1.0.9+spec-1.1.0
6972026-03-11T03:16:40.905Z Downloaded portable-atomic v1.13.1
6982026-03-11T03:16:40.910Z Downloaded socket2 v0.5.10
6992026-03-11T03:16:40.913Z Downloaded yansi v1.0.1
7002026-03-11T03:16:40.916Z Downloaded uuid v1.21.0
7012026-03-11T03:16:40.919Z Downloaded slog-term v2.9.2
7022026-03-11T03:16:40.919Z Downloaded toml_edit v0.19.15
7032026-03-11T03:16:40.929Z Downloaded unicode-ident v1.0.24
7042026-03-11T03:16:40.933Z Downloaded tracing v0.1.44
7052026-03-11T03:16:40.945Z Downloaded idna v1.1.0
7062026-03-11T03:16:40.949Z Downloaded tokio-util v0.7.18
7072026-03-11T03:16:40.953Z Downloaded rhai v1.24.0
7082026-03-11T03:16:40.962Z Downloaded zerotrie v0.2.3
7092026-03-11T03:16:40.965Z Downloaded unicode-normalization v0.1.25
7102026-03-11T03:16:40.968Z Downloaded regex-automata v0.4.14
7112026-03-11T03:16:40.977Z Downloaded serde_json v1.0.149
7122026-03-11T03:16:40.982Z Downloaded reqwest v0.12.28
7132026-03-11T03:16:40.986Z Downloaded clap_builder v4.5.59
7142026-03-11T03:16:40.991Z Downloaded tinystr v0.8.2
7152026-03-11T03:16:40.994Z Downloaded smallvec v1.15.1
7162026-03-11T03:16:40.994Z Downloaded toml_edit v0.22.27
7172026-03-11T03:16:40.998Z Downloaded winnow v0.5.40
7182026-03-11T03:16:41.003Z Downloaded snafu-derive v0.8.9
7192026-03-11T03:16:41.006Z Downloaded thiserror-impl-no-std v2.0.2
7202026-03-11T03:16:41.006Z Downloaded encoding_rs v0.8.35
7212026-03-11T03:16:41.020Z Downloaded sha3 v0.10.8
7222026-03-11T03:16:41.023Z Downloaded rand v0.9.2
7232026-03-11T03:16:41.027Z Downloaded syn v1.0.109
7242026-03-11T03:16:41.033Z Downloaded regex-syntax v0.8.9
7252026-03-11T03:16:41.038Z Downloaded chrono v0.4.43
7262026-03-11T03:16:41.043Z Downloaded siphasher v1.0.2
7272026-03-11T03:16:41.046Z Downloaded rayon v1.11.0
7282026-03-11T03:16:41.050Z Downloaded xz2 v0.1.7
7292026-03-11T03:16:41.053Z Downloaded ryu v1.0.23
7302026-03-11T03:16:41.057Z Downloaded crossbeam-channel v0.5.15
7312026-03-11T03:16:41.060Z Downloaded foreign-types-shared v0.1.1
7322026-03-11T03:16:41.060Z Downloaded instant v0.1.13
7332026-03-11T03:16:41.060Z Downloaded fixedbitset v0.5.7
7342026-03-11T03:16:41.060Z Downloaded dropshot-api-manager-types v0.3.0
7352026-03-11T03:16:41.063Z Downloaded equivalent v1.0.2
7362026-03-11T03:16:41.063Z Downloaded icu_properties_data v2.1.2
7372026-03-11T03:16:41.067Z Downloaded tabled v0.20.0
7382026-03-11T03:16:41.079Z Downloaded tokio-rustls v0.26.4
7392026-03-11T03:16:41.083Z Downloaded moka v0.12.13
7402026-03-11T03:16:41.086Z Downloaded getrandom v0.3.4
7412026-03-11T03:16:41.089Z Downloaded futures-macro v0.3.32
7422026-03-11T03:16:41.090Z Downloaded chacha20 v0.9.1
7432026-03-11T03:16:41.093Z Downloaded foreign-types v0.5.0
7442026-03-11T03:16:41.093Z Downloaded fixedbitset v0.4.2
7452026-03-11T03:16:41.093Z Downloaded dunce v1.0.5
7462026-03-11T03:16:41.093Z Downloaded base64 v0.22.1
7472026-03-11T03:16:41.096Z Downloaded ciborium v0.2.2
7482026-03-11T03:16:41.099Z Downloaded clap_derive v4.5.55
7492026-03-11T03:16:41.099Z Downloaded anstream v0.6.21
7502026-03-11T03:16:41.102Z Downloaded generic-array v0.14.7
7512026-03-11T03:16:41.102Z Downloaded dof v0.4.0
7522026-03-11T03:16:41.102Z Downloaded crossbeam-deque v0.8.6
7532026-03-11T03:16:41.105Z Downloaded cmake v0.1.57
7542026-03-11T03:16:41.105Z Downloaded atomicwrites v0.4.4
7552026-03-11T03:16:41.105Z Downloaded byteorder v1.5.0
7562026-03-11T03:16:41.109Z Downloaded futures-task v0.3.32
7572026-03-11T03:16:41.109Z Downloaded http-body v1.0.1
7582026-03-11T03:16:41.109Z Downloaded sha2 v0.10.9
7592026-03-11T03:16:41.109Z Downloaded rand_chacha v0.9.0
7602026-03-11T03:16:41.113Z Downloaded foreign-types v0.3.2
7612026-03-11T03:16:41.113Z Downloaded fnv v1.0.7
7622026-03-11T03:16:41.113Z Downloaded cookie v0.18.1
7632026-03-11T03:16:41.113Z Downloaded cfg-if v1.0.4
7642026-03-11T03:16:41.116Z Downloaded defmt v1.0.1
7652026-03-11T03:16:41.116Z Downloaded bitflags v1.3.2
7662026-03-11T03:16:41.119Z Downloaded async-trait v0.1.89
7672026-03-11T03:16:41.122Z Downloaded elliptic-curve v0.13.8
7682026-03-11T03:16:41.125Z Downloaded block-buffer v0.10.4
7692026-03-11T03:16:41.125Z Downloaded ref-cast-impl v1.0.25
7702026-03-11T03:16:41.125Z Downloaded aead v0.5.2
7712026-03-11T03:16:41.125Z Downloaded embedded-io v0.4.0
7722026-03-11T03:16:41.128Z Downloaded bit-set v0.8.0
7732026-03-11T03:16:41.129Z Downloaded async-stream v0.3.6
7742026-03-11T03:16:41.129Z Downloaded const-random-macro v0.1.16
7752026-03-11T03:16:41.129Z Downloaded bcs v0.1.6
7762026-03-11T03:16:41.132Z Downloaded qorb v0.4.1
7772026-03-11T03:16:41.135Z Downloaded zerocopy v0.8.39
7782026-03-11T03:16:41.147Z Downloaded async-recursion v1.1.1
7792026-03-11T03:16:41.150Z Downloaded chrono-tz v0.10.4
7802026-03-11T03:16:41.161Z Downloaded dropshot v0.16.7
7812026-03-11T03:16:41.177Z Downloaded smf v0.2.3
7822026-03-11T03:16:41.180Z Downloaded strum_macros v0.27.2
7832026-03-11T03:16:41.180Z Downloaded serde_derive v1.0.228
7842026-03-11T03:16:41.183Z Downloaded openapiv3 v2.2.0
7852026-03-11T03:16:41.189Z Downloaded unicode-width v0.2.2
7862026-03-11T03:16:41.193Z Downloaded jiff v0.2.20
7872026-03-11T03:16:41.205Z Downloaded rustix v0.38.44
7882026-03-11T03:16:41.221Z Downloaded slog-async v2.8.0
7892026-03-11T03:16:41.225Z Downloaded ring v0.17.14
7902026-03-11T03:16:41.251Z Downloaded tokio v1.49.0
7912026-03-11T03:16:41.278Z Downloaded quinn v0.11.9
7922026-03-11T03:16:41.281Z Downloaded typify-impl v0.6.1
7932026-03-11T03:16:41.289Z Downloaded smawk v0.3.2
7942026-03-11T03:16:41.292Z Downloaded progenitor-macro v0.10.0
7952026-03-11T03:16:41.292Z Downloaded lzma-sys v0.1.20
7962026-03-11T03:16:41.312Z Downloaded zerocopy-derive v0.8.39
7972026-03-11T03:16:41.319Z Downloaded schemars_derive v0.8.22
7982026-03-11T03:16:41.322Z Downloaded petgraph v0.8.3
7992026-03-11T03:16:41.338Z Downloaded usdt-macro v0.6.0
8002026-03-11T03:16:41.342Z Downloaded thiserror-no-std v2.0.2
8012026-03-11T03:16:41.342Z Downloaded typify v0.4.3
8022026-03-11T03:16:41.345Z Downloaded tower-http v0.6.8
8032026-03-11T03:16:41.348Z Downloaded usdt-impl v0.5.0
8042026-03-11T03:16:41.352Z Downloaded time-macros v0.2.27
8052026-03-11T03:16:41.352Z Downloaded take_mut v0.2.2
8062026-03-11T03:16:41.352Z Downloaded serde-big-array v0.5.1
8072026-03-11T03:16:41.355Z Downloaded rustls v0.22.4
8082026-03-11T03:16:41.361Z Downloaded typify-impl v0.4.3
8092026-03-11T03:16:41.372Z Downloaded smoltcp v0.11.0
8102026-03-11T03:16:41.380Z Downloaded libc v0.2.180
8112026-03-11T03:16:41.405Z Downloaded slog-stdlog v4.1.1
8122026-03-11T03:16:41.408Z Downloaded csv v1.4.0
8132026-03-11T03:16:41.421Z Downloaded clap_lex v1.0.0
8142026-03-11T03:16:41.425Z Downloaded fastrand v2.3.0
8152026-03-11T03:16:41.425Z Downloaded cipher v0.4.4
8162026-03-11T03:16:41.455Z Downloaded strum_macros v0.26.4
8172026-03-11T03:16:41.503Z Downloaded console v0.15.11
8182026-03-11T03:16:41.516Z Downloaded sled v0.34.7
8192026-03-11T03:16:41.531Z Downloaded slog-json v2.6.1
8202026-03-11T03:16:41.558Z Downloaded thread-id v4.2.2
8212026-03-11T03:16:41.599Z Downloaded spin v0.9.8
8222026-03-11T03:16:41.616Z Downloaded tokio-rustls v0.25.0
8232026-03-11T03:16:41.618Z Downloaded strsim v0.11.1
8242026-03-11T03:16:41.621Z Downloaded unicode-linebreak v0.1.5
8252026-03-11T03:16:41.634Z Downloaded tabwriter v1.4.1
8262026-03-11T03:16:41.652Z Downloaded typed-path v0.9.3
8272026-03-11T03:16:41.702Z Downloaded tokio-dtrace v0.1.1
8282026-03-11T03:16:41.717Z Downloaded tabled v0.15.0
8292026-03-11T03:16:41.734Z Downloaded typify-macro v0.4.3
8302026-03-11T03:16:41.737Z Downloaded zmij v1.0.21
8312026-03-11T03:16:41.744Z Downloaded zerocopy v0.7.35
8322026-03-11T03:16:41.820Z Downloaded yoke v0.8.1
8332026-03-11T03:16:41.836Z Downloaded unarray v0.1.4
8342026-03-11T03:16:42.058Z Downloaded aws-lc-sys v0.37.1
8352026-03-11T03:16:42.775Z Compiling proc-macro2 v1.0.106
8362026-03-11T03:16:42.778Z Compiling quote v1.0.44
8372026-03-11T03:16:42.778Z Compiling unicode-ident v1.0.24
8382026-03-11T03:16:42.778Z Compiling serde_core v1.0.228
8392026-03-11T03:16:42.779Z Compiling libc v0.2.180
8402026-03-11T03:16:42.779Z Compiling serde v1.0.228
8412026-03-11T03:16:42.779Z Compiling zmij v1.0.21
8422026-03-11T03:16:43.209Z Compiling autocfg v1.5.0
8432026-03-11T03:16:43.557Z Compiling libm v0.2.16
8442026-03-11T03:16:43.605Z Compiling getrandom v0.4.1
8452026-03-11T03:16:43.704Z Compiling icu_properties_data v2.1.2
8462026-03-11T03:16:43.704Z Compiling icu_normalizer_data v2.1.1
8472026-03-11T03:16:43.752Z Compiling serde_json v1.0.149
8482026-03-11T03:16:44.073Z Compiling num-traits v0.2.19
8492026-03-11T03:16:44.078Z Compiling version_check v0.9.5
8502026-03-11T03:16:44.122Z Compiling memchr v2.8.0
8512026-03-11T03:16:44.688Z Compiling parking_lot_core v0.9.12
8522026-03-11T03:16:44.729Z Compiling thiserror v2.0.18
8532026-03-11T03:16:44.955Z Compiling syn v2.0.116
8542026-03-11T03:16:45.013Z Checking cfg-if v1.0.4
8552026-03-11T03:16:45.080Z Compiling heck v0.5.0
8562026-03-11T03:16:45.106Z Compiling schemars v0.8.22
8572026-03-11T03:16:45.130Z Compiling zerocopy v0.8.39
8582026-03-11T03:16:45.365Z Compiling portable-atomic v1.13.1
8592026-03-11T03:16:45.463Z Compiling itoa v1.0.17
8602026-03-11T03:16:45.488Z Compiling jobserver v0.1.34
8612026-03-11T03:16:45.747Z Compiling shlex v1.3.0
8622026-03-11T03:16:45.814Z Compiling find-msvc-tools v0.1.9
8632026-03-11T03:16:46.057Z Compiling cc v1.2.56
8642026-03-11T03:16:46.145Z Compiling rustversion v1.0.22
8652026-03-11T03:16:46.360Z Compiling foldhash v0.2.0
8662026-03-11T03:16:46.467Z Compiling allocator-api2 v0.2.21
8672026-03-11T03:16:46.636Z Compiling equivalent v1.0.2
8682026-03-11T03:16:46.686Z Compiling typenum v1.19.0
8692026-03-11T03:16:46.754Z Compiling semver v1.0.27
8702026-03-11T03:16:46.925Z Compiling hashbrown v0.16.1
8712026-03-11T03:16:47.172Z Compiling log v0.4.29
8722026-03-11T03:16:47.230Z Compiling httparse v1.10.1
8732026-03-11T03:16:47.417Z Compiling thiserror v1.0.69
8742026-03-11T03:16:47.758Z Compiling indexmap v2.13.0
8752026-03-11T03:16:47.790Z Compiling rustix v1.1.3
8762026-03-11T03:16:47.860Z Compiling generic-array v0.14.7
8772026-03-11T03:16:47.942Z Compiling ring v0.17.14
8782026-03-11T03:16:48.123Z Compiling iana-time-zone v0.1.65
8792026-03-11T03:16:48.250Z Compiling getrandom v0.3.4
8802026-03-11T03:16:48.351Z Compiling uuid v1.21.0
8812026-03-11T03:16:48.678Z Compiling dyn-clone v1.0.20
8822026-03-11T03:16:48.760Z Compiling slog v2.8.2
8832026-03-11T03:16:48.871Z Compiling regex-syntax v0.8.9
8842026-03-11T03:16:48.898Z Compiling anyhow v1.0.102
8852026-03-11T03:16:49.092Z Compiling synstructure v0.13.2
8862026-03-11T03:16:49.123Z Compiling serde_derive_internals v0.29.1
8872026-03-11T03:16:49.174Z Compiling aho-corasick v1.1.4
8882026-03-11T03:16:49.651Z Compiling ucd-trie v0.1.7
8892026-03-11T03:16:49.822Z Compiling cmake v0.1.57
8902026-03-11T03:16:49.854Z Compiling pest v2.8.6
8912026-03-11T03:16:49.970Z Compiling fs_extra v1.3.0
8922026-03-11T03:16:50.219Z Compiling dunce v1.0.5
8932026-03-11T03:16:50.298Z Compiling regress v0.10.5
8942026-03-11T03:16:50.323Z Checking stable_deref_trait v1.2.1
8952026-03-11T03:16:50.349Z Compiling aws-lc-sys v0.37.1
8962026-03-11T03:16:50.619Z Compiling aws-lc-rs v1.15.4
8972026-03-11T03:16:50.983Z Compiling serde_derive v1.0.228
8982026-03-11T03:16:51.013Z Compiling zerofrom-derive v0.1.6
8992026-03-11T03:16:51.284Z Compiling yoke-derive v0.8.1
9002026-03-11T03:16:51.397Z Compiling zerovec-derive v0.11.2
9012026-03-11T03:16:51.548Z Compiling displaydoc v0.2.5
9022026-03-11T03:16:51.811Z Compiling schemars_derive v0.8.22
9032026-03-11T03:16:52.510Z Compiling thiserror-impl v2.0.18
9042026-03-11T03:16:52.643Z Compiling zeroize_derive v1.4.3
9052026-03-11T03:16:52.673Z Compiling tokio-macros v2.6.0
9062026-03-11T03:16:52.803Z Compiling zerocopy-derive v0.8.39
9072026-03-11T03:16:52.850Z Compiling futures-macro v0.3.32
9082026-03-11T03:16:53.413Z Compiling tracing-attributes v0.1.31
9092026-03-11T03:16:53.530Z Compiling thiserror-impl v1.0.69
9102026-03-11T03:16:53.661Z Compiling regex-automata v0.4.14
9112026-03-11T03:16:53.844Z Compiling pest_meta v2.8.6
9122026-03-11T03:16:54.392Z Compiling crossbeam-utils v0.8.21
9132026-03-11T03:16:55.117Z Compiling pest_generator v2.8.6
9142026-03-11T03:16:55.170Z Checking zerofrom v0.1.6
9152026-03-11T03:16:55.297Z Compiling serde_tokenstream v0.2.3
9162026-03-11T03:16:55.328Z Compiling bytes v1.11.1
9172026-03-11T03:16:55.378Z Checking smallvec v1.15.1
9182026-03-11T03:16:55.404Z Compiling chrono v0.4.43
9192026-03-11T03:16:55.816Z Compiling num-conv v0.2.0
9202026-03-11T03:16:55.956Z Compiling time-core v0.1.8
9212026-03-11T03:16:55.983Z Compiling pest_derive v2.8.6
9222026-03-11T03:16:56.007Z Compiling regex v1.12.3
9232026-03-11T03:16:56.126Z Compiling http v1.4.0
9242026-03-11T03:16:56.159Z Compiling time-macros v0.2.27
9252026-03-11T03:16:56.268Z Checking yoke v0.8.1
9262026-03-11T03:16:56.556Z Checking zerovec v0.11.5
9272026-03-11T03:16:56.611Z Compiling rustls v0.23.36
9282026-03-11T03:16:57.170Z Compiling syn v1.0.109
9292026-03-11T03:16:57.270Z Compiling byteorder v1.5.0
9302026-03-11T03:16:57.313Z Checking tinystr v0.8.2
9312026-03-11T03:16:57.493Z Compiling fnv v1.0.7
9322026-03-11T03:16:57.551Z Checking writeable v0.6.2
9332026-03-11T03:16:57.575Z Checking litemap v0.8.1
9342026-03-11T03:16:57.622Z Checking potential_utf v0.1.4
9352026-03-11T03:16:57.761Z Checking zerotrie v0.2.3
9362026-03-11T03:16:57.786Z Compiling ryu v1.0.23
9372026-03-11T03:16:57.836Z Checking icu_collections v2.1.1
9382026-03-11T03:16:57.839Z Checking icu_locale_core v2.1.1
9392026-03-11T03:16:58.043Z Checking percent-encoding v2.3.2
9402026-03-11T03:16:58.079Z Compiling scroll_derive v0.13.1
9412026-03-11T03:16:58.316Z Compiling openapiv3 v2.2.0
9422026-03-11T03:16:58.369Z Compiling async-trait v0.1.89
9432026-03-11T03:16:58.438Z Compiling paste v1.0.15
9442026-03-11T03:16:58.604Z Checking icu_provider v2.1.1
9452026-03-11T03:16:58.900Z Checking form_urlencoded v1.2.2
9462026-03-11T03:16:58.926Z Checking icu_properties v2.1.2
9472026-03-11T03:16:59.069Z Checking icu_normalizer v2.1.1
9482026-03-11T03:16:59.504Z Checking utf8_iter v1.0.4
9492026-03-11T03:16:59.633Z Compiling slog-async v2.8.0
9502026-03-11T03:16:59.808Z Compiling unsafe-libyaml v0.2.11
9512026-03-11T03:17:00.145Z Checking idna_adapter v1.2.1
9522026-03-11T03:17:00.311Z Checking idna v1.1.0
9532026-03-11T03:17:00.336Z Checking errno v0.3.14
9542026-03-11T03:17:00.490Z Compiling typify-impl v0.4.3
9552026-03-11T03:17:00.631Z Checking url v2.5.8
9562026-03-11T03:17:00.655Z Compiling serde_yaml v0.9.34+deprecated
9572026-03-11T03:17:00.730Z Compiling camino v1.2.2
9582026-03-11T03:17:01.230Z Compiling strsim v0.11.1
9592026-03-11T03:17:01.621Z Compiling usdt-impl v0.6.0
9602026-03-11T03:17:01.648Z Compiling omicron-workspace-hack v0.1.0
9612026-03-11T03:17:01.801Z Compiling scroll v0.13.0
9622026-03-11T03:17:01.993Z Compiling plain v0.2.3
9632026-03-11T03:17:02.017Z Compiling daft-derive v0.1.5
9642026-03-11T03:17:02.135Z Compiling goblin v0.10.5
9652026-03-11T03:17:02.300Z Compiling ident_case v1.0.1
9662026-03-11T03:17:02.452Z Compiling pretty-hex v0.4.1
9672026-03-11T03:17:02.478Z Compiling darling_core v0.21.3
9682026-03-11T03:17:02.895Z Compiling dtrace-parser v0.3.0
9692026-03-11T03:17:02.976Z Compiling thread-id v5.1.0
9702026-03-11T03:17:03.932Z Checking pin-project-lite v0.2.16
9712026-03-11T03:17:04.496Z Checking getrandom v0.2.17
9722026-03-11T03:17:04.733Z Compiling rustls v0.22.4
9732026-03-11T03:17:05.058Z Checking zeroize v1.8.2
9742026-03-11T03:17:05.413Z Compiling typify-macro v0.4.3
9752026-03-11T03:17:05.548Z Compiling multer v3.1.0
9762026-03-11T03:17:05.551Z Compiling darling_macro v0.21.3
9772026-03-11T03:17:05.681Z Compiling structmeta-derive v0.3.0
9782026-03-11T03:17:05.914Z Compiling strum_macros v0.26.4
9792026-03-11T03:17:06.202Z Compiling dof v0.4.0
9802026-03-11T03:17:06.273Z Compiling darling v0.21.3
9812026-03-11T03:17:06.580Z Compiling async-stream-impl v0.3.6
9822026-03-11T03:17:07.247Z Compiling structmeta v0.3.0
9832026-03-11T03:17:07.407Z Compiling newtype-uuid-macros v0.1.0
9842026-03-11T03:17:07.430Z Compiling typify v0.4.3
9852026-03-11T03:17:07.710Z Checking scopeguard v1.2.0
9862026-03-11T03:17:07.735Z Checking socket2 v0.6.2
9872026-03-11T03:17:07.760Z Compiling dropshot v0.16.7
9882026-03-11T03:17:07.848Z Checking lock_api v0.4.14
9892026-03-11T03:17:07.995Z Compiling usdt-macro v0.6.0
9902026-03-11T03:17:08.066Z Compiling usdt-attr-macro v0.6.0
9912026-03-11T03:17:08.121Z Checking critical-section v1.2.0
9922026-03-11T03:17:08.145Z Compiling dropshot_endpoint v0.16.7
9932026-03-11T03:17:08.211Z Compiling once_cell v1.21.3
9942026-03-11T03:17:08.314Z Compiling ref-cast v1.0.25
9952026-03-11T03:17:08.477Z Compiling ref-cast-impl v1.0.25
9962026-03-11T03:17:08.503Z Checking bitflags v2.11.0
9972026-03-11T03:17:08.680Z Checking parking_lot v0.12.5
9982026-03-11T03:17:08.729Z Compiling strum_macros v0.27.2
9992026-03-11T03:17:08.797Z Compiling derive-ex v0.1.8
10002026-03-11T03:17:09.036Z Compiling progenitor-impl v0.11.2
10012026-03-11T03:17:09.173Z Checking signal-hook-registry v1.4.8
10022026-03-11T03:17:09.409Z Checking mio v1.1.1
10032026-03-11T03:17:09.697Z Compiling winnow v0.7.14
10042026-03-11T03:17:09.804Z Checking tokio v1.49.0
10052026-03-11T03:17:10.466Z Compiling serde_with_macros v3.16.1
10062026-03-11T03:17:10.958Z Checking futures-core v0.3.32
10072026-03-11T03:17:10.987Z Compiling test-strategy v0.4.5
10082026-03-11T03:17:11.129Z Checking subtle v2.6.1
10092026-03-11T03:17:11.333Z Compiling clap_derive v4.5.55
10102026-03-11T03:17:11.358Z Compiling toml_datetime v0.7.5+spec-1.1.0
10112026-03-11T03:17:11.728Z Compiling toml_parser v1.0.9+spec-1.1.0
10122026-03-11T03:17:12.124Z Compiling progenitor-macro v0.11.2
10132026-03-11T03:17:12.499Z Compiling parse-display-derive v0.10.0
10142026-03-11T03:17:12.523Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10152026-03-11T03:17:13.595Z Checking futures-sink v0.3.32
10162026-03-11T03:17:14.215Z Checking slab v0.4.12
10172026-03-11T03:17:14.374Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
10182026-03-11T03:17:14.699Z Checking futures-channel v0.3.32
10192026-03-11T03:17:14.974Z Checking futures-task v0.3.32
10202026-03-11T03:17:14.978Z Checking futures-io v0.3.32
10212026-03-11T03:17:15.147Z Checking rand_core v0.6.4
10222026-03-11T03:17:15.219Z Checking futures-util v0.3.32
10232026-03-11T03:17:15.369Z Checking tracing-core v0.1.36
10242026-03-11T03:17:15.704Z Compiling either v1.15.0
10252026-03-11T03:17:15.791Z Checking tracing v0.1.44
10262026-03-11T03:17:15.979Z Compiling itertools v0.14.0
10272026-03-11T03:17:16.948Z Compiling toml_edit v0.23.10+spec-1.0.0
10282026-03-11T03:17:17.639Z Checking rustls-pki-types v1.14.0
10292026-03-11T03:17:18.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10302026-03-11T03:17:18.222Z Compiling proc-macro-crate v3.4.0
10312026-03-11T03:17:18.630Z Compiling proc-macro-error-attr v1.0.4
10322026-03-11T03:17:18.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
10332026-03-11T03:17:19.115Z Compiling num_enum_derive v0.7.5
10342026-03-11T03:17:19.144Z Compiling toml_datetime v0.6.11
10352026-03-11T03:17:19.169Z Compiling foreign-types-macros v0.2.3
10362026-03-11T03:17:19.768Z Compiling proc-macro-error v1.0.4
10372026-03-11T03:17:19.799Z Checking untrusted v0.9.0
10382026-03-11T03:17:19.969Z Checking base64 v0.22.1
10392026-03-11T03:17:20.036Z Checking ipnetwork v0.21.1
10402026-03-11T03:17:20.139Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10412026-03-11T03:17:20.288Z Checking erased-serde v0.3.31
10422026-03-11T03:17:20.317Z Checking ipnet v2.11.0
10432026-03-11T03:17:20.573Z Compiling heck v0.4.1
10442026-03-11T03:17:20.652Z Compiling crucible-workspace-hack v0.1.0
10452026-03-11T03:17:20.759Z Checking ppv-lite86 v0.2.21
10462026-03-11T03:17:20.782Z Checking tokio-util v0.7.18
10472026-03-11T03:17:21.050Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
10482026-03-11T03:17:21.175Z Checking crypto-common v0.1.7
10492026-03-11T03:17:21.196Z Checking http-body v1.0.1
10502026-03-11T03:17:21.232Z Checking atomic-waker v1.1.2
10512026-03-11T03:17:21.360Z Compiling heapless v0.8.0
10522026-03-11T03:17:21.415Z Compiling ingot-macros v0.1.1
10532026-03-11T03:17:21.454Z Checking tower-layer v0.3.3
10542026-03-11T03:17:21.651Z Checking tower-service v0.3.3
10552026-03-11T03:17:21.677Z Compiling cfg_aliases v0.2.1
10562026-03-11T03:17:21.769Z Checking try-lock v0.2.5
10572026-03-11T03:17:21.908Z Checking want v0.3.1
10582026-03-11T03:17:22.017Z Checking h2 v0.4.13
10592026-03-11T03:17:22.055Z Checking oxnet v0.1.4
10602026-03-11T03:17:22.813Z Compiling memoffset v0.9.1
10612026-03-11T03:17:22.858Z Checking pin-utils v0.1.0
10622026-03-11T03:17:22.934Z Compiling smoltcp v0.11.0
10632026-03-11T03:17:23.022Z Checking httpdate v1.0.3
10642026-03-11T03:17:24.340Z Compiling zerocopy-derive v0.7.35
10652026-03-11T03:17:24.535Z Checking hyper v1.8.1
10662026-03-11T03:17:24.657Z Checking untrusted v0.7.1
10672026-03-11T03:17:25.057Z Compiling winnow v0.5.40
10682026-03-11T03:17:29.456Z Checking serde_urlencoded v0.7.1
10692026-03-11T03:17:29.505Z Checking hyper-util v0.1.20
10702026-03-11T03:17:29.505Z Checking http-body-util v0.1.3
10712026-03-11T03:17:29.505Z Checking rand_core v0.9.5
10722026-03-11T03:17:29.505Z Checking block-buffer v0.10.4
10732026-03-11T03:17:29.505Z Compiling toml_edit v0.19.15
10742026-03-11T03:17:29.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10752026-03-11T03:17:29.505Z Compiling rayon-core v1.13.0
10762026-03-11T03:17:29.505Z Checking digest v0.10.7
10772026-03-11T03:17:29.505Z Compiling scroll_derive v0.12.1
10782026-03-11T03:17:29.505Z Compiling proc-macro-crate v1.3.1
10792026-03-11T03:17:29.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
10802026-03-11T03:17:29.505Z Checking rand_chacha v0.9.0
10812026-03-11T03:17:29.654Z Checking sync_wrapper v1.0.2
10822026-03-11T03:17:29.661Z Compiling num_enum_derive v0.5.11
10832026-03-11T03:17:29.889Z Compiling convert_case v0.4.0
10842026-03-11T03:17:30.030Z Checking tower v0.5.3
10852026-03-11T03:17:30.304Z Compiling derive_more v0.99.20
10862026-03-11T03:17:30.564Z Checking rand v0.9.2
10872026-03-11T03:17:31.002Z Compiling zone_cfg_derive v0.3.1
10882026-03-11T03:17:31.192Z Checking webpki-roots v1.0.6
10892026-03-11T03:17:31.348Z Checking powerfmt v0.2.0
10902026-03-11T03:17:31.515Z Checking iri-string v0.7.10
10912026-03-11T03:17:31.965Z Checking deranged v0.5.6
10922026-03-11T03:17:32.657Z Compiling nix v0.30.1
10932026-03-11T03:17:32.949Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
10942026-03-11T03:17:32.983Z Checking tower-http v0.6.8
10952026-03-11T03:17:33.379Z Checking cpufeatures v0.2.17
10962026-03-11T03:17:33.476Z Checking unicode-width v0.2.2
10972026-03-11T03:17:33.526Z Checking num_threads v0.1.7
10982026-03-11T03:17:33.726Z Checking time v0.3.47
10992026-03-11T03:17:33.775Z Compiling zerocopy v0.7.35
11002026-03-11T03:17:33.802Z Compiling hubpack_derive v0.1.1
11012026-03-11T03:17:34.470Z Compiling num-derive v0.4.2
11022026-03-11T03:17:34.556Z Compiling usdt-impl v0.5.0
11032026-03-11T03:17:35.248Z Compiling dof v0.3.0
11042026-03-11T03:17:35.575Z Compiling rustls-webpki v0.103.9
11052026-03-11T03:17:35.627Z Checking crossbeam-channel v0.5.15
11062026-03-11T03:17:35.726Z Compiling dtrace-parser v0.2.0
11072026-03-11T03:17:36.116Z Compiling thread-id v4.2.2
11082026-03-11T03:17:36.594Z Compiling rustix v0.38.44
11092026-03-11T03:17:36.720Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
11102026-03-11T03:17:38.363Z Compiling serde_spanned v1.0.4
11112026-03-11T03:17:38.500Z Checking thread_local v1.1.9
11122026-03-11T03:17:38.741Z Compiling prettyplease v0.2.37
11132026-03-11T03:17:38.877Z Compiling toml_writer v1.0.6+spec-1.1.0
11142026-03-11T03:17:39.137Z Compiling toml v0.9.12+spec-1.1.0
11152026-03-11T03:17:39.847Z Checking futures-executor v0.3.32
11162026-03-11T03:17:40.124Z Checking is-terminal v0.4.17
11172026-03-11T03:17:40.324Z Checking term v1.2.1
11182026-03-11T03:17:40.615Z Compiling pkg-config v0.3.32
11192026-03-11T03:17:40.638Z Checking take_mut v0.2.2
11202026-03-11T03:17:40.926Z Checking slog-term v2.9.2
11212026-03-11T03:17:41.058Z Compiling tokio-rustls v0.26.4
11222026-03-11T03:17:41.386Z Compiling hyper-rustls v0.27.7
11232026-03-11T03:17:41.625Z Compiling usdt-macro v0.5.0
11242026-03-11T03:17:41.734Z Compiling usdt-attr-macro v0.5.0
11252026-03-11T03:17:42.450Z Compiling enum-as-inner v0.6.1
11262026-03-11T03:17:42.490Z Compiling rustc_version v0.4.1
11272026-03-11T03:17:42.740Z Compiling reqwest v0.12.28
11282026-03-11T03:17:42.858Z Compiling curve25519-dalek v4.1.3
11292026-03-11T03:17:43.121Z Checking futures v0.3.32
11302026-03-11T03:17:43.221Z Compiling newtype-uuid v1.3.2
11312026-03-11T03:17:43.447Z Compiling fastrand v2.3.0
11322026-03-11T03:17:43.699Z Compiling tempfile v3.25.0
11332026-03-11T03:17:43.723Z Compiling daft v0.1.5
11342026-03-11T03:17:44.526Z Compiling rustls-webpki v0.102.8
11352026-03-11T03:17:44.671Z Compiling thiserror-impl-no-std v2.0.2
11362026-03-11T03:17:44.749Z Compiling curve25519-dalek-derive v0.1.1
11372026-03-11T03:17:45.431Z Compiling wait-timeout v0.2.1
11382026-03-11T03:17:45.431Z Compiling bit-vec v0.8.0
11392026-03-11T03:17:45.596Z Compiling match_cfg v0.1.0
11402026-03-11T03:17:45.725Z Compiling quick-error v1.2.3
11412026-03-11T03:17:45.749Z Compiling bit-set v0.8.0
11422026-03-11T03:17:45.752Z Compiling hostname v0.3.1
11432026-03-11T03:17:45.864Z Compiling rusty-fork v0.3.1
11442026-03-11T03:17:46.121Z Compiling rand_chacha v0.3.1
11452026-03-11T03:17:46.342Z Compiling progenitor-client v0.11.2
11462026-03-11T03:17:46.517Z Compiling slog-json v2.6.1
11472026-03-11T03:17:46.614Z Compiling rand_xorshift v0.4.0
11482026-03-11T03:17:46.764Z Compiling encoding_rs v0.8.35
11492026-03-11T03:17:46.814Z Compiling memmap2 v0.9.10
11502026-03-11T03:17:46.998Z Checking hex v0.4.3
11512026-03-11T03:17:47.074Z Compiling mime v0.3.17
11522026-03-11T03:17:47.412Z Compiling spin v0.9.8
11532026-03-11T03:17:47.561Z Compiling unarray v0.1.4
11542026-03-11T03:17:47.632Z Compiling tabwriter v1.4.1
11552026-03-11T03:17:47.706Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11562026-03-11T03:17:47.733Z Compiling proptest v1.10.0
11572026-03-11T03:17:47.895Z Compiling sha1 v0.10.6
11582026-03-11T03:17:48.424Z Compiling tokio-rustls v0.25.0
11592026-03-11T03:17:48.461Z Compiling usdt v0.6.0
11602026-03-11T03:17:48.680Z Compiling slog-bunyan v2.5.0
11612026-03-11T03:17:48.707Z Compiling progenitor v0.11.2
11622026-03-11T03:17:48.731Z Compiling rand v0.8.5
11632026-03-11T03:17:48.851Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
11642026-03-11T03:17:49.611Z Compiling waitgroup v0.1.2
11652026-03-11T03:17:49.777Z Compiling rustls-pemfile v2.2.0
11662026-03-11T03:17:50.286Z Compiling async-stream v0.3.6
11672026-03-11T03:17:50.406Z Compiling strum v0.26.3
11682026-03-11T03:17:50.588Z Compiling num-integer v0.1.46
11692026-03-11T03:17:50.688Z Compiling serde_path_to_error v0.1.20
11702026-03-11T03:17:51.003Z Compiling instant v0.1.13
11712026-03-11T03:17:51.058Z Compiling hostname v0.4.2
11722026-03-11T03:17:51.224Z Compiling utf8parse v0.2.2
11732026-03-11T03:17:51.250Z Checking colored v3.1.1
11742026-03-11T03:17:51.276Z Compiling debug-ignore v1.0.5
11752026-03-11T03:17:51.299Z Compiling rustc-hash v2.1.1
11762026-03-11T03:17:51.471Z Compiling iddqd v0.3.17
11772026-03-11T03:17:51.513Z Compiling anstyle-parse v0.2.7
11782026-03-11T03:17:51.756Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
11792026-03-11T03:17:51.905Z Compiling backoff v0.4.0
11802026-03-11T03:17:52.144Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11812026-03-11T03:17:52.837Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11822026-03-11T03:17:52.909Z Compiling progenitor-client v0.10.0
11832026-03-11T03:17:53.001Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
11842026-03-11T03:17:53.183Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11852026-03-11T03:17:53.445Z Compiling parse-display v0.10.0
11862026-03-11T03:17:53.476Z Compiling serde_with v3.16.1
11872026-03-11T03:17:53.698Z Compiling strum v0.27.2
11882026-03-11T03:17:53.785Z Compiling progenitor-impl v0.10.0
11892026-03-11T03:17:53.863Z Compiling macaddr v1.0.1
11902026-03-11T03:17:54.106Z Compiling anstyle v1.0.13
11912026-03-11T03:17:54.342Z Compiling semver v0.1.20
11922026-03-11T03:17:54.417Z Compiling colorchoice v1.0.4
11932026-03-11T03:17:54.571Z Compiling is_terminal_polyfill v1.70.2
11942026-03-11T03:17:54.716Z Compiling anstyle-query v1.1.5
11952026-03-11T03:17:54.955Z Compiling anstream v0.6.21
11962026-03-11T03:17:55.170Z Compiling rustc_version v0.1.7
11972026-03-11T03:17:55.796Z Compiling num-rational v0.4.2
11982026-03-11T03:17:56.134Z Compiling num-iter v0.1.45
11992026-03-11T03:17:56.298Z Compiling terminal_size v0.4.3
12002026-03-11T03:17:56.778Z Compiling serde_spanned v0.6.9
12012026-03-11T03:17:56.781Z Compiling progenitor-macro v0.10.0
12022026-03-11T03:17:56.795Z Compiling derive-where v1.6.0
12032026-03-11T03:17:56.840Z Compiling serde_repr v0.1.20
12042026-03-11T03:17:56.923Z Compiling num-complex v0.4.6
12052026-03-11T03:17:57.307Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12062026-03-11T03:17:57.561Z Compiling clap_lex v1.0.0
12072026-03-11T03:17:57.661Z Compiling toml_write v0.1.2
12082026-03-11T03:17:58.628Z Compiling toml_edit v0.22.27
12092026-03-11T03:17:58.723Z Compiling clap_builder v4.5.59
12102026-03-11T03:17:58.801Z Compiling num v0.4.3
12112026-03-11T03:17:59.488Z Compiling newtype_derive v0.1.6
12122026-03-11T03:17:59.931Z Compiling float-ord v0.3.2
12132026-03-11T03:18:00.084Z Compiling owo-colors v4.2.3
12142026-03-11T03:18:00.154Z Compiling vcpkg v0.2.15
12152026-03-11T03:18:01.112Z Compiling clap v4.5.59
12162026-03-11T03:18:01.114Z Compiling openssl-sys v0.9.111
12172026-03-11T03:18:01.443Z Compiling toml v0.8.23
12182026-03-11T03:18:02.166Z Compiling pin-project-internal v1.1.10
12192026-03-11T03:18:02.871Z Compiling slog-dtrace v0.3.0
12202026-03-11T03:18:03.022Z Compiling minimal-lexical v0.2.1
12212026-03-11T03:18:03.064Z Compiling unicode-xid v0.2.6
12222026-03-11T03:18:03.207Z Compiling chrono-tz v0.10.4
12232026-03-11T03:18:03.224Z Compiling cancel-safe-futures v0.1.5
12242026-03-11T03:18:03.346Z Compiling nom v7.1.3
12252026-03-11T03:18:03.507Z Compiling const_format_proc_macros v0.2.34
12262026-03-11T03:18:04.139Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12272026-03-11T03:18:04.506Z Compiling num-derive v0.3.3
12282026-03-11T03:18:04.609Z Compiling snafu-derive v0.8.9
12292026-03-11T03:18:04.612Z Compiling async-recursion v1.1.1
12302026-03-11T03:18:05.266Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12312026-03-11T03:18:05.454Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12322026-03-11T03:18:05.883Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12332026-03-11T03:18:05.974Z Compiling cookie v0.18.1
12342026-03-11T03:18:06.007Z Compiling openssl v0.10.75
12352026-03-11T03:18:06.414Z Compiling tabled_derive v0.7.0
12362026-03-11T03:18:06.908Z Compiling openssl-macros v0.1.1
12372026-03-11T03:18:07.950Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12382026-03-11T03:18:09.683Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12392026-03-11T03:18:10.334Z Checking foreign-types-shared v0.3.1
12402026-03-11T03:18:10.509Z Checking foreign-types v0.5.0
12412026-03-11T03:18:11.042Z Checking crossbeam-epoch v0.9.18
12422026-03-11T03:18:11.121Z Checking num_enum v0.7.5
12432026-03-11T03:18:11.497Z Checking cstr-argument v0.1.2
12442026-03-11T03:18:11.847Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12452026-03-11T03:18:12.101Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
12462026-03-11T03:18:12.265Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-03-11T03:18:12.786Z Checking hash32 v0.3.1
12482026-03-11T03:18:13.624Z Checking ingot-types v0.1.2
12492026-03-11T03:18:13.758Z Checking itertools v0.12.1
12502026-03-11T03:18:14.122Z Checking cobs v0.3.0
12512026-03-11T03:18:14.360Z Checking bitflags v1.3.2
12522026-03-11T03:18:14.440Z Checking managed v0.8.0
12532026-03-11T03:18:14.635Z Checking postcard v1.1.3
12542026-03-11T03:18:14.657Z Checking ingot v0.1.1
12552026-03-11T03:18:15.202Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12562026-03-11T03:18:15.297Z Checking crossbeam-deque v0.8.6
12572026-03-11T03:18:15.516Z Checking tinyvec_macros v0.1.1
12582026-03-11T03:18:15.604Z Checking data-encoding v2.10.0
12592026-03-11T03:18:15.970Z Checking tinyvec v1.10.0
12602026-03-11T03:18:16.636Z Checking camino-tempfile v1.4.1
12612026-03-11T03:18:16.824Z Checking num_enum v0.5.11
12622026-03-11T03:18:16.857Z Checking scroll v0.12.0
12632026-03-11T03:18:16.875Z Checking static_assertions v1.1.0
12642026-03-11T03:18:16.971Z Checking rayon v1.11.0
12652026-03-11T03:18:16.977Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12662026-03-11T03:18:17.020Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12672026-03-11T03:18:17.054Z Checking zone v0.3.1
12682026-03-11T03:18:17.156Z Checking goblin v0.8.2
12692026-03-11T03:18:17.194Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
12702026-03-11T03:18:17.431Z Checking smf v0.2.3
12712026-03-11T03:18:17.541Z Checking sigpipe v0.1.3
12722026-03-11T03:18:17.669Z Checking jiff v0.2.20
12732026-03-11T03:18:17.734Z Checking glob v0.3.3
12742026-03-11T03:18:17.977Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
12752026-03-11T03:18:18.245Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12762026-03-11T03:18:18.493Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12772026-03-11T03:18:18.859Z Checking hubpack v0.1.2
12782026-03-11T03:18:19.035Z Checking secrecy v0.10.3
12792026-03-11T03:18:19.313Z Checking whoami v1.6.1
12802026-03-11T03:18:19.449Z Checking lazy_static v1.5.0
12812026-03-11T03:18:19.460Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12822026-03-11T03:18:19.556Z Checking hmac v0.12.1
12832026-03-11T03:18:19.733Z Checking inout v0.1.4
12842026-03-11T03:18:19.797Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
12852026-03-11T03:18:19.824Z Checking ff v0.13.1
12862026-03-11T03:18:19.994Z Checking bstr v1.12.1
12872026-03-11T03:18:20.058Z Checking memmap v0.7.0
12882026-03-11T03:18:20.107Z Checking group v0.13.0
12892026-03-11T03:18:20.235Z Checking cipher v0.4.4
12902026-03-11T03:18:20.257Z Checking hkdf v0.12.4
12912026-03-11T03:18:20.497Z Checking universal-hash v0.5.1
12922026-03-11T03:18:20.561Z Checking crypto-bigint v0.5.5
12932026-03-11T03:18:20.646Z Checking usdt v0.5.0
12942026-03-11T03:18:20.673Z Checking half v2.7.1
12952026-03-11T03:18:20.790Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
12962026-03-11T03:18:20.848Z Checking base64ct v1.8.3
12972026-03-11T03:18:20.940Z Checking ciborium-io v0.2.2
12982026-03-11T03:18:21.032Z Checking base16ct v0.2.0
12992026-03-11T03:18:21.058Z Checking opaque-debug v0.3.1
13002026-03-11T03:18:21.150Z Checking bytecount v0.6.9
13012026-03-11T03:18:21.179Z Checking password-hash v0.5.0
13022026-03-11T03:18:21.201Z Checking poly1305 v0.8.0
13032026-03-11T03:18:21.282Z Checking ciborium-ll v0.2.2
13042026-03-11T03:18:21.457Z Checking chacha20 v0.9.1
13052026-03-11T03:18:21.507Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13062026-03-11T03:18:21.532Z Checking thiserror-no-std v2.0.2
13072026-03-11T03:18:21.704Z Checking blake2 v0.10.6
13082026-03-11T03:18:21.828Z Checking aead v0.5.2
13092026-03-11T03:18:22.109Z Checking elliptic-curve v0.13.8
13102026-03-11T03:18:22.172Z Checking indent_write v2.2.0
13112026-03-11T03:18:22.191Z Checking linked-hash-map v0.5.6
13122026-03-11T03:18:22.334Z Checking resolv-conf v0.7.6
13132026-03-11T03:18:22.352Z Compiling parking_lot_core v0.8.6
13142026-03-11T03:18:22.416Z Checking keccak v0.1.6
13152026-03-11T03:18:22.444Z Checking lru-cache v0.1.2
13162026-03-11T03:18:22.630Z Checking vsss-rs v3.3.4
13172026-03-11T03:18:22.634Z Checking sha3 v0.10.8
13182026-03-11T03:18:22.740Z Checking argon2 v0.5.3
13192026-03-11T03:18:22.791Z Checking chacha20poly1305 v0.10.1
13202026-03-11T03:18:22.821Z Checking ciborium v0.2.2
13212026-03-11T03:18:22.918Z Checking similar v2.7.0
13222026-03-11T03:18:22.956Z Checking atomicwrites v0.4.4
13232026-03-11T03:18:23.125Z Checking hickory-proto v0.24.4
13242026-03-11T03:18:23.417Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13252026-03-11T03:18:23.539Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
13262026-03-11T03:18:23.630Z Checking serde-big-array v0.5.1
13272026-03-11T03:18:23.808Z Checking unicode-segmentation v1.12.0
13282026-03-11T03:18:23.838Z Checking siphasher v1.0.2
13292026-03-11T03:18:23.995Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13302026-03-11T03:18:24.057Z Checking phf_shared v0.12.1
13312026-03-11T03:18:24.240Z Checking newline-converter v0.3.0
13322026-03-11T03:18:24.263Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
13332026-03-11T03:18:24.291Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13342026-03-11T03:18:24.319Z Checking progenitor v0.10.0
13352026-03-11T03:18:24.345Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13362026-03-11T03:18:25.029Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13372026-03-11T03:18:25.221Z Checking hickory-resolver v0.24.4
13382026-03-11T03:18:25.554Z Checking console v0.15.11
13392026-03-11T03:18:25.872Z Checking tokio-stream v0.1.18
13402026-03-11T03:18:25.956Z Checking csv-core v0.1.13
13412026-03-11T03:18:26.053Z Checking swrite v0.1.0
13422026-03-11T03:18:26.102Z Compiling crc32fast v1.5.0
13432026-03-11T03:18:26.119Z Checking unicode-width v0.1.14
13442026-03-11T03:18:26.173Z Checking foldhash v0.1.5
13452026-03-11T03:18:26.360Z Checking hashbrown v0.15.5
13462026-03-11T03:18:26.378Z Checking qorb v0.4.1
13472026-03-11T03:18:26.448Z Checking csv v1.4.0
13482026-03-11T03:18:26.943Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13492026-03-11T03:18:26.964Z Checking expectorate v1.2.0
13502026-03-11T03:18:27.133Z Checking phf v0.12.1
13512026-03-11T03:18:27.322Z Checking tokio-dtrace v0.1.1
13522026-03-11T03:18:27.349Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13532026-03-11T03:18:27.374Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13542026-03-11T03:18:27.553Z Checking unicode-normalization v0.1.25
13552026-03-11T03:18:27.646Z Checking pin-project v1.1.10
13562026-03-11T03:18:28.053Z Checking libsw-core v0.3.2
13572026-03-11T03:18:28.107Z Checking same-file v1.0.6
13582026-03-11T03:18:28.212Z Checking smawk v0.3.2
13592026-03-11T03:18:28.265Z Checking fixedbitset v0.5.7
13602026-03-11T03:18:28.266Z Checking foreign-types-shared v0.1.1
13612026-03-11T03:18:28.397Z Checking unicode-linebreak v0.1.5
13622026-03-11T03:18:28.410Z Checking highway v1.3.0
13632026-03-11T03:18:28.512Z Checking fixedbitset v0.4.2
13642026-03-11T03:18:28.552Z Checking petgraph v0.8.3
13652026-03-11T03:18:28.666Z Checking textwrap v0.16.2
13662026-03-11T03:18:28.715Z Checking petgraph v0.6.5
13672026-03-11T03:18:28.715Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13682026-03-11T03:18:28.952Z Checking foreign-types v0.3.2
13692026-03-11T03:18:29.048Z Checking libsw v3.5.0
13702026-03-11T03:18:29.253Z Checking walkdir v2.5.0
13712026-03-11T03:18:29.338Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13722026-03-11T03:18:29.468Z Checking olpc-cjson v0.1.4
13732026-03-11T03:18:29.551Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13742026-03-11T03:18:29.663Z Checking snafu v0.8.9
13752026-03-11T03:18:29.734Z Checking oxide-tokio-rt v0.1.2
13762026-03-11T03:18:29.917Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13772026-03-11T03:18:30.057Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13782026-03-11T03:18:30.196Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13792026-03-11T03:18:30.222Z Checking papergrid v0.11.0
13802026-03-11T03:18:30.407Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13812026-03-11T03:18:30.694Z Checking globset v0.4.18
13822026-03-11T03:18:30.729Z Checking gethostname v0.5.0
13832026-03-11T03:18:30.752Z Checking libscf-sys v1.1.0
13842026-03-11T03:18:30.778Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13852026-03-11T03:18:30.847Z Checking const_format v0.2.35
13862026-03-11T03:18:30.931Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
13872026-03-11T03:18:31.163Z Checking bcs v0.1.6
13882026-03-11T03:18:31.207Z Checking pem v3.0.6
13892026-03-11T03:18:31.347Z Checking serde_plain v1.0.2
13902026-03-11T03:18:31.421Z Checking termtree v0.5.1
13912026-03-11T03:18:31.475Z Checking tagptr v0.2.0
13922026-03-11T03:18:31.572Z Checking typed-path v0.9.3
13932026-03-11T03:18:31.586Z Checking linear-map v1.2.0
13942026-03-11T03:18:31.671Z Checking moka v0.12.13
13952026-03-11T03:18:31.819Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13962026-03-11T03:18:32.026Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13972026-03-11T03:18:32.139Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
13982026-03-11T03:18:32.249Z Checking tabled v0.15.0
13992026-03-11T03:18:32.635Z Checking tough v0.20.0
14002026-03-11T03:18:32.976Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14012026-03-11T03:18:33.181Z Checking steno v0.4.1
14022026-03-11T03:18:33.220Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14032026-03-11T03:18:33.830Z Checking hickory-proto v0.25.2
14042026-03-11T03:18:34.233Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14052026-03-11T03:18:34.625Z Checking humantime v2.3.0
14062026-03-11T03:18:35.580Z Compiling typify-impl v0.6.1
14072026-03-11T03:18:36.019Z Checking hickory-resolver v0.25.2
14082026-03-11T03:18:36.169Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14092026-03-11T03:18:36.858Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14102026-03-11T03:18:37.517Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14112026-03-11T03:18:38.440Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14122026-03-11T03:18:40.564Z Compiling typify-macro v0.6.1
14132026-03-11T03:18:42.640Z Compiling crunchy v0.2.4
14142026-03-11T03:18:42.949Z Compiling typify v0.6.1
14152026-03-11T03:18:44.067Z Compiling tiny-keccak v2.0.2
14162026-03-11T03:18:44.834Z Compiling progenitor-impl v0.13.0
14172026-03-11T03:18:48.192Z Compiling progenitor-macro v0.13.0
14182026-03-11T03:18:53.513Z Compiling const-random-macro v0.1.16
14192026-03-11T03:18:54.026Z Compiling proc-macro-error-attr2 v2.0.0
14202026-03-11T03:18:54.355Z Compiling nix v0.31.1
14212026-03-11T03:18:54.427Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14222026-03-11T03:18:54.472Z Checking socket2 v0.5.10
14232026-03-11T03:18:58.706Z Compiling proc-macro-error2 v2.0.1
14242026-03-11T03:18:59.118Z Compiling smartstring v1.0.1
14252026-03-11T03:18:59.118Z Compiling ahash v0.8.12
14262026-03-11T03:18:59.118Z Checking parking_lot v0.11.2
14272026-03-11T03:18:59.118Z Compiling tabled_derive v0.11.0
14282026-03-11T03:18:59.118Z Checking fxhash v0.2.1
14292026-03-11T03:18:59.118Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
14302026-03-11T03:18:59.118Z Checking sled v0.34.7
14312026-03-11T03:18:59.118Z Checking openssl-probe v0.2.1
14322026-03-11T03:18:59.118Z Checking rustls-native-certs v0.8.3
14332026-03-11T03:18:59.118Z Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
14342026-03-11T03:18:59.118Z Compiling rhai_codegen v3.1.0
14352026-03-11T03:18:59.118Z Checking internet-checksum v0.2.1
14362026-03-11T03:18:59.118Z Checking rustls-platform-verifier v0.6.2
14372026-03-11T03:18:59.118Z Checking reqwest v0.13.2
14382026-03-11T03:18:59.118Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14392026-03-11T03:18:59.177Z Checking progenitor-client v0.13.0
14402026-03-11T03:18:59.177Z Checking arc-swap v1.8.2
14412026-03-11T03:18:59.177Z Checking const-random v0.1.18
14422026-03-11T03:18:59.177Z Checking slog-scope v4.4.1
14432026-03-11T03:18:59.178Z Checking papergrid v0.17.0
14442026-03-11T03:18:59.178Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
14452026-03-11T03:18:59.178Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
14462026-03-11T03:18:59.178Z Checking dropshot-api-manager-types v0.3.0
14472026-03-11T03:18:59.178Z Checking testing_table v0.3.0
14482026-03-11T03:18:59.178Z Checking progenitor v0.13.0
14492026-03-11T03:18:59.211Z Checking tabled v0.20.0
14502026-03-11T03:18:59.211Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
14512026-03-11T03:18:59.219Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14522026-03-11T03:18:59.220Z Checking slog-stdlog v4.1.1
14532026-03-11T03:18:59.553Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14542026-03-11T03:18:59.684Z Compiling lzma-sys v0.1.20
14552026-03-11T03:18:59.832Z Checking thin-vec v0.2.14
14562026-03-11T03:19:00.234Z Compiling typeid v1.0.3
14572026-03-11T03:19:00.367Z Checking rhai v1.24.0
14582026-03-11T03:19:00.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14592026-03-11T03:19:00.505Z Checking slog-envlogger v2.2.0
14602026-03-11T03:19:00.526Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14612026-03-11T03:19:00.875Z Checking crc8 v0.1.1
14622026-03-11T03:19:01.421Z Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
14632026-03-11T03:19:01.651Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14642026-03-11T03:19:01.954Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
14652026-03-11T03:19:02.922Z Compiling fs-err v3.3.0
14662026-03-11T03:19:03.567Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14672026-03-11T03:19:03.763Z Compiling cargo_toml v0.22.3
14682026-03-11T03:19:04.170Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14692026-03-11T03:19:05.092Z Checking utf-8 v0.7.6
14702026-03-11T03:19:07.070Z Checking tungstenite v0.21.0
14712026-03-11T03:19:07.310Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
14722026-03-11T03:19:07.310Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
14732026-03-11T03:19:07.353Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
14742026-03-11T03:19:07.353Z Checking sha2 v0.10.9
14752026-03-11T03:19:07.495Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
14762026-03-11T03:19:07.802Z Checking diff v0.1.13
14772026-03-11T03:19:07.897Z Checking yansi v1.0.1
14782026-03-11T03:19:08.008Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
14792026-03-11T03:19:08.248Z Checking pretty_assertions v1.4.1
14802026-03-11T03:19:08.428Z Checking tokio-tungstenite v0.21.0
14812026-03-11T03:19:09.698Z Checking console v0.16.2
14822026-03-11T03:19:09.992Z Checking is_ci v1.2.0
14832026-03-11T03:19:10.034Z Checking unit-prefix v0.5.2
14842026-03-11T03:19:10.123Z Checking sdd v3.0.10
14852026-03-11T03:19:10.175Z Checking base64 v0.21.7
14862026-03-11T03:19:10.345Z Checking supports-color v3.0.2
14872026-03-11T03:19:10.411Z Checking scc v2.4.0
14882026-03-11T03:19:10.503Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
14892026-03-11T03:19:10.526Z Checking indicatif v0.18.4
14902026-03-11T03:19:10.637Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
14912026-03-11T03:19:11.696Z Checking xz2 v0.1.7
14922026-03-11T03:19:11.890Z Checking ron v0.12.0
14932026-03-11T03:19:12.500Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
14942026-03-11T03:19:12.913Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
14952026-03-11T03:19:12.963Z Checking drift v0.1.3
14962026-03-11T03:19:13.135Z Compiling serial_test_derive v3.3.1
14972026-03-11T03:19:13.311Z Checking base16ct v1.0.0
14982026-03-11T03:19:13.477Z Checking dropshot-api-manager v0.3.0
14992026-03-11T03:19:14.009Z Checking serial_test v3.3.1
15002026-03-11T03:19:15.506Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
15012026-03-11T03:19:15.552Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15022026-03-11T03:19:15.552Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15032026-03-11T03:19:15.552Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15042026-03-11T03:19:15.552Z Checking natord v1.0.9
15052026-03-11T03:19:15.666Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15062026-03-11T03:19:17.744Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15072026-03-11T03:19:18.210Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15082026-03-11T03:19:19.651Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15092026-03-11T03:19:22.418Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15102026-03-11T03:19:23.190Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15112026-03-11T03:19:23.388Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15122026-03-11T03:19:24.747Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15132026-03-11T03:19:24.808Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15142026-03-11T03:19:24.937Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15152026-03-11T03:19:39.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s
15162026-03-11T03:19:39.690Z+ cargo xtask openapi check
15172026-03-11T03:19:40.192Z Compiling libc v0.2.180
15182026-03-11T03:19:40.196Z Compiling utf8parse v0.2.2
15192026-03-11T03:19:40.196Z Compiling smallvec v1.15.1
15202026-03-11T03:19:40.196Z Compiling cfg-if v1.0.4
15212026-03-11T03:19:40.196Z Compiling proc-macro2 v1.0.106
15222026-03-11T03:19:40.196Z Compiling quote v1.0.44
15232026-03-11T03:19:40.196Z Compiling colorchoice v1.0.4
15242026-03-11T03:19:40.252Z Compiling anstyle v1.0.13
15252026-03-11T03:19:40.319Z Compiling is_terminal_polyfill v1.70.2
15262026-03-11T03:19:40.340Z Compiling scopeguard v1.2.0
15272026-03-11T03:19:40.373Z Compiling anstyle-parse v0.2.7
15282026-03-11T03:19:40.376Z Compiling anstyle-query v1.1.5
15292026-03-11T03:19:40.417Z Compiling strsim v0.11.1
15302026-03-11T03:19:40.448Z Compiling lock_api v0.4.14
15312026-03-11T03:19:40.492Z Compiling clap_lex v1.0.0
15322026-03-11T03:19:40.508Z Compiling pin-project-lite v0.2.16
15332026-03-11T03:19:40.527Z Compiling bytes v1.11.1
15342026-03-11T03:19:40.592Z Compiling anstream v0.6.21
15352026-03-11T03:19:40.615Z Compiling anyhow v1.0.102
15362026-03-11T03:19:40.731Z Compiling errno v0.3.14
15372026-03-11T03:19:40.793Z Compiling parking_lot_core v0.9.12
15382026-03-11T03:19:40.803Z Compiling mio v1.1.1
15392026-03-11T03:19:40.888Z Compiling signal-hook-registry v1.4.8
15402026-03-11T03:19:40.909Z Compiling clap_builder v4.5.59
15412026-03-11T03:19:41.001Z Compiling socket2 v0.6.2
15422026-03-11T03:19:41.171Z Compiling parking_lot v0.12.5
15432026-03-11T03:19:41.366Z Compiling syn v2.0.116
15442026-03-11T03:19:44.031Z Compiling clap_derive v4.5.55
15452026-03-11T03:19:44.031Z Compiling tokio-macros v2.6.0
15462026-03-11T03:19:44.758Z Compiling tokio v1.49.0
15472026-03-11T03:19:45.573Z Compiling clap v4.5.59
15482026-03-11T03:19:50.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15492026-03-11T03:19:51.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
15502026-03-11T03:19:51.649Z Running `target/debug/xtask openapi check`
15512026-03-11T03:19:52.451Z Compiling libc v0.2.180
15522026-03-11T03:19:52.451Z Compiling serde_core v1.0.228
15532026-03-11T03:19:52.454Z Compiling memchr v2.8.0
15542026-03-11T03:19:52.581Z Compiling itoa v1.0.17
15552026-03-11T03:19:52.592Z Compiling stable_deref_trait v1.2.1
15562026-03-11T03:19:52.596Z Compiling zerofrom v0.1.6
15572026-03-11T03:19:52.596Z Compiling zmij v1.0.21
15582026-03-11T03:19:52.632Z Compiling libm v0.2.16
15592026-03-11T03:19:52.679Z Compiling writeable v0.6.2
15602026-03-11T03:19:52.757Z Compiling yoke v0.8.1
15612026-03-11T03:19:52.806Z Compiling litemap v0.8.1
15622026-03-11T03:19:52.927Z Compiling percent-encoding v2.3.2
15632026-03-11T03:19:52.990Z Compiling zerovec v0.11.5
15642026-03-11T03:19:53.002Z Compiling zerotrie v0.2.3
15652026-03-11T03:19:53.044Z Compiling icu_normalizer_data v2.1.1
15662026-03-11T03:19:53.143Z Compiling icu_properties_data v2.1.2
15672026-03-11T03:19:53.173Z Compiling form_urlencoded v1.2.2
15682026-03-11T03:19:53.293Z Compiling errno v0.3.14
15692026-03-11T03:19:53.340Z Compiling getrandom v0.4.1
15702026-03-11T03:19:53.395Z Compiling getrandom v0.2.17
15712026-03-11T03:19:53.409Z Compiling utf8_iter v1.0.4
15722026-03-11T03:19:53.445Z Compiling zeroize v1.8.2
15732026-03-11T03:19:53.503Z Compiling iana-time-zone v0.1.65
15742026-03-11T03:19:53.526Z Compiling scopeguard v1.2.0
15752026-03-11T03:19:53.589Z Compiling tinystr v0.8.2
15762026-03-11T03:19:53.626Z Compiling potential_utf v0.1.4
15772026-03-11T03:19:53.662Z Compiling lock_api v0.4.14
15782026-03-11T03:19:53.680Z Compiling portable-atomic v1.13.1
15792026-03-11T03:19:53.704Z Compiling socket2 v0.6.2
15802026-03-11T03:19:53.780Z Compiling num-traits v0.2.19
15812026-03-11T03:19:53.838Z Compiling icu_locale_core v2.1.1
15822026-03-11T03:19:53.904Z Compiling icu_collections v2.1.1
15832026-03-11T03:19:53.974Z Compiling dyn-clone v1.0.20
15842026-03-11T03:19:54.161Z Compiling critical-section v1.2.0
15852026-03-11T03:19:54.327Z Compiling once_cell v1.21.3
15862026-03-11T03:19:54.344Z Compiling signal-hook-registry v1.4.8
15872026-03-11T03:19:54.358Z Compiling mio v1.1.1
15882026-03-11T03:19:54.439Z Compiling futures-core v0.3.32
15892026-03-11T03:19:54.576Z Compiling zerocopy v0.8.39
15902026-03-11T03:19:54.606Z Compiling subtle v2.6.1
15912026-03-11T03:19:54.643Z Compiling rand_core v0.6.4
15922026-03-11T03:19:54.730Z Compiling thiserror v2.0.18
15932026-03-11T03:19:54.789Z Compiling icu_provider v2.1.1
15942026-03-11T03:19:54.830Z Compiling log v0.4.29
15952026-03-11T03:19:54.866Z Compiling equivalent v1.0.2
15962026-03-11T03:19:54.938Z Compiling futures-sink v0.3.32
15972026-03-11T03:19:54.981Z Compiling slab v0.4.12
15982026-03-11T03:19:55.071Z Compiling serde v1.0.228
15992026-03-11T03:19:55.090Z Compiling serde_json v1.0.149
16002026-03-11T03:19:55.093Z Compiling icu_properties v2.1.2
16012026-03-11T03:19:55.189Z Compiling uuid v1.21.0
16022026-03-11T03:19:55.209Z Compiling semver v1.0.27
16032026-03-11T03:19:55.230Z Compiling bitflags v2.11.0
16042026-03-11T03:19:55.245Z Compiling allocator-api2 v0.2.21
16052026-03-11T03:19:55.539Z Compiling foldhash v0.2.0
16062026-03-11T03:19:55.661Z Compiling futures-channel v0.3.32
16072026-03-11T03:19:55.678Z Compiling smallvec v1.15.1
16082026-03-11T03:19:55.754Z Compiling bytes v1.11.1
16092026-03-11T03:19:55.784Z Compiling chrono v0.4.43
16102026-03-11T03:19:55.837Z Compiling hashbrown v0.16.1
16112026-03-11T03:19:55.948Z Compiling icu_normalizer v2.1.1
16122026-03-11T03:19:55.980Z Compiling parking_lot_core v0.9.12
16132026-03-11T03:19:56.380Z Compiling parking_lot v0.12.5
16142026-03-11T03:19:56.598Z Compiling idna_adapter v1.2.1
16152026-03-11T03:19:56.632Z Compiling typenum v1.19.0
16162026-03-11T03:19:56.648Z Compiling tokio v1.49.0
16172026-03-11T03:19:56.650Z Compiling slog v2.8.2
16182026-03-11T03:19:56.685Z Compiling futures-task v0.3.32
16192026-03-11T03:19:56.723Z Compiling futures-io v0.3.32
16202026-03-11T03:19:56.788Z Compiling idna v1.1.0
16212026-03-11T03:19:56.888Z Compiling futures-util v0.3.32
16222026-03-11T03:19:56.913Z Compiling indexmap v2.13.0
16232026-03-11T03:19:56.932Z Compiling tracing-core v0.1.36
16242026-03-11T03:19:57.420Z Compiling url v2.5.8
16252026-03-11T03:19:57.748Z Compiling generic-array v0.14.7
16262026-03-11T03:19:57.785Z Compiling unicode-ident v1.0.24
16272026-03-11T03:19:57.788Z Compiling byteorder v1.5.0
16282026-03-11T03:19:57.871Z Compiling tracing v0.1.44
16292026-03-11T03:19:57.944Z Compiling proc-macro2 v1.0.106
16302026-03-11T03:19:58.104Z Compiling schemars v0.8.22
16312026-03-11T03:19:58.177Z Compiling http v1.4.0
16322026-03-11T03:19:58.465Z Compiling crypto-common v0.1.7
16332026-03-11T03:19:58.541Z Compiling quote v1.0.44
16342026-03-11T03:19:58.635Z Compiling rustls-pki-types v1.14.0
16352026-03-11T03:19:58.899Z Compiling syn v2.0.116
16362026-03-11T03:19:58.937Z Compiling fnv v1.0.7
16372026-03-11T03:19:59.065Z Compiling untrusted v0.9.0
16382026-03-11T03:19:59.207Z Compiling ring v0.17.14
16392026-03-11T03:19:59.222Z Compiling ppv-lite86 v0.2.21
16402026-03-11T03:19:59.358Z Compiling base64 v0.22.1
16412026-03-11T03:19:59.563Z Compiling ipnet v2.11.0
16422026-03-11T03:19:59.720Z Compiling ipnetwork v0.21.1
16432026-03-11T03:19:59.789Z Compiling block-buffer v0.10.4
16442026-03-11T03:19:59.987Z Compiling thiserror v1.0.69
16452026-03-11T03:20:00.048Z Compiling rustix v1.1.3
16462026-03-11T03:20:00.111Z Compiling pretty-hex v0.4.1
16472026-03-11T03:20:00.127Z Compiling digest v0.10.7
16482026-03-11T03:20:00.290Z Compiling http-body v1.0.1
16492026-03-11T03:20:00.290Z Compiling getrandom v0.3.4
16502026-03-11T03:20:00.318Z Compiling atomic-waker v1.1.2
16512026-03-11T03:20:00.400Z Compiling plain v0.2.3
16522026-03-11T03:20:00.474Z Compiling httparse v1.10.1
16532026-03-11T03:20:00.486Z Compiling tower-layer v0.3.3
16542026-03-11T03:20:00.528Z Compiling tower-service v0.3.3
16552026-03-11T03:20:00.542Z Compiling ryu v1.0.23
16562026-03-11T03:20:00.647Z Compiling ucd-trie v0.1.7
16572026-03-11T03:20:00.688Z Compiling regex-syntax v0.8.9
16582026-03-11T03:20:00.783Z Compiling try-lock v0.2.5
16592026-03-11T03:20:00.875Z Compiling pest v2.8.6
16602026-03-11T03:20:00.925Z Compiling want v0.3.1
16612026-03-11T03:20:01.022Z Compiling crossbeam-utils v0.8.21
16622026-03-11T03:20:01.139Z Compiling erased-serde v0.3.31
16632026-03-11T03:20:01.715Z Compiling pin-utils v0.1.0
16642026-03-11T03:20:01.724Z Compiling httpdate v1.0.3
16652026-03-11T03:20:01.803Z Compiling tokio-util v0.7.18
16662026-03-11T03:20:01.926Z Compiling rand_core v0.9.5
16672026-03-11T03:20:02.034Z Compiling oxnet v0.1.4
16682026-03-11T03:20:02.208Z Compiling cpufeatures v0.2.17
16692026-03-11T03:20:02.308Z Compiling rand_chacha v0.9.0
16702026-03-11T03:20:02.435Z Compiling aws-lc-sys v0.37.1
16712026-03-11T03:20:02.585Z Compiling h2 v0.4.13
16722026-03-11T03:20:02.679Z Compiling serde_urlencoded v0.7.1
16732026-03-11T03:20:02.781Z Compiling http-body-util v0.1.3
16742026-03-11T03:20:02.811Z Compiling aho-corasick v1.1.4
16752026-03-11T03:20:03.014Z Compiling untrusted v0.7.1
16762026-03-11T03:20:03.101Z Compiling rand v0.9.2
16772026-03-11T03:20:03.173Z Compiling openapiv3 v2.2.0
16782026-03-11T03:20:03.522Z Compiling aws-lc-rs v1.15.4
16792026-03-11T03:20:03.916Z Compiling winnow v0.7.14
16802026-03-11T03:20:04.211Z Compiling regex-automata v0.4.14
16812026-03-11T03:20:05.062Z Compiling powerfmt v0.2.0
16822026-03-11T03:20:05.115Z Compiling fastrand v2.3.0
16832026-03-11T03:20:05.345Z Compiling deranged v0.5.6
16842026-03-11T03:20:05.437Z Compiling hyper v1.8.1
16852026-03-11T03:20:05.475Z Compiling tempfile v3.25.0
16862026-03-11T03:20:05.493Z Compiling rustls-webpki v0.103.9
16872026-03-11T03:20:05.570Z Compiling futures-executor v0.3.32
16882026-03-11T03:20:05.928Z Compiling num-conv v0.2.0
16892026-03-11T03:20:05.997Z Compiling time-core v0.1.8
16902026-03-11T03:20:06.056Z Compiling hex v0.4.3
16912026-03-11T03:20:06.113Z Compiling num_threads v0.1.7
16922026-03-11T03:20:06.199Z Compiling rustls v0.23.36
16932026-03-11T03:20:06.240Z Compiling futures v0.3.32
16942026-03-11T03:20:06.344Z Compiling camino v1.2.2
16952026-03-11T03:20:06.419Z Compiling omicron-workspace-hack v0.1.0
16962026-03-11T03:20:06.512Z Compiling newtype-uuid v1.3.2
16972026-03-11T03:20:06.675Z Compiling scroll v0.13.0
16982026-03-11T03:20:06.791Z Compiling time v0.3.47
16992026-03-11T03:20:06.858Z Compiling hyper-util v0.1.20
17002026-03-11T03:20:06.935Z Compiling sync_wrapper v1.0.2
17012026-03-11T03:20:06.953Z Compiling daft v0.1.5
17022026-03-11T03:20:07.042Z Compiling tower v0.5.3
17032026-03-11T03:20:07.055Z Compiling goblin v0.10.5
17042026-03-11T03:20:07.307Z Compiling regex v1.12.3
17052026-03-11T03:20:07.664Z Compiling crossbeam-channel v0.5.15
17062026-03-11T03:20:07.688Z Compiling webpki-roots v1.0.6
17072026-03-11T03:20:07.851Z Compiling iri-string v0.7.10
17082026-03-11T03:20:07.939Z Compiling unicode-width v0.2.2
17092026-03-11T03:20:08.312Z Compiling dtrace-parser v0.3.0
17102026-03-11T03:20:08.315Z Compiling rustls-webpki v0.102.8
17112026-03-11T03:20:08.844Z Compiling regress v0.10.5
17122026-03-11T03:20:09.051Z Compiling thread-id v5.1.0
17132026-03-11T03:20:09.149Z Compiling thread_local v1.1.9
17142026-03-11T03:20:09.163Z Compiling heck v0.5.0
17152026-03-11T03:20:09.424Z Compiling debug-ignore v1.0.5
17162026-03-11T03:20:09.477Z Compiling match_cfg v0.1.0
17172026-03-11T03:20:09.544Z Compiling tower-http v0.6.8
17182026-03-11T03:20:09.557Z Compiling rustls v0.22.4
17192026-03-11T03:20:09.572Z Compiling hostname v0.3.1
17202026-03-11T03:20:09.575Z Compiling slog-json v2.6.1
17212026-03-11T03:20:09.757Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-11T03:20:09.859Z Compiling serde_spanned v1.0.4
17232026-03-11T03:20:10.071Z Compiling toml_datetime v0.7.5+spec-1.1.0
17242026-03-11T03:20:10.118Z Compiling is-terminal v0.4.17
17252026-03-11T03:20:10.210Z Compiling memmap2 v0.9.10
17262026-03-11T03:20:10.241Z Compiling encoding_rs v0.8.35
17272026-03-11T03:20:10.493Z Compiling tokio-rustls v0.26.4
17282026-03-11T03:20:10.509Z Compiling toml_writer v1.0.6+spec-1.1.0
17292026-03-11T03:20:10.657Z Compiling mime v0.3.17
17302026-03-11T03:20:10.795Z Compiling hyper-rustls v0.27.7
17312026-03-11T03:20:10.843Z Compiling term v1.2.1
17322026-03-11T03:20:11.021Z Compiling dof v0.4.0
17332026-03-11T03:20:11.215Z Compiling reqwest v0.12.28
17342026-03-11T03:20:11.762Z Compiling typify-impl v0.4.3
17352026-03-11T03:20:12.501Z Compiling usdt-impl v0.6.0
17362026-03-11T03:20:12.955Z Compiling spin v0.9.8
17372026-03-11T03:20:13.111Z Compiling take_mut v0.2.2
17382026-03-11T03:20:13.259Z Compiling slog-async v2.8.0
17392026-03-11T03:20:13.380Z Compiling multer v3.1.0
17402026-03-11T03:20:13.435Z Compiling usdt v0.6.0
17412026-03-11T03:20:13.836Z Compiling tokio-rustls v0.25.0
17422026-03-11T03:20:13.925Z Compiling slog-term v2.9.2
17432026-03-11T03:20:13.951Z Compiling toml v0.9.12+spec-1.1.0
17442026-03-11T03:20:14.078Z Compiling typify v0.4.3
17452026-03-11T03:20:14.164Z Compiling slog-bunyan v2.5.0
17462026-03-11T03:20:14.216Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17472026-03-11T03:20:14.340Z Compiling async-stream v0.3.6
17482026-03-11T03:20:14.510Z Compiling strum v0.26.3
17492026-03-11T03:20:14.545Z Compiling sha1 v0.10.6
17502026-03-11T03:20:14.674Z Compiling waitgroup v0.1.2
17512026-03-11T03:20:14.701Z Compiling rand_chacha v0.3.1
17522026-03-11T03:20:14.712Z Compiling rustls-pemfile v2.2.0
17532026-03-11T03:20:14.800Z Compiling macaddr v1.0.1
17542026-03-11T03:20:14.848Z Compiling serde_path_to_error v0.1.20
17552026-03-11T03:20:14.863Z Compiling hostname v0.4.2
17562026-03-11T03:20:14.980Z Compiling wait-timeout v0.2.1
17572026-03-11T03:20:15.052Z Compiling quick-error v1.2.3
17582026-03-11T03:20:15.104Z Compiling either v1.15.0
17592026-03-11T03:20:15.241Z Compiling bit-vec v0.8.0
17602026-03-11T03:20:15.265Z Compiling dropshot v0.16.7
17612026-03-11T03:20:15.336Z Compiling rusty-fork v0.3.1
17622026-03-11T03:20:15.372Z Compiling rand v0.8.5
17632026-03-11T03:20:15.390Z Compiling rand_xorshift v0.4.0
17642026-03-11T03:20:15.518Z Compiling bit-set v0.8.0
17652026-03-11T03:20:15.583Z Compiling unarray v0.1.4
17662026-03-11T03:20:15.720Z Compiling proptest v1.10.0
17672026-03-11T03:20:15.736Z Compiling tabwriter v1.4.1
17682026-03-11T03:20:15.805Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17692026-03-11T03:20:15.987Z Compiling strum v0.27.2
17702026-03-11T03:20:16.045Z Compiling ref-cast v1.0.25
17712026-03-11T03:20:16.060Z Compiling instant v0.1.13
17722026-03-11T03:20:16.147Z Compiling colored v3.1.1
17732026-03-11T03:20:16.176Z Compiling progenitor-impl v0.11.2
17742026-03-11T03:20:16.197Z Compiling progenitor-client v0.11.2
17752026-03-11T03:20:16.270Z Compiling progenitor-client v0.10.0
17762026-03-11T03:20:16.364Z Compiling serde_with v3.16.1
17772026-03-11T03:20:16.569Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
17782026-03-11T03:20:16.644Z Compiling rustc-hash v2.1.1
17792026-03-11T03:20:16.674Z Compiling backoff v0.4.0
17802026-03-11T03:20:16.806Z Compiling iddqd v0.3.17
17812026-03-11T03:20:16.953Z Compiling itertools v0.14.0
17822026-03-11T03:20:17.035Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17832026-03-11T03:20:17.712Z Compiling parse-display v0.10.0
17842026-03-11T03:20:17.741Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17852026-03-11T03:20:18.340Z Compiling progenitor v0.11.2
17862026-03-11T03:20:18.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
17872026-03-11T03:20:18.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
17882026-03-11T03:20:18.773Z Compiling terminal_size v0.4.3
17892026-03-11T03:20:18.805Z Compiling crossbeam-epoch v0.9.18
17902026-03-11T03:20:18.954Z Compiling clap_builder v4.5.59
17912026-03-11T03:20:19.441Z Compiling hash32 v0.3.1
17922026-03-11T03:20:19.504Z Compiling ingot-types v0.1.2
17932026-03-11T03:20:19.647Z Compiling heapless v0.8.0
17942026-03-11T03:20:19.852Z Compiling cobs v0.3.0
17952026-03-11T03:20:20.075Z Compiling bitflags v1.3.2
17962026-03-11T03:20:20.118Z Compiling managed v0.8.0
17972026-03-11T03:20:20.178Z Compiling postcard v1.1.3
17982026-03-11T03:20:20.255Z Compiling ingot v0.1.1
17992026-03-11T03:20:20.415Z Compiling smoltcp v0.11.0
18002026-03-11T03:20:20.604Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18012026-03-11T03:20:20.640Z Compiling foreign-types-shared v0.3.1
18022026-03-11T03:20:20.763Z Compiling foreign-types v0.5.0
18032026-03-11T03:20:20.871Z Compiling num_enum v0.7.5
18042026-03-11T03:20:20.942Z Compiling crucible-workspace-hack v0.1.0
18052026-03-11T03:20:21.009Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
18062026-03-11T03:20:21.024Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18072026-03-11T03:20:21.039Z Compiling crossbeam-deque v0.8.6
18082026-03-11T03:20:21.156Z Compiling cstr-argument v0.1.2
18092026-03-11T03:20:21.172Z Compiling tinyvec_macros v0.1.1
18102026-03-11T03:20:21.265Z Compiling clap v4.5.59
18112026-03-11T03:20:21.288Z Compiling rayon-core v1.13.0
18122026-03-11T03:20:21.354Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18132026-03-11T03:20:21.371Z Compiling tinyvec v1.10.0
18142026-03-11T03:20:21.704Z Compiling scroll v0.12.0
18152026-03-11T03:20:21.858Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18162026-03-11T03:20:22.012Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
18172026-03-11T03:20:22.077Z Compiling num_enum v0.5.11
18182026-03-11T03:20:22.214Z Compiling camino-tempfile v1.4.1
18192026-03-11T03:20:22.267Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
18202026-03-11T03:20:22.267Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18212026-03-11T03:20:22.532Z Compiling goblin v0.8.2
18222026-03-11T03:20:22.705Z Compiling rayon v1.11.0
18232026-03-11T03:20:23.027Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18242026-03-11T03:20:23.134Z Compiling memoffset v0.9.1
18252026-03-11T03:20:23.484Z Compiling zerocopy v0.7.35
18262026-03-11T03:20:23.503Z Compiling itertools v0.12.1
18272026-03-11T03:20:23.737Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
18282026-03-11T03:20:24.018Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18292026-03-11T03:20:24.182Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18302026-03-11T03:20:24.344Z Compiling sigpipe v0.1.3
18312026-03-11T03:20:24.460Z Compiling glob v0.3.3
18322026-03-11T03:20:24.623Z Compiling jiff v0.2.20
18332026-03-11T03:20:24.889Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18342026-03-11T03:20:25.194Z Compiling zone v0.3.1
18352026-03-11T03:20:25.333Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18362026-03-11T03:20:25.610Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
18372026-03-11T03:20:25.846Z Compiling dof v0.3.0
18382026-03-11T03:20:25.928Z Compiling nix v0.30.1
18392026-03-11T03:20:26.086Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
18402026-03-11T03:20:26.204Z Compiling dtrace-parser v0.2.0
18412026-03-11T03:20:26.433Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18422026-03-11T03:20:26.650Z Compiling smf v0.2.3
18432026-03-11T03:20:26.974Z Compiling num-integer v0.1.46
18442026-03-11T03:20:27.299Z Compiling secrecy v0.10.3
18452026-03-11T03:20:27.415Z Compiling thread-id v4.2.2
18462026-03-11T03:20:27.437Z Compiling whoami v1.6.1
18472026-03-11T03:20:27.749Z Compiling usdt-impl v0.5.0
18482026-03-11T03:20:27.801Z Compiling rustix v0.38.44
18492026-03-11T03:20:28.006Z Compiling hmac v0.12.1
18502026-03-11T03:20:28.190Z Compiling inout v0.1.4
18512026-03-11T03:20:28.219Z Compiling toml_datetime v0.6.11
18522026-03-11T03:20:28.391Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18532026-03-11T03:20:28.585Z Compiling serde_spanned v0.6.9
18542026-03-11T03:20:28.640Z Compiling ff v0.13.1
18552026-03-11T03:20:28.800Z Compiling memmap v0.7.0
18562026-03-11T03:20:28.816Z Compiling bstr v1.12.1
18572026-03-11T03:20:29.027Z Compiling static_assertions v1.1.0
18582026-03-11T03:20:29.043Z Compiling data-encoding v2.10.0
18592026-03-11T03:20:29.126Z Compiling toml_write v0.1.2
18602026-03-11T03:20:29.321Z Compiling usdt v0.5.0
18612026-03-11T03:20:29.427Z Compiling toml_edit v0.22.27
18622026-03-11T03:20:29.550Z Compiling group v0.13.0
18632026-03-11T03:20:29.676Z Compiling cipher v0.4.4
18642026-03-11T03:20:29.691Z Compiling hkdf v0.12.4
18652026-03-11T03:20:29.883Z Compiling num-iter v0.1.45
18662026-03-11T03:20:29.976Z Compiling num-rational v0.4.2
18672026-03-11T03:20:30.041Z Compiling half v2.7.1
18682026-03-11T03:20:30.215Z Compiling universal-hash v0.5.1
18692026-03-11T03:20:30.384Z Compiling crypto-bigint v0.5.5
18702026-03-11T03:20:30.456Z Compiling num-complex v0.4.6
18712026-03-11T03:20:30.755Z Compiling ciborium-io v0.2.2
18722026-03-11T03:20:30.879Z Compiling base64ct v1.8.3
18732026-03-11T03:20:31.029Z Compiling base16ct v0.2.0
18742026-03-11T03:20:31.059Z Compiling opaque-debug v0.3.1
18752026-03-11T03:20:31.152Z Compiling poly1305 v0.8.0
18762026-03-11T03:20:31.262Z Compiling password-hash v0.5.0
18772026-03-11T03:20:31.972Z Compiling num v0.4.3
18782026-03-11T03:20:31.972Z Compiling toml v0.8.23
18792026-03-11T03:20:32.000Z Compiling ciborium-ll v0.2.2
18802026-03-11T03:20:32.000Z Compiling curve25519-dalek v4.1.3
18812026-03-11T03:20:32.010Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18822026-03-11T03:20:32.289Z Compiling elliptic-curve v0.13.8
18832026-03-11T03:20:32.345Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18842026-03-11T03:20:32.660Z Compiling thiserror-no-std v2.0.2
18852026-03-11T03:20:32.782Z Compiling chacha20 v0.9.1
18862026-03-11T03:20:33.078Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18872026-03-11T03:20:33.444Z Compiling blake2 v0.10.6
18882026-03-11T03:20:33.476Z Compiling aead v0.5.2
18892026-03-11T03:20:33.600Z Compiling float-ord v0.3.2
18902026-03-11T03:20:33.680Z Compiling indent_write v2.2.0
18912026-03-11T03:20:33.714Z Compiling resolv-conf v0.7.6
18922026-03-11T03:20:33.753Z Compiling keccak v0.1.6
18932026-03-11T03:20:33.860Z Compiling linked-hash-map v0.5.6
18942026-03-11T03:20:34.061Z Compiling sha3 v0.10.8
18952026-03-11T03:20:34.087Z Compiling lru-cache v0.1.2
18962026-03-11T03:20:34.115Z Compiling argon2 v0.5.3
18972026-03-11T03:20:34.222Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18982026-03-11T03:20:34.249Z Compiling chacha20poly1305 v0.10.1
18992026-03-11T03:20:34.342Z Compiling hubpack v0.1.2
19002026-03-11T03:20:34.463Z Compiling vsss-rs v3.3.4
19012026-03-11T03:20:34.481Z Compiling ciborium v0.2.2
19022026-03-11T03:20:34.497Z Compiling hickory-proto v0.24.4
19032026-03-11T03:20:34.650Z Compiling similar v2.7.0
19042026-03-11T03:20:34.838Z Compiling atomicwrites v0.4.4
19052026-03-11T03:20:35.092Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19062026-03-11T03:20:35.308Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
19072026-03-11T03:20:35.881Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19082026-03-11T03:20:35.905Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19092026-03-11T03:20:35.920Z Compiling serde-big-array v0.5.1
19102026-03-11T03:20:36.104Z Compiling siphasher v1.0.2
19112026-03-11T03:20:36.306Z Compiling unicode-segmentation v1.12.0
19122026-03-11T03:20:36.383Z Compiling phf_shared v0.12.1
19132026-03-11T03:20:36.414Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19142026-03-11T03:20:36.613Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
19152026-03-11T03:20:36.852Z Compiling newline-converter v0.3.0
19162026-03-11T03:20:37.006Z Compiling hickory-resolver v0.24.4
19172026-03-11T03:20:37.445Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
19182026-03-11T03:20:37.553Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19192026-03-11T03:20:37.887Z Compiling prettyplease v0.2.37
19202026-03-11T03:20:38.077Z Compiling console v0.15.11
19212026-03-11T03:20:38.835Z Compiling tokio-stream v0.1.18
19222026-03-11T03:20:38.935Z Compiling csv-core v0.1.13
19232026-03-11T03:20:39.017Z Compiling unicode-width v0.1.14
19242026-03-11T03:20:39.330Z Compiling foldhash v0.1.5
19252026-03-11T03:20:39.396Z Compiling swrite v0.1.0
19262026-03-11T03:20:39.479Z Compiling qorb v0.4.1
19272026-03-11T03:20:39.525Z Compiling hashbrown v0.15.5
19282026-03-11T03:20:39.571Z Compiling csv v1.4.0
19292026-03-11T03:20:39.722Z Compiling pin-project v1.1.10
19302026-03-11T03:20:39.857Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19312026-03-11T03:20:40.255Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19322026-03-11T03:20:40.270Z Compiling expectorate v1.2.0
19332026-03-11T03:20:40.346Z Compiling newtype_derive v0.1.6
19342026-03-11T03:20:40.449Z Compiling phf v0.12.1
19352026-03-11T03:20:40.468Z Compiling owo-colors v4.2.3
19362026-03-11T03:20:40.654Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19372026-03-11T03:20:41.516Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19382026-03-11T03:20:41.595Z Compiling tokio-dtrace v0.1.1
19392026-03-11T03:20:41.790Z Compiling unicode-normalization v0.1.25
19402026-03-11T03:20:41.843Z Compiling progenitor-impl v0.10.0
19412026-03-11T03:20:42.036Z Compiling libsw-core v0.3.2
19422026-03-11T03:20:42.259Z Compiling unicode-linebreak v0.1.5
19432026-03-11T03:20:42.296Z Compiling smawk v0.3.2
19442026-03-11T03:20:42.420Z Compiling same-file v1.0.6
19452026-03-11T03:20:42.476Z Compiling foreign-types-shared v0.1.1
19462026-03-11T03:20:42.596Z Compiling bytecount v0.6.9
19472026-03-11T03:20:42.596Z Compiling minimal-lexical v0.2.1
19482026-03-11T03:20:42.637Z Compiling fixedbitset v0.4.2
19492026-03-11T03:20:42.773Z Compiling highway v1.3.0
19502026-03-11T03:20:42.986Z Compiling fixedbitset v0.5.7
19512026-03-11T03:20:42.993Z Compiling nom v7.1.3
19522026-03-11T03:20:43.305Z Compiling petgraph v0.8.3
19532026-03-11T03:20:43.393Z Compiling progenitor v0.10.0
19542026-03-11T03:20:43.573Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19552026-03-11T03:20:43.699Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19562026-03-11T03:20:43.928Z Compiling petgraph v0.6.5
19572026-03-11T03:20:44.868Z Compiling papergrid v0.11.0
19582026-03-11T03:20:45.210Z Compiling foreign-types v0.3.2
19592026-03-11T03:20:45.309Z Compiling walkdir v2.5.0
19602026-03-11T03:20:45.796Z Compiling textwrap v0.16.2
19612026-03-11T03:20:45.806Z Compiling olpc-cjson v0.1.4
19622026-03-11T03:20:45.852Z Compiling snafu v0.8.9
19632026-03-11T03:20:45.915Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19642026-03-11T03:20:46.018Z Compiling libsw v3.5.0
19652026-03-11T03:20:46.060Z Compiling oxide-tokio-rt v0.1.2
19662026-03-11T03:20:46.214Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19672026-03-11T03:20:46.237Z Compiling chrono-tz v0.10.4
19682026-03-11T03:20:46.304Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19692026-03-11T03:20:46.342Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19702026-03-11T03:20:46.459Z Compiling slog-dtrace v0.3.0
19712026-03-11T03:20:46.854Z Compiling const_format v0.2.35
19722026-03-11T03:20:47.149Z Compiling cancel-safe-futures v0.1.5
19732026-03-11T03:20:47.297Z Compiling openssl-sys v0.9.111
19742026-03-11T03:20:47.440Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19752026-03-11T03:20:47.544Z Compiling globset v0.4.18
19762026-03-11T03:20:47.756Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19772026-03-11T03:20:47.795Z Compiling gethostname v0.5.0
19782026-03-11T03:20:47.961Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19792026-03-11T03:20:48.156Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19802026-03-11T03:20:48.632Z Compiling bcs v0.1.6
19812026-03-11T03:20:48.836Z Compiling pem v3.0.6
19822026-03-11T03:20:48.865Z Compiling serde_plain v1.0.2
19832026-03-11T03:20:49.058Z Compiling typed-path v0.9.3
19842026-03-11T03:20:49.134Z Compiling linear-map v1.2.0
19852026-03-11T03:20:49.364Z Compiling tagptr v0.2.0
19862026-03-11T03:20:49.418Z Compiling lazy_static v1.5.0
19872026-03-11T03:20:49.558Z Compiling termtree v0.5.1
19882026-03-11T03:20:49.573Z Compiling moka v0.12.13
19892026-03-11T03:20:49.762Z Compiling steno v0.4.1
19902026-03-11T03:20:49.813Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19912026-03-11T03:20:50.647Z Compiling tough v0.20.0
19922026-03-11T03:20:50.950Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19932026-03-11T03:20:51.011Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19942026-03-11T03:20:51.336Z Compiling openssl v0.10.75
19952026-03-11T03:20:51.342Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19962026-03-11T03:20:51.954Z Compiling tabled v0.15.0
19972026-03-11T03:20:51.977Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19982026-03-11T03:20:52.270Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
19992026-03-11T03:20:52.591Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20002026-03-11T03:20:52.840Z Compiling cookie v0.18.1
20012026-03-11T03:20:53.665Z Compiling hickory-proto v0.25.2
20022026-03-11T03:20:53.733Z Compiling humantime v2.3.0
20032026-03-11T03:20:54.097Z Compiling libscf-sys v1.1.0
20042026-03-11T03:20:54.368Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20052026-03-11T03:20:54.884Z Compiling parking_lot_core v0.8.6
20062026-03-11T03:20:54.990Z Compiling crc32fast v1.5.0
20072026-03-11T03:20:55.152Z Compiling parking_lot v0.11.2
20082026-03-11T03:20:55.257Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20092026-03-11T03:20:55.309Z Compiling fxhash v0.2.1
20102026-03-11T03:20:55.488Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20112026-03-11T03:20:55.567Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20122026-03-11T03:20:55.681Z Compiling socket2 v0.5.10
20132026-03-11T03:20:55.696Z Compiling internet-checksum v0.2.1
20142026-03-11T03:20:55.770Z Compiling sled v0.34.7
20152026-03-11T03:20:55.876Z Compiling const-random v0.1.18
20162026-03-11T03:20:55.889Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20172026-03-11T03:20:55.976Z Compiling ahash v0.8.12
20182026-03-11T03:20:56.298Z Compiling smartstring v1.0.1
20192026-03-11T03:20:56.316Z Compiling dropshot-api-manager-types v0.3.0
20202026-03-11T03:20:56.509Z Compiling hickory-resolver v0.25.2
20212026-03-11T03:20:56.561Z Compiling thin-vec v0.2.14
20222026-03-11T03:20:56.669Z Compiling is_ci v1.2.0
20232026-03-11T03:20:56.766Z Compiling fs-err v3.3.0
20242026-03-11T03:20:56.864Z Compiling rhai v1.24.0
20252026-03-11T03:20:56.933Z Compiling supports-color v3.0.2
20262026-03-11T03:20:57.167Z Compiling drift v0.1.3
20272026-03-11T03:20:57.185Z Compiling sha2 v0.10.9
20282026-03-11T03:20:57.711Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20292026-03-11T03:20:58.422Z Compiling dropshot-api-manager v0.3.0
20302026-03-11T03:21:14.229Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20312026-03-11T03:21:16.305Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20322026-03-11T03:21:17.715Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20332026-03-11T03:21:19.203Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20342026-03-11T03:21:19.203Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
20352026-03-11T03:21:20.183Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
20362026-03-11T03:21:20.320Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20372026-03-11T03:21:22.361Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20382026-03-11T03:21:22.361Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20392026-03-11T03:21:31.688Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20402026-03-11T03:21:34.531Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
20412026-03-11T03:22:03.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
20422026-03-11T03:22:03.615Z Running `target/debug/maghemite-dropshot-apis check`
20432026-03-11T03:22:03.659Z -------
20442026-03-11T03:22:03.659Z Generating OpenAPI documents from API definitions ...
20452026-03-11T03:22:03.841Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
20462026-03-11T03:22:03.942Z Loading blessed OpenAPI documents from git revision "origin/main" path "openapi"
20472026-03-11T03:22:04.280Z -------
20482026-03-11T03:22:04.280Z Checking 7 OpenAPI documents...
20492026-03-11T03:22:04.280Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
20502026-03-11T03:22:04.280Z Fresh ddm-admin "latest" symlink
20512026-03-11T03:22:04.281Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
20522026-03-11T03:22:04.281Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
20532026-03-11T03:22:04.281Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
20542026-03-11T03:22:04.281Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
20552026-03-11T03:22:04.281Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
20562026-03-11T03:22:04.281Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
20572026-03-11T03:22:04.281Z Fresh mg-admin "latest" symlink
20582026-03-11T03:22:04.281Z -------
20592026-03-11T03:22:04.290Z Success 7 documents checked: 9 fresh, 0 stale, 0 failed, 0 other problems
20602026-03-11T03:22:04.317Z+ banner build
20612026-03-11T03:22:04.321Z
20622026-03-11T03:22:04.322Z ##### # # # # #####
20632026-03-11T03:22:04.322Z # # # # # # # #
20642026-03-11T03:22:04.322Z ##### # # # # # #
20652026-03-11T03:22:04.322Z # # # # # # # #
20662026-03-11T03:22:04.322Z # # # # # # # #
20672026-03-11T03:22:04.322Z ##### #### # ###### #####
20682026-03-11T03:22:04.323Z
20692026-03-11T03:22:04.323Z+ ptime -m cargo build
20702026-03-11T03:22:05.153Z Compiling log v0.4.29
20712026-03-11T03:22:05.294Z Compiling slog v2.8.2
20722026-03-11T03:22:05.330Z Compiling zone v0.3.1
20732026-03-11T03:22:05.376Z Compiling openssl-probe v0.2.1
20742026-03-11T03:22:05.398Z Compiling arc-swap v1.8.2
20752026-03-11T03:22:05.411Z Compiling papergrid v0.17.0
20762026-03-11T03:22:05.415Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
20772026-03-11T03:22:05.415Z Compiling testing_table v0.3.0
20782026-03-11T03:22:05.507Z Compiling rustls v0.23.36
20792026-03-11T03:22:05.620Z Compiling goblin v0.10.5
20802026-03-11T03:22:05.642Z Compiling slog-async v2.8.0
20812026-03-11T03:22:05.796Z Compiling slog-term v2.9.2
20822026-03-11T03:22:05.812Z Compiling typify-impl v0.4.3
20832026-03-11T03:22:06.338Z Compiling slog-json v2.6.1
20842026-03-11T03:22:06.404Z Compiling rustls v0.22.4
20852026-03-11T03:22:06.618Z Compiling slog-bunyan v2.5.0
20862026-03-11T03:22:06.618Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20872026-03-11T03:22:06.764Z Compiling goblin v0.8.2
20882026-03-11T03:22:06.793Z Compiling globset v0.4.18
20892026-03-11T03:22:06.816Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20902026-03-11T03:22:07.858Z Compiling steno v0.4.1
20912026-03-11T03:22:08.133Z Compiling rustls-native-certs v0.8.3
20922026-03-11T03:22:08.631Z Compiling typify v0.4.3
20932026-03-11T03:22:08.759Z Compiling progenitor-impl v0.11.2
20942026-03-11T03:22:08.995Z Compiling tokio-rustls v0.25.0
20952026-03-11T03:22:09.271Z Compiling progenitor-impl v0.10.0
20962026-03-11T03:22:11.597Z Compiling tokio-rustls v0.26.4
20972026-03-11T03:22:11.911Z Compiling dof v0.4.0
20982026-03-11T03:22:12.049Z Compiling hyper-rustls v0.27.7
20992026-03-11T03:22:12.356Z Compiling reqwest v0.12.28
21002026-03-11T03:22:12.399Z Compiling dof v0.3.0
21012026-03-11T03:22:12.500Z Compiling rustls-platform-verifier v0.6.2
21022026-03-11T03:22:12.780Z Compiling reqwest v0.13.2
21032026-03-11T03:22:13.142Z Compiling usdt-impl v0.6.0
21042026-03-11T03:22:13.563Z Compiling usdt-impl v0.5.0
21052026-03-11T03:22:13.660Z Compiling usdt v0.6.0
21062026-03-11T03:22:13.660Z Compiling sled v0.34.7
21072026-03-11T03:22:13.741Z Compiling typify-impl v0.6.1
21082026-03-11T03:22:13.863Z Compiling dropshot v0.16.7
21092026-03-11T03:22:13.982Z Compiling slog-scope v4.4.1
21102026-03-11T03:22:14.071Z Compiling progenitor-client v0.10.0
21112026-03-11T03:22:14.262Z Compiling progenitor-client v0.11.2
21122026-03-11T03:22:14.463Z Compiling usdt v0.5.0
21132026-03-11T03:22:14.511Z Compiling progenitor v0.10.0
21142026-03-11T03:22:14.646Z Compiling progenitor v0.11.2
21152026-03-11T03:22:14.714Z Compiling qorb v0.4.1
21162026-03-11T03:22:14.805Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
21172026-03-11T03:22:14.820Z Compiling tokio-dtrace v0.1.1
21182026-03-11T03:22:15.153Z Compiling oxide-tokio-rt v0.1.2
21192026-03-11T03:22:15.411Z Compiling slog-dtrace v0.3.0
21202026-03-11T03:22:15.826Z Compiling tough v0.20.0
21212026-03-11T03:22:17.490Z Compiling typify v0.6.1
21222026-03-11T03:22:17.563Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21232026-03-11T03:22:17.634Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21242026-03-11T03:22:18.009Z Compiling progenitor-impl v0.13.0
21252026-03-11T03:22:18.358Z Compiling progenitor-client v0.13.0
21262026-03-11T03:22:18.764Z Compiling slog-stdlog v4.1.1
21272026-03-11T03:22:19.052Z Compiling tabled v0.20.0
21282026-03-11T03:22:19.674Z Compiling progenitor v0.13.0
21292026-03-11T03:22:19.840Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21302026-03-11T03:22:20.081Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21312026-03-11T03:22:20.331Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21322026-03-11T03:22:21.543Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
21332026-03-11T03:22:21.642Z Compiling nix v0.31.1
21342026-03-11T03:22:21.781Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21352026-03-11T03:22:22.114Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21362026-03-11T03:22:22.299Z Compiling slog-envlogger v2.2.0
21372026-03-11T03:22:22.497Z Compiling crc8 v0.1.1
21382026-03-11T03:22:22.653Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21392026-03-11T03:22:22.780Z Compiling utf-8 v0.7.6
21402026-03-11T03:22:22.809Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
21412026-03-11T03:22:22.841Z Compiling lzma-sys v0.1.20
21422026-03-11T03:22:22.992Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
21432026-03-11T03:22:23.027Z Compiling tungstenite v0.21.0
21442026-03-11T03:22:23.223Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
21452026-03-11T03:22:23.481Z Compiling typeid v1.0.3
21462026-03-11T03:22:23.640Z Compiling console v0.16.2
21472026-03-11T03:22:23.732Z Compiling tokio-tungstenite v0.21.0
21482026-03-11T03:22:23.876Z Compiling unit-prefix v0.5.2
21492026-03-11T03:22:24.076Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21502026-03-11T03:22:24.158Z Compiling base64 v0.21.7
21512026-03-11T03:22:24.244Z Compiling indicatif v0.18.4
21522026-03-11T03:22:24.504Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
21532026-03-11T03:22:24.619Z Compiling ron v0.12.0
21542026-03-11T03:22:24.623Z Compiling xz2 v0.1.7
21552026-03-11T03:22:24.961Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
21562026-03-11T03:22:24.976Z Compiling base16ct v1.0.0
21572026-03-11T03:22:25.230Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
21582026-03-11T03:22:25.400Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
21592026-03-11T03:22:25.603Z Compiling dropshot-api-manager v0.3.0
21602026-03-11T03:22:25.689Z Compiling natord v1.0.9
21612026-03-11T03:22:25.925Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
21622026-03-11T03:22:25.951Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
21632026-03-11T03:22:26.031Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
21642026-03-11T03:22:27.692Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
21652026-03-11T03:22:28.333Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21662026-03-11T03:22:28.354Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21672026-03-11T03:22:28.527Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21682026-03-11T03:22:29.079Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21692026-03-11T03:22:29.776Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21702026-03-11T03:22:29.819Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21712026-03-11T03:22:30.926Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21722026-03-11T03:22:31.394Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21732026-03-11T03:22:32.277Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21742026-03-11T03:22:32.354Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21752026-03-11T03:22:32.376Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21762026-03-11T03:22:32.620Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21772026-03-11T03:22:33.634Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21782026-03-11T03:22:33.968Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21792026-03-11T03:22:33.987Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21802026-03-11T03:22:34.294Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21812026-03-11T03:22:34.429Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21822026-03-11T03:22:41.159Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21832026-03-11T03:22:42.415Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21842026-03-11T03:22:43.793Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21852026-03-11T03:23:01.483Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21862026-03-11T03:23:03.597Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21872026-03-11T03:23:05.026Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21882026-03-11T03:23:06.512Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21892026-03-11T03:23:06.512Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
21902026-03-11T03:23:07.111Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
21912026-03-11T03:23:07.476Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21922026-03-11T03:23:07.642Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21932026-03-11T03:23:07.691Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
21942026-03-11T03:23:08.498Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
21952026-03-11T03:23:10.017Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21962026-03-11T03:23:10.021Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21972026-03-11T03:23:10.022Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21982026-03-11T03:23:17.980Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
21992026-03-11T03:23:20.521Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22002026-03-11T03:23:22.750Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
22012026-03-11T03:23:22.753Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
22022026-03-11T03:23:23.746Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22032026-03-11T03:23:23.749Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22042026-03-11T03:24:18.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
22052026-03-11T03:24:19.197Z
22062026-03-11T03:24:19.200Zreal 2:14.816786759
22072026-03-11T03:24:19.200Zuser 8:49.286884174
22082026-03-11T03:24:19.200Zsys 1:11.976520971
22092026-03-11T03:24:19.200Ztrap 0.223286890
22102026-03-11T03:24:19.200Ztflt 0.026248103
22112026-03-11T03:24:19.200Zdflt 0.372455959
22122026-03-11T03:24:19.200Zkflt 0.000031214
22132026-03-11T03:24:19.200Zlock 26:32.881158466
22142026-03-11T03:24:19.200Zslp 39:28.319760128
22152026-03-11T03:24:19.200Zlat 19.045481741
22162026-03-11T03:24:19.201Zstop 29.901403195
22172026-03-11T03:24:19.201Z+ ptime -m cargo build --release
22182026-03-11T03:24:20.101Z Compiling proc-macro2 v1.0.106
22192026-03-11T03:24:20.101Z Compiling quote v1.0.44
22202026-03-11T03:24:20.105Z Compiling unicode-ident v1.0.24
22212026-03-11T03:24:20.105Z Compiling serde_core v1.0.228
22222026-03-11T03:24:20.105Z Compiling serde v1.0.228
22232026-03-11T03:24:20.105Z Compiling libc v0.2.180
22242026-03-11T03:24:20.106Z Compiling cfg-if v1.0.4
22252026-03-11T03:24:20.359Z Compiling zmij v1.0.21
22262026-03-11T03:24:20.379Z Compiling autocfg v1.5.0
22272026-03-11T03:24:20.740Z Compiling libm v0.2.16
22282026-03-11T03:24:20.848Z Compiling memchr v2.8.0
22292026-03-11T03:24:21.153Z Compiling getrandom v0.4.1
22302026-03-11T03:24:21.357Z Compiling version_check v0.9.5
22312026-03-11T03:24:21.503Z Compiling itoa v1.0.17
22322026-03-11T03:24:21.675Z Compiling icu_properties_data v2.1.2
22332026-03-11T03:24:21.779Z Compiling icu_normalizer_data v2.1.1
22342026-03-11T03:24:21.976Z Compiling syn v2.0.116
22352026-03-11T03:24:21.992Z Compiling stable_deref_trait v1.2.1
22362026-03-11T03:24:22.098Z Compiling serde_json v1.0.149
22372026-03-11T03:24:22.113Z Compiling thiserror v2.0.18
22382026-03-11T03:24:22.155Z Compiling parking_lot_core v0.9.12
22392026-03-11T03:24:22.374Z Compiling heck v0.5.0
22402026-03-11T03:24:22.461Z Compiling num-traits v0.2.19
22412026-03-11T03:24:22.513Z Compiling writeable v0.6.2
22422026-03-11T03:24:22.571Z Compiling litemap v0.8.1
22432026-03-11T03:24:22.696Z Compiling jobserver v0.1.34
22442026-03-11T03:24:22.811Z Compiling find-msvc-tools v0.1.9
22452026-03-11T03:24:22.854Z Compiling percent-encoding v2.3.2
22462026-03-11T03:24:22.973Z Compiling shlex v1.3.0
22472026-03-11T03:24:23.184Z Compiling cc v1.2.56
22482026-03-11T03:24:23.299Z Compiling form_urlencoded v1.2.2
22492026-03-11T03:24:23.590Z Compiling utf8_iter v1.0.4
22502026-03-11T03:24:23.605Z Compiling errno v0.3.14
22512026-03-11T03:24:23.664Z Compiling zerocopy v0.8.39
22522026-03-11T03:24:24.062Z Compiling foldhash v0.2.0
22532026-03-11T03:24:24.251Z Compiling allocator-api2 v0.2.21
22542026-03-11T03:24:24.375Z Compiling equivalent v1.0.2
22552026-03-11T03:24:24.450Z Compiling iana-time-zone v0.1.65
22562026-03-11T03:24:24.700Z Compiling hashbrown v0.16.1
22572026-03-11T03:24:24.876Z Compiling getrandom v0.2.17
22582026-03-11T03:24:24.938Z Compiling pin-project-lite v0.2.16
22592026-03-11T03:24:24.963Z Compiling uuid v1.21.0
22602026-03-11T03:24:25.002Z Compiling rustversion v1.0.22
22612026-03-11T03:24:25.044Z Compiling semver v1.0.27
22622026-03-11T03:24:25.062Z Compiling schemars v0.8.22
22632026-03-11T03:24:25.153Z Compiling dyn-clone v1.0.20
22642026-03-11T03:24:25.354Z Compiling portable-atomic v1.13.1
22652026-03-11T03:24:25.522Z Compiling scopeguard v1.2.0
22662026-03-11T03:24:25.672Z Compiling lock_api v0.4.14
22672026-03-11T03:24:25.759Z Compiling ring v0.17.14
22682026-03-11T03:24:25.802Z Compiling socket2 v0.6.2
22692026-03-11T03:24:26.218Z Compiling synstructure v0.13.2
22702026-03-11T03:24:26.316Z Compiling serde_derive_internals v0.29.1
22712026-03-11T03:24:26.638Z Compiling log v0.4.29
22722026-03-11T03:24:26.694Z Compiling critical-section v1.2.0
22732026-03-11T03:24:26.815Z Compiling once_cell v1.21.3
22742026-03-11T03:24:26.851Z Compiling bitflags v2.11.0
22752026-03-11T03:24:26.966Z Compiling signal-hook-registry v1.4.8
22762026-03-11T03:24:27.141Z Compiling mio v1.1.1
22772026-03-11T03:24:27.274Z Compiling indexmap v2.13.0
22782026-03-11T03:24:27.416Z Compiling subtle v2.6.1
22792026-03-11T03:24:27.580Z Compiling futures-core v0.3.32
22802026-03-11T03:24:27.616Z Compiling typenum v1.19.0
22812026-03-11T03:24:27.652Z Compiling httparse v1.10.1
22822026-03-11T03:24:27.974Z Compiling serde_derive v1.0.228
22832026-03-11T03:24:28.057Z Compiling zerofrom-derive v0.1.6
22842026-03-11T03:24:28.060Z Compiling yoke-derive v0.8.1
22852026-03-11T03:24:28.106Z Compiling zerovec-derive v0.11.2
22862026-03-11T03:24:28.123Z Compiling displaydoc v0.2.5
22872026-03-11T03:24:28.140Z Compiling schemars_derive v0.8.22
22882026-03-11T03:24:28.170Z Compiling thiserror-impl v2.0.18
22892026-03-11T03:24:28.461Z Compiling tokio-macros v2.6.0
22902026-03-11T03:24:29.158Z Compiling zerocopy-derive v0.8.39
22912026-03-11T03:24:29.473Z Compiling zeroize_derive v1.4.3
22922026-03-11T03:24:29.517Z Compiling futures-macro v0.3.32
22932026-03-11T03:24:29.742Z Compiling zerofrom v0.1.6
22942026-03-11T03:24:29.802Z Compiling thiserror v1.0.69
22952026-03-11T03:24:29.913Z Compiling yoke v0.8.1
22962026-03-11T03:24:30.164Z Compiling zerovec v0.11.5
22972026-03-11T03:24:30.183Z Compiling zerotrie v0.2.3
22982026-03-11T03:24:30.221Z Compiling futures-sink v0.3.32
22992026-03-11T03:24:30.365Z Compiling thiserror-impl v1.0.69
23002026-03-11T03:24:30.382Z Compiling zeroize v1.8.2
23012026-03-11T03:24:30.635Z Compiling slab v0.4.12
23022026-03-11T03:24:30.719Z Compiling rustix v1.1.3
23032026-03-11T03:24:30.747Z Compiling futures-channel v0.3.32
23042026-03-11T03:24:30.917Z Compiling tinystr v0.8.2
23052026-03-11T03:24:30.985Z Compiling potential_utf v0.1.4
23062026-03-11T03:24:31.094Z Compiling rand_core v0.6.4
23072026-03-11T03:24:31.209Z Compiling icu_locale_core v2.1.1
23082026-03-11T03:24:31.225Z Compiling icu_collections v2.1.1
23092026-03-11T03:24:31.242Z Compiling getrandom v0.3.4
23102026-03-11T03:24:31.415Z Compiling futures-io v0.3.32
23112026-03-11T03:24:31.656Z Compiling futures-task v0.3.32
23122026-03-11T03:24:31.673Z Compiling regex-syntax v0.8.9
23132026-03-11T03:24:31.981Z Compiling futures-util v0.3.32
23142026-03-11T03:24:32.341Z Compiling icu_provider v2.1.1
23152026-03-11T03:24:32.583Z Compiling smallvec v1.15.1
23162026-03-11T03:24:32.599Z Compiling bytes v1.11.1
23172026-03-11T03:24:32.875Z Compiling icu_properties v2.1.2
23182026-03-11T03:24:32.893Z Compiling icu_normalizer v2.1.1
23192026-03-11T03:24:33.748Z Compiling chrono v0.4.43
23202026-03-11T03:24:33.812Z Compiling serde_tokenstream v0.2.3
23212026-03-11T03:24:34.229Z Compiling idna_adapter v1.2.1
23222026-03-11T03:24:34.422Z Compiling idna v1.1.0
23232026-03-11T03:24:34.652Z Compiling ucd-trie v0.1.7
23242026-03-11T03:24:34.963Z Compiling url v2.5.8
23252026-03-11T03:24:34.980Z Compiling parking_lot v0.12.5
23262026-03-11T03:24:35.069Z Compiling pest v2.8.6
23272026-03-11T03:24:35.713Z Compiling tokio v1.49.0
23282026-03-11T03:24:36.332Z Compiling http v1.4.0
23292026-03-11T03:24:36.820Z Compiling tracing-attributes v0.1.31
23302026-03-11T03:24:37.045Z Compiling tracing-core v0.1.36
23312026-03-11T03:24:37.502Z Compiling aho-corasick v1.1.4
23322026-03-11T03:24:38.132Z Compiling pest_meta v2.8.6
23332026-03-11T03:24:38.447Z Compiling regress v0.10.5
23342026-03-11T03:24:38.535Z Compiling tracing v0.1.44
23352026-03-11T03:24:39.056Z Compiling regex-automata v0.4.14
23362026-03-11T03:24:39.566Z Compiling generic-array v0.14.7
23372026-03-11T03:24:40.127Z Compiling pest_generator v2.8.6
23382026-03-11T03:24:41.002Z Compiling anyhow v1.0.102
23392026-03-11T03:24:41.116Z Compiling fnv v1.0.7
23402026-03-11T03:24:41.188Z Compiling pest_derive v2.8.6
23412026-03-11T03:24:41.289Z Compiling rustls-pki-types v1.14.0
23422026-03-11T03:24:41.456Z Compiling regex v1.12.3
23432026-03-11T03:24:42.025Z Compiling byteorder v1.5.0
23442026-03-11T03:24:42.248Z Compiling untrusted v0.9.0
23452026-03-11T03:24:42.378Z Compiling base64 v0.22.1
23462026-03-11T03:24:42.422Z Compiling crypto-common v0.1.7
23472026-03-11T03:24:42.463Z Compiling ppv-lite86 v0.2.21
23482026-03-11T03:24:42.549Z Compiling slog v2.8.2
23492026-03-11T03:24:42.775Z Compiling num-conv v0.2.0
23502026-03-11T03:24:42.866Z Compiling ipnet v2.11.0
23512026-03-11T03:24:42.969Z Compiling time-core v0.1.8
23522026-03-11T03:24:43.035Z Compiling tokio-util v0.7.18
23532026-03-11T03:24:43.174Z Compiling time-macros v0.2.27
23542026-03-11T03:24:43.625Z Compiling erased-serde v0.3.31
23552026-03-11T03:24:44.398Z Compiling cmake v0.1.57
23562026-03-11T03:24:44.570Z Compiling dunce v1.0.5
23572026-03-11T03:24:44.588Z Compiling fs_extra v1.3.0
23582026-03-11T03:24:44.695Z Compiling http-body v1.0.1
23592026-03-11T03:24:44.882Z Compiling ipnetwork v0.21.1
23602026-03-11T03:24:44.928Z Compiling aws-lc-sys v0.37.1
23612026-03-11T03:24:45.362Z Compiling syn v1.0.109
23622026-03-11T03:24:45.818Z Compiling ryu v1.0.23
23632026-03-11T03:24:46.029Z Compiling atomic-waker v1.1.2
23642026-03-11T03:24:46.916Z Compiling scroll_derive v0.13.1
23652026-03-11T03:24:47.752Z Compiling tower-layer v0.3.3
23662026-03-11T03:24:48.029Z Compiling try-lock v0.2.5
23672026-03-11T03:24:48.176Z Compiling tower-service v0.3.3
23682026-03-11T03:24:48.299Z Compiling want v0.3.1
23692026-03-11T03:24:48.662Z Compiling h2 v0.4.13
23702026-03-11T03:24:48.752Z Compiling openapiv3 v2.2.0
23712026-03-11T03:24:50.919Z Compiling aws-lc-rs v1.15.4
23722026-03-11T03:24:51.341Z Compiling pin-utils v0.1.0
23732026-03-11T03:24:51.438Z Compiling crossbeam-utils v0.8.21
23742026-03-11T03:24:51.549Z Compiling httpdate v1.0.3
23752026-03-11T03:24:51.860Z Compiling pretty-hex v0.4.1
23762026-03-11T03:24:52.045Z Compiling paste v1.0.15
23772026-03-11T03:24:52.070Z Compiling hyper v1.8.1
23782026-03-11T03:24:53.467Z Compiling oxnet v0.1.4
23792026-03-11T03:24:53.965Z Compiling hyper-util v0.1.20
23802026-03-11T03:24:54.138Z Compiling block-buffer v0.10.4
23812026-03-11T03:24:54.646Z Compiling typify-impl v0.4.3
23822026-03-11T03:24:55.536Z Compiling untrusted v0.7.1
23832026-03-11T03:24:55.708Z Compiling slog-async v2.8.0
23842026-03-11T03:24:57.235Z Compiling digest v0.10.7
23852026-03-11T03:24:57.408Z Compiling rand_core v0.9.5
23862026-03-11T03:24:57.577Z Compiling serde_urlencoded v0.7.1
23872026-03-11T03:24:57.609Z Compiling http-body-util v0.1.3
23882026-03-11T03:24:57.759Z Compiling async-trait v0.1.89
23892026-03-11T03:24:57.951Z Compiling usdt-impl v0.6.0
23902026-03-11T03:24:57.986Z Compiling unsafe-libyaml v0.2.11
23912026-03-11T03:24:58.304Z Compiling rustls v0.23.36
23922026-03-11T03:24:58.888Z Compiling strsim v0.11.1
23932026-03-11T03:24:58.891Z Compiling serde_yaml v0.9.34+deprecated
23942026-03-11T03:24:59.123Z Compiling scroll v0.13.0
23952026-03-11T03:24:59.297Z Compiling omicron-workspace-hack v0.1.0
23962026-03-11T03:24:59.487Z Compiling plain v0.2.3
23972026-03-11T03:24:59.597Z Compiling camino v1.2.2
23982026-03-11T03:24:59.631Z Compiling goblin v0.10.5
23992026-03-11T03:24:59.702Z Compiling typify-macro v0.4.3
24002026-03-11T03:25:00.052Z Compiling rand_chacha v0.9.0
24012026-03-11T03:25:01.147Z Compiling ident_case v1.0.1
24022026-03-11T03:25:01.313Z Compiling darling_core v0.21.3
24032026-03-11T03:25:01.756Z Compiling rand v0.9.2
24042026-03-11T03:25:02.730Z Compiling dtrace-parser v0.3.0
24052026-03-11T03:25:03.234Z Compiling daft-derive v0.1.5
24062026-03-11T03:25:03.597Z Compiling sync_wrapper v1.0.2
24072026-03-11T03:25:03.712Z Compiling dof v0.4.0
24082026-03-11T03:25:03.744Z Compiling thread-id v5.1.0
24092026-03-11T03:25:03.857Z Compiling cpufeatures v0.2.17
24102026-03-11T03:25:03.958Z Compiling powerfmt v0.2.0
24112026-03-11T03:25:04.312Z Compiling deranged v0.5.6
24122026-03-11T03:25:04.469Z Compiling darling_macro v0.21.3
24132026-03-11T03:25:05.253Z Compiling tower v0.5.3
24142026-03-11T03:25:05.336Z Compiling typify v0.4.3
24152026-03-11T03:25:05.460Z Compiling webpki-roots v1.0.6
24162026-03-11T03:25:05.640Z Compiling iri-string v0.7.10
24172026-03-11T03:25:06.020Z Compiling unicode-width v0.2.2
24182026-03-11T03:25:06.674Z Compiling rustls v0.22.4
24192026-03-11T03:25:06.970Z Compiling num_threads v0.1.7
24202026-03-11T03:25:06.989Z Compiling darling v0.21.3
24212026-03-11T03:25:07.095Z Compiling time v0.3.47
24222026-03-11T03:25:07.163Z Compiling usdt-attr-macro v0.6.0
24232026-03-11T03:25:07.561Z Compiling usdt-macro v0.6.0
24242026-03-11T03:25:08.194Z Compiling tower-http v0.6.8
24252026-03-11T03:25:08.339Z Compiling crossbeam-channel v0.5.15
24262026-03-11T03:25:08.695Z Compiling structmeta-derive v0.3.0
24272026-03-11T03:25:09.038Z Compiling multer v3.1.0
24282026-03-11T03:25:09.308Z Compiling winnow v0.7.14
24292026-03-11T03:25:09.352Z Compiling thread_local v1.1.9
24302026-03-11T03:25:09.541Z Compiling futures-executor v0.3.32
24312026-03-11T03:25:09.711Z Compiling async-stream-impl v0.3.6
24322026-03-11T03:25:09.783Z Compiling strum_macros v0.26.4
24332026-03-11T03:25:10.131Z Compiling dropshot v0.16.7
24342026-03-11T03:25:10.219Z Compiling structmeta v0.3.0
24352026-03-11T03:25:10.439Z Compiling is-terminal v0.4.17
24362026-03-11T03:25:10.483Z Compiling ref-cast v1.0.25
24372026-03-11T03:25:10.538Z Compiling take_mut v0.2.2
24382026-03-11T03:25:10.562Z Compiling term v1.2.1
24392026-03-11T03:25:11.082Z Compiling slog-term v2.9.2
24402026-03-11T03:25:11.838Z Compiling futures v0.3.32
24412026-03-11T03:25:11.948Z Compiling newtype-uuid-macros v0.1.0
24422026-03-11T03:25:12.154Z Compiling dropshot_endpoint v0.16.7
24432026-03-11T03:25:12.502Z Compiling ref-cast-impl v1.0.25
24442026-03-11T03:25:12.531Z Compiling either v1.15.0
24452026-03-11T03:25:12.720Z Compiling fastrand v2.3.0
24462026-03-11T03:25:12.728Z Compiling toml_parser v1.0.9+spec-1.1.0
24472026-03-11T03:25:13.034Z Compiling tempfile v3.25.0
24482026-03-11T03:25:13.130Z Compiling derive-ex v0.1.8
24492026-03-11T03:25:13.309Z Compiling progenitor-impl v0.11.2
24502026-03-11T03:25:13.532Z Compiling strum_macros v0.27.2
24512026-03-11T03:25:13.621Z Compiling toml_datetime v0.7.5+spec-1.1.0
24522026-03-11T03:25:14.162Z Compiling hex v0.4.3
24532026-03-11T03:25:14.577Z Compiling sha1 v0.10.6
24542026-03-11T03:25:15.137Z Compiling rand_chacha v0.3.1
24552026-03-11T03:25:15.404Z Compiling test-strategy v0.4.5
24562026-03-11T03:25:15.997Z Compiling newtype-uuid v1.3.2
24572026-03-11T03:25:16.303Z Compiling match_cfg v0.1.0
24582026-03-11T03:25:16.423Z Compiling progenitor-macro v0.11.2
24592026-03-11T03:25:16.692Z Compiling hostname v0.3.1
24602026-03-11T03:25:16.905Z Compiling daft v0.1.5
24612026-03-11T03:25:17.232Z Compiling rand v0.8.5
24622026-03-11T03:25:18.301Z Compiling slog-json v2.6.1
24632026-03-11T03:25:18.305Z Compiling serde_with_macros v3.16.1
24642026-03-11T03:25:18.305Z Compiling memmap2 v0.9.10
24652026-03-11T03:25:18.513Z Compiling slog-bunyan v2.5.0
24662026-03-11T03:25:18.963Z Compiling rustls-webpki v0.102.8
24672026-03-11T03:25:20.331Z Compiling usdt v0.6.0
24682026-03-11T03:25:21.154Z Compiling serde_spanned v1.0.4
24692026-03-11T03:25:21.360Z Compiling toml_writer v1.0.6+spec-1.1.0
24702026-03-11T03:25:21.397Z Compiling debug-ignore v1.0.5
24712026-03-11T03:25:21.601Z Compiling colored v3.1.1
24722026-03-11T03:25:21.722Z Compiling toml v0.9.12+spec-1.1.0
24732026-03-11T03:25:22.591Z Compiling parse-display-derive v0.10.0
24742026-03-11T03:25:22.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-03-11T03:25:23.321Z Compiling encoding_rs v0.8.35
24762026-03-11T03:25:23.427Z Compiling mime v0.3.17
24772026-03-11T03:25:24.085Z Compiling spin v0.9.8
24782026-03-11T03:25:24.244Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
24792026-03-11T03:25:24.810Z Compiling tokio-rustls v0.25.0
24802026-03-11T03:25:26.509Z Compiling strum v0.26.3
24812026-03-11T03:25:26.572Z Compiling async-stream v0.3.6
24822026-03-11T03:25:26.753Z Compiling tabwriter v1.4.1
24832026-03-11T03:25:26.815Z Compiling waitgroup v0.1.2
24842026-03-11T03:25:27.013Z Compiling rustls-pemfile v2.2.0
24852026-03-11T03:25:27.054Z Compiling macaddr v1.0.1
24862026-03-11T03:25:27.212Z Compiling clap_derive v4.5.55
24872026-03-11T03:25:27.376Z Compiling serde_path_to_error v0.1.20
24882026-03-11T03:25:27.450Z Compiling hostname v0.4.2
24892026-03-11T03:25:27.661Z Compiling wait-timeout v0.2.1
24902026-03-11T03:25:27.986Z Compiling utf8parse v0.2.2
24912026-03-11T03:25:28.120Z Compiling quick-error v1.2.3
24922026-03-11T03:25:28.137Z Compiling bit-vec v0.8.0
24932026-03-11T03:25:28.244Z Compiling rusty-fork v0.3.1
24942026-03-11T03:25:28.263Z Compiling anstyle-parse v0.2.7
24952026-03-11T03:25:28.530Z Compiling bit-set v0.8.0
24962026-03-11T03:25:28.992Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
24972026-03-11T03:25:29.305Z Compiling rand_xorshift v0.4.0
24982026-03-11T03:25:29.328Z Compiling terminal_size v0.4.3
24992026-03-11T03:25:29.561Z Compiling anstyle v1.0.13
25002026-03-11T03:25:29.609Z Compiling anstyle-query v1.1.5
25012026-03-11T03:25:29.680Z Compiling colorchoice v1.0.4
25022026-03-11T03:25:29.748Z Compiling is_terminal_polyfill v1.70.2
25032026-03-11T03:25:29.773Z Compiling unarray v0.1.4
25042026-03-11T03:25:29.871Z Compiling anstream v0.6.21
25052026-03-11T03:25:29.912Z Compiling proptest v1.10.0
25062026-03-11T03:25:30.075Z Compiling strum v0.27.2
25072026-03-11T03:25:30.261Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25082026-03-11T03:25:30.829Z Compiling instant v0.1.13
25092026-03-11T03:25:30.986Z Compiling clap_lex v1.0.0
25102026-03-11T03:25:31.438Z Compiling clap_builder v4.5.59
25112026-03-11T03:25:37.490Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25122026-03-11T03:25:40.045Z Compiling itertools v0.14.0
25132026-03-11T03:25:41.325Z Compiling clap v4.5.59
25142026-03-11T03:25:42.044Z Compiling serde_with v3.16.1
25152026-03-11T03:25:42.224Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25162026-03-11T03:25:44.391Z Compiling rustc-hash v2.1.1
25172026-03-11T03:25:44.574Z Compiling iddqd v0.3.17
25182026-03-11T03:25:45.397Z Compiling backoff v0.4.0
25192026-03-11T03:25:45.673Z Compiling parse-display v0.10.0
25202026-03-11T03:25:46.730Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-03-11T03:25:46.759Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
25222026-03-11T03:25:46.922Z Compiling toml_datetime v0.6.11
25232026-03-11T03:25:47.178Z Compiling proc-macro-error-attr v1.0.4
25242026-03-11T03:25:47.572Z Compiling proc-macro-error v1.0.4
25252026-03-11T03:25:48.411Z Compiling toml_edit v0.23.10+spec-1.0.0
25262026-03-11T03:25:49.138Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25272026-03-11T03:25:49.361Z Compiling proc-macro-crate v3.4.0
25282026-03-11T03:25:50.162Z Compiling heck v0.4.1
25292026-03-11T03:25:50.180Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25302026-03-11T03:25:50.748Z Compiling num_enum_derive v0.7.5
25312026-03-11T03:25:50.808Z Compiling crossbeam-epoch v0.9.18
25322026-03-11T03:25:50.829Z Compiling foreign-types-macros v0.2.3
25332026-03-11T03:25:51.126Z Compiling cfg_aliases v0.2.1
25342026-03-11T03:25:51.222Z Compiling foreign-types-shared v0.3.1
25352026-03-11T03:25:51.349Z Compiling crucible-workspace-hack v0.1.0
25362026-03-11T03:25:51.682Z Compiling foreign-types v0.5.0
25372026-03-11T03:25:51.839Z Compiling rustls-webpki v0.103.9
25382026-03-11T03:25:51.862Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25392026-03-11T03:25:52.166Z Compiling num_enum v0.7.5
25402026-03-11T03:25:52.308Z Compiling zerocopy-derive v0.7.35
25412026-03-11T03:25:52.469Z Compiling cstr-argument v0.1.2
25422026-03-11T03:25:52.675Z Compiling heapless v0.8.0
25432026-03-11T03:25:52.713Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
25442026-03-11T03:25:53.053Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25452026-03-11T03:25:53.071Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25462026-03-11T03:25:53.319Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25472026-03-11T03:25:53.570Z Compiling ingot-macros v0.1.1
25482026-03-11T03:25:53.758Z Compiling hash32 v0.3.1
25492026-03-11T03:25:54.181Z Compiling memoffset v0.9.1
25502026-03-11T03:25:54.417Z Compiling smoltcp v0.11.0
25512026-03-11T03:25:54.490Z Compiling winnow v0.5.40
25522026-03-11T03:25:56.430Z Compiling toml_edit v0.19.15
25532026-03-11T03:25:56.584Z Compiling itertools v0.12.1
25542026-03-11T03:25:56.615Z Compiling cobs v0.3.0
25552026-03-11T03:25:56.968Z Compiling tokio-rustls v0.26.4
25562026-03-11T03:25:57.074Z Compiling managed v0.8.0
25572026-03-11T03:25:57.304Z Compiling ingot-types v0.1.2
25582026-03-11T03:25:57.435Z Compiling bitflags v1.3.2
25592026-03-11T03:25:57.941Z Compiling ingot v0.1.1
25602026-03-11T03:25:58.581Z Compiling proc-macro-crate v1.3.1
25612026-03-11T03:25:59.315Z Compiling hyper-rustls v0.27.7
25622026-03-11T03:25:59.636Z Compiling postcard v1.1.3
25632026-03-11T03:26:00.236Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-11T03:26:00.386Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-03-11T03:26:00.584Z Compiling prettyplease v0.2.37
25662026-03-11T03:26:00.813Z Compiling rayon-core v1.13.0
25672026-03-11T03:26:00.969Z Compiling reqwest v0.12.28
25682026-03-11T03:26:00.972Z Compiling num_enum_derive v0.5.11
25692026-03-11T03:26:01.143Z Compiling zerocopy v0.7.35
25702026-03-11T03:26:01.161Z Compiling crossbeam-deque v0.8.6
25712026-03-11T03:26:01.438Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-11T03:26:01.828Z Compiling scroll_derive v0.12.1
25732026-03-11T03:26:01.942Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-11T03:26:02.345Z Compiling usdt-impl v0.5.0
25752026-03-11T03:26:02.366Z Compiling tinyvec_macros v0.1.1
25762026-03-11T03:26:02.464Z Compiling data-encoding v2.10.0
25772026-03-11T03:26:02.620Z Compiling convert_case v0.4.0
25782026-03-11T03:26:02.785Z Compiling scroll v0.12.0
25792026-03-11T03:26:03.029Z Compiling derive_more v0.99.20
25802026-03-11T03:26:03.504Z Compiling tinyvec v1.10.0
25812026-03-11T03:26:03.615Z Compiling num_enum v0.5.11
25822026-03-11T03:26:03.633Z Compiling dof v0.3.0
25832026-03-11T03:26:04.634Z Compiling nix v0.30.1
25842026-03-11T03:26:04.760Z Compiling zone_cfg_derive v0.3.1
25852026-03-11T03:26:04.815Z Compiling dtrace-parser v0.2.0
25862026-03-11T03:26:05.488Z Compiling camino-tempfile v1.4.1
25872026-03-11T03:26:05.647Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25882026-03-11T03:26:06.001Z Compiling thread-id v4.2.2
25892026-03-11T03:26:06.034Z Compiling pkg-config v0.3.32
25902026-03-11T03:26:06.131Z Compiling static_assertions v1.1.0
25912026-03-11T03:26:06.313Z Compiling zone v0.3.1
25922026-03-11T03:26:06.610Z Compiling rayon v1.11.0
25932026-03-11T03:26:06.958Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25942026-03-11T03:26:06.963Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-11T03:26:07.377Z Compiling goblin v0.8.2
25962026-03-11T03:26:07.508Z Compiling progenitor-client v0.11.2
25972026-03-11T03:26:08.518Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25982026-03-11T03:26:08.941Z Compiling hubpack_derive v0.1.1
25992026-03-11T03:26:08.958Z Compiling smf v0.2.3
26002026-03-11T03:26:09.680Z Compiling num-derive v0.4.2
26012026-03-11T03:26:10.488Z Compiling sigpipe v0.1.3
26022026-03-11T03:26:11.030Z Compiling jiff v0.2.20
26032026-03-11T03:26:11.292Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26042026-03-11T03:26:11.509Z Compiling glob v0.3.3
26052026-03-11T03:26:11.540Z Compiling rustix v0.38.44
26062026-03-11T03:26:12.434Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26072026-03-11T03:26:12.761Z Compiling hubpack v0.1.2
26082026-03-11T03:26:13.389Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26092026-03-11T03:26:13.477Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26102026-03-11T03:26:13.765Z Compiling progenitor v0.11.2
26112026-03-11T03:26:15.995Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26122026-03-11T03:26:17.488Z Compiling secrecy v0.10.3
26132026-03-11T03:26:17.722Z Compiling progenitor-client v0.10.0
26142026-03-11T03:26:18.353Z Compiling num-integer v0.1.46
26152026-03-11T03:26:18.674Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26162026-03-11T03:26:18.691Z Compiling rustc_version v0.4.1
26172026-03-11T03:26:19.907Z Compiling whoami v1.6.1
26182026-03-11T03:26:22.351Z Compiling curve25519-dalek v4.1.3
26192026-03-11T03:26:24.887Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26202026-03-11T03:26:25.206Z Compiling usdt-macro v0.5.0
26212026-03-11T03:26:26.156Z Compiling usdt-attr-macro v0.5.0
26222026-03-11T03:26:27.177Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-11T03:26:27.933Z Compiling hmac v0.12.1
26242026-03-11T03:26:27.970Z Compiling inout v0.1.4
26252026-03-11T03:26:28.470Z Compiling serde_spanned v0.6.9
26262026-03-11T03:26:28.705Z Compiling ff v0.13.1
26272026-03-11T03:26:28.722Z Compiling enum-as-inner v0.6.1
26282026-03-11T03:26:28.937Z Compiling memmap v0.7.0
26292026-03-11T03:26:29.242Z Compiling bstr v1.12.1
26302026-03-11T03:26:29.511Z Compiling lazy_static v1.5.0
26312026-03-11T03:26:29.602Z Compiling toml_write v0.1.2
26322026-03-11T03:26:29.934Z Compiling toml_edit v0.22.27
26332026-03-11T03:26:30.200Z Compiling usdt v0.5.0
26342026-03-11T03:26:30.329Z Compiling group v0.13.0
26352026-03-11T03:26:30.509Z Compiling cipher v0.4.4
26362026-03-11T03:26:30.871Z Compiling hkdf v0.12.4
26372026-03-11T03:26:31.096Z Compiling num-iter v0.1.45
26382026-03-11T03:26:31.141Z Compiling num-rational v0.4.2
26392026-03-11T03:26:32.394Z Compiling thiserror-impl-no-std v2.0.2
26402026-03-11T03:26:32.432Z Compiling universal-hash v0.5.1
26412026-03-11T03:26:32.642Z Compiling crypto-bigint v0.5.5
26422026-03-11T03:26:33.933Z Compiling half v2.7.1
26432026-03-11T03:26:34.779Z Compiling curve25519-dalek-derive v0.1.1
26442026-03-11T03:26:34.868Z Compiling num-complex v0.4.6
26452026-03-11T03:26:35.661Z Compiling opaque-debug v0.3.1
26462026-03-11T03:26:35.725Z Compiling base64ct v1.8.3
26472026-03-11T03:26:35.760Z Compiling ciborium-io v0.2.2
26482026-03-11T03:26:35.896Z Compiling semver v0.1.20
26492026-03-11T03:26:35.916Z Compiling bytecount v0.6.9
26502026-03-11T03:26:36.132Z Compiling base16ct v0.2.0
26512026-03-11T03:26:36.200Z Compiling rustc_version v0.1.7
26522026-03-11T03:26:36.246Z Compiling password-hash v0.5.0
26532026-03-11T03:26:36.454Z Compiling elliptic-curve v0.13.8
26542026-03-11T03:26:36.481Z Compiling num v0.4.3
26552026-03-11T03:26:36.588Z Compiling ciborium-ll v0.2.2
26562026-03-11T03:26:36.942Z Compiling poly1305 v0.8.0
26572026-03-11T03:26:37.776Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26582026-03-11T03:26:39.325Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26592026-03-11T03:26:40.045Z Compiling thiserror-no-std v2.0.2
26602026-03-11T03:26:40.176Z Compiling toml v0.8.23
26612026-03-11T03:26:40.320Z Compiling chacha20 v0.9.1
26622026-03-11T03:26:40.561Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26632026-03-11T03:26:40.672Z Compiling progenitor-impl v0.10.0
26642026-03-11T03:26:41.089Z Compiling blake2 v0.10.6
26652026-03-11T03:26:41.260Z Compiling aead v0.5.2
26662026-03-11T03:26:41.538Z Compiling resolv-conf v0.7.6
26672026-03-11T03:26:41.763Z Compiling indent_write v2.2.0
26682026-03-11T03:26:41.973Z Compiling linked-hash-map v0.5.6
26692026-03-11T03:26:42.037Z Compiling keccak v0.1.6
26702026-03-11T03:26:42.264Z Compiling float-ord v0.3.2
26712026-03-11T03:26:42.342Z Compiling vcpkg v0.2.15
26722026-03-11T03:26:42.425Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26732026-03-11T03:26:43.141Z Compiling openssl-sys v0.9.111
26742026-03-11T03:26:43.141Z Compiling sha3 v0.10.8
26752026-03-11T03:26:43.316Z Compiling lru-cache v0.1.2
26762026-03-11T03:26:43.511Z Compiling chacha20poly1305 v0.10.1
26772026-03-11T03:26:43.665Z Compiling argon2 v0.5.3
26782026-03-11T03:26:43.711Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
26792026-03-11T03:26:43.747Z Compiling progenitor-macro v0.10.0
26802026-03-11T03:26:43.995Z Compiling vsss-rs v3.3.4
26812026-03-11T03:26:45.816Z Compiling ciborium v0.2.2
26822026-03-11T03:26:45.840Z Compiling newtype_derive v0.1.6
26832026-03-11T03:26:46.172Z Compiling similar v2.7.0
26842026-03-11T03:26:46.259Z Compiling hickory-proto v0.24.4
26852026-03-11T03:26:47.065Z Compiling atomicwrites v0.4.4
26862026-03-11T03:26:49.309Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26872026-03-11T03:26:49.844Z Compiling serde-big-array v0.5.1
26882026-03-11T03:26:49.948Z Compiling serde_repr v0.1.20
26892026-03-11T03:26:50.071Z Compiling derive-where v1.6.0
26902026-03-11T03:26:50.437Z Compiling owo-colors v4.2.3
26912026-03-11T03:26:50.715Z Compiling minimal-lexical v0.2.1
26922026-03-11T03:26:50.760Z Compiling unicode-segmentation v1.12.0
26932026-03-11T03:26:50.910Z Compiling siphasher v1.0.2
26942026-03-11T03:26:51.051Z Compiling nom v7.1.3
26952026-03-11T03:26:51.202Z Compiling phf_shared v0.12.1
26962026-03-11T03:26:51.519Z Compiling newline-converter v0.3.0
26972026-03-11T03:26:51.640Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26982026-03-11T03:26:51.699Z Compiling progenitor v0.10.0
26992026-03-11T03:26:51.856Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
27002026-03-11T03:26:51.883Z Compiling hickory-resolver v0.24.4
27012026-03-11T03:26:54.177Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27022026-03-11T03:26:56.471Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27032026-03-11T03:26:56.822Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27042026-03-11T03:26:57.322Z Compiling console v0.15.11
27052026-03-11T03:26:58.145Z Compiling tokio-stream v0.1.18
27062026-03-11T03:26:58.685Z Compiling pin-project-internal v1.1.10
27072026-03-11T03:26:58.895Z Compiling slog-dtrace v0.3.0
27082026-03-11T03:26:59.022Z Compiling csv-core v0.1.13
27092026-03-11T03:26:59.238Z Compiling unicode-width v0.1.14
27102026-03-11T03:26:59.568Z Compiling cancel-safe-futures v0.1.5
27112026-03-11T03:26:59.657Z Compiling swrite v0.1.0
27122026-03-11T03:26:59.805Z Compiling foldhash v0.1.5
27132026-03-11T03:26:59.912Z Compiling chrono-tz v0.10.4
27142026-03-11T03:27:00.112Z Compiling unicode-xid v0.2.6
27152026-03-11T03:27:00.247Z Compiling pin-project v1.1.10
27162026-03-11T03:27:00.269Z Compiling hashbrown v0.15.5
27172026-03-11T03:27:00.286Z Compiling const_format_proc_macros v0.2.34
27182026-03-11T03:27:00.351Z Compiling csv v1.4.0
27192026-03-11T03:27:00.450Z Compiling qorb v0.4.1
27202026-03-11T03:27:01.146Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27212026-03-11T03:27:01.386Z Compiling expectorate v1.2.0
27222026-03-11T03:27:01.600Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27232026-03-11T03:27:01.778Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27242026-03-11T03:27:05.167Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27252026-03-11T03:27:06.670Z Compiling phf v0.12.1
27262026-03-11T03:27:06.923Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27272026-03-11T03:27:06.980Z Compiling tokio-dtrace v0.1.1
27282026-03-11T03:27:07.128Z Compiling unicode-normalization v0.1.25
27292026-03-11T03:27:07.315Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27302026-03-11T03:27:07.463Z Compiling num-derive v0.3.3
27312026-03-11T03:27:07.922Z Compiling libsw-core v0.3.2
27322026-03-11T03:27:08.119Z Compiling snafu-derive v0.8.9
27332026-03-11T03:27:08.179Z Compiling async-recursion v1.1.1
27342026-03-11T03:27:08.790Z Compiling cookie v0.18.1
27352026-03-11T03:27:09.158Z Compiling foreign-types-shared v0.1.1
27362026-03-11T03:27:09.183Z Compiling smawk v0.3.2
27372026-03-11T03:27:09.295Z Compiling unicode-linebreak v0.1.5
27382026-03-11T03:27:09.396Z Compiling fixedbitset v0.5.7
27392026-03-11T03:27:09.421Z Compiling openssl v0.10.75
27402026-03-11T03:27:09.692Z Compiling same-file v1.0.6
27412026-03-11T03:27:09.896Z Compiling fixedbitset v0.4.2
27422026-03-11T03:27:09.935Z Compiling highway v1.3.0
27432026-03-11T03:27:10.092Z Compiling petgraph v0.6.5
27442026-03-11T03:27:10.326Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27452026-03-11T03:27:10.506Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27462026-03-11T03:27:10.691Z Compiling snafu v0.8.9
27472026-03-11T03:27:10.873Z Compiling walkdir v2.5.0
27482026-03-11T03:27:11.468Z Compiling petgraph v0.8.3
27492026-03-11T03:27:11.635Z Compiling textwrap v0.16.2
27502026-03-11T03:27:11.821Z Compiling foreign-types v0.3.2
27512026-03-11T03:27:12.183Z Compiling libscf-sys v1.1.0
27522026-03-11T03:27:12.203Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27532026-03-11T03:27:12.524Z Compiling libsw v3.5.0
27542026-03-11T03:27:12.540Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27552026-03-11T03:27:12.652Z Compiling olpc-cjson v0.1.4
27562026-03-11T03:27:12.768Z Compiling oxide-tokio-rt v0.1.2
27572026-03-11T03:27:13.244Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27582026-03-11T03:27:13.479Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27592026-03-11T03:27:13.607Z Compiling const_format v0.2.35
27602026-03-11T03:27:14.309Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27612026-03-11T03:27:16.255Z Compiling papergrid v0.11.0
27622026-03-11T03:27:17.347Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27632026-03-11T03:27:17.676Z Compiling globset v0.4.18
27642026-03-11T03:27:18.202Z Compiling gethostname v0.5.0
27652026-03-11T03:27:18.391Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-03-11T03:27:18.682Z Compiling tabled_derive v0.7.0
27672026-03-11T03:27:19.678Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27682026-03-11T03:27:20.028Z Compiling pem v3.0.6
27692026-03-11T03:27:20.901Z Compiling bcs v0.1.6
27702026-03-11T03:27:21.107Z Compiling serde_plain v1.0.2
27712026-03-11T03:27:21.449Z Compiling openssl-macros v0.1.1
27722026-03-11T03:27:21.507Z Compiling linear-map v1.2.0
27732026-03-11T03:27:21.614Z Compiling typed-path v0.9.3
27742026-03-11T03:27:21.808Z Compiling termtree v0.5.1
27752026-03-11T03:27:22.049Z Compiling tagptr v0.2.0
27762026-03-11T03:27:22.277Z Compiling moka v0.12.13
27772026-03-11T03:27:23.172Z Compiling tough v0.20.0
27782026-03-11T03:27:24.020Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27792026-03-11T03:27:24.300Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27802026-03-11T03:27:25.493Z Compiling tabled v0.15.0
27812026-03-11T03:27:27.239Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27822026-03-11T03:27:28.195Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27832026-03-11T03:27:28.508Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27842026-03-11T03:27:28.796Z Compiling steno v0.4.1
27852026-03-11T03:27:32.213Z Compiling hickory-proto v0.25.2
27862026-03-11T03:27:32.784Z Compiling humantime v2.3.0
27872026-03-11T03:27:33.391Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27882026-03-11T03:27:36.119Z Compiling hickory-resolver v0.25.2
27892026-03-11T03:27:39.678Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
27902026-03-11T03:27:39.870Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27912026-03-11T03:27:40.290Z Compiling typify-impl v0.6.1
27922026-03-11T03:27:40.765Z Compiling parking_lot_core v0.8.6
27932026-03-11T03:27:41.198Z Compiling openssl-probe v0.2.1
27942026-03-11T03:27:41.540Z Compiling crc32fast v1.5.0
27952026-03-11T03:27:42.048Z Compiling rustls-native-certs v0.8.3
27962026-03-11T03:27:43.216Z Compiling crunchy v0.2.4
27972026-03-11T03:27:43.607Z Compiling parking_lot v0.11.2
27982026-03-11T03:27:43.653Z Compiling rustls-platform-verifier v0.6.2
27992026-03-11T03:27:44.598Z Compiling fxhash v0.2.1
28002026-03-11T03:27:44.741Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28012026-03-11T03:27:44.798Z Compiling socket2 v0.5.10
28022026-03-11T03:27:44.801Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28032026-03-11T03:27:45.023Z Compiling tiny-keccak v2.0.2
28042026-03-11T03:27:45.131Z Compiling sled v0.34.7
28052026-03-11T03:27:45.152Z Compiling reqwest v0.13.2
28062026-03-11T03:27:45.339Z Compiling typify-macro v0.6.1
28072026-03-11T03:27:46.861Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
28082026-03-11T03:27:47.520Z Compiling typify v0.6.1
28092026-03-11T03:27:47.656Z Compiling progenitor-impl v0.13.0
28102026-03-11T03:27:48.541Z Compiling proc-macro-error-attr2 v2.0.0
28112026-03-11T03:27:49.152Z Compiling internet-checksum v0.2.1
28122026-03-11T03:27:49.342Z Compiling proc-macro-error2 v2.0.1
28132026-03-11T03:27:49.479Z Compiling progenitor-client v0.13.0
28142026-03-11T03:27:49.730Z Compiling const-random-macro v0.1.16
28152026-03-11T03:27:50.131Z Compiling nix v0.31.1
28162026-03-11T03:27:50.285Z Compiling arc-swap v1.8.2
28172026-03-11T03:27:50.712Z Compiling ahash v0.8.12
28182026-03-11T03:27:50.744Z Compiling smartstring v1.0.1
28192026-03-11T03:27:50.762Z Compiling progenitor-macro v0.13.0
28202026-03-11T03:27:51.166Z Compiling slog-scope v4.4.1
28212026-03-11T03:27:51.499Z Compiling const-random v0.1.18
28222026-03-11T03:27:51.613Z Compiling tabled_derive v0.11.0
28232026-03-11T03:27:51.673Z Compiling papergrid v0.17.0
28242026-03-11T03:27:53.162Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
28252026-03-11T03:27:55.057Z Compiling testing_table v0.3.0
28262026-03-11T03:27:55.566Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
28272026-03-11T03:27:55.966Z Compiling tabled v0.20.0
28282026-03-11T03:27:56.978Z Compiling progenitor v0.13.0
28292026-03-11T03:27:57.158Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
28302026-03-11T03:27:58.943Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
28312026-03-11T03:28:02.936Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
28322026-03-11T03:28:04.097Z Compiling slog-stdlog v4.1.1
28332026-03-11T03:28:04.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28342026-03-11T03:28:05.566Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28352026-03-11T03:28:05.957Z Compiling dropshot-api-manager-types v0.3.0
28362026-03-11T03:28:06.059Z Compiling thin-vec v0.2.14
28372026-03-11T03:28:06.512Z Compiling rhai_codegen v3.1.0
28382026-03-11T03:28:08.252Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
28392026-03-11T03:28:09.152Z Compiling rhai v1.24.0
28402026-03-11T03:28:09.512Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
28412026-03-11T03:28:09.844Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
28422026-03-11T03:28:10.163Z Compiling slog-envlogger v2.2.0
28432026-03-11T03:28:11.646Z Compiling crc8 v0.1.1
28442026-03-11T03:28:11.888Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
28452026-03-11T03:28:12.691Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
28462026-03-11T03:28:14.841Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28472026-03-11T03:28:15.881Z Compiling lzma-sys v0.1.20
28482026-03-11T03:28:16.466Z Compiling typeid v1.0.3
28492026-03-11T03:28:16.907Z Compiling utf-8 v0.7.6
28502026-03-11T03:28:17.206Z Compiling tungstenite v0.21.0
28512026-03-11T03:28:17.512Z Compiling cargo_toml v0.22.3
28522026-03-11T03:28:19.911Z Compiling sha2 v0.10.9
28532026-03-11T03:28:20.013Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
28542026-03-11T03:28:20.897Z Compiling fs-err v3.3.0
28552026-03-11T03:28:21.391Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
28562026-03-11T03:28:21.427Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
28572026-03-11T03:28:21.631Z Compiling tokio-tungstenite v0.21.0
28582026-03-11T03:28:22.476Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
28592026-03-11T03:28:22.650Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
28602026-03-11T03:28:26.968Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28612026-03-11T03:28:27.162Z Compiling console v0.16.2
28622026-03-11T03:28:27.355Z Compiling is_ci v1.2.0
28632026-03-11T03:28:27.639Z Compiling base64 v0.21.7
28642026-03-11T03:28:27.985Z Compiling unit-prefix v0.5.2
28652026-03-11T03:28:28.211Z Compiling indicatif v0.18.4
28662026-03-11T03:28:28.414Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
28672026-03-11T03:28:28.763Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28682026-03-11T03:28:29.758Z Compiling supports-color v3.0.2
28692026-03-11T03:28:30.120Z Compiling ron v0.12.0
28702026-03-11T03:28:30.699Z Compiling xz2 v0.1.7
28712026-03-11T03:28:31.715Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
28722026-03-11T03:28:31.793Z Compiling drift v0.1.3
28732026-03-11T03:28:32.970Z Compiling base16ct v1.0.0
28742026-03-11T03:28:33.649Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
28752026-03-11T03:28:35.254Z Compiling dropshot-api-manager v0.3.0
28762026-03-11T03:28:36.459Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
28772026-03-11T03:28:37.990Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
28782026-03-11T03:28:46.460Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
28792026-03-11T03:28:57.907Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
28802026-03-11T03:28:59.666Z Compiling natord v1.0.9
28812026-03-11T03:29:00.005Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28822026-03-11T03:29:00.042Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
28832026-03-11T03:29:00.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
28842026-03-11T03:29:11.516Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
28852026-03-11T03:29:11.813Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
28862026-03-11T03:29:13.160Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
28872026-03-11T03:29:16.200Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
28882026-03-11T03:29:16.274Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
28892026-03-11T03:29:16.456Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
28902026-03-11T03:29:17.685Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
28912026-03-11T03:29:50.797Z Finished `release` profile [optimized] target(s) in 5m 31s
28922026-03-11T03:29:50.991Z
28932026-03-11T03:29:50.995Zreal 5:31.717371930
28942026-03-11T03:29:50.995Zuser 38:39.766592526
28952026-03-11T03:29:50.995Zsys 3:17.807215869
28962026-03-11T03:29:50.995Ztrap 1.008997816
28972026-03-11T03:29:50.995Ztflt 1.864215513
28982026-03-11T03:29:50.995Zdflt 1.451590491
28992026-03-11T03:29:50.995Zkflt 0.000229257
29002026-03-11T03:29:50.995Zlock 2:01:02.904330800
29012026-03-11T03:29:50.995Zslp 2:25:10.409860336
29022026-03-11T03:29:50.995Zlat 2:57.687460206
29032026-03-11T03:29:50.995Zstop 4:46.995765017
29042026-03-11T03:29:50.995Z+ for x in debug release
29052026-03-11T03:29:50.995Z+ mkdir -p /work/debug
29062026-03-11T03:29:50.998Z+ cp target/debug/ddmd /work/debug/ddmd
29072026-03-11T03:29:51.512Z+ cp target/debug/ddmadm /work/debug/ddmadm
29082026-03-11T03:29:51.887Z+ cp target/debug/mgd /work/debug/mgd
29092026-03-11T03:29:52.541Z+ cp target/debug/mgadm /work/debug/mgadm
29102026-03-11T03:29:53.073Z+ for x in debug release
29112026-03-11T03:29:53.073Z+ mkdir -p /work/release
29122026-03-11T03:29:53.076Z+ cp target/release/ddmd /work/release/ddmd
29132026-03-11T03:29:53.171Z+ cp target/release/ddmadm /work/release/ddmadm
29142026-03-11T03:29:53.236Z+ cp target/release/mgd /work/release/mgd
29152026-03-11T03:29:53.367Z+ cp target/release/mgadm /work/release/mgadm
29162026-03-11T03:29:53.488Z+ cp target/release/falcon-lab /work/release/falcon-lab
29172026-03-11T03:29:53.558Zprocess exited: duration 920543 ms, exit code 0
 
29182026-03-11T03:29:53.575Zfound 9 output files
29192026-03-11T03:29:53.575Zuploading: /work/debug/ddmadm (522531808 bytes)
29202026-03-11T03:30:02.843Zuploaded: /work/debug/ddmadm
29212026-03-11T03:30:02.843Zuploading: /work/debug/ddmd (570840960 bytes)
29222026-03-11T03:30:14.656Zuploaded: /work/debug/ddmd
29232026-03-11T03:30:14.656Zuploading: /work/debug/mgadm (610200808 bytes)
29242026-03-11T03:30:25.337Zuploaded: /work/debug/mgadm
29252026-03-11T03:30:25.337Zuploading: /work/debug/mgd (678711952 bytes)
29262026-03-11T03:30:36.017Zuploaded: /work/debug/mgd
29272026-03-11T03:30:36.018Zuploading: /work/release/ddmadm (33536728 bytes)
29282026-03-11T03:30:37.450Zuploaded: /work/release/ddmadm
29292026-03-11T03:30:37.461Zuploading: /work/release/ddmd (48722848 bytes)
29302026-03-11T03:30:38.954Zuploaded: /work/release/ddmd
29312026-03-11T03:30:38.954Zuploading: /work/release/falcon-lab (35210296 bytes)
29322026-03-11T03:30:40.321Zuploaded: /work/release/falcon-lab
29332026-03-11T03:30:40.322Zuploading: /work/release/mgadm (58229112 bytes)
29342026-03-11T03:30:41.922Zuploaded: /work/release/mgadm
29352026-03-11T03:30:41.922Zuploading: /work/release/mgd (70166632 bytes)
29362026-03-11T03:30:43.651Zuploaded: /work/release/mgd