01KTCTAH2SGBXG41BYDND7K2WK: 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: 01KTCTB3BP7HJZ2VKKZBCVATMQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:17:46.782Zjob assigned to worker 01KTCTB3TYBMPEW205D31V46YH [factory aws, i-02926f809d9a87a06] (queued for 42 s)
 
22026-06-05T21:17:53.401Zstarting task 0: "setup"
32026-06-05T21:17:53.409Z++ uname -s
42026-06-05T21:17:53.413Z+ kern=SunOS
52026-06-05T21:17:53.413Z+ build_user=build
62026-06-05T21:17:53.413Z+ build_uid=12345
72026-06-05T21:17:53.413Z+ work_dir=/work
82026-06-05T21:17:53.413Z+ input_dir=/input
92026-06-05T21:17:53.413Z+ [[ 0 == 12345 ]]
102026-06-05T21:17:53.413Z+ case "$kern" in
112026-06-05T21:17:53.413Z+ groupadd -g 12345 build
122026-06-05T21:17:53.413Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:17:55.419Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:17:55.579Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:17:55.582Z+ home_fs=zfs
162026-06-05T21:17:55.582Z+ [[ zfs == autofs ]]
172026-06-05T21:17:55.582Z+ mkdir -p /home/build
182026-06-05T21:17:55.582Z+ chown build:build /home/build /work
192026-06-05T21:17:57.584Z+ chmod 0700 /home/build /work
202026-06-05T21:17:57.587Zprocess exited: duration 4184 ms, exit code 0
 
212026-06-05T21:17:57.593Zstarting task 1: "rust-toolchain"
222026-06-05T21:17:57.597Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:17:57.597Z * rust toolchain channel = "stable"
242026-06-05T21:17:57.597Z * rust toolchain profile = "default"
252026-06-05T21:17:57.597Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:17:57.597Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:17:57.597Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:17:57.602Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:17:57.602Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:17:57.721Zinfo: downloading installer
312026-06-05T21:17:59.115Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:17:59.115Zwarn: /opt/ooce/bin
332026-06-05T21:17:59.115Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:17:59.115Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:17:59.115Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:17:59.115Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:17:59.115Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:17:59.115Zerror: cannot install while Rust is installed
392026-06-05T21:17:59.115Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:17:59.115Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:17:59.115Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:17:59.115Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:17:59.115Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:17:59.129Zinfo: profile set to default
452026-06-05T21:17:59.129Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:17:59.134Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:17:59.272Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:17:59.275Zinfo: downloading 6 components
492026-06-05T21:18:15.491Z
502026-06-05T21:18:15.491Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T21:18:15.524Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:15.524Z
532026-06-05T21:18:15.524Z
542026-06-05T21:18:15.524ZRust is installed now. Great!
552026-06-05T21:18:15.524Z
562026-06-05T21:18:15.524ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:15.524Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:15.524Z
592026-06-05T21:18:15.524ZTo configure your current shell, you need to source
602026-06-05T21:18:15.524Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:15.524Z
622026-06-05T21:18:15.527ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:15.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:15.527Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:15.527Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:15.527Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:15.527Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:15.527Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:15.531Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:15.531Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:15.611Z+ rustup --version
722026-06-05T21:18:15.621Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:15.624Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:15.641Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:15.645Z+ cargo --version
762026-06-05T21:18:15.657Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:15.660Z+ rustc --version
782026-06-05T21:18:15.678Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:15.681Zprocess exited: duration 18084 ms, exit code 0
 
802026-06-05T21:18:15.687Zstarting task 2: "authentication"
812026-06-05T21:18:15.703Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:15.709Zstarting task 3: "clone repository"
832026-06-05T21:18:15.713Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:15.716Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:15.751ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:17.224Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:17.224Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:17.607ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:17.607Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:17.614Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:17.617Z++ git branch --show-current
922026-06-05T21:18:17.617Z+ current=main
932026-06-05T21:18:17.617Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:17.617Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:17.620Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:17.638ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:17.640Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:17.655ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:17.658Zprocess exited: duration 1946 ms, exit code 0
 
1002026-06-05T21:18:17.664Zstarting task 4: "build"
1012026-06-05T21:18:17.667Z+ pfexec pkg install clang-15
1022026-06-05T21:18:26.254Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-06-05T21:18:33.933Z Startup: Caching catalogs ... Done
1042026-06-05T21:18:41.164ZPlanning: Solver setup ... Done
1052026-06-05T21:18:41.204ZPlanning: Running solver ... Done
1062026-06-05T21:18:41.342ZPlanning: Finding local manifests ... Done
1072026-06-05T21:18:41.353ZPlanning: Fetching manifests: 0/2 0% complete
1082026-06-05T21:18:41.438ZPlanning: Fetching manifests: 2/2 100% complete
1092026-06-05T21:18:41.468ZPlanning: Package planning ... Done
1102026-06-05T21:18:41.493ZPlanning: Merging actions ... Done
1112026-06-05T21:18:41.607ZPlanning: Checking for conflicting actions ... Done
1122026-06-05T21:18:41.613ZPlanning: Consolidating action changes ... Done
1132026-06-05T21:18:42.395ZPlanning: Evaluating mediators ... Done
1142026-06-05T21:18:42.400ZPlanning: Planning completed in 8.30 seconds
1152026-06-05T21:18:42.411Z Packages to install: 2
1162026-06-05T21:18:42.411Z Mediators to change: 2
1172026-06-05T21:18:42.411Z Services to change: 1
1182026-06-05T21:18:42.411Z Create boot environment: No
1192026-06-05T21:18:42.415ZCreate backup boot environment: No
1202026-06-05T21:18:42.454Z
1212026-06-05T21:18:42.454ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-06-05T21:18:47.457ZDownload: 1293/3076 items 114.7/211.3MB 54% complete (23.5M/s)
1232026-06-05T21:18:52.457ZDownload: 2182/3076 items 118.8/211.3MB 56% complete (12.0M/s)
1242026-06-05T21:18:57.523ZDownload: 2999/3076 items 191.5/211.3MB 90% complete (7.6M/s)
1252026-06-05T21:19:04.402ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (8.7M/s)
1262026-06-05T21:19:17.528ZDownload: 3033/3076 items 201.8/211.3MB 95% complete
1272026-06-05T21:19:18.122ZDownload: Completed 211.31 MB in 35.66 seconds (5.9M/s)
1282026-06-05T21:19:18.262Z Actions: 1/3418 actions (Installing new actions)
1292026-06-05T21:19:21.381Z Actions: Completed 3418 actions in 3.12 seconds.
1302026-06-05T21:19:22.027Z Done
1312026-06-05T21:19:22.027Z Done
1322026-06-05T21:19:22.777Z Done
1332026-06-05T21:19:26.192Z Done
1342026-06-05T21:19:26.264Z Done
1352026-06-05T21:19:26.267Z Done
1362026-06-05T21:19:26.427Z Done
1372026-06-05T21:19:27.113Z+ cargo --version
1382026-06-05T21:19:27.120Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1392026-06-05T21:19:27.262Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1402026-06-05T21:19:27.265Zinfo: downloading 6 components
1412026-06-05T21:19:42.027Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1422026-06-05T21:19:42.030Z+ rustc --version
1432026-06-05T21:19:42.056Zrustc 1.95.0 (59807616e 2026-04-14)
1442026-06-05T21:19:42.059Z+ banner check
1452026-06-05T21:19:42.062Z
1462026-06-05T21:19:42.062Z #### # # ###### #### # #
1472026-06-05T21:19:42.063Z # # # # # # # # #
1482026-06-05T21:19:42.063Z # ###### ##### # ####
1492026-06-05T21:19:42.063Z # # # # # # #
1502026-06-05T21:19:42.063Z # # # # # # # # #
1512026-06-05T21:19:42.063Z #### # # ###### #### # #
1522026-06-05T21:19:42.064Z
1532026-06-05T21:19:42.064Z+ cargo fmt -- --check
1542026-06-05T21:19:42.451Z+ cargo clippy --all-targets -- --deny warnings
1552026-06-05T21:19:42.562Z Updating git repository `https://github.com/oxidecomputer/falcon`
1562026-06-05T21:19:43.184ZFrom https://github.com/oxidecomputer/falcon
1572026-06-05T21:19:43.184Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1582026-06-05T21:19:43.263Z Updating crates.io index
1592026-06-05T21:19:43.294Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1602026-06-05T21:19:44.238ZFrom https://github.com/oxidecomputer/dendrite
1612026-06-05T21:19:44.238Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
1622026-06-05T21:19:44.461Z Updating git repository `https://github.com/oxidecomputer/ispf`
1632026-06-05T21:19:44.745ZFrom https://github.com/oxidecomputer/ispf
1642026-06-05T21:19:44.747Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1652026-06-05T21:19:44.752Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1662026-06-05T21:19:45.104ZFrom https://github.com/oxidecomputer/netadm-sys
1672026-06-05T21:19:45.104Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1682026-06-05T21:19:45.112Z Updating git repository `https://github.com/oxidecomputer/omicron`
1692026-06-05T21:19:52.907ZFrom https://github.com/oxidecomputer/omicron
1702026-06-05T21:19:52.907Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1712026-06-05T21:19:53.342Z Updating git repository `https://github.com/oxidecomputer/opte`
1722026-06-05T21:19:53.992ZFrom https://github.com/oxidecomputer/opte
1732026-06-05T21:19:53.993Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
1742026-06-05T21:19:54.022Z Updating git repository `https://github.com/illumos/smf-rs`
1752026-06-05T21:19:54.265ZFrom https://github.com/illumos/smf-rs
1762026-06-05T21:19:54.265Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1772026-06-05T21:19:54.727Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1782026-06-05T21:19:54.995ZFrom https://github.com/oxidecomputer/network-interface
1792026-06-05T21:19:54.995Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1802026-06-05T21:19:55.152Z Updating git repository `https://github.com/oxidecomputer/zone`
1812026-06-05T21:19:55.449ZFrom https://github.com/oxidecomputer/zone
1822026-06-05T21:19:55.449Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1832026-06-05T21:19:55.471Z Updating git repository `https://github.com/oxidecomputer/propolis`
1842026-06-05T21:19:56.071ZFrom https://github.com/oxidecomputer/propolis
1852026-06-05T21:19:56.071Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1862026-06-05T21:19:56.205Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1872026-06-05T21:19:56.710ZFrom https://github.com/oxidecomputer/transceiver-control
1882026-06-05T21:19:56.710Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1892026-06-05T21:19:56.854Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1902026-06-05T21:19:57.150ZFrom https://github.com/oxidecomputer/dlpi-sys
1912026-06-05T21:19:57.150Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1922026-06-05T21:19:58.166Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1932026-06-05T21:19:58.170ZFrom https://github.com/jmesmon/rust-libzfs
1942026-06-05T21:19:58.170Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1952026-06-05T21:19:58.170Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1962026-06-05T21:19:58.170ZFrom https://github.com/oxidecomputer/rusty-doors
1972026-06-05T21:19:58.170Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1982026-06-05T21:19:58.170Z Updating git repository `https://github.com/oxidecomputer/lldp`
1992026-06-05T21:19:58.170ZFrom https://github.com/oxidecomputer/lldp
2002026-06-05T21:19:58.170Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2012026-06-05T21:19:58.170Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2022026-06-05T21:19:58.354ZFrom https://github.com/oxidecomputer/slog-error-chain
2032026-06-05T21:19:58.354Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2042026-06-05T21:19:58.425Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2052026-06-05T21:19:58.727ZFrom https://github.com/oxidecomputer/tufaceous
2062026-06-05T21:19:58.727Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2072026-06-05T21:19:58.755Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2082026-06-05T21:19:59.233ZFrom https://github.com/oxidecomputer/management-gateway-service
2092026-06-05T21:19:59.233Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2102026-06-05T21:19:59.387Z Updating git repository `https://github.com/oxidecomputer/crucible`
2112026-06-05T21:20:00.194ZFrom https://github.com/oxidecomputer/crucible
2122026-06-05T21:20:00.194Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2132026-06-05T21:20:00.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2142026-06-05T21:20:01.143ZFrom https://github.com/oxidecomputer/serde_human_bytes
2152026-06-05T21:20:01.143Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2162026-06-05T21:20:01.355Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-05T21:20:01.802ZFrom https://github.com/oxidecomputer/propolis
2182026-06-05T21:20:01.802Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2192026-06-05T21:20:02.095Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-06-05T21:20:02.822ZFrom https://github.com/oxidecomputer/crucible
2212026-06-05T21:20:02.822Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2222026-06-05T21:20:03.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-06-05T21:20:03.441ZFrom https://github.com/oxidecomputer/tofino
2242026-06-05T21:20:03.441Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2252026-06-05T21:20:03.452Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-06-05T21:20:04.170ZFrom https://github.com/oxidecomputer/maghemite
2272026-06-05T21:20:04.170Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2282026-06-05T21:20:04.272Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-05T21:20:04.681ZFrom https://github.com/oxidecomputer/clickward
2302026-06-05T21:20:04.681Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2312026-06-05T21:20:04.864Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-05T21:20:05.265ZFrom https://github.com/oxidecomputer/illumos-devinfo
2332026-06-05T21:20:05.265Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2342026-06-05T21:20:06.429Z Downloading crates ...
2352026-06-05T21:20:06.520Z Downloaded digest v0.10.7
2362026-06-05T21:20:06.524Z Downloaded async-trait v0.1.89
2372026-06-05T21:20:06.527Z Downloaded diff v0.1.13
2382026-06-05T21:20:06.530Z Downloaded defmt-parser v1.0.0
2392026-06-05T21:20:06.533Z Downloaded aead v0.5.2
2402026-06-05T21:20:06.535Z Downloaded ciborium-io v0.2.2
2412026-06-05T21:20:06.536Z Downloaded darling v0.23.0
2422026-06-05T21:20:06.540Z Downloaded git-stub-vcs v0.1.0
2432026-06-05T21:20:06.543Z Downloaded backon v1.6.0
2442026-06-05T21:20:06.545Z Downloaded dof v0.3.0
2452026-06-05T21:20:06.548Z Downloaded dof v0.4.0
2462026-06-05T21:20:06.551Z Downloaded console v0.16.3
2472026-06-05T21:20:06.551Z Downloaded cancel-safe-futures v0.1.5
2482026-06-05T21:20:06.554Z Downloaded hmac v0.12.1
2492026-06-05T21:20:06.558Z Downloaded futures-io v0.3.32
2502026-06-05T21:20:06.558Z Downloaded futures-core v0.3.32
2512026-06-05T21:20:06.562Z Downloaded const-random-macro v0.1.16
2522026-06-05T21:20:06.562Z Downloaded atomicwrites v0.4.4
2532026-06-05T21:20:06.565Z Downloaded fxhash v0.2.1
2542026-06-05T21:20:06.565Z Downloaded generic-array v0.14.7
2552026-06-05T21:20:06.568Z Downloaded bytecount v0.6.9
2562026-06-05T21:20:06.571Z Downloaded hostname v0.3.1
2572026-06-05T21:20:06.571Z Downloaded futures v0.3.32
2582026-06-05T21:20:06.575Z Downloaded hash32 v0.3.1
2592026-06-05T21:20:06.578Z Downloaded foldhash v0.1.5
2602026-06-05T21:20:06.580Z Downloaded cookie v0.18.1
2612026-06-05T21:20:06.583Z Downloaded debug-ignore v1.0.5
2622026-06-05T21:20:06.586Z Downloaded base16ct v1.0.0
2632026-06-05T21:20:06.586Z Downloaded darling_macro v0.23.0
2642026-06-05T21:20:06.589Z Downloaded ciborium-ll v0.2.2
2652026-06-05T21:20:06.591Z Downloaded git-stub v1.0.0
2662026-06-05T21:20:06.591Z Downloaded darling_macro v0.21.3
2672026-06-05T21:20:06.594Z Downloaded futures-macro v0.3.32
2682026-06-05T21:20:06.594Z Downloaded const-random v0.1.18
2692026-06-05T21:20:06.599Z Downloaded async-recursion v1.1.1
2702026-06-05T21:20:06.602Z Downloaded fnv v1.0.7
2712026-06-05T21:20:06.602Z Downloaded crucible-workspace-hack v0.1.0
2722026-06-05T21:20:06.602Z Downloaded foreign-types-shared v0.1.1
2732026-06-05T21:20:06.605Z Downloaded dunce v1.0.5
2742026-06-05T21:20:06.607Z Downloaded dropshot-api-manager-types v0.7.2
2752026-06-05T21:20:06.610Z Downloaded hostname v0.4.2
2762026-06-05T21:20:06.610Z Downloaded gethostname v0.5.0
2772026-06-05T21:20:06.613Z Downloaded foreign-types v0.5.0
2782026-06-05T21:20:06.613Z Downloaded cstr-argument v0.1.2
2792026-06-05T21:20:06.615Z Downloaded errno v0.3.14
2802026-06-05T21:20:06.618Z Downloaded bit-vec v0.8.0
2812026-06-05T21:20:06.618Z Downloaded base64 v0.21.7
2822026-06-05T21:20:06.621Z Downloaded hex v0.4.3
2832026-06-05T21:20:06.624Z Downloaded heck v0.5.0
2842026-06-05T21:20:06.627Z Downloaded form_urlencoded v1.2.2
2852026-06-05T21:20:06.627Z Downloaded foreign-types-shared v0.3.1
2862026-06-05T21:20:06.630Z Downloaded glob v0.3.3
2872026-06-05T21:20:06.630Z Downloaded highway v1.3.0
2882026-06-05T21:20:06.633Z Downloaded cobs v0.3.0
2892026-06-05T21:20:06.635Z Downloaded dyn-clone v1.0.20
2902026-06-05T21:20:06.635Z Downloaded heck v0.4.1
2912026-06-05T21:20:06.638Z Downloaded foreign-types v0.3.2
2922026-06-05T21:20:06.641Z Downloaded cfg-if v1.0.4
2932026-06-05T21:20:06.641Z Downloaded embedded-io v0.4.0
2942026-06-05T21:20:06.644Z Downloaded embedded-io v0.6.1
2952026-06-05T21:20:06.644Z Downloaded cpufeatures v0.3.0
2962026-06-05T21:20:06.647Z Downloaded futures-sink v0.3.32
2972026-06-05T21:20:06.650Z Downloaded cfg_aliases v0.2.1
2982026-06-05T21:20:06.650Z Downloaded crypto-common v0.2.2
2992026-06-05T21:20:06.653Z Downloaded byteorder v1.5.0
3002026-06-05T21:20:06.653Z Downloaded crypto-common v0.1.7
3012026-06-05T21:20:06.656Z Downloaded bs58 v0.5.1
3022026-06-05T21:20:06.656Z Downloaded fs-err v3.3.0
3032026-06-05T21:20:06.659Z Downloaded base64 v0.22.1
3042026-06-05T21:20:06.662Z Downloaded ident_case v1.0.1
3052026-06-05T21:20:06.665Z Downloaded block-buffer v0.12.0
3062026-06-05T21:20:06.665Z Downloaded inout v0.1.4
3072026-06-05T21:20:06.667Z Downloaded indent_write v2.2.0
3082026-06-05T21:20:06.668Z Downloaded idna_adapter v1.2.2
3092026-06-05T21:20:06.670Z Downloaded is_ci v1.2.0
3102026-06-05T21:20:06.671Z Downloaded displaydoc v0.2.6
3112026-06-05T21:20:06.674Z Downloaded cipher v0.4.4
3122026-06-05T21:20:06.677Z Downloaded const_format_proc_macros v0.2.34
3132026-06-05T21:20:06.677Z Downloaded globset v0.4.18
3142026-06-05T21:20:06.681Z Downloaded fixedbitset v0.4.2
3152026-06-05T21:20:06.681Z Downloaded find-msvc-tools v0.1.9
3162026-06-05T21:20:06.685Z Downloaded ff v0.13.1
3172026-06-05T21:20:06.685Z Downloaded is_terminal_polyfill v1.70.2
3182026-06-05T21:20:06.688Z Downloaded keccak v0.1.6
3192026-06-05T21:20:06.688Z Downloaded httpdate v1.0.3
3202026-06-05T21:20:06.691Z Downloaded macaddr v1.0.1
3212026-06-05T21:20:06.691Z Downloaded cpufeatures v0.2.17
3222026-06-05T21:20:06.695Z Downloaded lru-slab v0.1.2
3232026-06-05T21:20:06.695Z Downloaded lru-cache v0.1.2
3242026-06-05T21:20:06.695Z Downloaded critical-section v1.2.0
3252026-06-05T21:20:06.697Z Downloaded csv-core v0.1.13
3262026-06-05T21:20:06.700Z Downloaded group v0.13.0
3272026-06-05T21:20:06.700Z Downloaded foldhash v0.2.0
3282026-06-05T21:20:06.704Z Downloaded argon2 v0.5.3
3292026-06-05T21:20:06.704Z Downloaded daft-derive v0.1.7
3302026-06-05T21:20:06.707Z Downloaded erased-serde v0.3.31
3312026-06-05T21:20:06.710Z Downloaded blake2 v0.10.6
3322026-06-05T21:20:06.713Z Downloaded linked-hash-map v0.5.6
3332026-06-05T21:20:06.713Z Downloaded half v2.7.1
3342026-06-05T21:20:06.716Z Downloaded http-body v1.0.1
3352026-06-05T21:20:06.716Z Downloaded no-std-compat v0.4.1
3362026-06-05T21:20:06.719Z Downloaded humantime v2.3.0
3372026-06-05T21:20:06.722Z Downloaded newtype_derive v0.1.6
3382026-06-05T21:20:06.722Z Downloaded newline-converter v0.3.0
3392026-06-05T21:20:06.724Z Downloaded memmap v0.7.0
3402026-06-05T21:20:06.725Z Downloaded newtype-uuid-macros v0.1.0
3412026-06-05T21:20:06.727Z Downloaded hubpack v0.1.2
3422026-06-05T21:20:06.727Z Downloaded instant v0.1.13
3432026-06-05T21:20:06.732Z Downloaded ingot-types v0.1.2
3442026-06-05T21:20:06.732Z Downloaded num-conv v0.2.2
3452026-06-05T21:20:06.736Z Downloaded ipnet v2.12.0
3462026-06-05T21:20:06.736Z Downloaded num-iter v0.1.45
3472026-06-05T21:20:06.736Z Downloaded num-derive v0.4.2
3482026-06-05T21:20:06.766Z Downloaded lazy_static v1.5.0
3492026-06-05T21:20:06.766Z Downloaded omicron-workspace-hack v0.1.0
3502026-06-05T21:20:06.766Z Downloaded match_cfg v0.1.0
3512026-06-05T21:20:06.766Z Downloaded ingot v0.1.1
3522026-06-05T21:20:06.766Z Downloaded num v0.4.3
3532026-06-05T21:20:06.766Z Downloaded itoa v1.0.18
3542026-06-05T21:20:06.766Z Downloaded http-body-util v0.1.3
3552026-06-05T21:20:06.766Z Downloaded fs_extra v1.3.0
3562026-06-05T21:20:06.766Z Downloaded futures-channel v0.3.32
3572026-06-05T21:20:06.766Z Downloaded jobserver v0.1.34
3582026-06-05T21:20:06.766Z Downloaded konst_macro_rules v0.2.19
3592026-06-05T21:20:06.766Z Downloaded libsw v3.5.0
3602026-06-05T21:20:06.766Z Downloaded lock_api v0.4.14
3612026-06-05T21:20:06.766Z Downloaded opaque-debug v0.3.1
3622026-06-05T21:20:06.766Z Downloaded getrandom v0.3.4
3632026-06-05T21:20:06.766Z Downloaded num_threads v0.1.7
3642026-06-05T21:20:06.766Z Downloaded num_enum_derive v0.5.11
3652026-06-05T21:20:06.766Z Downloaded openssl-probe v0.2.1
3662026-06-05T21:20:06.769Z Downloaded fixedbitset v0.5.7
3672026-06-05T21:20:06.769Z Downloaded openssl-macros v0.1.1
3682026-06-05T21:20:06.770Z Downloaded olpc-cjson v0.1.4
3692026-06-05T21:20:06.774Z Downloaded allocator-api2 v0.2.21
3702026-06-05T21:20:06.776Z Downloaded hyper-rustls v0.27.9
3712026-06-05T21:20:06.777Z Downloaded libsw-core v0.3.2
3722026-06-05T21:20:06.777Z Downloaded camino v1.2.2
3732026-06-05T21:20:06.779Z Downloaded elliptic-curve v0.13.8
3742026-06-05T21:20:06.782Z Downloaded httparse v1.10.1
3752026-06-05T21:20:06.785Z Downloaded mime v0.3.17
3762026-06-05T21:20:06.785Z Downloaded ipnetwork v0.21.1
3772026-06-05T21:20:06.788Z Downloaded parse-display v0.10.0
3782026-06-05T21:20:06.788Z Downloaded plain v0.2.3
3792026-06-05T21:20:06.791Z Downloaded multer v3.1.0
3802026-06-05T21:20:06.791Z Downloaded colored v3.1.1
3812026-06-05T21:20:06.794Z Downloaded ahash v0.8.12
3822026-06-05T21:20:06.797Z Downloaded num-rational v0.4.2
3832026-06-05T21:20:06.797Z Downloaded num_enum_derive v0.7.6
3842026-06-05T21:20:06.802Z Downloaded num_enum v0.5.11
3852026-06-05T21:20:06.805Z Downloaded phf_shared v0.12.1
3862026-06-05T21:20:06.805Z Downloaded powerfmt v0.2.0
3872026-06-05T21:20:06.805Z Downloaded proc-macro-error-attr v1.0.4
3882026-06-05T21:20:06.805Z Downloaded pretty-hex v0.4.2
3892026-06-05T21:20:06.809Z Downloaded hybrid-array v0.4.12
3902026-06-05T21:20:06.813Z Downloaded owo-colors v4.3.0
3912026-06-05T21:20:06.813Z Downloaded getrandom v0.2.17
3922026-06-05T21:20:06.816Z Downloaded potential_utf v0.1.5
3932026-06-05T21:20:06.816Z Downloaded proc-macro-crate v3.5.0
3942026-06-05T21:20:06.816Z Downloaded dropshot_endpoint v0.17.1
3952026-06-05T21:20:06.819Z Downloaded proc-macro-error-attr2 v2.0.0
3962026-06-05T21:20:06.819Z Downloaded cargo_toml v0.22.3
3972026-06-05T21:20:06.822Z Downloaded progenitor-client v0.14.0
3982026-06-05T21:20:06.822Z Downloaded progenitor-macro v0.10.0
3992026-06-05T21:20:06.826Z Downloaded progenitor-client v0.10.0
4002026-06-05T21:20:06.826Z Downloaded litemap v0.8.2
4012026-06-05T21:20:06.829Z Downloaded linear-map v1.2.0
4022026-06-05T21:20:06.829Z Downloaded bitflags v2.12.1
4032026-06-05T21:20:06.831Z Downloaded getrandom v0.4.2
4042026-06-05T21:20:06.835Z Downloaded const_format v0.2.36
4052026-06-05T21:20:06.837Z Downloaded num-integer v0.1.46
4062026-06-05T21:20:06.841Z Downloaded paste v1.0.15
4072026-06-05T21:20:06.841Z Downloaded progenitor-macro v0.14.0
4082026-06-05T21:20:06.844Z Downloaded progenitor-macro v0.13.0
4092026-06-05T21:20:06.845Z Downloaded password-hash v0.5.0
4102026-06-05T21:20:06.845Z Downloaded oxide-tokio-rt v0.1.6
4112026-06-05T21:20:06.849Z Downloaded parking_lot_core v0.8.6
4122026-06-05T21:20:06.849Z Downloaded oxnet v0.1.6
4132026-06-05T21:20:06.852Z Downloaded memmap2 v0.9.10
4142026-06-05T21:20:06.852Z Downloaded heapless v0.8.0
4152026-06-05T21:20:06.855Z Downloaded chacha20poly1305 v0.10.1
4162026-06-05T21:20:06.858Z Downloaded percent-encoding v2.3.2
4172026-06-05T21:20:06.858Z Downloaded clap v4.6.1
4182026-06-05T21:20:06.862Z Downloaded ref-cast v1.0.25
4192026-06-05T21:20:06.865Z Downloaded icu_properties v2.2.0
4202026-06-05T21:20:06.868Z Downloaded pin-project-internal v1.1.13
4212026-06-05T21:20:06.868Z Downloaded pkg-config v0.3.33
4222026-06-05T21:20:06.871Z Downloaded ppv-lite86 v0.2.21
4232026-06-05T21:20:06.871Z Downloaded iana-time-zone v0.1.65
4242026-06-05T21:20:06.875Z Downloaded once_cell v1.21.4
4252026-06-05T21:20:06.877Z Downloaded phf v0.12.1
4262026-06-05T21:20:06.877Z Downloaded rand_chacha v0.3.1
4272026-06-05T21:20:06.878Z Downloaded parse-display-derive v0.10.0
4282026-06-05T21:20:06.880Z Downloaded proc-macro-crate v1.3.1
4292026-06-05T21:20:06.881Z Downloaded darling_core v0.23.0
4302026-06-05T21:20:06.886Z Downloaded rustc_version v0.4.1
4312026-06-05T21:20:06.886Z Downloaded rustc_version v0.1.7
4322026-06-05T21:20:06.889Z Downloaded progenitor v0.13.0
4332026-06-05T21:20:06.889Z Downloaded poly1305 v0.8.0
4342026-06-05T21:20:06.889Z Downloaded pem v3.0.6
4352026-06-05T21:20:06.893Z Downloaded num-complex v0.4.6
4362026-06-05T21:20:06.893Z Downloaded rustc-hash v2.1.2
4372026-06-05T21:20:06.896Z Downloaded scopeguard v1.2.0
4382026-06-05T21:20:06.896Z Downloaded same-file v1.0.6
4392026-06-05T21:20:06.899Z Downloaded proc-macro-error2 v2.0.1
4402026-06-05T21:20:06.899Z Downloaded log v0.4.32
4412026-06-05T21:20:06.902Z Downloaded quick-error v1.2.3
4422026-06-05T21:20:06.902Z Downloaded progenitor-client v0.13.0
4432026-06-05T21:20:06.905Z Downloaded darling_core v0.21.3
4442026-06-05T21:20:06.908Z Downloaded indexmap v1.9.3
4452026-06-05T21:20:06.908Z Downloaded icu_provider v2.2.0
4462026-06-05T21:20:06.912Z Downloaded pest_derive v2.8.6
4472026-06-05T21:20:06.915Z Downloaded progenitor-extras v0.2.0
4482026-06-05T21:20:06.916Z Downloaded quote v1.0.45
4492026-06-05T21:20:06.916Z Downloaded serde-big-array v0.5.1
4502026-06-05T21:20:06.918Z Downloaded crypto-bigint v0.5.5
4512026-06-05T21:20:06.922Z Downloaded secrecy v0.10.3
4522026-06-05T21:20:06.922Z Downloaded serde_repr v0.1.20
4532026-06-05T21:20:06.926Z Downloaded scroll_derive v0.13.1
4542026-06-05T21:20:06.926Z Downloaded scroll_derive v0.12.1
4552026-06-05T21:20:06.926Z Downloaded parking_lot_core v0.9.12
4562026-06-05T21:20:06.929Z Downloaded rand_core v0.9.5
4572026-06-05T21:20:06.929Z Downloaded rand_core v0.6.4
4582026-06-05T21:20:06.934Z Downloaded serde_spanned v1.1.1
4592026-06-05T21:20:06.934Z Downloaded serial_test v3.5.0
4602026-06-05T21:20:06.937Z Downloaded ref-cast-impl v1.0.25
4612026-06-05T21:20:06.937Z Downloaded icu_normalizer_data v2.2.0
4622026-06-05T21:20:06.937Z Downloaded serial_test_derive v3.5.0
4632026-06-05T21:20:06.937Z Downloaded serde_spanned v0.6.9
4642026-06-05T21:20:06.940Z Downloaded serde_urlencoded v0.7.1
4652026-06-05T21:20:06.940Z Downloaded semver v0.1.20
4662026-06-05T21:20:06.943Z Downloaded rand_xorshift v0.4.0
4672026-06-05T21:20:06.943Z Downloaded rand_core v0.10.1
4682026-06-05T21:20:06.943Z Downloaded parking_lot v0.11.2
4692026-06-05T21:20:06.947Z Downloaded progenitor v0.14.0
4702026-06-05T21:20:06.947Z Downloaded progenitor v0.10.0
4712026-06-05T21:20:06.951Z Downloaded proc-macro-error v1.0.4
4722026-06-05T21:20:06.951Z Downloaded rustls-native-certs v0.8.4
4732026-06-05T21:20:06.954Z Downloaded sha1 v0.11.0
4742026-06-05T21:20:06.955Z Downloaded icu_locale_core v2.2.0
4752026-06-05T21:20:06.958Z Downloaded postcard v1.1.3
4762026-06-05T21:20:06.958Z Downloaded konst v0.2.20
4772026-06-05T21:20:06.961Z Downloaded pest_generator v2.8.6
4782026-06-05T21:20:06.964Z Downloaded rustversion v1.0.22
4792026-06-05T21:20:06.964Z Downloaded sigpipe v0.1.3
4802026-06-05T21:20:06.968Z Downloaded schemars_derive v0.8.22
4812026-06-05T21:20:06.968Z Downloaded parking_lot v0.12.5
4822026-06-05T21:20:06.971Z Downloaded slog-envlogger v2.2.0
4832026-06-05T21:20:06.971Z Downloaded num-traits v0.2.19
4842026-06-05T21:20:06.974Z Downloaded siphasher v1.0.3
4852026-06-05T21:20:06.974Z Downloaded num_enum v0.7.6
4862026-06-05T21:20:06.977Z Downloaded expectorate v1.2.0
4872026-06-05T21:20:06.980Z Downloaded quinn-udp v0.5.14
4882026-06-05T21:20:06.980Z Downloaded hickory-resolver v0.25.2
4892026-06-05T21:20:06.983Z Downloaded slog-bunyan v2.5.0
4902026-06-05T21:20:06.983Z Downloaded flate2 v1.1.9
4912026-06-05T21:20:06.987Z Downloaded papergrid v0.11.0
4922026-06-05T21:20:06.990Z Downloaded smawk v0.3.2
4932026-06-05T21:20:06.990Z Downloaded hickory-resolver v0.24.4
4942026-06-05T21:20:06.993Z Downloaded scroll v0.12.0
4952026-06-05T21:20:06.997Z Downloaded sha1 v0.10.6
4962026-06-05T21:20:06.997Z Downloaded resolv-conf v0.7.6
4972026-06-05T21:20:06.997Z Downloaded icu_normalizer v2.2.0
4982026-06-05T21:20:07.004Z Downloaded serde_path_to_error v0.1.20
4992026-06-05T21:20:07.004Z Downloaded miniz_oxide v0.8.9
5002026-06-05T21:20:07.007Z Downloaded indicatif v0.18.4
5012026-06-05T21:20:07.007Z Downloaded serde_plain v1.0.2
5022026-06-05T21:20:07.007Z Downloaded spin v0.5.2
5032026-06-05T21:20:07.007Z Downloaded serde_tokenstream v0.2.3
5042026-06-05T21:20:07.011Z Downloaded pin-project v1.1.13
5052026-06-05T21:20:07.015Z Downloaded sync_wrapper v1.0.2
5062026-06-05T21:20:07.019Z Downloaded swrite v0.1.0
5072026-06-05T21:20:07.019Z Downloaded supports-color v3.0.2
5082026-06-05T21:20:07.019Z Downloaded structmeta-derive v0.3.0
5092026-06-05T21:20:07.022Z Downloaded shlex v2.0.1
5102026-06-05T21:20:07.022Z Downloaded strum v0.27.2
5112026-06-05T21:20:07.022Z Downloaded strsim v0.11.1
5122026-06-05T21:20:07.022Z Downloaded subtle v2.6.1
5132026-06-05T21:20:07.025Z Downloaded jiff-static v0.2.28
5142026-06-05T21:20:07.025Z Downloaded async-compression v0.4.42
5152026-06-05T21:20:07.030Z Downloaded openssl-sys v0.9.116
5162026-06-05T21:20:07.033Z Downloaded simd-adler32 v0.3.9
5172026-06-05T21:20:07.033Z Downloaded take_mut v0.2.2
5182026-06-05T21:20:07.038Z Downloaded slog-scope v4.4.1
5192026-06-05T21:20:07.038Z Downloaded termtree v0.5.1
5202026-06-05T21:20:07.038Z Downloaded rusty-fork v0.3.1
5212026-06-05T21:20:07.043Z Downloaded proc-macro2 v1.0.106
5222026-06-05T21:20:07.043Z Downloaded tabled_derive v0.7.0
5232026-06-05T21:20:07.043Z Downloaded terminal_size v0.4.4
5242026-06-05T21:20:07.043Z Downloaded progenitor-impl v0.10.0
5252026-06-05T21:20:07.048Z Downloaded tabwriter v1.4.1
5262026-06-05T21:20:07.048Z Downloaded tabled_derive v0.11.0
5272026-06-05T21:20:07.048Z Downloaded smartstring v1.0.1
5282026-06-05T21:20:07.048Z Downloaded slog-term v2.9.2
5292026-06-05T21:20:07.053Z Downloaded progenitor-impl v0.14.0
5302026-06-05T21:20:07.053Z Downloaded hyper-util v0.1.20
5312026-06-05T21:20:07.057Z Downloaded http v1.4.1
5322026-06-05T21:20:07.057Z Downloaded stable_deref_trait v1.2.1
5332026-06-05T21:20:07.057Z Downloaded thiserror-impl-no-std v2.0.2
5342026-06-05T21:20:07.060Z Downloaded snafu-derive v0.8.9
5352026-06-05T21:20:07.060Z Downloaded thread-id v4.2.2
5362026-06-05T21:20:07.060Z Downloaded smf v0.2.3
5372026-06-05T21:20:07.060Z Downloaded slog-dtrace v0.3.0
5382026-06-05T21:20:07.064Z Downloaded slog-stdlog v4.1.1
5392026-06-05T21:20:07.064Z Downloaded testing_table v0.3.0
5402026-06-05T21:20:07.064Z Downloaded semver v1.0.28
5412026-06-05T21:20:07.064Z Downloaded pest_meta v2.8.6
5422026-06-05T21:20:07.068Z Downloaded papergrid v0.18.0
5432026-06-05T21:20:07.071Z Downloaded strum v0.26.3
5442026-06-05T21:20:07.071Z Downloaded time-core v0.1.8
5452026-06-05T21:20:07.071Z Downloaded serde_derive_internals v0.29.1
5462026-06-05T21:20:07.075Z Downloaded static_assertions v1.1.0
5472026-06-05T21:20:07.075Z Downloaded minimal-lexical v0.2.1
5482026-06-05T21:20:07.078Z Downloaded strum_macros v0.27.2
5492026-06-05T21:20:07.078Z Downloaded strum_macros v0.26.4
5502026-06-05T21:20:07.078Z Downloaded tinyvec_macros v0.1.1
5512026-06-05T21:20:07.081Z Downloaded progenitor-impl v0.13.0
5522026-06-05T21:20:07.081Z Downloaded toml_datetime v0.6.11
5532026-06-05T21:20:07.081Z Downloaded rustls-pemfile v2.2.0
5542026-06-05T21:20:07.084Z Downloaded tokio-macros v2.7.0
5552026-06-05T21:20:07.084Z Downloaded slog-async v2.8.0
5562026-06-05T21:20:07.084Z Downloaded slab v0.4.12
5572026-06-05T21:20:07.088Z Downloaded rustls-pki-types v1.14.1
5582026-06-05T21:20:07.088Z Downloaded synstructure v0.13.2
5592026-06-05T21:20:07.088Z Downloaded hashbrown v0.12.3
5602026-06-05T21:20:07.093Z Downloaded pretty_assertions v1.4.1
5612026-06-05T21:20:07.096Z Downloaded ryu v1.0.23
5622026-06-05T21:20:07.096Z Downloaded structmeta v0.3.0
5632026-06-05T21:20:07.096Z Downloaded slog-json v2.6.1
5642026-06-05T21:20:07.096Z Downloaded prettyplease v0.2.37
5652026-06-05T21:20:07.100Z Downloaded rustls-platform-verifier v0.7.0
5662026-06-05T21:20:07.103Z Downloaded sha2 v0.10.9
5672026-06-05T21:20:07.103Z Downloaded try-lock v0.2.5
5682026-06-05T21:20:07.103Z Downloaded tower-layer v0.3.3
5692026-06-05T21:20:07.107Z Downloaded rhai_codegen v3.2.0
5702026-06-05T21:20:07.110Z Downloaded tagptr v0.2.0
5712026-06-05T21:20:07.110Z Downloaded signal-hook-registry v1.4.8
5722026-06-05T21:20:07.110Z Downloaded memchr v2.8.1
5732026-06-05T21:20:07.115Z Downloaded tower-service v0.3.3
5742026-06-05T21:20:07.115Z Downloaded toml_write v0.1.2
5752026-06-05T21:20:07.120Z Downloaded bytes v1.11.1
5762026-06-05T21:20:07.120Z Downloaded thread_local v1.1.9
5772026-06-05T21:20:07.120Z Downloaded spin v0.9.8
5782026-06-05T21:20:07.123Z Downloaded thread-id v5.1.0
5792026-06-05T21:20:07.123Z Downloaded schemars v0.8.22
5802026-06-05T21:20:07.127Z Downloaded unarray v0.1.4
5812026-06-05T21:20:07.130Z Downloaded typify-macro v0.6.2
5822026-06-05T21:20:07.130Z Downloaded typeid v1.0.3
5832026-06-05T21:20:07.130Z Downloaded thiserror-no-std v2.0.2
5842026-06-05T21:20:07.134Z Downloaded untrusted v0.7.1
5852026-06-05T21:20:07.134Z Downloaded unicode-linebreak v0.1.5
5862026-06-05T21:20:07.134Z Downloaded typify-macro v0.4.3
5872026-06-05T21:20:07.134Z Downloaded serde_core v1.0.228
5882026-06-05T21:20:07.137Z Downloaded thiserror-impl v1.0.69
5892026-06-05T21:20:07.137Z Downloaded thiserror v1.0.69
5902026-06-05T21:20:07.140Z Downloaded tiny-keccak v2.0.2
5912026-06-05T21:20:07.140Z Downloaded rayon-core v1.13.0
5922026-06-05T21:20:07.143Z Downloaded serde_yaml v0.9.34+deprecated
5932026-06-05T21:20:07.146Z Downloaded time-macros v0.2.27
5942026-06-05T21:20:07.146Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5952026-06-05T21:20:07.146Z Downloaded tokio-tungstenite v0.21.0
5962026-06-05T21:20:07.149Z Downloaded unit-prefix v0.5.2
5972026-06-05T21:20:07.149Z Downloaded tokio-dtrace v0.1.1
5982026-06-05T21:20:07.149Z Downloaded tinystr v0.8.3
5992026-06-05T21:20:07.154Z Downloaded usdt-macro v0.5.0
6002026-06-05T21:20:07.154Z Downloaded utf8parse v0.2.2
6012026-06-05T21:20:07.154Z Downloaded usdt v0.6.0
6022026-06-05T21:20:07.154Z Downloaded utf-8 v0.7.6
6032026-06-05T21:20:07.158Z Downloaded usdt v0.5.0
6042026-06-05T21:20:07.158Z Downloaded untrusted v0.9.0
6052026-06-05T21:20:07.158Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6062026-06-05T21:20:07.158Z Downloaded universal-hash v0.5.1
6072026-06-05T21:20:07.158Z Downloaded unicode-xid v0.2.6
6082026-06-05T21:20:07.158Z Downloaded thiserror v2.0.18
6092026-06-05T21:20:07.161Z Downloaded term v1.2.1
6102026-06-05T21:20:07.166Z Downloaded serde_with_macros v3.20.0
6112026-06-05T21:20:07.166Z Downloaded thiserror-impl v2.0.18
6122026-06-05T21:20:07.166Z Downloaded tempfile v3.27.0
6132026-06-05T21:20:07.169Z Downloaded indexmap v2.14.0
6142026-06-05T21:20:07.169Z Downloaded usdt-attr-macro v0.6.0
6152026-06-05T21:20:07.169Z Downloaded want v0.3.1
6162026-06-05T21:20:07.173Z Downloaded utf8_iter v1.0.4
6172026-06-05T21:20:07.173Z Downloaded usdt-macro v0.6.0
6182026-06-05T21:20:07.173Z Downloaded version_check v0.9.5
6192026-06-05T21:20:07.173Z Downloaded usdt-attr-macro v0.5.0
6202026-06-05T21:20:07.173Z Downloaded toml_writer v1.1.1+spec-1.1.0
6212026-06-05T21:20:07.176Z Downloaded waitgroup v0.1.2
6222026-06-05T21:20:07.176Z Downloaded similar v2.7.0
6232026-06-05T21:20:07.176Z Downloaded smallvec v1.15.1
6242026-06-05T21:20:07.179Z Downloaded serde_derive v1.0.228
6252026-06-05T21:20:07.179Z Downloaded wait-timeout v0.2.1
6262026-06-05T21:20:07.183Z Downloaded scroll v0.13.0
6272026-06-05T21:20:07.183Z Downloaded qorb v0.4.1
6282026-06-05T21:20:07.183Z Downloaded quinn v0.11.9
6292026-06-05T21:20:07.187Z Downloaded rand_chacha v0.9.0
6302026-06-05T21:20:07.187Z Downloaded icu_collections v2.2.0
6312026-06-05T21:20:07.191Z Downloaded pin-project-lite v0.2.17
6322026-06-05T21:20:07.194Z Downloaded slog v2.8.2
6332026-06-05T21:20:07.194Z Downloaded dropshot-api-manager v0.7.2
6342026-06-05T21:20:07.197Z Downloaded yoke-derive v0.8.2
6352026-06-05T21:20:07.201Z Downloaded zerofrom v0.1.8
6362026-06-05T21:20:07.201Z Downloaded crossbeam-channel v0.5.15
6372026-06-05T21:20:07.201Z Downloaded newtype-uuid v1.3.2
6382026-06-05T21:20:07.204Z Downloaded ingot-macros v0.1.1
6392026-06-05T21:20:07.204Z Downloaded bitflags v1.3.2
6402026-06-05T21:20:07.204Z Downloaded darling v0.21.3
6412026-06-05T21:20:07.207Z Downloaded crossbeam-utils v0.8.21
6422026-06-05T21:20:07.210Z Downloaded tokio-rustls v0.26.4
6432026-06-05T21:20:07.210Z Downloaded crossbeam-epoch v0.9.18
6442026-06-05T21:20:07.213Z Downloaded compression-codecs v0.4.38
6452026-06-05T21:20:07.213Z Downloaded toml v0.8.23
6462026-06-05T21:20:07.216Z Downloaded either v1.16.0
6472026-06-05T21:20:07.216Z Downloaded zone_cfg_derive v0.3.1
6482026-06-05T21:20:07.216Z Downloaded zeroize_derive v1.4.3
6492026-06-05T21:20:07.220Z Downloaded tokio-stream v0.1.18
6502026-06-05T21:20:07.221Z Downloaded mio v1.2.1
6512026-06-05T21:20:07.224Z Downloaded defmt-macros v1.1.0
6522026-06-05T21:20:07.224Z Downloaded usdt-impl v0.5.0
6532026-06-05T21:20:07.227Z Downloaded goblin v0.8.2
6542026-06-05T21:20:07.231Z Downloaded managed v0.8.0
6552026-06-05T21:20:07.231Z Downloaded toml_parser v1.1.2+spec-1.1.0
6562026-06-05T21:20:07.231Z Downloaded natord v1.0.9
6572026-06-05T21:20:07.231Z Downloaded memoffset v0.9.1
6582026-06-05T21:20:07.231Z Downloaded cc v1.2.63
6592026-06-05T21:20:07.235Z Downloaded usdt-impl v0.6.0
6602026-06-05T21:20:07.235Z Downloaded anyhow v1.0.102
6612026-06-05T21:20:07.238Z Downloaded walkdir v2.5.0
6622026-06-05T21:20:07.238Z Downloaded vsss-rs v3.3.4
6632026-06-05T21:20:07.241Z Downloaded thin-vec v0.2.18
6642026-06-05T21:20:07.241Z Downloaded test-strategy v0.4.5
6652026-06-05T21:20:07.241Z Downloaded clap_derive v4.6.1
6662026-06-05T21:20:07.244Z Downloaded zone v0.3.1
6672026-06-05T21:20:07.245Z Downloaded ucd-trie v0.1.7
6682026-06-05T21:20:07.245Z Downloaded rand v0.8.6
6692026-06-05T21:20:07.248Z Downloaded whoami v1.6.1
6702026-06-05T21:20:07.248Z Downloaded chacha20 v0.10.0
6712026-06-05T21:20:07.251Z Downloaded writeable v0.6.3
6722026-06-05T21:20:07.251Z Downloaded anstyle-parse v1.0.0
6732026-06-05T21:20:07.251Z Downloaded xz2 v0.1.7
6742026-06-05T21:20:07.254Z Downloaded schemars v0.9.0
6752026-06-05T21:20:07.258Z Downloaded socket2 v0.6.4
6762026-06-05T21:20:07.261Z Downloaded zerofrom-derive v0.1.7
6772026-06-05T21:20:07.261Z Downloaded rand v0.9.4
6782026-06-05T21:20:07.264Z Downloaded zerovec-derive v0.11.3
6792026-06-05T21:20:07.264Z Downloaded zeroize v1.8.2
6802026-06-05T21:20:07.264Z Downloaded textwrap v0.16.2
6812026-06-05T21:20:07.267Z Downloaded schemars v1.2.1
6822026-06-05T21:20:07.272Z Downloaded tinyvec v1.11.0
6832026-06-05T21:20:07.275Z Downloaded hashbrown v0.15.5
6842026-06-05T21:20:07.278Z Downloaded rustls-webpki v0.103.13
6852026-06-05T21:20:07.283Z Downloaded hashbrown v0.16.1
6862026-06-05T21:20:07.283Z Downloaded const-oid v0.10.2
6872026-06-05T21:20:07.287Z Downloaded libscf-sys v1.2.0
6882026-06-05T21:20:07.287Z Downloaded is-terminal v0.4.17
6892026-06-05T21:20:07.287Z Downloaded internet-checksum v0.2.1
6902026-06-05T21:20:07.287Z Downloaded fastrand v2.4.1
6912026-06-05T21:20:07.287Z Downloaded daft v0.1.7
6922026-06-05T21:20:07.287Z Downloaded bcs v0.1.6
6932026-06-05T21:20:07.291Z Downloaded cmake v0.1.58
6942026-06-05T21:20:07.291Z Downloaded aws-lc-rs v1.17.0
6952026-06-05T21:20:07.294Z Downloaded zmij v1.0.21
6962026-06-05T21:20:07.297Z Downloaded snafu v0.8.9
6972026-06-05T21:20:07.301Z Downloaded serde v1.0.228
6982026-06-05T21:20:07.301Z Downloaded rand v0.10.1
6992026-06-05T21:20:07.303Z Downloaded tracing-core v0.1.36
7002026-06-05T21:20:07.306Z Downloaded h2 v0.4.14
7012026-06-05T21:20:07.310Z Downloaded yoke v0.8.3
7022026-06-05T21:20:07.310Z Downloaded typify v0.6.2
7032026-06-05T21:20:07.313Z Downloaded unicode-ident v1.0.24
7042026-06-05T21:20:07.314Z Downloaded idna v1.1.0
7052026-06-05T21:20:07.319Z Downloaded pest v2.8.6
7062026-06-05T21:20:07.319Z Downloaded tracing-attributes v0.1.31
7072026-06-05T21:20:07.322Z Downloaded data-encoding v2.11.0
7082026-06-05T21:20:07.322Z Downloaded toml v1.1.2+spec-1.1.0
7092026-06-05T21:20:07.322Z Downloaded unsafe-libyaml v0.2.11
7102026-06-05T21:20:07.327Z Downloaded itertools v0.14.0
7112026-06-05T21:20:07.330Z Downloaded libm v0.2.16
7122026-06-05T21:20:07.333Z Downloaded itertools v0.12.1
7132026-06-05T21:20:07.336Z Downloaded nom v7.1.3
7142026-06-05T21:20:07.339Z Downloaded hkdf v0.12.4
7152026-06-05T21:20:07.339Z Downloaded toml_edit v0.22.27
7162026-06-05T21:20:07.343Z Downloaded hashbrown v0.17.1
7172026-06-05T21:20:07.346Z Downloaded zerocopy-derive v0.7.35
7182026-06-05T21:20:07.349Z Downloaded icu_properties_data v2.2.0
7192026-06-05T21:20:07.353Z Downloaded tungstenite v0.21.0
7202026-06-05T21:20:07.356Z Downloaded nom v8.0.0
7212026-06-05T21:20:07.359Z Downloaded clap_builder v4.6.0
7222026-06-05T21:20:07.362Z Downloaded steno v0.4.1
7232026-06-05T21:20:07.362Z Downloaded hyper v1.10.1
7242026-06-05T21:20:07.366Z Downloaded uuid v1.23.2
7252026-06-05T21:20:07.369Z Downloaded toml v0.9.12+spec-1.1.0
7262026-06-05T21:20:07.372Z Downloaded futures-util v0.3.32
7272026-06-05T21:20:07.376Z Downloaded typify v0.4.3
7282026-06-05T21:20:07.379Z Downloaded aho-corasick v1.1.4
7292026-06-05T21:20:07.382Z Downloaded iddqd v0.4.2
7302026-06-05T21:20:07.386Z Downloaded ron v0.12.1
7312026-06-05T21:20:07.391Z Downloaded toml_edit v0.19.15
7322026-06-05T21:20:07.400Z Downloaded toml_edit v0.25.12+spec-1.1.0
7332026-06-05T21:20:07.403Z Downloaded url v2.5.8
7342026-06-05T21:20:07.406Z Downloaded hubpack_derive v0.1.1
7352026-06-05T21:20:07.406Z Downloaded dtrace-parser v0.3.0
7362026-06-05T21:20:07.406Z Downloaded crc32fast v1.5.0
7372026-06-05T21:20:07.406Z Downloaded console v0.15.11
7382026-06-05T21:20:07.409Z Downloaded chacha20 v0.9.1
7392026-06-05T21:20:07.409Z Downloaded arc-swap v1.9.1
7402026-06-05T21:20:07.412Z Downloaded float-ord v0.3.2
7412026-06-05T21:20:07.412Z Downloaded crunchy v0.2.4
7422026-06-05T21:20:07.412Z Downloaded clap_lex v1.1.0
7432026-06-05T21:20:07.412Z Downloaded anstyle v1.0.14
7442026-06-05T21:20:07.415Z Downloaded enum-as-inner v0.6.1
7452026-06-05T21:20:07.415Z Downloaded curve25519-dalek-derive v0.1.1
7462026-06-05T21:20:07.415Z Downloaded convert_case v0.4.0
7472026-06-05T21:20:07.415Z Downloaded compression-core v0.4.32
7482026-06-05T21:20:07.415Z Downloaded defmt v0.3.100
7492026-06-05T21:20:07.419Z Downloaded colorchoice v1.0.5
7502026-06-05T21:20:07.419Z Downloaded camino-tempfile v1.4.1
7512026-06-05T21:20:07.419Z Downloaded bit-set v0.8.0
7522026-06-05T21:20:07.419Z Downloaded equivalent v1.0.2
7532026-06-05T21:20:07.419Z Downloaded dtrace-parser v0.2.0
7542026-06-05T21:20:07.422Z Downloaded byte-wrapper v0.1.0
7552026-06-05T21:20:07.422Z Downloaded anstream v1.0.0
7562026-06-05T21:20:07.424Z Downloaded yansi v1.0.1
7572026-06-05T21:20:07.428Z Downloaded tower v0.5.3
7582026-06-05T21:20:07.428Z Downloaded crc8 v0.1.1
7592026-06-05T21:20:07.428Z Downloaded typenum v1.20.1
7602026-06-05T21:20:07.431Z Downloaded zerocopy-derive v0.8.50
7612026-06-05T21:20:07.434Z Downloaded zerotrie v0.2.4
7622026-06-05T21:20:07.437Z Downloaded regex v1.12.3
7632026-06-05T21:20:07.441Z Downloaded rayon v1.12.0
7642026-06-05T21:20:07.444Z Downloaded portable-atomic v1.13.1
7652026-06-05T21:20:07.448Z Downloaded serde_json v1.0.150
7662026-06-05T21:20:07.451Z Downloaded unicode-normalization v0.1.25
7672026-06-05T21:20:07.455Z Downloaded reqwest v0.12.28
7682026-06-05T21:20:07.458Z Downloaded adler2 v2.0.1
7692026-06-05T21:20:07.458Z Downloaded foreign-types-macros v0.2.3
7702026-06-05T21:20:07.458Z Downloaded futures-task v0.3.32
7712026-06-05T21:20:07.461Z Downloaded futures-executor v0.3.32
7722026-06-05T21:20:07.461Z Downloaded defmt v1.1.0
7732026-06-05T21:20:07.464Z Downloaded unicode-segmentation v1.13.3
7742026-06-05T21:20:07.464Z Downloaded typed-path v0.9.3
7752026-06-05T21:20:07.467Z Downloaded drift v0.2.0
7762026-06-05T21:20:07.472Z Downloaded derive-where v1.6.1
7772026-06-05T21:20:07.475Z Downloaded reqwest v0.13.4
7782026-06-05T21:20:07.478Z Downloaded block-buffer v0.10.4
7792026-06-05T21:20:07.478Z Downloaded async-stream v0.3.6
7802026-06-05T21:20:07.483Z Downloaded anstyle-query v1.1.5
7812026-06-05T21:20:07.485Z Downloaded digest v0.11.3
7822026-06-05T21:20:07.485Z Downloaded derive_more v0.99.20
7832026-06-05T21:20:07.485Z Downloaded derive-ex v0.1.8
7842026-06-05T21:20:07.489Z Downloaded deranged v0.5.8
7852026-06-05T21:20:07.489Z Downloaded crossbeam-deque v0.8.6
7862026-06-05T21:20:07.489Z Downloaded base16ct v0.2.0
7872026-06-05T21:20:07.489Z Downloaded atomic-waker v1.1.2
7882026-06-05T21:20:07.489Z Downloaded ciborium v0.2.2
7892026-06-05T21:20:07.489Z Downloaded base64ct v1.8.3
7902026-06-05T21:20:07.492Z Downloaded tough v0.22.0
7912026-06-05T21:20:07.496Z Downloaded proptest v1.11.0
7922026-06-05T21:20:07.499Z Downloaded backoff v0.4.0
7932026-06-05T21:20:07.505Z Downloaded autocfg v1.5.1
7942026-06-05T21:20:07.505Z Downloaded async-stream-impl v0.3.6
7952026-06-05T21:20:07.509Z Downloaded tokio-util v0.7.18
7962026-06-05T21:20:07.513Z Downloaded zerovec v0.11.6
7972026-06-05T21:20:07.529Z Downloaded chrono v0.4.45
7982026-06-05T21:20:07.538Z Downloaded goblin v0.10.7
7992026-06-05T21:20:07.542Z Downloaded moka v0.12.15
8002026-06-05T21:20:07.547Z Downloaded dropshot v0.17.1
8012026-06-05T21:20:07.560Z Downloaded serde_with v3.20.0
8022026-06-05T21:20:07.567Z Downloaded winnow v0.7.15
8032026-06-05T21:20:07.572Z Downloaded winnow v0.5.40
8042026-06-05T21:20:07.576Z Downloaded time v0.3.47
8052026-06-05T21:20:07.583Z Downloaded tabled v0.21.0
8062026-06-05T21:20:07.592Z Downloaded zerocopy v0.7.35
8072026-06-05T21:20:07.605Z Downloaded vcpkg v0.2.15
8082026-06-05T21:20:07.623Z Downloaded winnow v1.0.3
8092026-06-05T21:20:07.628Z Downloaded tabled v0.15.0
8102026-06-05T21:20:07.638Z Downloaded syn v2.0.117
8112026-06-05T21:20:07.643Z Downloaded openssl v0.10.80
8122026-06-05T21:20:07.648Z Downloaded unicode-width v0.2.2
8132026-06-05T21:20:07.652Z Downloaded unicode-width v0.1.14
8142026-06-05T21:20:07.654Z Downloaded curve25519-dalek v4.1.3
8152026-06-05T21:20:07.659Z Downloaded rhai v1.25.1
8162026-06-05T21:20:07.671Z Downloaded regex-syntax v0.8.10
8172026-06-05T21:20:07.675Z Downloaded hickory-proto v0.25.2
8182026-06-05T21:20:07.683Z Downloaded hickory-proto v0.24.4
8192026-06-05T21:20:07.691Z Downloaded quinn-proto v0.11.14
8202026-06-05T21:20:07.695Z Downloaded webpki-roots v1.0.7
8212026-06-05T21:20:07.698Z Downloaded tower-http v0.6.11
8222026-06-05T21:20:07.701Z Downloaded syn v1.0.109
8232026-06-05T21:20:07.706Z Downloaded smoltcp v0.11.0
8242026-06-05T21:20:07.713Z Downloaded sled v0.34.7
8252026-06-05T21:20:07.718Z Downloaded typify-impl v0.6.2
8262026-06-05T21:20:07.725Z Downloaded nix v0.31.3
8272026-06-05T21:20:07.731Z Downloaded tracing v0.1.44
8282026-06-05T21:20:07.741Z Downloaded zerocopy v0.8.50
8292026-06-05T21:20:07.751Z Downloaded typify-impl v0.4.3
8302026-06-05T21:20:07.758Z Downloaded regress v0.10.5
8312026-06-05T21:20:07.763Z Downloaded regress v0.11.1
8322026-06-05T21:20:07.767Z Downloaded bstr v1.12.1
8332026-06-05T21:20:07.802Z Downloaded rustls v0.23.40
8342026-06-05T21:20:07.802Z Downloaded rustix v0.38.44
8352026-06-05T21:20:07.802Z Downloaded openapiv3 v2.2.0
8362026-06-05T21:20:07.818Z Downloaded rustix v1.1.4
8372026-06-05T21:20:07.830Z Downloaded tokio v1.52.3
8382026-06-05T21:20:07.859Z Downloaded encoding_rs v0.8.35
8392026-06-05T21:20:07.938Z Downloaded regex-automata v0.4.14
8402026-06-05T21:20:07.966Z Downloaded petgraph v0.6.5
8412026-06-05T21:20:07.977Z Downloaded chrono-tz v0.10.4
8422026-06-05T21:20:07.991Z Downloaded lzma-sys v0.1.20
8432026-06-05T21:20:08.008Z Downloaded jiff v0.2.28
8442026-06-05T21:20:08.020Z Downloaded petgraph v0.8.3
8452026-06-05T21:20:08.033Z Downloaded libc v0.2.186
8462026-06-05T21:20:08.054Z Downloaded csv v1.4.0
8472026-06-05T21:20:08.067Z Downloaded sha3 v0.10.9
8482026-06-05T21:20:08.139Z Downloaded ring v0.17.14
8492026-06-05T21:20:08.642Z Downloaded aws-lc-sys v0.41.0
8502026-06-05T21:20:09.191Z Compiling proc-macro2 v1.0.106
8512026-06-05T21:20:09.191Z Compiling quote v1.0.45
8522026-06-05T21:20:09.194Z Compiling unicode-ident v1.0.24
8532026-06-05T21:20:09.194Z Compiling serde_core v1.0.228
8542026-06-05T21:20:09.195Z Compiling serde v1.0.228
8552026-06-05T21:20:09.195Z Compiling libc v0.2.186
8562026-06-05T21:20:09.195Z Compiling zmij v1.0.21
8572026-06-05T21:20:09.195Z Compiling autocfg v1.5.1
8582026-06-05T21:20:09.611Z Compiling libm v0.2.16
8592026-06-05T21:20:09.880Z Compiling icu_normalizer_data v2.2.0
8602026-06-05T21:20:09.936Z Compiling icu_properties_data v2.2.0
8612026-06-05T21:20:09.954Z Compiling serde_json v1.0.150
8622026-06-05T21:20:09.973Z Compiling num-traits v0.2.19
8632026-06-05T21:20:10.033Z Compiling getrandom v0.4.2
8642026-06-05T21:20:10.257Z Compiling version_check v0.9.5
8652026-06-05T21:20:10.398Z Compiling thiserror v2.0.18
8662026-06-05T21:20:10.570Z Compiling memchr v2.8.1
8672026-06-05T21:20:10.757Z Compiling syn v2.0.117
8682026-06-05T21:20:10.813Z Compiling schemars v0.8.22
8692026-06-05T21:20:10.832Z Checking cfg-if v1.0.4
8702026-06-05T21:20:10.907Z Compiling parking_lot_core v0.9.12
8712026-06-05T21:20:11.070Z Compiling heck v0.5.0
8722026-06-05T21:20:11.116Z Compiling zerocopy v0.8.50
8732026-06-05T21:20:11.211Z Compiling portable-atomic v1.13.1
8742026-06-05T21:20:11.255Z Compiling rustversion v1.0.22
8752026-06-05T21:20:11.283Z Compiling itoa v1.0.18
8762026-06-05T21:20:11.470Z Compiling jobserver v0.1.34
8772026-06-05T21:20:11.575Z Compiling find-msvc-tools v0.1.9
8782026-06-05T21:20:11.740Z Compiling shlex v2.0.1
8792026-06-05T21:20:11.927Z Compiling cc v1.2.63
8802026-06-05T21:20:12.165Z Compiling fs_extra v1.3.0
8812026-06-05T21:20:12.186Z Compiling dunce v1.0.5
8822026-06-05T21:20:12.205Z Compiling semver v1.0.28
8832026-06-05T21:20:12.240Z Compiling log v0.4.32
8842026-06-05T21:20:12.260Z Compiling httparse v1.10.1
8852026-06-05T21:20:12.284Z Compiling slog v2.8.2
8862026-06-05T21:20:12.420Z Compiling rustix v1.1.4
8872026-06-05T21:20:12.423Z Checking stable_deref_trait v1.2.1
8882026-06-05T21:20:12.517Z Compiling equivalent v1.0.2
8892026-06-05T21:20:12.583Z Compiling thiserror v1.0.69
8902026-06-05T21:20:12.691Z Compiling cmake v0.1.58
8912026-06-05T21:20:12.729Z Checking writeable v0.6.3
8922026-06-05T21:20:12.890Z Checking litemap v0.8.2
8932026-06-05T21:20:12.985Z Checking utf8_iter v1.0.4
8942026-06-05T21:20:13.005Z Checking percent-encoding v2.3.2
8952026-06-05T21:20:13.037Z Compiling aws-lc-rs v1.17.0
8962026-06-05T21:20:13.149Z Checking form_urlencoded v1.2.2
8972026-06-05T21:20:13.169Z Checking rand_core v0.10.1
8982026-06-05T21:20:13.190Z Compiling aws-lc-sys v0.41.0
8992026-06-05T21:20:13.211Z Compiling ring v0.17.14
9002026-06-05T21:20:13.280Z Compiling rustls v0.23.40
9012026-06-05T21:20:13.311Z Compiling anyhow v1.0.102
9022026-06-05T21:20:13.356Z Compiling ucd-trie v0.1.7
9032026-06-05T21:20:13.518Z Compiling synstructure v0.13.2
9042026-06-05T21:20:13.636Z Compiling serde_derive_internals v0.29.1
9052026-06-05T21:20:13.643Z Compiling pest v2.8.6
9062026-06-05T21:20:13.947Z Compiling regex-syntax v0.8.10
9072026-06-05T21:20:14.228Z Compiling aho-corasick v1.1.4
9082026-06-05T21:20:14.370Z Compiling getrandom v0.3.4
9092026-06-05T21:20:14.735Z Compiling serde_derive v1.0.228
9102026-06-05T21:20:14.760Z Compiling zerofrom-derive v0.1.7
9112026-06-05T21:20:14.900Z Compiling yoke-derive v0.8.2
9122026-06-05T21:20:15.240Z Compiling zerovec-derive v0.11.3
9132026-06-05T21:20:15.605Z Compiling displaydoc v0.2.6
9142026-06-05T21:20:15.933Z Compiling schemars_derive v0.8.22
9152026-06-05T21:20:15.958Z Compiling thiserror-impl v2.0.18
9162026-06-05T21:20:15.988Z Compiling tokio-macros v2.7.0
9172026-06-05T21:20:16.301Z Compiling zeroize_derive v1.4.3
9182026-06-05T21:20:16.380Z Compiling zerocopy-derive v0.8.50
9192026-06-05T21:20:16.707Z Compiling futures-macro v0.3.32
9202026-06-05T21:20:16.965Z Compiling tracing-attributes v0.1.31
9212026-06-05T21:20:17.083Z Checking zerofrom v0.1.8
9222026-06-05T21:20:17.201Z Checking yoke v0.8.3
9232026-06-05T21:20:17.243Z Compiling thiserror-impl v1.0.69
9242026-06-05T21:20:17.721Z Checking zerovec v0.11.6
9252026-06-05T21:20:17.766Z Compiling serde_tokenstream v0.2.3
9262026-06-05T21:20:17.789Z Checking smallvec v1.15.1
9272026-06-05T21:20:17.909Z Checking bytes v1.11.1
9282026-06-05T21:20:17.992Z Checking zerotrie v0.2.4
9292026-06-05T21:20:18.134Z Compiling pest_meta v2.8.6
9302026-06-05T21:20:18.173Z Checking tinystr v0.8.3
9312026-06-05T21:20:18.226Z Checking potential_utf v0.1.5
9322026-06-05T21:20:18.269Z Compiling regex-automata v0.4.14
9332026-06-05T21:20:18.363Z Checking icu_locale_core v2.2.0
9342026-06-05T21:20:18.366Z Checking icu_collections v2.2.0
9352026-06-05T21:20:18.404Z Compiling hashbrown v0.17.1
9362026-06-05T21:20:18.490Z Compiling crossbeam-utils v0.8.21
9372026-06-05T21:20:18.705Z Checking iana-time-zone v0.1.65
9382026-06-05T21:20:18.820Z Compiling pest_generator v2.8.6
9392026-06-05T21:20:18.867Z Checking chrono v0.4.45
9402026-06-05T21:20:18.980Z Checking icu_provider v2.2.0
9412026-06-05T21:20:19.001Z Compiling indexmap v2.14.0
9422026-06-05T21:20:19.029Z Compiling time-core v0.1.8
9432026-06-05T21:20:19.180Z Compiling paste v1.0.15
9442026-06-05T21:20:19.217Z Checking icu_normalizer v2.2.0
9452026-06-05T21:20:19.439Z Checking icu_properties v2.2.0
9462026-06-05T21:20:19.471Z Compiling pest_derive v2.8.6
9472026-06-05T21:20:19.491Z Compiling num-conv v0.2.2
9482026-06-05T21:20:19.656Z Compiling time-macros v0.2.27
9492026-06-05T21:20:19.995Z Compiling regex v1.12.3
9502026-06-05T21:20:20.184Z Checking uuid v1.23.2
9512026-06-05T21:20:20.291Z Checking idna_adapter v1.2.2
9522026-06-05T21:20:20.392Z Compiling async-trait v0.1.89
9532026-06-05T21:20:20.441Z Checking idna v1.1.0
9542026-06-05T21:20:20.611Z Compiling byteorder v1.5.0
9552026-06-05T21:20:20.681Z Checking url v2.5.8
9562026-06-05T21:20:20.863Z Compiling camino v1.2.2
9572026-06-05T21:20:21.044Z Checking dyn-clone v1.0.20
9582026-06-05T21:20:21.150Z Compiling strsim v0.11.1
9592026-06-05T21:20:21.260Z Compiling scroll_derive v0.13.1
9602026-06-05T21:20:21.336Z Checking errno v0.3.14
9612026-06-05T21:20:21.481Z Compiling ident_case v1.0.1
9622026-06-05T21:20:21.707Z Compiling omicron-workspace-hack v0.1.0
9632026-06-05T21:20:21.740Z Compiling slog-async v2.8.0
9642026-06-05T21:20:21.894Z Compiling generic-array v0.14.7
9652026-06-05T21:20:21.927Z Compiling crc32fast v1.5.0
9662026-06-05T21:20:21.972Z Compiling usdt-impl v0.6.0
9672026-06-05T21:20:22.087Z Compiling plain v0.2.3
9682026-06-05T21:20:22.107Z Compiling scroll v0.13.0
9692026-06-05T21:20:22.209Z Compiling daft-derive v0.1.7
9702026-06-05T21:20:22.292Z Compiling pretty-hex v0.4.2
9712026-06-05T21:20:22.368Z Compiling goblin v0.10.7
9722026-06-05T21:20:22.430Z Checking pin-project-lite v0.2.17
9732026-06-05T21:20:22.450Z Compiling dtrace-parser v0.3.0
9742026-06-05T21:20:22.643Z Compiling thread-id v5.1.0
9752026-06-05T21:20:22.949Z Compiling syn v1.0.109
9762026-06-05T21:20:23.021Z Checking getrandom v0.2.17
9772026-06-05T21:20:23.044Z Checking zeroize v1.8.2
9782026-06-05T21:20:23.269Z Checking bitflags v2.12.1
9792026-06-05T21:20:23.693Z Compiling multer v3.1.0
9802026-06-05T21:20:23.698Z Compiling async-stream-impl v0.3.6
9812026-06-05T21:20:24.063Z Checking socket2 v0.6.4
9822026-06-05T21:20:24.221Z Checking scopeguard v1.2.0
9832026-06-05T21:20:24.329Z Checking lock_api v0.4.14
9842026-06-05T21:20:24.428Z Compiling ref-cast v1.0.25
9852026-06-05T21:20:24.557Z Compiling ref-cast-impl v1.0.25
9862026-06-05T21:20:24.632Z Compiling dropshot v0.17.1
9872026-06-05T21:20:24.880Z Checking critical-section v1.2.0
9882026-06-05T21:20:24.949Z Compiling dropshot_endpoint v0.17.1
9892026-06-05T21:20:24.990Z Checking once_cell v1.21.4
9902026-06-05T21:20:25.148Z Compiling dof v0.4.0
9912026-06-05T21:20:25.170Z Checking parking_lot v0.12.5
9922026-06-05T21:20:25.339Z Compiling newtype-uuid-macros v0.1.0
9932026-06-05T21:20:25.734Z Checking signal-hook-registry v1.4.8
9942026-06-05T21:20:26.144Z Checking mio v1.2.1
9952026-06-05T21:20:26.277Z Compiling darling_core v0.23.0
9962026-06-05T21:20:26.405Z Compiling usdt-macro v0.6.0
9972026-06-05T21:20:26.426Z Compiling usdt-attr-macro v0.6.0
9982026-06-05T21:20:26.445Z Checking tokio v1.52.3
9992026-06-05T21:20:26.531Z Compiling strum_macros v0.26.4
10002026-06-05T21:20:26.570Z Compiling structmeta-derive v0.3.0
10012026-06-05T21:20:26.665Z Compiling foldhash v0.2.0
10022026-06-05T21:20:26.870Z Compiling allocator-api2 v0.2.21
10032026-06-05T21:20:27.195Z Checking subtle v2.6.1
10042026-06-05T21:20:27.218Z Compiling hashbrown v0.16.1
10052026-06-05T21:20:27.287Z Checking futures-core v0.3.32
10062026-06-05T21:20:27.612Z Compiling structmeta v0.3.0
10072026-06-05T21:20:27.681Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10082026-06-05T21:20:28.040Z Compiling strum_macros v0.27.2
10092026-06-05T21:20:28.122Z Compiling derive-ex v0.1.8
10102026-06-05T21:20:28.142Z Compiling http v1.4.1
10112026-06-05T21:20:28.331Z Compiling darling_macro v0.23.0
10122026-06-05T21:20:28.556Z Checking futures-sink v0.3.32
10132026-06-05T21:20:28.721Z Checking ipnetwork v0.21.1
10142026-06-05T21:20:28.968Z Compiling darling v0.23.0
10152026-06-05T21:20:29.018Z Compiling winnow v1.0.3
10162026-06-05T21:20:29.056Z Compiling serde_with_macros v3.20.0
10172026-06-05T21:20:29.137Z Checking slab v0.4.12
10182026-06-05T21:20:29.674Z Compiling test-strategy v0.4.5
10192026-06-05T21:20:29.840Z Checking futures-channel v0.3.32
10202026-06-05T21:20:29.985Z Compiling toml_parser v1.1.2+spec-1.1.0
10212026-06-05T21:20:30.042Z Compiling fnv v1.0.7
10222026-06-05T21:20:30.167Z Checking futures-io v0.3.32
10232026-06-05T21:20:30.171Z Checking futures-task v0.3.32
10242026-06-05T21:20:30.284Z Checking typenum v1.20.1
10252026-06-05T21:20:30.288Z Compiling toml_datetime v1.1.1+spec-1.1.0
10262026-06-05T21:20:30.326Z Checking futures-util v0.3.32
10272026-06-05T21:20:30.537Z Compiling parse-display-derive v0.10.0
10282026-06-05T21:20:30.871Z Checking oxnet v0.1.6
10292026-06-05T21:20:31.015Z Checking tracing-core v0.1.36
10302026-06-05T21:20:31.035Z Checking erased-serde v0.3.31
10312026-06-05T21:20:31.340Z Checking tracing v0.1.44
10322026-06-05T21:20:31.646Z Compiling ryu v1.0.23
10332026-06-05T21:20:31.682Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10342026-06-05T21:20:31.820Z Compiling clap_derive v4.6.1
10352026-06-05T21:20:32.034Z Checking base64 v0.22.1
10362026-06-05T21:20:32.436Z Checking rand_core v0.6.4
10372026-06-05T21:20:32.582Z Compiling openapiv3 v2.2.0
10382026-06-05T21:20:32.754Z Checking rustls-pki-types v1.14.1
10392026-06-05T21:20:32.977Z Checking tokio-util v0.7.18
10402026-06-05T21:20:33.182Z Checking untrusted v0.7.1
10412026-06-05T21:20:33.302Z Checking untrusted v0.9.0
10422026-06-05T21:20:33.349Z Checking ipnet v2.12.0
10432026-06-05T21:20:33.483Z Compiling toml_edit v0.25.12+spec-1.1.0
10442026-06-05T21:20:33.993Z Checking http-body v1.0.1
10452026-06-05T21:20:34.138Z Compiling proc-macro-crate v3.5.0
10462026-06-05T21:20:34.181Z Checking atomic-waker v1.1.2
10472026-06-05T21:20:34.501Z Compiling either v1.16.0
10482026-06-05T21:20:34.573Z Compiling num_enum_derive v0.7.6
10492026-06-05T21:20:34.647Z Checking tower-service v0.3.3
10502026-06-05T21:20:34.668Z Checking try-lock v0.2.5
10512026-06-05T21:20:34.737Z Checking tower-layer v0.3.3
10522026-06-05T21:20:34.777Z Checking want v0.3.1
10532026-06-05T21:20:34.890Z Compiling itertools v0.14.0
10542026-06-05T21:20:34.909Z Checking h2 v0.4.14
10552026-06-05T21:20:35.008Z Checking httpdate v1.0.3
10562026-06-05T21:20:35.411Z Compiling regress v0.11.1
10572026-06-05T21:20:35.574Z Compiling crucible-workspace-hack v0.1.0
10582026-06-05T21:20:36.094Z Checking serde_urlencoded v0.7.1
10592026-06-05T21:20:36.113Z Checking http-body-util v0.1.3
10602026-06-05T21:20:36.597Z Checking ppv-lite86 v0.2.21
10612026-06-05T21:20:36.710Z Checking hyper v1.10.1
10622026-06-05T21:20:36.885Z Compiling unsafe-libyaml v0.2.11
10632026-06-05T21:20:36.986Z Compiling typify-impl v0.6.2
10642026-06-05T21:20:37.541Z Compiling serde_yaml v0.9.34+deprecated
10652026-06-05T21:20:37.633Z Checking hyper-util v0.1.20
10662026-06-05T21:20:38.362Z Compiling convert_case v0.4.0
10672026-06-05T21:20:38.692Z Compiling derive_more v0.99.20
10682026-06-05T21:20:39.338Z Compiling darling_core v0.21.3
10692026-06-05T21:20:39.354Z Compiling zerocopy-derive v0.7.35
10702026-06-05T21:20:39.759Z Checking powerfmt v0.2.0
10712026-06-05T21:20:40.115Z Checking deranged v0.5.8
10722026-06-05T21:20:40.336Z Compiling typify-macro v0.6.2
10732026-06-05T21:20:41.019Z Compiling regress v0.10.5
10742026-06-05T21:20:41.178Z Checking num_threads v0.1.7
10752026-06-05T21:20:41.386Z Compiling darling_macro v0.21.3
10762026-06-05T21:20:41.425Z Checking time v0.3.47
10772026-06-05T21:20:41.832Z Compiling heapless v0.8.0
10782026-06-05T21:20:41.953Z Compiling darling v0.21.3
10792026-06-05T21:20:42.213Z Compiling ingot-macros v0.1.1
10802026-06-05T21:20:42.319Z Compiling typify v0.6.2
10812026-06-05T21:20:42.438Z Checking crossbeam-channel v0.5.15
10822026-06-05T21:20:42.534Z Compiling serde_repr v0.1.20
10832026-06-05T21:20:42.621Z Compiling scroll_derive v0.12.1
10842026-06-05T21:20:43.533Z Compiling rustix v0.38.44
10852026-06-05T21:20:43.554Z Checking cpufeatures v0.3.0
10862026-06-05T21:20:44.051Z Checking futures-executor v0.3.32
10872026-06-05T21:20:44.208Z Checking sync_wrapper v1.0.2
10882026-06-05T21:20:44.320Z Checking thread_local v1.1.9
10892026-06-05T21:20:44.493Z Compiling smoltcp v0.11.0
10902026-06-05T21:20:44.534Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10912026-06-05T21:20:44.900Z Checking tower v0.5.3
10922026-06-05T21:20:45.027Z Checking rand_core v0.9.5
10932026-06-05T21:20:45.154Z Checking webpki-roots v1.0.7
10942026-06-05T21:20:45.337Z Compiling rustc_version v0.4.1
10952026-06-05T21:20:45.449Z Checking is-terminal v0.4.17
10962026-06-05T21:20:45.495Z Checking take_mut v0.2.2
10972026-06-05T21:20:45.559Z Checking term v1.2.1
10982026-06-05T21:20:45.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10992026-06-05T21:20:45.723Z Compiling curve25519-dalek v4.1.3
11002026-06-05T21:20:45.779Z Checking slog-term v2.9.2
11012026-06-05T21:20:45.832Z Checking tower-http v0.6.11
11022026-06-05T21:20:45.877Z Checking futures v0.3.32
11032026-06-05T21:20:45.979Z Compiling toml_datetime v0.6.11
11042026-06-05T21:20:46.014Z Compiling foreign-types-macros v0.2.3
11052026-06-05T21:20:46.278Z Checking hex v0.4.3
11062026-06-05T21:20:46.636Z Checking rand_chacha v0.9.0
11072026-06-05T21:20:46.821Z Compiling zerocopy v0.7.35
11082026-06-05T21:20:46.896Z Compiling thiserror-impl-no-std v2.0.2
11092026-06-05T21:20:46.988Z Compiling hubpack_derive v0.1.1
11102026-06-05T21:20:47.271Z Compiling curve25519-dalek-derive v0.1.1
11112026-06-05T21:20:47.518Z Compiling proc-macro-error-attr v1.0.4
11122026-06-05T21:20:47.579Z Compiling usdt-impl v0.5.0
11132026-06-05T21:20:47.838Z Checking fastrand v2.4.1
11142026-06-05T21:20:47.965Z Compiling dof v0.3.0
11152026-06-05T21:20:48.004Z Checking rand v0.9.4
11162026-06-05T21:20:48.004Z Compiling dtrace-parser v0.2.0
11172026-06-05T21:20:48.043Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11182026-06-05T21:20:48.531Z Compiling serde_spanned v1.1.1
11192026-06-05T21:20:48.653Z Compiling thread-id v4.2.2
11202026-06-05T21:20:48.682Z Compiling proc-macro-error v1.0.4
11212026-06-05T21:20:48.745Z Compiling memoffset v0.9.1
11222026-06-05T21:20:49.001Z Compiling pkg-config v0.3.33
11232026-06-05T21:20:49.041Z Compiling toml_writer v1.1.1+spec-1.1.0
11242026-06-05T21:20:49.987Z Checking crypto-common v0.1.7
11252026-06-05T21:20:50.407Z Checking hybrid-array v0.4.12
11262026-06-05T21:20:50.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11272026-06-05T21:20:50.870Z Checking openssl-probe v0.2.1
11282026-06-05T21:20:50.890Z Checking match_cfg v0.1.0
11292026-06-05T21:20:50.962Z Compiling prettyplease v0.2.37
11302026-06-05T21:20:50.982Z Checking adler2 v2.0.1
11312026-06-05T21:20:50.986Z Checking simd-adler32 v0.3.9
11322026-06-05T21:20:51.041Z Compiling cfg_aliases v0.2.1
11332026-06-05T21:20:51.148Z Compiling nix v0.31.3
11342026-06-05T21:20:51.158Z Checking rustls-native-certs v0.8.4
11352026-06-05T21:20:51.161Z Checking miniz_oxide v0.8.9
11362026-06-05T21:20:51.251Z Checking hostname v0.3.1
11372026-06-05T21:20:51.505Z Checking tempfile v3.27.0
11382026-06-05T21:20:51.705Z Checking slog-json v2.6.1
11392026-06-05T21:20:51.733Z Checking newtype-uuid v1.3.2
11402026-06-05T21:20:51.875Z Checking memmap2 v0.9.10
11412026-06-05T21:20:51.967Z Compiling heck v0.4.1
11422026-06-05T21:20:52.167Z Checking usdt v0.6.0
11432026-06-05T21:20:52.215Z Checking daft v0.1.7
11442026-06-05T21:20:52.287Z Checking slog-bunyan v2.5.0
11452026-06-05T21:20:52.401Z Checking flate2 v1.1.9
11462026-06-05T21:20:52.457Z Checking crypto-common v0.2.2
11472026-06-05T21:20:52.480Z Checking block-buffer v0.12.0
11482026-06-05T21:20:52.628Z Compiling usdt-macro v0.5.0
11492026-06-05T21:20:52.686Z Compiling usdt-attr-macro v0.5.0
11502026-06-05T21:20:52.943Z Compiling num-derive v0.4.2
11512026-06-05T21:20:53.038Z Compiling enum-as-inner v0.6.1
11522026-06-05T21:20:53.077Z Checking const-oid v0.10.2
11532026-06-05T21:20:53.139Z Checking compression-core v0.4.32
11542026-06-05T21:20:53.159Z Checking debug-ignore v1.0.5
11552026-06-05T21:20:53.419Z Compiling winnow v0.7.15
11562026-06-05T21:20:53.756Z Checking compression-codecs v0.4.38
11572026-06-05T21:20:53.881Z Checking digest v0.11.3
11582026-06-05T21:20:54.454Z Checking encoding_rs v0.8.35
11592026-06-05T21:20:54.480Z Checking spin v0.9.8
11602026-06-05T21:20:54.520Z Checking mime v0.3.17
11612026-06-05T21:20:54.545Z Compiling rayon-core v1.13.0
11622026-06-05T21:20:54.595Z Checking toml v1.1.2+spec-1.1.0
11632026-06-05T21:20:54.762Z Checking sha1 v0.11.0
11642026-06-05T21:20:54.808Z Checking async-compression v0.4.42
11652026-06-05T21:20:55.325Z Checking rand_chacha v0.3.1
11662026-06-05T21:20:55.346Z Checking waitgroup v0.1.2
11672026-06-05T21:20:55.366Z Checking rustls-pemfile v2.2.0
11682026-06-05T21:20:55.423Z Checking async-stream v0.3.6
11692026-06-05T21:20:55.507Z Checking serde_path_to_error v0.1.20
11702026-06-05T21:20:55.546Z Checking hostname v0.4.2
11712026-06-05T21:20:55.617Z Compiling wait-timeout v0.2.1
11722026-06-05T21:20:55.644Z Compiling quick-error v1.2.3
11732026-06-05T21:20:55.791Z Compiling bit-vec v0.8.0
11742026-06-05T21:20:55.867Z Compiling rusty-fork v0.3.1
11752026-06-05T21:20:55.896Z Checking rand v0.8.6
11762026-06-05T21:20:56.024Z Compiling bit-set v0.8.0
11772026-06-05T21:20:56.413Z Compiling rand_xorshift v0.4.0
11782026-06-05T21:20:56.590Z Compiling progenitor-impl v0.14.0
11792026-06-05T21:20:56.675Z Compiling num-integer v0.1.46
11802026-06-05T21:20:56.747Z Checking macaddr v1.0.1
11812026-06-05T21:20:57.178Z Compiling winnow v0.5.40
11822026-06-05T21:20:57.284Z Compiling semver v0.1.20
11832026-06-05T21:20:57.794Z Checking unicode-width v0.2.2
11842026-06-05T21:20:57.834Z Checking rustls-webpki v0.103.13
11852026-06-05T21:20:57.877Z Compiling unarray v0.1.4
11862026-06-05T21:20:58.127Z Compiling proptest v1.11.0
11872026-06-05T21:20:58.279Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11882026-06-05T21:20:58.473Z Compiling toml_edit v0.19.15
11892026-06-05T21:20:58.629Z Compiling progenitor-macro v0.14.0
11902026-06-05T21:20:58.785Z Compiling rustc_version v0.1.7
11912026-06-05T21:21:00.454Z Compiling reqwest v0.12.28
11922026-06-05T21:21:00.481Z Compiling backon v1.6.0
11932026-06-05T21:21:00.650Z Checking tokio-rustls v0.26.4
11942026-06-05T21:21:00.674Z Checking rustls-platform-verifier v0.7.0
11952026-06-05T21:21:00.822Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11962026-06-05T21:21:00.885Z Checking hyper-rustls v0.27.9
11972026-06-05T21:21:01.086Z Checking reqwest v0.13.4
11982026-06-05T21:21:01.162Z Checking block-buffer v0.10.4
11992026-06-05T21:21:01.966Z Compiling strum v0.26.3
12002026-06-05T21:21:02.203Z Compiling instant v0.1.13
12012026-06-05T21:21:02.421Z Compiling utf8parse v0.2.2
12022026-06-05T21:21:02.565Z Compiling anstyle-parse v1.0.0
12032026-06-05T21:21:02.742Z Compiling backoff v0.4.0
12042026-06-05T21:21:02.763Z Compiling iddqd v0.4.2
12052026-06-05T21:21:02.848Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12062026-06-05T21:21:02.888Z Compiling progenitor-client v0.10.0
12072026-06-05T21:21:02.944Z Checking digest v0.10.7
12082026-06-05T21:21:02.963Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12092026-06-05T21:21:02.984Z Compiling proc-macro-crate v1.3.1
12102026-06-05T21:21:03.149Z Compiling progenitor-client v0.14.0
12112026-06-05T21:21:03.166Z Compiling newtype_derive v0.1.6
12122026-06-05T21:21:03.205Z Compiling num-rational v0.4.2
12132026-06-05T21:21:03.324Z Compiling num-iter v0.1.45
12142026-06-05T21:21:03.348Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12152026-06-05T21:21:03.415Z Compiling progenitor-extras v0.2.0
12162026-06-05T21:21:03.451Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12172026-06-05T21:21:03.687Z Compiling progenitor-impl v0.13.0
12182026-06-05T21:21:03.725Z Compiling parse-display v0.10.0
12192026-06-05T21:21:03.877Z Compiling serde_with v3.20.0
12202026-06-05T21:21:03.956Z Compiling strum v0.27.2
12212026-06-05T21:21:03.997Z Compiling num-complex v0.4.6
12222026-06-05T21:21:04.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12232026-06-05T21:21:04.264Z Compiling vcpkg v0.2.15
12242026-06-05T21:21:04.317Z Compiling is_terminal_polyfill v1.70.2
12252026-06-05T21:21:04.384Z Compiling anstyle-query v1.1.5
12262026-06-05T21:21:04.405Z Compiling colorchoice v1.0.5
12272026-06-05T21:21:04.423Z Compiling humantime v2.3.0
12282026-06-05T21:21:04.443Z Compiling owo-colors v4.3.0
12292026-06-05T21:21:04.499Z Compiling anstyle v1.0.14
12302026-06-05T21:21:04.578Z Compiling num v0.4.3
12312026-06-05T21:21:04.680Z Compiling anstream v1.0.0
12322026-06-05T21:21:04.779Z Compiling num_enum_derive v0.5.11
12332026-06-05T21:21:04.824Z Compiling openssl-sys v0.9.116
12342026-06-05T21:21:04.968Z Compiling terminal_size v0.4.4
12352026-06-05T21:21:05.112Z Compiling serde_spanned v0.6.9
12362026-06-05T21:21:05.283Z Compiling derive-where v1.6.1
12372026-06-05T21:21:05.304Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12382026-06-05T21:21:05.387Z Compiling pin-project-internal v1.1.13
12392026-06-05T21:21:05.746Z Compiling progenitor-macro v0.13.0
12402026-06-05T21:21:05.767Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12412026-06-05T21:21:05.824Z Compiling float-ord v0.3.2
12422026-06-05T21:21:05.953Z Compiling toml_write v0.1.2
12432026-06-05T21:21:06.165Z Compiling clap_lex v1.1.0
12442026-06-05T21:21:06.400Z Compiling clap_builder v4.6.0
12452026-06-05T21:21:06.482Z Compiling toml_edit v0.22.27
12462026-06-05T21:21:07.888Z Compiling toml v0.8.23
12472026-06-05T21:21:07.961Z Compiling clap v4.6.1
12482026-06-05T21:21:08.170Z Compiling zone_cfg_derive v0.3.1
12492026-06-05T21:21:08.516Z Compiling snafu-derive v0.8.9
12502026-06-05T21:21:08.557Z Compiling async-recursion v1.1.1
12512026-06-05T21:21:09.688Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12522026-06-05T21:21:10.073Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12532026-06-05T21:21:10.177Z Compiling slog-dtrace v0.3.0
12542026-06-05T21:21:10.211Z Compiling unicode-xid v0.2.6
12552026-06-05T21:21:10.287Z Compiling openssl v0.10.80
12562026-06-05T21:21:10.346Z Compiling minimal-lexical v0.2.1
12572026-06-05T21:21:10.493Z Compiling chrono-tz v0.10.4
12582026-06-05T21:21:10.588Z Compiling cancel-safe-futures v0.1.5
12592026-06-05T21:21:10.779Z Compiling nom v7.1.3
12602026-06-05T21:21:10.927Z Compiling const_format_proc_macros v0.2.34
12612026-06-05T21:21:11.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12622026-06-05T21:21:11.402Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-06-05T21:21:11.470Z Compiling openssl-macros v0.1.1
12642026-06-05T21:21:11.655Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-06-05T21:21:11.926Z Checking cpufeatures v0.2.17
12662026-06-05T21:21:12.040Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-06-05T21:21:12.557Z Compiling cookie v0.18.1
12682026-06-05T21:21:12.560Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12692026-06-05T21:21:13.812Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-06-05T21:21:13.816Z Compiling tabled_derive v0.7.0
12712026-06-05T21:21:13.816Z Checking num_enum v0.7.6
12722026-06-05T21:21:15.707Z Checking tabwriter v1.4.1
12732026-06-05T21:21:15.880Z Checking secrecy v0.10.3
12742026-06-05T21:21:15.991Z Checking tinyvec_macros v0.1.1
12752026-06-05T21:21:16.033Z Checking colored v3.1.1
12762026-06-05T21:21:16.100Z Checking tinyvec v1.11.0
12772026-06-05T21:21:16.196Z Checking crossbeam-epoch v0.9.18
12782026-06-05T21:21:16.230Z Checking hash32 v0.3.1
12792026-06-05T21:21:16.383Z Checking bstr v1.12.1
12802026-06-05T21:21:16.407Z Checking data-encoding v2.11.0
12812026-06-05T21:21:16.498Z Checking hmac v0.12.1
12822026-06-05T21:21:16.640Z Checking ingot-types v0.1.2
12832026-06-05T21:21:16.687Z Checking inout v0.1.4
12842026-06-05T21:21:16.807Z Checking scroll v0.12.0
12852026-06-05T21:21:16.828Z Checking ff v0.13.1
12862026-06-05T21:21:16.963Z Checking cobs v0.3.0
12872026-06-05T21:21:17.003Z Checking managed v0.8.0
12882026-06-05T21:21:17.044Z Checking bitflags v1.3.2
12892026-06-05T21:21:17.115Z Checking foreign-types-shared v0.3.1
12902026-06-05T21:21:17.136Z Checking static_assertions v1.1.0
12912026-06-05T21:21:17.154Z Checking postcard v1.1.3
12922026-06-05T21:21:17.212Z Checking foreign-types v0.5.0
12932026-06-05T21:21:17.231Z Checking goblin v0.8.2
12942026-06-05T21:21:17.295Z Checking ingot v0.1.1
12952026-06-05T21:21:17.376Z Checking group v0.13.0
12962026-06-05T21:21:17.441Z Checking cipher v0.4.4
12972026-06-05T21:21:17.488Z Checking hkdf v0.12.4
12982026-06-05T21:21:17.626Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12992026-06-05T21:21:17.648Z Checking universal-hash v0.5.1
13002026-06-05T21:21:17.776Z Checking crypto-bigint v0.5.5
13012026-06-05T21:21:17.828Z Checking chacha20 v0.10.0
13022026-06-05T21:21:17.893Z Checking half v2.7.1
13032026-06-05T21:21:18.152Z Checking cstr-argument v0.1.2
13042026-06-05T21:21:18.340Z Checking base64ct v1.8.3
13052026-06-05T21:21:18.350Z Checking base16ct v0.2.0
13062026-06-05T21:21:18.371Z Checking indent_write v2.2.0
13072026-06-05T21:21:18.375Z Checking opaque-debug v0.3.1
13082026-06-05T21:21:18.471Z Checking ciborium-io v0.2.2
13092026-06-05T21:21:18.493Z Checking poly1305 v0.8.0
13102026-06-05T21:21:18.534Z Checking password-hash v0.5.0
13112026-06-05T21:21:18.569Z Checking ciborium-ll v0.2.2
13122026-06-05T21:21:18.591Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13132026-06-05T21:21:18.702Z Checking elliptic-curve v0.13.8
13142026-06-05T21:21:18.724Z Checking rand v0.10.1
13152026-06-05T21:21:18.761Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13162026-06-05T21:21:18.795Z Checking chacha20 v0.9.1
13172026-06-05T21:21:18.815Z Checking atomicwrites v0.4.4
13182026-06-05T21:21:18.882Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13192026-06-05T21:21:18.931Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13202026-06-05T21:21:18.972Z Checking blake2 v0.10.6
13212026-06-05T21:21:18.992Z Checking aead v0.5.2
13222026-06-05T21:21:19.134Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13232026-06-05T21:21:19.137Z Checking thiserror-no-std v2.0.2
13242026-06-05T21:21:19.197Z Checking hubpack v0.1.2
13252026-06-05T21:21:19.215Z Checking byte-wrapper v0.1.0
13262026-06-05T21:21:19.270Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13272026-06-05T21:21:19.367Z Checking keccak v0.1.6
13282026-06-05T21:21:19.440Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13292026-06-05T21:21:19.506Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13302026-06-05T21:21:19.526Z Checking sha3 v0.10.9
13312026-06-05T21:21:19.647Z Checking vsss-rs v3.3.4
13322026-06-05T21:21:19.724Z Checking argon2 v0.5.3
13332026-06-05T21:21:19.765Z Checking chacha20poly1305 v0.10.1
13342026-06-05T21:21:19.789Z Checking ciborium v0.2.2
13352026-06-05T21:21:19.897Z Checking similar v2.7.0
13362026-06-05T21:21:20.155Z Checking memmap v0.7.0
13372026-06-05T21:21:20.164Z Checking lazy_static v1.5.0
13382026-06-05T21:21:20.231Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13392026-06-05T21:21:20.264Z Checking usdt v0.5.0
13402026-06-05T21:21:20.427Z Checking crossbeam-deque v0.8.6
13412026-06-05T21:21:20.549Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13422026-06-05T21:21:20.632Z Checking bytecount v0.6.9
13432026-06-05T21:21:20.721Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13442026-06-05T21:21:20.746Z Checking unicode-segmentation v1.13.3
13452026-06-05T21:21:20.942Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13462026-06-05T21:21:21.084Z Checking console v0.15.11
13472026-06-05T21:21:21.087Z Checking newline-converter v0.3.0
13482026-06-05T21:21:21.154Z Checking progenitor v0.14.0
13492026-06-05T21:21:21.198Z Checking itertools v0.12.1
13502026-06-05T21:21:21.314Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13512026-06-05T21:21:21.394Z Compiling parking_lot_core v0.8.6
13522026-06-05T21:21:21.430Z Checking swrite v0.1.0
13532026-06-05T21:21:21.549Z Checking linked-hash-map v0.5.6
13542026-06-05T21:21:21.589Z Checking resolv-conf v0.7.6
13552026-06-05T21:21:21.695Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13562026-06-05T21:21:21.720Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13572026-06-05T21:21:21.741Z Checking lru-cache v0.1.2
13582026-06-05T21:21:21.780Z Checking expectorate v1.2.0
13592026-06-05T21:21:21.863Z Checking rayon v1.12.0
13602026-06-05T21:21:21.910Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13612026-06-05T21:21:22.184Z Checking hickory-proto v0.24.4
13622026-06-05T21:21:22.450Z Checking progenitor-client v0.13.0
13632026-06-05T21:21:22.494Z Checking camino-tempfile v1.4.1
13642026-06-05T21:21:22.822Z Checking serde-big-array v0.5.1
13652026-06-05T21:21:22.895Z Checking siphasher v1.0.3
13662026-06-05T21:21:22.962Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13672026-06-05T21:21:23.064Z Checking phf_shared v0.12.1
13682026-06-05T21:21:23.212Z Checking progenitor v0.13.0
13692026-06-05T21:21:23.350Z Checking unicode-normalization v0.1.25
13702026-06-05T21:21:23.526Z Checking pin-project v1.1.13
13712026-06-05T21:21:23.622Z Checking num_enum v0.5.11
13722026-06-05T21:21:23.723Z Checking hickory-resolver v0.24.4
13732026-06-05T21:21:23.958Z Checking tokio-stream v0.1.18
13742026-06-05T21:21:24.210Z Checking csv-core v0.1.13
13752026-06-05T21:21:24.231Z Checking unicode-linebreak v0.1.5
13762026-06-05T21:21:24.390Z Checking foreign-types-shared v0.1.1
13772026-06-05T21:21:24.412Z Checking unicode-width v0.1.14
13782026-06-05T21:21:24.436Z Checking foldhash v0.1.5
13792026-06-05T21:21:24.476Z Checking same-file v1.0.6
13802026-06-05T21:21:24.495Z Checking smawk v0.3.2
13812026-06-05T21:21:24.535Z Checking konst_macro_rules v0.2.19
13822026-06-05T21:21:24.576Z Checking highway v1.3.0
13832026-06-05T21:21:24.599Z Checking walkdir v2.5.0
13842026-06-05T21:21:24.626Z Checking textwrap v0.16.2
13852026-06-05T21:21:24.659Z Checking hashbrown v0.15.5
13862026-06-05T21:21:24.688Z Checking konst v0.2.20
13872026-06-05T21:21:24.789Z Checking foreign-types v0.3.2
13882026-06-05T21:21:24.806Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13892026-06-05T21:21:24.841Z Checking qorb v0.4.1
13902026-06-05T21:21:24.844Z Checking csv v1.4.0
13912026-06-05T21:21:25.275Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13922026-06-05T21:21:25.520Z Checking olpc-cjson v0.1.4
13932026-06-05T21:21:25.610Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13942026-06-05T21:21:25.666Z Checking snafu v0.8.9
13952026-06-05T21:21:25.790Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13962026-06-05T21:21:25.879Z Checking phf v0.12.1
13972026-06-05T21:21:26.024Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13982026-06-05T21:21:26.074Z Checking zone v0.3.1
13992026-06-05T21:21:26.187Z Checking tokio-dtrace v0.1.1
14002026-06-05T21:21:26.374Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14012026-06-05T21:21:26.435Z Checking globset v0.4.18
14022026-06-05T21:21:26.699Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14032026-06-05T21:21:27.049Z Checking smf v0.2.3
14042026-06-05T21:21:27.152Z Checking pem v3.0.6
14052026-06-05T21:21:27.281Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14062026-06-05T21:21:27.320Z Checking libsw-core v0.3.2
14072026-06-05T21:21:27.455Z Checking serde_plain v1.0.2
14082026-06-05T21:21:27.476Z Checking sigpipe v0.1.3
14092026-06-05T21:21:27.528Z Checking jiff v0.2.28
14102026-06-05T21:21:27.606Z Checking fixedbitset v0.4.2
14112026-06-05T21:21:27.669Z Checking glob v0.3.3
14122026-06-05T21:21:27.788Z Checking typed-path v0.9.3
14132026-06-05T21:21:27.812Z Checking fixedbitset v0.5.7
14142026-06-05T21:21:27.964Z Checking petgraph v0.6.5
14152026-06-05T21:21:28.009Z Checking petgraph v0.8.3
14162026-06-05T21:21:28.381Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14172026-06-05T21:21:28.592Z Checking tough v0.22.0
14182026-06-05T21:21:28.598Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14192026-06-05T21:21:28.791Z Checking libsw v3.5.0
14202026-06-05T21:21:28.915Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-06-05T21:21:29.129Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-06-05T21:21:29.219Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14232026-06-05T21:21:29.241Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14242026-06-05T21:21:29.379Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-06-05T21:21:29.425Z Checking oxide-tokio-rt v0.1.6
14262026-06-05T21:21:29.595Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-06-05T21:21:29.671Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-06-05T21:21:29.743Z Checking const_format v0.2.36
14292026-06-05T21:21:29.764Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14302026-06-05T21:21:29.813Z Checking papergrid v0.11.0
14312026-06-05T21:21:30.190Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14322026-06-05T21:21:30.211Z Checking gethostname v0.5.0
14332026-06-05T21:21:30.311Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14342026-06-05T21:21:30.331Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14352026-06-05T21:21:30.459Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14362026-06-05T21:21:30.555Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14372026-06-05T21:21:30.889Z Checking libscf-sys v1.2.0
14382026-06-05T21:21:31.053Z Checking bcs v0.1.6
14392026-06-05T21:21:31.178Z Checking linear-map v1.2.0
14402026-06-05T21:21:31.196Z Checking whoami v1.6.1
14412026-06-05T21:21:31.243Z Checking tagptr v0.2.0
14422026-06-05T21:21:31.247Z Checking termtree v0.5.1
14432026-06-05T21:21:31.388Z Checking moka v0.12.15
14442026-06-05T21:21:31.428Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-06-05T21:21:31.916Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14462026-06-05T21:21:32.700Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-06-05T21:21:32.964Z Checking tabled v0.15.0
14482026-06-05T21:21:33.193Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14492026-06-05T21:21:33.220Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-06-05T21:21:33.239Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-06-05T21:21:33.269Z Checking steno v0.4.1
14522026-06-05T21:21:33.832Z Checking hickory-proto v0.25.2
14532026-06-05T21:21:35.372Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14542026-06-05T21:21:35.431Z Checking hickory-resolver v0.25.2
14552026-06-05T21:21:35.496Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14562026-06-05T21:21:36.110Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-06-05T21:21:36.312Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14582026-06-05T21:21:36.837Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14592026-06-05T21:21:40.659Z Checking nom v8.0.0
14602026-06-05T21:21:40.723Z Compiling proc-macro-error-attr2 v2.0.0
14612026-06-05T21:21:40.746Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14622026-06-05T21:21:41.423Z Compiling proc-macro-error2 v2.0.1
14632026-06-05T21:21:44.414Z Compiling crunchy v0.2.4
14642026-06-05T21:21:46.134Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14652026-06-05T21:21:46.461Z Compiling tabled_derive v0.11.0
14662026-06-05T21:21:47.145Z Compiling tiny-keccak v2.0.2
14672026-06-05T21:21:47.311Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14682026-06-05T21:21:47.653Z Compiling typify-impl v0.4.3
14692026-06-05T21:21:47.788Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14702026-06-05T21:21:47.829Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14712026-06-05T21:21:47.924Z Checking parking_lot v0.11.2
14722026-06-05T21:21:48.006Z Compiling const-random-macro v0.1.16
14732026-06-05T21:21:48.287Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14742026-06-05T21:21:48.422Z Checking fxhash v0.2.1
14752026-06-05T21:21:48.452Z Compiling smartstring v1.0.1
14762026-06-05T21:21:48.550Z Checking sled v0.34.7
14772026-06-05T21:21:48.749Z Compiling ahash v0.8.12
14782026-06-05T21:21:49.379Z Checking internet-checksum v0.2.1
14792026-06-05T21:21:49.495Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14802026-06-05T21:21:49.729Z Compiling rhai_codegen v3.2.0
14812026-06-05T21:21:49.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
14822026-06-05T21:21:49.816Z Checking arc-swap v1.9.1
14832026-06-05T21:21:50.016Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14842026-06-05T21:21:50.140Z Checking slog-scope v4.4.1
14852026-06-05T21:21:50.312Z Checking papergrid v0.18.0
14862026-06-05T21:21:50.495Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14872026-06-05T21:21:50.616Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14882026-06-05T21:21:50.937Z Checking testing_table v0.3.0
14892026-06-05T21:21:50.989Z Compiling typify-macro v0.4.3
14902026-06-05T21:21:51.036Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14912026-06-05T21:21:51.057Z Checking dropshot-api-manager-types v0.7.2
14922026-06-05T21:21:51.237Z Checking tabled v0.21.0
14932026-06-05T21:21:51.264Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14942026-06-05T21:21:51.366Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14952026-06-05T21:21:51.387Z Checking slog-stdlog v4.1.1
14962026-06-05T21:21:51.519Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14972026-06-05T21:21:51.727Z Compiling lzma-sys v0.1.20
14982026-06-05T21:21:52.162Z Compiling fs-err v3.3.0
14992026-06-05T21:21:52.272Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15002026-06-05T21:21:52.344Z Compiling typeid v1.0.3
15012026-06-05T21:21:52.493Z Compiling typify v0.4.3
15022026-06-05T21:21:52.556Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15032026-06-05T21:21:52.595Z Compiling progenitor-impl v0.10.0
15042026-06-05T21:21:52.599Z Checking slog-envlogger v2.2.0
15052026-06-05T21:21:53.460Z Compiling toml_datetime v0.7.5+spec-1.1.0
15062026-06-05T21:21:53.486Z Checking crc8 v0.1.1
15072026-06-05T21:21:53.585Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
15082026-06-05T21:21:53.842Z Compiling toml v0.9.12+spec-1.1.0
15092026-06-05T21:21:53.852Z Checking const-random v0.1.18
15102026-06-05T21:21:54.286Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15112026-06-05T21:21:54.529Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15122026-06-05T21:21:54.562Z Compiling cargo_toml v0.22.3
15132026-06-05T21:21:54.649Z Compiling progenitor-macro v0.10.0
15142026-06-05T21:21:55.796Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15152026-06-05T21:21:56.348Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15162026-06-05T21:21:56.771Z Checking thin-vec v0.2.18
15172026-06-05T21:21:57.023Z Checking rhai v1.25.1
15182026-06-05T21:21:57.045Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15192026-06-05T21:21:57.921Z Checking sha1 v0.10.6
15202026-06-05T21:21:58.116Z Checking utf-8 v0.7.6
15212026-06-05T21:21:58.412Z Checking tungstenite v0.21.0
15222026-06-05T21:21:58.870Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15232026-06-05T21:21:59.934Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15242026-06-05T21:21:59.956Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15252026-06-05T21:21:59.999Z Checking sha2 v0.10.9
15262026-06-05T21:22:00.248Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15272026-06-05T21:22:00.269Z Checking diff v0.1.13
15282026-06-05T21:22:00.430Z Checking yansi v1.0.1
15292026-06-05T21:22:00.459Z Checking progenitor v0.10.0
15302026-06-05T21:22:00.485Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-06-05T21:22:00.685Z Checking pretty_assertions v1.4.1
15322026-06-05T21:22:00.763Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
15332026-06-05T21:22:00.965Z Checking tokio-tungstenite v0.21.0
15342026-06-05T21:22:01.918Z Checking console v0.16.3
15352026-06-05T21:22:02.038Z Checking git-stub v1.0.0
15362026-06-05T21:22:02.221Z Checking is_ci v1.2.0
15372026-06-05T21:22:02.260Z Checking base64 v0.21.7
15382026-06-05T21:22:02.349Z Checking unit-prefix v0.5.2
15392026-06-05T21:22:02.506Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15402026-06-05T21:22:02.534Z Checking supports-color v3.0.2
15412026-06-05T21:22:02.622Z Checking indicatif v0.18.4
15422026-06-05T21:22:03.223Z Checking git-stub-vcs v0.1.0
15432026-06-05T21:22:03.564Z Checking xz2 v0.1.7
15442026-06-05T21:22:03.760Z Checking ron v0.12.1
15452026-06-05T21:22:03.854Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15462026-06-05T21:22:04.124Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15472026-06-05T21:22:04.175Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15482026-06-05T21:22:04.221Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15492026-06-05T21:22:04.514Z Checking drift v0.2.0
15502026-06-05T21:22:04.823Z Compiling serial_test_derive v3.5.0
15512026-06-05T21:22:04.926Z Checking base16ct v1.0.0
15522026-06-05T21:22:05.113Z Checking dropshot-api-manager v0.7.2
15532026-06-05T21:22:05.542Z Checking serial_test v3.5.0
15542026-06-05T21:22:06.127Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15552026-06-05T21:22:06.461Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15562026-06-05T21:22:06.765Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15572026-06-05T21:22:06.876Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15582026-06-05T21:22:07.683Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15592026-06-05T21:22:07.799Z Checking natord v1.0.9
15602026-06-05T21:22:08.328Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15612026-06-05T21:22:08.669Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15622026-06-05T21:22:08.772Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15632026-06-05T21:22:09.062Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15642026-06-05T21:22:09.152Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15652026-06-05T21:22:09.194Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15662026-06-05T21:22:09.515Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15672026-06-05T21:22:09.537Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15682026-06-05T21:22:09.559Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15692026-06-05T21:22:16.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15702026-06-05T21:22:17.053Z+ cargo xtask openapi check
15712026-06-05T21:22:17.666Z Compiling cfg-if v1.0.4
15722026-06-05T21:22:17.669Z Compiling libc v0.2.186
15732026-06-05T21:22:17.669Z Compiling serde_core v1.0.228
15742026-06-05T21:22:17.775Z Compiling memchr v2.8.1
15752026-06-05T21:22:17.780Z Compiling itoa v1.0.18
15762026-06-05T21:22:17.787Z Compiling smallvec v1.15.1
15772026-06-05T21:22:17.798Z Compiling stable_deref_trait v1.2.1
15782026-06-05T21:22:17.804Z Compiling zerofrom v0.1.8
15792026-06-05T21:22:17.818Z Compiling zmij v1.0.21
15802026-06-05T21:22:17.865Z Compiling writeable v0.6.3
15812026-06-05T21:22:17.921Z Compiling yoke v0.8.3
15822026-06-05T21:22:17.953Z Compiling litemap v0.8.2
15832026-06-05T21:22:17.984Z Compiling utf8_iter v1.0.4
15842026-06-05T21:22:18.065Z Compiling percent-encoding v2.3.2
15852026-06-05T21:22:18.088Z Compiling zerovec v0.11.6
15862026-06-05T21:22:18.102Z Compiling zerotrie v0.2.4
15872026-06-05T21:22:18.139Z Compiling icu_properties_data v2.2.0
15882026-06-05T21:22:18.142Z Compiling icu_normalizer_data v2.2.0
15892026-06-05T21:22:18.218Z Compiling libm v0.2.16
15902026-06-05T21:22:18.239Z Compiling form_urlencoded v1.2.2
15912026-06-05T21:22:18.254Z Compiling rand_core v0.10.1
15922026-06-05T21:22:18.294Z Compiling errno v0.3.14
15932026-06-05T21:22:18.408Z Compiling getrandom v0.4.2
15942026-06-05T21:22:18.421Z Compiling iana-time-zone v0.1.65
15952026-06-05T21:22:18.432Z Compiling pin-project-lite v0.2.17
15962026-06-05T21:22:18.444Z Compiling zeroize v1.8.2
15972026-06-05T21:22:18.444Z Compiling dyn-clone v1.0.20
15982026-06-05T21:22:18.525Z Compiling scopeguard v1.2.0
15992026-06-05T21:22:18.581Z Compiling tinystr v0.8.3
16002026-06-05T21:22:18.592Z Compiling potential_utf v0.1.5
16012026-06-05T21:22:18.638Z Compiling lock_api v0.4.14
16022026-06-05T21:22:18.651Z Compiling parking_lot_core v0.9.12
16032026-06-05T21:22:18.672Z Compiling socket2 v0.6.4
16042026-06-05T21:22:18.685Z Compiling signal-hook-registry v1.4.8
16052026-06-05T21:22:18.758Z Compiling icu_locale_core v2.2.0
16062026-06-05T21:22:18.807Z Compiling icu_collections v2.2.0
16072026-06-05T21:22:18.867Z Compiling parking_lot v0.12.5
16082026-06-05T21:22:18.964Z Compiling mio v1.2.1
16092026-06-05T21:22:18.974Z Compiling num-traits v0.2.19
16102026-06-05T21:22:19.119Z Compiling portable-atomic v1.13.1
16112026-06-05T21:22:19.253Z Compiling futures-core v0.3.32
16122026-06-05T21:22:19.338Z Compiling thiserror v2.0.18
16132026-06-05T21:22:19.413Z Compiling critical-section v1.2.0
16142026-06-05T21:22:19.414Z Compiling subtle v2.6.1
16152026-06-05T21:22:19.443Z Compiling serde v1.0.228
16162026-06-05T21:22:19.467Z Compiling serde_json v1.0.150
16172026-06-05T21:22:19.525Z Compiling icu_provider v2.2.0
16182026-06-05T21:22:19.593Z Compiling uuid v1.23.2
16192026-06-05T21:22:19.605Z Compiling semver v1.0.28
16202026-06-05T21:22:19.616Z Compiling bitflags v2.12.1
16212026-06-05T21:22:19.626Z Compiling once_cell v1.21.4
16222026-06-05T21:22:19.841Z Compiling icu_normalizer v2.2.0
16232026-06-05T21:22:19.856Z Compiling icu_properties v2.2.0
16242026-06-05T21:22:19.859Z Compiling equivalent v1.0.2
16252026-06-05T21:22:19.878Z Compiling zerocopy v0.8.50
16262026-06-05T21:22:19.943Z Compiling bytes v1.11.1
16272026-06-05T21:22:19.955Z Compiling chrono v0.4.45
16282026-06-05T21:22:19.975Z Compiling log v0.4.32
16292026-06-05T21:22:20.031Z Compiling futures-sink v0.3.32
16302026-06-05T21:22:20.137Z Compiling slab v0.4.12
16312026-06-05T21:22:20.166Z Compiling typenum v1.20.1
16322026-06-05T21:22:20.315Z Compiling slog v2.8.2
16332026-06-05T21:22:20.333Z Compiling futures-channel v0.3.32
16342026-06-05T21:22:20.412Z Compiling tokio v1.52.3
16352026-06-05T21:22:20.564Z Compiling getrandom v0.2.17
16362026-06-05T21:22:20.576Z Compiling futures-task v0.3.32
16372026-06-05T21:22:20.579Z Compiling futures-io v0.3.32
16382026-06-05T21:22:20.733Z Compiling idna_adapter v1.2.2
16392026-06-05T21:22:20.745Z Compiling rand_core v0.6.4
16402026-06-05T21:22:20.756Z Compiling futures-util v0.3.32
16412026-06-05T21:22:20.875Z Compiling idna v1.1.0
16422026-06-05T21:22:20.951Z Compiling hashbrown v0.17.1
16432026-06-05T21:22:20.977Z Compiling tracing-core v0.1.36
16442026-06-05T21:22:20.990Z Compiling base64 v0.22.1
16452026-06-05T21:22:21.323Z Compiling url v2.5.8
16462026-06-05T21:22:21.442Z Compiling indexmap v2.14.0
16472026-06-05T21:22:21.495Z Compiling tracing v0.1.44
16482026-06-05T21:22:21.570Z Compiling http v1.4.1
16492026-06-05T21:22:21.605Z Compiling unicode-ident v1.0.24
16502026-06-05T21:22:21.733Z Compiling proc-macro2 v1.0.106
16512026-06-05T21:22:21.745Z Compiling fnv v1.0.7
16522026-06-05T21:22:21.851Z Compiling schemars v0.8.22
16532026-06-05T21:22:22.075Z Compiling byteorder v1.5.0
16542026-06-05T21:22:22.140Z Compiling quote v1.0.45
16552026-06-05T21:22:22.309Z Compiling ipnet v2.12.0
16562026-06-05T21:22:22.423Z Compiling syn v2.0.117
16572026-06-05T21:22:22.434Z Compiling erased-serde v0.3.31
16582026-06-05T21:22:22.512Z Compiling rustls-pki-types v1.14.1
16592026-06-05T21:22:22.822Z Compiling ipnetwork v0.21.1
16602026-06-05T21:22:22.841Z Compiling ppv-lite86 v0.2.21
16612026-06-05T21:22:22.992Z Compiling http-body v1.0.1
16622026-06-05T21:22:23.015Z Compiling thiserror v1.0.69
16632026-06-05T21:22:23.121Z Compiling oxnet v0.1.6
16642026-06-05T21:22:23.148Z Compiling aws-lc-sys v0.41.0
16652026-06-05T21:22:23.161Z Compiling untrusted v0.7.1
16662026-06-05T21:22:23.170Z Compiling atomic-waker v1.1.2
16672026-06-05T21:22:23.251Z Compiling httparse v1.10.1
16682026-06-05T21:22:23.284Z Compiling ryu v1.0.23
16692026-06-05T21:22:23.300Z Compiling tower-layer v0.3.3
16702026-06-05T21:22:23.335Z Compiling try-lock v0.2.5
16712026-06-05T21:22:23.449Z Compiling rustls v0.23.40
16722026-06-05T21:22:23.461Z Compiling tower-service v0.3.3
16732026-06-05T21:22:23.474Z Compiling pretty-hex v0.4.2
16742026-06-05T21:22:23.553Z Compiling untrusted v0.9.0
16752026-06-05T21:22:23.556Z Compiling want v0.3.1
16762026-06-05T21:22:23.576Z Compiling rustix v1.1.4
16772026-06-05T21:22:23.611Z Compiling aws-lc-rs v1.17.0
16782026-06-05T21:22:23.714Z Compiling plain v0.2.3
16792026-06-05T21:22:23.742Z Compiling httpdate v1.0.3
16802026-06-05T21:22:23.762Z Compiling omicron-workspace-hack v0.1.0
16812026-06-05T21:22:23.762Z Compiling getrandom v0.3.4
16822026-06-05T21:22:23.829Z Compiling ucd-trie v0.1.7
16832026-06-05T21:22:23.842Z Compiling regex-syntax v0.8.10
16842026-06-05T21:22:23.962Z Compiling rand_core v0.9.5
16852026-06-05T21:22:24.020Z Compiling pest v2.8.6
16862026-06-05T21:22:24.129Z Compiling tokio-util v0.7.18
16872026-06-05T21:22:24.187Z Compiling crossbeam-utils v0.8.21
16882026-06-05T21:22:24.697Z Compiling h2 v0.4.14
16892026-06-05T21:22:24.833Z Compiling rustls-webpki v0.103.13
16902026-06-05T21:22:24.867Z Compiling serde_urlencoded v0.7.1
16912026-06-05T21:22:25.032Z Compiling http-body-util v0.1.3
16922026-06-05T21:22:25.118Z Compiling newtype-uuid v1.3.2
16932026-06-05T21:22:25.285Z Compiling allocator-api2 v0.2.21
16942026-06-05T21:22:25.295Z Compiling foldhash v0.2.0
16952026-06-05T21:22:25.533Z Compiling hex v0.4.3
16962026-06-05T21:22:25.611Z Compiling hashbrown v0.16.1
16972026-06-05T21:22:25.781Z Compiling daft v0.1.7
16982026-06-05T21:22:25.801Z Compiling rand_chacha v0.9.0
16992026-06-05T21:22:26.064Z Compiling fastrand v2.4.1
17002026-06-05T21:22:26.190Z Compiling rand v0.9.4
17012026-06-05T21:22:26.205Z Compiling sync_wrapper v1.0.2
17022026-06-05T21:22:26.320Z Compiling tower v0.5.3
17032026-06-05T21:22:26.332Z Compiling generic-array v0.14.7
17042026-06-05T21:22:26.342Z Compiling anyhow v1.0.102
17052026-06-05T21:22:26.396Z Compiling aho-corasick v1.1.4
17062026-06-05T21:22:26.518Z Compiling powerfmt v0.2.0
17072026-06-05T21:22:26.718Z Compiling tower-http v0.6.11
17082026-06-05T21:22:26.732Z Compiling hyper v1.10.1
17092026-06-05T21:22:26.782Z Compiling deranged v0.5.8
17102026-06-05T21:22:26.799Z Compiling tempfile v3.27.0
17112026-06-05T21:22:26.827Z Compiling camino v1.2.2
17122026-06-05T21:22:27.148Z Compiling futures-executor v0.3.32
17132026-06-05T21:22:27.189Z Compiling regex-automata v0.4.14
17142026-06-05T21:22:27.241Z Compiling openapiv3 v2.2.0
17152026-06-05T21:22:27.429Z Compiling time-core v0.1.8
17162026-06-05T21:22:27.581Z Compiling num-conv v0.2.2
17172026-06-05T21:22:27.635Z Compiling openssl-probe v0.2.1
17182026-06-05T21:22:27.738Z Compiling num_threads v0.1.7
17192026-06-05T21:22:27.750Z Compiling cpufeatures v0.3.0
17202026-06-05T21:22:27.873Z Compiling hyper-util v0.1.20
17212026-06-05T21:22:27.879Z Compiling time v0.3.47
17222026-06-05T21:22:27.879Z Compiling rustls-native-certs v0.8.4
17232026-06-05T21:22:28.182Z Compiling futures v0.3.32
17242026-06-05T21:22:28.220Z Compiling scroll v0.13.0
17252026-06-05T21:22:28.267Z Compiling tokio-rustls v0.26.4
17262026-06-05T21:22:28.376Z Compiling hybrid-array v0.4.12
17272026-06-05T21:22:28.489Z Compiling adler2 v2.0.1
17282026-06-05T21:22:28.539Z Compiling simd-adler32 v0.3.9
17292026-06-05T21:22:28.691Z Compiling winnow v1.0.3
17302026-06-05T21:22:28.752Z Compiling miniz_oxide v0.8.9
17312026-06-05T21:22:28.827Z Compiling goblin v0.10.7
17322026-06-05T21:22:28.877Z Compiling rustls-platform-verifier v0.7.0
17332026-06-05T21:22:29.113Z Compiling hyper-rustls v0.27.9
17342026-06-05T21:22:29.417Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-05T21:22:29.421Z Compiling crossbeam-channel v0.5.15
17362026-06-05T21:22:29.513Z Compiling crc32fast v1.5.0
17372026-06-05T21:22:29.538Z Compiling reqwest v0.13.4
17382026-06-05T21:22:29.723Z Compiling flate2 v1.1.9
17392026-06-05T21:22:29.792Z Compiling regex v1.12.3
17402026-06-05T21:22:29.911Z Compiling block-buffer v0.12.0
17412026-06-05T21:22:29.915Z Compiling crypto-common v0.2.2
17422026-06-05T21:22:30.085Z Compiling crypto-common v0.1.7
17432026-06-05T21:22:30.147Z Compiling dtrace-parser v0.3.0
17442026-06-05T21:22:30.226Z Compiling rand_chacha v0.3.1
17452026-06-05T21:22:30.255Z Compiling thread-id v5.1.0
17462026-06-05T21:22:30.344Z Compiling thread_local v1.1.9
17472026-06-05T21:22:30.415Z Compiling compression-core v0.4.32
17482026-06-05T21:22:30.574Z Compiling const-oid v0.10.2
17492026-06-05T21:22:30.610Z Compiling debug-ignore v1.0.5
17502026-06-05T21:22:30.631Z Compiling match_cfg v0.1.0
17512026-06-05T21:22:30.708Z Compiling hostname v0.3.1
17522026-06-05T21:22:30.720Z Compiling digest v0.11.3
17532026-06-05T21:22:30.788Z Compiling compression-codecs v0.4.38
17542026-06-05T21:22:30.800Z Compiling rand v0.8.6
17552026-06-05T21:22:30.851Z Compiling toml_parser v1.1.2+spec-1.1.0
17562026-06-05T21:22:30.889Z Compiling slog-json v2.6.1
17572026-06-05T21:22:30.932Z Compiling ref-cast v1.0.25
17582026-06-05T21:22:30.998Z Compiling strum v0.26.3
17592026-06-05T21:22:31.037Z Compiling macaddr v1.0.1
17602026-06-05T21:22:31.049Z Compiling toml_datetime v1.1.1+spec-1.1.0
17612026-06-05T21:22:31.096Z Compiling serde_spanned v1.1.1
17622026-06-05T21:22:31.132Z Compiling wait-timeout v0.2.1
17632026-06-05T21:22:31.249Z Compiling is-terminal v0.4.17
17642026-06-05T21:22:31.264Z Compiling memmap2 v0.9.10
17652026-06-05T21:22:31.351Z Compiling encoding_rs v0.8.35
17662026-06-05T21:22:31.361Z Compiling take_mut v0.2.2
17672026-06-05T21:22:31.429Z Compiling toml_writer v1.1.1+spec-1.1.0
17682026-06-05T21:22:31.439Z Compiling quick-error v1.2.3
17692026-06-05T21:22:31.471Z Compiling term v1.2.1
17702026-06-05T21:22:31.486Z Compiling bit-vec v0.8.0
17712026-06-05T21:22:31.497Z Compiling either v1.16.0
17722026-06-05T21:22:31.542Z Compiling spin v0.9.8
17732026-06-05T21:22:31.643Z Compiling dof v0.4.0
17742026-06-05T21:22:31.665Z Compiling mime v0.3.17
17752026-06-05T21:22:31.706Z Compiling bit-set v0.8.0
17762026-06-05T21:22:31.718Z Compiling toml v1.1.2+spec-1.1.0
17772026-06-05T21:22:31.874Z Compiling slog-term v2.9.2
17782026-06-05T21:22:31.944Z Compiling rusty-fork v0.3.1
17792026-06-05T21:22:32.136Z Compiling slog-async v2.8.0
17802026-06-05T21:22:32.293Z Compiling multer v3.1.0
17812026-06-05T21:22:32.439Z Compiling usdt-impl v0.6.0
17822026-06-05T21:22:32.632Z Compiling slog-bunyan v2.5.0
17832026-06-05T21:22:32.779Z Compiling usdt v0.6.0
17842026-06-05T21:22:32.792Z Compiling async-compression v0.4.42
17852026-06-05T21:22:32.921Z Compiling sha1 v0.11.0
17862026-06-05T21:22:33.004Z Compiling serde_with v3.20.0
17872026-06-05T21:22:33.068Z Compiling async-stream v0.3.6
17882026-06-05T21:22:33.105Z Compiling rand_xorshift v0.4.0
17892026-06-05T21:22:33.108Z Compiling waitgroup v0.1.2
17902026-06-05T21:22:33.129Z Compiling rustls-pemfile v2.2.0
17912026-06-05T21:22:33.172Z Compiling serde_path_to_error v0.1.20
17922026-06-05T21:22:33.204Z Compiling hostname v0.4.2
17932026-06-05T21:22:33.247Z Compiling unarray v0.1.4
17942026-06-05T21:22:33.256Z Compiling strum v0.27.2
17952026-06-05T21:22:33.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17962026-06-05T21:22:33.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
17972026-06-05T21:22:33.347Z Compiling proptest v1.11.0
17982026-06-05T21:22:33.358Z Compiling progenitor-client v0.14.0
17992026-06-05T21:22:33.385Z Compiling iddqd v0.4.2
18002026-06-05T21:22:33.400Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-05T21:22:33.504Z Compiling dropshot v0.17.1
18022026-06-05T21:22:33.526Z Compiling reqwest v0.12.28
18032026-06-05T21:22:33.571Z Compiling block-buffer v0.10.4
18042026-06-05T21:22:33.638Z Compiling backon v1.6.0
18052026-06-05T21:22:33.684Z Compiling instant v0.1.13
18062026-06-05T21:22:33.743Z Compiling digest v0.10.7
18072026-06-05T21:22:33.794Z Compiling backoff v0.4.0
18082026-06-05T21:22:33.875Z Compiling progenitor-extras v0.2.0
18092026-06-05T21:22:33.963Z Compiling itertools v0.14.0
18102026-06-05T21:22:34.014Z Compiling parse-display v0.10.0
18112026-06-05T21:22:34.113Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18122026-06-05T21:22:34.350Z Compiling regress v0.10.5
18132026-06-05T21:22:34.712Z Compiling progenitor-client v0.10.0
18142026-06-05T21:22:34.767Z Compiling humantime v2.3.0
18152026-06-05T21:22:35.012Z Compiling cpufeatures v0.2.17
18162026-06-05T21:22:35.049Z Compiling unicode-width v0.2.2
18172026-06-05T21:22:35.091Z Compiling secrecy v0.10.3
18182026-06-05T21:22:35.202Z Compiling heck v0.5.0
18192026-06-05T21:22:35.255Z Compiling tinyvec_macros v0.1.1
18202026-06-05T21:22:35.331Z Compiling tinyvec v1.11.0
18212026-06-05T21:22:35.344Z Compiling num-integer v0.1.46
18222026-06-05T21:22:35.364Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18232026-06-05T21:22:35.463Z Compiling scroll v0.12.0
18242026-06-05T21:22:35.665Z Compiling crucible-workspace-hack v0.1.0
18252026-06-05T21:22:35.679Z Compiling hmac v0.12.1
18262026-06-05T21:22:35.735Z Compiling inout v0.1.4
18272026-06-05T21:22:35.746Z Compiling ff v0.13.1
18282026-06-05T21:22:35.824Z Compiling utf8parse v0.2.2
18292026-06-05T21:22:35.882Z Compiling group v0.13.0
18302026-06-05T21:22:35.882Z Compiling cipher v0.4.4
18312026-06-05T21:22:35.923Z Compiling anstyle-parse v1.0.0
18322026-06-05T21:22:35.940Z Compiling hkdf v0.12.4
18332026-06-05T21:22:36.008Z Compiling goblin v0.8.2
18342026-06-05T21:22:36.093Z Compiling num-rational v0.4.2
18352026-06-05T21:22:36.105Z Compiling num-iter v0.1.45
18362026-06-05T21:22:36.230Z Compiling zerocopy v0.7.35
18372026-06-05T21:22:36.320Z Compiling universal-hash v0.5.1
18382026-06-05T21:22:36.436Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T21:22:36.459Z Compiling crypto-bigint v0.5.5
18402026-06-05T21:22:36.684Z Compiling regress v0.11.1
18412026-06-05T21:22:36.785Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T21:22:36.962Z Compiling terminal_size v0.4.4
18432026-06-05T21:22:37.113Z Compiling half v2.7.1
18442026-06-05T21:22:37.132Z Compiling num-complex v0.4.6
18452026-06-05T21:22:37.417Z Compiling is_terminal_polyfill v1.70.2
18462026-06-05T21:22:37.520Z Compiling opaque-debug v0.3.1
18472026-06-05T21:22:37.532Z Compiling anstyle-query v1.1.5
18482026-06-05T21:22:37.598Z Compiling ciborium-io v0.2.2
18492026-06-05T21:22:37.621Z Compiling base64ct v1.8.3
18502026-06-05T21:22:37.647Z Compiling colorchoice v1.0.5
18512026-06-05T21:22:37.698Z Compiling anstyle v1.0.14
18522026-06-05T21:22:37.708Z Compiling base16ct v0.2.0
18532026-06-05T21:22:37.769Z Compiling ciborium-ll v0.2.2
18542026-06-05T21:22:37.872Z Compiling anstream v1.0.0
18552026-06-05T21:22:37.927Z Compiling password-hash v0.5.0
18562026-06-05T21:22:37.930Z Compiling elliptic-curve v0.13.8
18572026-06-05T21:22:38.195Z Compiling typify-impl v0.6.2
18582026-06-05T21:22:38.229Z Compiling dof v0.3.0
18592026-06-05T21:22:38.387Z Compiling poly1305 v0.8.0
18602026-06-05T21:22:38.862Z Compiling num v0.4.3
18612026-06-05T21:22:38.888Z Compiling curve25519-dalek v4.1.3
18622026-06-05T21:22:38.942Z Compiling thiserror-no-std v2.0.2
18632026-06-05T21:22:39.040Z Compiling chacha20 v0.9.1
18642026-06-05T21:22:39.187Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18652026-06-05T21:22:39.428Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T21:22:39.669Z Compiling blake2 v0.10.6
18672026-06-05T21:22:39.804Z Compiling aead v0.5.2
18682026-06-05T21:22:39.830Z Compiling byte-wrapper v0.1.0
18692026-06-05T21:22:39.869Z Compiling dtrace-parser v0.2.0
18702026-06-05T21:22:39.971Z Compiling crossbeam-epoch v0.9.18
18712026-06-05T21:22:40.033Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18722026-06-05T21:22:40.137Z Compiling thread-id v4.2.2
18732026-06-05T21:22:40.175Z Compiling clap_lex v1.1.0
18742026-06-05T21:22:40.191Z Compiling strsim v0.11.1
18752026-06-05T21:22:40.225Z Compiling keccak v0.1.6
18762026-06-05T21:22:40.319Z Compiling float-ord v0.3.2
18772026-06-05T21:22:40.425Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T21:22:40.442Z Compiling clap_builder v4.6.0
18792026-06-05T21:22:40.465Z Compiling sha3 v0.10.9
18802026-06-05T21:22:40.578Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-06-05T21:22:40.651Z Compiling usdt-impl v0.5.0
18822026-06-05T21:22:40.758Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-05T21:22:41.312Z Compiling chacha20poly1305 v0.10.1
18842026-06-05T21:22:41.455Z Compiling typify v0.6.2
18852026-06-05T21:22:41.569Z Compiling argon2 v0.5.3
18862026-06-05T21:22:41.792Z Compiling vsss-rs v3.3.4
18872026-06-05T21:22:42.072Z Compiling ciborium v0.2.2
18882026-06-05T21:22:42.091Z Compiling hash32 v0.3.1
18892026-06-05T21:22:42.256Z Compiling memmap v0.7.0
18902026-06-05T21:22:42.451Z Compiling data-encoding v2.11.0
18912026-06-05T21:22:42.656Z Compiling indent_write v2.2.0
18922026-06-05T21:22:42.795Z Compiling usdt v0.5.0
18932026-06-05T21:22:42.808Z Compiling heapless v0.8.0
18942026-06-05T21:22:42.901Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18952026-06-05T21:22:43.006Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-05T21:22:43.063Z Compiling ingot-types v0.1.2
18972026-06-05T21:22:43.075Z Compiling clap v4.6.1
18982026-06-05T21:22:43.161Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-05T21:22:43.301Z Compiling rustix v0.38.44
19002026-06-05T21:22:43.421Z Compiling tabwriter v1.4.1
19012026-06-05T21:22:43.476Z Compiling cobs v0.3.0
19022026-06-05T21:22:43.663Z Compiling managed v0.8.0
19032026-06-05T21:22:43.668Z Compiling bitflags v1.3.2
19042026-06-05T21:22:43.714Z Compiling postcard v1.1.3
19052026-06-05T21:22:43.729Z Compiling ingot v0.1.1
19062026-06-05T21:22:43.741Z Compiling memoffset v0.9.1
19072026-06-05T21:22:43.833Z Compiling smoltcp v0.11.0
19082026-06-05T21:22:43.875Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-05T21:22:44.066Z Compiling serde_spanned v0.6.9
19102026-06-05T21:22:44.140Z Compiling toml_datetime v0.6.11
19112026-06-05T21:22:44.224Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19122026-06-05T21:22:44.266Z Compiling winnow v0.7.15
19132026-06-05T21:22:44.428Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-05T21:22:44.543Z Compiling foreign-types-shared v0.3.1
19152026-06-05T21:22:44.643Z Compiling resolv-conf v0.7.6
19162026-06-05T21:22:44.955Z Compiling toml_write v0.1.2
19172026-06-05T21:22:45.022Z Compiling colored v3.1.1
19182026-06-05T21:22:45.163Z Compiling swrite v0.1.0
19192026-06-05T21:22:45.268Z Compiling unicode-segmentation v1.13.3
19202026-06-05T21:22:45.412Z Compiling static_assertions v1.1.0
19212026-06-05T21:22:45.495Z Compiling linked-hash-map v0.5.6
19222026-06-05T21:22:45.616Z Compiling newline-converter v0.3.0
19232026-06-05T21:22:45.686Z Compiling lru-cache v0.1.2
19242026-06-05T21:22:45.706Z Compiling toml_edit v0.22.27
19252026-06-05T21:22:45.711Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19262026-06-05T21:22:45.737Z Compiling foreign-types v0.5.0
19272026-06-05T21:22:45.775Z Compiling hubpack v0.1.2
19282026-06-05T21:22:45.814Z Compiling atomicwrites v0.4.4
19292026-06-05T21:22:45.825Z Compiling nix v0.31.3
19302026-06-05T21:22:46.008Z Compiling num_enum v0.7.6
19312026-06-05T21:22:46.021Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19322026-06-05T21:22:46.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19332026-06-05T21:22:46.145Z Compiling hickory-proto v0.24.4
19342026-06-05T21:22:46.259Z Compiling crossbeam-deque v0.8.6
19352026-06-05T21:22:46.461Z Compiling console v0.15.11
19362026-06-05T21:22:46.560Z Compiling chacha20 v0.10.0
19372026-06-05T21:22:46.826Z Compiling camino-tempfile v1.4.1
19382026-06-05T21:22:46.838Z Compiling serde-big-array v0.5.1
19392026-06-05T21:22:46.984Z Compiling cstr-argument v0.1.2
19402026-06-05T21:22:47.065Z Compiling siphasher v1.0.3
19412026-06-05T21:22:47.097Z Compiling similar v2.7.0
19422026-06-05T21:22:47.165Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19432026-06-05T21:22:47.407Z Compiling phf_shared v0.12.1
19442026-06-05T21:22:47.501Z Compiling expectorate v1.2.0
19452026-06-05T21:22:47.594Z Compiling toml v0.8.23
19462026-06-05T21:22:47.662Z Compiling pin-project v1.1.13
19472026-06-05T21:22:47.772Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19482026-06-05T21:22:47.977Z Compiling hickory-resolver v0.24.4
19492026-06-05T21:22:48.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19502026-06-05T21:22:48.266Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19512026-06-05T21:22:48.397Z Compiling rand v0.10.1
19522026-06-05T21:22:48.524Z Compiling rayon-core v1.13.0
19532026-06-05T21:22:48.535Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19542026-06-05T21:22:48.750Z Compiling num_enum v0.5.11
19552026-06-05T21:22:48.879Z Compiling progenitor-impl v0.13.0
19562026-06-05T21:22:49.257Z Compiling prettyplease v0.2.37
19572026-06-05T21:22:49.296Z Compiling unicode-normalization v0.1.25
19582026-06-05T21:22:49.370Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-06-05T21:22:49.765Z Compiling progenitor-client v0.13.0
19602026-06-05T21:22:49.783Z Compiling tokio-stream v0.1.18
19612026-06-05T21:22:50.071Z Compiling bstr v1.12.1
19622026-06-05T21:22:50.245Z Compiling csv-core v0.1.13
19632026-06-05T21:22:50.308Z Compiling foreign-types-shared v0.1.1
19642026-06-05T21:22:50.407Z Compiling highway v1.3.0
19652026-06-05T21:22:50.513Z Compiling konst_macro_rules v0.2.19
19662026-06-05T21:22:50.539Z Compiling unicode-width v0.1.14
19672026-06-05T21:22:50.539Z Compiling foldhash v0.1.5
19682026-06-05T21:22:50.562Z Compiling same-file v1.0.6
19692026-06-05T21:22:50.690Z Compiling hashbrown v0.15.5
19702026-06-05T21:22:50.728Z Compiling walkdir v2.5.0
19712026-06-05T21:22:50.739Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T21:22:50.798Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-06-05T21:22:50.820Z Compiling konst v0.2.20
19742026-06-05T21:22:51.065Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-05T21:22:51.077Z Compiling globset v0.4.18
19762026-06-05T21:22:51.120Z Compiling csv v1.4.0
19772026-06-05T21:22:51.229Z Compiling foreign-types v0.3.2
19782026-06-05T21:22:51.309Z Compiling qorb v0.4.1
19792026-06-05T21:22:51.679Z Compiling snafu v0.8.9
19802026-06-05T21:22:51.845Z Compiling progenitor v0.13.0
19812026-06-05T21:22:52.034Z Compiling olpc-cjson v0.1.4
19822026-06-05T21:22:52.070Z Compiling rayon v1.12.0
19832026-06-05T21:22:52.185Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19842026-06-05T21:22:52.421Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19852026-06-05T21:22:52.752Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-05T21:22:52.810Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19872026-06-05T21:22:53.354Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-06-05T21:22:53.386Z Compiling phf v0.12.1
19892026-06-05T21:22:53.544Z Compiling openssl-sys v0.9.116
19902026-06-05T21:22:53.548Z Compiling tokio-dtrace v0.1.1
19912026-06-05T21:22:53.881Z Compiling progenitor-impl v0.14.0
19922026-06-05T21:22:53.892Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-06-05T21:22:53.991Z Compiling itertools v0.12.1
19942026-06-05T21:22:54.245Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19952026-06-05T21:22:54.454Z Compiling libsw-core v0.3.2
19962026-06-05T21:22:54.484Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19972026-06-05T21:22:54.635Z Compiling pem v3.0.6
19982026-06-05T21:22:54.764Z Compiling serde_plain v1.0.2
19992026-06-05T21:22:54.847Z Compiling sigpipe v0.1.3
20002026-06-05T21:22:54.881Z Compiling minimal-lexical v0.2.1
20012026-06-05T21:22:54.940Z Compiling fixedbitset v0.5.7
20022026-06-05T21:22:54.974Z Compiling jiff v0.2.28
20032026-06-05T21:22:55.008Z Compiling fixedbitset v0.4.2
20042026-06-05T21:22:55.152Z Compiling glob v0.3.3
20052026-06-05T21:22:55.215Z Compiling typed-path v0.9.3
20062026-06-05T21:22:55.246Z Compiling bytecount v0.6.9
20072026-06-05T21:22:55.268Z Compiling petgraph v0.6.5
20082026-06-05T21:22:55.395Z Compiling papergrid v0.11.0
20092026-06-05T21:22:55.598Z Compiling petgraph v0.8.3
20102026-06-05T21:22:55.709Z Compiling zone v0.3.1
20112026-06-05T21:22:55.902Z Compiling nom v7.1.3
20122026-06-05T21:22:56.449Z Compiling tough v0.22.0
20132026-06-05T21:22:56.482Z Compiling progenitor v0.14.0
20142026-06-05T21:22:56.622Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-05T21:22:56.735Z Compiling openssl v0.10.80
20162026-06-05T21:22:56.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20172026-06-05T21:22:57.004Z Compiling libsw v3.5.0
20182026-06-05T21:22:57.015Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-06-05T21:22:57.182Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-05T21:22:57.225Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20212026-06-05T21:22:57.238Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20222026-06-05T21:22:57.367Z Compiling oxide-tokio-rt v0.1.6
20232026-06-05T21:22:57.470Z Compiling chrono-tz v0.10.4
20242026-06-05T21:22:57.675Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-05T21:22:58.298Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20262026-06-05T21:22:58.303Z Compiling newtype_derive v0.1.6
20272026-06-05T21:22:58.359Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-06-05T21:22:58.384Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-05T21:22:58.530Z Compiling slog-dtrace v0.3.0
20302026-06-05T21:22:58.574Z Compiling owo-colors v4.3.0
20312026-06-05T21:22:58.895Z Compiling cancel-safe-futures v0.1.5
20322026-06-05T21:22:59.211Z Compiling const_format v0.2.36
20332026-06-05T21:22:59.253Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20342026-06-05T21:22:59.378Z Compiling gethostname v0.5.0
20352026-06-05T21:22:59.506Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20362026-06-05T21:22:59.536Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T21:22:59.556Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-05T21:22:59.651Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T21:22:59.665Z Compiling smf v0.2.3
20402026-06-05T21:22:59.780Z Compiling bcs v0.1.6
20412026-06-05T21:22:59.917Z Compiling whoami v1.6.1
20422026-06-05T21:23:00.103Z Compiling lazy_static v1.5.0
20432026-06-05T21:23:00.107Z Compiling smawk v0.3.2
20442026-06-05T21:23:00.215Z Compiling unicode-linebreak v0.1.5
20452026-06-05T21:23:00.230Z Compiling linear-map v1.2.0
20462026-06-05T21:23:00.244Z Compiling termtree v0.5.1
20472026-06-05T21:23:00.258Z Compiling tagptr v0.2.0
20482026-06-05T21:23:00.401Z Compiling moka v0.12.15
20492026-06-05T21:23:00.414Z Compiling textwrap v0.16.2
20502026-06-05T21:23:00.417Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T21:23:00.469Z Compiling steno v0.4.1
20522026-06-05T21:23:00.472Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T21:23:00.803Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T21:23:00.913Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T21:23:01.181Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T21:23:01.617Z Compiling tabled v0.15.0
20572026-06-05T21:23:02.014Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-05T21:23:02.064Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-05T21:23:02.263Z Compiling cookie v0.18.1
20602026-06-05T21:23:02.867Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T21:23:03.349Z Compiling hickory-proto v0.25.2
20622026-06-05T21:23:03.643Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20632026-06-05T21:23:03.776Z Compiling libscf-sys v1.2.0
20642026-06-05T21:23:03.868Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-06-05T21:23:03.928Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20662026-06-05T21:23:04.107Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20672026-06-05T21:23:04.207Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20682026-06-05T21:23:04.565Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20692026-06-05T21:23:05.200Z Compiling hickory-resolver v0.25.2
20702026-06-05T21:23:05.956Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20712026-06-05T21:23:10.082Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-06-05T21:23:17.560Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-06-05T21:23:19.161Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-06-05T21:23:20.152Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20752026-06-05T21:23:21.475Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20762026-06-05T21:23:22.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
20772026-06-05T21:23:22.732Z Running `target/debug/xtask openapi check`
20782026-06-05T21:23:23.190Z Compiling serde_core v1.0.228
20792026-06-05T21:23:23.193Z Compiling serde v1.0.228
20802026-06-05T21:23:23.256Z Compiling serde_json v1.0.150
20812026-06-05T21:23:23.262Z Compiling syn v2.0.117
20822026-06-05T21:23:23.270Z Compiling bytes v1.11.1
20832026-06-05T21:23:23.274Z Compiling getrandom v0.4.2
20842026-06-05T21:23:23.277Z Compiling once_cell v1.21.4
20852026-06-05T21:23:23.277Z Compiling zerocopy v0.8.50
20862026-06-05T21:23:23.429Z Compiling num-traits v0.2.19
20872026-06-05T21:23:23.614Z Compiling schemars v0.8.22
20882026-06-05T21:23:23.758Z Compiling http v1.4.1
20892026-06-05T21:23:23.881Z Compiling zeroize v1.8.2
20902026-06-05T21:23:23.889Z Compiling aws-lc-rs v1.17.0
20912026-06-05T21:23:23.907Z Compiling usdt-impl v0.6.0
20922026-06-05T21:23:23.914Z Compiling time-macros v0.2.27
20932026-06-05T21:23:24.059Z Compiling rustls-pki-types v1.14.1
20942026-06-05T21:23:24.180Z Compiling tracing-core v0.1.36
20952026-06-05T21:23:24.442Z Compiling bitflags v2.12.1
20962026-06-05T21:23:24.548Z Compiling tracing v0.1.44
20972026-06-05T21:23:24.684Z Compiling http-body v1.0.1
20982026-06-05T21:23:24.792Z Compiling generic-array v0.14.7
20992026-06-05T21:23:24.804Z Compiling rustls v0.23.40
21002026-06-05T21:23:24.816Z Compiling indexmap v2.14.0
21012026-06-05T21:23:24.836Z Compiling rustix v1.1.4
21022026-06-05T21:23:24.922Z Compiling time v0.3.47
21032026-06-05T21:23:25.082Z Compiling toml_datetime v1.1.1+spec-1.1.0
21042026-06-05T21:23:25.468Z Compiling uuid v1.23.2
21052026-06-05T21:23:25.897Z Compiling pest_generator v2.8.6
21062026-06-05T21:23:25.989Z Compiling serde_derive_internals v0.29.1
21072026-06-05T21:23:26.012Z Compiling camino v1.2.2
21082026-06-05T21:23:26.044Z Compiling rustls-webpki v0.103.13
21092026-06-05T21:23:26.064Z Compiling subtle v2.6.1
21102026-06-05T21:23:26.218Z Compiling winnow v1.0.3
21112026-06-05T21:23:26.342Z Compiling toml_edit v0.25.12+spec-1.1.0
21122026-06-05T21:23:26.395Z Compiling serde_spanned v1.1.1
21132026-06-05T21:23:26.544Z Compiling toml_parser v1.1.2+spec-1.1.0
21142026-06-05T21:23:26.713Z Compiling semver v1.0.28
21152026-06-05T21:23:26.973Z Compiling rustix v0.38.44
21162026-06-05T21:23:26.988Z Compiling serde_derive v1.0.228
21172026-06-05T21:23:26.998Z Compiling thiserror-impl v2.0.18
21182026-06-05T21:23:27.047Z Compiling zerocopy-derive v0.8.50
21192026-06-05T21:23:27.055Z Compiling pest_derive v2.8.6
21202026-06-05T21:23:27.201Z Compiling tokio-macros v2.7.0
21212026-06-05T21:23:27.243Z Compiling scroll_derive v0.13.1
21222026-06-05T21:23:27.335Z Compiling schemars_derive v0.8.22
21232026-06-05T21:23:27.581Z Compiling futures-macro v0.3.32
21242026-06-05T21:23:27.941Z Compiling tokio v1.52.3
21252026-06-05T21:23:28.071Z Compiling scroll v0.13.0
21262026-06-05T21:23:28.207Z Compiling thiserror v2.0.18
21272026-06-05T21:23:28.340Z Compiling goblin v0.10.7
21282026-06-05T21:23:28.404Z Compiling futures-util v0.3.32
21292026-06-05T21:23:28.426Z Compiling dtrace-parser v0.3.0
21302026-06-05T21:23:30.285Z Compiling erased-serde v0.3.31
21312026-06-05T21:23:30.342Z Compiling chrono v0.4.45
21322026-06-05T21:23:30.742Z Compiling slog v2.8.2
21332026-06-05T21:23:30.742Z Compiling serde_tokenstream v0.2.3
21342026-06-05T21:23:31.038Z Compiling slog-json v2.6.1
21352026-06-05T21:23:31.148Z Compiling futures-executor v0.3.32
21362026-06-05T21:23:31.248Z Compiling dof v0.4.0
21372026-06-05T21:23:31.519Z Compiling openapiv3 v2.2.0
21382026-06-05T21:23:31.803Z Compiling tokio-util v0.7.18
21392026-06-05T21:23:31.969Z Compiling async-stream-impl v0.3.6
21402026-06-05T21:23:32.409Z Compiling h2 v0.4.14
21412026-06-05T21:23:32.482Z Compiling usdt-macro v0.6.0
21422026-06-05T21:23:32.605Z Compiling usdt-attr-macro v0.6.0
21432026-06-05T21:23:32.717Z Compiling oxnet v0.1.6
21442026-06-05T21:23:33.043Z Compiling slog-async v2.8.0
21452026-06-05T21:23:33.097Z Compiling async-stream v0.3.6
21462026-06-05T21:23:33.183Z Compiling tokio-rustls v0.26.4
21472026-06-05T21:23:33.183Z Compiling async-compression v0.4.42
21482026-06-05T21:23:33.278Z Compiling futures v0.3.32
21492026-06-05T21:23:33.326Z Compiling slog-term v2.9.2
21502026-06-05T21:23:33.344Z Compiling usdt v0.6.0
21512026-06-05T21:23:33.359Z Compiling slog-bunyan v2.5.0
21522026-06-05T21:23:33.446Z Compiling dropshot_endpoint v0.17.1
21532026-06-05T21:23:33.499Z Compiling multer v3.1.0
21542026-06-05T21:23:33.502Z Compiling serde_urlencoded v0.7.1
21552026-06-05T21:23:33.612Z Compiling async-trait v0.1.89
21562026-06-05T21:23:33.622Z Compiling toml v1.1.2+spec-1.1.0
21572026-06-05T21:23:33.805Z Compiling proc-macro-crate v3.5.0
21582026-06-05T21:23:33.914Z Compiling serde_path_to_error v0.1.20
21592026-06-05T21:23:33.950Z Compiling http-body-util v0.1.3
21602026-06-05T21:23:34.054Z Compiling rustls-pemfile v2.2.0
21612026-06-05T21:23:34.197Z Compiling crossbeam-epoch v0.9.18
21622026-06-05T21:23:34.238Z Compiling aho-corasick v1.1.4
21632026-06-05T21:23:34.254Z Compiling tempfile v3.27.0
21642026-06-05T21:23:34.267Z Compiling num_enum_derive v0.7.6
21652026-06-05T21:23:34.536Z Compiling hyper v1.10.1
21662026-06-05T21:23:34.617Z Compiling crossbeam-deque v0.8.6
21672026-06-05T21:23:34.816Z Compiling crypto-common v0.1.7
21682026-06-05T21:23:34.951Z Compiling block-buffer v0.10.4
21692026-06-05T21:23:35.047Z Compiling regex-automata v0.4.14
21702026-06-05T21:23:35.096Z Compiling dropshot-api-manager-types v0.7.2
21712026-06-05T21:23:35.119Z Compiling git-stub v1.0.0
21722026-06-05T21:23:35.292Z Compiling num_enum v0.7.6
21732026-06-05T21:23:35.386Z Compiling atomicwrites v0.4.4
21742026-06-05T21:23:35.389Z Compiling clap_builder v4.6.0
21752026-06-05T21:23:35.412Z Compiling digest v0.10.7
21762026-06-05T21:23:35.452Z Compiling rayon-core v1.13.0
21772026-06-05T21:23:35.538Z Compiling fs-err v3.3.0
21782026-06-05T21:23:35.588Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21792026-06-05T21:23:35.609Z Compiling hyper-util v0.1.20
21802026-06-05T21:23:35.837Z Compiling clap_derive v4.6.1
21812026-06-05T21:23:36.088Z Compiling serde_repr v0.1.20
21822026-06-05T21:23:36.154Z Compiling terminal_size v0.4.4
21832026-06-05T21:23:36.187Z Compiling bstr v1.12.1
21842026-06-05T21:23:36.297Z Compiling nom v8.0.0
21852026-06-05T21:23:36.455Z Compiling is_ci v1.2.0
21862026-06-05T21:23:36.554Z Compiling either v1.16.0
21872026-06-05T21:23:36.598Z Compiling textwrap v0.16.2
21882026-06-05T21:23:36.666Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21892026-06-05T21:23:36.737Z Compiling regex v1.12.3
21902026-06-05T21:23:37.097Z Compiling dropshot v0.17.1
21912026-06-05T21:23:37.120Z Compiling drift v0.2.0
21922026-06-05T21:23:37.197Z Compiling rayon v1.12.0
21932026-06-05T21:23:37.239Z Compiling supports-color v3.0.2
21942026-06-05T21:23:37.414Z Compiling sha2 v0.10.9
21952026-06-05T21:23:37.485Z Compiling clap v4.6.1
21962026-06-05T21:23:37.570Z Compiling similar v2.7.0
21972026-06-05T21:23:37.793Z Compiling git-stub-vcs v0.1.0
21982026-06-05T21:23:38.358Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21992026-06-05T21:23:39.806Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22002026-06-05T21:23:39.806Z Compiling dropshot-api-manager v0.7.2
22012026-06-05T21:23:42.732Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22022026-06-05T21:23:43.798Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22032026-06-05T21:23:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.59s
22042026-06-05T21:23:50.457Z Running `target/debug/maghemite-dropshot-apis check`
22052026-06-05T21:23:50.482Z -------
22062026-06-05T21:23:50.482Z Generating OpenAPI documents from API definitions ...
22072026-06-05T21:23:50.543Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22082026-06-05T21:23:50.575Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22092026-06-05T21:23:50.692Z -------
22102026-06-05T21:23:50.692Z Checking 13 OpenAPI documents...
22112026-06-05T21:23:50.692Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22122026-06-05T21:23:50.692Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22132026-06-05T21:23:50.692Z Fresh ddm-admin "latest" symlink
22142026-06-05T21:23:50.692Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22152026-06-05T21:23:50.695Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22162026-06-05T21:23:50.695Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22172026-06-05T21:23:50.695Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22182026-06-05T21:23:50.695Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22192026-06-05T21:23:50.696Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22202026-06-05T21:23:50.696Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22212026-06-05T21:23:50.696Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22222026-06-05T21:23:50.696Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22232026-06-05T21:23:50.696Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22242026-06-05T21:23:50.696Z Fresh mg-admin (versioned v11.0.0 (added locally)): Maghemite Admin
22252026-06-05T21:23:50.696Z Fresh mg-admin "latest" symlink
22262026-06-05T21:23:50.696Z -------
22272026-06-05T21:23:50.696Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22282026-06-05T21:23:50.736Z+ banner build
22292026-06-05T21:23:50.739Z
22302026-06-05T21:23:50.739Z ##### # # # # #####
22312026-06-05T21:23:50.739Z # # # # # # # #
22322026-06-05T21:23:50.739Z ##### # # # # # #
22332026-06-05T21:23:50.740Z # # # # # # # #
22342026-06-05T21:23:50.740Z # # # # # # # #
22352026-06-05T21:23:50.740Z ##### #### # ###### #####
22362026-06-05T21:23:50.740Z
22372026-06-05T21:23:50.740Z+ ptime -m cargo build
22382026-06-05T21:23:51.330Z Compiling smallvec v1.15.1
22392026-06-05T21:23:51.444Z Compiling log v0.4.32
22402026-06-05T21:23:51.459Z Compiling slog v2.8.2
22412026-06-05T21:23:51.474Z Compiling ring v0.17.14
22422026-06-05T21:23:51.496Z Compiling webpki-roots v1.0.7
22432026-06-05T21:23:51.542Z Compiling similar v2.7.0
22442026-06-05T21:23:51.575Z Compiling fxhash v0.2.1
22452026-06-05T21:23:51.579Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22462026-06-05T21:23:51.613Z Compiling icu_normalizer v2.2.0
22472026-06-05T21:23:51.648Z Compiling parking_lot_core v0.9.12
22482026-06-05T21:23:51.651Z Compiling goblin v0.10.7
22492026-06-05T21:23:51.715Z Compiling goblin v0.8.2
22502026-06-05T21:23:51.811Z Compiling slog-term v2.9.2
22512026-06-05T21:23:51.847Z Compiling parking_lot v0.12.5
22522026-06-05T21:23:51.953Z Compiling idna_adapter v1.2.2
22532026-06-05T21:23:52.115Z Compiling idna v1.1.0
22542026-06-05T21:23:52.181Z Compiling tokio v1.52.3
22552026-06-05T21:23:52.232Z Compiling slog-async v2.8.0
22562026-06-05T21:23:52.369Z Compiling slog-json v2.6.1
22572026-06-05T21:23:52.447Z Compiling url v2.5.8
22582026-06-05T21:23:52.582Z Compiling rustls-webpki v0.103.13
22592026-06-05T21:23:52.719Z Compiling slog-bunyan v2.5.0
22602026-06-05T21:23:52.845Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-06-05T21:23:52.865Z Compiling expectorate v1.2.0
22622026-06-05T21:23:52.986Z Compiling schemars v0.8.22
22632026-06-05T21:23:53.019Z Compiling globset v0.4.18
22642026-06-05T21:23:53.288Z Compiling rustls v0.23.40
22652026-06-05T21:23:53.383Z Compiling moka v0.12.15
22662026-06-05T21:23:53.520Z Compiling parking_lot_core v0.8.6
22672026-06-05T21:23:53.858Z Compiling ipnetwork v0.21.1
22682026-06-05T21:23:53.879Z Compiling newtype-uuid v1.3.2
22692026-06-05T21:23:54.227Z Compiling oxnet v0.1.6
22702026-06-05T21:23:54.241Z Compiling serde_with v3.20.0
22712026-06-05T21:23:54.293Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22722026-06-05T21:23:54.370Z Compiling typify-impl v0.6.2
22732026-06-05T21:23:54.694Z Compiling daft v0.1.7
22742026-06-05T21:23:54.983Z Compiling dof v0.4.0
22752026-06-05T21:23:55.202Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-06-05T21:23:55.543Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22772026-06-05T21:23:55.701Z Compiling usdt-impl v0.6.0
22782026-06-05T21:23:55.987Z Compiling tokio-util v0.7.18
22792026-06-05T21:23:56.116Z Compiling tower v0.5.3
22802026-06-05T21:23:56.270Z Compiling usdt v0.6.0
22812026-06-05T21:23:56.370Z Compiling tokio-rustls v0.26.4
22822026-06-05T21:23:56.411Z Compiling rustls-platform-verifier v0.7.0
22832026-06-05T21:23:56.560Z Compiling h2 v0.4.14
22842026-06-05T21:23:56.600Z Compiling tower-http v0.6.11
22852026-06-05T21:23:56.648Z Compiling async-compression v0.4.42
22862026-06-05T21:23:56.651Z Compiling iddqd v0.4.2
22872026-06-05T21:23:56.714Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-06-05T21:23:56.968Z Compiling backoff v0.4.0
22892026-06-05T21:23:56.971Z Compiling typify v0.6.2
22902026-06-05T21:23:57.033Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22912026-06-05T21:23:57.094Z Compiling dof v0.3.0
22922026-06-05T21:23:57.191Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22932026-06-05T21:23:57.383Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22942026-06-05T21:23:57.522Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-06-05T21:23:57.883Z Compiling byte-wrapper v0.1.0
22962026-06-05T21:23:57.930Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-06-05T21:23:57.943Z Compiling usdt-impl v0.5.0
22982026-06-05T21:23:58.008Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22992026-06-05T21:23:58.117Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23002026-06-05T21:23:58.246Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-06-05T21:23:58.511Z Compiling usdt v0.5.0
23022026-06-05T21:23:58.612Z Compiling hyper v1.10.1
23032026-06-05T21:23:58.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23042026-06-05T21:23:59.215Z Compiling progenitor-impl v0.13.0
23052026-06-05T21:23:59.264Z Compiling progenitor-impl v0.14.0
23062026-06-05T21:23:59.563Z Compiling hickory-proto v0.24.4
23072026-06-05T21:23:59.826Z Compiling hyper-util v0.1.20
23082026-06-05T21:24:00.169Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-05T21:24:00.217Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-06-05T21:24:00.276Z Compiling tokio-stream v0.1.18
23112026-06-05T21:24:00.295Z Compiling tokio-dtrace v0.1.1
23122026-06-05T21:24:00.572Z Compiling zone v0.3.1
23132026-06-05T21:24:00.742Z Compiling libsw-core v0.3.2
23142026-06-05T21:24:00.923Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23152026-06-05T21:24:01.332Z Compiling hyper-rustls v0.27.9
23162026-06-05T21:24:01.345Z Compiling dropshot v0.17.1
23172026-06-05T21:24:01.466Z Compiling hickory-resolver v0.24.4
23182026-06-05T21:24:01.528Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23192026-06-05T21:24:01.665Z Compiling reqwest v0.13.4
23202026-06-05T21:24:01.815Z Compiling reqwest v0.12.28
23212026-06-05T21:24:02.029Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-06-05T21:24:02.366Z Compiling qorb v0.4.1
23232026-06-05T21:24:02.418Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23242026-06-05T21:24:02.651Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23252026-06-05T21:24:02.772Z Compiling libsw v3.5.0
23262026-06-05T21:24:02.967Z Compiling progenitor-client v0.14.0
23272026-06-05T21:24:03.140Z Compiling progenitor-client v0.10.0
23282026-06-05T21:24:03.284Z Compiling progenitor-extras v0.2.0
23292026-06-05T21:24:03.403Z Compiling progenitor-client v0.13.0
23302026-06-05T21:24:03.467Z Compiling progenitor v0.14.0
23312026-06-05T21:24:03.544Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23322026-06-05T21:24:03.630Z Compiling oxide-tokio-rt v0.1.6
23332026-06-05T21:24:03.777Z Compiling progenitor v0.13.0
23342026-06-05T21:24:03.806Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23352026-06-05T21:24:03.932Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23362026-06-05T21:24:03.944Z Compiling slog-dtrace v0.3.0
23372026-06-05T21:24:03.985Z Compiling tough v0.22.0
23382026-06-05T21:24:04.270Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23392026-06-05T21:24:04.471Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23402026-06-05T21:24:04.636Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23412026-06-05T21:24:05.219Z Compiling cancel-safe-futures v0.1.5
23422026-06-05T21:24:05.434Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23432026-06-05T21:24:05.508Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23442026-06-05T21:24:05.532Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23452026-06-05T21:24:06.305Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23462026-06-05T21:24:06.496Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23472026-06-05T21:24:06.509Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23482026-06-05T21:24:06.696Z Compiling steno v0.4.1
23492026-06-05T21:24:06.708Z Compiling hickory-proto v0.25.2
23502026-06-05T21:24:07.150Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23512026-06-05T21:24:07.265Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23522026-06-05T21:24:07.509Z Compiling parking_lot v0.11.2
23532026-06-05T21:24:07.909Z Compiling sled v0.34.7
23542026-06-05T21:24:07.976Z Compiling arc-swap v1.9.1
23552026-06-05T21:24:08.287Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23562026-06-05T21:24:08.602Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23572026-06-05T21:24:09.256Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23582026-06-05T21:24:09.575Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-06-05T21:24:09.649Z Compiling hickory-resolver v0.25.2
23602026-06-05T21:24:10.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-06-05T21:24:10.162Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23622026-06-05T21:24:10.335Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23632026-06-05T21:24:10.911Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23642026-06-05T21:24:11.302Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-06-05T21:24:11.531Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-06-05T21:24:11.670Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-06-05T21:24:11.929Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-06-05T21:24:11.967Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23692026-06-05T21:24:12.009Z Compiling slog-scope v4.4.1
23702026-06-05T21:24:12.123Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23712026-06-05T21:24:12.269Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23722026-06-05T21:24:12.319Z Compiling papergrid v0.18.0
23732026-06-05T21:24:12.449Z Compiling testing_table v0.3.0
23742026-06-05T21:24:12.629Z Compiling internet-checksum v0.2.1
23752026-06-05T21:24:12.772Z Compiling slog-stdlog v4.1.1
23762026-06-05T21:24:12.785Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23772026-06-05T21:24:12.910Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23782026-06-05T21:24:12.999Z Compiling dropshot-api-manager-types v0.7.2
23792026-06-05T21:24:13.266Z Compiling tabled v0.21.0
23802026-06-05T21:24:13.287Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23812026-06-05T21:24:13.359Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23822026-06-05T21:24:13.484Z Compiling slog-envlogger v2.2.0
23832026-06-05T21:24:13.964Z Compiling const-random v0.1.18
23842026-06-05T21:24:14.050Z Compiling typify-impl v0.4.3
23852026-06-05T21:24:14.239Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23862026-06-05T21:24:14.525Z Compiling crc8 v0.1.1
23872026-06-05T21:24:14.569Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23882026-06-05T21:24:14.659Z Compiling ahash v0.8.12
23892026-06-05T21:24:14.768Z Compiling smartstring v1.0.1
23902026-06-05T21:24:14.914Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23912026-06-05T21:24:15.054Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23922026-06-05T21:24:15.526Z Compiling sha1 v0.10.6
23932026-06-05T21:24:15.717Z Compiling typify v0.4.3
23942026-06-05T21:24:15.778Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23952026-06-05T21:24:15.841Z Compiling thin-vec v0.2.18
23962026-06-05T21:24:15.896Z Compiling utf-8 v0.7.6
23972026-06-05T21:24:15.922Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23982026-06-05T21:24:16.093Z Compiling rhai v1.25.1
23992026-06-05T21:24:16.106Z Compiling tungstenite v0.21.0
24002026-06-05T21:24:16.139Z Compiling progenitor-impl v0.10.0
24012026-06-05T21:24:16.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-06-05T21:24:16.758Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24032026-06-05T21:24:16.987Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24042026-06-05T21:24:17.225Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24052026-06-05T21:24:17.604Z Compiling sha2 v0.10.9
24062026-06-05T21:24:18.017Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24072026-06-05T21:24:19.132Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24082026-06-05T21:24:19.293Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24092026-06-05T21:24:19.506Z Compiling progenitor v0.10.0
24102026-06-05T21:24:19.662Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24112026-06-05T21:24:20.037Z Compiling tokio-tungstenite v0.21.0
24122026-06-05T21:24:20.236Z Compiling lzma-sys v0.1.20
24132026-06-05T21:24:20.360Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-05T21:24:20.372Z Compiling typeid v1.0.3
24152026-06-05T21:24:20.495Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24162026-06-05T21:24:20.728Z Compiling console v0.16.3
24172026-06-05T21:24:21.361Z Compiling git-stub v1.0.0
24182026-06-05T21:24:21.400Z Compiling toml_datetime v0.7.5+spec-1.1.0
24192026-06-05T21:24:21.573Z Compiling unit-prefix v0.5.2
24202026-06-05T21:24:21.646Z Compiling base64 v0.21.7
24212026-06-05T21:24:21.705Z Compiling indicatif v0.18.4
24222026-06-05T21:24:21.720Z Compiling toml v0.9.12+spec-1.1.0
24232026-06-05T21:24:21.735Z Compiling git-stub-vcs v0.1.0
24242026-06-05T21:24:21.985Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24252026-06-05T21:24:22.099Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24262026-06-05T21:24:22.654Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24272026-06-05T21:24:23.113Z Compiling ron v0.12.1
24282026-06-05T21:24:23.153Z Compiling xz2 v0.1.7
24292026-06-05T21:24:23.311Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24302026-06-05T21:24:23.399Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24312026-06-05T21:24:23.751Z Compiling drift v0.2.0
24322026-06-05T21:24:24.295Z Compiling base16ct v1.0.0
24332026-06-05T21:24:24.498Z Compiling dropshot-api-manager v0.7.2
24342026-06-05T21:24:24.683Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24352026-06-05T21:24:24.701Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24362026-06-05T21:24:25.113Z Compiling natord v1.0.9
24372026-06-05T21:24:25.116Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24382026-06-05T21:24:27.611Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-05T21:24:28.956Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24402026-06-05T21:24:35.784Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24412026-06-05T21:24:37.450Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24422026-06-05T21:24:38.470Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24432026-06-05T21:24:39.412Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24442026-06-05T21:24:39.412Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24452026-06-05T21:24:39.415Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24462026-06-05T21:24:39.903Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24472026-06-05T21:24:39.906Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24482026-06-05T21:24:39.906Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24492026-06-05T21:24:40.354Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24502026-06-05T21:24:41.789Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24512026-06-05T21:24:41.789Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24522026-06-05T21:24:41.789Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24532026-06-05T21:24:46.442Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24542026-06-05T21:24:48.542Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24552026-06-05T21:24:48.546Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24562026-06-05T21:24:48.546Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24572026-06-05T21:25:26.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
24582026-06-05T21:25:27.114Z
24592026-06-05T21:25:27.114Zreal 1:36.311958061
24602026-06-05T21:25:27.114Zuser 7:13.722400960
24612026-06-05T21:25:27.115Zsys 1:03.029643082
24622026-06-05T21:25:27.119Ztrap 0.184037842
24632026-06-05T21:25:27.119Ztflt 0.003528634
24642026-06-05T21:25:27.119Zdflt 0.234104963
24652026-06-05T21:25:27.119Zkflt 0.000127553
24662026-06-05T21:25:27.119Zlock 28:01.402970106
24672026-06-05T21:25:27.119Zslp 23:09.480091522
24682026-06-05T21:25:27.119Zlat 22.878013667
24692026-06-05T21:25:27.119Zstop 33.888250498
24702026-06-05T21:25:27.119Z+ ptime -m cargo build --release
24712026-06-05T21:25:27.755Z Compiling proc-macro2 v1.0.106
24722026-06-05T21:25:27.755Z Compiling quote v1.0.45
24732026-06-05T21:25:27.755Z Compiling unicode-ident v1.0.24
24742026-06-05T21:25:27.755Z Compiling serde_core v1.0.228
24752026-06-05T21:25:27.758Z Compiling serde v1.0.228
24762026-06-05T21:25:27.758Z Compiling libc v0.2.186
24772026-06-05T21:25:27.758Z Compiling cfg-if v1.0.4
24782026-06-05T21:25:27.981Z Compiling zmij v1.0.21
24792026-06-05T21:25:27.995Z Compiling autocfg v1.5.1
24802026-06-05T21:25:28.315Z Compiling memchr v2.8.1
24812026-06-05T21:25:28.315Z Compiling libm v0.2.16
24822026-06-05T21:25:28.426Z Compiling itoa v1.0.18
24832026-06-05T21:25:28.699Z Compiling icu_normalizer_data v2.2.0
24842026-06-05T21:25:28.730Z Compiling icu_properties_data v2.2.0
24852026-06-05T21:25:28.898Z Compiling version_check v0.9.5
24862026-06-05T21:25:28.986Z Compiling stable_deref_trait v1.2.1
24872026-06-05T21:25:29.124Z Compiling serde_json v1.0.150
24882026-06-05T21:25:29.175Z Compiling syn v2.0.117
24892026-06-05T21:25:29.213Z Compiling litemap v0.8.2
24902026-06-05T21:25:29.234Z Compiling writeable v0.6.3
24912026-06-05T21:25:29.409Z Compiling utf8_iter v1.0.4
24922026-06-05T21:25:29.422Z Compiling thiserror v2.0.18
24932026-06-05T21:25:29.492Z Compiling num-traits v0.2.19
24942026-06-05T21:25:29.504Z Compiling percent-encoding v2.3.2
24952026-06-05T21:25:29.776Z Compiling form_urlencoded v1.2.2
24962026-06-05T21:25:29.789Z Compiling rand_core v0.10.1
24972026-06-05T21:25:29.803Z Compiling getrandom v0.4.2
24982026-06-05T21:25:29.948Z Compiling parking_lot_core v0.9.12
24992026-06-05T21:25:30.051Z Compiling iana-time-zone v0.1.65
25002026-06-05T21:25:30.110Z Compiling heck v0.5.0
25012026-06-05T21:25:30.247Z Compiling errno v0.3.14
25022026-06-05T21:25:30.320Z Compiling uuid v1.23.2
25032026-06-05T21:25:30.407Z Compiling zerocopy v0.8.50
25042026-06-05T21:25:30.712Z Compiling semver v1.0.28
25052026-06-05T21:25:30.729Z Compiling schemars v0.8.22
25062026-06-05T21:25:30.828Z Compiling dyn-clone v1.0.20
25072026-06-05T21:25:31.032Z Compiling jobserver v0.1.34
25082026-06-05T21:25:31.077Z Compiling shlex v2.0.1
25092026-06-05T21:25:31.095Z Compiling find-msvc-tools v0.1.9
25102026-06-05T21:25:31.273Z Compiling rustversion v1.0.22
25112026-06-05T21:25:31.306Z Compiling cc v1.2.63
25122026-06-05T21:25:31.343Z Compiling pin-project-lite v0.2.17
25132026-06-05T21:25:31.394Z Compiling getrandom v0.2.17
25142026-06-05T21:25:31.455Z Compiling bitflags v2.12.1
25152026-06-05T21:25:31.577Z Compiling socket2 v0.6.4
25162026-06-05T21:25:31.617Z Compiling portable-atomic v1.13.1
25172026-06-05T21:25:31.891Z Compiling scopeguard v1.2.0
25182026-06-05T21:25:31.919Z Compiling log v0.4.32
25192026-06-05T21:25:32.007Z Compiling synstructure v0.13.2
25202026-06-05T21:25:32.088Z Compiling serde_derive_internals v0.29.1
25212026-06-05T21:25:32.162Z Compiling lock_api v0.4.14
25222026-06-05T21:25:32.416Z Compiling critical-section v1.2.0
25232026-06-05T21:25:32.522Z Compiling signal-hook-registry v1.4.8
25242026-06-05T21:25:32.530Z Compiling mio v1.2.1
25252026-06-05T21:25:32.554Z Compiling equivalent v1.0.2
25262026-06-05T21:25:32.632Z Compiling cmake v0.1.58
25272026-06-05T21:25:32.718Z Compiling fs_extra v1.3.0
25282026-06-05T21:25:32.808Z Compiling once_cell v1.21.4
25292026-06-05T21:25:32.822Z Compiling dunce v1.0.5
25302026-06-05T21:25:32.928Z Compiling subtle v2.6.1
25312026-06-05T21:25:33.002Z Compiling aws-lc-sys v0.41.0
25322026-06-05T21:25:33.003Z Compiling futures-core v0.3.32
25332026-06-05T21:25:33.080Z Compiling httparse v1.10.1
25342026-06-05T21:25:33.088Z Compiling futures-sink v0.3.32
25352026-06-05T21:25:33.107Z Compiling slab v0.4.12
25362026-06-05T21:25:33.122Z Compiling serde_derive v1.0.228
25372026-06-05T21:25:33.164Z Compiling zerofrom-derive v0.1.7
25382026-06-05T21:25:33.179Z Compiling yoke-derive v0.8.2
25392026-06-05T21:25:33.206Z Compiling zerovec-derive v0.11.3
25402026-06-05T21:25:33.222Z Compiling displaydoc v0.2.6
25412026-06-05T21:25:33.315Z Compiling schemars_derive v0.8.22
25422026-06-05T21:25:33.459Z Compiling thiserror-impl v2.0.18
25432026-06-05T21:25:33.892Z Compiling tokio-macros v2.7.0
25442026-06-05T21:25:34.035Z Compiling zerocopy-derive v0.8.50
25452026-06-05T21:25:34.263Z Compiling zeroize_derive v1.4.3
25462026-06-05T21:25:34.316Z Compiling futures-macro v0.3.32
25472026-06-05T21:25:34.407Z Compiling zerofrom v0.1.8
25482026-06-05T21:25:36.118Z Compiling yoke v0.8.3
25492026-06-05T21:25:36.118Z Compiling thiserror v1.0.69
25502026-06-05T21:25:36.118Z Compiling rustix v1.1.4
25512026-06-05T21:25:36.119Z Compiling zerovec v0.11.6
25522026-06-05T21:25:36.119Z Compiling zerotrie v0.2.4
25532026-06-05T21:25:36.119Z Compiling zeroize v1.8.2
25542026-06-05T21:25:36.119Z Compiling typenum v1.20.1
25552026-06-05T21:25:36.119Z Compiling futures-channel v0.3.32
25562026-06-05T21:25:36.119Z Compiling thiserror-impl v1.0.69
25572026-06-05T21:25:36.119Z Compiling futures-io v0.3.32
25582026-06-05T21:25:36.119Z Compiling futures-task v0.3.32
25592026-06-05T21:25:36.119Z Compiling tinystr v0.8.3
25602026-06-05T21:25:36.138Z Compiling potential_utf v0.1.5
25612026-06-05T21:25:36.138Z Compiling futures-util v0.3.32
25622026-06-05T21:25:36.138Z Compiling hashbrown v0.17.1
25632026-06-05T21:25:36.138Z Compiling icu_locale_core v2.2.0
25642026-06-05T21:25:36.138Z Compiling icu_collections v2.2.0
25652026-06-05T21:25:36.138Z Compiling indexmap v2.14.0
25662026-06-05T21:25:36.364Z Compiling smallvec v1.15.1
25672026-06-05T21:25:36.761Z Compiling bytes v1.11.1
25682026-06-05T21:25:36.766Z Compiling icu_provider v2.2.0
25692026-06-05T21:25:36.766Z Compiling chrono v0.4.45
25702026-06-05T21:25:36.766Z Compiling serde_tokenstream v0.2.3
25712026-06-05T21:25:38.732Z Compiling icu_properties v2.2.0
25722026-06-05T21:25:38.750Z Compiling icu_normalizer v2.2.0
25732026-06-05T21:25:38.750Z Compiling parking_lot v0.12.5
25742026-06-05T21:25:38.751Z Compiling tokio v1.52.3
25752026-06-05T21:25:38.751Z Compiling idna_adapter v1.2.2
25762026-06-05T21:25:38.751Z Compiling idna v1.1.0
25772026-06-05T21:25:38.751Z Compiling url v2.5.8
25782026-06-05T21:25:38.751Z Compiling ucd-trie v0.1.7
25792026-06-05T21:25:38.751Z Compiling pest v2.8.6
25802026-06-05T21:25:38.751Z Compiling tracing-attributes v0.1.31
25812026-06-05T21:25:38.774Z Compiling tracing-core v0.1.36
25822026-06-05T21:25:39.809Z Compiling rand_core v0.6.4
25832026-06-05T21:25:39.865Z Compiling regex-syntax v0.8.10
25842026-06-05T21:25:39.962Z Compiling tracing v0.1.44
25852026-06-05T21:25:40.052Z Compiling pest_meta v2.8.6
25862026-06-05T21:25:40.068Z Compiling slog v2.8.2
25872026-06-05T21:25:40.324Z Compiling base64 v0.22.1
25882026-06-05T21:25:40.329Z Compiling byteorder v1.5.0
25892026-06-05T21:25:40.647Z Compiling pest_generator v2.8.6
25902026-06-05T21:25:40.857Z Compiling ipnetwork v0.21.1
25912026-06-05T21:25:41.042Z Compiling http v1.4.1
25922026-06-05T21:25:41.291Z Compiling erased-serde v0.3.31
25932026-06-05T21:25:41.314Z Compiling aho-corasick v1.1.4
25942026-06-05T21:25:41.931Z Compiling getrandom v0.3.4
25952026-06-05T21:25:42.963Z Compiling regex-automata v0.4.14
25962026-06-05T21:25:42.966Z Compiling pest_derive v2.8.6
25972026-06-05T21:25:42.966Z Compiling anyhow v1.0.102
25982026-06-05T21:25:42.967Z Compiling fnv v1.0.7
25992026-06-05T21:25:43.084Z Compiling oxnet v0.1.6
26002026-06-05T21:25:43.170Z Compiling rustls-pki-types v1.14.1
26012026-06-05T21:25:43.928Z Compiling regex v1.12.3
26022026-06-05T21:25:44.024Z Compiling ring v0.17.14
26032026-06-05T21:25:44.329Z Compiling aws-lc-rs v1.17.0
26042026-06-05T21:25:44.568Z Compiling paste v1.0.15
26052026-06-05T21:25:44.783Z Compiling strsim v0.11.1
26062026-06-05T21:25:44.949Z Compiling tokio-util v0.7.18
26072026-06-05T21:25:45.127Z Compiling time-core v0.1.8
26082026-06-05T21:25:45.175Z Compiling num-conv v0.2.2
26092026-06-05T21:25:45.283Z Compiling untrusted v0.7.1
26102026-06-05T21:25:45.325Z Compiling untrusted v0.9.0
26112026-06-05T21:25:45.412Z Compiling ipnet v2.12.0
26122026-06-05T21:25:45.469Z Compiling time-macros v0.2.27
26132026-06-05T21:25:46.685Z Compiling ident_case v1.0.1
26142026-06-05T21:25:46.816Z Compiling rustls v0.23.40
26152026-06-05T21:25:47.061Z Compiling http-body v1.0.1
26162026-06-05T21:25:47.115Z Compiling scroll_derive v0.13.1
26172026-06-05T21:25:47.225Z Compiling camino v1.2.2
26182026-06-05T21:25:47.582Z Compiling atomic-waker v1.1.2
26192026-06-05T21:25:48.283Z Compiling async-trait v0.1.89
26202026-06-05T21:25:48.283Z Compiling ryu v1.0.23
26212026-06-05T21:25:48.283Z Compiling try-lock v0.2.5
26222026-06-05T21:25:48.283Z Compiling omicron-workspace-hack v0.1.0
26232026-06-05T21:25:48.291Z Compiling tower-layer v0.3.3
26242026-06-05T21:25:48.423Z Compiling pretty-hex v0.4.2
26252026-06-05T21:25:48.465Z Compiling tower-service v0.3.3
26262026-06-05T21:25:48.571Z Compiling want v0.3.1
26272026-06-05T21:25:48.675Z Compiling h2 v0.4.14
26282026-06-05T21:25:48.757Z Compiling ppv-lite86 v0.2.21
26292026-06-05T21:25:48.768Z Compiling crossbeam-utils v0.8.21
26302026-06-05T21:25:49.340Z Compiling httpdate v1.0.3
26312026-06-05T21:25:49.793Z Compiling crc32fast v1.5.0
26322026-06-05T21:25:50.320Z Compiling usdt-impl v0.6.0
26332026-06-05T21:25:50.540Z Compiling slog-async v2.8.0
26342026-06-05T21:25:50.858Z Compiling serde_urlencoded v0.7.1
26352026-06-05T21:25:50.921Z Compiling scroll v0.13.0
26362026-06-05T21:25:51.154Z Compiling hyper v1.10.1
26372026-06-05T21:25:51.195Z Compiling http-body-util v0.1.3
26382026-06-05T21:25:51.221Z Compiling plain v0.2.3
26392026-06-05T21:25:51.329Z Compiling goblin v0.10.7
26402026-06-05T21:25:51.483Z Compiling daft-derive v0.1.7
26412026-06-05T21:25:54.595Z Compiling hyper-util v0.1.20
26422026-06-05T21:25:55.191Z Compiling foldhash v0.2.0
26432026-06-05T21:25:55.370Z Compiling allocator-api2 v0.2.21
26442026-06-05T21:25:55.480Z Compiling dof v0.4.0
26452026-06-05T21:25:55.764Z Compiling hashbrown v0.16.1
26462026-06-05T21:25:56.026Z Compiling dtrace-parser v0.3.0
26472026-06-05T21:25:56.497Z Compiling openapiv3 v2.2.0
26482026-06-05T21:25:56.511Z Compiling thread-id v5.1.0
26492026-06-05T21:25:56.616Z Compiling syn v1.0.109
26502026-06-05T21:25:57.165Z Compiling generic-array v0.14.7
26512026-06-05T21:25:57.435Z Compiling powerfmt v0.2.0
26522026-06-05T21:25:57.632Z Compiling deranged v0.5.8
26532026-06-05T21:25:57.704Z Compiling num_threads v0.1.7
26542026-06-05T21:25:58.682Z Compiling time v0.3.47
26552026-06-05T21:25:58.733Z Compiling usdt-macro v0.6.0
26562026-06-05T21:25:59.258Z Compiling usdt-attr-macro v0.6.0
26572026-06-05T21:25:59.823Z Compiling rand_core v0.9.5
26582026-06-05T21:26:00.157Z Compiling multer v3.1.0
26592026-06-05T21:26:00.169Z Compiling ref-cast v1.0.25
26602026-06-05T21:26:00.512Z Compiling crossbeam-channel v0.5.15
26612026-06-05T21:26:00.770Z Compiling sync_wrapper v1.0.2
26622026-06-05T21:26:00.920Z Compiling hex v0.4.3
26632026-06-05T21:26:00.994Z Compiling cpufeatures v0.3.0
26642026-06-05T21:26:01.008Z Compiling winnow v1.0.3
26652026-06-05T21:26:01.077Z Compiling tower v0.5.3
26662026-06-05T21:26:01.221Z Compiling rand_chacha v0.9.0
26672026-06-05T21:26:01.260Z Compiling webpki-roots v1.0.7
26682026-06-05T21:26:01.392Z Compiling futures-executor v0.3.32
26692026-06-05T21:26:01.550Z Compiling async-stream-impl v0.3.6
26702026-06-05T21:26:01.659Z Compiling ref-cast-impl v1.0.25
26712026-06-05T21:26:01.776Z Compiling dropshot v0.17.1
26722026-06-05T21:26:01.866Z Compiling thread_local v1.1.9
26732026-06-05T21:26:02.196Z Compiling futures v0.3.32
26742026-06-05T21:26:02.217Z Compiling tower-http v0.6.11
26752026-06-05T21:26:02.255Z Compiling rand v0.9.4
26762026-06-05T21:26:02.345Z Compiling structmeta-derive v0.3.0
26772026-06-05T21:26:02.363Z Compiling is-terminal v0.4.17
26782026-06-05T21:26:02.469Z Compiling fastrand v2.4.1
26792026-06-05T21:26:02.482Z Compiling term v1.2.1
26802026-06-05T21:26:02.811Z Compiling take_mut v0.2.2
26812026-06-05T21:26:02.966Z Compiling slog-term v2.9.2
26822026-06-05T21:26:03.004Z Compiling crypto-common v0.1.7
26832026-06-05T21:26:03.231Z Compiling darling_core v0.23.0
26842026-06-05T21:26:03.398Z Compiling structmeta v0.3.0
26852026-06-05T21:26:03.460Z Compiling dropshot_endpoint v0.17.1
26862026-06-05T21:26:03.611Z Compiling newtype-uuid-macros v0.1.0
26872026-06-05T21:26:04.316Z Compiling newtype-uuid v1.3.2
26882026-06-05T21:26:04.331Z Compiling strum_macros v0.26.4
26892026-06-05T21:26:04.691Z Compiling daft v0.1.7
26902026-06-05T21:26:04.991Z Compiling tempfile v3.27.0
26912026-06-05T21:26:05.271Z Compiling hybrid-array v0.4.12
26922026-06-05T21:26:05.310Z Compiling darling_macro v0.23.0
26932026-06-05T21:26:05.895Z Compiling simd-adler32 v0.3.9
26942026-06-05T21:26:05.909Z Compiling match_cfg v0.1.0
26952026-06-05T21:26:05.939Z Compiling darling v0.23.0
26962026-06-05T21:26:05.953Z Compiling openssl-probe v0.2.1
26972026-06-05T21:26:05.967Z Compiling either v1.16.0
26982026-06-05T21:26:05.982Z Compiling adler2 v2.0.1
26992026-06-05T21:26:06.027Z Compiling serde_with_macros v3.20.0
27002026-06-05T21:26:06.155Z Compiling miniz_oxide v0.8.9
27012026-06-05T21:26:06.202Z Compiling rustls-native-certs v0.8.4
27022026-06-05T21:26:06.216Z Compiling hostname v0.3.1
27032026-06-05T21:26:06.382Z Compiling toml_parser v1.1.2+spec-1.1.0
27042026-06-05T21:26:06.750Z Compiling slog-json v2.6.1
27052026-06-05T21:26:06.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062026-06-05T21:26:07.012Z Compiling serde_spanned v1.1.1
27072026-06-05T21:26:07.170Z Compiling memmap2 v0.9.10
27082026-06-05T21:26:07.183Z Compiling toml_writer v1.1.1+spec-1.1.0
27092026-06-05T21:26:07.553Z Compiling slog-bunyan v2.5.0
27102026-06-05T21:26:07.631Z Compiling flate2 v1.1.9
27112026-06-05T21:26:07.697Z Compiling block-buffer v0.12.0
27122026-06-05T21:26:07.725Z Compiling crypto-common v0.2.2
27132026-06-05T21:26:07.738Z Compiling derive-ex v0.1.8
27142026-06-05T21:26:07.881Z Compiling rand_chacha v0.3.1
27152026-06-05T21:26:08.522Z Compiling strum_macros v0.27.2
27162026-06-05T21:26:08.994Z Compiling usdt v0.6.0
27172026-06-05T21:26:09.071Z Compiling compression-core v0.4.32
27182026-06-05T21:26:09.264Z Compiling const-oid v0.10.2
27192026-06-05T21:26:09.328Z Compiling debug-ignore v1.0.5
27202026-06-05T21:26:09.452Z Compiling digest v0.11.3
27212026-06-05T21:26:09.569Z Compiling test-strategy v0.4.5
27222026-06-05T21:26:09.637Z Compiling compression-codecs v0.4.38
27232026-06-05T21:26:09.657Z Compiling rand v0.8.6
27242026-06-05T21:26:10.114Z Compiling macaddr v1.0.1
27252026-06-05T21:26:10.305Z Compiling toml_datetime v1.1.1+spec-1.1.0
27262026-06-05T21:26:10.385Z Compiling encoding_rs v0.8.35
27272026-06-05T21:26:10.453Z Compiling spin v0.9.8
27282026-06-05T21:26:10.604Z Compiling mime v0.3.17
27292026-06-05T21:26:10.750Z Compiling toml v1.1.2+spec-1.1.0
27302026-06-05T21:26:10.899Z Compiling async-compression v0.4.42
27312026-06-05T21:26:11.034Z Compiling sha1 v0.11.0
27322026-06-05T21:26:11.089Z Compiling async-stream v0.3.6
27332026-06-05T21:26:11.348Z Compiling block-buffer v0.10.4
27342026-06-05T21:26:11.407Z Compiling waitgroup v0.1.2
27352026-06-05T21:26:11.447Z Compiling rustls-pemfile v2.2.0
27362026-06-05T21:26:11.476Z Compiling serde_path_to_error v0.1.20
27372026-06-05T21:26:11.567Z Compiling hostname v0.4.2
27382026-06-05T21:26:11.733Z Compiling digest v0.10.7
27392026-06-05T21:26:11.823Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-06-05T21:26:11.940Z Compiling unicode-width v0.2.2
27412026-06-05T21:26:12.382Z Compiling parse-display-derive v0.10.0
27422026-06-05T21:26:12.546Z Compiling regress v0.10.5
27432026-06-05T21:26:13.563Z Compiling strum v0.26.3
27442026-06-05T21:26:13.966Z Compiling wait-timeout v0.2.1
27452026-06-05T21:26:14.437Z Compiling quick-error v1.2.3
27462026-06-05T21:26:14.678Z Compiling bit-vec v0.8.0
27472026-06-05T21:26:14.758Z Compiling rusty-fork v0.3.1
27482026-06-05T21:26:14.896Z Compiling bit-set v0.8.0
27492026-06-05T21:26:14.988Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-05T21:26:15.100Z Compiling serde_with v3.20.0
27512026-06-05T21:26:15.349Z Compiling rand_xorshift v0.4.0
27522026-06-05T21:26:15.430Z Compiling unarray v0.1.4
27532026-06-05T21:26:15.538Z Compiling proptest v1.11.0
27542026-06-05T21:26:15.561Z Compiling strum v0.27.2
27552026-06-05T21:26:15.626Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27562026-06-05T21:26:15.705Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27572026-06-05T21:26:15.782Z Compiling instant v0.1.13
27582026-06-05T21:26:16.061Z Compiling cpufeatures v0.2.17
27592026-06-05T21:26:16.107Z Compiling iddqd v0.4.2
27602026-06-05T21:26:16.148Z Compiling itertools v0.14.0
27612026-06-05T21:26:16.176Z Compiling clap_derive v4.6.1
27622026-06-05T21:26:17.791Z Compiling utf8parse v0.2.2
27632026-06-05T21:26:17.910Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-06-05T21:26:17.967Z Compiling anstyle-parse v1.0.0
27652026-06-05T21:26:18.076Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-05T21:26:18.202Z Compiling backon v1.6.0
27672026-06-05T21:26:18.228Z Compiling terminal_size v0.4.4
27682026-06-05T21:26:18.588Z Compiling is_terminal_polyfill v1.70.2
27692026-06-05T21:26:18.693Z Compiling anstyle-query v1.1.5
27702026-06-05T21:26:18.809Z Compiling anstyle v1.0.14
27712026-06-05T21:26:19.068Z Compiling colorchoice v1.0.5
27722026-06-05T21:26:19.198Z Compiling anstream v1.0.0
27732026-06-05T21:26:19.813Z Compiling backoff v0.4.0
27742026-06-05T21:26:19.921Z Compiling parse-display v0.10.0
27752026-06-05T21:26:20.028Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27762026-06-05T21:26:20.378Z Compiling humantime v2.3.0
27772026-06-05T21:26:20.642Z Compiling clap_lex v1.1.0
27782026-06-05T21:26:20.995Z Compiling clap_builder v4.6.0
27792026-06-05T21:26:21.538Z Compiling regress v0.11.1
27802026-06-05T21:26:22.977Z Compiling clap v4.6.1
27812026-06-05T21:26:23.059Z Compiling typify-impl v0.6.2
27822026-06-05T21:26:24.189Z Compiling toml_edit v0.25.12+spec-1.1.0
27832026-06-05T21:26:24.544Z Compiling crucible-workspace-hack v0.1.0
27842026-06-05T21:26:24.952Z Compiling proc-macro-crate v3.5.0
27852026-06-05T21:26:25.443Z Compiling zerocopy-derive v0.7.35
27862026-06-05T21:26:26.083Z Compiling unsafe-libyaml v0.2.11
27872026-06-05T21:26:26.346Z Compiling typify-macro v0.6.2
27882026-06-05T21:26:26.734Z Compiling serde_yaml v0.9.34+deprecated
27892026-06-05T21:26:26.800Z Compiling num_enum_derive v0.7.6
27902026-06-05T21:26:27.903Z Compiling darling_core v0.21.3
27912026-06-05T21:26:27.959Z Compiling convert_case v0.4.0
27922026-06-05T21:26:28.236Z Compiling num_enum v0.7.6
27932026-06-05T21:26:28.249Z Compiling derive_more v0.99.20
27942026-06-05T21:26:28.622Z Compiling toml_datetime v0.6.11
27952026-06-05T21:26:29.653Z Compiling typify v0.6.2
27962026-06-05T21:26:29.929Z Compiling darling_macro v0.21.3
27972026-06-05T21:26:30.265Z Compiling secrecy v0.10.3
27982026-06-05T21:26:30.331Z Compiling proc-macro-error-attr v1.0.4
27992026-06-05T21:26:30.429Z Compiling heapless v0.8.0
28002026-06-05T21:26:30.537Z Compiling darling v0.21.3
28012026-06-05T21:26:30.595Z Compiling prettyplease v0.2.37
28022026-06-05T21:26:30.784Z Compiling tinyvec_macros v0.1.1
28032026-06-05T21:26:30.874Z Compiling tinyvec v1.11.0
28042026-06-05T21:26:30.956Z Compiling ingot-macros v0.1.1
28052026-06-05T21:26:31.369Z Compiling zerocopy v0.7.35
28062026-06-05T21:26:31.675Z Compiling tabwriter v1.4.1
28072026-06-05T21:26:32.041Z Compiling crossbeam-epoch v0.9.18
28082026-06-05T21:26:32.172Z Compiling hash32 v0.3.1
28092026-06-05T21:26:32.324Z Compiling scroll_derive v0.12.1
28102026-06-05T21:26:32.342Z Compiling rustc_version v0.4.1
28112026-06-05T21:26:32.539Z Compiling num-integer v0.1.46
28122026-06-05T21:26:32.615Z Compiling proc-macro-error v1.0.4
28132026-06-05T21:26:32.879Z Compiling usdt-impl v0.5.0
28142026-06-05T21:26:33.025Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28152026-06-05T21:26:33.052Z Compiling data-encoding v2.11.0
28162026-06-05T21:26:33.166Z Compiling smoltcp v0.11.0
28172026-06-05T21:26:33.294Z Compiling winnow v0.7.15
28182026-06-05T21:26:33.536Z Compiling rustix v0.38.44
28192026-06-05T21:26:33.593Z Compiling pkg-config v0.3.33
28202026-06-05T21:26:34.008Z Compiling ingot-types v0.1.2
28212026-06-05T21:26:34.308Z Compiling scroll v0.12.0
28222026-06-05T21:26:34.482Z Compiling curve25519-dalek v4.1.3
28232026-06-05T21:26:34.790Z Compiling dof v0.3.0
28242026-06-05T21:26:35.734Z Compiling dtrace-parser v0.2.0
28252026-06-05T21:26:35.767Z Compiling hmac v0.12.1
28262026-06-05T21:26:35.783Z Compiling inout v0.1.4
28272026-06-05T21:26:35.854Z Compiling ff v0.13.1
28282026-06-05T21:26:35.925Z Compiling cobs v0.3.0
28292026-06-05T21:26:35.942Z Compiling bstr v1.12.1
28302026-06-05T21:26:36.181Z Compiling thread-id v4.2.2
28312026-06-05T21:26:36.270Z Compiling managed v0.8.0
28322026-06-05T21:26:36.314Z Compiling static_assertions v1.1.0
28332026-06-05T21:26:36.444Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28342026-06-05T21:26:36.530Z Compiling bitflags v1.3.2
28352026-06-05T21:26:36.565Z Compiling colored v3.1.1
28362026-06-05T21:26:36.924Z Compiling postcard v1.1.3
28372026-06-05T21:26:37.198Z Compiling group v0.13.0
28382026-06-05T21:26:37.225Z Compiling cipher v0.4.4
28392026-06-05T21:26:37.311Z Compiling hkdf v0.12.4
28402026-06-05T21:26:37.861Z Compiling goblin v0.8.2
28412026-06-05T21:26:37.922Z Compiling ingot v0.1.1
28422026-06-05T21:26:38.041Z Compiling num-rational v0.4.2
28432026-06-05T21:26:39.017Z Compiling num-iter v0.1.45
28442026-06-05T21:26:39.681Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28452026-06-05T21:26:39.803Z Compiling universal-hash v0.5.1
28462026-06-05T21:26:39.962Z Compiling hubpack_derive v0.1.1
28472026-06-05T21:26:39.984Z Compiling thiserror-impl-no-std v2.0.2
28482026-06-05T21:26:40.182Z Compiling crypto-bigint v0.5.5
28492026-06-05T21:26:40.704Z Compiling half v2.7.1
28502026-06-05T21:26:40.888Z Compiling curve25519-dalek-derive v0.1.1
28512026-06-05T21:26:41.043Z Compiling foreign-types-macros v0.2.3
28522026-06-05T21:26:41.117Z Compiling serde_repr v0.1.20
28532026-06-05T21:26:41.692Z Compiling num-complex v0.4.6
28542026-06-05T21:26:42.549Z Compiling memoffset v0.9.1
28552026-06-05T21:26:42.549Z Compiling base64ct v1.8.3
28562026-06-05T21:26:42.549Z Compiling foreign-types-shared v0.3.1
28572026-06-05T21:26:42.549Z Compiling base16ct v0.2.0
28582026-06-05T21:26:42.549Z Compiling heck v0.4.1
28592026-06-05T21:26:42.817Z Compiling indent_write v2.2.0
28602026-06-05T21:26:42.849Z Compiling ciborium-io v0.2.2
28612026-06-05T21:26:42.939Z Compiling cfg_aliases v0.2.1
28622026-06-05T21:26:42.952Z Compiling opaque-debug v0.3.1
28632026-06-05T21:26:42.970Z Compiling ciborium-ll v0.2.2
28642026-06-05T21:26:43.015Z Compiling nix v0.31.3
28652026-06-05T21:26:43.028Z Compiling poly1305 v0.8.0
28662026-06-05T21:26:43.805Z Compiling elliptic-curve v0.13.8
28672026-06-05T21:26:43.902Z Compiling foreign-types v0.5.0
28682026-06-05T21:26:43.936Z Compiling password-hash v0.5.0
28692026-06-05T21:26:44.110Z Compiling num v0.4.3
28702026-06-05T21:26:44.337Z Compiling thiserror-no-std v2.0.2
28712026-06-05T21:26:44.438Z Compiling hubpack v0.1.2
28722026-06-05T21:26:45.852Z Compiling chacha20 v0.9.1
28732026-06-05T21:26:46.542Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28742026-06-05T21:26:46.555Z Compiling reqwest v0.12.28
28752026-06-05T21:26:46.974Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28762026-06-05T21:26:47.565Z Compiling blake2 v0.10.6
28772026-06-05T21:26:47.993Z Compiling aead v0.5.2
28782026-06-05T21:26:48.107Z Compiling byte-wrapper v0.1.0
28792026-06-05T21:26:48.110Z Compiling chacha20 v0.10.0
28802026-06-05T21:26:48.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28812026-06-05T21:26:48.528Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28822026-06-05T21:26:49.002Z Compiling cstr-argument v0.1.2
28832026-06-05T21:26:49.083Z Compiling float-ord v0.3.2
28842026-06-05T21:26:49.209Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28852026-06-05T21:26:49.248Z Compiling keccak v0.1.6
28862026-06-05T21:26:49.565Z Compiling sha3 v0.10.9
28872026-06-05T21:26:49.597Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28882026-06-05T21:26:49.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28892026-06-05T21:26:50.007Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28902026-06-05T21:26:50.143Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28912026-06-05T21:26:50.169Z Compiling rand v0.10.1
28922026-06-05T21:26:50.915Z Compiling rustls-webpki v0.103.13
28932026-06-05T21:26:50.989Z Compiling chacha20poly1305 v0.10.1
28942026-06-05T21:26:51.958Z Compiling argon2 v0.5.3
28952026-06-05T21:26:52.959Z Compiling progenitor-client v0.10.0
28962026-06-05T21:26:53.299Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28972026-06-05T21:26:53.313Z Compiling vsss-rs v3.3.4
28982026-06-05T21:26:54.157Z Compiling ciborium v0.2.2
28992026-06-05T21:26:54.704Z Compiling atomicwrites v0.4.4
29002026-06-05T21:26:54.762Z Compiling usdt-attr-macro v0.5.0
29012026-06-05T21:26:54.776Z Compiling usdt-macro v0.5.0
29022026-06-05T21:26:55.485Z Compiling tokio-rustls v0.26.4
29032026-06-05T21:26:55.514Z Compiling rustls-platform-verifier v0.7.0
29042026-06-05T21:26:55.797Z Compiling hyper-rustls v0.27.9
29052026-06-05T21:26:56.123Z Compiling reqwest v0.13.4
29062026-06-05T21:26:57.167Z Compiling enum-as-inner v0.6.1
29072026-06-05T21:26:57.334Z Compiling num-derive v0.4.2
29082026-06-05T21:26:57.597Z Compiling progenitor-client v0.14.0
29092026-06-05T21:26:58.074Z Compiling progenitor-extras v0.2.0
29102026-06-05T21:26:58.224Z Compiling memmap v0.7.0
29112026-06-05T21:26:58.288Z Compiling semver v0.1.20
29122026-06-05T21:26:58.547Z Compiling rayon-core v1.13.0
29132026-06-05T21:26:58.797Z Compiling winnow v0.5.40
29142026-06-05T21:26:59.208Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29152026-06-05T21:27:00.303Z Compiling toml_edit v0.19.15
29162026-06-05T21:27:00.625Z Compiling rustc_version v0.1.7
29172026-06-05T21:27:00.842Z Compiling usdt v0.5.0
29182026-06-05T21:27:01.552Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29192026-06-05T21:27:04.887Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29202026-06-05T21:27:10.585Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29212026-06-05T21:27:10.804Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29222026-06-05T21:27:10.916Z Compiling similar v2.7.0
29232026-06-05T21:27:10.930Z Compiling crossbeam-deque v0.8.6
29242026-06-05T21:27:11.121Z Compiling serde_spanned v0.6.9
29252026-06-05T21:27:11.157Z Compiling toml_write v0.1.2
29262026-06-05T21:27:11.364Z Compiling lazy_static v1.5.0
29272026-06-05T21:27:11.410Z Compiling vcpkg v0.2.15
29282026-06-05T21:27:11.714Z Compiling bytecount v0.6.9
29292026-06-05T21:27:11.960Z Compiling openssl-sys v0.9.116
29302026-06-05T21:27:12.561Z Compiling toml_edit v0.22.27
29312026-06-05T21:27:13.832Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29322026-06-05T21:27:13.991Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29332026-06-05T21:27:14.238Z Compiling proc-macro-crate v1.3.1
29342026-06-05T21:27:14.276Z Compiling newtype_derive v0.1.6
29352026-06-05T21:27:14.514Z Compiling progenitor-impl v0.14.0
29362026-06-05T21:27:14.548Z Compiling progenitor-impl v0.13.0
29372026-06-05T21:27:14.591Z Compiling itertools v0.12.1
29382026-06-05T21:27:15.077Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29392026-06-05T21:27:15.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29402026-06-05T21:27:15.547Z Compiling resolv-conf v0.7.6
29412026-06-05T21:27:15.572Z Compiling unicode-segmentation v1.13.3
29422026-06-05T21:27:16.173Z Compiling swrite v0.1.0
29432026-06-05T21:27:16.244Z Compiling linked-hash-map v0.5.6
29442026-06-05T21:27:16.260Z Compiling owo-colors v4.3.0
29452026-06-05T21:27:16.356Z Compiling newline-converter v0.3.0
29462026-06-05T21:27:16.464Z Compiling lru-cache v0.1.2
29472026-06-05T21:27:16.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29482026-06-05T21:27:16.611Z Compiling num_enum_derive v0.5.11
29492026-06-05T21:27:16.614Z Compiling progenitor-macro v0.13.0
29502026-06-05T21:27:16.614Z Compiling progenitor-macro v0.14.0
29512026-06-05T21:27:16.760Z Compiling toml v0.8.23
29522026-06-05T21:27:17.302Z Compiling rayon v1.12.0
29532026-06-05T21:27:18.354Z Compiling hickory-proto v0.24.4
29542026-06-05T21:27:18.880Z Compiling progenitor-client v0.13.0
29552026-06-05T21:27:20.178Z Compiling console v0.15.11
29562026-06-05T21:27:20.823Z Compiling camino-tempfile v1.4.1
29572026-06-05T21:27:20.864Z Compiling serde-big-array v0.5.1
29582026-06-05T21:27:21.041Z Compiling derive-where v1.6.1
29592026-06-05T21:27:21.263Z Compiling pin-project-internal v1.1.13
29602026-06-05T21:27:21.494Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-06-05T21:27:22.062Z Compiling minimal-lexical v0.2.1
29622026-06-05T21:27:22.330Z Compiling siphasher v1.0.3
29632026-06-05T21:27:22.347Z Compiling nom v7.1.3
29642026-06-05T21:27:22.383Z Compiling pin-project v1.1.13
29652026-06-05T21:27:22.502Z Compiling phf_shared v0.12.1
29662026-06-05T21:27:22.742Z Compiling progenitor v0.14.0
29672026-06-05T21:27:22.902Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29682026-06-05T21:27:23.425Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29692026-06-05T21:27:23.710Z Compiling progenitor v0.13.0
29702026-06-05T21:27:23.868Z Compiling expectorate v1.2.0
29712026-06-05T21:27:24.099Z Compiling hickory-resolver v0.24.4
29722026-06-05T21:27:25.922Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29732026-06-05T21:27:27.117Z Compiling num_enum v0.5.11
29742026-06-05T21:27:28.337Z Compiling zone_cfg_derive v0.3.1
29752026-06-05T21:27:29.086Z Compiling unicode-normalization v0.1.25
29762026-06-05T21:27:29.194Z Compiling tokio-stream v0.1.18
29772026-06-05T21:27:29.690Z Compiling async-recursion v1.1.1
29782026-06-05T21:27:29.774Z Compiling snafu-derive v0.8.9
29792026-06-05T21:27:30.414Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29802026-06-05T21:27:30.771Z Compiling slog-dtrace v0.3.0
29812026-06-05T21:27:31.053Z Compiling csv-core v0.1.13
29822026-06-05T21:27:31.468Z Compiling openssl v0.10.80
29832026-06-05T21:27:31.554Z Compiling smawk v0.3.2
29842026-06-05T21:27:31.558Z Compiling unicode-width v0.1.14
29852026-06-05T21:27:31.748Z Compiling konst_macro_rules v0.2.19
29862026-06-05T21:27:31.784Z Compiling unicode-xid v0.2.6
29872026-06-05T21:27:31.898Z Compiling chrono-tz v0.10.4
29882026-06-05T21:27:31.921Z Compiling foreign-types-shared v0.1.1
29892026-06-05T21:27:31.945Z Compiling highway v1.3.0
29902026-06-05T21:27:32.023Z Compiling same-file v1.0.6
29912026-06-05T21:27:32.153Z Compiling cancel-safe-futures v0.1.5
29922026-06-05T21:27:32.212Z Compiling unicode-linebreak v0.1.5
29932026-06-05T21:27:32.438Z Compiling foldhash v0.1.5
29942026-06-05T21:27:32.517Z Compiling textwrap v0.16.2
29952026-06-05T21:27:32.646Z Compiling hashbrown v0.15.5
29962026-06-05T21:27:32.670Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29972026-06-05T21:27:33.115Z Compiling walkdir v2.5.0
29982026-06-05T21:27:33.329Z Compiling foreign-types v0.3.2
29992026-06-05T21:27:33.372Z Compiling const_format_proc_macros v0.2.34
30002026-06-05T21:27:33.413Z Compiling konst v0.2.20
30012026-06-05T21:27:33.834Z Compiling snafu v0.8.9
30022026-06-05T21:27:33.855Z Compiling csv v1.4.0
30032026-06-05T21:27:34.179Z Compiling qorb v0.4.1
30042026-06-05T21:27:34.198Z Compiling olpc-cjson v0.1.4
30052026-06-05T21:27:34.407Z Compiling zone v0.3.1
30062026-06-05T21:27:34.524Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-05T21:27:34.639Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30082026-06-05T21:27:34.820Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30092026-06-05T21:27:35.061Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30102026-06-05T21:27:36.131Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30112026-06-05T21:27:36.673Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30122026-06-05T21:27:38.153Z Compiling phf v0.12.1
30132026-06-05T21:27:38.617Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30142026-06-05T21:27:38.791Z Compiling tokio-dtrace v0.1.1
30152026-06-05T21:27:38.928Z Compiling globset v0.4.18
30162026-06-05T21:27:39.131Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-05T21:27:39.400Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30182026-06-05T21:27:39.673Z Compiling smf v0.2.3
30192026-06-05T21:27:40.018Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30202026-06-05T21:27:40.504Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30212026-06-05T21:27:40.858Z Compiling libsw-core v0.3.2
30222026-06-05T21:27:41.060Z Compiling pem v3.0.6
30232026-06-05T21:27:41.219Z Compiling serde_plain v1.0.2
30242026-06-05T21:27:41.300Z Compiling openssl-macros v0.1.1
30252026-06-05T21:27:41.517Z Compiling cookie v0.18.1
30262026-06-05T21:27:41.570Z Compiling sigpipe v0.1.3
30272026-06-05T21:27:41.760Z Compiling fixedbitset v0.5.7
30282026-06-05T21:27:41.795Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30292026-06-05T21:27:41.809Z Compiling typed-path v0.9.3
30302026-06-05T21:27:42.011Z Compiling fixedbitset v0.4.2
30312026-06-05T21:27:42.062Z Compiling jiff v0.2.28
30322026-06-05T21:27:42.278Z Compiling glob v0.3.3
30332026-06-05T21:27:42.388Z Compiling petgraph v0.6.5
30342026-06-05T21:27:42.428Z Compiling petgraph v0.8.3
30352026-06-05T21:27:43.101Z Compiling tough v0.22.0
30362026-06-05T21:27:44.253Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30372026-06-05T21:27:44.729Z Compiling libsw v3.5.0
30382026-06-05T21:27:44.846Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30392026-06-05T21:27:44.898Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30402026-06-05T21:27:44.929Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30412026-06-05T21:27:45.148Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30422026-06-05T21:27:45.234Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30432026-06-05T21:27:45.714Z Compiling oxide-tokio-rt v0.1.6
30442026-06-05T21:27:47.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30452026-06-05T21:27:48.225Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30462026-06-05T21:27:48.475Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-06-05T21:27:49.331Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30482026-06-05T21:27:49.806Z Compiling const_format v0.2.36
30492026-06-05T21:27:50.767Z Compiling papergrid v0.11.0
30502026-06-05T21:27:50.950Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30512026-06-05T21:27:51.187Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30522026-06-05T21:27:51.224Z Compiling libscf-sys v1.2.0
30532026-06-05T21:27:51.376Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30542026-06-05T21:27:51.513Z Compiling tabled_derive v0.7.0
30552026-06-05T21:27:51.869Z Compiling gethostname v0.5.0
30562026-06-05T21:27:52.021Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30572026-06-05T21:27:52.354Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30582026-06-05T21:27:52.481Z Compiling bcs v0.1.6
30592026-06-05T21:27:52.494Z Compiling whoami v1.6.1
30602026-06-05T21:27:52.604Z Compiling linear-map v1.2.0
30612026-06-05T21:27:52.836Z Compiling termtree v0.5.1
30622026-06-05T21:27:52.877Z Compiling tagptr v0.2.0
30632026-06-05T21:27:52.934Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-06-05T21:27:53.015Z Compiling moka v0.12.15
30652026-06-05T21:27:54.239Z Compiling tabled v0.15.0
30662026-06-05T21:27:55.335Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30672026-06-05T21:27:55.552Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30682026-06-05T21:27:55.954Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30692026-06-05T21:27:56.041Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30702026-06-05T21:27:56.339Z Compiling steno v0.4.1
30712026-06-05T21:27:57.549Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30722026-06-05T21:28:01.225Z Compiling hickory-proto v0.25.2
30732026-06-05T21:28:01.740Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-06-05T21:28:02.049Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30752026-06-05T21:28:02.748Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30762026-06-05T21:28:02.866Z Compiling parking_lot_core v0.8.6
30772026-06-05T21:28:03.264Z Compiling nom v8.0.0
30782026-06-05T21:28:03.505Z Compiling hickory-resolver v0.25.2
30792026-06-05T21:28:04.663Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-06-05T21:28:05.228Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30812026-06-05T21:28:05.323Z Compiling crunchy v0.2.4
30822026-06-05T21:28:05.459Z Compiling parking_lot v0.11.2
30832026-06-05T21:28:05.687Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30842026-06-05T21:28:05.926Z Compiling typify-impl v0.4.3
30852026-06-05T21:28:06.357Z Compiling fxhash v0.2.1
30862026-06-05T21:28:06.513Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30872026-06-05T21:28:06.809Z Compiling proc-macro-error-attr2 v2.0.0
30882026-06-05T21:28:07.292Z Compiling tiny-keccak v2.0.2
30892026-06-05T21:28:07.563Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30902026-06-05T21:28:09.234Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30912026-06-05T21:28:09.263Z Compiling typify-macro v0.4.3
30922026-06-05T21:28:09.542Z Compiling proc-macro-error2 v2.0.1
30932026-06-05T21:28:09.766Z Compiling sled v0.34.7
30942026-06-05T21:28:09.933Z Compiling arc-swap v1.9.1
30952026-06-05T21:28:10.294Z Compiling slog-scope v4.4.1
30962026-06-05T21:28:10.834Z Compiling tabled_derive v0.11.0
30972026-06-05T21:28:11.520Z Compiling papergrid v0.18.0
30982026-06-05T21:28:11.988Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
30992026-06-05T21:28:12.023Z Compiling testing_table v0.3.0
31002026-06-05T21:28:12.288Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31012026-06-05T21:28:12.447Z Compiling internet-checksum v0.2.1
31022026-06-05T21:28:12.598Z Compiling const-random-macro v0.1.16
31032026-06-05T21:28:12.625Z Compiling slog-stdlog v4.1.1
31042026-06-05T21:28:13.036Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31052026-06-05T21:28:13.069Z Compiling tabled v0.21.0
31062026-06-05T21:28:13.459Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31072026-06-05T21:28:13.589Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31082026-06-05T21:28:14.290Z Compiling dropshot-api-manager-types v0.7.2
31092026-06-05T21:28:14.864Z Compiling smartstring v1.0.1
31102026-06-05T21:28:15.156Z Compiling ahash v0.8.12
31112026-06-05T21:28:17.121Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31122026-06-05T21:28:17.219Z Compiling const-random v0.1.18
31132026-06-05T21:28:17.315Z Compiling slog-envlogger v2.2.0
31142026-06-05T21:28:18.305Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31152026-06-05T21:28:18.460Z Compiling typify v0.4.3
31162026-06-05T21:28:20.870Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31172026-06-05T21:28:23.141Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31182026-06-05T21:28:23.389Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31192026-06-05T21:28:23.429Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-06-05T21:28:23.726Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31212026-06-05T21:28:23.854Z Compiling crc8 v0.1.1
31222026-06-05T21:28:23.988Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31232026-06-05T21:28:24.073Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
31242026-06-05T21:28:25.436Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31252026-06-05T21:28:26.143Z Compiling toml v0.9.12+spec-1.1.0
31262026-06-05T21:28:26.869Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-05T21:28:27.397Z Compiling progenitor-impl v0.10.0
31282026-06-05T21:28:28.095Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31292026-06-05T21:28:28.542Z Compiling lzma-sys v0.1.20
31302026-06-05T21:28:28.791Z Compiling sha1 v0.10.6
31312026-06-05T21:28:29.009Z Compiling thin-vec v0.2.18
31322026-06-05T21:28:29.222Z Compiling rhai_codegen v3.2.0
31332026-06-05T21:28:29.378Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31342026-06-05T21:28:29.460Z Compiling fs-err v3.3.0
31352026-06-05T21:28:29.747Z Compiling typeid v1.0.3
31362026-06-05T21:28:29.949Z Compiling utf-8 v0.7.6
31372026-06-05T21:28:30.148Z Compiling tungstenite v0.21.0
31382026-06-05T21:28:30.504Z Compiling rhai v1.25.1
31392026-06-05T21:28:31.165Z Compiling progenitor-macro v0.10.0
31402026-06-05T21:28:35.310Z Compiling cargo_toml v0.22.3
31412026-06-05T21:28:37.186Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31422026-06-05T21:28:37.569Z Compiling sha2 v0.10.9
31432026-06-05T21:28:38.768Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-06-05T21:28:38.873Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31452026-06-05T21:28:39.805Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31462026-06-05T21:28:39.855Z Compiling progenitor v0.10.0
31472026-06-05T21:28:40.625Z Compiling tokio-tungstenite v0.21.0
31482026-06-05T21:28:41.002Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31492026-06-05T21:28:42.337Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31502026-06-05T21:28:43.058Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31512026-06-05T21:28:43.202Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31522026-06-05T21:28:43.790Z Compiling console v0.16.3
31532026-06-05T21:28:43.847Z Compiling git-stub v1.0.0
31542026-06-05T21:28:44.737Z Compiling unit-prefix v0.5.2
31552026-06-05T21:28:44.916Z Compiling is_ci v1.2.0
31562026-06-05T21:28:45.051Z Compiling base64 v0.21.7
31572026-06-05T21:28:45.105Z Compiling supports-color v3.0.2
31582026-06-05T21:28:45.366Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31592026-06-05T21:28:45.559Z Compiling indicatif v0.18.4
31602026-06-05T21:28:45.785Z Compiling git-stub-vcs v0.1.0
31612026-06-05T21:28:46.521Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31622026-06-05T21:28:46.559Z Compiling ron v0.12.1
31632026-06-05T21:28:48.033Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31642026-06-05T21:28:48.279Z Compiling xz2 v0.1.7
31652026-06-05T21:28:48.636Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31662026-06-05T21:28:49.339Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31672026-06-05T21:28:49.868Z Compiling drift v0.2.0
31682026-06-05T21:28:50.286Z Compiling base16ct v1.0.0
31692026-06-05T21:28:52.031Z Compiling dropshot-api-manager v0.7.2
31702026-06-05T21:28:55.145Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31712026-06-05T21:28:58.626Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31722026-06-05T21:28:59.797Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31732026-06-05T21:29:01.142Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31742026-06-05T21:29:02.550Z Compiling natord v1.0.9
31752026-06-05T21:29:02.849Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31762026-06-05T21:29:02.951Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31772026-06-05T21:29:05.286Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31782026-06-05T21:29:08.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31792026-06-05T21:29:08.536Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31802026-06-05T21:29:13.144Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31812026-06-05T21:29:13.520Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31822026-06-05T21:29:15.443Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31832026-06-05T21:29:17.391Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31842026-06-05T21:29:22.506Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31852026-06-05T21:29:44.418Z Finished `release` profile [optimized] target(s) in 4m 17s
31862026-06-05T21:29:44.603Z
31872026-06-05T21:29:44.603Zreal 4:17.396576734
31882026-06-05T21:29:44.603Zuser 29:19.025560115
31892026-06-05T21:29:44.603Zsys 2:44.714659962
31902026-06-05T21:29:44.604Ztrap 0.729536644
31912026-06-05T21:29:44.608Ztflt 1.237647212
31922026-06-05T21:29:44.608Zdflt 1.555231064
31932026-06-05T21:29:44.608Zkflt 0.000104314
31942026-06-05T21:29:44.608Zlock 1:58:05.903845330
31952026-06-05T21:29:44.608Zslp 1:25:09.307349864
31962026-06-05T21:29:44.608Zlat 2:18.826467094
31972026-06-05T21:29:44.608Zstop 3:42.170777325
31982026-06-05T21:29:44.608Z+ for x in debug release
31992026-06-05T21:29:44.608Z+ mkdir -p /work/debug
32002026-06-05T21:29:44.608Z+ cp target/debug/ddmd /work/debug/ddmd
32012026-06-05T21:29:45.107Z+ cp target/debug/ddmadm /work/debug/ddmadm
32022026-06-05T21:29:45.466Z+ cp target/debug/mgd /work/debug/mgd
32032026-06-05T21:29:46.060Z+ cp target/debug/mgadm /work/debug/mgadm
32042026-06-05T21:29:46.532Z+ for x in debug release
32052026-06-05T21:29:46.532Z+ mkdir -p /work/release
32062026-06-05T21:29:46.535Z+ cp target/release/ddmd /work/release/ddmd
32072026-06-05T21:29:46.620Z+ cp target/release/ddmadm /work/release/ddmadm
32082026-06-05T21:29:46.698Z+ cp target/release/mgd /work/release/mgd
32092026-06-05T21:29:46.754Z+ cp target/release/mgadm /work/release/mgadm
32102026-06-05T21:29:46.845Z+ cp target/release/falcon-lab /work/release/falcon-lab
32112026-06-05T21:29:46.913Zprocess exited: duration 689141 ms, exit code 0
 
32122026-06-05T21:29:46.930Zfound 9 output files
32132026-06-05T21:29:46.931Zuploading: /work/debug/ddmadm (513711000 bytes)
32142026-06-05T21:29:53.837Zuploaded: /work/debug/ddmadm
32152026-06-05T21:29:53.844Zuploading: /work/debug/ddmd (588566120 bytes)
32162026-06-05T21:30:00.897Zuploaded: /work/debug/ddmd
32172026-06-05T21:30:00.897Zuploading: /work/debug/mgadm (605947560 bytes)
32182026-06-05T21:30:09.110Zuploaded: /work/debug/mgadm
32192026-06-05T21:30:09.110Zuploading: /work/debug/mgd (680417624 bytes)
32202026-06-05T21:30:19.380Zuploaded: /work/debug/mgd
32212026-06-05T21:30:19.381Zuploading: /work/release/ddmadm (45419912 bytes)
32222026-06-05T21:30:20.987Zuploaded: /work/release/ddmadm
32232026-06-05T21:30:20.987Zuploading: /work/release/ddmd (53074792 bytes)
32242026-06-05T21:30:22.419Zuploaded: /work/release/ddmd
32252026-06-05T21:30:22.419Zuploading: /work/release/falcon-lab (38710272 bytes)
32262026-06-05T21:30:23.695Zuploaded: /work/release/falcon-lab
32272026-06-05T21:30:23.695Zuploading: /work/release/mgadm (54594904 bytes)
32282026-06-05T21:30:25.060Zuploaded: /work/release/mgadm
32292026-06-05T21:30:25.060Zuploading: /work/release/mgd (70917960 bytes)
32302026-06-05T21:30:26.513Zuploaded: /work/release/mgd