01KTWA5R9T66XCAF9K5SWFCQJ5: 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: 01KTWA668XGN4FPE17YMPFK8Q6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:25.227Zjob assigned to worker 01KTWA6C92QXT5BPHBB6ZVRN3J [factory aws, i-0e9002414d65b99c4] (queued for 48 s)
 
22026-06-11T21:43:32.473Zstarting task 0: "setup"
32026-06-11T21:43:32.477Z++ uname -s
42026-06-11T21:43:32.481Z+ kern=SunOS
52026-06-11T21:43:32.481Z+ build_user=build
62026-06-11T21:43:32.481Z+ build_uid=12345
72026-06-11T21:43:32.481Z+ work_dir=/work
82026-06-11T21:43:32.481Z+ input_dir=/input
92026-06-11T21:43:32.481Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:32.481Z+ case "$kern" in
112026-06-11T21:43:32.481Z+ groupadd -g 12345 build
122026-06-11T21:43:32.484Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:34.488Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:34.616Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:34.619Z+ home_fs=zfs
162026-06-11T21:43:34.619Z+ [[ zfs == autofs ]]
172026-06-11T21:43:34.619Z+ mkdir -p /home/build
182026-06-11T21:43:34.619Z+ chown build:build /home/build /work
192026-06-11T21:43:36.621Z+ chmod 0700 /home/build /work
202026-06-11T21:43:36.624Zprocess exited: duration 4151 ms, exit code 0
 
212026-06-11T21:43:36.629Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:36.634Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:36.634Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T21:43:36.634Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-11T21:43:36.634Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T21:43:36.634Z * rust toolchain channel = "stable"
272026-06-11T21:43:36.634Z * rust toolchain profile = "default"
282026-06-11T21:43:36.637Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:36.637Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:36.720Zinfo: downloading installer
312026-06-11T21:43:38.378Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:38.378Zwarn: /opt/ooce/bin
332026-06-11T21:43:38.378Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:38.378Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:38.378Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:38.378Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:38.378Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:38.378Zerror: cannot install while Rust is installed
392026-06-11T21:43:38.378Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:38.378Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:38.378Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:38.378Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:38.378Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:38.392Zinfo: profile set to default
452026-06-11T21:43:38.392Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:38.395Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:38.546Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:38.549Zinfo: downloading 6 components
492026-06-11T21:43:55.282Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:43:55.282Z
512026-06-11T21:43:55.308Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:43:55.308Z
532026-06-11T21:43:55.308Z
542026-06-11T21:43:55.308ZRust is installed now. Great!
552026-06-11T21:43:55.308Z
562026-06-11T21:43:55.308ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:43:55.309Zenvironment variable. This has not been done automatically.
582026-06-11T21:43:55.309Z
592026-06-11T21:43:55.309ZTo configure your current shell, you need to source
602026-06-11T21:43:55.309Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:43:55.309Z
622026-06-11T21:43:55.309ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:43:55.309Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:43:55.309Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:43:55.309Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:43:55.309Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:43:55.309Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:43:55.309Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:43:55.312Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:43:55.312Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:43:55.407Z+ rustup --version
722026-06-11T21:43:55.416Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:43:55.419Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:43:55.439Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:43:55.442Z+ cargo --version
762026-06-11T21:43:55.455Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:43:55.459Z+ rustc --version
782026-06-11T21:43:55.476Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:43:55.479Zprocess exited: duration 18845 ms, exit code 0
 
802026-06-11T21:43:55.485Zstarting task 2: "authentication"
812026-06-11T21:43:55.501Zprocess exited: duration 16 ms, exit code 0
 
822026-06-11T21:43:55.506Zstarting task 3: "clone repository"
832026-06-11T21:43:55.509Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:43:55.512Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:43:55.542ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:43:56.796Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:43:56.796Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:43:57.070ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:43:57.070Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:43:57.077Z+ [[ -n trey/just-build ]]
912026-06-11T21:43:57.080Z++ git branch --show-current
922026-06-11T21:43:57.080Z+ current=main
932026-06-11T21:43:57.080Z+ [[ main != trey/just-build ]]
942026-06-11T21:43:57.080Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:43:57.083Z+ git checkout -f trey/just-build
962026-06-11T21:43:57.101ZSwitched to branch 'trey/just-build'
972026-06-11T21:43:57.103Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:43:57.118ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:43:57.121Zprocess exited: duration 1612 ms, exit code 0
 
1002026-06-11T21:43:57.127Zstarting task 4: "build"
1012026-06-11T21:43:57.130Z+ pfexec pkg install clang-15
1022026-06-11T21:44:05.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-11T21:44:13.435Z Startup: Caching catalogs ... Done
1042026-06-11T21:44:20.764ZPlanning: Solver setup ... Done
1052026-06-11T21:44:20.805ZPlanning: Running solver ... Done
1062026-06-11T21:44:20.945ZPlanning: Finding local manifests ... Done
1072026-06-11T21:44:20.957ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-11T21:44:21.038ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-11T21:44:21.068ZPlanning: Package planning ... Done
1102026-06-11T21:44:21.094ZPlanning: Merging actions ... Done
1112026-06-11T21:44:21.201ZPlanning: Checking for conflicting actions ... Done
1122026-06-11T21:44:21.207ZPlanning: Consolidating action changes ... Done
1132026-06-11T21:44:21.988ZPlanning: Evaluating mediators ... Done
1142026-06-11T21:44:21.993ZPlanning: Planning completed in 8.39 seconds
1152026-06-11T21:44:22.005Z Packages to install: 2
1162026-06-11T21:44:22.008Z Mediators to change: 2
1172026-06-11T21:44:22.008Z Services to change: 1
1182026-06-11T21:44:22.008Z Create boot environment: No
1192026-06-11T21:44:22.008ZCreate backup boot environment: No
1202026-06-11T21:44:22.046Z
1212026-06-11T21:44:22.046ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-11T21:44:27.047ZDownload: 1584/3076 items 117.0/211.3MB 55% complete (23.9M/s)
1232026-06-11T21:44:40.945ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1242026-06-11T21:44:45.946ZDownload: 2883/3076 items 126.2/211.3MB 59% complete (1.5M/s)
1252026-06-11T21:44:53.422ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (13.6M/s)
1262026-06-11T21:44:55.212ZDownload: Completed 211.31 MB in 33.16 seconds (6.4M/s)
1272026-06-11T21:44:55.346Z Actions: 1/3418 actions (Installing new actions)
1282026-06-11T21:44:58.497Z Actions: Completed 3418 actions in 3.15 seconds.
1292026-06-11T21:44:59.140Z Done
1302026-06-11T21:44:59.140Z Done
1312026-06-11T21:44:59.886Z Done
1322026-06-11T21:45:03.298Z Done
1332026-06-11T21:45:03.370Z Done
1342026-06-11T21:45:03.373Z Done
1352026-06-11T21:45:03.631Z Done
1362026-06-11T21:45:04.316Z+ cargo --version
1372026-06-11T21:45:04.323Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1382026-06-11T21:45:04.472Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1392026-06-11T21:45:04.476Zinfo: downloading 6 components
1402026-06-11T21:45:20.296Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1412026-06-11T21:45:20.300Z+ rustc --version
1422026-06-11T21:45:20.326Zrustc 1.95.0 (59807616e 2026-04-14)
1432026-06-11T21:45:20.329Z+ banner check
1442026-06-11T21:45:20.332Z
1452026-06-11T21:45:20.332Z #### # # ###### #### # #
1462026-06-11T21:45:20.332Z # # # # # # # # #
1472026-06-11T21:45:20.332Z # ###### ##### # ####
1482026-06-11T21:45:20.332Z # # # # # # #
1492026-06-11T21:45:20.332Z # # # # # # # # #
1502026-06-11T21:45:20.332Z #### # # ###### #### # #
1512026-06-11T21:45:20.332Z
1522026-06-11T21:45:20.336Z+ cargo fmt -- --check
1532026-06-11T21:45:20.717Z+ cargo clippy --all-targets -- --deny warnings
1542026-06-11T21:45:20.832Z Updating git repository `https://github.com/oxidecomputer/falcon`
1552026-06-11T21:45:21.858ZFrom https://github.com/oxidecomputer/falcon
1562026-06-11T21:45:21.858Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1572026-06-11T21:45:21.935Z Updating crates.io index
1582026-06-11T21:45:21.938Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1592026-06-11T21:45:22.866ZFrom https://github.com/oxidecomputer/dendrite
1602026-06-11T21:45:22.866Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1612026-06-11T21:45:22.935Z Updating git repository `https://github.com/oxidecomputer/ispf`
1622026-06-11T21:45:23.290ZFrom https://github.com/oxidecomputer/ispf
1632026-06-11T21:45:23.290Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1642026-06-11T21:45:23.530Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1652026-06-11T21:45:24.023ZFrom https://github.com/oxidecomputer/netadm-sys
1662026-06-11T21:45:24.024Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1672026-06-11T21:45:24.031Z Updating git repository `https://github.com/oxidecomputer/omicron`
1682026-06-11T21:45:32.447ZFrom https://github.com/oxidecomputer/omicron
1692026-06-11T21:45:32.447Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1702026-06-11T21:45:32.868Z Updating git repository `https://github.com/oxidecomputer/opte`
1712026-06-11T21:45:33.670ZFrom https://github.com/oxidecomputer/opte
1722026-06-11T21:45:33.670Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1732026-06-11T21:45:33.697Z Updating git repository `https://github.com/illumos/smf-rs`
1742026-06-11T21:45:34.008ZFrom https://github.com/illumos/smf-rs
1752026-06-11T21:45:34.008Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1762026-06-11T21:45:34.461Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1772026-06-11T21:45:34.818ZFrom https://github.com/oxidecomputer/network-interface
1782026-06-11T21:45:34.819Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1792026-06-11T21:45:34.990Z Updating git repository `https://github.com/oxidecomputer/zone`
1802026-06-11T21:45:35.304ZFrom https://github.com/oxidecomputer/zone
1812026-06-11T21:45:35.304Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1822026-06-11T21:45:35.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
1832026-06-11T21:45:35.973ZFrom https://github.com/oxidecomputer/propolis
1842026-06-11T21:45:35.973Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1852026-06-11T21:45:36.112Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1862026-06-11T21:45:36.706ZFrom https://github.com/oxidecomputer/transceiver-control
1872026-06-11T21:45:36.706Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1882026-06-11T21:45:36.899Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1892026-06-11T21:45:37.210ZFrom https://github.com/oxidecomputer/dlpi-sys
1902026-06-11T21:45:37.211Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1912026-06-11T21:45:37.225Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1922026-06-11T21:45:37.577ZFrom https://github.com/jmesmon/rust-libzfs
1932026-06-11T21:45:37.577Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1942026-06-11T21:45:37.584Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1952026-06-11T21:45:37.889ZFrom https://github.com/oxidecomputer/rusty-doors
1962026-06-11T21:45:37.889Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1972026-06-11T21:45:37.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
1982026-06-11T21:45:38.270ZFrom https://github.com/oxidecomputer/lldp
1992026-06-11T21:45:38.270Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2002026-06-11T21:45:38.370Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2012026-06-11T21:45:38.661ZFrom https://github.com/oxidecomputer/slog-error-chain
2022026-06-11T21:45:38.661Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2032026-06-11T21:45:38.760Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2042026-06-11T21:45:39.078ZFrom https://github.com/oxidecomputer/tufaceous
2052026-06-11T21:45:39.078Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2062026-06-11T21:45:39.111Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2072026-06-11T21:45:39.606ZFrom https://github.com/oxidecomputer/management-gateway-service
2082026-06-11T21:45:39.606Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2092026-06-11T21:45:39.916Z Updating git repository `https://github.com/oxidecomputer/crucible`
2102026-06-11T21:45:40.775ZFrom https://github.com/oxidecomputer/crucible
2112026-06-11T21:45:40.775Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2122026-06-11T21:45:41.784Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2132026-06-11T21:45:42.063ZFrom https://github.com/oxidecomputer/serde_human_bytes
2142026-06-11T21:45:42.064Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2152026-06-11T21:45:42.337Z Updating git repository `https://github.com/oxidecomputer/propolis`
2162026-06-11T21:45:42.767ZFrom https://github.com/oxidecomputer/propolis
2172026-06-11T21:45:42.767Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2182026-06-11T21:45:43.132Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-11T21:45:43.762ZFrom https://github.com/oxidecomputer/crucible
2202026-06-11T21:45:43.762Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2212026-06-11T21:45:44.137Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-06-11T21:45:44.497ZFrom https://github.com/oxidecomputer/tofino
2232026-06-11T21:45:44.497Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2242026-06-11T21:45:44.510Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-06-11T21:45:45.465ZFrom https://github.com/oxidecomputer/maghemite
2262026-06-11T21:45:45.465Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2272026-06-11T21:45:45.509Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-06-11T21:45:45.989ZFrom https://github.com/oxidecomputer/clickward
2292026-06-11T21:45:45.989Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2302026-06-11T21:45:46.034Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-06-11T21:45:46.530ZFrom https://github.com/oxidecomputer/illumos-devinfo
2322026-06-11T21:45:46.530Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2332026-06-11T21:45:48.227Z Downloading crates ...
2342026-06-11T21:45:48.302Z Downloaded async-recursion v1.1.1
2352026-06-11T21:45:48.308Z Downloaded aead v0.5.2
2362026-06-11T21:45:48.311Z Downloaded anyhow v1.0.102
2372026-06-11T21:45:48.315Z Downloaded adler2 v2.0.1
2382026-06-11T21:45:48.319Z Downloaded anstream v1.0.0
2392026-06-11T21:45:48.322Z Downloaded argon2 v0.5.3
2402026-06-11T21:45:48.327Z Downloaded crossbeam-epoch v0.9.18
2412026-06-11T21:45:48.332Z Downloaded arc-swap v1.9.1
2422026-06-11T21:45:48.335Z Downloaded anstyle-parse v1.0.0
2432026-06-11T21:45:48.338Z Downloaded async-compression v0.4.42
2442026-06-11T21:45:48.341Z Downloaded debug-ignore v1.0.5
2452026-06-11T21:45:48.343Z Downloaded futures-sink v0.3.32
2462026-06-11T21:45:48.346Z Downloaded foreign-types-shared v0.1.1
2472026-06-11T21:45:48.349Z Downloaded derive-ex v0.1.8
2482026-06-11T21:45:48.352Z Downloaded data-encoding v2.11.0
2492026-06-11T21:45:48.355Z Downloaded ciborium-ll v0.2.2
2502026-06-11T21:45:48.355Z Downloaded defmt v1.1.0
2512026-06-11T21:45:48.358Z Downloaded embedded-io v0.6.1
2522026-06-11T21:45:48.363Z Downloaded fxhash v0.2.1
2532026-06-11T21:45:48.366Z Downloaded fixedbitset v0.4.2
2542026-06-11T21:45:48.366Z Downloaded dyn-clone v1.0.20
2552026-06-11T21:45:48.369Z Downloaded gethostname v0.5.0
2562026-06-11T21:45:48.369Z Downloaded async-stream v0.3.6
2572026-06-11T21:45:48.372Z Downloaded futures-executor v0.3.32
2582026-06-11T21:45:48.375Z Downloaded futures-io v0.3.32
2592026-06-11T21:45:48.377Z Downloaded hostname v0.4.2
2602026-06-11T21:45:48.380Z Downloaded foldhash v0.1.5
2612026-06-11T21:45:48.380Z Downloaded defmt-macros v1.1.0
2622026-06-11T21:45:48.384Z Downloaded crc8 v0.1.1
2632026-06-11T21:45:48.388Z Downloaded convert_case v0.4.0
2642026-06-11T21:45:48.393Z Downloaded camino-tempfile v1.4.1
2652026-06-11T21:45:48.393Z Downloaded futures-macro v0.3.32
2662026-06-11T21:45:48.398Z Downloaded crunchy v0.2.4
2672026-06-11T21:45:48.398Z Downloaded hex v0.4.3
2682026-06-11T21:45:48.398Z Downloaded ciborium-io v0.2.2
2692026-06-11T21:45:48.401Z Downloaded base16ct v0.2.0
2702026-06-11T21:45:48.401Z Downloaded generic-array v0.14.7
2712026-06-11T21:45:48.403Z Downloaded futures-core v0.3.32
2722026-06-11T21:45:48.415Z Downloaded hostname v0.3.1
2732026-06-11T21:45:48.415Z Downloaded git-stub v1.0.0
2742026-06-11T21:45:48.420Z Downloaded heck v0.4.1
2752026-06-11T21:45:48.420Z Downloaded embedded-io v0.4.0
2762026-06-11T21:45:48.420Z Downloaded enum-as-inner v0.6.1
2772026-06-11T21:45:48.420Z Downloaded cfg_aliases v0.2.1
2782026-06-11T21:45:48.420Z Downloaded block-buffer v0.12.0
2792026-06-11T21:45:48.420Z Downloaded colorchoice v1.0.5
2802026-06-11T21:45:48.424Z Downloaded futures-task v0.3.32
2812026-06-11T21:45:48.424Z Downloaded form_urlencoded v1.2.2
2822026-06-11T21:45:48.424Z Downloaded foreign-types v0.5.0
2832026-06-11T21:45:48.427Z Downloaded float-ord v0.3.2
2842026-06-11T21:45:48.430Z Downloaded daft-derive v0.1.7
2852026-06-11T21:45:48.433Z Downloaded darling_macro v0.21.3
2862026-06-11T21:45:48.433Z Downloaded crypto-common v0.1.7
2872026-06-11T21:45:48.436Z Downloaded indent_write v2.2.0
2882026-06-11T21:45:48.436Z Downloaded http-body v1.0.1
2892026-06-11T21:45:48.439Z Downloaded dtrace-parser v0.3.0
2902026-06-11T21:45:48.442Z Downloaded cpufeatures v0.3.0
2912026-06-11T21:45:48.442Z Downloaded cipher v0.4.4
2922026-06-11T21:45:48.448Z Downloaded chacha20poly1305 v0.10.1
2932026-06-11T21:45:48.453Z Downloaded hash32 v0.3.1
2942026-06-11T21:45:48.453Z Downloaded foreign-types-shared v0.3.1
2952026-06-11T21:45:48.453Z Downloaded dof v0.4.0
2962026-06-11T21:45:48.456Z Downloaded httpdate v1.0.3
2972026-06-11T21:45:48.456Z Downloaded bit-vec v0.8.0
2982026-06-11T21:45:48.456Z Downloaded errno v0.3.14
2992026-06-11T21:45:48.459Z Downloaded atomicwrites v0.4.4
3002026-06-11T21:45:48.462Z Downloaded hubpack_derive v0.1.1
3012026-06-11T21:45:48.462Z Downloaded heck v0.5.0
3022026-06-11T21:45:48.465Z Downloaded internet-checksum v0.2.1
3032026-06-11T21:45:48.465Z Downloaded foreign-types v0.3.2
3042026-06-11T21:45:48.468Z Downloaded dunce v1.0.5
3052026-06-11T21:45:48.468Z Downloaded fixedbitset v0.5.7
3062026-06-11T21:45:48.472Z Downloaded deranged v0.5.8
3072026-06-11T21:45:48.475Z Downloaded curve25519-dalek-derive v0.1.1
3082026-06-11T21:45:48.475Z Downloaded lazy_static v1.5.0
3092026-06-11T21:45:48.478Z Downloaded erased-serde v0.3.31
3102026-06-11T21:45:48.478Z Downloaded is_ci v1.2.0
3112026-06-11T21:45:48.482Z Downloaded idna_adapter v1.2.2
3122026-06-11T21:45:48.485Z Downloaded globset v0.4.18
3132026-06-11T21:45:48.485Z Downloaded atomic-waker v1.1.2
3142026-06-11T21:45:48.488Z Downloaded getrandom v0.2.17
3152026-06-11T21:45:48.491Z Downloaded fastrand v2.4.1
3162026-06-11T21:45:48.491Z Downloaded instant v0.1.13
3172026-06-11T21:45:48.495Z Downloaded fs_extra v1.3.0
3182026-06-11T21:45:48.499Z Downloaded compression-codecs v0.4.38
3192026-06-11T21:45:48.499Z Downloaded keccak v0.1.6
3202026-06-11T21:45:48.502Z Downloaded is_terminal_polyfill v1.70.2
3212026-06-11T21:45:48.503Z Downloaded lru-slab v0.1.2
3222026-06-11T21:45:48.505Z Downloaded konst_macro_rules v0.2.19
3232026-06-11T21:45:48.505Z Downloaded http-body-util v0.1.3
3242026-06-11T21:45:48.510Z Downloaded csv-core v0.1.13
3252026-06-11T21:45:48.510Z Downloaded crossbeam-deque v0.8.6
3262026-06-11T21:45:48.513Z Downloaded lru-cache v0.1.2
3272026-06-11T21:45:48.513Z Downloaded crc32fast v1.5.0
3282026-06-11T21:45:48.517Z Downloaded libscf-sys v1.2.0
3292026-06-11T21:45:48.517Z Downloaded git-stub-vcs v0.1.0
3302026-06-11T21:45:48.520Z Downloaded ff v0.13.1
3312026-06-11T21:45:48.524Z Downloaded mime v0.3.17
3322026-06-11T21:45:48.524Z Downloaded memoffset v0.9.1
3332026-06-11T21:45:48.527Z Downloaded futures-channel v0.3.32
3342026-06-11T21:45:48.527Z Downloaded digest v0.11.3
3352026-06-11T21:45:48.530Z Downloaded glob v0.3.3
3362026-06-11T21:45:48.535Z Downloaded match_cfg v0.1.0
3372026-06-11T21:45:48.535Z Downloaded managed v0.8.0
3382026-06-11T21:45:48.538Z Downloaded hubpack v0.1.2
3392026-06-11T21:45:48.538Z Downloaded base64ct v1.8.3
3402026-06-11T21:45:48.538Z Downloaded memmap v0.7.0
3412026-06-11T21:45:48.541Z Downloaded critical-section v1.2.0
3422026-06-11T21:45:48.544Z Downloaded humantime v2.3.0
3432026-06-11T21:45:48.544Z Downloaded highway v1.3.0
3442026-06-11T21:45:48.547Z Downloaded no-std-compat v0.4.1
3452026-06-11T21:45:48.547Z Downloaded group v0.13.0
3462026-06-11T21:45:48.551Z Downloaded num-iter v0.1.45
3472026-06-11T21:45:48.551Z Downloaded num-derive v0.4.2
3482026-06-11T21:45:48.554Z Downloaded find-msvc-tools v0.1.9
3492026-06-11T21:45:48.557Z Downloaded newtype-uuid-macros v0.1.0
3502026-06-11T21:45:48.557Z Downloaded natord v1.0.9
3512026-06-11T21:45:48.560Z Downloaded newtype_derive v0.1.6
3522026-06-11T21:45:48.560Z Downloaded num-conv v0.2.2
3532026-06-11T21:45:48.563Z Downloaded itoa v1.0.18
3542026-06-11T21:45:48.563Z Downloaded ingot v0.1.1
3552026-06-11T21:45:48.566Z Downloaded hyper-rustls v0.27.9
3562026-06-11T21:45:48.566Z Downloaded chacha20 v0.10.0
3572026-06-11T21:45:48.573Z Downloaded libsw v3.5.0
3582026-06-11T21:45:48.576Z Downloaded cookie v0.18.1
3592026-06-11T21:45:48.576Z Downloaded libsw-core v0.3.2
3602026-06-11T21:45:48.576Z Downloaded num v0.4.3
3612026-06-11T21:45:48.579Z Downloaded console v0.15.11
3622026-06-11T21:45:48.579Z Downloaded linear-map v1.2.0
3632026-06-11T21:45:48.584Z Downloaded jobserver v0.1.34
3642026-06-11T21:45:48.587Z Downloaded openssl-probe v0.2.1
3652026-06-11T21:45:48.587Z Downloaded flate2 v1.1.9
3662026-06-11T21:45:48.590Z Downloaded newtype-uuid v1.3.2
3672026-06-11T21:45:48.593Z Downloaded linked-hash-map v0.5.6
3682026-06-11T21:45:48.593Z Downloaded base64 v0.21.7
3692026-06-11T21:45:48.596Z Downloaded opaque-debug v0.3.1
3702026-06-11T21:45:48.596Z Downloaded omicron-workspace-hack v0.1.0
3712026-06-11T21:45:48.603Z Downloaded olpc-cjson v0.1.4
3722026-06-11T21:45:48.603Z Downloaded num_threads v0.1.7
3732026-06-11T21:45:48.606Z Downloaded iana-time-zone v0.1.65
3742026-06-11T21:45:48.606Z Downloaded fs-err v3.3.0
3752026-06-11T21:45:48.606Z Downloaded openssl-macros v0.1.1
3762026-06-11T21:45:48.610Z Downloaded cargo_toml v0.22.3
3772026-06-11T21:45:48.610Z Downloaded bytecount v0.6.9
3782026-06-11T21:45:48.613Z Downloaded newline-converter v0.3.0
3792026-06-11T21:45:48.613Z Downloaded byte-wrapper v0.1.0
3802026-06-11T21:45:48.616Z Downloaded getrandom v0.3.4
3812026-06-11T21:45:48.619Z Downloaded plain v0.2.3
3822026-06-11T21:45:48.619Z Downloaded phf_shared v0.12.1
3832026-06-11T21:45:48.622Z Downloaded elliptic-curve v0.13.8
3842026-06-11T21:45:48.626Z Downloaded futures v0.3.32
3852026-06-11T21:45:48.629Z Downloaded multer v3.1.0
3862026-06-11T21:45:48.629Z Downloaded pretty-hex v0.4.2
3872026-06-11T21:45:48.633Z Downloaded ipnetwork v0.21.1
3882026-06-11T21:45:48.633Z Downloaded num-rational v0.4.2
3892026-06-11T21:45:48.636Z Downloaded percent-encoding v2.3.2
3902026-06-11T21:45:48.636Z Downloaded clap v4.6.1
3912026-06-11T21:45:48.641Z Downloaded powerfmt v0.2.0
3922026-06-11T21:45:48.644Z Downloaded potential_utf v0.1.5
3932026-06-11T21:45:48.647Z Downloaded num_enum_derive v0.7.6
3942026-06-11T21:45:48.647Z Downloaded proc-macro-error-attr v1.0.4
3952026-06-11T21:45:48.647Z Downloaded progenitor-client v0.10.0
3962026-06-11T21:45:48.650Z Downloaded num_enum_derive v0.5.11
3972026-06-11T21:45:48.650Z Downloaded num-complex v0.4.6
3982026-06-11T21:45:48.654Z Downloaded hybrid-array v0.4.12
3992026-06-11T21:45:48.661Z Downloaded bitflags v2.12.1
4002026-06-11T21:45:48.663Z Downloaded progenitor-macro v0.13.0
4012026-06-11T21:45:48.663Z Downloaded proc-macro-error-attr2 v2.0.0
4022026-06-11T21:45:48.663Z Downloaded derive_more v0.99.20
4032026-06-11T21:45:48.667Z Downloaded litemap v0.8.2
4042026-06-11T21:45:48.667Z Downloaded oxnet v0.1.6
4052026-06-11T21:45:48.670Z Downloaded paste v1.0.15
4062026-06-11T21:45:48.674Z Downloaded quick-error v1.2.3
4072026-06-11T21:45:48.674Z Downloaded progenitor-macro v0.14.0
4082026-06-11T21:45:48.674Z Downloaded half v2.7.1
4092026-06-11T21:45:48.677Z Downloaded progenitor-client v0.14.0
4102026-06-11T21:45:48.677Z Downloaded getrandom v0.4.2
4112026-06-11T21:45:48.680Z Downloaded owo-colors v4.3.0
4122026-06-11T21:45:48.684Z Downloaded num_enum v0.5.11
4132026-06-11T21:45:48.687Z Downloaded oxide-tokio-rt v0.1.6
4142026-06-11T21:45:48.690Z Downloaded darling_core v0.21.3
4152026-06-11T21:45:48.693Z Downloaded httparse v1.10.1
4162026-06-11T21:45:48.697Z Downloaded rand_chacha v0.3.1
4172026-06-11T21:45:48.697Z Downloaded progenitor-macro v0.10.0
4182026-06-11T21:45:48.697Z Downloaded icu_provider v2.2.0
4192026-06-11T21:45:48.700Z Downloaded pkg-config v0.3.33
4202026-06-11T21:45:48.700Z Downloaded hmac v0.12.1
4212026-06-11T21:45:48.704Z Downloaded pin-project-lite v0.2.17
4222026-06-11T21:45:48.707Z Downloaded proc-macro-crate v3.5.0
4232026-06-11T21:45:48.707Z Downloaded phf v0.12.1
4242026-06-11T21:45:48.710Z Downloaded pem v3.0.6
4252026-06-11T21:45:48.714Z Downloaded rand_xorshift v0.4.0
4262026-06-11T21:45:48.714Z Downloaded bytes v1.11.1
4272026-06-11T21:45:48.717Z Downloaded ref-cast-impl v1.0.25
4282026-06-11T21:45:48.717Z Downloaded ref-cast v1.0.25
4292026-06-11T21:45:48.720Z Downloaded proc-macro-error v1.0.4
4302026-06-11T21:45:48.723Z Downloaded rustc_version v0.4.1
4312026-06-11T21:45:48.723Z Downloaded indexmap v1.9.3
4322026-06-11T21:45:48.726Z Downloaded once_cell v1.21.4
4332026-06-11T21:45:48.729Z Downloaded progenitor v0.14.0
4342026-06-11T21:45:48.729Z Downloaded log v0.4.32
4352026-06-11T21:45:48.732Z Downloaded progenitor v0.13.0
4362026-06-11T21:45:48.735Z Downloaded poly1305 v0.8.0
4372026-06-11T21:45:48.735Z Downloaded proc-macro-error2 v2.0.1
4382026-06-11T21:45:48.739Z Downloaded rustc_version v0.1.7
4392026-06-11T21:45:48.742Z Downloaded crossbeam-channel v0.5.15
4402026-06-11T21:45:48.742Z Downloaded progenitor v0.10.0
4412026-06-11T21:45:48.745Z Downloaded parking_lot v0.12.5
4422026-06-11T21:45:48.748Z Downloaded icu_locale_core v2.2.0
4432026-06-11T21:45:48.750Z Downloaded hickory-resolver v0.24.4
4442026-06-11T21:45:48.753Z Downloaded rand_core v0.9.5
4452026-06-11T21:45:48.756Z Downloaded scopeguard v1.2.0
4462026-06-11T21:45:48.756Z Downloaded serde_spanned v1.1.1
4472026-06-11T21:45:48.762Z Downloaded secrecy v0.10.3
4482026-06-11T21:45:48.762Z Downloaded scroll_derive v0.13.1
4492026-06-11T21:45:48.762Z Downloaded scroll_derive v0.12.1
4502026-06-11T21:45:48.766Z Downloaded memmap2 v0.9.10
4512026-06-11T21:45:48.766Z Downloaded same-file v1.0.6
4522026-06-11T21:45:48.767Z Downloaded indicatif v0.18.4
4532026-06-11T21:45:48.770Z Downloaded icu_normalizer v2.2.0
4542026-06-11T21:45:48.775Z Downloaded icu_normalizer_data v2.2.0
4552026-06-11T21:45:48.775Z Downloaded quote v1.0.45
4562026-06-11T21:45:48.777Z Downloaded rand_chacha v0.9.0
4572026-06-11T21:45:48.778Z Downloaded postcard v1.1.3
4582026-06-11T21:45:48.778Z Downloaded pin-project-internal v1.1.13
4592026-06-11T21:45:48.781Z Downloaded const_format v0.2.36
4602026-06-11T21:45:48.784Z Downloaded serde_urlencoded v0.7.1
4612026-06-11T21:45:48.784Z Downloaded serde-big-array v0.5.1
4622026-06-11T21:45:48.788Z Downloaded resolv-conf v0.7.6
4632026-06-11T21:45:48.788Z Downloaded parking_lot_core v0.9.12
4642026-06-11T21:45:48.791Z Downloaded sha1 v0.11.0
4652026-06-11T21:45:48.791Z Downloaded rustc-hash v2.1.2
4662026-06-11T21:45:48.796Z Downloaded semver v0.1.20
4672026-06-11T21:45:48.796Z Downloaded num-traits v0.2.19
4682026-06-11T21:45:48.796Z Downloaded konst v0.2.20
4692026-06-11T21:45:48.799Z Downloaded serde_spanned v0.6.9
4702026-06-11T21:45:48.804Z Downloaded serde_repr v0.1.20
4712026-06-11T21:45:48.804Z Downloaded serde_plain v1.0.2
4722026-06-11T21:45:48.804Z Downloaded sha1 v0.10.6
4732026-06-11T21:45:48.808Z Downloaded base64 v0.22.1
4742026-06-11T21:45:48.808Z Downloaded pest_derive v2.8.6
4752026-06-11T21:45:48.815Z Downloaded rand_core v0.10.1
4762026-06-11T21:45:48.815Z Downloaded pest_generator v2.8.6
4772026-06-11T21:45:48.818Z Downloaded rustls-pemfile v2.2.0
4782026-06-11T21:45:48.818Z Downloaded progenitor-extras v0.2.0
4792026-06-11T21:45:48.819Z Downloaded siphasher v1.0.3
4802026-06-11T21:45:48.819Z Downloaded rustls-native-certs v0.8.4
4812026-06-11T21:45:48.819Z Downloaded serial_test_derive v3.5.0
4822026-06-11T21:45:48.822Z Downloaded serial_test v3.5.0
4832026-06-11T21:45:48.822Z Downloaded cc v1.2.63
4842026-06-11T21:45:48.826Z Downloaded sigpipe v0.1.3
4852026-06-11T21:45:48.826Z Downloaded progenitor-client v0.13.0
4862026-06-11T21:45:48.826Z Downloaded heapless v0.8.0
4872026-06-11T21:45:48.829Z Downloaded dropshot_endpoint v0.17.1
4882026-06-11T21:45:48.832Z Downloaded parse-display-derive v0.10.0
4892026-06-11T21:45:48.832Z Downloaded ppv-lite86 v0.2.21
4902026-06-11T21:45:48.833Z Downloaded password-hash v0.5.0
4912026-06-11T21:45:48.835Z Downloaded darling_core v0.23.0
4922026-06-11T21:45:48.839Z Downloaded slog-bunyan v2.5.0
4932026-06-11T21:45:48.839Z Downloaded scroll v0.12.0
4942026-06-11T21:45:48.841Z Downloaded num-integer v0.1.46
4952026-06-11T21:45:48.842Z Downloaded proc-macro-crate v1.3.1
4962026-06-11T21:45:48.845Z Downloaded spin v0.5.2
4972026-06-11T21:45:48.845Z Downloaded slog-envlogger v2.2.0
4982026-06-11T21:45:48.849Z Downloaded strsim v0.11.1
4992026-06-11T21:45:48.849Z Downloaded lock_api v0.4.14
5002026-06-11T21:45:48.849Z Downloaded schemars_derive v0.8.22
5012026-06-11T21:45:48.854Z Downloaded icu_properties v2.2.0
5022026-06-11T21:45:48.854Z Downloaded rustversion v1.0.22
5032026-06-11T21:45:48.857Z Downloaded papergrid v0.11.0
5042026-06-11T21:45:48.857Z Downloaded rand_core v0.6.4
5052026-06-11T21:45:48.857Z Downloaded quinn-udp v0.5.14
5062026-06-11T21:45:48.861Z Downloaded pin-project v1.1.13
5072026-06-11T21:45:48.866Z Downloaded subtle v2.6.1
5082026-06-11T21:45:48.870Z Downloaded strum v0.27.2
5092026-06-11T21:45:48.870Z Downloaded structmeta v0.3.0
5102026-06-11T21:45:48.873Z Downloaded stable_deref_trait v1.2.1
5112026-06-11T21:45:48.873Z Downloaded smawk v0.3.2
5122026-06-11T21:45:48.873Z Downloaded expectorate v1.2.0
5132026-06-11T21:45:48.876Z Downloaded scroll v0.13.0
5142026-06-11T21:45:48.876Z Downloaded parking_lot_core v0.8.6
5152026-06-11T21:45:48.879Z Downloaded jiff-static v0.2.28
5162026-06-11T21:45:48.879Z Downloaded crypto-bigint v0.5.5
5172026-06-11T21:45:48.883Z Downloaded tabled_derive v0.7.0
5182026-06-11T21:45:48.885Z Downloaded sha2 v0.10.9
5192026-06-11T21:45:48.888Z Downloaded strum v0.26.3
5202026-06-11T21:45:48.888Z Downloaded structmeta-derive v0.3.0
5212026-06-11T21:45:48.888Z Downloaded serde_tokenstream v0.2.3
5222026-06-11T21:45:48.892Z Downloaded serde_path_to_error v0.1.20
5232026-06-11T21:45:48.892Z Downloaded icu_collections v2.2.0
5242026-06-11T21:45:48.894Z Downloaded tabled_derive v0.11.0
5252026-06-11T21:45:48.898Z Downloaded tagptr v0.2.0
5262026-06-11T21:45:48.898Z Downloaded simd-adler32 v0.3.9
5272026-06-11T21:45:48.898Z Downloaded rusty-fork v0.3.1
5282026-06-11T21:45:48.902Z Downloaded miniz_oxide v0.8.9
5292026-06-11T21:45:48.902Z Downloaded terminal_size v0.4.4
5302026-06-11T21:45:48.905Z Downloaded num_enum v0.7.6
5312026-06-11T21:45:48.909Z Downloaded rhai_codegen v3.2.0
5322026-06-11T21:45:48.912Z Downloaded signal-hook-registry v1.4.8
5332026-06-11T21:45:48.912Z Downloaded progenitor-impl v0.10.0
5342026-06-11T21:45:48.915Z Downloaded parking_lot v0.11.2
5352026-06-11T21:45:48.915Z Downloaded sync_wrapper v1.0.2
5362026-06-11T21:45:48.922Z Downloaded swrite v0.1.0
5372026-06-11T21:45:48.922Z Downloaded supports-color v3.0.2
5382026-06-11T21:45:48.922Z Downloaded slog-term v2.9.2
5392026-06-11T21:45:48.926Z Downloaded thiserror-impl-no-std v2.0.2
5402026-06-11T21:45:48.926Z Downloaded slog-stdlog v4.1.1
5412026-06-11T21:45:48.926Z Downloaded slog-scope v4.4.1
5422026-06-11T21:45:48.926Z Downloaded hickory-resolver v0.25.2
5432026-06-11T21:45:48.929Z Downloaded tinyvec_macros v0.1.1
5442026-06-11T21:45:48.929Z Downloaded thread-id v5.1.0
5452026-06-11T21:45:48.929Z Downloaded slog-json v2.6.1
5462026-06-11T21:45:48.932Z Downloaded slab v0.4.12
5472026-06-11T21:45:48.933Z Downloaded take_mut v0.2.2
5482026-06-11T21:45:48.933Z Downloaded testing_table v0.3.0
5492026-06-11T21:45:48.936Z Downloaded slog-async v2.8.0
5502026-06-11T21:45:48.936Z Downloaded rustls-pki-types v1.14.1
5512026-06-11T21:45:48.936Z Downloaded serde_derive_internals v0.29.1
5522026-06-11T21:45:48.939Z Downloaded prettyplease v0.2.37
5532026-06-11T21:45:48.946Z Downloaded progenitor-impl v0.14.0
5542026-06-11T21:45:48.946Z Downloaded papergrid v0.18.0
5552026-06-11T21:45:48.950Z Downloaded openssl-sys v0.9.116
5562026-06-11T21:45:48.950Z Downloaded smf v0.2.3
5572026-06-11T21:45:48.950Z Downloaded slog-dtrace v0.3.0
5582026-06-11T21:45:48.953Z Downloaded time-core v0.1.8
5592026-06-11T21:45:48.953Z Downloaded pest_meta v2.8.6
5602026-06-11T21:45:48.953Z Downloaded tabwriter v1.4.1
5612026-06-11T21:45:48.957Z Downloaded proc-macro2 v1.0.106
5622026-06-11T21:45:48.957Z Downloaded toml_datetime v0.6.11
5632026-06-11T21:45:48.960Z Downloaded semver v1.0.28
5642026-06-11T21:45:48.960Z Downloaded snafu-derive v0.8.9
5652026-06-11T21:45:48.963Z Downloaded ryu v1.0.23
5662026-06-11T21:45:48.963Z Downloaded rustls-platform-verifier v0.7.0
5672026-06-11T21:45:48.967Z Downloaded thread-id v4.2.2
5682026-06-11T21:45:48.967Z Downloaded termtree v0.5.1
5692026-06-11T21:45:48.971Z Downloaded shlex v2.0.1
5702026-06-11T21:45:48.971Z Downloaded ipnet v2.12.0
5712026-06-11T21:45:48.971Z Downloaded ingot-macros v0.1.1
5722026-06-11T21:45:48.976Z Downloaded indexmap v2.14.0
5732026-06-11T21:45:48.976Z Downloaded tower-service v0.3.3
5742026-06-11T21:45:48.981Z Downloaded aho-corasick v1.1.4
5752026-06-11T21:45:48.981Z Downloaded thiserror v2.0.18
5762026-06-11T21:45:48.985Z Downloaded thiserror v1.0.69
5772026-06-11T21:45:48.988Z Downloaded serde_with_macros v3.20.0
5782026-06-11T21:45:48.988Z Downloaded tower-layer v0.3.3
5792026-06-11T21:45:48.988Z Downloaded const-oid v0.10.2
5802026-06-11T21:45:48.992Z Downloaded thread_local v1.1.9
5812026-06-11T21:45:48.992Z Downloaded strum_macros v0.26.4
5822026-06-11T21:45:48.995Z Downloaded strum_macros v0.27.2
5832026-06-11T21:45:48.996Z Downloaded synstructure v0.13.2
5842026-06-11T21:45:48.996Z Downloaded hashbrown v0.12.3
5852026-06-11T21:45:48.999Z Downloaded static_assertions v1.1.0
5862026-06-11T21:45:48.999Z Downloaded rayon-core v1.13.0
5872026-06-11T21:45:49.004Z Downloaded pretty_assertions v1.4.1
5882026-06-11T21:45:49.004Z Downloaded progenitor-impl v0.13.0
5892026-06-11T21:45:49.008Z Downloaded cancel-safe-futures v0.1.5
5902026-06-11T21:45:49.008Z Downloaded crossbeam-utils v0.8.21
5912026-06-11T21:45:49.008Z Downloaded parse-display v0.10.0
5922026-06-11T21:45:49.017Z Downloaded byteorder v1.5.0
5932026-06-11T21:45:49.017Z Downloaded toml_write v0.1.2
5942026-06-11T21:45:49.017Z Downloaded serde_core v1.0.228
5952026-06-11T21:45:49.020Z Downloaded tokio-macros v2.7.0
5962026-06-11T21:45:49.020Z Downloaded tokio-dtrace v0.1.1
5972026-06-11T21:45:49.020Z Downloaded autocfg v1.5.1
5982026-06-11T21:45:49.021Z Downloaded typeid v1.0.3
5992026-06-11T21:45:49.021Z Downloaded ingot-types v0.1.2
6002026-06-11T21:45:49.021Z Downloaded thiserror-impl v2.0.18
6012026-06-11T21:45:49.021Z Downloaded unicode-linebreak v0.1.5
6022026-06-11T21:45:49.021Z Downloaded unarray v0.1.4
6032026-06-11T21:45:49.024Z Downloaded thiserror-impl v1.0.69
6042026-06-11T21:45:49.024Z Downloaded schemars v0.8.22
6052026-06-11T21:45:49.028Z Downloaded tokio-tungstenite v0.21.0
6062026-06-11T21:45:49.033Z Downloaded typify-macro v0.4.3
6072026-06-11T21:45:49.033Z Downloaded try-lock v0.2.5
6082026-06-11T21:45:49.033Z Downloaded hyper-util v0.1.20
6092026-06-11T21:45:49.037Z Downloaded time-macros v0.2.27
6102026-06-11T21:45:49.040Z Downloaded thiserror-no-std v2.0.2
6112026-06-11T21:45:49.040Z Downloaded term v1.2.1
6122026-06-11T21:45:49.043Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6132026-06-11T21:45:49.043Z Downloaded tinystr v0.8.3
6142026-06-11T21:45:49.047Z Downloaded tiny-keccak v2.0.2
6152026-06-11T21:45:49.047Z Downloaded usdt v0.5.0
6162026-06-11T21:45:49.047Z Downloaded tempfile v3.27.0
6172026-06-11T21:45:49.050Z Downloaded smartstring v1.0.1
6182026-06-11T21:45:49.050Z Downloaded usdt-attr-macro v0.5.0
6192026-06-11T21:45:49.054Z Downloaded spin v0.9.8
6202026-06-11T21:45:49.054Z Downloaded usdt v0.6.0
6212026-06-11T21:45:49.054Z Downloaded toml_writer v1.1.1+spec-1.1.0
6222026-06-11T21:45:49.054Z Downloaded minimal-lexical v0.2.1
6232026-06-11T21:45:49.058Z Downloaded rand v0.8.6
6242026-06-11T21:45:49.061Z Downloaded quinn v0.11.9
6252026-06-11T21:45:49.064Z Downloaded unit-prefix v0.5.2
6262026-06-11T21:45:49.064Z Downloaded smallvec v1.15.1
6272026-06-11T21:45:49.064Z Downloaded serde_derive v1.0.228
6282026-06-11T21:45:49.068Z Downloaded mio v1.2.1
6292026-06-11T21:45:49.072Z Downloaded http v1.4.1
6302026-06-11T21:45:49.072Z Downloaded typify-macro v0.6.2
6312026-06-11T21:45:49.075Z Downloaded foldhash v0.2.0
6322026-06-11T21:45:49.075Z Downloaded similar v2.7.0
6332026-06-11T21:45:49.079Z Downloaded version_check v0.9.5
6342026-06-11T21:45:49.079Z Downloaded untrusted v0.7.1
6352026-06-11T21:45:49.079Z Downloaded universal-hash v0.5.1
6362026-06-11T21:45:49.079Z Downloaded utf-8 v0.7.6
6372026-06-11T21:45:49.086Z Downloaded schemars v0.9.0
6382026-06-11T21:45:49.092Z Downloaded utf8parse v0.2.2
6392026-06-11T21:45:49.092Z Downloaded utf8_iter v1.0.4
6402026-06-11T21:45:49.092Z Downloaded hashbrown v0.15.5
6412026-06-11T21:45:49.095Z Downloaded tokio-rustls v0.26.4
6422026-06-11T21:45:49.095Z Downloaded thin-vec v0.2.18
6432026-06-11T21:45:49.095Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6442026-06-11T21:45:49.095Z Downloaded usdt-macro v0.5.0
6452026-06-11T21:45:49.099Z Downloaded hashbrown v0.16.1
6462026-06-11T21:45:49.106Z Downloaded slog v2.8.2
6472026-06-11T21:45:49.106Z Downloaded usdt-macro v0.6.0
6482026-06-11T21:45:49.106Z Downloaded memchr v2.8.1
6492026-06-11T21:45:49.113Z Downloaded usdt-attr-macro v0.6.0
6502026-06-11T21:45:49.113Z Downloaded unicode-xid v0.2.6
6512026-06-11T21:45:49.113Z Downloaded displaydoc v0.2.6
6522026-06-11T21:45:49.114Z Downloaded zerofrom v0.1.8
6532026-06-11T21:45:49.114Z Downloaded digest v0.10.7
6542026-06-11T21:45:49.114Z Downloaded wait-timeout v0.2.1
6552026-06-11T21:45:49.117Z Downloaded waitgroup v0.1.2
6562026-06-11T21:45:49.117Z Downloaded macaddr v1.0.1
6572026-06-11T21:45:49.117Z Downloaded want v0.3.1
6582026-06-11T21:45:49.117Z Downloaded zerofrom-derive v0.1.7
6592026-06-11T21:45:49.117Z Downloaded ciborium v0.2.2
6602026-06-11T21:45:49.117Z Downloaded bs58 v0.5.1
6612026-06-11T21:45:49.117Z Downloaded blake2 v0.10.6
6622026-06-11T21:45:49.121Z Downloaded yoke-derive v0.8.2
6632026-06-11T21:45:49.121Z Downloaded bcs v0.1.6
6642026-06-11T21:45:49.121Z Downloaded is-terminal v0.4.17
6652026-06-11T21:45:49.133Z Downloaded inout v0.1.4
6662026-06-11T21:45:49.133Z Downloaded console v0.16.3
6672026-06-11T21:45:49.133Z Downloaded colored v3.1.1
6682026-06-11T21:45:49.137Z Downloaded textwrap v0.16.2
6692026-06-11T21:45:49.138Z Downloaded camino v1.2.2
6702026-06-11T21:45:49.138Z Downloaded toml v0.8.23
6712026-06-11T21:45:49.138Z Downloaded tokio-stream v0.1.18
6722026-06-11T21:45:49.138Z Downloaded usdt-impl v0.6.0
6732026-06-11T21:45:49.138Z Downloaded usdt-impl v0.5.0
6742026-06-11T21:45:49.138Z Downloaded nom v7.1.3
6752026-06-11T21:45:49.138Z Downloaded test-strategy v0.4.5
6762026-06-11T21:45:49.145Z Downloaded rand v0.9.4
6772026-06-11T21:45:49.154Z Downloaded qorb v0.4.1
6782026-06-11T21:45:49.154Z Downloaded tracing-attributes v0.1.31
6792026-06-11T21:45:49.154Z Downloaded tinyvec v1.11.0
6802026-06-11T21:45:49.154Z Downloaded chacha20 v0.9.1
6812026-06-11T21:45:49.161Z Downloaded bitflags v1.3.2
6822026-06-11T21:45:49.161Z Downloaded whoami v1.6.1
6832026-06-11T21:45:49.161Z Downloaded serde_yaml v0.9.34+deprecated
6842026-06-11T21:45:49.161Z Downloaded foreign-types-macros v0.2.3
6852026-06-11T21:45:49.161Z Downloaded drift v0.2.0
6862026-06-11T21:45:49.165Z Downloaded zone_cfg_derive v0.3.1
6872026-06-11T21:45:49.165Z Downloaded derive-where v1.6.1
6882026-06-11T21:45:49.165Z Downloaded ident_case v1.0.1
6892026-06-11T21:45:49.165Z Downloaded dof v0.3.0
6902026-06-11T21:45:49.169Z Downloaded const-random-macro v0.1.16
6912026-06-11T21:45:49.169Z Downloaded xz2 v0.1.7
6922026-06-11T21:45:49.169Z Downloaded dtrace-parser v0.2.0
6932026-06-11T21:45:49.169Z Downloaded fnv v1.0.7
6942026-06-11T21:45:49.169Z Downloaded either v1.16.0
6952026-06-11T21:45:49.173Z Downloaded const_format_proc_macros v0.2.34
6962026-06-11T21:45:49.173Z Downloaded rustls-webpki v0.103.13
6972026-06-11T21:45:49.173Z Downloaded ucd-trie v0.1.7
6982026-06-11T21:45:49.176Z Downloaded block-buffer v0.10.4
6992026-06-11T21:45:49.176Z Downloaded backoff v0.4.0
7002026-06-11T21:45:49.176Z Downloaded equivalent v1.0.2
7012026-06-11T21:45:49.177Z Downloaded cstr-argument v0.1.2
7022026-06-11T21:45:49.184Z Downloaded darling v0.23.0
7032026-06-11T21:45:49.184Z Downloaded toml_parser v1.1.2+spec-1.1.0
7042026-06-11T21:45:49.187Z Downloaded zeroize_derive v1.4.3
7052026-06-11T21:45:49.187Z Downloaded socket2 v0.6.4
7062026-06-11T21:45:49.187Z Downloaded schemars v1.2.1
7072026-06-11T21:45:49.196Z Downloaded walkdir v2.5.0
7082026-06-11T21:45:49.199Z Downloaded vsss-rs v3.3.4
7092026-06-11T21:45:49.199Z Downloaded toml v1.1.2+spec-1.1.0
7102026-06-11T21:45:49.199Z Downloaded dropshot-api-manager v0.7.2
7112026-06-11T21:45:49.203Z Downloaded untrusted v0.9.0
7122026-06-11T21:45:49.203Z Downloaded writeable v0.6.3
7132026-06-11T21:45:49.203Z Downloaded zeroize v1.8.2
7142026-06-11T21:45:49.206Z Downloaded snafu v0.8.9
7152026-06-11T21:45:49.213Z Downloaded itertools v0.12.1
7162026-06-11T21:45:49.220Z Downloaded tungstenite v0.21.0
7172026-06-11T21:45:49.220Z Downloaded clap_derive v4.6.1
7182026-06-11T21:45:49.220Z Downloaded toml v0.9.12+spec-1.1.0
7192026-06-11T21:45:49.223Z Downloaded base16ct v1.0.0
7202026-06-11T21:45:49.223Z Downloaded zone v0.3.1
7212026-06-11T21:45:49.223Z Downloaded zerovec-derive v0.11.3
7222026-06-11T21:45:49.224Z Downloaded unicode-ident v1.0.24
7232026-06-11T21:45:49.224Z Downloaded bit-set v0.8.0
7242026-06-11T21:45:49.224Z Downloaded darling v0.21.3
7252026-06-11T21:45:49.227Z Downloaded steno v0.4.1
7262026-06-11T21:45:49.232Z Downloaded zmij v1.0.21
7272026-06-11T21:45:49.233Z Downloaded typify v0.6.2
7282026-06-11T21:45:49.237Z Downloaded typify v0.4.3
7292026-06-11T21:45:49.237Z Downloaded itertools v0.14.0
7302026-06-11T21:45:49.240Z Downloaded zerocopy-derive v0.7.35
7312026-06-11T21:45:49.240Z Downloaded futures-util v0.3.32
7322026-06-11T21:45:49.247Z Downloaded serde v1.0.228
7332026-06-11T21:45:49.251Z Downloaded pest v2.8.6
7342026-06-11T21:45:49.255Z Downloaded yoke v0.8.3
7352026-06-11T21:45:49.255Z Downloaded hashbrown v0.17.1
7362026-06-11T21:45:49.259Z Downloaded libm v0.2.16
7372026-06-11T21:45:49.264Z Downloaded diff v0.1.13
7382026-06-11T21:45:49.268Z Downloaded uuid v1.23.2
7392026-06-11T21:45:49.268Z Downloaded cpufeatures v0.2.17
7402026-06-11T21:45:49.268Z Downloaded cfg-if v1.0.4
7412026-06-11T21:45:49.271Z Downloaded icu_properties_data v2.2.0
7422026-06-11T21:45:49.275Z Downloaded hyper v1.10.1
7432026-06-11T21:45:49.278Z Downloaded tracing-core v0.1.36
7442026-06-11T21:45:49.281Z Downloaded h2 v0.4.14
7452026-06-11T21:45:49.285Z Downloaded clap_builder v4.6.0
7462026-06-11T21:45:49.288Z Downloaded idna v1.1.0
7472026-06-11T21:45:49.293Z Downloaded async-stream-impl v0.3.6
7482026-06-11T21:45:49.293Z Downloaded daft v0.1.7
7492026-06-11T21:45:49.293Z Downloaded compression-core v0.4.32
7502026-06-11T21:45:49.293Z Downloaded darling_macro v0.23.0
7512026-06-11T21:45:49.297Z Downloaded crypto-common v0.2.2
7522026-06-11T21:45:49.297Z Downloaded dropshot-api-manager-types v0.7.2
7532026-06-11T21:45:49.297Z Downloaded async-trait v0.1.89
7542026-06-11T21:45:49.297Z Downloaded toml_edit v0.22.27
7552026-06-11T21:45:49.300Z Downloaded toml_edit v0.19.15
7562026-06-11T21:45:49.308Z Downloaded rand v0.10.1
7572026-06-11T21:45:49.314Z Downloaded unsafe-libyaml v0.2.11
7582026-06-11T21:45:49.319Z Downloaded hkdf v0.12.4
7592026-06-11T21:45:49.319Z Downloaded ron v0.12.1
7602026-06-11T21:45:49.322Z Downloaded toml_edit v0.25.12+spec-1.1.0
7612026-06-11T21:45:49.323Z Downloaded iddqd v0.4.2
7622026-06-11T21:45:49.326Z Downloaded yansi v1.0.1
7632026-06-11T21:45:49.329Z Downloaded goblin v0.8.2
7642026-06-11T21:45:49.333Z Downloaded defmt-parser v1.0.0
7652026-06-11T21:45:49.333Z Downloaded defmt v0.3.100
7662026-06-11T21:45:49.333Z Downloaded crucible-workspace-hack v0.1.0
7672026-06-11T21:45:49.333Z Downloaded const-random v0.1.18
7682026-06-11T21:45:49.336Z Downloaded cobs v0.3.0
7692026-06-11T21:45:49.336Z Downloaded cmake v0.1.58
7702026-06-11T21:45:49.336Z Downloaded clap_lex v1.1.0
7712026-06-11T21:45:49.336Z Downloaded backon v1.6.0
7722026-06-11T21:45:49.340Z Downloaded anstyle v1.0.14
7732026-06-11T21:45:49.340Z Downloaded ahash v0.8.12
7742026-06-11T21:45:49.340Z Downloaded url v2.5.8
7752026-06-11T21:45:49.344Z Downloaded anstyle-query v1.1.5
7762026-06-11T21:45:49.344Z Downloaded allocator-api2 v0.2.21
7772026-06-11T21:45:49.347Z Downloaded nom v8.0.0
7782026-06-11T21:45:49.358Z Downloaded reqwest v0.12.28
7792026-06-11T21:45:49.363Z Downloaded zerotrie v0.2.4
7802026-06-11T21:45:49.367Z Downloaded regex v1.12.3
7812026-06-11T21:45:49.380Z Downloaded reqwest v0.13.4
7822026-06-11T21:45:49.383Z Downloaded typed-path v0.9.3
7832026-06-11T21:45:49.394Z Downloaded portable-atomic v1.13.1
7842026-06-11T21:45:49.397Z Downloaded typenum v1.20.1
7852026-06-11T21:45:49.400Z Downloaded tower v0.5.3
7862026-06-11T21:45:49.404Z Downloaded zerocopy-derive v0.8.50
7872026-06-11T21:45:49.409Z Downloaded unicode-segmentation v1.13.3
7882026-06-11T21:45:49.416Z Downloaded rayon v1.12.0
7892026-06-11T21:45:49.424Z Downloaded chrono v0.4.45
7902026-06-11T21:45:49.428Z Downloaded serde_json v1.0.150
7912026-06-11T21:45:49.434Z Downloaded unicode-normalization v0.1.25
7922026-06-11T21:45:49.450Z Downloaded aws-lc-rs v1.17.0
7932026-06-11T21:45:49.461Z Downloaded proptest v1.11.0
7942026-06-11T21:45:49.468Z Downloaded tough v0.22.0
7952026-06-11T21:45:49.476Z Downloaded zerovec v0.11.6
7962026-06-11T21:45:49.480Z Downloaded tokio-util v0.7.18
7972026-06-11T21:45:49.493Z Downloaded tower-http v0.6.11
7982026-06-11T21:45:49.500Z Downloaded moka v0.12.15
7992026-06-11T21:45:49.509Z Downloaded winnow v0.5.40
8002026-06-11T21:45:49.513Z Downloaded serde_with v3.20.0
8012026-06-11T21:45:49.526Z Downloaded zerocopy v0.7.35
8022026-06-11T21:45:49.535Z Downloaded quinn-proto v0.11.14
8032026-06-11T21:45:49.543Z Downloaded goblin v0.10.7
8042026-06-11T21:45:49.562Z Downloaded winnow v1.0.3
8052026-06-11T21:45:49.568Z Downloaded tabled v0.15.0
8062026-06-11T21:45:49.575Z Downloaded curve25519-dalek v4.1.3
8072026-06-11T21:45:49.581Z Downloaded tabled v0.21.0
8082026-06-11T21:45:49.590Z Downloaded winnow v0.7.15
8092026-06-11T21:45:49.596Z Downloaded syn v1.0.109
8102026-06-11T21:45:49.602Z Downloaded webpki-roots v1.0.7
8112026-06-11T21:45:49.605Z Downloaded time v0.3.47
8122026-06-11T21:45:49.611Z Downloaded openssl v0.10.80
8132026-06-11T21:45:49.626Z Downloaded vcpkg v0.2.15
8142026-06-11T21:45:49.657Z Downloaded bstr v1.12.1
8152026-06-11T21:45:49.662Z Downloaded dropshot v0.17.1
8162026-06-11T21:45:49.676Z Downloaded syn v2.0.117
8172026-06-11T21:45:49.681Z Downloaded regress v0.10.5
8182026-06-11T21:45:49.687Z Downloaded hickory-proto v0.24.4
8192026-06-11T21:45:49.695Z Downloaded smoltcp v0.11.0
8202026-06-11T21:45:49.702Z Downloaded rhai v1.25.1
8212026-06-11T21:45:49.710Z Downloaded zerocopy v0.8.50
8222026-06-11T21:45:49.721Z Downloaded unicode-width v0.2.2
8232026-06-11T21:45:49.724Z Downloaded openapiv3 v2.2.0
8242026-06-11T21:45:49.730Z Downloaded rustls v0.23.40
8252026-06-11T21:45:49.739Z Downloaded rustix v0.38.44
8262026-06-11T21:45:49.753Z Downloaded unicode-width v0.1.14
8272026-06-11T21:45:49.757Z Downloaded hickory-proto v0.25.2
8282026-06-11T21:45:49.765Z Downloaded rustix v1.1.4
8292026-06-11T21:45:49.776Z Downloaded regex-syntax v0.8.10
8302026-06-11T21:45:49.781Z Downloaded regress v0.11.1
8312026-06-11T21:45:49.786Z Downloaded nix v0.31.3
8322026-06-11T21:45:49.795Z Downloaded sled v0.34.7
8332026-06-11T21:45:49.800Z Downloaded typify-impl v0.6.2
8342026-06-11T21:45:49.807Z Downloaded tracing v0.1.44
8352026-06-11T21:45:49.818Z Downloaded typify-impl v0.4.3
8362026-06-11T21:45:49.860Z Downloaded regex-automata v0.4.14
8372026-06-11T21:45:49.874Z Downloaded lzma-sys v0.1.20
8382026-06-11T21:45:49.891Z Downloaded petgraph v0.6.5
8392026-06-11T21:45:49.901Z Downloaded jiff v0.2.28
8402026-06-11T21:45:49.911Z Downloaded chrono-tz v0.10.4
8412026-06-11T21:45:49.921Z Downloaded petgraph v0.8.3
8422026-06-11T21:45:49.934Z Downloaded libc v0.2.186
8432026-06-11T21:45:49.952Z Downloaded tokio v1.52.3
8442026-06-11T21:45:49.974Z Downloaded sha3 v0.10.9
8452026-06-11T21:45:49.977Z Downloaded csv v1.4.0
8462026-06-11T21:45:50.049Z Downloaded encoding_rs v0.8.35
8472026-06-11T21:45:50.061Z Downloaded ring v0.17.14
8482026-06-11T21:45:50.583Z Downloaded aws-lc-sys v0.41.0
8492026-06-11T21:45:51.125Z Compiling proc-macro2 v1.0.106
8502026-06-11T21:45:51.125Z Compiling quote v1.0.45
8512026-06-11T21:45:51.125Z Compiling unicode-ident v1.0.24
8522026-06-11T21:45:51.125Z Compiling serde_core v1.0.228
8532026-06-11T21:45:51.125Z Compiling serde v1.0.228
8542026-06-11T21:45:51.125Z Compiling libc v0.2.186
8552026-06-11T21:45:51.125Z Compiling zmij v1.0.21
8562026-06-11T21:45:51.128Z Compiling autocfg v1.5.1
8572026-06-11T21:45:51.522Z Compiling libm v0.2.16
8582026-06-11T21:45:51.816Z Compiling icu_normalizer_data v2.2.0
8592026-06-11T21:45:51.819Z Compiling icu_properties_data v2.2.0
8602026-06-11T21:45:51.870Z Compiling serde_json v1.0.150
8612026-06-11T21:45:51.946Z Compiling num-traits v0.2.19
8622026-06-11T21:45:51.965Z Compiling getrandom v0.4.2
8632026-06-11T21:45:52.223Z Compiling version_check v0.9.5
8642026-06-11T21:45:52.407Z Compiling thiserror v2.0.18
8652026-06-11T21:45:52.617Z Compiling memchr v2.8.1
8662026-06-11T21:45:52.691Z Compiling schemars v0.8.22
8672026-06-11T21:45:52.723Z Compiling syn v2.0.117
8682026-06-11T21:45:52.767Z Checking cfg-if v1.0.4
8692026-06-11T21:45:52.840Z Compiling parking_lot_core v0.9.12
8702026-06-11T21:45:52.991Z Compiling heck v0.5.0
8712026-06-11T21:45:53.044Z Compiling zerocopy v0.8.50
8722026-06-11T21:45:53.158Z Compiling portable-atomic v1.13.1
8732026-06-11T21:45:53.204Z Compiling rustversion v1.0.22
8742026-06-11T21:45:53.207Z Compiling itoa v1.0.18
8752026-06-11T21:45:53.412Z Compiling jobserver v0.1.34
8762026-06-11T21:45:53.516Z Compiling find-msvc-tools v0.1.9
8772026-06-11T21:45:53.697Z Compiling shlex v2.0.1
8782026-06-11T21:45:53.891Z Compiling cc v1.2.63
8792026-06-11T21:45:54.153Z Compiling fs_extra v1.3.0
8802026-06-11T21:45:54.179Z Compiling dunce v1.0.5
8812026-06-11T21:45:54.209Z Compiling semver v1.0.28
8822026-06-11T21:45:54.243Z Compiling log v0.4.32
8832026-06-11T21:45:54.270Z Compiling httparse v1.10.1
8842026-06-11T21:45:54.288Z Compiling slog v2.8.2
8852026-06-11T21:45:54.417Z Compiling rustix v1.1.4
8862026-06-11T21:45:54.436Z Checking stable_deref_trait v1.2.1
8872026-06-11T21:45:54.522Z Compiling equivalent v1.0.2
8882026-06-11T21:45:54.565Z Compiling thiserror v1.0.69
8892026-06-11T21:45:54.613Z Compiling cmake v0.1.58
8902026-06-11T21:45:54.733Z Checking writeable v0.6.3
8912026-06-11T21:45:54.908Z Checking litemap v0.8.2
8922026-06-11T21:45:54.946Z Checking utf8_iter v1.0.4
8932026-06-11T21:45:54.965Z Checking percent-encoding v2.3.2
8942026-06-11T21:45:54.984Z Compiling aws-lc-rs v1.17.0
8952026-06-11T21:45:55.106Z Checking form_urlencoded v1.2.2
8962026-06-11T21:45:55.144Z Checking rand_core v0.10.1
8972026-06-11T21:45:55.165Z Compiling aws-lc-sys v0.41.0
8982026-06-11T21:45:55.240Z Compiling ring v0.17.14
8992026-06-11T21:45:55.276Z Compiling anyhow v1.0.102
9002026-06-11T21:45:55.308Z Compiling ucd-trie v0.1.7
9012026-06-11T21:45:55.311Z Compiling rustls v0.23.40
9022026-06-11T21:45:55.526Z Compiling synstructure v0.13.2
9032026-06-11T21:45:55.546Z Compiling serde_derive_internals v0.29.1
9042026-06-11T21:45:55.566Z Compiling pest v2.8.6
9052026-06-11T21:45:55.988Z Compiling regex-syntax v0.8.10
9062026-06-11T21:45:56.097Z Compiling aho-corasick v1.1.4
9072026-06-11T21:45:56.280Z Compiling getrandom v0.3.4
9082026-06-11T21:45:56.616Z Compiling pest_meta v2.8.6
9092026-06-11T21:45:56.721Z Compiling serde_derive v1.0.228
9102026-06-11T21:45:56.788Z Compiling zerofrom-derive v0.1.7
9112026-06-11T21:45:57.262Z Compiling yoke-derive v0.8.2
9122026-06-11T21:45:57.535Z Compiling zerovec-derive v0.11.3
9132026-06-11T21:45:57.888Z Compiling displaydoc v0.2.6
9142026-06-11T21:45:57.960Z Compiling schemars_derive v0.8.22
9152026-06-11T21:45:58.043Z Compiling thiserror-impl v2.0.18
9162026-06-11T21:45:58.315Z Compiling tokio-macros v2.7.0
9172026-06-11T21:45:58.601Z Compiling zeroize_derive v1.4.3
9182026-06-11T21:45:58.659Z Compiling zerocopy-derive v0.8.50
9192026-06-11T21:45:59.033Z Compiling futures-macro v0.3.32
9202026-06-11T21:45:59.125Z Compiling tracing-attributes v0.1.31
9212026-06-11T21:45:59.251Z Checking zerofrom v0.1.8
9222026-06-11T21:45:59.726Z Checking smallvec v1.15.1
9232026-06-11T21:45:59.752Z Compiling serde_tokenstream v0.2.3
9242026-06-11T21:45:59.791Z Checking bytes v1.11.1
9252026-06-11T21:45:59.842Z Checking yoke v0.8.3
9262026-06-11T21:45:59.933Z Compiling thiserror-impl v1.0.69
9272026-06-11T21:46:00.011Z Checking zerovec v0.11.6
9282026-06-11T21:46:00.031Z Checking zerotrie v0.2.4
9292026-06-11T21:46:00.034Z Compiling pest_generator v2.8.6
9302026-06-11T21:46:00.265Z Compiling regex-automata v0.4.14
9312026-06-11T21:46:00.307Z Compiling hashbrown v0.17.1
9322026-06-11T21:46:00.422Z Compiling crossbeam-utils v0.8.21
9332026-06-11T21:46:00.458Z Checking tinystr v0.8.3
9342026-06-11T21:46:00.517Z Checking potential_utf v0.1.5
9352026-06-11T21:46:00.636Z Checking icu_locale_core v2.2.0
9362026-06-11T21:46:00.656Z Compiling pest_derive v2.8.6
9372026-06-11T21:46:00.659Z Checking icu_collections v2.2.0
9382026-06-11T21:46:00.840Z Compiling indexmap v2.14.0
9392026-06-11T21:46:01.008Z Checking iana-time-zone v0.1.65
9402026-06-11T21:46:01.059Z Compiling num-conv v0.2.2
9412026-06-11T21:46:01.122Z Checking chrono v0.4.45
9422026-06-11T21:46:01.174Z Compiling paste v1.0.15
9432026-06-11T21:46:01.194Z Compiling time-core v0.1.8
9442026-06-11T21:46:01.251Z Checking icu_provider v2.2.0
9452026-06-11T21:46:01.402Z Compiling time-macros v0.2.27
9462026-06-11T21:46:01.515Z Checking icu_properties v2.2.0
9472026-06-11T21:46:01.518Z Checking icu_normalizer v2.2.0
9482026-06-11T21:46:01.989Z Compiling regex v1.12.3
9492026-06-11T21:46:02.160Z Checking uuid v1.23.2
9502026-06-11T21:46:02.382Z Checking idna_adapter v1.2.2
9512026-06-11T21:46:02.397Z Compiling async-trait v0.1.89
9522026-06-11T21:46:02.400Z Compiling byteorder v1.5.0
9532026-06-11T21:46:02.506Z Checking idna v1.1.0
9542026-06-11T21:46:02.754Z Checking url v2.5.8
9552026-06-11T21:46:02.822Z Checking dyn-clone v1.0.20
9562026-06-11T21:46:02.913Z Compiling camino v1.2.2
9572026-06-11T21:46:03.066Z Compiling strsim v0.11.1
9582026-06-11T21:46:03.311Z Compiling scroll_derive v0.13.1
9592026-06-11T21:46:03.347Z Checking errno v0.3.14
9602026-06-11T21:46:03.468Z Compiling ident_case v1.0.1
9612026-06-11T21:46:03.613Z Compiling omicron-workspace-hack v0.1.0
9622026-06-11T21:46:03.654Z Compiling slog-async v2.8.0
9632026-06-11T21:46:03.819Z Compiling generic-array v0.14.7
9642026-06-11T21:46:03.867Z Compiling crc32fast v1.5.0
9652026-06-11T21:46:03.901Z Compiling usdt-impl v0.6.0
9662026-06-11T21:46:04.111Z Compiling plain v0.2.3
9672026-06-11T21:46:04.115Z Compiling scroll v0.13.0
9682026-06-11T21:46:04.219Z Compiling daft-derive v0.1.7
9692026-06-11T21:46:04.239Z Checking pin-project-lite v0.2.17
9702026-06-11T21:46:04.348Z Compiling pretty-hex v0.4.2
9712026-06-11T21:46:04.400Z Compiling goblin v0.10.7
9722026-06-11T21:46:04.449Z Compiling dtrace-parser v0.3.0
9732026-06-11T21:46:04.584Z Compiling thread-id v5.1.0
9742026-06-11T21:46:04.971Z Compiling syn v1.0.109
9752026-06-11T21:46:04.974Z Checking getrandom v0.2.17
9762026-06-11T21:46:05.011Z Checking zeroize v1.8.2
9772026-06-11T21:46:05.184Z Checking bitflags v2.12.1
9782026-06-11T21:46:05.590Z Compiling multer v3.1.0
9792026-06-11T21:46:05.663Z Compiling async-stream-impl v0.3.6
9802026-06-11T21:46:05.986Z Checking socket2 v0.6.4
9812026-06-11T21:46:06.112Z Checking scopeguard v1.2.0
9822026-06-11T21:46:06.263Z Checking lock_api v0.4.14
9832026-06-11T21:46:06.334Z Compiling ref-cast v1.0.25
9842026-06-11T21:46:06.506Z Compiling ref-cast-impl v1.0.25
9852026-06-11T21:46:06.598Z Compiling dropshot v0.17.1
9862026-06-11T21:46:06.839Z Checking critical-section v1.2.0
9872026-06-11T21:46:06.879Z Compiling dropshot_endpoint v0.17.1
9882026-06-11T21:46:06.943Z Checking once_cell v1.21.4
9892026-06-11T21:46:07.107Z Checking parking_lot v0.12.5
9902026-06-11T21:46:07.147Z Compiling dof v0.4.0
9912026-06-11T21:46:07.280Z Compiling newtype-uuid-macros v0.1.0
9922026-06-11T21:46:07.706Z Checking signal-hook-registry v1.4.8
9932026-06-11T21:46:08.144Z Checking mio v1.2.1
9942026-06-11T21:46:08.307Z Compiling darling_core v0.23.0
9952026-06-11T21:46:08.344Z Compiling strum_macros v0.26.4
9962026-06-11T21:46:08.368Z Compiling usdt-attr-macro v0.6.0
9972026-06-11T21:46:08.421Z Compiling usdt-macro v0.6.0
9982026-06-11T21:46:08.474Z Checking tokio v1.52.3
9992026-06-11T21:46:08.507Z Compiling structmeta-derive v0.3.0
10002026-06-11T21:46:08.667Z Checking subtle v2.6.1
10012026-06-11T21:46:08.821Z Compiling allocator-api2 v0.2.21
10022026-06-11T21:46:09.158Z Compiling foldhash v0.2.0
10032026-06-11T21:46:09.225Z Checking futures-core v0.3.32
10042026-06-11T21:46:09.354Z Compiling hashbrown v0.16.1
10052026-06-11T21:46:09.532Z Compiling structmeta v0.3.0
10062026-06-11T21:46:09.639Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10072026-06-11T21:46:09.950Z Compiling strum_macros v0.27.2
10082026-06-11T21:46:09.978Z Compiling derive-ex v0.1.8
10092026-06-11T21:46:10.103Z Compiling http v1.4.1
10102026-06-11T21:46:10.361Z Compiling darling_macro v0.23.0
10112026-06-11T21:46:10.640Z Checking futures-sink v0.3.32
10122026-06-11T21:46:10.747Z Checking ipnetwork v0.21.1
10132026-06-11T21:46:10.940Z Compiling darling v0.23.0
10142026-06-11T21:46:10.962Z Compiling winnow v1.0.3
10152026-06-11T21:46:11.026Z Compiling serde_with_macros v3.20.0
10162026-06-11T21:46:11.113Z Checking slab v0.4.12
10172026-06-11T21:46:11.505Z Compiling test-strategy v0.4.5
10182026-06-11T21:46:11.846Z Checking futures-channel v0.3.32
10192026-06-11T21:46:11.994Z Compiling toml_parser v1.1.2+spec-1.1.0
10202026-06-11T21:46:12.035Z Checking typenum v1.20.1
10212026-06-11T21:46:12.073Z Compiling fnv v1.0.7
10222026-06-11T21:46:12.179Z Checking futures-task v0.3.32
10232026-06-11T21:46:12.327Z Checking futures-io v0.3.32
10242026-06-11T21:46:12.356Z Compiling toml_datetime v1.1.1+spec-1.1.0
10252026-06-11T21:46:12.450Z Checking futures-util v0.3.32
10262026-06-11T21:46:12.555Z Compiling parse-display-derive v0.10.0
10272026-06-11T21:46:12.842Z Checking oxnet v0.1.6
10282026-06-11T21:46:12.866Z Checking tracing-core v0.1.36
10292026-06-11T21:46:12.868Z Checking erased-serde v0.3.31
10302026-06-11T21:46:13.301Z Checking tracing v0.1.44
10312026-06-11T21:46:13.492Z Compiling ryu v1.0.23
10322026-06-11T21:46:13.648Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10332026-06-11T21:46:13.667Z Compiling clap_derive v4.6.1
10342026-06-11T21:46:14.079Z Checking base64 v0.22.1
10352026-06-11T21:46:14.521Z Checking rand_core v0.6.4
10362026-06-11T21:46:14.543Z Compiling openapiv3 v2.2.0
10372026-06-11T21:46:14.751Z Checking rustls-pki-types v1.14.1
10382026-06-11T21:46:15.048Z Checking tokio-util v0.7.18
10392026-06-11T21:46:15.217Z Checking untrusted v0.9.0
10402026-06-11T21:46:15.321Z Checking ipnet v2.12.0
10412026-06-11T21:46:15.342Z Checking untrusted v0.7.1
10422026-06-11T21:46:15.480Z Compiling toml_edit v0.25.12+spec-1.1.0
10432026-06-11T21:46:15.976Z Checking http-body v1.0.1
10442026-06-11T21:46:16.099Z Compiling proc-macro-crate v3.5.0
10452026-06-11T21:46:16.387Z Checking atomic-waker v1.1.2
10462026-06-11T21:46:16.512Z Checking tower-layer v0.3.3
10472026-06-11T21:46:16.532Z Compiling num_enum_derive v0.7.6
10482026-06-11T21:46:16.535Z Checking try-lock v0.2.5
10492026-06-11T21:46:16.649Z Checking tower-service v0.3.3
10502026-06-11T21:46:16.772Z Compiling either v1.16.0
10512026-06-11T21:46:16.818Z Checking want v0.3.1
10522026-06-11T21:46:16.946Z Checking h2 v0.4.14
10532026-06-11T21:46:16.986Z Compiling itertools v0.14.0
10542026-06-11T21:46:17.204Z Checking httpdate v1.0.3
10552026-06-11T21:46:17.273Z Compiling regress v0.11.1
10562026-06-11T21:46:17.528Z Compiling crucible-workspace-hack v0.1.0
10572026-06-11T21:46:18.055Z Checking serde_urlencoded v0.7.1
10582026-06-11T21:46:18.089Z Checking http-body-util v0.1.3
10592026-06-11T21:46:18.568Z Checking ppv-lite86 v0.2.21
10602026-06-11T21:46:18.765Z Checking hyper v1.10.1
10612026-06-11T21:46:18.784Z Compiling typify-impl v0.6.2
10622026-06-11T21:46:18.864Z Compiling unsafe-libyaml v0.2.11
10632026-06-11T21:46:19.369Z Compiling serde_yaml v0.9.34+deprecated
10642026-06-11T21:46:19.667Z Checking hyper-util v0.1.20
10652026-06-11T21:46:20.345Z Compiling convert_case v0.4.0
10662026-06-11T21:46:20.649Z Compiling derive_more v0.99.20
10672026-06-11T21:46:21.246Z Compiling darling_core v0.21.3
10682026-06-11T21:46:21.270Z Compiling zerocopy-derive v0.7.35
10692026-06-11T21:46:21.881Z Checking powerfmt v0.2.0
10702026-06-11T21:46:22.140Z Compiling typify-macro v0.6.2
10712026-06-11T21:46:22.220Z Checking deranged v0.5.8
10722026-06-11T21:46:23.080Z Compiling regress v0.10.5
10732026-06-11T21:46:23.236Z Checking num_threads v0.1.7
10742026-06-11T21:46:23.305Z Compiling darling_macro v0.21.3
10752026-06-11T21:46:23.469Z Checking time v0.3.47
10762026-06-11T21:46:23.642Z Compiling heapless v0.8.0
10772026-06-11T21:46:23.868Z Compiling darling v0.21.3
10782026-06-11T21:46:24.199Z Compiling ingot-macros v0.1.1
10792026-06-11T21:46:24.272Z Compiling typify v0.6.2
10802026-06-11T21:46:24.400Z Checking crossbeam-channel v0.5.15
10812026-06-11T21:46:24.583Z Compiling scroll_derive v0.12.1
10822026-06-11T21:46:24.586Z Compiling serde_repr v0.1.20
10832026-06-11T21:46:25.345Z Compiling rustix v0.38.44
10842026-06-11T21:46:25.617Z Checking cpufeatures v0.3.0
10852026-06-11T21:46:26.025Z Checking futures-executor v0.3.32
10862026-06-11T21:46:26.091Z Checking sync_wrapper v1.0.2
10872026-06-11T21:46:26.200Z Checking thread_local v1.1.9
10882026-06-11T21:46:26.266Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10892026-06-11T21:46:26.296Z Compiling smoltcp v0.11.0
10902026-06-11T21:46:26.775Z Checking tower v0.5.3
10912026-06-11T21:46:26.908Z Checking rand_core v0.9.5
10922026-06-11T21:46:27.017Z Checking webpki-roots v1.0.7
10932026-06-11T21:46:27.219Z Compiling rustc_version v0.4.1
10942026-06-11T21:46:27.320Z Checking is-terminal v0.4.17
10952026-06-11T21:46:27.379Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10962026-06-11T21:46:27.417Z Checking term v1.2.1
10972026-06-11T21:46:27.500Z Checking take_mut v0.2.2
10982026-06-11T21:46:27.605Z Compiling curve25519-dalek v4.1.3
10992026-06-11T21:46:27.662Z Checking slog-term v2.9.2
11002026-06-11T21:46:27.727Z Checking tower-http v0.6.11
11012026-06-11T21:46:27.774Z Checking futures v0.3.32
11022026-06-11T21:46:27.907Z Compiling toml_datetime v0.6.11
11032026-06-11T21:46:27.928Z Compiling foreign-types-macros v0.2.3
11042026-06-11T21:46:28.283Z Checking hex v0.4.3
11052026-06-11T21:46:28.522Z Checking rand_chacha v0.9.0
11062026-06-11T21:46:28.729Z Compiling zerocopy v0.7.35
11072026-06-11T21:46:28.786Z Compiling hubpack_derive v0.1.1
11082026-06-11T21:46:28.919Z Compiling thiserror-impl-no-std v2.0.2
11092026-06-11T21:46:29.166Z Compiling curve25519-dalek-derive v0.1.1
11102026-06-11T21:46:29.436Z Compiling usdt-impl v0.5.0
11112026-06-11T21:46:29.459Z Compiling proc-macro-error-attr v1.0.4
11122026-06-11T21:46:29.582Z Checking fastrand v2.4.1
11132026-06-11T21:46:29.854Z Compiling dof v0.3.0
11142026-06-11T21:46:29.908Z Checking rand v0.9.4
11152026-06-11T21:46:29.928Z Compiling dtrace-parser v0.2.0
11162026-06-11T21:46:29.970Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11172026-06-11T21:46:30.362Z Compiling serde_spanned v1.1.1
11182026-06-11T21:46:30.513Z Compiling thread-id v4.2.2
11192026-06-11T21:46:30.533Z Compiling proc-macro-error v1.0.4
11202026-06-11T21:46:30.602Z Compiling memoffset v0.9.1
11212026-06-11T21:46:30.796Z Compiling pkg-config v0.3.33
11222026-06-11T21:46:30.854Z Compiling toml_writer v1.1.1+spec-1.1.0
11232026-06-11T21:46:31.898Z Checking crypto-common v0.1.7
11242026-06-11T21:46:32.207Z Checking hybrid-array v0.4.12
11252026-06-11T21:46:32.723Z Checking adler2 v2.0.1
11262026-06-11T21:46:32.743Z Compiling cfg_aliases v0.2.1
11272026-06-11T21:46:32.793Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11282026-06-11T21:46:32.821Z Compiling prettyplease v0.2.37
11292026-06-11T21:46:32.840Z Checking openssl-probe v0.2.1
11302026-06-11T21:46:32.934Z Checking simd-adler32 v0.3.9
11312026-06-11T21:46:32.954Z Checking match_cfg v0.1.0
11322026-06-11T21:46:33.024Z Checking hostname v0.3.1
11332026-06-11T21:46:33.064Z Checking rustls-native-certs v0.8.4
11342026-06-11T21:46:33.083Z Checking miniz_oxide v0.8.9
11352026-06-11T21:46:33.140Z Compiling nix v0.31.3
11362026-06-11T21:46:33.431Z Checking tempfile v3.27.0
11372026-06-11T21:46:33.627Z Checking slog-json v2.6.1
11382026-06-11T21:46:33.654Z Checking newtype-uuid v1.3.2
11392026-06-11T21:46:33.781Z Checking memmap2 v0.9.10
11402026-06-11T21:46:33.993Z Compiling heck v0.4.1
11412026-06-11T21:46:34.023Z Checking usdt v0.6.0
11422026-06-11T21:46:34.143Z Checking daft v0.1.7
11432026-06-11T21:46:34.217Z Checking slog-bunyan v2.5.0
11442026-06-11T21:46:34.359Z Checking flate2 v1.1.9
11452026-06-11T21:46:34.379Z Checking crypto-common v0.2.2
11462026-06-11T21:46:34.398Z Checking block-buffer v0.12.0
11472026-06-11T21:46:34.542Z Compiling usdt-attr-macro v0.5.0
11482026-06-11T21:46:34.622Z Compiling usdt-macro v0.5.0
11492026-06-11T21:46:34.867Z Compiling enum-as-inner v0.6.1
11502026-06-11T21:46:34.908Z Compiling num-derive v0.4.2
11512026-06-11T21:46:34.961Z Checking compression-core v0.4.32
11522026-06-11T21:46:35.259Z Checking const-oid v0.10.2
11532026-06-11T21:46:35.330Z Compiling winnow v0.7.15
11542026-06-11T21:46:35.396Z Checking debug-ignore v1.0.5
11552026-06-11T21:46:35.435Z Checking digest v0.11.3
11562026-06-11T21:46:35.709Z Checking compression-codecs v0.4.38
11572026-06-11T21:46:36.339Z Checking encoding_rs v0.8.35
11582026-06-11T21:46:36.412Z Compiling rayon-core v1.13.0
11592026-06-11T21:46:36.442Z Checking spin v0.9.8
11602026-06-11T21:46:36.464Z Checking mime v0.3.17
11612026-06-11T21:46:36.500Z Checking toml v1.1.2+spec-1.1.0
11622026-06-11T21:46:36.658Z Checking async-compression v0.4.42
11632026-06-11T21:46:36.732Z Checking sha1 v0.11.0
11642026-06-11T21:46:37.146Z Checking rand_chacha v0.3.1
11652026-06-11T21:46:37.295Z Checking waitgroup v0.1.2
11662026-06-11T21:46:37.298Z Checking rustls-pemfile v2.2.0
11672026-06-11T21:46:37.352Z Checking async-stream v0.3.6
11682026-06-11T21:46:37.454Z Checking serde_path_to_error v0.1.20
11692026-06-11T21:46:37.478Z Checking hostname v0.4.2
11702026-06-11T21:46:37.498Z Compiling wait-timeout v0.2.1
11712026-06-11T21:46:37.672Z Compiling quick-error v1.2.3
11722026-06-11T21:46:37.730Z Compiling bit-vec v0.8.0
11732026-06-11T21:46:37.789Z Compiling rusty-fork v0.3.1
11742026-06-11T21:46:37.916Z Compiling bit-set v0.8.0
11752026-06-11T21:46:37.975Z Checking rand v0.8.6
11762026-06-11T21:46:38.465Z Compiling rand_xorshift v0.4.0
11772026-06-11T21:46:38.520Z Compiling progenitor-impl v0.14.0
11782026-06-11T21:46:38.649Z Compiling num-integer v0.1.46
11792026-06-11T21:46:38.730Z Checking macaddr v1.0.1
11802026-06-11T21:46:39.096Z Checking unicode-width v0.2.2
11812026-06-11T21:46:39.322Z Compiling unarray v0.1.4
11822026-06-11T21:46:39.362Z Compiling winnow v0.5.40
11832026-06-11T21:46:39.439Z Compiling semver v0.1.20
11842026-06-11T21:46:39.568Z Checking rustls-webpki v0.103.13
11852026-06-11T21:46:40.566Z Compiling progenitor-macro v0.14.0
11862026-06-11T21:46:40.587Z Compiling rustc_version v0.1.7
11872026-06-11T21:46:40.590Z Compiling proptest v1.11.0
11882026-06-11T21:46:40.625Z Compiling toml_edit v0.19.15
11892026-06-11T21:46:40.803Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11902026-06-11T21:46:41.999Z Compiling reqwest v0.12.28
11912026-06-11T21:46:42.277Z Compiling backon v1.6.0
11922026-06-11T21:46:42.384Z Checking tokio-rustls v0.26.4
11932026-06-11T21:46:42.481Z Checking rustls-platform-verifier v0.7.0
11942026-06-11T21:46:42.618Z Checking hyper-rustls v0.27.9
11952026-06-11T21:46:42.824Z Checking reqwest v0.13.4
11962026-06-11T21:46:42.865Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11972026-06-11T21:46:43.719Z Checking block-buffer v0.10.4
11982026-06-11T21:46:44.021Z Compiling strum v0.26.3
11992026-06-11T21:46:44.153Z Compiling instant v0.1.13
12002026-06-11T21:46:44.269Z Compiling utf8parse v0.2.2
12012026-06-11T21:46:44.629Z Compiling anstyle-parse v1.0.0
12022026-06-11T21:46:44.648Z Compiling backoff v0.4.0
12032026-06-11T21:46:44.666Z Compiling iddqd v0.4.2
12042026-06-11T21:46:44.708Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12052026-06-11T21:46:44.811Z Checking digest v0.10.7
12062026-06-11T21:46:44.846Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12072026-06-11T21:46:44.870Z Compiling progenitor-client v0.10.0
12082026-06-11T21:46:44.955Z Compiling proc-macro-crate v1.3.1
12092026-06-11T21:46:45.004Z Compiling newtype_derive v0.1.6
12102026-06-11T21:46:45.087Z Compiling progenitor-client v0.14.0
12112026-06-11T21:46:45.126Z Compiling num-rational v0.4.2
12122026-06-11T21:46:45.201Z Compiling num-iter v0.1.45
12132026-06-11T21:46:45.259Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12142026-06-11T21:46:45.295Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12152026-06-11T21:46:45.330Z Compiling progenitor-extras v0.2.0
12162026-06-11T21:46:45.563Z Compiling progenitor-impl v0.13.0
12172026-06-11T21:46:45.632Z Compiling parse-display v0.10.0
12182026-06-11T21:46:45.771Z Compiling serde_with v3.20.0
12192026-06-11T21:46:45.835Z Compiling strum v0.27.2
12202026-06-11T21:46:45.855Z Compiling num-complex v0.4.6
12212026-06-11T21:46:46.008Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12222026-06-11T21:46:46.124Z Compiling is_terminal_polyfill v1.70.2
12232026-06-11T21:46:46.191Z Compiling vcpkg v0.2.15
12242026-06-11T21:46:46.228Z Compiling humantime v2.3.0
12252026-06-11T21:46:46.281Z Compiling owo-colors v4.3.0
12262026-06-11T21:46:46.301Z Compiling colorchoice v1.0.5
12272026-06-11T21:46:46.349Z Compiling anstyle v1.0.14
12282026-06-11T21:46:46.420Z Compiling anstyle-query v1.1.5
12292026-06-11T21:46:46.537Z Compiling num v0.4.3
12302026-06-11T21:46:46.564Z Compiling anstream v1.0.0
12312026-06-11T21:46:46.622Z Compiling num_enum_derive v0.5.11
12322026-06-11T21:46:46.795Z Compiling openssl-sys v0.9.116
12332026-06-11T21:46:46.858Z Compiling terminal_size v0.4.4
12342026-06-11T21:46:47.028Z Compiling serde_spanned v0.6.9
12352026-06-11T21:46:47.179Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12362026-06-11T21:46:47.203Z Compiling derive-where v1.6.1
12372026-06-11T21:46:47.362Z Compiling pin-project-internal v1.1.13
12382026-06-11T21:46:47.625Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12392026-06-11T21:46:47.656Z Compiling progenitor-macro v0.13.0
12402026-06-11T21:46:47.701Z Compiling float-ord v0.3.2
12412026-06-11T21:46:47.826Z Compiling clap_lex v1.1.0
12422026-06-11T21:46:48.053Z Compiling toml_write v0.1.2
12432026-06-11T21:46:48.259Z Compiling toml_edit v0.22.27
12442026-06-11T21:46:48.393Z Compiling clap_builder v4.6.0
12452026-06-11T21:46:49.709Z Compiling toml v0.8.23
12462026-06-11T21:46:50.003Z Compiling clap v4.6.1
12472026-06-11T21:46:50.096Z Compiling zone_cfg_derive v0.3.1
12482026-06-11T21:46:50.412Z Compiling async-recursion v1.1.1
12492026-06-11T21:46:50.538Z Compiling snafu-derive v0.8.9
12502026-06-11T21:46:51.578Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12512026-06-11T21:46:52.013Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12522026-06-11T21:46:52.054Z Compiling slog-dtrace v0.3.0
12532026-06-11T21:46:52.132Z Compiling unicode-xid v0.2.6
12542026-06-11T21:46:52.301Z Compiling chrono-tz v0.10.4
12552026-06-11T21:46:52.341Z Compiling cancel-safe-futures v0.1.5
12562026-06-11T21:46:52.392Z Compiling openssl v0.10.80
12572026-06-11T21:46:52.432Z Compiling minimal-lexical v0.2.1
12582026-06-11T21:46:52.629Z Compiling nom v7.1.3
12592026-06-11T21:46:52.871Z Compiling const_format_proc_macros v0.2.34
12602026-06-11T21:46:53.055Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12612026-06-11T21:46:53.355Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-06-11T21:46:53.424Z Compiling openssl-macros v0.1.1
12632026-06-11T21:46:53.600Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12642026-06-11T21:46:53.828Z Checking cpufeatures v0.2.17
12652026-06-11T21:46:53.948Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12662026-06-11T21:46:54.496Z Compiling cookie v0.18.1
12672026-06-11T21:46:54.515Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-06-11T21:46:54.765Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-06-11T21:46:54.840Z Compiling tabled_derive v0.7.0
12702026-06-11T21:46:55.241Z Checking num_enum v0.7.6
12712026-06-11T21:46:57.637Z Checking tabwriter v1.4.1
12722026-06-11T21:46:57.811Z Checking secrecy v0.10.3
12732026-06-11T21:46:57.903Z Checking tinyvec_macros v0.1.1
12742026-06-11T21:46:57.943Z Checking colored v3.1.1
12752026-06-11T21:46:58.131Z Checking tinyvec v1.11.0
12762026-06-11T21:46:58.153Z Checking crossbeam-epoch v0.9.18
12772026-06-11T21:46:58.191Z Checking hash32 v0.3.1
12782026-06-11T21:46:58.317Z Checking bstr v1.12.1
12792026-06-11T21:46:58.394Z Checking data-encoding v2.11.0
12802026-06-11T21:46:58.466Z Checking hmac v0.12.1
12812026-06-11T21:46:58.606Z Checking ingot-types v0.1.2
12822026-06-11T21:46:58.661Z Checking inout v0.1.4
12832026-06-11T21:46:58.802Z Checking scroll v0.12.0
12842026-06-11T21:46:58.828Z Checking ff v0.13.1
12852026-06-11T21:46:58.960Z Checking cobs v0.3.0
12862026-06-11T21:46:58.980Z Checking bitflags v1.3.2
12872026-06-11T21:46:59.042Z Checking static_assertions v1.1.0
12882026-06-11T21:46:59.062Z Checking managed v0.8.0
12892026-06-11T21:46:59.105Z Checking foreign-types-shared v0.3.1
12902026-06-11T21:46:59.126Z Checking postcard v1.1.3
12912026-06-11T21:46:59.129Z Checking goblin v0.8.2
12922026-06-11T21:46:59.202Z Checking foreign-types v0.5.0
12932026-06-11T21:46:59.288Z Checking ingot v0.1.1
12942026-06-11T21:46:59.331Z Checking group v0.13.0
12952026-06-11T21:46:59.414Z Checking cipher v0.4.4
12962026-06-11T21:46:59.444Z Checking hkdf v0.12.4
12972026-06-11T21:46:59.579Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12982026-06-11T21:46:59.582Z Checking universal-hash v0.5.1
12992026-06-11T21:46:59.728Z Checking crypto-bigint v0.5.5
13002026-06-11T21:46:59.769Z Checking chacha20 v0.10.0
13012026-06-11T21:46:59.863Z Checking half v2.7.1
13022026-06-11T21:47:00.126Z Checking cstr-argument v0.1.2
13032026-06-11T21:47:00.257Z Checking base64ct v1.8.3
13042026-06-11T21:47:00.310Z Checking opaque-debug v0.3.1
13052026-06-11T21:47:00.313Z Checking base16ct v0.2.0
13062026-06-11T21:47:00.389Z Checking indent_write v2.2.0
13072026-06-11T21:47:00.409Z Checking ciborium-io v0.2.2
13082026-06-11T21:47:00.453Z Checking poly1305 v0.8.0
13092026-06-11T21:47:00.495Z Checking password-hash v0.5.0
13102026-06-11T21:47:00.514Z Checking ciborium-ll v0.2.2
13112026-06-11T21:47:00.583Z Checking elliptic-curve v0.13.8
13122026-06-11T21:47:00.614Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13132026-06-11T21:47:00.680Z Checking rand v0.10.1
13142026-06-11T21:47:00.701Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13152026-06-11T21:47:00.724Z Checking chacha20 v0.9.1
13162026-06-11T21:47:00.785Z Checking atomicwrites v0.4.4
13172026-06-11T21:47:00.851Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13182026-06-11T21:47:00.859Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13192026-06-11T21:47:00.914Z Checking blake2 v0.10.6
13202026-06-11T21:47:00.917Z Checking aead v0.5.2
13212026-06-11T21:47:01.076Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13222026-06-11T21:47:01.098Z Checking thiserror-no-std v2.0.2
13232026-06-11T21:47:01.133Z Checking hubpack v0.1.2
13242026-06-11T21:47:01.154Z Checking byte-wrapper v0.1.0
13252026-06-11T21:47:01.187Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13262026-06-11T21:47:01.308Z Checking keccak v0.1.6
13272026-06-11T21:47:01.397Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13282026-06-11T21:47:01.478Z Checking sha3 v0.10.9
13292026-06-11T21:47:01.478Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13302026-06-11T21:47:01.609Z Checking vsss-rs v3.3.4
13312026-06-11T21:47:01.677Z Checking argon2 v0.5.3
13322026-06-11T21:47:01.699Z Checking chacha20poly1305 v0.10.1
13332026-06-11T21:47:01.739Z Checking ciborium v0.2.2
13342026-06-11T21:47:01.831Z Checking similar v2.7.0
13352026-06-11T21:47:02.058Z Checking memmap v0.7.0
13362026-06-11T21:47:02.080Z Checking lazy_static v1.5.0
13372026-06-11T21:47:02.186Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13382026-06-11T21:47:02.204Z Checking usdt v0.5.0
13392026-06-11T21:47:02.366Z Checking crossbeam-deque v0.8.6
13402026-06-11T21:47:02.508Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13412026-06-11T21:47:02.551Z Checking bytecount v0.6.9
13422026-06-11T21:47:02.664Z Checking unicode-segmentation v1.13.3
13432026-06-11T21:47:02.693Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-06-11T21:47:02.931Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13452026-06-11T21:47:03.002Z Checking newline-converter v0.3.0
13462026-06-11T21:47:03.055Z Checking console v0.15.11
13472026-06-11T21:47:03.094Z Checking progenitor v0.14.0
13482026-06-11T21:47:03.117Z Checking itertools v0.12.1
13492026-06-11T21:47:03.255Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13502026-06-11T21:47:03.371Z Checking resolv-conf v0.7.6
13512026-06-11T21:47:03.477Z Compiling parking_lot_core v0.8.6
13522026-06-11T21:47:03.518Z Checking linked-hash-map v0.5.6
13532026-06-11T21:47:03.544Z Checking swrite v0.1.0
13542026-06-11T21:47:03.640Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13552026-06-11T21:47:03.663Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13562026-06-11T21:47:03.687Z Checking lru-cache v0.1.2
13572026-06-11T21:47:03.794Z Checking rayon v1.12.0
13582026-06-11T21:47:03.815Z Checking expectorate v1.2.0
13592026-06-11T21:47:03.877Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13602026-06-11T21:47:04.105Z Checking hickory-proto v0.24.4
13612026-06-11T21:47:04.420Z Checking progenitor-client v0.13.0
13622026-06-11T21:47:04.425Z Checking camino-tempfile v1.4.1
13632026-06-11T21:47:04.794Z Checking serde-big-array v0.5.1
13642026-06-11T21:47:04.843Z Checking siphasher v1.0.3
13652026-06-11T21:47:04.930Z Checking progenitor v0.13.0
13662026-06-11T21:47:04.951Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13672026-06-11T21:47:05.009Z Checking phf_shared v0.12.1
13682026-06-11T21:47:05.228Z Checking unicode-normalization v0.1.25
13692026-06-11T21:47:05.479Z Checking pin-project v1.1.13
13702026-06-11T21:47:05.563Z Checking num_enum v0.5.11
13712026-06-11T21:47:05.617Z Checking hickory-resolver v0.24.4
13722026-06-11T21:47:05.827Z Checking tokio-stream v0.1.18
13732026-06-11T21:47:06.106Z Checking csv-core v0.1.13
13742026-06-11T21:47:06.239Z Checking highway v1.3.0
13752026-06-11T21:47:06.285Z Checking smawk v0.3.2
13762026-06-11T21:47:06.306Z Checking foldhash v0.1.5
13772026-06-11T21:47:06.390Z Checking konst_macro_rules v0.2.19
13782026-06-11T21:47:06.411Z Checking same-file v1.0.6
13792026-06-11T21:47:06.451Z Checking unicode-width v0.1.14
13802026-06-11T21:47:06.454Z Checking unicode-linebreak v0.1.5
13812026-06-11T21:47:06.490Z Checking foreign-types-shared v0.1.1
13822026-06-11T21:47:06.541Z Checking konst v0.2.20
13832026-06-11T21:47:06.561Z Checking walkdir v2.5.0
13842026-06-11T21:47:06.582Z Checking foreign-types v0.3.2
13852026-06-11T21:47:06.660Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13862026-06-11T21:47:06.688Z Checking textwrap v0.16.2
13872026-06-11T21:47:06.707Z Checking hashbrown v0.15.5
13882026-06-11T21:47:06.731Z Checking csv v1.4.0
13892026-06-11T21:47:06.753Z Checking qorb v0.4.1
13902026-06-11T21:47:07.247Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13912026-06-11T21:47:07.497Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13922026-06-11T21:47:07.622Z Checking olpc-cjson v0.1.4
13932026-06-11T21:47:07.671Z Checking snafu v0.8.9
13942026-06-11T21:47:07.754Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13952026-06-11T21:47:07.775Z Checking phf v0.12.1
13962026-06-11T21:47:07.928Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13972026-06-11T21:47:08.031Z Checking zone v0.3.1
13982026-06-11T21:47:08.136Z Checking tokio-dtrace v0.1.1
13992026-06-11T21:47:08.324Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14002026-06-11T21:47:08.390Z Checking globset v0.4.18
14012026-06-11T21:47:08.645Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14022026-06-11T21:47:08.988Z Checking smf v0.2.3
14032026-06-11T21:47:09.119Z Checking pem v3.0.6
14042026-06-11T21:47:09.223Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14052026-06-11T21:47:09.270Z Checking libsw-core v0.3.2
14062026-06-11T21:47:09.364Z Checking serde_plain v1.0.2
14072026-06-11T21:47:09.418Z Checking sigpipe v0.1.3
14082026-06-11T21:47:09.501Z Checking glob v0.3.3
14092026-06-11T21:47:09.521Z Checking typed-path v0.9.3
14102026-06-11T21:47:09.570Z Checking fixedbitset v0.4.2
14112026-06-11T21:47:09.623Z Checking jiff v0.2.28
14122026-06-11T21:47:09.739Z Checking fixedbitset v0.5.7
14132026-06-11T21:47:09.941Z Checking petgraph v0.6.5
14142026-06-11T21:47:09.945Z Checking petgraph v0.8.3
14152026-06-11T21:47:10.148Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14162026-06-11T21:47:10.291Z Checking tough v0.22.0
14172026-06-11T21:47:10.598Z Checking libsw v3.5.0
14182026-06-11T21:47:10.620Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-11T21:47:10.753Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14202026-06-11T21:47:11.093Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-06-11T21:47:11.175Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14222026-06-11T21:47:11.241Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14232026-06-11T21:47:11.344Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14242026-06-11T21:47:11.367Z Checking oxide-tokio-rt v0.1.6
14252026-06-11T21:47:11.537Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14262026-06-11T21:47:11.666Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-06-11T21:47:11.712Z Checking const_format v0.2.36
14282026-06-11T21:47:11.758Z Checking papergrid v0.11.0
14292026-06-11T21:47:11.841Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-11T21:47:12.207Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-06-11T21:47:12.229Z Checking gethostname v0.5.0
14322026-06-11T21:47:12.250Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-06-11T21:47:12.325Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14342026-06-11T21:47:12.365Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14352026-06-11T21:47:12.549Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14362026-06-11T21:47:12.872Z Checking libscf-sys v1.2.0
14372026-06-11T21:47:13.046Z Checking bcs v0.1.6
14382026-06-11T21:47:13.153Z Checking tagptr v0.2.0
14392026-06-11T21:47:13.173Z Checking whoami v1.6.1
14402026-06-11T21:47:13.242Z Checking linear-map v1.2.0
14412026-06-11T21:47:13.300Z Checking termtree v0.5.1
14422026-06-11T21:47:13.304Z Checking moka v0.12.15
14432026-06-11T21:47:13.416Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14442026-06-11T21:47:13.712Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-11T21:47:14.645Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-11T21:47:14.950Z Checking tabled v0.15.0
14472026-06-11T21:47:15.196Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-06-11T21:47:15.218Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-11T21:47:15.221Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-06-11T21:47:15.221Z Checking steno v0.4.1
14512026-06-11T21:47:15.830Z Checking hickory-proto v0.25.2
14522026-06-11T21:47:17.365Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14532026-06-11T21:47:17.463Z Checking hickory-resolver v0.25.2
14542026-06-11T21:47:17.485Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14552026-06-11T21:47:18.107Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-06-11T21:47:18.307Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14572026-06-11T21:47:18.822Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14582026-06-11T21:47:22.562Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14592026-06-11T21:47:22.661Z Checking nom v8.0.0
14602026-06-11T21:47:22.705Z Compiling proc-macro-error-attr2 v2.0.0
14612026-06-11T21:47:24.363Z Compiling proc-macro-error2 v2.0.1
14622026-06-11T21:47:26.561Z Compiling crunchy v0.2.4
14632026-06-11T21:47:28.081Z Compiling tabled_derive v0.11.0
14642026-06-11T21:47:28.151Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14652026-06-11T21:47:29.181Z Compiling tiny-keccak v2.0.2
14662026-06-11T21:47:29.370Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14672026-06-11T21:47:29.697Z Compiling typify-impl v0.4.3
14682026-06-11T21:47:29.700Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14692026-06-11T21:47:29.881Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14702026-06-11T21:47:29.905Z Checking parking_lot v0.11.2
14712026-06-11T21:47:29.973Z Compiling const-random-macro v0.1.16
14722026-06-11T21:47:30.132Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14732026-06-11T21:47:30.385Z Checking fxhash v0.2.1
14742026-06-11T21:47:30.430Z Compiling smartstring v1.0.1
14752026-06-11T21:47:30.516Z Checking sled v0.34.7
14762026-06-11T21:47:30.706Z Compiling ahash v0.8.12
14772026-06-11T21:47:31.243Z Checking internet-checksum v0.2.1
14782026-06-11T21:47:31.376Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14792026-06-11T21:47:31.610Z Compiling rhai_codegen v3.2.0
14802026-06-11T21:47:31.699Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14812026-06-11T21:47:31.747Z Checking arc-swap v1.9.1
14822026-06-11T21:47:31.868Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14832026-06-11T21:47:32.080Z Checking slog-scope v4.4.1
14842026-06-11T21:47:32.227Z Checking papergrid v0.18.0
14852026-06-11T21:47:32.434Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14862026-06-11T21:47:32.469Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14872026-06-11T21:47:32.827Z Checking testing_table v0.3.0
14882026-06-11T21:47:32.935Z Checking dropshot-api-manager-types v0.7.2
14892026-06-11T21:47:33.061Z Compiling typify-macro v0.4.3
14902026-06-11T21:47:33.201Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14912026-06-11T21:47:33.223Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14922026-06-11T21:47:33.312Z Checking tabled v0.21.0
14932026-06-11T21:47:34.043Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14942026-06-11T21:47:34.064Z Checking slog-stdlog v4.1.1
14952026-06-11T21:47:34.116Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14962026-06-11T21:47:34.164Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14972026-06-11T21:47:34.196Z Compiling lzma-sys v0.1.20
14982026-06-11T21:47:34.342Z Compiling fs-err v3.3.0
14992026-06-11T21:47:34.554Z Compiling typeid v1.0.3
15002026-06-11T21:47:34.575Z Compiling typify v0.4.3
15012026-06-11T21:47:34.674Z Compiling progenitor-impl v0.10.0
15022026-06-11T21:47:34.714Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15032026-06-11T21:47:34.839Z Checking slog-envlogger v2.2.0
15042026-06-11T21:47:35.434Z Compiling toml_datetime v0.7.5+spec-1.1.0
15052026-06-11T21:47:35.590Z Checking crc8 v0.1.1
15062026-06-11T21:47:35.662Z Compiling toml v0.9.12+spec-1.1.0
15072026-06-11T21:47:35.696Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15082026-06-11T21:47:35.845Z Checking const-random v0.1.18
15092026-06-11T21:47:36.352Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15102026-06-11T21:47:36.594Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15112026-06-11T21:47:36.734Z Compiling progenitor-macro v0.10.0
15122026-06-11T21:47:36.770Z Compiling cargo_toml v0.22.3
15132026-06-11T21:47:37.862Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15142026-06-11T21:47:38.601Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15152026-06-11T21:47:39.061Z Checking thin-vec v0.2.18
15162026-06-11T21:47:39.301Z Checking rhai v1.25.1
15172026-06-11T21:47:39.354Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15182026-06-11T21:47:40.136Z Checking sha1 v0.10.6
15192026-06-11T21:47:40.403Z Checking utf-8 v0.7.6
15202026-06-11T21:47:40.708Z Checking tungstenite v0.21.0
15212026-06-11T21:47:41.129Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15222026-06-11T21:47:42.060Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15232026-06-11T21:47:42.064Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15242026-06-11T21:47:42.191Z Checking sha2 v0.10.9
15252026-06-11T21:47:42.379Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15262026-06-11T21:47:42.456Z Checking diff v0.1.13
15272026-06-11T21:47:42.598Z Checking yansi v1.0.1
15282026-06-11T21:47:42.618Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15292026-06-11T21:47:42.638Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15302026-06-11T21:47:42.831Z Checking progenitor v0.10.0
15312026-06-11T21:47:42.853Z Checking pretty_assertions v1.4.1
15322026-06-11T21:47:43.116Z Checking tokio-tungstenite v0.21.0
15332026-06-11T21:47:44.123Z Checking console v0.16.3
15342026-06-11T21:47:44.162Z Checking git-stub v1.0.0
15352026-06-11T21:47:44.430Z Checking unit-prefix v0.5.2
15362026-06-11T21:47:44.535Z Checking base64 v0.21.7
15372026-06-11T21:47:44.559Z Checking is_ci v1.2.0
15382026-06-11T21:47:44.664Z Checking supports-color v3.0.2
15392026-06-11T21:47:44.771Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15402026-06-11T21:47:44.816Z Checking indicatif v0.18.4
15412026-06-11T21:47:45.500Z Checking git-stub-vcs v0.1.0
15422026-06-11T21:47:45.748Z Checking xz2 v0.1.7
15432026-06-11T21:47:45.895Z Checking ron v0.12.1
15442026-06-11T21:47:46.147Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15452026-06-11T21:47:46.325Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15462026-06-11T21:47:46.476Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15472026-06-11T21:47:46.498Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15482026-06-11T21:47:46.679Z Checking drift v0.2.0
15492026-06-11T21:47:47.147Z Compiling serial_test_derive v3.5.0
15502026-06-11T21:47:47.318Z Checking base16ct v1.0.0
15512026-06-11T21:47:47.712Z Checking dropshot-api-manager v0.7.2
15522026-06-11T21:47:47.857Z Checking serial_test v3.5.0
15532026-06-11T21:47:48.040Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15542026-06-11T21:47:48.720Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15552026-06-11T21:47:49.032Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15562026-06-11T21:47:49.700Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15572026-06-11T21:47:49.969Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15582026-06-11T21:47:50.508Z Checking natord v1.0.9
15592026-06-11T21:47:50.752Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15602026-06-11T21:47:50.802Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15612026-06-11T21:47:50.961Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15622026-06-11T21:47:51.372Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15632026-06-11T21:47:51.643Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15642026-06-11T21:47:51.725Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15652026-06-11T21:47:51.815Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15662026-06-11T21:47:51.905Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15672026-06-11T21:47:51.927Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15682026-06-11T21:48:00.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
15692026-06-11T21:48:00.475Z+ cargo xtask openapi check
15702026-06-11T21:48:01.100Z Compiling cfg-if v1.0.4
15712026-06-11T21:48:01.103Z Compiling libc v0.2.186
15722026-06-11T21:48:01.103Z Compiling serde_core v1.0.228
15732026-06-11T21:48:01.210Z Compiling memchr v2.8.1
15742026-06-11T21:48:01.215Z Compiling itoa v1.0.18
15752026-06-11T21:48:01.224Z Compiling smallvec v1.15.1
15762026-06-11T21:48:01.233Z Compiling stable_deref_trait v1.2.1
15772026-06-11T21:48:01.243Z Compiling zerofrom v0.1.8
15782026-06-11T21:48:01.273Z Compiling zmij v1.0.21
15792026-06-11T21:48:01.304Z Compiling litemap v0.8.2
15802026-06-11T21:48:01.379Z Compiling yoke v0.8.3
15812026-06-11T21:48:01.401Z Compiling writeable v0.6.3
15822026-06-11T21:48:01.437Z Compiling utf8_iter v1.0.4
15832026-06-11T21:48:01.490Z Compiling percent-encoding v2.3.2
15842026-06-11T21:48:01.549Z Compiling zerovec v0.11.6
15852026-06-11T21:48:01.564Z Compiling zerotrie v0.2.4
15862026-06-11T21:48:01.601Z Compiling icu_properties_data v2.2.0
15872026-06-11T21:48:01.604Z Compiling icu_normalizer_data v2.2.0
15882026-06-11T21:48:01.679Z Compiling libm v0.2.16
15892026-06-11T21:48:01.692Z Compiling form_urlencoded v1.2.2
15902026-06-11T21:48:01.702Z Compiling rand_core v0.10.1
15912026-06-11T21:48:01.747Z Compiling errno v0.3.14
15922026-06-11T21:48:01.854Z Compiling getrandom v0.4.2
15932026-06-11T21:48:01.868Z Compiling iana-time-zone v0.1.65
15942026-06-11T21:48:01.879Z Compiling pin-project-lite v0.2.17
15952026-06-11T21:48:01.891Z Compiling zeroize v1.8.2
15962026-06-11T21:48:01.902Z Compiling dyn-clone v1.0.20
15972026-06-11T21:48:01.972Z Compiling scopeguard v1.2.0
15982026-06-11T21:48:02.031Z Compiling socket2 v0.6.4
15992026-06-11T21:48:02.043Z Compiling parking_lot_core v0.9.12
16002026-06-11T21:48:02.080Z Compiling tinystr v0.8.3
16012026-06-11T21:48:02.092Z Compiling potential_utf v0.1.5
16022026-06-11T21:48:02.095Z Compiling lock_api v0.4.14
16032026-06-11T21:48:02.112Z Compiling signal-hook-registry v1.4.8
16042026-06-11T21:48:02.256Z Compiling icu_locale_core v2.2.0
16052026-06-11T21:48:02.281Z Compiling icu_collections v2.2.0
16062026-06-11T21:48:02.332Z Compiling parking_lot v0.12.5
16072026-06-11T21:48:02.337Z Compiling mio v1.2.1
16082026-06-11T21:48:02.396Z Compiling portable-atomic v1.13.1
16092026-06-11T21:48:02.462Z Compiling num-traits v0.2.19
16102026-06-11T21:48:02.697Z Compiling futures-core v0.3.32
16112026-06-11T21:48:02.794Z Compiling thiserror v2.0.18
16122026-06-11T21:48:02.820Z Compiling critical-section v1.2.0
16132026-06-11T21:48:02.845Z Compiling equivalent v1.0.2
16142026-06-11T21:48:02.857Z Compiling subtle v2.6.1
16152026-06-11T21:48:02.896Z Compiling serde v1.0.228
16162026-06-11T21:48:02.912Z Compiling serde_json v1.0.150
16172026-06-11T21:48:02.926Z Compiling uuid v1.23.2
16182026-06-11T21:48:02.937Z Compiling icu_provider v2.2.0
16192026-06-11T21:48:03.021Z Compiling semver v1.0.28
16202026-06-11T21:48:03.045Z Compiling bitflags v2.12.1
16212026-06-11T21:48:03.081Z Compiling once_cell v1.21.4
16222026-06-11T21:48:03.259Z Compiling icu_normalizer v2.2.0
16232026-06-11T21:48:03.287Z Compiling icu_properties v2.2.0
16242026-06-11T21:48:03.291Z Compiling zerocopy v0.8.50
16252026-06-11T21:48:03.316Z Compiling bytes v1.11.1
16262026-06-11T21:48:03.347Z Compiling chrono v0.4.45
16272026-06-11T21:48:03.359Z Compiling log v0.4.32
16282026-06-11T21:48:03.414Z Compiling futures-sink v0.3.32
16292026-06-11T21:48:03.510Z Compiling slab v0.4.12
16302026-06-11T21:48:03.541Z Compiling typenum v1.20.1
16312026-06-11T21:48:03.687Z Compiling slog v2.8.2
16322026-06-11T21:48:03.705Z Compiling futures-channel v0.3.32
16332026-06-11T21:48:03.816Z Compiling tokio v1.52.3
16342026-06-11T21:48:03.933Z Compiling getrandom v0.2.17
16352026-06-11T21:48:03.946Z Compiling futures-task v0.3.32
16362026-06-11T21:48:03.991Z Compiling futures-io v0.3.32
16372026-06-11T21:48:04.114Z Compiling rand_core v0.6.4
16382026-06-11T21:48:04.117Z Compiling futures-util v0.3.32
16392026-06-11T21:48:04.146Z Compiling idna_adapter v1.2.2
16402026-06-11T21:48:04.290Z Compiling idna v1.1.0
16412026-06-11T21:48:04.332Z Compiling hashbrown v0.17.1
16422026-06-11T21:48:04.343Z Compiling tracing-core v0.1.36
16432026-06-11T21:48:04.418Z Compiling base64 v0.22.1
16442026-06-11T21:48:04.746Z Compiling url v2.5.8
16452026-06-11T21:48:04.830Z Compiling indexmap v2.14.0
16462026-06-11T21:48:04.886Z Compiling tracing v0.1.44
16472026-06-11T21:48:04.923Z Compiling http v1.4.1
16482026-06-11T21:48:05.017Z Compiling unicode-ident v1.0.24
16492026-06-11T21:48:05.122Z Compiling proc-macro2 v1.0.106
16502026-06-11T21:48:05.146Z Compiling fnv v1.0.7
16512026-06-11T21:48:05.248Z Compiling schemars v0.8.22
16522026-06-11T21:48:05.459Z Compiling byteorder v1.5.0
16532026-06-11T21:48:05.563Z Compiling quote v1.0.45
16542026-06-11T21:48:05.688Z Compiling ipnet v2.12.0
16552026-06-11T21:48:05.810Z Compiling syn v2.0.117
16562026-06-11T21:48:05.841Z Compiling erased-serde v0.3.31
16572026-06-11T21:48:05.874Z Compiling rustls-pki-types v1.14.1
16582026-06-11T21:48:06.204Z Compiling ipnetwork v0.21.1
16592026-06-11T21:48:06.232Z Compiling ppv-lite86 v0.2.21
16602026-06-11T21:48:06.385Z Compiling http-body v1.0.1
16612026-06-11T21:48:06.437Z Compiling oxnet v0.1.6
16622026-06-11T21:48:06.538Z Compiling thiserror v1.0.69
16632026-06-11T21:48:06.584Z Compiling aws-lc-sys v0.41.0
16642026-06-11T21:48:06.605Z Compiling atomic-waker v1.1.2
16652026-06-11T21:48:06.637Z Compiling untrusted v0.7.1
16662026-06-11T21:48:06.679Z Compiling httparse v1.10.1
16672026-06-11T21:48:06.748Z Compiling untrusted v0.9.0
16682026-06-11T21:48:06.764Z Compiling rustls v0.23.40
16692026-06-11T21:48:06.778Z Compiling try-lock v0.2.5
16702026-06-11T21:48:06.861Z Compiling tower-layer v0.3.3
16712026-06-11T21:48:06.889Z Compiling ryu v1.0.23
16722026-06-11T21:48:06.899Z Compiling pretty-hex v0.4.2
16732026-06-11T21:48:06.960Z Compiling tower-service v0.3.3
16742026-06-11T21:48:07.010Z Compiling want v0.3.1
16752026-06-11T21:48:07.023Z Compiling rustix v1.1.4
16762026-06-11T21:48:07.034Z Compiling aws-lc-rs v1.17.0
16772026-06-11T21:48:07.054Z Compiling httpdate v1.0.3
16782026-06-11T21:48:07.072Z Compiling plain v0.2.3
16792026-06-11T21:48:07.163Z Compiling omicron-workspace-hack v0.1.0
16802026-06-11T21:48:07.174Z Compiling getrandom v0.3.4
16812026-06-11T21:48:07.186Z Compiling ucd-trie v0.1.7
16822026-06-11T21:48:07.235Z Compiling regex-syntax v0.8.10
16832026-06-11T21:48:07.305Z Compiling rand_core v0.9.5
16842026-06-11T21:48:07.359Z Compiling pest v2.8.6
16852026-06-11T21:48:07.479Z Compiling crossbeam-utils v0.8.21
16862026-06-11T21:48:07.522Z Compiling tokio-util v0.7.18
16872026-06-11T21:48:07.984Z Compiling rustls-webpki v0.103.13
16882026-06-11T21:48:08.238Z Compiling h2 v0.4.14
16892026-06-11T21:48:08.253Z Compiling serde_urlencoded v0.7.1
16902026-06-11T21:48:08.440Z Compiling http-body-util v0.1.3
16912026-06-11T21:48:08.628Z Compiling newtype-uuid v1.3.2
16922026-06-11T21:48:08.687Z Compiling foldhash v0.2.0
16932026-06-11T21:48:08.926Z Compiling hex v0.4.3
16942026-06-11T21:48:08.938Z Compiling allocator-api2 v0.2.21
16952026-06-11T21:48:08.965Z Compiling daft v0.1.7
16962026-06-11T21:48:09.187Z Compiling rand_chacha v0.9.0
16972026-06-11T21:48:09.239Z Compiling hashbrown v0.16.1
16982026-06-11T21:48:09.263Z Compiling fastrand v2.4.1
16992026-06-11T21:48:09.532Z Compiling rand v0.9.4
17002026-06-11T21:48:09.576Z Compiling sync_wrapper v1.0.2
17012026-06-11T21:48:09.692Z Compiling tower v0.5.3
17022026-06-11T21:48:09.712Z Compiling generic-array v0.14.7
17032026-06-11T21:48:09.776Z Compiling anyhow v1.0.102
17042026-06-11T21:48:09.838Z Compiling aho-corasick v1.1.4
17052026-06-11T21:48:09.909Z Compiling powerfmt v0.2.0
17062026-06-11T21:48:10.117Z Compiling tower-http v0.6.11
17072026-06-11T21:48:10.131Z Compiling deranged v0.5.8
17082026-06-11T21:48:10.153Z Compiling tempfile v3.27.0
17092026-06-11T21:48:10.165Z Compiling camino v1.2.2
17102026-06-11T21:48:10.205Z Compiling futures-executor v0.3.32
17112026-06-11T21:48:10.478Z Compiling hyper v1.10.1
17122026-06-11T21:48:10.530Z Compiling openapiv3 v2.2.0
17132026-06-11T21:48:10.549Z Compiling openssl-probe v0.2.1
17142026-06-11T21:48:10.564Z Compiling cpufeatures v0.3.0
17152026-06-11T21:48:10.641Z Compiling regex-automata v0.4.14
17162026-06-11T21:48:10.737Z Compiling time-core v0.1.8
17172026-06-11T21:48:10.890Z Compiling num_threads v0.1.7
17182026-06-11T21:48:11.008Z Compiling num-conv v0.2.2
17192026-06-11T21:48:11.107Z Compiling rustls-native-certs v0.8.4
17202026-06-11T21:48:11.157Z Compiling time v0.3.47
17212026-06-11T21:48:11.161Z Compiling futures v0.3.32
17222026-06-11T21:48:11.243Z Compiling scroll v0.13.0
17232026-06-11T21:48:11.471Z Compiling tokio-rustls v0.26.4
17242026-06-11T21:48:11.562Z Compiling hybrid-array v0.4.12
17252026-06-11T21:48:11.693Z Compiling hyper-util v0.1.20
17262026-06-11T21:48:11.747Z Compiling adler2 v2.0.1
17272026-06-11T21:48:11.894Z Compiling simd-adler32 v0.3.9
17282026-06-11T21:48:12.076Z Compiling winnow v1.0.3
17292026-06-11T21:48:12.130Z Compiling miniz_oxide v0.8.9
17302026-06-11T21:48:12.171Z Compiling goblin v0.10.7
17312026-06-11T21:48:12.229Z Compiling rustls-platform-verifier v0.7.0
17322026-06-11T21:48:12.465Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-06-11T21:48:12.784Z Compiling crossbeam-channel v0.5.15
17342026-06-11T21:48:12.892Z Compiling crc32fast v1.5.0
17352026-06-11T21:48:12.956Z Compiling hyper-rustls v0.27.9
17362026-06-11T21:48:13.088Z Compiling flate2 v1.1.9
17372026-06-11T21:48:13.172Z Compiling reqwest v0.13.4
17382026-06-11T21:48:13.257Z Compiling regex v1.12.3
17392026-06-11T21:48:13.261Z Compiling crypto-common v0.2.2
17402026-06-11T21:48:13.390Z Compiling block-buffer v0.12.0
17412026-06-11T21:48:13.510Z Compiling crypto-common v0.1.7
17422026-06-11T21:48:13.552Z Compiling dtrace-parser v0.3.0
17432026-06-11T21:48:13.650Z Compiling rand_chacha v0.3.1
17442026-06-11T21:48:13.710Z Compiling thread-id v5.1.0
17452026-06-11T21:48:13.797Z Compiling thread_local v1.1.9
17462026-06-11T21:48:13.875Z Compiling compression-core v0.4.32
17472026-06-11T21:48:14.036Z Compiling match_cfg v0.1.0
17482026-06-11T21:48:14.053Z Compiling debug-ignore v1.0.5
17492026-06-11T21:48:14.056Z Compiling const-oid v0.10.2
17502026-06-11T21:48:14.076Z Compiling compression-codecs v0.4.38
17512026-06-11T21:48:14.111Z Compiling hostname v0.3.1
17522026-06-11T21:48:14.154Z Compiling rand v0.8.6
17532026-06-11T21:48:14.167Z Compiling toml_parser v1.1.2+spec-1.1.0
17542026-06-11T21:48:14.251Z Compiling digest v0.11.3
17552026-06-11T21:48:14.278Z Compiling slog-json v2.6.1
17562026-06-11T21:48:14.323Z Compiling ref-cast v1.0.25
17572026-06-11T21:48:14.327Z Compiling strum v0.26.3
17582026-06-11T21:48:14.415Z Compiling macaddr v1.0.1
17592026-06-11T21:48:14.427Z Compiling toml_datetime v1.1.1+spec-1.1.0
17602026-06-11T21:48:14.462Z Compiling serde_spanned v1.1.1
17612026-06-11T21:48:14.481Z Compiling memmap2 v0.9.10
17622026-06-11T21:48:14.614Z Compiling wait-timeout v0.2.1
17632026-06-11T21:48:14.638Z Compiling is-terminal v0.4.17
17642026-06-11T21:48:14.700Z Compiling encoding_rs v0.8.35
17652026-06-11T21:48:14.731Z Compiling take_mut v0.2.2
17662026-06-11T21:48:14.744Z Compiling mime v0.3.17
17672026-06-11T21:48:14.795Z Compiling bit-vec v0.8.0
17682026-06-11T21:48:14.815Z Compiling term v1.2.1
17692026-06-11T21:48:14.842Z Compiling either v1.16.0
17702026-06-11T21:48:14.908Z Compiling spin v0.9.8
17712026-06-11T21:48:15.014Z Compiling dof v0.4.0
17722026-06-11T21:48:15.026Z Compiling quick-error v1.2.3
17732026-06-11T21:48:15.037Z Compiling toml_writer v1.1.1+spec-1.1.0
17742026-06-11T21:48:15.048Z Compiling bit-set v0.8.0
17752026-06-11T21:48:15.132Z Compiling rusty-fork v0.3.1
17762026-06-11T21:48:15.212Z Compiling toml v1.1.2+spec-1.1.0
17772026-06-11T21:48:15.249Z Compiling slog-term v2.9.2
17782026-06-11T21:48:15.471Z Compiling slog-async v2.8.0
17792026-06-11T21:48:15.484Z Compiling slog-bunyan v2.5.0
17802026-06-11T21:48:15.625Z Compiling sha1 v0.11.0
17812026-06-11T21:48:15.810Z Compiling usdt-impl v0.6.0
17822026-06-11T21:48:15.880Z Compiling multer v3.1.0
17832026-06-11T21:48:15.966Z Compiling async-compression v0.4.42
17842026-06-11T21:48:16.344Z Compiling usdt v0.6.0
17852026-06-11T21:48:16.350Z Compiling serde_with v3.20.0
17862026-06-11T21:48:16.370Z Compiling async-stream v0.3.6
17872026-06-11T21:48:16.402Z Compiling rand_xorshift v0.4.0
17882026-06-11T21:48:16.513Z Compiling waitgroup v0.1.2
17892026-06-11T21:48:16.545Z Compiling rustls-pemfile v2.2.0
17902026-06-11T21:48:16.557Z Compiling serde_path_to_error v0.1.20
17912026-06-11T21:48:16.623Z Compiling hostname v0.4.2
17922026-06-11T21:48:16.635Z Compiling unarray v0.1.4
17932026-06-11T21:48:16.657Z Compiling strum v0.27.2
17942026-06-11T21:48:16.743Z Compiling proptest v1.11.0
17952026-06-11T21:48:16.743Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17962026-06-11T21:48:16.766Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17972026-06-11T21:48:16.789Z Compiling progenitor-client v0.14.0
17982026-06-11T21:48:16.854Z Compiling dropshot v0.17.1
17992026-06-11T21:48:16.876Z Compiling iddqd v0.4.2
18002026-06-11T21:48:16.914Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-11T21:48:16.944Z Compiling reqwest v0.12.28
18022026-06-11T21:48:16.956Z Compiling block-buffer v0.10.4
18032026-06-11T21:48:17.076Z Compiling backon v1.6.0
18042026-06-11T21:48:17.108Z Compiling instant v0.1.13
18052026-06-11T21:48:17.157Z Compiling digest v0.10.7
18062026-06-11T21:48:17.220Z Compiling backoff v0.4.0
18072026-06-11T21:48:17.281Z Compiling progenitor-extras v0.2.0
18082026-06-11T21:48:17.380Z Compiling itertools v0.14.0
18092026-06-11T21:48:17.434Z Compiling parse-display v0.10.0
18102026-06-11T21:48:17.514Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18112026-06-11T21:48:17.749Z Compiling regress v0.10.5
18122026-06-11T21:48:18.112Z Compiling progenitor-client v0.10.0
18132026-06-11T21:48:18.141Z Compiling humantime v2.3.0
18142026-06-11T21:48:18.401Z Compiling cpufeatures v0.2.17
18152026-06-11T21:48:18.418Z Compiling unicode-width v0.2.2
18162026-06-11T21:48:18.476Z Compiling secrecy v0.10.3
18172026-06-11T21:48:18.593Z Compiling tinyvec_macros v0.1.1
18182026-06-11T21:48:18.639Z Compiling heck v0.5.0
18192026-06-11T21:48:18.668Z Compiling tinyvec v1.11.0
18202026-06-11T21:48:18.702Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18212026-06-11T21:48:18.757Z Compiling num-integer v0.1.46
18222026-06-11T21:48:18.891Z Compiling scroll v0.12.0
18232026-06-11T21:48:19.008Z Compiling crucible-workspace-hack v0.1.0
18242026-06-11T21:48:19.084Z Compiling hmac v0.12.1
18252026-06-11T21:48:19.084Z Compiling inout v0.1.4
18262026-06-11T21:48:19.164Z Compiling ff v0.13.1
18272026-06-11T21:48:19.227Z Compiling utf8parse v0.2.2
18282026-06-11T21:48:19.244Z Compiling cipher v0.4.4
18292026-06-11T21:48:19.258Z Compiling hkdf v0.12.4
18302026-06-11T21:48:19.297Z Compiling group v0.13.0
18312026-06-11T21:48:19.341Z Compiling anstyle-parse v1.0.0
18322026-06-11T21:48:19.402Z Compiling goblin v0.8.2
18332026-06-11T21:48:19.414Z Compiling num-iter v0.1.45
18342026-06-11T21:48:19.461Z Compiling num-rational v0.4.2
18352026-06-11T21:48:19.547Z Compiling zerocopy v0.7.35
18362026-06-11T21:48:19.743Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-11T21:48:19.819Z Compiling universal-hash v0.5.1
18382026-06-11T21:48:19.961Z Compiling crypto-bigint v0.5.5
18392026-06-11T21:48:19.997Z Compiling regress v0.11.1
18402026-06-11T21:48:20.100Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-11T21:48:20.310Z Compiling terminal_size v0.4.4
18422026-06-11T21:48:20.452Z Compiling half v2.7.1
18432026-06-11T21:48:20.463Z Compiling num-complex v0.4.6
18442026-06-11T21:48:20.755Z Compiling base64ct v1.8.3
18452026-06-11T21:48:20.851Z Compiling anstyle v1.0.14
18462026-06-11T21:48:21.062Z Compiling anstyle-query v1.1.5
18472026-06-11T21:48:21.087Z Compiling is_terminal_polyfill v1.70.2
18482026-06-11T21:48:21.106Z Compiling base16ct v0.2.0
18492026-06-11T21:48:21.121Z Compiling opaque-debug v0.3.1
18502026-06-11T21:48:21.174Z Compiling ciborium-io v0.2.2
18512026-06-11T21:48:21.186Z Compiling colorchoice v1.0.5
18522026-06-11T21:48:21.198Z Compiling poly1305 v0.8.0
18532026-06-11T21:48:21.274Z Compiling ciborium-ll v0.2.2
18542026-06-11T21:48:21.298Z Compiling anstream v1.0.0
18552026-06-11T21:48:21.334Z Compiling elliptic-curve v0.13.8
18562026-06-11T21:48:21.618Z Compiling dof v0.3.0
18572026-06-11T21:48:21.621Z Compiling typify-impl v0.6.2
18582026-06-11T21:48:21.660Z Compiling password-hash v0.5.0
18592026-06-11T21:48:22.121Z Compiling num v0.4.3
18602026-06-11T21:48:22.205Z Compiling curve25519-dalek v4.1.3
18612026-06-11T21:48:22.426Z Compiling thiserror-no-std v2.0.2
18622026-06-11T21:48:22.525Z Compiling chacha20 v0.9.1
18632026-06-11T21:48:22.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-11T21:48:22.887Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-11T21:48:23.022Z Compiling blake2 v0.10.6
18662026-06-11T21:48:23.185Z Compiling aead v0.5.2
18672026-06-11T21:48:23.261Z Compiling byte-wrapper v0.1.0
18682026-06-11T21:48:23.292Z Compiling dtrace-parser v0.2.0
18692026-06-11T21:48:23.331Z Compiling crossbeam-epoch v0.9.18
18702026-06-11T21:48:23.349Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18712026-06-11T21:48:23.499Z Compiling thread-id v4.2.2
18722026-06-11T21:48:23.546Z Compiling float-ord v0.3.2
18732026-06-11T21:48:23.586Z Compiling strsim v0.11.1
18742026-06-11T21:48:23.619Z Compiling keccak v0.1.6
18752026-06-11T21:48:23.660Z Compiling clap_lex v1.1.0
18762026-06-11T21:48:23.684Z Compiling usdt-impl v0.5.0
18772026-06-11T21:48:23.862Z Compiling clap_builder v4.6.0
18782026-06-11T21:48:23.912Z Compiling sha3 v0.10.9
18792026-06-11T21:48:23.963Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-11T21:48:24.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-06-11T21:48:24.201Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-11T21:48:24.347Z Compiling chacha20poly1305 v0.10.1
18832026-06-11T21:48:24.485Z Compiling typify v0.6.2
18842026-06-11T21:48:24.600Z Compiling argon2 v0.5.3
18852026-06-11T21:48:25.114Z Compiling vsss-rs v3.3.4
18862026-06-11T21:48:25.258Z Compiling ciborium v0.2.2
18872026-06-11T21:48:25.401Z Compiling hash32 v0.3.1
18882026-06-11T21:48:25.566Z Compiling memmap v0.7.0
18892026-06-11T21:48:25.754Z Compiling indent_write v2.2.0
18902026-06-11T21:48:25.852Z Compiling data-encoding v2.11.0
18912026-06-11T21:48:25.900Z Compiling usdt v0.5.0
18922026-06-11T21:48:26.177Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18932026-06-11T21:48:26.288Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-11T21:48:26.323Z Compiling heapless v0.8.0
18952026-06-11T21:48:26.420Z Compiling clap v4.6.1
18962026-06-11T21:48:26.519Z Compiling ingot-types v0.1.2
18972026-06-11T21:48:26.730Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-11T21:48:26.762Z Compiling rustix v0.38.44
18992026-06-11T21:48:26.939Z Compiling tabwriter v1.4.1
19002026-06-11T21:48:26.995Z Compiling cobs v0.3.0
19012026-06-11T21:48:27.152Z Compiling bitflags v1.3.2
19022026-06-11T21:48:27.153Z Compiling managed v0.8.0
19032026-06-11T21:48:27.184Z Compiling postcard v1.1.3
19042026-06-11T21:48:27.199Z Compiling ingot v0.1.1
19052026-06-11T21:48:27.234Z Compiling memoffset v0.9.1
19062026-06-11T21:48:27.323Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-11T21:48:27.381Z Compiling smoltcp v0.11.0
19082026-06-11T21:48:27.519Z Compiling toml_datetime v0.6.11
19092026-06-11T21:48:27.584Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-11T21:48:27.666Z Compiling serde_spanned v0.6.9
19112026-06-11T21:48:27.794Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19122026-06-11T21:48:27.820Z Compiling toml_write v0.1.2
19132026-06-11T21:48:28.027Z Compiling unicode-segmentation v1.13.3
19142026-06-11T21:48:28.107Z Compiling colored v3.1.1
19152026-06-11T21:48:28.240Z Compiling foreign-types-shared v0.3.1
19162026-06-11T21:48:28.339Z Compiling resolv-conf v0.7.6
19172026-06-11T21:48:28.452Z Compiling linked-hash-map v0.5.6
19182026-06-11T21:48:28.497Z Compiling static_assertions v1.1.0
19192026-06-11T21:48:28.575Z Compiling winnow v0.7.15
19202026-06-11T21:48:28.641Z Compiling swrite v0.1.0
19212026-06-11T21:48:28.712Z Compiling lru-cache v0.1.2
19222026-06-11T21:48:28.740Z Compiling newline-converter v0.3.0
19232026-06-11T21:48:28.842Z Compiling foreign-types v0.5.0
19242026-06-11T21:48:28.859Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19252026-06-11T21:48:28.927Z Compiling hubpack v0.1.2
19262026-06-11T21:48:29.065Z Compiling atomicwrites v0.4.4
19272026-06-11T21:48:29.158Z Compiling nix v0.31.3
19282026-06-11T21:48:29.244Z Compiling num_enum v0.7.6
19292026-06-11T21:48:29.260Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19302026-06-11T21:48:29.367Z Compiling hickory-proto v0.24.4
19312026-06-11T21:48:29.379Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19322026-06-11T21:48:29.498Z Compiling crossbeam-deque v0.8.6
19332026-06-11T21:48:29.704Z Compiling console v0.15.11
19342026-06-11T21:48:29.770Z Compiling chacha20 v0.10.0
19352026-06-11T21:48:29.988Z Compiling toml_edit v0.22.27
19362026-06-11T21:48:30.034Z Compiling camino-tempfile v1.4.1
19372026-06-11T21:48:30.062Z Compiling serde-big-array v0.5.1
19382026-06-11T21:48:30.210Z Compiling cstr-argument v0.1.2
19392026-06-11T21:48:30.274Z Compiling similar v2.7.0
19402026-06-11T21:48:30.332Z Compiling siphasher v1.0.3
19412026-06-11T21:48:30.365Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19422026-06-11T21:48:30.627Z Compiling phf_shared v0.12.1
19432026-06-11T21:48:30.807Z Compiling expectorate v1.2.0
19442026-06-11T21:48:30.836Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19452026-06-11T21:48:30.961Z Compiling pin-project v1.1.13
19462026-06-11T21:48:31.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19472026-06-11T21:48:31.161Z Compiling hickory-resolver v0.24.4
19482026-06-11T21:48:31.364Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19492026-06-11T21:48:31.496Z Compiling toml v0.8.23
19502026-06-11T21:48:31.775Z Compiling rand v0.10.1
19512026-06-11T21:48:32.155Z Compiling rayon-core v1.13.0
19522026-06-11T21:48:32.471Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19532026-06-11T21:48:32.680Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19542026-06-11T21:48:32.712Z Compiling num_enum v0.5.11
19552026-06-11T21:48:32.837Z Compiling progenitor-impl v0.13.0
19562026-06-11T21:48:32.850Z Compiling prettyplease v0.2.37
19572026-06-11T21:48:32.864Z Compiling unicode-normalization v0.1.25
19582026-06-11T21:48:33.112Z Compiling progenitor-client v0.13.0
19592026-06-11T21:48:33.337Z Compiling tokio-stream v0.1.18
19602026-06-11T21:48:33.416Z Compiling bstr v1.12.1
19612026-06-11T21:48:33.501Z Compiling csv-core v0.1.13
19622026-06-11T21:48:33.771Z Compiling unicode-width v0.1.14
19632026-06-11T21:48:33.795Z Compiling foldhash v0.1.5
19642026-06-11T21:48:33.832Z Compiling highway v1.3.0
19652026-06-11T21:48:33.905Z Compiling same-file v1.0.6
19662026-06-11T21:48:33.937Z Compiling konst_macro_rules v0.2.19
19672026-06-11T21:48:33.974Z Compiling foreign-types-shared v0.1.1
19682026-06-11T21:48:34.045Z Compiling foreign-types v0.3.2
19692026-06-11T21:48:34.064Z Compiling konst v0.2.20
19702026-06-11T21:48:34.075Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-11T21:48:34.111Z Compiling walkdir v2.5.0
19722026-06-11T21:48:34.114Z Compiling progenitor v0.13.0
19732026-06-11T21:48:34.133Z Compiling hashbrown v0.15.5
19742026-06-11T21:48:34.213Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-11T21:48:34.261Z Compiling globset v0.4.18
19762026-06-11T21:48:34.297Z Compiling qorb v0.4.1
19772026-06-11T21:48:34.451Z Compiling csv v1.4.0
19782026-06-11T21:48:34.660Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-11T21:48:35.036Z Compiling snafu v0.8.9
19802026-06-11T21:48:35.414Z Compiling olpc-cjson v0.1.4
19812026-06-11T21:48:35.592Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19822026-06-11T21:48:35.718Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-11T21:48:35.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19842026-06-11T21:48:35.970Z Compiling rayon v1.12.0
19852026-06-11T21:48:36.384Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19862026-06-11T21:48:36.423Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-11T21:48:36.745Z Compiling phf v0.12.1
19882026-06-11T21:48:36.909Z Compiling openssl-sys v0.9.116
19892026-06-11T21:48:37.305Z Compiling tokio-dtrace v0.1.1
19902026-06-11T21:48:37.333Z Compiling progenitor-impl v0.14.0
19912026-06-11T21:48:37.573Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-06-11T21:48:37.603Z Compiling itertools v0.12.1
19932026-06-11T21:48:37.782Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19942026-06-11T21:48:37.795Z Compiling libsw-core v0.3.2
19952026-06-11T21:48:37.864Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19962026-06-11T21:48:37.961Z Compiling pem v3.0.6
19972026-06-11T21:48:37.982Z Compiling serde_plain v1.0.2
19982026-06-11T21:48:38.192Z Compiling sigpipe v0.1.3
19992026-06-11T21:48:38.223Z Compiling minimal-lexical v0.2.1
20002026-06-11T21:48:38.289Z Compiling fixedbitset v0.4.2
20012026-06-11T21:48:38.324Z Compiling typed-path v0.9.3
20022026-06-11T21:48:38.436Z Compiling bytecount v0.6.9
20032026-06-11T21:48:38.488Z Compiling glob v0.3.3
20042026-06-11T21:48:38.517Z Compiling jiff v0.2.28
20052026-06-11T21:48:38.581Z Compiling fixedbitset v0.5.7
20062026-06-11T21:48:38.796Z Compiling petgraph v0.8.3
20072026-06-11T21:48:38.808Z Compiling zone v0.3.1
20082026-06-11T21:48:38.903Z Compiling papergrid v0.11.0
20092026-06-11T21:48:38.906Z Compiling progenitor v0.14.0
20102026-06-11T21:48:39.049Z Compiling petgraph v0.6.5
20112026-06-11T21:48:39.054Z Compiling nom v7.1.3
20122026-06-11T21:48:39.536Z Compiling tough v0.22.0
20132026-06-11T21:48:39.588Z Compiling openssl v0.10.80
20142026-06-11T21:48:40.371Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-11T21:48:40.444Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20162026-06-11T21:48:40.520Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-06-11T21:48:40.544Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-06-11T21:48:40.550Z Compiling libsw v3.5.0
20192026-06-11T21:48:40.718Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-11T21:48:40.730Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20212026-06-11T21:48:40.781Z Compiling oxide-tokio-rt v0.1.6
20222026-06-11T21:48:40.949Z Compiling chrono-tz v0.10.4
20232026-06-11T21:48:41.083Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-11T21:48:41.521Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-11T21:48:41.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20262026-06-11T21:48:41.806Z Compiling newtype_derive v0.1.6
20272026-06-11T21:48:41.829Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-11T21:48:41.895Z Compiling slog-dtrace v0.3.0
20292026-06-11T21:48:42.033Z Compiling const_format v0.2.36
20302026-06-11T21:48:42.206Z Compiling owo-colors v4.3.0
20312026-06-11T21:48:42.383Z Compiling cancel-safe-futures v0.1.5
20322026-06-11T21:48:42.646Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20332026-06-11T21:48:42.690Z Compiling gethostname v0.5.0
20342026-06-11T21:48:42.751Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20352026-06-11T21:48:42.815Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-11T21:48:42.943Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-11T21:48:42.954Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-11T21:48:43.038Z Compiling smf v0.2.3
20392026-06-11T21:48:43.051Z Compiling bcs v0.1.6
20402026-06-11T21:48:43.073Z Compiling linear-map v1.2.0
20412026-06-11T21:48:43.260Z Compiling termtree v0.5.1
20422026-06-11T21:48:43.369Z Compiling whoami v1.6.1
20432026-06-11T21:48:43.413Z Compiling lazy_static v1.5.0
20442026-06-11T21:48:43.471Z Compiling unicode-linebreak v0.1.5
20452026-06-11T21:48:43.520Z Compiling smawk v0.3.2
20462026-06-11T21:48:43.552Z Compiling tagptr v0.2.0
20472026-06-11T21:48:43.602Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-11T21:48:43.658Z Compiling textwrap v0.16.2
20492026-06-11T21:48:43.678Z Compiling moka v0.12.15
20502026-06-11T21:48:43.704Z Compiling steno v0.4.1
20512026-06-11T21:48:43.720Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-11T21:48:44.030Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-11T21:48:44.159Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-11T21:48:44.454Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-11T21:48:45.261Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-11T21:48:45.561Z Compiling tabled v0.15.0
20572026-06-11T21:48:45.617Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-11T21:48:45.818Z Compiling cookie v0.18.1
20592026-06-11T21:48:46.433Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-11T21:48:46.465Z Compiling hickory-proto v0.25.2
20612026-06-11T21:48:46.592Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20622026-06-11T21:48:46.845Z Compiling libscf-sys v1.2.0
20632026-06-11T21:48:46.996Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-11T21:48:47.312Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20652026-06-11T21:48:47.488Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20662026-06-11T21:48:47.798Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20672026-06-11T21:48:47.811Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20682026-06-11T21:48:48.312Z Compiling hickory-resolver v0.25.2
20692026-06-11T21:48:49.086Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-11T21:48:53.718Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-11T21:49:01.228Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-11T21:49:02.831Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-11T21:49:03.825Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20742026-06-11T21:49:05.145Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20752026-06-11T21:49:06.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20762026-06-11T21:49:06.390Z Running `target/debug/xtask openapi check`
20772026-06-11T21:49:06.861Z Compiling serde_core v1.0.228
20782026-06-11T21:49:06.864Z Compiling serde v1.0.228
20792026-06-11T21:49:06.931Z Compiling serde_json v1.0.150
20802026-06-11T21:49:06.934Z Compiling syn v2.0.117
20812026-06-11T21:49:06.939Z Compiling bytes v1.11.1
20822026-06-11T21:49:06.946Z Compiling getrandom v0.4.2
20832026-06-11T21:49:06.949Z Compiling zerocopy v0.8.50
20842026-06-11T21:49:06.956Z Compiling once_cell v1.21.4
20852026-06-11T21:49:07.107Z Compiling num-traits v0.2.19
20862026-06-11T21:49:07.281Z Compiling zeroize v1.8.2
20872026-06-11T21:49:07.377Z Compiling http v1.4.1
20882026-06-11T21:49:07.454Z Compiling schemars v0.8.22
20892026-06-11T21:49:07.534Z Compiling aws-lc-rs v1.17.0
20902026-06-11T21:49:07.548Z Compiling usdt-impl v0.6.0
20912026-06-11T21:49:07.556Z Compiling time-macros v0.2.27
20922026-06-11T21:49:07.719Z Compiling rustls-pki-types v1.14.1
20932026-06-11T21:49:07.813Z Compiling tracing-core v0.1.36
20942026-06-11T21:49:08.053Z Compiling bitflags v2.12.1
20952026-06-11T21:49:08.187Z Compiling tracing v0.1.44
20962026-06-11T21:49:08.292Z Compiling http-body v1.0.1
20972026-06-11T21:49:08.394Z Compiling generic-array v0.14.7
20982026-06-11T21:49:08.421Z Compiling rustls v0.23.40
20992026-06-11T21:49:08.448Z Compiling indexmap v2.14.0
21002026-06-11T21:49:08.459Z Compiling rustix v1.1.4
21012026-06-11T21:49:08.532Z Compiling time v0.3.47
21022026-06-11T21:49:08.677Z Compiling toml_datetime v1.1.1+spec-1.1.0
21032026-06-11T21:49:08.902Z Compiling winnow v1.0.3
21042026-06-11T21:49:09.252Z Compiling uuid v1.23.2
21052026-06-11T21:49:09.592Z Compiling pest_generator v2.8.6
21062026-06-11T21:49:09.646Z Compiling serde_derive_internals v0.29.1
21072026-06-11T21:49:09.659Z Compiling camino v1.2.2
21082026-06-11T21:49:09.681Z Compiling rustls-webpki v0.103.13
21092026-06-11T21:49:09.704Z Compiling subtle v2.6.1
21102026-06-11T21:49:09.856Z Compiling toml_parser v1.1.2+spec-1.1.0
21112026-06-11T21:49:09.969Z Compiling toml_edit v0.25.12+spec-1.1.0
21122026-06-11T21:49:10.056Z Compiling serde_spanned v1.1.1
21132026-06-11T21:49:10.371Z Compiling semver v1.0.28
21142026-06-11T21:49:10.509Z Compiling rustix v0.38.44
21152026-06-11T21:49:10.603Z Compiling toml v1.1.2+spec-1.1.0
21162026-06-11T21:49:10.612Z Compiling serde_derive v1.0.228
21172026-06-11T21:49:10.658Z Compiling thiserror-impl v2.0.18
21182026-06-11T21:49:10.681Z Compiling zerocopy-derive v0.8.50
21192026-06-11T21:49:10.757Z Compiling tokio-macros v2.7.0
21202026-06-11T21:49:10.872Z Compiling pest_derive v2.8.6
21212026-06-11T21:49:10.876Z Compiling schemars_derive v0.8.22
21222026-06-11T21:49:11.429Z Compiling scroll_derive v0.13.1
21232026-06-11T21:49:11.511Z Compiling tokio v1.52.3
21242026-06-11T21:49:11.906Z Compiling thiserror v2.0.18
21252026-06-11T21:49:12.034Z Compiling futures-macro v0.3.32
21262026-06-11T21:49:12.120Z Compiling dtrace-parser v0.3.0
21272026-06-11T21:49:12.274Z Compiling scroll v0.13.0
21282026-06-11T21:49:12.545Z Compiling goblin v0.10.7
21292026-06-11T21:49:12.870Z Compiling futures-util v0.3.32
21302026-06-11T21:49:13.835Z Compiling erased-serde v0.3.31
21312026-06-11T21:49:13.988Z Compiling chrono v0.4.45
21322026-06-11T21:49:14.324Z Compiling slog v2.8.2
21332026-06-11T21:49:14.727Z Compiling serde_tokenstream v0.2.3
21342026-06-11T21:49:15.029Z Compiling dof v0.4.0
21352026-06-11T21:49:15.051Z Compiling futures-executor v0.3.32
21362026-06-11T21:49:15.115Z Compiling slog-json v2.6.1
21372026-06-11T21:49:15.325Z Compiling tokio-util v0.7.18
21382026-06-11T21:49:15.446Z Compiling openapiv3 v2.2.0
21392026-06-11T21:49:15.740Z Compiling async-stream-impl v0.3.6
21402026-06-11T21:49:15.933Z Compiling h2 v0.4.14
21412026-06-11T21:49:16.245Z Compiling usdt-macro v0.6.0
21422026-06-11T21:49:16.387Z Compiling usdt-attr-macro v0.6.0
21432026-06-11T21:49:16.665Z Compiling oxnet v0.1.6
21442026-06-11T21:49:16.961Z Compiling async-stream v0.3.6
21452026-06-11T21:49:17.071Z Compiling slog-bunyan v2.5.0
21462026-06-11T21:49:17.108Z Compiling futures v0.3.32
21472026-06-11T21:49:17.138Z Compiling tokio-rustls v0.26.4
21482026-06-11T21:49:17.142Z Compiling async-compression v0.4.42
21492026-06-11T21:49:17.154Z Compiling usdt v0.6.0
21502026-06-11T21:49:17.188Z Compiling dropshot_endpoint v0.17.1
21512026-06-11T21:49:17.207Z Compiling slog-term v2.9.2
21522026-06-11T21:49:17.280Z Compiling multer v3.1.0
21532026-06-11T21:49:17.399Z Compiling slog-async v2.8.0
21542026-06-11T21:49:17.423Z Compiling serde_urlencoded v0.7.1
21552026-06-11T21:49:17.490Z Compiling async-trait v0.1.89
21562026-06-11T21:49:17.538Z Compiling proc-macro-crate v3.5.0
21572026-06-11T21:49:17.668Z Compiling serde_path_to_error v0.1.20
21582026-06-11T21:49:17.775Z Compiling http-body-util v0.1.3
21592026-06-11T21:49:17.778Z Compiling rustls-pemfile v2.2.0
21602026-06-11T21:49:17.890Z Compiling crossbeam-epoch v0.9.18
21612026-06-11T21:49:17.966Z Compiling aho-corasick v1.1.4
21622026-06-11T21:49:17.976Z Compiling tempfile v3.27.0
21632026-06-11T21:49:18.010Z Compiling hyper v1.10.1
21642026-06-11T21:49:18.020Z Compiling num_enum_derive v0.7.6
21652026-06-11T21:49:18.225Z Compiling crossbeam-deque v0.8.6
21662026-06-11T21:49:18.423Z Compiling block-buffer v0.10.4
21672026-06-11T21:49:18.467Z Compiling crypto-common v0.1.7
21682026-06-11T21:49:18.560Z Compiling dropshot-api-manager-types v0.7.2
21692026-06-11T21:49:18.594Z Compiling clap_builder v4.6.0
21702026-06-11T21:49:18.829Z Compiling regex-automata v0.4.14
21712026-06-11T21:49:18.881Z Compiling git-stub v1.0.0
21722026-06-11T21:49:18.900Z Compiling digest v0.10.7
21732026-06-11T21:49:19.035Z Compiling num_enum v0.7.6
21742026-06-11T21:49:19.093Z Compiling hyper-util v0.1.20
21752026-06-11T21:49:19.144Z Compiling atomicwrites v0.4.4
21762026-06-11T21:49:19.152Z Compiling rayon-core v1.13.0
21772026-06-11T21:49:19.220Z Compiling fs-err v3.3.0
21782026-06-11T21:49:19.331Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21792026-06-11T21:49:19.518Z Compiling clap_derive v4.6.1
21802026-06-11T21:49:19.649Z Compiling serde_repr v0.1.20
21812026-06-11T21:49:19.805Z Compiling terminal_size v0.4.4
21822026-06-11T21:49:19.843Z Compiling bstr v1.12.1
21832026-06-11T21:49:19.946Z Compiling nom v8.0.0
21842026-06-11T21:49:20.184Z Compiling either v1.16.0
21852026-06-11T21:49:20.201Z Compiling is_ci v1.2.0
21862026-06-11T21:49:20.243Z Compiling dropshot v0.17.1
21872026-06-11T21:49:20.339Z Compiling rayon v1.12.0
21882026-06-11T21:49:20.366Z Compiling supports-color v3.0.2
21892026-06-11T21:49:20.541Z Compiling regex v1.12.3
21902026-06-11T21:49:20.723Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21912026-06-11T21:49:20.997Z Compiling drift v0.2.0
21922026-06-11T21:49:21.181Z Compiling sha2 v0.10.9
21932026-06-11T21:49:21.189Z Compiling clap v4.6.1
21942026-06-11T21:49:21.289Z Compiling textwrap v0.16.2
21952026-06-11T21:49:21.632Z Compiling similar v2.7.0
21962026-06-11T21:49:21.846Z Compiling git-stub-vcs v0.1.0
21972026-06-11T21:49:22.159Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21982026-06-11T21:49:23.049Z Compiling dropshot-api-manager v0.7.2
21992026-06-11T21:49:23.049Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22002026-06-11T21:49:27.158Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22012026-06-11T21:49:28.381Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22022026-06-11T21:49:35.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s
22032026-06-11T21:49:35.572Z Running `target/debug/maghemite-dropshot-apis check`
22042026-06-11T21:49:35.598Z -------
22052026-06-11T21:49:35.598Z Generating OpenAPI documents from API definitions ...
22062026-06-11T21:49:35.667Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22072026-06-11T21:49:35.700Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22082026-06-11T21:49:35.829Z -------
22092026-06-11T21:49:35.829Z Checking 13 OpenAPI documents...
22102026-06-11T21:49:35.829Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22112026-06-11T21:49:35.829Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22122026-06-11T21:49:35.829Z Fresh ddm-admin "latest" symlink
22132026-06-11T21:49:35.829Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22142026-06-11T21:49:35.830Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22152026-06-11T21:49:35.833Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22162026-06-11T21:49:35.833Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22172026-06-11T21:49:35.833Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22182026-06-11T21:49:35.833Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22192026-06-11T21:49:35.833Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22202026-06-11T21:49:35.833Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22212026-06-11T21:49:35.833Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22222026-06-11T21:49:35.833Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22232026-06-11T21:49:35.833Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22242026-06-11T21:49:35.833Z Fresh mg-admin "latest" symlink
22252026-06-11T21:49:35.833Z -------
22262026-06-11T21:49:35.833Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22272026-06-11T21:49:35.875Z+ banner build
22282026-06-11T21:49:35.878Z
22292026-06-11T21:49:35.878Z ##### # # # # #####
22302026-06-11T21:49:35.878Z # # # # # # # #
22312026-06-11T21:49:35.878Z ##### # # # # # #
22322026-06-11T21:49:35.878Z # # # # # # # #
22332026-06-11T21:49:35.878Z # # # # # # # #
22342026-06-11T21:49:35.878Z ##### #### # ###### #####
22352026-06-11T21:49:35.878Z
22362026-06-11T21:49:35.878Z+ ptime -m cargo build
22372026-06-11T21:49:36.480Z Compiling smallvec v1.15.1
22382026-06-11T21:49:36.593Z Compiling log v0.4.32
22392026-06-11T21:49:36.612Z Compiling slog v2.8.2
22402026-06-11T21:49:36.627Z Compiling ring v0.17.14
22412026-06-11T21:49:36.648Z Compiling webpki-roots v1.0.7
22422026-06-11T21:49:36.697Z Compiling similar v2.7.0
22432026-06-11T21:49:36.731Z Compiling fxhash v0.2.1
22442026-06-11T21:49:36.734Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22452026-06-11T21:49:36.767Z Compiling icu_normalizer v2.2.0
22462026-06-11T21:49:36.800Z Compiling parking_lot_core v0.9.12
22472026-06-11T21:49:36.804Z Compiling goblin v0.10.7
22482026-06-11T21:49:36.873Z Compiling slog-term v2.9.2
22492026-06-11T21:49:36.958Z Compiling slog-async v2.8.0
22502026-06-11T21:49:37.006Z Compiling parking_lot v0.12.5
22512026-06-11T21:49:37.112Z Compiling idna_adapter v1.2.2
22522026-06-11T21:49:37.282Z Compiling idna v1.1.0
22532026-06-11T21:49:37.335Z Compiling tokio v1.52.3
22542026-06-11T21:49:37.394Z Compiling slog-json v2.6.1
22552026-06-11T21:49:37.434Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562026-06-11T21:49:37.456Z Compiling goblin v0.8.2
22572026-06-11T21:49:37.570Z Compiling slog-bunyan v2.5.0
22582026-06-11T21:49:37.602Z Compiling url v2.5.8
22592026-06-11T21:49:37.623Z Compiling expectorate v1.2.0
22602026-06-11T21:49:37.711Z Compiling globset v0.4.18
22612026-06-11T21:49:37.776Z Compiling rustls-webpki v0.103.13
22622026-06-11T21:49:38.025Z Compiling moka v0.12.15
22632026-06-11T21:49:38.433Z Compiling schemars v0.8.22
22642026-06-11T21:49:38.479Z Compiling rustls v0.23.40
22652026-06-11T21:49:38.553Z Compiling parking_lot_core v0.8.6
22662026-06-11T21:49:38.729Z Compiling arc-swap v1.9.1
22672026-06-11T21:49:38.801Z Compiling parking_lot v0.11.2
22682026-06-11T21:49:38.870Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22692026-06-11T21:49:39.025Z Compiling sled v0.34.7
22702026-06-11T21:49:39.177Z Compiling slog-scope v4.4.1
22712026-06-11T21:49:39.181Z Compiling papergrid v0.18.0
22722026-06-11T21:49:39.437Z Compiling ipnetwork v0.21.1
22732026-06-11T21:49:39.783Z Compiling oxnet v0.1.6
22742026-06-11T21:49:39.872Z Compiling newtype-uuid v1.3.2
22752026-06-11T21:49:40.224Z Compiling daft v0.1.7
22762026-06-11T21:49:40.240Z Compiling dof v0.4.0
22772026-06-11T21:49:40.503Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22782026-06-11T21:49:41.009Z Compiling tokio-util v0.7.18
22792026-06-11T21:49:41.044Z Compiling tower v0.5.3
22802026-06-11T21:49:41.224Z Compiling usdt-impl v0.6.0
22812026-06-11T21:49:41.532Z Compiling tokio-rustls v0.26.4
22822026-06-11T21:49:41.550Z Compiling tower-http v0.6.11
22832026-06-11T21:49:41.576Z Compiling rustls-platform-verifier v0.7.0
22842026-06-11T21:49:41.783Z Compiling h2 v0.4.14
22852026-06-11T21:49:41.818Z Compiling usdt v0.6.0
22862026-06-11T21:49:41.830Z Compiling async-compression v0.4.42
22872026-06-11T21:49:41.926Z Compiling serde_with v3.20.0
22882026-06-11T21:49:41.989Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22892026-06-11T21:49:42.109Z Compiling iddqd v0.4.2
22902026-06-11T21:49:42.154Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-06-11T21:49:42.421Z Compiling backoff v0.4.0
22922026-06-11T21:49:42.589Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22932026-06-11T21:49:42.660Z Compiling typify-impl v0.6.2
22942026-06-11T21:49:43.233Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-06-11T21:49:43.286Z Compiling dof v0.3.0
22962026-06-11T21:49:43.401Z Compiling byte-wrapper v0.1.0
22972026-06-11T21:49:43.476Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-11T21:49:43.579Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22992026-06-11T21:49:43.693Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23002026-06-11T21:49:43.761Z Compiling usdt-impl v0.5.0
23012026-06-11T21:49:43.791Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23022026-06-11T21:49:43.993Z Compiling hyper v1.10.1
23032026-06-11T21:49:44.058Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23042026-06-11T21:49:44.084Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-06-11T21:49:44.306Z Compiling typify v0.6.2
23062026-06-11T21:49:44.319Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-11T21:49:44.421Z Compiling usdt v0.5.0
23082026-06-11T21:49:44.424Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23092026-06-11T21:49:44.693Z Compiling progenitor-impl v0.13.0
23102026-06-11T21:49:44.705Z Compiling progenitor-impl v0.14.0
23112026-06-11T21:49:45.110Z Compiling hyper-util v0.1.20
23122026-06-11T21:49:45.651Z Compiling hickory-proto v0.24.4
23132026-06-11T21:49:45.774Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-06-11T21:49:46.595Z Compiling hyper-rustls v0.27.9
23152026-06-11T21:49:46.800Z Compiling dropshot v0.17.1
23162026-06-11T21:49:46.940Z Compiling reqwest v0.13.4
23172026-06-11T21:49:47.002Z Compiling reqwest v0.12.28
23182026-06-11T21:49:47.622Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23192026-06-11T21:49:47.735Z Compiling hickory-resolver v0.24.4
23202026-06-11T21:49:47.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23212026-06-11T21:49:47.921Z Compiling tokio-stream v0.1.18
23222026-06-11T21:49:48.155Z Compiling progenitor-client v0.14.0
23232026-06-11T21:49:48.366Z Compiling progenitor-client v0.10.0
23242026-06-11T21:49:48.390Z Compiling progenitor-extras v0.2.0
23252026-06-11T21:49:48.467Z Compiling progenitor-client v0.13.0
23262026-06-11T21:49:48.643Z Compiling progenitor v0.14.0
23272026-06-11T21:49:48.666Z Compiling qorb v0.4.1
23282026-06-11T21:49:48.792Z Compiling progenitor v0.13.0
23292026-06-11T21:49:48.812Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23302026-06-11T21:49:48.848Z Compiling tokio-dtrace v0.1.1
23312026-06-11T21:49:48.953Z Compiling zone v0.3.1
23322026-06-11T21:49:49.120Z Compiling libsw-core v0.3.2
23332026-06-11T21:49:49.305Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23342026-06-11T21:49:49.677Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23352026-06-11T21:49:49.708Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23362026-06-11T21:49:50.037Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23372026-06-11T21:49:50.180Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23382026-06-11T21:49:50.576Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23392026-06-11T21:49:50.646Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-11T21:49:50.687Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23412026-06-11T21:49:50.746Z Compiling libsw v3.5.0
23422026-06-11T21:49:50.937Z Compiling oxide-tokio-rt v0.1.6
23432026-06-11T21:49:51.065Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-11T21:49:51.201Z Compiling slog-dtrace v0.3.0
23452026-06-11T21:49:51.204Z Compiling tough v0.22.0
23462026-06-11T21:49:51.225Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23472026-06-11T21:49:51.249Z Compiling cancel-safe-futures v0.1.5
23482026-06-11T21:49:51.569Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-06-11T21:49:51.595Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-06-11T21:49:52.163Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-06-11T21:49:52.364Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-06-11T21:49:52.380Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-06-11T21:49:52.555Z Compiling steno v0.4.1
23542026-06-11T21:49:52.586Z Compiling hickory-proto v0.25.2
23552026-06-11T21:49:52.979Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23562026-06-11T21:49:53.093Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23572026-06-11T21:49:53.214Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23582026-06-11T21:49:54.212Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-11T21:49:55.078Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23602026-06-11T21:49:55.131Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-11T21:49:55.195Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-11T21:49:55.401Z Compiling hickory-resolver v0.25.2
23632026-06-11T21:49:55.438Z Compiling testing_table v0.3.0
23642026-06-11T21:49:55.615Z Compiling internet-checksum v0.2.1
23652026-06-11T21:49:55.767Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-11T21:49:55.833Z Compiling tabled v0.21.0
23672026-06-11T21:49:56.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-11T21:49:56.365Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-11T21:49:56.776Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23702026-06-11T21:49:56.965Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23712026-06-11T21:49:57.195Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23722026-06-11T21:49:57.456Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-06-11T21:49:57.470Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-06-11T21:49:57.537Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23752026-06-11T21:49:57.815Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-06-11T21:49:58.294Z Compiling slog-stdlog v4.1.1
23772026-06-11T21:49:58.467Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23782026-06-11T21:49:58.521Z Compiling dropshot-api-manager-types v0.7.2
23792026-06-11T21:49:58.528Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23802026-06-11T21:49:58.834Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23812026-06-11T21:49:58.880Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23822026-06-11T21:49:58.928Z Compiling const-random v0.1.18
23832026-06-11T21:49:58.961Z Compiling slog-envlogger v2.2.0
23842026-06-11T21:49:59.021Z Compiling typify-impl v0.4.3
23852026-06-11T21:49:59.375Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23862026-06-11T21:49:59.389Z Compiling crc8 v0.1.1
23872026-06-11T21:49:59.517Z Compiling ahash v0.8.12
23882026-06-11T21:49:59.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23892026-06-11T21:49:59.709Z Compiling smartstring v1.0.1
23902026-06-11T21:49:59.764Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23912026-06-11T21:49:59.988Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23922026-06-11T21:50:00.598Z Compiling sha1 v0.10.6
23932026-06-11T21:50:00.837Z Compiling typify v0.4.3
23942026-06-11T21:50:00.849Z Compiling thin-vec v0.2.18
23952026-06-11T21:50:00.954Z Compiling utf-8 v0.7.6
23962026-06-11T21:50:00.967Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23972026-06-11T21:50:01.149Z Compiling rhai v1.25.1
23982026-06-11T21:50:01.152Z Compiling tungstenite v0.21.0
23992026-06-11T21:50:01.479Z Compiling progenitor-impl v0.10.0
24002026-06-11T21:50:01.838Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-06-11T21:50:02.110Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24022026-06-11T21:50:02.180Z Compiling sha2 v0.10.9
24032026-06-11T21:50:02.575Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24042026-06-11T21:50:02.591Z Compiling lzma-sys v0.1.20
24052026-06-11T21:50:02.716Z Compiling progenitor v0.10.0
24062026-06-11T21:50:02.875Z Compiling tokio-tungstenite v0.21.0
24072026-06-11T21:50:03.217Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-11T21:50:03.504Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24092026-06-11T21:50:04.334Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24102026-06-11T21:50:04.468Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24112026-06-11T21:50:04.582Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24122026-06-11T21:50:04.585Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24132026-06-11T21:50:05.474Z Compiling typeid v1.0.3
24142026-06-11T21:50:05.574Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24152026-06-11T21:50:05.601Z Compiling console v0.16.3
24162026-06-11T21:50:06.239Z Compiling git-stub v1.0.0
24172026-06-11T21:50:06.589Z Compiling toml_datetime v0.7.5+spec-1.1.0
24182026-06-11T21:50:06.669Z Compiling base64 v0.21.7
24192026-06-11T21:50:06.722Z Compiling unit-prefix v0.5.2
24202026-06-11T21:50:06.892Z Compiling indicatif v0.18.4
24212026-06-11T21:50:06.921Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24222026-06-11T21:50:07.023Z Compiling toml v0.9.12+spec-1.1.0
24232026-06-11T21:50:07.191Z Compiling git-stub-vcs v0.1.0
24242026-06-11T21:50:07.563Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24252026-06-11T21:50:07.857Z Compiling ron v0.12.1
24262026-06-11T21:50:08.207Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24272026-06-11T21:50:08.432Z Compiling xz2 v0.1.7
24282026-06-11T21:50:08.684Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24292026-06-11T21:50:08.935Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24302026-06-11T21:50:09.113Z Compiling drift v0.2.0
24312026-06-11T21:50:09.154Z Compiling base16ct v1.0.0
24322026-06-11T21:50:09.238Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24332026-06-11T21:50:09.354Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24342026-06-11T21:50:09.371Z Compiling natord v1.0.9
24352026-06-11T21:50:09.554Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24362026-06-11T21:50:09.777Z Compiling dropshot-api-manager v0.7.2
24372026-06-11T21:50:14.019Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24382026-06-11T21:50:14.509Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-11T21:50:22.532Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24402026-06-11T21:50:24.154Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-06-11T21:50:25.171Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24422026-06-11T21:50:26.091Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24432026-06-11T21:50:26.091Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24442026-06-11T21:50:26.094Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24452026-06-11T21:50:26.612Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24462026-06-11T21:50:26.613Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24472026-06-11T21:50:26.616Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24482026-06-11T21:50:27.029Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24492026-06-11T21:50:28.482Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24502026-06-11T21:50:28.482Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24512026-06-11T21:50:28.485Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24522026-06-11T21:50:33.088Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24532026-06-11T21:50:35.218Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24542026-06-11T21:50:35.220Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24552026-06-11T21:50:35.220Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24562026-06-11T21:51:14.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
24572026-06-11T21:51:14.502Z
24582026-06-11T21:51:14.502Zreal 1:38.558100283
24592026-06-11T21:51:14.502Zuser 7:16.104820751
24602026-06-11T21:51:14.505Zsys 1:03.000477378
24612026-06-11T21:51:14.505Ztrap 0.189142181
24622026-06-11T21:51:14.505Ztflt 0.019635969
24632026-06-11T21:51:14.506Zdflt 0.163260852
24642026-06-11T21:51:14.506Zkflt 0.000094624
24652026-06-11T21:51:14.506Zlock 28:08.264283202
24662026-06-11T21:51:14.506Zslp 23:01.326294723
24672026-06-11T21:51:14.506Zlat 23.342923814
24682026-06-11T21:51:14.506Zstop 36.605915416
24692026-06-11T21:51:14.506Z+ ptime -m cargo build --release
24702026-06-11T21:51:15.432Z Compiling proc-macro2 v1.0.106
24712026-06-11T21:51:15.432Z Compiling quote v1.0.45
24722026-06-11T21:51:15.432Z Compiling unicode-ident v1.0.24
24732026-06-11T21:51:15.432Z Compiling serde_core v1.0.228
24742026-06-11T21:51:15.439Z Compiling serde v1.0.228
24752026-06-11T21:51:15.439Z Compiling libc v0.2.186
24762026-06-11T21:51:15.440Z Compiling cfg-if v1.0.4
24772026-06-11T21:51:15.440Z Compiling zmij v1.0.21
24782026-06-11T21:51:15.440Z Compiling autocfg v1.5.1
24792026-06-11T21:51:15.604Z Compiling memchr v2.8.1
24802026-06-11T21:51:15.629Z Compiling libm v0.2.16
24812026-06-11T21:51:16.778Z Compiling itoa v1.0.18
24822026-06-11T21:51:16.782Z Compiling icu_normalizer_data v2.2.0
24832026-06-11T21:51:16.783Z Compiling icu_properties_data v2.2.0
24842026-06-11T21:51:16.783Z Compiling version_check v0.9.5
24852026-06-11T21:51:16.783Z Compiling stable_deref_trait v1.2.1
24862026-06-11T21:51:16.783Z Compiling syn v2.0.117
24872026-06-11T21:51:16.783Z Compiling serde_json v1.0.150
24882026-06-11T21:51:16.783Z Compiling litemap v0.8.2
24892026-06-11T21:51:16.783Z Compiling writeable v0.6.3
24902026-06-11T21:51:16.783Z Compiling utf8_iter v1.0.4
24912026-06-11T21:51:16.783Z Compiling thiserror v2.0.18
24922026-06-11T21:51:16.833Z Compiling num-traits v0.2.19
24932026-06-11T21:51:16.846Z Compiling percent-encoding v2.3.2
24942026-06-11T21:51:17.399Z Compiling form_urlencoded v1.2.2
24952026-06-11T21:51:17.403Z Compiling rand_core v0.10.1
24962026-06-11T21:51:17.403Z Compiling getrandom v0.4.2
24972026-06-11T21:51:17.403Z Compiling parking_lot_core v0.9.12
24982026-06-11T21:51:17.403Z Compiling iana-time-zone v0.1.65
24992026-06-11T21:51:17.433Z Compiling heck v0.5.0
25002026-06-11T21:51:17.589Z Compiling uuid v1.23.2
25012026-06-11T21:51:17.651Z Compiling errno v0.3.14
25022026-06-11T21:51:17.736Z Compiling zerocopy v0.8.50
25032026-06-11T21:51:18.011Z Compiling semver v1.0.28
25042026-06-11T21:51:18.089Z Compiling dyn-clone v1.0.20
25052026-06-11T21:51:18.178Z Compiling schemars v0.8.22
25062026-06-11T21:51:18.318Z Compiling jobserver v0.1.34
25072026-06-11T21:51:18.425Z Compiling find-msvc-tools v0.1.9
25082026-06-11T21:51:18.474Z Compiling shlex v2.0.1
25092026-06-11T21:51:18.643Z Compiling cc v1.2.63
25102026-06-11T21:51:18.658Z Compiling rustversion v1.0.22
25112026-06-11T21:51:18.672Z Compiling pin-project-lite v0.2.17
25122026-06-11T21:51:18.686Z Compiling getrandom v0.2.17
25132026-06-11T21:51:18.774Z Compiling bitflags v2.12.1
25142026-06-11T21:51:18.890Z Compiling socket2 v0.6.4
25152026-06-11T21:51:18.919Z Compiling scopeguard v1.2.0
25162026-06-11T21:51:19.042Z Compiling portable-atomic v1.13.1
25172026-06-11T21:51:19.145Z Compiling lock_api v0.4.14
25182026-06-11T21:51:19.218Z Compiling synstructure v0.13.2
25192026-06-11T21:51:19.398Z Compiling serde_derive_internals v0.29.1
25202026-06-11T21:51:19.667Z Compiling log v0.4.32
25212026-06-11T21:51:19.828Z Compiling critical-section v1.2.0
25222026-06-11T21:51:19.844Z Compiling signal-hook-registry v1.4.8
25232026-06-11T21:51:19.857Z Compiling mio v1.2.1
25242026-06-11T21:51:19.972Z Compiling equivalent v1.0.2
25252026-06-11T21:51:19.989Z Compiling cmake v0.1.58
25262026-06-11T21:51:20.066Z Compiling once_cell v1.21.4
25272026-06-11T21:51:20.146Z Compiling fs_extra v1.3.0
25282026-06-11T21:51:20.184Z Compiling dunce v1.0.5
25292026-06-11T21:51:20.265Z Compiling subtle v2.6.1
25302026-06-11T21:51:20.321Z Compiling futures-core v0.3.32
25312026-06-11T21:51:20.336Z Compiling httparse v1.10.1
25322026-06-11T21:51:20.386Z Compiling serde_derive v1.0.228
25332026-06-11T21:51:20.401Z Compiling zerofrom-derive v0.1.7
25342026-06-11T21:51:20.414Z Compiling yoke-derive v0.8.2
25352026-06-11T21:51:20.437Z Compiling zerovec-derive v0.11.3
25362026-06-11T21:51:20.477Z Compiling displaydoc v0.2.6
25372026-06-11T21:51:20.491Z Compiling schemars_derive v0.8.22
25382026-06-11T21:51:20.536Z Compiling thiserror-impl v2.0.18
25392026-06-11T21:51:20.700Z Compiling tokio-macros v2.7.0
25402026-06-11T21:51:21.265Z Compiling zerocopy-derive v0.8.50
25412026-06-11T21:51:21.451Z Compiling zeroize_derive v1.4.3
25422026-06-11T21:51:21.476Z Compiling futures-macro v0.3.32
25432026-06-11T21:51:21.538Z Compiling aws-lc-sys v0.41.0
25442026-06-11T21:51:21.566Z Compiling zerofrom v0.1.8
25452026-06-11T21:51:21.691Z Compiling yoke v0.8.3
25462026-06-11T21:51:21.704Z Compiling futures-sink v0.3.32
25472026-06-11T21:51:21.887Z Compiling zerovec v0.11.6
25482026-06-11T21:51:21.901Z Compiling zerotrie v0.2.4
25492026-06-11T21:51:21.929Z Compiling slab v0.4.12
25502026-06-11T21:51:22.139Z Compiling rustix v1.1.4
25512026-06-11T21:51:22.153Z Compiling zeroize v1.8.2
25522026-06-11T21:51:22.318Z Compiling typenum v1.20.1
25532026-06-11T21:51:22.332Z Compiling thiserror v1.0.69
25542026-06-11T21:51:22.397Z Compiling futures-channel v0.3.32
25552026-06-11T21:51:22.415Z Compiling thiserror-impl v1.0.69
25562026-06-11T21:51:22.500Z Compiling tinystr v0.8.3
25572026-06-11T21:51:22.521Z Compiling potential_utf v0.1.5
25582026-06-11T21:51:22.653Z Compiling icu_collections v2.2.0
25592026-06-11T21:51:22.656Z Compiling futures-io v0.3.32
25602026-06-11T21:51:22.702Z Compiling icu_locale_core v2.2.0
25612026-06-11T21:51:22.715Z Compiling futures-task v0.3.32
25622026-06-11T21:51:22.874Z Compiling futures-util v0.3.32
25632026-06-11T21:51:22.890Z Compiling hashbrown v0.17.1
25642026-06-11T21:51:23.469Z Compiling indexmap v2.14.0
25652026-06-11T21:51:23.651Z Compiling smallvec v1.15.1
25662026-06-11T21:51:23.666Z Compiling bytes v1.11.1
25672026-06-11T21:51:23.692Z Compiling icu_provider v2.2.0
25682026-06-11T21:51:23.933Z Compiling chrono v0.4.45
25692026-06-11T21:51:24.116Z Compiling icu_normalizer v2.2.0
25702026-06-11T21:51:24.158Z Compiling icu_properties v2.2.0
25712026-06-11T21:51:24.313Z Compiling serde_tokenstream v0.2.3
25722026-06-11T21:51:24.919Z Compiling parking_lot v0.12.5
25732026-06-11T21:51:25.190Z Compiling idna_adapter v1.2.2
25742026-06-11T21:51:25.329Z Compiling idna v1.1.0
25752026-06-11T21:51:25.375Z Compiling tokio v1.52.3
25762026-06-11T21:51:25.515Z Compiling ucd-trie v0.1.7
25772026-06-11T21:51:25.687Z Compiling url v2.5.8
25782026-06-11T21:51:25.755Z Compiling pest v2.8.6
25792026-06-11T21:51:25.786Z Compiling tracing-attributes v0.1.31
25802026-06-11T21:51:25.932Z Compiling tracing-core v0.1.36
25812026-06-11T21:51:26.954Z Compiling rand_core v0.6.4
25822026-06-11T21:51:27.021Z Compiling regex-syntax v0.8.10
25832026-06-11T21:51:27.113Z Compiling tracing v0.1.44
25842026-06-11T21:51:27.211Z Compiling pest_meta v2.8.6
25852026-06-11T21:51:27.398Z Compiling slog v2.8.2
25862026-06-11T21:51:27.469Z Compiling ipnetwork v0.21.1
25872026-06-11T21:51:27.656Z Compiling base64 v0.22.1
25882026-06-11T21:51:27.774Z Compiling byteorder v1.5.0
25892026-06-11T21:51:28.066Z Compiling pest_generator v2.8.6
25902026-06-11T21:51:28.215Z Compiling http v1.4.1
25912026-06-11T21:51:28.467Z Compiling erased-serde v0.3.31
25922026-06-11T21:51:28.728Z Compiling aho-corasick v1.1.4
25932026-06-11T21:51:29.068Z Compiling getrandom v0.3.4
25942026-06-11T21:51:29.430Z Compiling pest_derive v2.8.6
25952026-06-11T21:51:29.769Z Compiling regex-automata v0.4.14
25962026-06-11T21:51:29.991Z Compiling anyhow v1.0.102
25972026-06-11T21:51:30.064Z Compiling fnv v1.0.7
25982026-06-11T21:51:30.201Z Compiling oxnet v0.1.6
25992026-06-11T21:51:30.396Z Compiling rustls-pki-types v1.14.1
26002026-06-11T21:51:30.664Z Compiling ring v0.17.14
26012026-06-11T21:51:31.207Z Compiling aws-lc-rs v1.17.0
26022026-06-11T21:51:31.537Z Compiling regex v1.12.3
26032026-06-11T21:51:31.676Z Compiling strsim v0.11.1
26042026-06-11T21:51:31.935Z Compiling paste v1.0.15
26052026-06-11T21:51:32.262Z Compiling tokio-util v0.7.18
26062026-06-11T21:51:32.357Z Compiling num-conv v0.2.2
26072026-06-11T21:51:32.479Z Compiling time-core v0.1.8
26082026-06-11T21:51:32.515Z Compiling untrusted v0.9.0
26092026-06-11T21:51:32.629Z Compiling ipnet v2.12.0
26102026-06-11T21:51:32.652Z Compiling untrusted v0.7.1
26112026-06-11T21:51:32.794Z Compiling time-macros v0.2.27
26122026-06-11T21:51:33.995Z Compiling ident_case v1.0.1
26132026-06-11T21:51:34.121Z Compiling rustls v0.23.40
26142026-06-11T21:51:34.303Z Compiling http-body v1.0.1
26152026-06-11T21:51:34.355Z Compiling scroll_derive v0.13.1
26162026-06-11T21:51:34.469Z Compiling camino v1.2.2
26172026-06-11T21:51:34.812Z Compiling atomic-waker v1.1.2
26182026-06-11T21:51:34.950Z Compiling async-trait v0.1.89
26192026-06-11T21:51:35.031Z Compiling ryu v1.0.23
26202026-06-11T21:51:35.325Z Compiling try-lock v0.2.5
26212026-06-11T21:51:35.361Z Compiling tower-service v0.3.3
26222026-06-11T21:51:35.447Z Compiling omicron-workspace-hack v0.1.0
26232026-06-11T21:51:35.464Z Compiling pretty-hex v0.4.2
26242026-06-11T21:51:35.607Z Compiling tower-layer v0.3.3
26252026-06-11T21:51:35.683Z Compiling want v0.3.1
26262026-06-11T21:51:35.869Z Compiling h2 v0.4.14
26272026-06-11T21:51:35.899Z Compiling ppv-lite86 v0.2.21
26282026-06-11T21:51:36.233Z Compiling httpdate v1.0.3
26292026-06-11T21:51:36.605Z Compiling crossbeam-utils v0.8.21
26302026-06-11T21:51:37.223Z Compiling crc32fast v1.5.0
26312026-06-11T21:51:37.786Z Compiling usdt-impl v0.6.0
26322026-06-11T21:51:38.073Z Compiling slog-async v2.8.0
26332026-06-11T21:51:38.387Z Compiling hyper v1.10.1
26342026-06-11T21:51:38.664Z Compiling scroll v0.13.0
26352026-06-11T21:51:38.797Z Compiling serde_urlencoded v0.7.1
26362026-06-11T21:51:38.930Z Compiling http-body-util v0.1.3
26372026-06-11T21:51:39.078Z Compiling plain v0.2.3
26382026-06-11T21:51:39.199Z Compiling goblin v0.10.7
26392026-06-11T21:51:39.236Z Compiling daft-derive v0.1.7
26402026-06-11T21:51:40.016Z Compiling hyper-util v0.1.20
26412026-06-11T21:51:42.414Z Compiling allocator-api2 v0.2.21
26422026-06-11T21:51:42.631Z Compiling foldhash v0.2.0
26432026-06-11T21:51:42.796Z Compiling dof v0.4.0
26442026-06-11T21:51:42.915Z Compiling hashbrown v0.16.1
26452026-06-11T21:51:43.035Z Compiling dtrace-parser v0.3.0
26462026-06-11T21:51:43.039Z Compiling openapiv3 v2.2.0
26472026-06-11T21:51:43.610Z Compiling thread-id v5.1.0
26482026-06-11T21:51:43.652Z Compiling syn v1.0.109
26492026-06-11T21:51:44.273Z Compiling generic-array v0.14.7
26502026-06-11T21:51:44.324Z Compiling powerfmt v0.2.0
26512026-06-11T21:51:44.581Z Compiling deranged v0.5.8
26522026-06-11T21:51:45.378Z Compiling num_threads v0.1.7
26532026-06-11T21:51:45.697Z Compiling time v0.3.47
26542026-06-11T21:51:46.765Z Compiling usdt-attr-macro v0.6.0
26552026-06-11T21:51:46.984Z Compiling usdt-macro v0.6.0
26562026-06-11T21:51:47.144Z Compiling rand_core v0.9.5
26572026-06-11T21:51:47.667Z Compiling multer v3.1.0
26582026-06-11T21:51:47.834Z Compiling ref-cast v1.0.25
26592026-06-11T21:51:47.934Z Compiling crossbeam-channel v0.5.15
26602026-06-11T21:51:48.207Z Compiling sync_wrapper v1.0.2
26612026-06-11T21:51:48.301Z Compiling cpufeatures v0.3.0
26622026-06-11T21:51:48.330Z Compiling hex v0.4.3
26632026-06-11T21:51:48.383Z Compiling winnow v1.0.3
26642026-06-11T21:51:48.488Z Compiling tower v0.5.3
26652026-06-11T21:51:48.538Z Compiling rand_chacha v0.9.0
26662026-06-11T21:51:48.628Z Compiling webpki-roots v1.0.7
26672026-06-11T21:51:48.657Z Compiling futures-executor v0.3.32
26682026-06-11T21:51:48.763Z Compiling async-stream-impl v0.3.6
26692026-06-11T21:51:49.061Z Compiling ref-cast-impl v1.0.25
26702026-06-11T21:51:49.088Z Compiling dropshot v0.17.1
26712026-06-11T21:51:49.147Z Compiling thread_local v1.1.9
26722026-06-11T21:51:49.417Z Compiling tower-http v0.6.11
26732026-06-11T21:51:49.489Z Compiling futures v0.3.32
26742026-06-11T21:51:49.566Z Compiling rand v0.9.4
26752026-06-11T21:51:49.684Z Compiling structmeta-derive v0.3.0
26762026-06-11T21:51:49.707Z Compiling is-terminal v0.4.17
26772026-06-11T21:51:49.815Z Compiling fastrand v2.4.1
26782026-06-11T21:51:49.933Z Compiling take_mut v0.2.2
26792026-06-11T21:51:50.058Z Compiling term v1.2.1
26802026-06-11T21:51:50.153Z Compiling crypto-common v0.1.7
26812026-06-11T21:51:50.307Z Compiling darling_core v0.23.0
26822026-06-11T21:51:50.525Z Compiling slog-term v2.9.2
26832026-06-11T21:51:50.588Z Compiling newtype-uuid-macros v0.1.0
26842026-06-11T21:51:50.753Z Compiling structmeta v0.3.0
26852026-06-11T21:51:50.969Z Compiling dropshot_endpoint v0.17.1
26862026-06-11T21:51:51.530Z Compiling newtype-uuid v1.3.2
26872026-06-11T21:51:51.762Z Compiling strum_macros v0.26.4
26882026-06-11T21:51:51.855Z Compiling daft v0.1.7
26892026-06-11T21:51:52.379Z Compiling darling_macro v0.23.0
26902026-06-11T21:51:52.406Z Compiling tempfile v3.27.0
26912026-06-11T21:51:52.631Z Compiling hybrid-array v0.4.12
26922026-06-11T21:51:53.003Z Compiling darling v0.23.0
26932026-06-11T21:51:53.051Z Compiling adler2 v2.0.1
26942026-06-11T21:51:53.091Z Compiling either v1.16.0
26952026-06-11T21:51:53.144Z Compiling match_cfg v0.1.0
26962026-06-11T21:51:53.235Z Compiling simd-adler32 v0.3.9
26972026-06-11T21:51:53.249Z Compiling openssl-probe v0.2.1
26982026-06-11T21:51:53.328Z Compiling hostname v0.3.1
26992026-06-11T21:51:53.353Z Compiling serde_with_macros v3.20.0
27002026-06-11T21:51:53.455Z Compiling miniz_oxide v0.8.9
27012026-06-11T21:51:53.495Z Compiling rustls-native-certs v0.8.4
27022026-06-11T21:51:53.509Z Compiling toml_parser v1.1.2+spec-1.1.0
27032026-06-11T21:51:54.090Z Compiling slog-json v2.6.1
27042026-06-11T21:51:54.303Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-06-11T21:51:54.350Z Compiling serde_spanned v1.1.1
27062026-06-11T21:51:54.502Z Compiling memmap2 v0.9.10
27072026-06-11T21:51:54.810Z Compiling toml_writer v1.1.1+spec-1.1.0
27082026-06-11T21:51:54.822Z Compiling slog-bunyan v2.5.0
27092026-06-11T21:51:54.852Z Compiling flate2 v1.1.9
27102026-06-11T21:51:55.005Z Compiling crypto-common v0.2.2
27112026-06-11T21:51:55.019Z Compiling block-buffer v0.12.0
27122026-06-11T21:51:55.071Z Compiling derive-ex v0.1.8
27132026-06-11T21:51:55.202Z Compiling rand_chacha v0.3.1
27142026-06-11T21:51:55.387Z Compiling strum_macros v0.27.2
27152026-06-11T21:51:56.262Z Compiling usdt v0.6.0
27162026-06-11T21:51:56.394Z Compiling debug-ignore v1.0.5
27172026-06-11T21:51:56.515Z Compiling const-oid v0.10.2
27182026-06-11T21:51:56.652Z Compiling compression-core v0.4.32
27192026-06-11T21:51:56.824Z Compiling compression-codecs v0.4.38
27202026-06-11T21:51:56.838Z Compiling digest v0.11.3
27212026-06-11T21:51:56.905Z Compiling test-strategy v0.4.5
27222026-06-11T21:51:57.033Z Compiling rand v0.8.6
27232026-06-11T21:51:57.243Z Compiling macaddr v1.0.1
27242026-06-11T21:51:57.272Z Compiling toml_datetime v1.1.1+spec-1.1.0
27252026-06-11T21:51:57.531Z Compiling encoding_rs v0.8.35
27262026-06-11T21:51:57.618Z Compiling spin v0.9.8
27272026-06-11T21:51:57.734Z Compiling mime v0.3.17
27282026-06-11T21:51:57.922Z Compiling toml v1.1.2+spec-1.1.0
27292026-06-11T21:51:58.114Z Compiling async-compression v0.4.42
27302026-06-11T21:51:58.264Z Compiling sha1 v0.11.0
27312026-06-11T21:51:58.298Z Compiling async-stream v0.3.6
27322026-06-11T21:51:58.553Z Compiling block-buffer v0.10.4
27332026-06-11T21:51:58.616Z Compiling waitgroup v0.1.2
27342026-06-11T21:51:58.733Z Compiling rustls-pemfile v2.2.0
27352026-06-11T21:51:58.777Z Compiling serde_path_to_error v0.1.20
27362026-06-11T21:51:59.017Z Compiling hostname v0.4.2
27372026-06-11T21:51:59.112Z Compiling digest v0.10.7
27382026-06-11T21:51:59.221Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-11T21:51:59.288Z Compiling unicode-width v0.2.2
27402026-06-11T21:51:59.742Z Compiling parse-display-derive v0.10.0
27412026-06-11T21:51:59.854Z Compiling regress v0.10.5
27422026-06-11T21:52:00.945Z Compiling strum v0.26.3
27432026-06-11T21:52:01.215Z Compiling wait-timeout v0.2.1
27442026-06-11T21:52:01.751Z Compiling bit-vec v0.8.0
27452026-06-11T21:52:01.895Z Compiling quick-error v1.2.3
27462026-06-11T21:52:02.051Z Compiling rusty-fork v0.3.1
27472026-06-11T21:52:02.064Z Compiling bit-set v0.8.0
27482026-06-11T21:52:02.127Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-11T21:52:02.255Z Compiling serde_with v3.20.0
27502026-06-11T21:52:02.656Z Compiling rand_xorshift v0.4.0
27512026-06-11T21:52:02.670Z Compiling unarray v0.1.4
27522026-06-11T21:52:02.806Z Compiling proptest v1.11.0
27532026-06-11T21:52:02.821Z Compiling strum v0.27.2
27542026-06-11T21:52:02.883Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27552026-06-11T21:52:02.974Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27562026-06-11T21:52:03.054Z Compiling instant v0.1.13
27572026-06-11T21:52:03.232Z Compiling cpufeatures v0.2.17
27582026-06-11T21:52:03.317Z Compiling iddqd v0.4.2
27592026-06-11T21:52:03.371Z Compiling itertools v0.14.0
27602026-06-11T21:52:03.432Z Compiling clap_derive v4.6.1
27612026-06-11T21:52:04.571Z Compiling utf8parse v0.2.2
27622026-06-11T21:52:05.073Z Compiling anstyle-parse v1.0.0
27632026-06-11T21:52:05.293Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-06-11T21:52:05.307Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-11T21:52:05.335Z Compiling backon v1.6.0
27662026-06-11T21:52:05.431Z Compiling terminal_size v0.4.4
27672026-06-11T21:52:05.820Z Compiling colorchoice v1.0.5
27682026-06-11T21:52:05.947Z Compiling anstyle v1.0.14
27692026-06-11T21:52:06.002Z Compiling anstyle-query v1.1.5
27702026-06-11T21:52:06.218Z Compiling is_terminal_polyfill v1.70.2
27712026-06-11T21:52:06.322Z Compiling anstream v1.0.0
27722026-06-11T21:52:07.048Z Compiling backoff v0.4.0
27732026-06-11T21:52:07.090Z Compiling parse-display v0.10.0
27742026-06-11T21:52:07.260Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27752026-06-11T21:52:07.519Z Compiling humantime v2.3.0
27762026-06-11T21:52:07.942Z Compiling clap_lex v1.1.0
27772026-06-11T21:52:08.206Z Compiling clap_builder v4.6.0
27782026-06-11T21:52:08.802Z Compiling regress v0.11.1
27792026-06-11T21:52:10.149Z Compiling clap v4.6.1
27802026-06-11T21:52:10.317Z Compiling typify-impl v0.6.2
27812026-06-11T21:52:11.420Z Compiling toml_edit v0.25.12+spec-1.1.0
27822026-06-11T21:52:11.769Z Compiling crucible-workspace-hack v0.1.0
27832026-06-11T21:52:12.104Z Compiling proc-macro-crate v3.5.0
27842026-06-11T21:52:12.518Z Compiling zerocopy-derive v0.7.35
27852026-06-11T21:52:12.777Z Compiling unsafe-libyaml v0.2.11
27862026-06-11T21:52:13.393Z Compiling serde_yaml v0.9.34+deprecated
27872026-06-11T21:52:13.593Z Compiling typify-macro v0.6.2
27882026-06-11T21:52:14.177Z Compiling num_enum_derive v0.7.6
27892026-06-11T21:52:15.076Z Compiling darling_core v0.21.3
27902026-06-11T21:52:15.196Z Compiling convert_case v0.4.0
27912026-06-11T21:52:15.301Z Compiling num_enum v0.7.6
27922026-06-11T21:52:15.486Z Compiling derive_more v0.99.20
27932026-06-11T21:52:15.906Z Compiling toml_datetime v0.6.11
27942026-06-11T21:52:16.932Z Compiling typify v0.6.2
27952026-06-11T21:52:17.114Z Compiling darling_macro v0.21.3
27962026-06-11T21:52:17.377Z Compiling secrecy v0.10.3
27972026-06-11T21:52:17.543Z Compiling proc-macro-error-attr v1.0.4
27982026-06-11T21:52:17.708Z Compiling darling v0.21.3
27992026-06-11T21:52:17.790Z Compiling heapless v0.8.0
28002026-06-11T21:52:18.040Z Compiling tinyvec_macros v0.1.1
28012026-06-11T21:52:18.055Z Compiling prettyplease v0.2.37
28022026-06-11T21:52:18.114Z Compiling tinyvec v1.11.0
28032026-06-11T21:52:18.328Z Compiling ingot-macros v0.1.1
28042026-06-11T21:52:18.635Z Compiling zerocopy v0.7.35
28052026-06-11T21:52:18.911Z Compiling tabwriter v1.4.1
28062026-06-11T21:52:19.176Z Compiling crossbeam-epoch v0.9.18
28072026-06-11T21:52:19.348Z Compiling hash32 v0.3.1
28082026-06-11T21:52:19.482Z Compiling scroll_derive v0.12.1
28092026-06-11T21:52:19.513Z Compiling rustc_version v0.4.1
28102026-06-11T21:52:19.674Z Compiling num-integer v0.1.46
28112026-06-11T21:52:19.786Z Compiling proc-macro-error v1.0.4
28122026-06-11T21:52:20.040Z Compiling usdt-impl v0.5.0
28132026-06-11T21:52:20.174Z Compiling data-encoding v2.11.0
28142026-06-11T21:52:20.198Z Compiling pkg-config v0.3.33
28152026-06-11T21:52:20.316Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28162026-06-11T21:52:20.585Z Compiling smoltcp v0.11.0
28172026-06-11T21:52:20.637Z Compiling rustix v0.38.44
28182026-06-11T21:52:20.947Z Compiling winnow v0.7.15
28192026-06-11T21:52:20.971Z Compiling ingot-types v0.1.2
28202026-06-11T21:52:21.357Z Compiling scroll v0.12.0
28212026-06-11T21:52:21.519Z Compiling curve25519-dalek v4.1.3
28222026-06-11T21:52:21.962Z Compiling dof v0.3.0
28232026-06-11T21:52:22.820Z Compiling dtrace-parser v0.2.0
28242026-06-11T21:52:22.890Z Compiling hmac v0.12.1
28252026-06-11T21:52:22.997Z Compiling inout v0.1.4
28262026-06-11T21:52:23.058Z Compiling ff v0.13.1
28272026-06-11T21:52:23.072Z Compiling cobs v0.3.0
28282026-06-11T21:52:23.210Z Compiling bstr v1.12.1
28292026-06-11T21:52:23.232Z Compiling thread-id v4.2.2
28302026-06-11T21:52:23.392Z Compiling managed v0.8.0
28312026-06-11T21:52:23.404Z Compiling static_assertions v1.1.0
28322026-06-11T21:52:23.486Z Compiling colored v3.1.1
28332026-06-11T21:52:23.657Z Compiling bitflags v1.3.2
28342026-06-11T21:52:23.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28352026-06-11T21:52:24.161Z Compiling postcard v1.1.3
28362026-06-11T21:52:24.259Z Compiling group v0.13.0
28372026-06-11T21:52:24.302Z Compiling cipher v0.4.4
28382026-06-11T21:52:24.538Z Compiling hkdf v0.12.4
28392026-06-11T21:52:25.001Z Compiling goblin v0.8.2
28402026-06-11T21:52:25.014Z Compiling ingot v0.1.1
28412026-06-11T21:52:25.209Z Compiling num-rational v0.4.2
28422026-06-11T21:52:26.180Z Compiling num-iter v0.1.45
28432026-06-11T21:52:26.858Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28442026-06-11T21:52:27.109Z Compiling universal-hash v0.5.1
28452026-06-11T21:52:27.169Z Compiling thiserror-impl-no-std v2.0.2
28462026-06-11T21:52:27.193Z Compiling hubpack_derive v0.1.1
28472026-06-11T21:52:27.252Z Compiling crypto-bigint v0.5.5
28482026-06-11T21:52:27.845Z Compiling half v2.7.1
28492026-06-11T21:52:28.107Z Compiling serde_repr v0.1.20
28502026-06-11T21:52:28.221Z Compiling foreign-types-macros v0.2.3
28512026-06-11T21:52:28.266Z Compiling curve25519-dalek-derive v0.1.1
28522026-06-11T21:52:28.879Z Compiling num-complex v0.4.6
28532026-06-11T21:52:29.314Z Compiling memoffset v0.9.1
28542026-06-11T21:52:29.342Z Compiling foreign-types-shared v0.3.1
28552026-06-11T21:52:29.398Z Compiling heck v0.4.1
28562026-06-11T21:52:29.576Z Compiling opaque-debug v0.3.1
28572026-06-11T21:52:29.602Z Compiling ciborium-io v0.2.2
28582026-06-11T21:52:29.655Z Compiling base64ct v1.8.3
28592026-06-11T21:52:30.001Z Compiling base16ct v0.2.0
28602026-06-11T21:52:30.082Z Compiling indent_write v2.2.0
28612026-06-11T21:52:30.154Z Compiling cfg_aliases v0.2.1
28622026-06-11T21:52:30.229Z Compiling nix v0.31.3
28632026-06-11T21:52:30.244Z Compiling elliptic-curve v0.13.8
28642026-06-11T21:52:30.585Z Compiling password-hash v0.5.0
28652026-06-11T21:52:30.924Z Compiling ciborium-ll v0.2.2
28662026-06-11T21:52:31.173Z Compiling poly1305 v0.8.0
28672026-06-11T21:52:31.289Z Compiling foreign-types v0.5.0
28682026-06-11T21:52:31.527Z Compiling num v0.4.3
28692026-06-11T21:52:31.718Z Compiling thiserror-no-std v2.0.2
28702026-06-11T21:52:31.780Z Compiling hubpack v0.1.2
28712026-06-11T21:52:32.998Z Compiling chacha20 v0.9.1
28722026-06-11T21:52:33.582Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28732026-06-11T21:52:33.632Z Compiling reqwest v0.12.28
28742026-06-11T21:52:34.230Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28752026-06-11T21:52:34.723Z Compiling blake2 v0.10.6
28762026-06-11T21:52:35.148Z Compiling aead v0.5.2
28772026-06-11T21:52:35.216Z Compiling byte-wrapper v0.1.0
28782026-06-11T21:52:35.228Z Compiling chacha20 v0.10.0
28792026-06-11T21:52:35.343Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28802026-06-11T21:52:35.617Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28812026-06-11T21:52:36.205Z Compiling cstr-argument v0.1.2
28822026-06-11T21:52:36.293Z Compiling keccak v0.1.6
28832026-06-11T21:52:36.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28842026-06-11T21:52:36.619Z Compiling float-ord v0.3.2
28852026-06-11T21:52:36.689Z Compiling sha3 v0.10.9
28862026-06-11T21:52:36.822Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28872026-06-11T21:52:37.080Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28882026-06-11T21:52:37.220Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28892026-06-11T21:52:37.236Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28902026-06-11T21:52:37.355Z Compiling rand v0.10.1
28912026-06-11T21:52:38.001Z Compiling rustls-webpki v0.103.13
28922026-06-11T21:52:38.161Z Compiling chacha20poly1305 v0.10.1
28932026-06-11T21:52:39.488Z Compiling argon2 v0.5.3
28942026-06-11T21:52:40.249Z Compiling progenitor-client v0.10.0
28952026-06-11T21:52:40.513Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28962026-06-11T21:52:40.709Z Compiling vsss-rs v3.3.4
28972026-06-11T21:52:41.209Z Compiling ciborium v0.2.2
28982026-06-11T21:52:41.833Z Compiling atomicwrites v0.4.4
28992026-06-11T21:52:42.018Z Compiling usdt-macro v0.5.0
29002026-06-11T21:52:42.102Z Compiling usdt-attr-macro v0.5.0
29012026-06-11T21:52:42.657Z Compiling tokio-rustls v0.26.4
29022026-06-11T21:52:42.717Z Compiling rustls-platform-verifier v0.7.0
29032026-06-11T21:52:42.951Z Compiling hyper-rustls v0.27.9
29042026-06-11T21:52:43.260Z Compiling reqwest v0.13.4
29052026-06-11T21:52:44.723Z Compiling progenitor-client v0.14.0
29062026-06-11T21:52:44.768Z Compiling num-derive v0.4.2
29072026-06-11T21:52:45.195Z Compiling progenitor-extras v0.2.0
29082026-06-11T21:52:45.198Z Compiling enum-as-inner v0.6.1
29092026-06-11T21:52:45.445Z Compiling memmap v0.7.0
29102026-06-11T21:52:45.942Z Compiling winnow v0.5.40
29112026-06-11T21:52:46.273Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29122026-06-11T21:52:47.446Z Compiling semver v0.1.20
29132026-06-11T21:52:47.665Z Compiling rayon-core v1.13.0
29142026-06-11T21:52:47.732Z Compiling rustc_version v0.1.7
29152026-06-11T21:52:47.956Z Compiling toml_edit v0.19.15
29162026-06-11T21:52:48.272Z Compiling usdt v0.5.0
29172026-06-11T21:52:48.986Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29182026-06-11T21:52:56.438Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29192026-06-11T21:52:58.195Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29202026-06-11T21:52:58.402Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29212026-06-11T21:52:58.439Z Compiling similar v2.7.0
29222026-06-11T21:52:58.513Z Compiling crossbeam-deque v0.8.6
29232026-06-11T21:52:58.689Z Compiling serde_spanned v0.6.9
29242026-06-11T21:52:58.747Z Compiling lazy_static v1.5.0
29252026-06-11T21:52:58.866Z Compiling vcpkg v0.2.15
29262026-06-11T21:52:59.077Z Compiling toml_write v0.1.2
29272026-06-11T21:52:59.424Z Compiling bytecount v0.6.9
29282026-06-11T21:52:59.428Z Compiling openssl-sys v0.9.116
29292026-06-11T21:52:59.632Z Compiling toml_edit v0.22.27
29302026-06-11T21:53:01.186Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29312026-06-11T21:53:01.235Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-06-11T21:53:01.751Z Compiling proc-macro-crate v1.3.1
29332026-06-11T21:53:01.940Z Compiling newtype_derive v0.1.6
29342026-06-11T21:53:02.101Z Compiling progenitor-impl v0.14.0
29352026-06-11T21:53:02.209Z Compiling progenitor-impl v0.13.0
29362026-06-11T21:53:02.378Z Compiling itertools v0.12.1
29372026-06-11T21:53:03.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29382026-06-11T21:53:03.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29392026-06-11T21:53:03.731Z Compiling owo-colors v4.3.0
29402026-06-11T21:53:03.750Z Compiling swrite v0.1.0
29412026-06-11T21:53:03.864Z Compiling linked-hash-map v0.5.6
29422026-06-11T21:53:03.867Z Compiling unicode-segmentation v1.13.3
29432026-06-11T21:53:04.086Z Compiling resolv-conf v0.7.6
29442026-06-11T21:53:04.150Z Compiling lru-cache v0.1.2
29452026-06-11T21:53:04.219Z Compiling progenitor-macro v0.14.0
29462026-06-11T21:53:04.287Z Compiling progenitor-macro v0.13.0
29472026-06-11T21:53:04.301Z Compiling newline-converter v0.3.0
29482026-06-11T21:53:04.511Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29492026-06-11T21:53:04.753Z Compiling num_enum_derive v0.5.11
29502026-06-11T21:53:04.868Z Compiling toml v0.8.23
29512026-06-11T21:53:05.424Z Compiling rayon v1.12.0
29522026-06-11T21:53:05.593Z Compiling hickory-proto v0.24.4
29532026-06-11T21:53:05.788Z Compiling progenitor-client v0.13.0
29542026-06-11T21:53:07.625Z Compiling console v0.15.11
29552026-06-11T21:53:08.445Z Compiling camino-tempfile v1.4.1
29562026-06-11T21:53:08.513Z Compiling serde-big-array v0.5.1
29572026-06-11T21:53:08.688Z Compiling pin-project-internal v1.1.13
29582026-06-11T21:53:08.877Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-06-11T21:53:08.917Z Compiling derive-where v1.6.1
29602026-06-11T21:53:09.429Z Compiling siphasher v1.0.3
29612026-06-11T21:53:09.652Z Compiling minimal-lexical v0.2.1
29622026-06-11T21:53:09.800Z Compiling pin-project v1.1.13
29632026-06-11T21:53:09.908Z Compiling nom v7.1.3
29642026-06-11T21:53:09.921Z Compiling phf_shared v0.12.1
29652026-06-11T21:53:10.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29662026-06-11T21:53:10.980Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29672026-06-11T21:53:11.231Z Compiling progenitor v0.13.0
29682026-06-11T21:53:11.384Z Compiling progenitor v0.14.0
29692026-06-11T21:53:11.540Z Compiling expectorate v1.2.0
29702026-06-11T21:53:11.766Z Compiling hickory-resolver v0.24.4
29712026-06-11T21:53:14.112Z Compiling num_enum v0.5.11
29722026-06-11T21:53:14.253Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-06-11T21:53:15.595Z Compiling zone_cfg_derive v0.3.1
29742026-06-11T21:53:16.316Z Compiling unicode-normalization v0.1.25
29752026-06-11T21:53:16.421Z Compiling tokio-stream v0.1.18
29762026-06-11T21:53:16.921Z Compiling snafu-derive v0.8.9
29772026-06-11T21:53:16.985Z Compiling async-recursion v1.1.1
29782026-06-11T21:53:17.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29792026-06-11T21:53:18.040Z Compiling slog-dtrace v0.3.0
29802026-06-11T21:53:18.317Z Compiling csv-core v0.1.13
29812026-06-11T21:53:18.706Z Compiling unicode-xid v0.2.6
29822026-06-11T21:53:18.736Z Compiling foreign-types-shared v0.1.1
29832026-06-11T21:53:18.861Z Compiling unicode-linebreak v0.1.5
29842026-06-11T21:53:18.876Z Compiling smawk v0.3.2
29852026-06-11T21:53:19.053Z Compiling unicode-width v0.1.14
29862026-06-11T21:53:19.196Z Compiling cancel-safe-futures v0.1.5
29872026-06-11T21:53:19.298Z Compiling highway v1.3.0
29882026-06-11T21:53:19.373Z Compiling chrono-tz v0.10.4
29892026-06-11T21:53:19.471Z Compiling openssl v0.10.80
29902026-06-11T21:53:19.628Z Compiling foldhash v0.1.5
29912026-06-11T21:53:19.776Z Compiling konst_macro_rules v0.2.19
29922026-06-11T21:53:19.861Z Compiling same-file v1.0.6
29932026-06-11T21:53:19.976Z Compiling konst v0.2.20
29942026-06-11T21:53:20.005Z Compiling walkdir v2.5.0
29952026-06-11T21:53:20.063Z Compiling hashbrown v0.15.5
29962026-06-11T21:53:20.381Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-06-11T21:53:20.737Z Compiling textwrap v0.16.2
29982026-06-11T21:53:20.740Z Compiling const_format_proc_macros v0.2.34
29992026-06-11T21:53:20.764Z Compiling foreign-types v0.3.2
30002026-06-11T21:53:20.847Z Compiling snafu v0.8.9
30012026-06-11T21:53:21.085Z Compiling csv v1.4.0
30022026-06-11T21:53:21.483Z Compiling qorb v0.4.1
30032026-06-11T21:53:21.496Z Compiling olpc-cjson v0.1.4
30042026-06-11T21:53:21.531Z Compiling zone v0.3.1
30052026-06-11T21:53:21.557Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30062026-06-11T21:53:21.706Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-11T21:53:22.242Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-11T21:53:22.292Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-06-11T21:53:23.252Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-06-11T21:53:23.794Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30112026-06-11T21:53:25.230Z Compiling phf v0.12.1
30122026-06-11T21:53:25.913Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-06-11T21:53:25.949Z Compiling tokio-dtrace v0.1.1
30142026-06-11T21:53:26.283Z Compiling globset v0.4.18
30152026-06-11T21:53:26.313Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-11T21:53:26.579Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-06-11T21:53:27.195Z Compiling smf v0.2.3
30182026-06-11T21:53:27.376Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30192026-06-11T21:53:27.821Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30202026-06-11T21:53:28.407Z Compiling libsw-core v0.3.2
30212026-06-11T21:53:28.564Z Compiling pem v3.0.6
30222026-06-11T21:53:28.601Z Compiling serde_plain v1.0.2
30232026-06-11T21:53:28.656Z Compiling openssl-macros v0.1.1
30242026-06-11T21:53:28.893Z Compiling cookie v0.18.1
30252026-06-11T21:53:28.920Z Compiling sigpipe v0.1.3
30262026-06-11T21:53:29.024Z Compiling glob v0.3.3
30272026-06-11T21:53:29.182Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30282026-06-11T21:53:29.259Z Compiling typed-path v0.9.3
30292026-06-11T21:53:29.446Z Compiling fixedbitset v0.4.2
30302026-06-11T21:53:29.489Z Compiling fixedbitset v0.5.7
30312026-06-11T21:53:29.827Z Compiling jiff v0.2.28
30322026-06-11T21:53:29.941Z Compiling petgraph v0.8.3
30332026-06-11T21:53:29.976Z Compiling petgraph v0.6.5
30342026-06-11T21:53:30.816Z Compiling tough v0.22.0
30352026-06-11T21:53:31.749Z Compiling libsw v3.5.0
30362026-06-11T21:53:31.765Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30372026-06-11T21:53:31.947Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30382026-06-11T21:53:32.200Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30392026-06-11T21:53:32.366Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-06-11T21:53:32.451Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30412026-06-11T21:53:32.752Z Compiling oxide-tokio-rt v0.1.6
30422026-06-11T21:53:33.239Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-11T21:53:35.265Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30442026-06-11T21:53:35.358Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-06-11T21:53:35.578Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-11T21:53:36.475Z Compiling const_format v0.2.36
30472026-06-11T21:53:36.640Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-06-11T21:53:37.802Z Compiling papergrid v0.11.0
30492026-06-11T21:53:38.146Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30502026-06-11T21:53:38.170Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30512026-06-11T21:53:38.865Z Compiling libscf-sys v1.2.0
30522026-06-11T21:53:39.017Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-06-11T21:53:39.151Z Compiling tabled_derive v0.7.0
30542026-06-11T21:53:39.202Z Compiling gethostname v0.5.0
30552026-06-11T21:53:39.354Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30562026-06-11T21:53:39.929Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30572026-06-11T21:53:40.060Z Compiling bcs v0.1.6
30582026-06-11T21:53:40.091Z Compiling linear-map v1.2.0
30592026-06-11T21:53:40.124Z Compiling whoami v1.6.1
30602026-06-11T21:53:40.314Z Compiling termtree v0.5.1
30612026-06-11T21:53:40.455Z Compiling tagptr v0.2.0
30622026-06-11T21:53:40.577Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30632026-06-11T21:53:40.623Z Compiling moka v0.12.15
30642026-06-11T21:53:41.869Z Compiling tabled v0.15.0
30652026-06-11T21:53:42.457Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30662026-06-11T21:53:42.994Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-11T21:53:43.154Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-11T21:53:43.379Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-06-11T21:53:43.682Z Compiling steno v0.4.1
30702026-06-11T21:53:44.970Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-06-11T21:53:48.709Z Compiling hickory-proto v0.25.2
30722026-06-11T21:53:49.172Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-06-11T21:53:49.726Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30742026-06-11T21:53:50.428Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30752026-06-11T21:53:50.542Z Compiling parking_lot_core v0.8.6
30762026-06-11T21:53:50.768Z Compiling nom v8.0.0
30772026-06-11T21:53:51.284Z Compiling hickory-resolver v0.25.2
30782026-06-11T21:53:52.018Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30792026-06-11T21:53:52.108Z Compiling crunchy v0.2.4
30802026-06-11T21:53:52.269Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30812026-06-11T21:53:52.456Z Compiling parking_lot v0.11.2
30822026-06-11T21:53:52.779Z Compiling typify-impl v0.4.3
30832026-06-11T21:53:53.358Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30842026-06-11T21:53:53.395Z Compiling fxhash v0.2.1
30852026-06-11T21:53:53.548Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30862026-06-11T21:53:53.821Z Compiling proc-macro-error-attr2 v2.0.0
30872026-06-11T21:53:54.296Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30882026-06-11T21:53:54.557Z Compiling tiny-keccak v2.0.2
30892026-06-11T21:53:54.865Z Compiling proc-macro-error2 v2.0.1
30902026-06-11T21:53:55.166Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30912026-06-11T21:53:56.174Z Compiling typify-macro v0.4.3
30922026-06-11T21:53:56.875Z Compiling sled v0.34.7
30932026-06-11T21:53:57.655Z Compiling arc-swap v1.9.1
30942026-06-11T21:53:57.999Z Compiling slog-scope v4.4.1
30952026-06-11T21:53:58.027Z Compiling tabled_derive v0.11.0
30962026-06-11T21:53:58.967Z Compiling papergrid v0.18.0
30972026-06-11T21:53:59.174Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30982026-06-11T21:53:59.735Z Compiling testing_table v0.3.0
30992026-06-11T21:53:59.737Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31002026-06-11T21:54:00.026Z Compiling internet-checksum v0.2.1
31012026-06-11T21:54:00.156Z Compiling tabled v0.21.0
31022026-06-11T21:54:00.176Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31032026-06-11T21:54:00.669Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31042026-06-11T21:54:00.818Z Compiling slog-stdlog v4.1.1
31052026-06-11T21:54:01.262Z Compiling const-random-macro v0.1.16
31062026-06-11T21:54:01.698Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31072026-06-11T21:54:02.386Z Compiling dropshot-api-manager-types v0.7.2
31082026-06-11T21:54:02.962Z Compiling smartstring v1.0.1
31092026-06-11T21:54:03.254Z Compiling ahash v0.8.12
31102026-06-11T21:54:04.385Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31112026-06-11T21:54:05.471Z Compiling const-random v0.1.18
31122026-06-11T21:54:05.474Z Compiling slog-envlogger v2.2.0
31132026-06-11T21:54:05.737Z Compiling typify v0.4.3
31142026-06-11T21:54:06.429Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-06-11T21:54:08.058Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31162026-06-11T21:54:08.532Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31172026-06-11T21:54:10.379Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31182026-06-11T21:54:10.546Z Compiling toml_datetime v0.7.5+spec-1.1.0
31192026-06-11T21:54:10.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31202026-06-11T21:54:11.147Z Compiling crc8 v0.1.1
31212026-06-11T21:54:11.277Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31222026-06-11T21:54:12.706Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31232026-06-11T21:54:14.283Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31242026-06-11T21:54:14.491Z Compiling toml v0.9.12+spec-1.1.0
31252026-06-11T21:54:14.700Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-11T21:54:15.235Z Compiling progenitor-impl v0.10.0
31272026-06-11T21:54:16.237Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31282026-06-11T21:54:16.390Z Compiling lzma-sys v0.1.20
31292026-06-11T21:54:16.855Z Compiling sha1 v0.10.6
31302026-06-11T21:54:16.944Z Compiling thin-vec v0.2.18
31312026-06-11T21:54:17.279Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31322026-06-11T21:54:17.293Z Compiling rhai_codegen v3.2.0
31332026-06-11T21:54:17.308Z Compiling fs-err v3.3.0
31342026-06-11T21:54:17.583Z Compiling typeid v1.0.3
31352026-06-11T21:54:17.835Z Compiling utf-8 v0.7.6
31362026-06-11T21:54:18.005Z Compiling tungstenite v0.21.0
31372026-06-11T21:54:18.580Z Compiling rhai v1.25.1
31382026-06-11T21:54:19.045Z Compiling progenitor-macro v0.10.0
31392026-06-11T21:54:23.236Z Compiling cargo_toml v0.22.3
31402026-06-11T21:54:24.756Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-06-11T21:54:25.509Z Compiling sha2 v0.10.9
31422026-06-11T21:54:26.328Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-06-11T21:54:26.775Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-06-11T21:54:27.496Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31452026-06-11T21:54:28.444Z Compiling progenitor v0.10.0
31462026-06-11T21:54:29.195Z Compiling tokio-tungstenite v0.21.0
31472026-06-11T21:54:29.557Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-11T21:54:31.056Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31492026-06-11T21:54:31.435Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31502026-06-11T21:54:31.742Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31512026-06-11T21:54:32.422Z Compiling console v0.16.3
31522026-06-11T21:54:32.458Z Compiling git-stub v1.0.0
31532026-06-11T21:54:32.950Z Compiling base64 v0.21.7
31542026-06-11T21:54:33.268Z Compiling is_ci v1.2.0
31552026-06-11T21:54:33.458Z Compiling unit-prefix v0.5.2
31562026-06-11T21:54:33.498Z Compiling supports-color v3.0.2
31572026-06-11T21:54:33.635Z Compiling indicatif v0.18.4
31582026-06-11T21:54:33.686Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31592026-06-11T21:54:34.633Z Compiling git-stub-vcs v0.1.0
31602026-06-11T21:54:34.864Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31612026-06-11T21:54:35.405Z Compiling ron v0.12.1
31622026-06-11T21:54:36.334Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31632026-06-11T21:54:36.383Z Compiling xz2 v0.1.7
31642026-06-11T21:54:36.734Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31652026-06-11T21:54:37.616Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31662026-06-11T21:54:37.885Z Compiling drift v0.2.0
31672026-06-11T21:54:39.231Z Compiling base16ct v1.0.0
31682026-06-11T21:54:40.313Z Compiling dropshot-api-manager v0.7.2
31692026-06-11T21:54:44.076Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31702026-06-11T21:54:47.007Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31712026-06-11T21:54:48.194Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31722026-06-11T21:54:49.501Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31732026-06-11T21:54:50.406Z Compiling natord v1.0.9
31742026-06-11T21:54:50.705Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31752026-06-11T21:54:50.801Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31762026-06-11T21:54:53.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31772026-06-11T21:54:55.137Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31782026-06-11T21:54:56.704Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31792026-06-11T21:55:02.093Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31802026-06-11T21:55:03.298Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31812026-06-11T21:55:04.360Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31822026-06-11T21:55:06.327Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31832026-06-11T21:55:09.468Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31842026-06-11T21:55:34.870Z Finished `release` profile [optimized] target(s) in 4m 20s
31852026-06-11T21:55:35.051Z
31862026-06-11T21:55:35.052Zreal 4:20.446844907
31872026-06-11T21:55:35.052Zuser 29:36.669436826
31882026-06-11T21:55:35.052Zsys 2:43.706030883
31892026-06-11T21:55:35.052Ztrap 0.747274386
31902026-06-11T21:55:35.052Ztflt 1.364033053
31912026-06-11T21:55:35.052Zdflt 1.660435572
31922026-06-11T21:55:35.052Zkflt 0.000203559
31932026-06-11T21:55:35.052Zlock 1:58:23.015441634
31942026-06-11T21:55:35.055Zslp 1:25:05.095546054
31952026-06-11T21:55:35.055Zlat 2:16.367710647
31962026-06-11T21:55:35.055Zstop 3:47.393339098
31972026-06-11T21:55:35.055Z+ for x in debug release
31982026-06-11T21:55:35.055Z+ mkdir -p /work/debug
31992026-06-11T21:55:35.059Z+ cp target/debug/ddmd /work/debug/ddmd
32002026-06-11T21:55:35.551Z+ cp target/debug/ddmadm /work/debug/ddmadm
32012026-06-11T21:55:35.903Z+ cp target/debug/mgd /work/debug/mgd
32022026-06-11T21:55:36.509Z+ cp target/debug/mgadm /work/debug/mgadm
32032026-06-11T21:55:36.976Z+ for x in debug release
32042026-06-11T21:55:36.976Z+ mkdir -p /work/release
32052026-06-11T21:55:36.980Z+ cp target/release/ddmd /work/release/ddmd
32062026-06-11T21:55:37.064Z+ cp target/release/ddmadm /work/release/ddmadm
32072026-06-11T21:55:37.140Z+ cp target/release/mgd /work/release/mgd
32082026-06-11T21:55:37.195Z+ cp target/release/mgadm /work/release/mgadm
32092026-06-11T21:55:37.298Z+ cp target/release/falcon-lab /work/release/falcon-lab
32102026-06-11T21:55:37.364Zprocess exited: duration 700093 ms, exit code 0
 
32112026-06-11T21:55:37.379Zfound 9 output files
32122026-06-11T21:55:37.379Zuploading: /work/debug/ddmadm (513717344 bytes)
32132026-06-11T21:55:44.579Zuploaded: /work/debug/ddmadm
32142026-06-11T21:55:44.580Zuploading: /work/debug/ddmd (588584384 bytes)
32152026-06-11T21:55:52.970Zuploaded: /work/debug/ddmd
32162026-06-11T21:55:52.970Zuploading: /work/debug/mgadm (609353176 bytes)
32172026-06-11T21:56:02.802Zuploaded: /work/debug/mgadm
32182026-06-11T21:56:02.802Zuploading: /work/debug/mgd (689241000 bytes)
32192026-06-11T21:56:14.634Zuploaded: /work/debug/mgd
32202026-06-11T21:56:14.634Zuploading: /work/release/ddmadm (45420224 bytes)
32212026-06-11T21:56:16.496Zuploaded: /work/release/ddmadm
32222026-06-11T21:56:16.496Zuploading: /work/release/ddmd (53071136 bytes)
32232026-06-11T21:56:18.189Zuploaded: /work/release/ddmd
32242026-06-11T21:56:18.192Zuploading: /work/release/falcon-lab (38929064 bytes)
32252026-06-11T21:56:19.630Zuploaded: /work/release/falcon-lab
32262026-06-11T21:56:19.631Zuploading: /work/release/mgadm (60246024 bytes)
32272026-06-11T21:56:21.235Zuploaded: /work/release/mgadm
32282026-06-11T21:56:21.236Zuploading: /work/release/mgd (72206376 bytes)
32292026-06-11T21:56:22.939Zuploaded: /work/release/mgd