01KXFGS9C5AVR830611GB05RQ1: 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: 01KXFGSQF2W0KE00M9B94BEEG0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:15:55.642Zjob assigned to worker 01KXFGSZ9M9Y5RVRHA6ZMXAXZX [factory aws, i-00f91420562959a61] (queued for 49 s)
 
22026-07-14T05:16:02.610Zstarting task 0: "setup"
32026-07-14T05:16:02.617Z++ uname -s
42026-07-14T05:16:02.621Z+ kern=SunOS
52026-07-14T05:16:02.621Z+ build_user=build
62026-07-14T05:16:02.621Z+ build_uid=12345
72026-07-14T05:16:02.621Z+ work_dir=/work
82026-07-14T05:16:02.621Z+ input_dir=/input
92026-07-14T05:16:02.621Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:02.621Z+ case "$kern" in
112026-07-14T05:16:02.621Z+ groupadd -g 12345 build
122026-07-14T05:16:02.624Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:04.629Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:04.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:04.690Z+ home_fs=zfs
162026-07-14T05:16:04.690Z+ [[ zfs == autofs ]]
172026-07-14T05:16:04.690Z+ mkdir -p /home/build
182026-07-14T05:16:04.690Z+ chown build:build /home/build /work
192026-07-14T05:16:06.688Z+ chmod 0700 /home/build /work
202026-07-14T05:16:06.691Zprocess exited: duration 4082 ms, exit code 0
 
212026-07-14T05:16:06.700Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:06.703Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:16:06.703Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T05:16:06.703Z * rust toolchain channel = "stable"
252026-07-14T05:16:06.703Z * rust toolchain profile = "default"
262026-07-14T05:16:06.707Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T05:16:06.707Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T05:16:06.707Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:06.707Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:06.803Zinfo: downloading installer
312026-07-14T05:16:08.090Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:08.090Zwarn: /opt/ooce/bin
332026-07-14T05:16:08.091Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:08.091Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:08.091Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:08.091Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:08.091Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:08.091Zerror: cannot install while Rust is installed
392026-07-14T05:16:08.091Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:08.091Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:08.091Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:08.091Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:08.091Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:08.104Zinfo: profile set to default
452026-07-14T05:16:08.104Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:08.107Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:08.237Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:08.240Zinfo: downloading 6 components
492026-07-14T05:16:22.725Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:22.725Z
512026-07-14T05:16:22.754Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:22.754Z
532026-07-14T05:16:22.754Z
542026-07-14T05:16:22.754ZRust is installed now. Great!
552026-07-14T05:16:22.754Z
562026-07-14T05:16:22.754ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:22.755Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:22.755Z
592026-07-14T05:16:22.755ZTo configure your current shell, you need to source
602026-07-14T05:16:22.755Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:22.755Z
622026-07-14T05:16:22.755ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:22.755Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:22.755Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:22.755Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:22.755Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:22.755Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:22.755Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:22.758Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:22.758Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:22.850Z+ rustup --version
722026-07-14T05:16:22.859Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:22.862Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:22.881Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:22.884Z+ cargo --version
762026-07-14T05:16:22.898Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:22.902Z+ rustc --version
782026-07-14T05:16:22.921Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:22.924Zprocess exited: duration 16223 ms, exit code 0
 
802026-07-14T05:16:22.931Zstarting task 2: "authentication"
812026-07-14T05:16:22.948Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T05:16:22.954Zstarting task 3: "clone repository"
832026-07-14T05:16:22.958Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:22.961Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:22.990ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:24.302Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:24.305Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:24.553ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:24.553Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:24.558Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:24.561Z++ git branch --show-current
922026-07-14T05:16:24.561Z+ current=main
932026-07-14T05:16:24.561Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:24.561Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:24.565Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:24.581ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:24.584Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:24.599ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:24.603Zprocess exited: duration 1645 ms, exit code 0
 
1002026-07-14T05:16:24.611Zstarting task 4: "build"
1012026-07-14T05:16:24.615Z+ pfexec pkg install clang-15
1022026-07-14T05:16:31.907Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-07-14T05:16:39.659Z Startup: Caching catalogs ... Done
1042026-07-14T05:16:46.972ZPlanning: Solver setup ... Done
1052026-07-14T05:16:47.015ZPlanning: Running solver ... Done
1062026-07-14T05:16:47.164ZPlanning: Finding local manifests ... Done
1072026-07-14T05:16:47.177ZPlanning: Fetching manifests: 0/2 0% complete
1082026-07-14T05:16:47.267ZPlanning: Fetching manifests: 2/2 100% complete
1092026-07-14T05:16:47.296ZPlanning: Package planning ... Done
1102026-07-14T05:16:47.322ZPlanning: Merging actions ... Done
1112026-07-14T05:16:47.479ZPlanning: Checking for conflicting actions ... Done
1122026-07-14T05:16:47.485ZPlanning: Consolidating action changes ... Done
1132026-07-14T05:16:48.208ZPlanning: Evaluating mediators ... Done
1142026-07-14T05:16:48.215ZPlanning: Planning completed in 8.39 seconds
1152026-07-14T05:16:48.233Z Packages to install: 2
1162026-07-14T05:16:48.237Z Mediators to change: 2
1172026-07-14T05:16:48.237Z Services to change: 1
1182026-07-14T05:16:48.237Z Create boot environment: No
1192026-07-14T05:16:48.237ZCreate backup boot environment: No
1202026-07-14T05:16:48.267Z
1212026-07-14T05:16:48.267ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-07-14T05:16:53.341ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (26.2M/s)
1232026-07-14T05:16:59.316ZDownload: 3063/3076 items 209.1/211.3MB 98% complete (22.9M/s)
1242026-07-14T05:17:08.866ZDownload: 3070/3076 items 210.9/211.3MB 99% complete (10.8M/s)
1252026-07-14T05:17:21.588ZDownload: 3072/3076 items 210.9/211.3MB 99% complete
1262026-07-14T05:17:21.612ZDownload: Completed 211.31 MB in 33.35 seconds (6.3M/s)
1272026-07-14T05:17:21.719Z Actions: 1/3418 actions (Installing new actions)
1282026-07-14T05:17:24.870Z Actions: Completed 3418 actions in 3.15 seconds.
1292026-07-14T05:17:25.536Z Done
1302026-07-14T05:17:25.536Z Done
1312026-07-14T05:17:26.275Z Done
1322026-07-14T05:17:29.656Z Done
1332026-07-14T05:17:29.730Z Done
1342026-07-14T05:17:29.730Z Done
1352026-07-14T05:17:29.997Z Done
1362026-07-14T05:17:30.707Z+ cargo --version
1372026-07-14T05:17:30.714Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1382026-07-14T05:17:30.860Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1392026-07-14T05:17:30.864Zinfo: downloading 6 components
1402026-07-14T05:17:45.484Zcargo 1.96.1 (356927216 2026-06-26)
1412026-07-14T05:17:45.487Z+ rustc --version
1422026-07-14T05:17:45.518Zrustc 1.96.1 (31fca3adb 2026-06-26)
1432026-07-14T05:17:45.521Z+ banner check
1442026-07-14T05:17:45.524Z
1452026-07-14T05:17:45.524Z #### # # ###### #### # #
1462026-07-14T05:17:45.524Z # # # # # # # # #
1472026-07-14T05:17:45.524Z # ###### ##### # ####
1482026-07-14T05:17:45.525Z # # # # # # #
1492026-07-14T05:17:45.525Z # # # # # # # # #
1502026-07-14T05:17:45.525Z #### # # ###### #### # #
1512026-07-14T05:17:45.525Z
1522026-07-14T05:17:45.525Z+ cargo fmt -- --check
1532026-07-14T05:17:45.923Z+ cargo clippy --all-targets -- --deny warnings
1542026-07-14T05:17:46.035Z Updating git repository `https://github.com/oxidecomputer/falcon`
1552026-07-14T05:17:46.906ZFrom https://github.com/oxidecomputer/falcon
1562026-07-14T05:17:46.906Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
1572026-07-14T05:17:46.985Z Updating crates.io index
1582026-07-14T05:17:46.988Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1592026-07-14T05:17:47.374ZFrom https://github.com/oxidecomputer/dendrite
1602026-07-14T05:17:47.375Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
1612026-07-14T05:17:47.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
1622026-07-14T05:17:47.658ZFrom https://github.com/oxidecomputer/ispf
1632026-07-14T05:17:47.658Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
1642026-07-14T05:17:47.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1652026-07-14T05:17:48.005ZFrom https://github.com/oxidecomputer/netadm-sys
1662026-07-14T05:17:48.005Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1672026-07-14T05:17:48.013Z Updating git repository `https://github.com/oxidecomputer/omicron`
1682026-07-14T05:17:54.919ZFrom https://github.com/oxidecomputer/omicron
1692026-07-14T05:17:54.919Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
1702026-07-14T05:17:55.343Z Updating git repository `https://github.com/oxidecomputer/opte`
1712026-07-14T05:17:56.058ZFrom https://github.com/oxidecomputer/opte
1722026-07-14T05:17:56.058Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
1732026-07-14T05:17:56.087Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1742026-07-14T05:17:56.344ZFrom https://github.com/oxidecomputer/slog-error-chain
1752026-07-14T05:17:56.344Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1762026-07-14T05:17:56.353Z Updating git repository `https://github.com/illumos/smf-rs`
1772026-07-14T05:17:56.626ZFrom https://github.com/illumos/smf-rs
1782026-07-14T05:17:56.626Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1792026-07-14T05:17:56.633Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1802026-07-14T05:17:56.911ZFrom https://github.com/oxidecomputer/network-interface
1812026-07-14T05:17:56.911Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1822026-07-14T05:17:56.918Z Updating git repository `https://github.com/oxidecomputer/zone`
1832026-07-14T05:17:57.204ZFrom https://github.com/oxidecomputer/zone
1842026-07-14T05:17:57.204Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1852026-07-14T05:17:57.211Z Updating git repository `https://github.com/oxidecomputer/propolis`
1862026-07-14T05:17:57.869ZFrom https://github.com/oxidecomputer/propolis
1872026-07-14T05:17:57.869Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1882026-07-14T05:17:57.910Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1892026-07-14T05:17:58.404ZFrom https://github.com/oxidecomputer/transceiver-control
1902026-07-14T05:17:58.404Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
1912026-07-14T05:17:58.414Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1922026-07-14T05:17:58.676ZFrom https://github.com/oxidecomputer/dlpi-sys
1932026-07-14T05:17:58.676Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1942026-07-14T05:17:58.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1952026-07-14T05:17:58.959ZFrom https://github.com/jmesmon/rust-libzfs
1962026-07-14T05:17:58.959Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1972026-07-14T05:17:58.967Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1982026-07-14T05:17:59.212ZFrom https://github.com/oxidecomputer/rusty-doors
1992026-07-14T05:17:59.212Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
2002026-07-14T05:17:59.219Z Updating git repository `https://github.com/oxidecomputer/lldp`
2012026-07-14T05:17:59.561ZFrom https://github.com/oxidecomputer/lldp
2022026-07-14T05:17:59.561Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
2032026-07-14T05:17:59.572Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2042026-07-14T05:17:59.874ZFrom https://github.com/oxidecomputer/tufaceous
2052026-07-14T05:17:59.875Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2062026-07-14T05:17:59.884Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2072026-07-14T05:18:00.337ZFrom https://github.com/oxidecomputer/management-gateway-service
2082026-07-14T05:18:00.337Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
2092026-07-14T05:18:00.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
2102026-07-14T05:18:01.193ZFrom https://github.com/oxidecomputer/crucible
2112026-07-14T05:18:01.193Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2122026-07-14T05:18:01.237Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2132026-07-14T05:18:01.490ZFrom https://github.com/oxidecomputer/serde_human_bytes
2142026-07-14T05:18:01.490Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2152026-07-14T05:18:01.499Z Updating git repository `https://github.com/oxidecomputer/propolis`
2162026-07-14T05:18:01.939ZFrom https://github.com/oxidecomputer/propolis
2172026-07-14T05:18:01.939Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
2182026-07-14T05:18:01.982Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-07-14T05:18:02.501ZFrom https://github.com/oxidecomputer/crucible
2202026-07-14T05:18:02.501Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
2212026-07-14T05:18:02.564Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-07-14T05:18:02.918ZFrom https://github.com/oxidecomputer/tofino
2232026-07-14T05:18:02.918Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
2242026-07-14T05:18:02.928Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-14T05:18:03.562ZFrom https://github.com/oxidecomputer/maghemite
2262026-07-14T05:18:03.562Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2272026-07-14T05:18:03.593Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-07-14T05:18:04.018ZFrom https://github.com/oxidecomputer/clickward
2292026-07-14T05:18:04.018Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2302026-07-14T05:18:04.024Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-07-14T05:18:04.263ZFrom https://github.com/oxidecomputer/illumos-devinfo
2322026-07-14T05:18:04.263Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2332026-07-14T05:18:06.889Z Downloading crates ...
2342026-07-14T05:18:06.949Z Downloaded async-stream v0.3.6
2352026-07-14T05:18:06.955Z Downloaded adler2 v2.0.1
2362026-07-14T05:18:06.958Z Downloaded cfg-if v1.0.4
2372026-07-14T05:18:06.962Z Downloaded cpufeatures v0.3.0
2382026-07-14T05:18:06.965Z Downloaded clap_lex v1.1.0
2392026-07-14T05:18:06.965Z Downloaded base16ct v0.2.0
2402026-07-14T05:18:06.968Z Downloaded async-trait v0.1.89
2412026-07-14T05:18:06.968Z Downloaded enum-as-inner v0.6.1
2422026-07-14T05:18:06.971Z Downloaded aead v0.5.2
2432026-07-14T05:18:06.971Z Downloaded colorchoice v1.0.5
2442026-07-14T05:18:06.971Z Downloaded block-buffer v0.12.0
2452026-07-14T05:18:06.974Z Downloaded async-stream-impl v0.3.6
2462026-07-14T05:18:06.974Z Downloaded displaydoc v0.2.6
2472026-07-14T05:18:06.977Z Downloaded ff v0.13.1
2482026-07-14T05:18:06.977Z Downloaded float-ord v0.3.2
2492026-07-14T05:18:06.980Z Downloaded darling v0.23.0
2502026-07-14T05:18:06.983Z Downloaded errno v0.3.14
2512026-07-14T05:18:06.983Z Downloaded cfg_aliases v0.2.1
2522026-07-14T05:18:06.983Z Downloaded bcs v0.1.6
2532026-07-14T05:18:06.986Z Downloaded anstyle-query v1.1.5
2542026-07-14T05:18:06.986Z Downloaded camino-tempfile v1.4.1
2552026-07-14T05:18:06.989Z Downloaded bit-vec v0.8.0
2562026-07-14T05:18:06.990Z Downloaded heck v0.4.1
2572026-07-14T05:18:06.990Z Downloaded generic-array v0.14.7
2582026-07-14T05:18:06.997Z Downloaded futures-task v0.3.32
2592026-07-14T05:18:06.997Z Downloaded anstyle-parse v1.0.0
2602026-07-14T05:18:06.997Z Downloaded embedded-io v0.4.0
2612026-07-14T05:18:07.001Z Downloaded chacha20 v0.9.1
2622026-07-14T05:18:07.001Z Downloaded byte-wrapper v0.1.0
2632026-07-14T05:18:07.001Z Downloaded git-stub-vcs v0.1.0
2642026-07-14T05:18:07.001Z Downloaded bitflags v1.3.2
2652026-07-14T05:18:07.001Z Downloaded futures-io v0.3.32
2662026-07-14T05:18:07.001Z Downloaded fixedbitset v0.4.2
2672026-07-14T05:18:07.004Z Downloaded fs_extra v1.3.0
2682026-07-14T05:18:07.004Z Downloaded atomicwrites v0.4.4
2692026-07-14T05:18:07.004Z Downloaded futures-core v0.3.32
2702026-07-14T05:18:07.005Z Downloaded dunce v1.0.5
2712026-07-14T05:18:07.008Z Downloaded backoff v0.4.0
2722026-07-14T05:18:07.008Z Downloaded foreign-types v0.3.2
2732026-07-14T05:18:07.008Z Downloaded curve25519-dalek-derive v0.1.1
2742026-07-14T05:18:07.011Z Downloaded async-recursion v1.1.1
2752026-07-14T05:18:07.011Z Downloaded embedded-io v0.6.1
2762026-07-14T05:18:07.014Z Downloaded byteorder v1.5.0
2772026-07-14T05:18:07.014Z Downloaded bs58 v0.5.1
2782026-07-14T05:18:07.017Z Downloaded digest v0.11.3
2792026-07-14T05:18:07.017Z Downloaded digest v0.10.7
2802026-07-14T05:18:07.020Z Downloaded futures-sink v0.3.32
2812026-07-14T05:18:07.020Z Downloaded cstr-argument v0.1.2
2822026-07-14T05:18:07.020Z Downloaded foreign-types-macros v0.2.3
2832026-07-14T05:18:07.020Z Downloaded dtrace-parser v0.3.0
2842026-07-14T05:18:07.020Z Downloaded convert_case v0.4.0
2852026-07-14T05:18:07.024Z Downloaded equivalent v1.0.2
2862026-07-14T05:18:07.024Z Downloaded defmt-parser v1.0.0
2872026-07-14T05:18:07.024Z Downloaded dropshot-api-manager-types v0.7.2
2882026-07-14T05:18:07.027Z Downloaded debug-ignore v1.0.5
2892026-07-14T05:18:07.027Z Downloaded either v1.16.0
2902026-07-14T05:18:07.030Z Downloaded crypto-common v0.2.2
2912026-07-14T05:18:07.030Z Downloaded crypto-common v0.1.7
2922026-07-14T05:18:07.033Z Downloaded derive_more v0.99.20
2932026-07-14T05:18:07.036Z Downloaded fastrand v2.4.1
2942026-07-14T05:18:07.036Z Downloaded atomic-waker v1.1.2
2952026-07-14T05:18:07.036Z Downloaded block-buffer v0.10.4
2962026-07-14T05:18:07.039Z Downloaded dof v0.3.0
2972026-07-14T05:18:07.039Z Downloaded defmt v0.3.100
2982026-07-14T05:18:07.039Z Downloaded cobs v0.3.0
2992026-07-14T05:18:07.042Z Downloaded fnv v1.0.7
3002026-07-14T05:18:07.042Z Downloaded dtrace-parser v0.2.0
3012026-07-14T05:18:07.042Z Downloaded dyn-clone v1.0.20
3022026-07-14T05:18:07.042Z Downloaded darling_macro v0.21.3
3032026-07-14T05:18:07.046Z Downloaded ciborium-io v0.2.2
3042026-07-14T05:18:07.046Z Downloaded ciborium-ll v0.2.2
3052026-07-14T05:18:07.046Z Downloaded foreign-types-shared v0.3.1
3062026-07-14T05:18:07.049Z Downloaded hash32 v0.3.1
3072026-07-14T05:18:07.049Z Downloaded dof v0.4.0
3082026-07-14T05:18:07.052Z Downloaded derive-ex v0.1.8
3092026-07-14T05:18:07.052Z Downloaded deranged v0.5.8
3102026-07-14T05:18:07.052Z Downloaded csv-core v0.1.13
3112026-07-14T05:18:07.056Z Downloaded camino v1.2.4
3122026-07-14T05:18:07.056Z Downloaded base64 v0.22.1
3132026-07-14T05:18:07.060Z Downloaded dropshot-api-manager v0.7.2
3142026-07-14T05:18:07.064Z Downloaded git-stub v1.0.0
3152026-07-14T05:18:07.064Z Downloaded heck v0.5.0
3162026-07-14T05:18:07.064Z Downloaded gethostname v0.5.0
3172026-07-14T05:18:07.064Z Downloaded darling_macro v0.23.0
3182026-07-14T05:18:07.064Z Downloaded defmt-macros v1.1.0
3192026-07-14T05:18:07.067Z Downloaded hex v0.4.3
3202026-07-14T05:18:07.067Z Downloaded http-body v1.0.1
3212026-07-14T05:18:07.070Z Downloaded fxhash v0.2.1
3222026-07-14T05:18:07.070Z Downloaded futures-macro v0.3.32
3232026-07-14T05:18:07.070Z Downloaded hostname v0.4.2
3242026-07-14T05:18:07.070Z Downloaded compression-core v0.4.32
3252026-07-14T05:18:07.073Z Downloaded cpufeatures v0.2.17
3262026-07-14T05:18:07.073Z Downloaded foldhash v0.1.5
3272026-07-14T05:18:07.073Z Downloaded form_urlencoded v1.2.2
3282026-07-14T05:18:07.077Z Downloaded crucible-workspace-hack v0.1.0
3292026-07-14T05:18:07.077Z Downloaded foreign-types v0.5.0
3302026-07-14T05:18:07.077Z Downloaded crc8 v0.1.1
3312026-07-14T05:18:07.077Z Downloaded const-random-macro v0.1.16
3322026-07-14T05:18:07.077Z Downloaded const-random v0.1.18
3332026-07-14T05:18:07.083Z Downloaded httpdate v1.0.3
3342026-07-14T05:18:07.083Z Downloaded crunchy v0.2.4
3352026-07-14T05:18:07.083Z Downloaded defmt v1.1.0
3362026-07-14T05:18:07.083Z Downloaded hubpack_derive v0.1.1
3372026-07-14T05:18:07.086Z Downloaded hostname v0.3.1
3382026-07-14T05:18:07.086Z Downloaded idna_adapter v1.2.2
3392026-07-14T05:18:07.089Z Downloaded ident_case v1.0.1
3402026-07-14T05:18:07.092Z Downloaded indent_write v2.2.0
3412026-07-14T05:18:07.095Z Downloaded inout v0.1.4
3422026-07-14T05:18:07.095Z Downloaded bytecount v0.6.9
3432026-07-14T05:18:07.098Z Downloaded bit-set v0.8.0
3442026-07-14T05:18:07.098Z Downloaded is-terminal v0.4.17
3452026-07-14T05:18:07.098Z Downloaded internet-checksum v0.2.1
3462026-07-14T05:18:07.101Z Downloaded instant v0.1.13
3472026-07-14T05:18:07.102Z Downloaded autocfg v1.5.1
3482026-07-14T05:18:07.102Z Downloaded argon2 v0.5.3
3492026-07-14T05:18:07.106Z Downloaded base16ct v1.0.0
3502026-07-14T05:18:07.106Z Downloaded data-encoding v2.11.0
3512026-07-14T05:18:07.106Z Downloaded is_terminal_polyfill v1.70.2
3522026-07-14T05:18:07.106Z Downloaded crossbeam-deque v0.8.6
3532026-07-14T05:18:07.109Z Downloaded base64ct v1.8.3
3542026-07-14T05:18:07.109Z Downloaded const_format_proc_macros v0.2.34
3552026-07-14T05:18:07.112Z Downloaded is_ci v1.2.0
3562026-07-14T05:18:07.112Z Downloaded anstyle v1.0.14
3572026-07-14T05:18:07.112Z Downloaded konst_macro_rules v0.2.19
3582026-07-14T05:18:07.115Z Downloaded backon v1.6.0
3592026-07-14T05:18:07.115Z Downloaded ahash v0.8.12
3602026-07-14T05:18:07.118Z Downloaded drift v0.2.0
3612026-07-14T05:18:07.122Z Downloaded lazy_static v1.5.0
3622026-07-14T05:18:07.125Z Downloaded keccak v0.1.6
3632026-07-14T05:18:07.125Z Downloaded memmap v0.7.0
3642026-07-14T05:18:07.128Z Downloaded managed v0.8.0
3652026-07-14T05:18:07.128Z Downloaded match_cfg v0.1.0
3662026-07-14T05:18:07.129Z Downloaded macaddr v1.0.1
3672026-07-14T05:18:07.129Z Downloaded lru-slab v0.1.2
3682026-07-14T05:18:07.132Z Downloaded memoffset v0.9.1
3692026-07-14T05:18:07.132Z Downloaded lru-cache v0.1.2
3702026-07-14T05:18:07.132Z Downloaded linked-hash-map v0.5.6
3712026-07-14T05:18:07.132Z Downloaded libscf-sys v1.2.0
3722026-07-14T05:18:07.135Z Downloaded daft-derive v0.1.7
3732026-07-14T05:18:07.138Z Downloaded find-msvc-tools v0.1.9
3742026-07-14T05:18:07.138Z Downloaded compression-codecs v0.4.38
3752026-07-14T05:18:07.141Z Downloaded hubpack v0.1.2
3762026-07-14T05:18:07.141Z Downloaded daft v0.1.7
3772026-07-14T05:18:07.144Z Downloaded foldhash v0.2.0
3782026-07-14T05:18:07.144Z Downloaded critical-section v1.2.0
3792026-07-14T05:18:07.144Z Downloaded cmake v0.1.58
3802026-07-14T05:18:07.147Z Downloaded arc-swap v1.9.1
3812026-07-14T05:18:07.147Z Downloaded group v0.13.0
3822026-07-14T05:18:07.151Z Downloaded http-body-util v0.1.4
3832026-07-14T05:18:07.151Z Downloaded cipher v0.4.4
3842026-07-14T05:18:07.151Z Downloaded itoa v1.0.18
3852026-07-14T05:18:07.154Z Downloaded glob v0.3.3
3862026-07-14T05:18:07.154Z Downloaded hyper-rustls v0.27.9
3872026-07-14T05:18:07.154Z Downloaded futures-executor v0.3.32
3882026-07-14T05:18:07.157Z Downloaded diff v0.1.13
3892026-07-14T05:18:07.157Z Downloaded newtype_derive v0.1.6
3902026-07-14T05:18:07.160Z Downloaded newline-converter v0.3.0
3912026-07-14T05:18:07.160Z Downloaded clap_derive v4.6.1
3922026-07-14T05:18:07.160Z Downloaded ingot-types v0.1.2
3932026-07-14T05:18:07.164Z Downloaded natord v1.0.9
3942026-07-14T05:18:07.164Z Downloaded ingot v0.1.1
3952026-07-14T05:18:07.164Z Downloaded erased-serde v0.3.31
3962026-07-14T05:18:07.167Z Downloaded cookie v0.18.1
3972026-07-14T05:18:07.167Z Downloaded num v0.4.3
3982026-07-14T05:18:07.167Z Downloaded newtype-uuid-macros v0.1.0
3992026-07-14T05:18:07.170Z Downloaded num-derive v0.4.2
4002026-07-14T05:18:07.170Z Downloaded ipnetwork v0.21.1
4012026-07-14T05:18:07.170Z Downloaded futures-channel v0.3.32
4022026-07-14T05:18:07.173Z Downloaded num-conv v0.2.2
4032026-07-14T05:18:07.173Z Downloaded omicron-workspace-hack v0.1.0
4042026-07-14T05:18:07.173Z Downloaded console v0.16.3
4052026-07-14T05:18:07.177Z Downloaded opaque-debug v0.3.1
4062026-07-14T05:18:07.177Z Downloaded ipnet v2.12.0
4072026-07-14T05:18:07.177Z Downloaded olpc-cjson v0.1.4
4082026-07-14T05:18:07.180Z Downloaded num_threads v0.1.7
4092026-07-14T05:18:07.180Z Downloaded colored v3.1.1
4102026-07-14T05:18:07.180Z Downloaded num-iter v0.1.45
4112026-07-14T05:18:07.183Z Downloaded mime v0.3.17
4122026-07-14T05:18:07.183Z Downloaded jobserver v0.1.34
4132026-07-14T05:18:07.183Z Downloaded openssl-probe v0.2.1
4142026-07-14T05:18:07.187Z Downloaded darling_core v0.23.0
4152026-07-14T05:18:07.190Z Downloaded parse-display v0.10.0
4162026-07-14T05:18:07.190Z Downloaded fs-err v3.3.0
4172026-07-14T05:18:07.190Z Downloaded openssl-macros v0.1.1
4182026-07-14T05:18:07.193Z Downloaded percent-encoding v2.3.2
4192026-07-14T05:18:07.193Z Downloaded lock_api v0.4.14
4202026-07-14T05:18:07.193Z Downloaded linear-map v1.2.0
4212026-07-14T05:18:07.193Z Downloaded libsw-core v0.3.2
4222026-07-14T05:18:07.196Z Downloaded libsw v3.5.0
4232026-07-14T05:18:07.196Z Downloaded ciborium v0.2.2
4242026-07-14T05:18:07.196Z Downloaded chacha20 v0.10.0
4252026-07-14T05:18:07.199Z Downloaded bitflags v2.12.1
4262026-07-14T05:18:07.202Z Downloaded globset v0.4.18
4272026-07-14T05:18:07.202Z Downloaded crc32fast v1.5.0
4282026-07-14T05:18:07.205Z Downloaded httparse v1.10.1
4292026-07-14T05:18:07.205Z Downloaded console v0.15.11
4302026-07-14T05:18:07.208Z Downloaded humantime v2.3.0
4312026-07-14T05:18:07.208Z Downloaded cargo_toml v0.22.3
4322026-07-14T05:18:07.211Z Downloaded anyhow v1.0.103
4332026-07-14T05:18:07.211Z Downloaded cancel-safe-futures v0.1.5
4342026-07-14T05:18:07.214Z Downloaded iana-time-zone v0.1.65
4352026-07-14T05:18:07.218Z Downloaded hybrid-array v0.4.12
4362026-07-14T05:18:07.218Z Downloaded hmac v0.12.1
4372026-07-14T05:18:07.221Z Downloaded ingot-macros v0.1.1
4382026-07-14T05:18:07.221Z Downloaded async-compression v0.4.42
4392026-07-14T05:18:07.224Z Downloaded newtype-uuid v1.3.2
4402026-07-14T05:18:07.224Z Downloaded highway v1.3.0
4412026-07-14T05:18:07.227Z Downloaded elliptic-curve v0.13.8
4422026-07-14T05:18:07.230Z Downloaded no-std-compat v0.4.1
4432026-07-14T05:18:07.230Z Downloaded potential_utf v0.1.5
4442026-07-14T05:18:07.231Z Downloaded multer v3.1.0
4452026-07-14T05:18:07.234Z Downloaded derive-where v1.6.1
4462026-07-14T05:18:07.234Z Downloaded pretty-hex v0.4.2
4472026-07-14T05:18:07.234Z Downloaded powerfmt v0.2.0
4482026-07-14T05:18:07.239Z Downloaded plain v0.2.3
4492026-07-14T05:18:07.239Z Downloaded blake2 v0.10.6
4502026-07-14T05:18:07.251Z Downloaded foreign-types-shared v0.1.1
4512026-07-14T05:18:07.251Z Downloaded proc-macro-error-attr2 v2.0.0
4522026-07-14T05:18:07.251Z Downloaded fixedbitset v0.5.7
4532026-07-14T05:18:07.251Z Downloaded proc-macro-error-attr v1.0.4
4542026-07-14T05:18:07.251Z Downloaded num-rational v0.4.2
4552026-07-14T05:18:07.251Z Downloaded num_enum v0.7.6
4562026-07-14T05:18:07.256Z Downloaded litemap v0.8.2
4572026-07-14T05:18:07.256Z Downloaded oxnet v0.1.6
4582026-07-14T05:18:07.256Z Downloaded oxide-tokio-rt v0.1.6
4592026-07-14T05:18:07.256Z Downloaded num_enum_derive v0.5.11
4602026-07-14T05:18:07.256Z Downloaded proc-macro-crate v1.3.1
4612026-07-14T05:18:07.256Z Downloaded num_enum v0.5.11
4622026-07-14T05:18:07.256Z Downloaded progenitor-macro v0.14.0
4632026-07-14T05:18:07.259Z Downloaded proc-macro-crate v3.5.0
4642026-07-14T05:18:07.259Z Downloaded num_enum_derive v0.7.6
4652026-07-14T05:18:07.260Z Downloaded num-integer v0.1.46
4662026-07-14T05:18:07.260Z Downloaded clap v4.6.1
4672026-07-14T05:18:07.263Z Downloaded quick-error v1.2.3
4682026-07-14T05:18:07.267Z Downloaded const-oid v0.10.2
4692026-07-14T05:18:07.267Z Downloaded rand_chacha v0.3.1
4702026-07-14T05:18:07.270Z Downloaded crossbeam-utils v0.8.21
4712026-07-14T05:18:07.270Z Downloaded crossbeam-epoch v0.9.18
4722026-07-14T05:18:07.270Z Downloaded progenitor-client v0.14.0
4732026-07-14T05:18:07.274Z Downloaded pem v3.0.6
4742026-07-14T05:18:07.274Z Downloaded paste v1.0.15
4752026-07-14T05:18:07.278Z Downloaded getrandom v0.4.2
4762026-07-14T05:18:07.278Z Downloaded parse-display-derive v0.10.0
4772026-07-14T05:18:07.278Z Downloaded dropshot_endpoint v0.17.1
4782026-07-14T05:18:07.281Z Downloaded parking_lot_core v0.8.6
4792026-07-14T05:18:07.281Z Downloaded getrandom v0.3.4
4802026-07-14T05:18:07.285Z Downloaded progenitor-macro v0.10.0
4812026-07-14T05:18:07.285Z Downloaded getrandom v0.2.17
4822026-07-14T05:18:07.285Z Downloaded anstream v1.0.0
4832026-07-14T05:18:07.289Z Downloaded allocator-api2 v0.2.21
4842026-07-14T05:18:07.292Z Downloaded memmap2 v0.9.10
4852026-07-14T05:18:07.296Z Downloaded rustc_version v0.1.7
4862026-07-14T05:18:07.296Z Downloaded const_format v0.2.36
4872026-07-14T05:18:07.299Z Downloaded progenitor-macro v0.13.0
4882026-07-14T05:18:07.299Z Downloaded icu_provider v2.2.0
4892026-07-14T05:18:07.302Z Downloaded rand_xorshift v0.4.0
4902026-07-14T05:18:07.305Z Downloaded ref-cast-impl v1.0.25
4912026-07-14T05:18:07.309Z Downloaded phf_shared v0.12.1
4922026-07-14T05:18:07.309Z Downloaded phf v0.12.1
4932026-07-14T05:18:07.309Z Downloaded pin-project-internal v1.1.13
4942026-07-14T05:18:07.313Z Downloaded bytes v1.11.1
4952026-07-14T05:18:07.313Z Downloaded ppv-lite86 v0.2.21
4962026-07-14T05:18:07.313Z Downloaded port-file v0.1.0
4972026-07-14T05:18:07.317Z Downloaded rustc-hash v2.1.2
4982026-07-14T05:18:07.317Z Downloaded darling_core v0.21.3
4992026-07-14T05:18:07.320Z Downloaded pkg-config v0.3.33
5002026-07-14T05:18:07.320Z Downloaded once_cell v1.21.4
5012026-07-14T05:18:07.323Z Downloaded num-complex v0.4.6
5022026-07-14T05:18:07.323Z Downloaded proc-macro-error v1.0.4
5032026-07-14T05:18:07.326Z Downloaded owo-colors v4.3.0
5042026-07-14T05:18:07.326Z Downloaded progenitor-extras v0.2.0
5052026-07-14T05:18:07.331Z Downloaded progenitor-client v0.10.0
5062026-07-14T05:18:07.331Z Downloaded proc-macro-error2 v2.0.1
5072026-07-14T05:18:07.331Z Downloaded progenitor v0.10.0
5082026-07-14T05:18:07.331Z Downloaded darling v0.21.3
5092026-07-14T05:18:07.335Z Downloaded cc v1.2.63
5102026-07-14T05:18:07.338Z Downloaded pest_generator v2.8.6
5112026-07-14T05:18:07.339Z Downloaded log v0.4.32
5122026-07-14T05:18:07.339Z Downloaded base64 v0.21.7
5132026-07-14T05:18:07.342Z Downloaded same-file v1.0.6
5142026-07-14T05:18:07.348Z Downloaded progenitor-client v0.13.0
5152026-07-14T05:18:07.351Z Downloaded serde-big-array v0.5.1
5162026-07-14T05:18:07.351Z Downloaded scopeguard v1.2.0
5172026-07-14T05:18:07.352Z Downloaded semver v0.1.20
5182026-07-14T05:18:07.355Z Downloaded secrecy v0.10.3
5192026-07-14T05:18:07.355Z Downloaded scroll_derive v0.13.1
5202026-07-14T05:18:07.355Z Downloaded scroll_derive v0.12.1
5212026-07-14T05:18:07.355Z Downloaded progenitor v0.14.0
5222026-07-14T05:18:07.358Z Downloaded rand_chacha v0.9.0
5232026-07-14T05:18:07.358Z Downloaded serde_repr v0.1.20
5242026-07-14T05:18:07.358Z Downloaded futures v0.3.32
5252026-07-14T05:18:07.361Z Downloaded serde_plain v1.0.2
5262026-07-14T05:18:07.364Z Downloaded icu_properties v2.2.0
5272026-07-14T05:18:07.364Z Downloaded password-hash v0.5.0
5282026-07-14T05:18:07.367Z Downloaded parking_lot v0.12.5
5292026-07-14T05:18:07.367Z Downloaded quote v1.0.45
5302026-07-14T05:18:07.371Z Downloaded half v2.7.1
5312026-07-14T05:18:07.371Z Downloaded serde_spanned v1.1.1
5322026-07-14T05:18:07.371Z Downloaded serde_spanned v0.6.9
5332026-07-14T05:18:07.374Z Downloaded flate2 v1.1.9
5342026-07-14T05:18:07.377Z Downloaded ref-cast v1.0.25
5352026-07-14T05:18:07.377Z Downloaded sha1 v0.10.6
5362026-07-14T05:18:07.380Z Downloaded serial_test_derive v3.5.0
5372026-07-14T05:18:07.380Z Downloaded serde_urlencoded v0.7.1
5382026-07-14T05:18:07.380Z Downloaded rand_core v0.9.5
5392026-07-14T05:18:07.383Z Downloaded heapless v0.8.0
5402026-07-14T05:18:07.383Z Downloaded rustc_version v0.4.1
5412026-07-14T05:18:07.387Z Downloaded resolv-conf v0.7.6
5422026-07-14T05:18:07.387Z Downloaded postcard v1.1.3
5432026-07-14T05:18:07.387Z Downloaded poly1305 v0.8.0
5442026-07-14T05:18:07.391Z Downloaded pin-project-lite v0.2.17
5452026-07-14T05:18:07.394Z Downloaded serial_test v3.5.0
5462026-07-14T05:18:07.394Z Downloaded rustls-native-certs v0.8.4
5472026-07-14T05:18:07.394Z Downloaded rustls-pemfile v2.2.0
5482026-07-14T05:18:07.397Z Downloaded parking_lot_core v0.9.12
5492026-07-14T05:18:07.397Z Downloaded sigpipe v0.1.3
5502026-07-14T05:18:07.397Z Downloaded progenitor v0.13.0
5512026-07-14T05:18:07.400Z Downloaded indicatif v0.18.4
5522026-07-14T05:18:07.400Z Downloaded rustversion v1.0.22
5532026-07-14T05:18:07.404Z Downloaded crypto-bigint v0.5.5
5542026-07-14T05:18:07.407Z Downloaded num-traits v0.2.19
5552026-07-14T05:18:07.410Z Downloaded icu_collections v2.2.0
5562026-07-14T05:18:07.413Z Downloaded siphasher v1.0.3
5572026-07-14T05:18:07.413Z Downloaded scroll v0.12.0
5582026-07-14T05:18:07.416Z Downloaded parking_lot v0.11.2
5592026-07-14T05:18:07.416Z Downloaded crossbeam-channel v0.5.15
5602026-07-14T05:18:07.419Z Downloaded slog-bunyan v2.5.0
5612026-07-14T05:18:07.419Z Downloaded slog-envlogger v2.2.0
5622026-07-14T05:18:07.419Z Downloaded smawk v0.3.2
5632026-07-14T05:18:07.422Z Downloaded scroll v0.13.0
5642026-07-14T05:18:07.422Z Downloaded stable_deref_trait v1.2.1
5652026-07-14T05:18:07.422Z Downloaded schemars_derive v0.8.22
5662026-07-14T05:18:07.425Z Downloaded rusty-fork v0.3.1
5672026-07-14T05:18:07.425Z Downloaded serde_tokenstream v0.2.3
5682026-07-14T05:18:07.425Z Downloaded hickory-resolver v0.25.2
5692026-07-14T05:18:07.429Z Downloaded serde_path_to_error v0.1.20
5702026-07-14T05:18:07.431Z Downloaded quinn-udp v0.5.14
5712026-07-14T05:18:07.432Z Downloaded hickory-resolver v0.24.4
5722026-07-14T05:18:07.434Z Downloaded aho-corasick v1.1.4
5732026-07-14T05:18:07.438Z Downloaded pest_derive v2.8.6
5742026-07-14T05:18:07.438Z Downloaded rand_core v0.10.1
5752026-07-14T05:18:07.441Z Downloaded papergrid v0.18.0
5762026-07-14T05:18:07.444Z Downloaded strsim v0.11.1
5772026-07-14T05:18:07.444Z Downloaded spin v0.5.2
5782026-07-14T05:18:07.444Z Downloaded miniz_oxide v0.8.9
5792026-07-14T05:18:07.447Z Downloaded strum v0.26.3
5802026-07-14T05:18:07.447Z Downloaded structmeta v0.3.0
5812026-07-14T05:18:07.447Z Downloaded sha1 v0.11.0
5822026-07-14T05:18:07.452Z Downloaded rhai_codegen v3.2.0
5832026-07-14T05:18:07.455Z Downloaded strum v0.27.2
5842026-07-14T05:18:07.455Z Downloaded signal-hook-registry v1.4.8
5852026-07-14T05:18:07.455Z Downloaded pin-project v1.1.13
5862026-07-14T05:18:07.460Z Downloaded tabled_derive v0.7.0
5872026-07-14T05:18:07.463Z Downloaded structmeta-derive v0.3.0
5882026-07-14T05:18:07.463Z Downloaded subtle v2.6.1
5892026-07-14T05:18:07.463Z Downloaded take_mut v0.2.2
5902026-07-14T05:18:07.468Z Downloaded sync_wrapper v1.0.2
5912026-07-14T05:18:07.468Z Downloaded simd-adler32 v0.3.9
5922026-07-14T05:18:07.468Z Downloaded http v1.4.2
5932026-07-14T05:18:07.471Z Downloaded swrite v0.1.0
5942026-07-14T05:18:07.471Z Downloaded shlex v2.0.1
5952026-07-14T05:18:07.471Z Downloaded rustls-pki-types v1.14.1
5962026-07-14T05:18:07.474Z Downloaded tabwriter v1.4.1
5972026-07-14T05:18:07.474Z Downloaded progenitor-impl v0.10.0
5982026-07-14T05:18:07.474Z Downloaded terminal_size v0.4.4
5992026-07-14T05:18:07.477Z Downloaded slog-async v2.8.0
6002026-07-14T05:18:07.477Z Downloaded tagptr v0.2.0
6012026-07-14T05:18:07.478Z Downloaded testing_table v0.3.0
6022026-07-14T05:18:07.481Z Downloaded expectorate v1.2.0
6032026-07-14T05:18:07.481Z Downloaded slog-dtrace v0.3.0
6042026-07-14T05:18:07.481Z Downloaded slab v0.4.12
6052026-07-14T05:18:07.484Z Downloaded hashbrown v0.16.1
6062026-07-14T05:18:07.487Z Downloaded thread-id v5.1.0
6072026-07-14T05:18:07.487Z Downloaded slog-term v2.9.2
6082026-07-14T05:18:07.487Z Downloaded slog-stdlog v4.1.1
6092026-07-14T05:18:07.492Z Downloaded smartstring v1.0.1
6102026-07-14T05:18:07.492Z Downloaded slog-json v2.6.1
6112026-07-14T05:18:07.495Z Downloaded snafu-derive v0.8.9
6122026-07-14T05:18:07.495Z Downloaded pest_meta v2.8.6
6132026-07-14T05:18:07.495Z Downloaded thread-id v4.2.2
6142026-07-14T05:18:07.495Z Downloaded slog-scope v4.4.1
6152026-07-14T05:18:07.498Z Downloaded semver v1.0.28
6162026-07-14T05:18:07.498Z Downloaded serde_derive_internals v0.29.1
6172026-07-14T05:18:07.498Z Downloaded thiserror-impl-no-std v2.0.2
6182026-07-14T05:18:07.501Z Downloaded openssl-sys v0.9.116
6192026-07-14T05:18:07.504Z Downloaded smf v0.2.3
6202026-07-14T05:18:07.504Z Downloaded icu_locale_core v2.2.0
6212026-07-14T05:18:07.507Z Downloaded termtree v0.5.1
6222026-07-14T05:18:07.507Z Downloaded tabled_derive v0.11.0
6232026-07-14T05:18:07.511Z Downloaded sha2 v0.10.9
6242026-07-14T05:18:07.511Z Downloaded papergrid v0.11.0
6252026-07-14T05:18:07.514Z Downloaded tokio-macros v2.7.0
6262026-07-14T05:18:07.514Z Downloaded tinyvec_macros v0.1.1
6272026-07-14T05:18:07.517Z Downloaded time-core v0.1.8
6282026-07-14T05:18:07.517Z Downloaded prettyplease v0.2.37
6292026-07-14T05:18:07.520Z Downloaded static_assertions v1.1.0
6302026-07-14T05:18:07.520Z Downloaded konst v0.2.20
6312026-07-14T05:18:07.523Z Downloaded icu_normalizer v2.2.0
6322026-07-14T05:18:07.527Z Downloaded strum_macros v0.27.2
6332026-07-14T05:18:07.527Z Downloaded pretty_assertions v1.4.1
6342026-07-14T05:18:07.527Z Downloaded icu_normalizer_data v2.2.0
6352026-07-14T05:18:07.530Z Downloaded chacha20poly1305 v0.10.1
6362026-07-14T05:18:07.530Z Downloaded supports-color v3.0.2
6372026-07-14T05:18:07.530Z Downloaded toml_datetime v0.6.11
6382026-07-14T05:18:07.533Z Downloaded serde_with_macros v3.20.0
6392026-07-14T05:18:07.533Z Downloaded indexmap v1.9.3
6402026-07-14T05:18:07.536Z Downloaded rand_core v0.6.4
6412026-07-14T05:18:07.536Z Downloaded proc-macro2 v1.0.106
6422026-07-14T05:18:07.539Z Downloaded synstructure v0.13.2
6432026-07-14T05:18:07.539Z Downloaded jiff-static v0.2.28
6442026-07-14T05:18:07.543Z Downloaded progenitor-impl v0.14.0
6452026-07-14T05:18:07.543Z Downloaded serde_core v1.0.228
6462026-07-14T05:18:07.546Z Downloaded tower-service v0.3.3
6472026-07-14T05:18:07.546Z Downloaded thiserror v2.0.18
6482026-07-14T05:18:07.549Z Downloaded thiserror v1.0.69
6492026-07-14T05:18:07.552Z Downloaded progenitor-impl v0.13.0
6502026-07-14T05:18:07.555Z Downloaded tower-layer v0.3.3
6512026-07-14T05:18:07.555Z Downloaded try-lock v0.2.5
6522026-07-14T05:18:07.555Z Downloaded toml_write v0.1.2
6532026-07-14T05:18:07.555Z Downloaded typify-macro v0.4.3
6542026-07-14T05:18:07.560Z Downloaded thiserror-no-std v2.0.2
6552026-07-14T05:18:07.563Z Downloaded typeid v1.0.3
6562026-07-14T05:18:07.563Z Downloaded tiny-keccak v2.0.2
6572026-07-14T05:18:07.563Z Downloaded thread_local v1.1.9
6582026-07-14T05:18:07.563Z Downloaded thiserror-impl v2.0.18
6592026-07-14T05:18:07.566Z Downloaded unicode-linebreak v0.1.5
6602026-07-14T05:18:07.566Z Downloaded unit-prefix v0.5.2
6612026-07-14T05:18:07.566Z Downloaded minimal-lexical v0.2.1
6622026-07-14T05:18:07.570Z Downloaded spin v0.9.8
6632026-07-14T05:18:07.573Z Downloaded serde_derive v1.0.228
6642026-07-14T05:18:07.573Z Downloaded indexmap v2.14.0
6652026-07-14T05:18:07.576Z Downloaded tokio-dtrace v0.1.1
6662026-07-14T05:18:07.576Z Downloaded tinystr v0.8.3
6672026-07-14T05:18:07.579Z Downloaded hashbrown v0.12.3
6682026-07-14T05:18:07.579Z Downloaded rayon-core v1.13.0
6692026-07-14T05:18:07.583Z Downloaded unarray v0.1.4
6702026-07-14T05:18:07.583Z Downloaded time-macros v0.2.27
6712026-07-14T05:18:07.586Z Downloaded memchr v2.8.1
6722026-07-14T05:18:07.589Z Downloaded untrusted v0.9.0
6732026-07-14T05:18:07.589Z Downloaded untrusted v0.7.1
6742026-07-14T05:18:07.589Z Downloaded universal-hash v0.5.1
6752026-07-14T05:18:07.589Z Downloaded thiserror-impl v1.0.69
6762026-07-14T05:18:07.592Z Downloaded utf8parse v0.2.2
6772026-07-14T05:18:07.592Z Downloaded usdt-macro v0.6.0
6782026-07-14T05:18:07.592Z Downloaded usdt-macro v0.5.0
6792026-07-14T05:18:07.592Z Downloaded serde_yaml v0.9.34+deprecated
6802026-07-14T05:18:07.595Z Downloaded tokio-tungstenite v0.21.0
6812026-07-14T05:18:07.595Z Downloaded schemars v0.8.22
6822026-07-14T05:18:07.601Z Downloaded version_check v0.9.5
6832026-07-14T05:18:07.604Z Downloaded wait-timeout v0.2.1
6842026-07-14T05:18:07.604Z Downloaded want v0.3.1
6852026-07-14T05:18:07.604Z Downloaded utf8_iter v1.0.4
6862026-07-14T05:18:07.607Z Downloaded utf-8 v0.7.6
6872026-07-14T05:18:07.607Z Downloaded usdt-attr-macro v0.6.0
6882026-07-14T05:18:07.607Z Downloaded usdt-attr-macro v0.5.0
6892026-07-14T05:18:07.607Z Downloaded unicode-xid v0.2.6
6902026-07-14T05:18:07.607Z Downloaded ryu v1.0.23
6912026-07-14T05:18:07.614Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6922026-07-14T05:18:07.614Z Downloaded toml_writer v1.1.1+spec-1.1.0
6932026-07-14T05:18:07.614Z Downloaded waitgroup v0.1.2
6942026-07-14T05:18:07.614Z Downloaded hyper-util v0.1.20
6952026-07-14T05:18:07.651Z Downloaded similar v2.7.0
6962026-07-14T05:18:07.651Z Downloaded tempfile v3.27.0
6972026-07-14T05:18:07.651Z Downloaded thin-vec v0.2.18
6982026-07-14T05:18:07.651Z Downloaded term v1.2.1
6992026-07-14T05:18:07.651Z Downloaded h2 v0.4.14
7002026-07-14T05:18:07.651Z Downloaded smallvec v1.15.1
7012026-07-14T05:18:07.651Z Downloaded schemars v0.9.0
7022026-07-14T05:18:07.651Z Downloaded zerofrom-derive v0.1.7
7032026-07-14T05:18:07.651Z Downloaded typify-macro v0.6.2
7042026-07-14T05:18:07.651Z Downloaded rand v0.8.6
7052026-07-14T05:18:07.651Z Downloaded zerofrom v0.1.8
7062026-07-14T05:18:07.651Z Downloaded quinn v0.11.9
7072026-07-14T05:18:07.651Z Downloaded yoke-derive v0.8.2
7082026-07-14T05:18:07.651Z Downloaded qorb v0.4.1
7092026-07-14T05:18:07.655Z Downloaded zeroize_derive v1.4.3
7102026-07-14T05:18:07.655Z Downloaded zone v0.3.1
7112026-07-14T05:18:07.658Z Downloaded usdt v0.5.0
7122026-07-14T05:18:07.661Z Downloaded usdt-impl v0.6.0
7132026-07-14T05:18:07.664Z Downloaded nom v7.1.3
7142026-07-14T05:18:07.668Z Downloaded mio v1.2.1
7152026-07-14T05:18:07.671Z Downloaded vsss-rs v3.3.4
7162026-07-14T05:18:07.674Z Downloaded zone_cfg_derive v0.3.1
7172026-07-14T05:18:07.674Z Downloaded walkdir v2.5.0
7182026-07-14T05:18:07.674Z Downloaded toml_parser v1.1.2+spec-1.1.0
7192026-07-14T05:18:07.677Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7202026-07-14T05:18:07.677Z Downloaded toml v0.8.23
7212026-07-14T05:18:07.677Z Downloaded idna v1.1.0
7222026-07-14T05:18:07.680Z Downloaded whoami v1.6.1
7232026-07-14T05:18:07.680Z Downloaded strum_macros v0.26.4
7242026-07-14T05:18:07.683Z Downloaded usdt-impl v0.5.0
7252026-07-14T05:18:07.683Z Downloaded tracing-attributes v0.1.31
7262026-07-14T05:18:07.686Z Downloaded textwrap v0.16.2
7272026-07-14T05:18:07.687Z Downloaded slog v2.8.2
7282026-07-14T05:18:07.690Z Downloaded writeable v0.6.3
7292026-07-14T05:18:07.690Z Downloaded socket2 v0.6.5
7302026-07-14T05:18:07.690Z Downloaded rand v0.9.4
7312026-07-14T05:18:07.693Z Downloaded zeroize v1.8.2
7322026-07-14T05:18:07.693Z Downloaded rustls-webpki v0.103.13
7332026-07-14T05:18:07.697Z Downloaded rustls-platform-verifier v0.7.0
7342026-07-14T05:18:07.700Z Downloaded serde v1.0.228
7352026-07-14T05:18:07.700Z Downloaded hashbrown v0.15.5
7362026-07-14T05:18:07.703Z Downloaded snafu v0.8.9
7372026-07-14T05:18:07.706Z Downloaded usdt v0.6.0
7382026-07-14T05:18:07.709Z Downloaded tokio-stream v0.1.18
7392026-07-14T05:18:07.709Z Downloaded tinyvec v1.11.0
7402026-07-14T05:18:07.712Z Downloaded zmij v1.0.21
7412026-07-14T05:18:07.712Z Downloaded ucd-trie v0.1.7
7422026-07-14T05:18:07.716Z Downloaded toml v0.9.12+spec-1.1.0
7432026-07-14T05:18:07.719Z Downloaded zerovec-derive v0.11.3
7442026-07-14T05:18:07.723Z Downloaded itertools v0.12.1
7452026-07-14T05:18:07.728Z Downloaded schemars v1.2.1
7462026-07-14T05:18:07.736Z Downloaded tungstenite v0.21.0
7472026-07-14T05:18:07.740Z Downloaded zerocopy-derive v0.7.35
7482026-07-14T05:18:07.743Z Downloaded typify v0.4.3
7492026-07-14T05:18:07.743Z Downloaded yoke v0.8.3
7502026-07-14T05:18:07.746Z Downloaded xz2 v0.1.7
7512026-07-14T05:18:07.746Z Downloaded toml v1.1.2+spec-1.1.0
7522026-07-14T05:18:07.749Z Downloaded pest v2.8.6
7532026-07-14T05:18:07.749Z Downloaded rand v0.10.2
7542026-07-14T05:18:07.754Z Downloaded test-strategy v0.4.5
7552026-07-14T05:18:07.757Z Downloaded nom v8.0.0
7562026-07-14T05:18:07.757Z Downloaded unicode-ident v1.0.24
7572026-07-14T05:18:07.761Z Downloaded typify v0.6.2
7582026-07-14T05:18:07.761Z Downloaded tokio-rustls v0.26.4
7592026-07-14T05:18:07.764Z Downloaded steno v0.4.1
7602026-07-14T05:18:07.764Z Downloaded itertools v0.14.0
7612026-07-14T05:18:07.767Z Downloaded hyper v1.10.1
7622026-07-14T05:18:07.771Z Downloaded libm v0.2.16
7632026-07-14T05:18:07.776Z Downloaded uuid v1.23.5
7642026-07-14T05:18:07.779Z Downloaded toml_edit v0.22.27
7652026-07-14T05:18:07.782Z Downloaded clap_builder v4.6.0
7662026-07-14T05:18:07.785Z Downloaded futures-util v0.3.32
7672026-07-14T05:18:07.790Z Downloaded tracing-core v0.1.36
7682026-07-14T05:18:07.793Z Downloaded hkdf v0.12.4
7692026-07-14T05:18:07.793Z Downloaded unsafe-libyaml v0.2.11
7702026-07-14T05:18:07.797Z Downloaded toml_edit v0.25.12+spec-1.1.0
7712026-07-14T05:18:07.800Z Downloaded hashbrown v0.17.1
7722026-07-14T05:18:07.803Z Downloaded ron v0.12.1
7732026-07-14T05:18:07.806Z Downloaded yansi v1.0.1
7742026-07-14T05:18:07.809Z Downloaded itertools v0.15.0
7752026-07-14T05:18:07.814Z Downloaded icu_properties_data v2.2.0
7762026-07-14T05:18:07.819Z Downloaded goblin v0.8.2
7772026-07-14T05:18:07.822Z Downloaded url v2.5.8
7782026-07-14T05:18:07.833Z Downloaded toml_edit v0.19.15
7792026-07-14T05:18:07.841Z Downloaded tower v0.5.3
7802026-07-14T05:18:07.846Z Downloaded unicode-segmentation v1.13.3
7812026-07-14T05:18:07.849Z Downloaded serde_json v1.0.150
7822026-07-14T05:18:07.862Z Downloaded reqwest v0.12.28
7832026-07-14T05:18:07.866Z Downloaded reqwest v0.13.4
7842026-07-14T05:18:07.870Z Downloaded zerotrie v0.2.4
7852026-07-14T05:18:07.873Z Downloaded zerocopy-derive v0.8.50
7862026-07-14T05:18:07.877Z Downloaded regex v1.12.3
7872026-07-14T05:18:07.883Z Downloaded typenum v1.20.1
7882026-07-14T05:18:07.890Z Downloaded typed-path v0.9.3
7892026-07-14T05:18:07.899Z Downloaded unicode-normalization v0.1.25
7902026-07-14T05:18:07.904Z Downloaded iddqd v0.4.5
7912026-07-14T05:18:07.909Z Downloaded portable-atomic v1.13.1
7922026-07-14T05:18:07.918Z Downloaded chrono v0.4.45
7932026-07-14T05:18:07.922Z Downloaded aws-lc-rs v1.17.0
7942026-07-14T05:18:07.937Z Downloaded tower-http v0.6.11
7952026-07-14T05:18:07.941Z Downloaded tokio-util v0.7.18
7962026-07-14T05:18:07.945Z Downloaded tough v0.22.0
7972026-07-14T05:18:07.950Z Downloaded moka v0.12.15
7982026-07-14T05:18:07.954Z Downloaded rayon v1.12.0
7992026-07-14T05:18:07.961Z Downloaded zerovec v0.11.6
8002026-07-14T05:18:07.969Z Downloaded zerocopy v0.7.35
8012026-07-14T05:18:07.977Z Downloaded goblin v0.10.7
8022026-07-14T05:18:07.982Z Downloaded proptest v1.11.0
8032026-07-14T05:18:08.000Z Downloaded winnow v0.5.40
8042026-07-14T05:18:08.005Z Downloaded winnow v0.7.15
8052026-07-14T05:18:08.008Z Downloaded serde_with v3.20.0
8062026-07-14T05:18:08.030Z Downloaded time v0.3.47
8072026-07-14T05:18:08.036Z Downloaded webpki-roots v1.0.7
8082026-07-14T05:18:08.039Z Downloaded quinn-proto v0.11.14
8092026-07-14T05:18:08.047Z Downloaded curve25519-dalek v4.1.3
8102026-07-14T05:18:08.052Z Downloaded tabled v0.21.0
8112026-07-14T05:18:08.061Z Downloaded winnow v1.0.3
8122026-07-14T05:18:08.069Z Downloaded tabled v0.15.0
8132026-07-14T05:18:08.074Z Downloaded syn v1.0.109
8142026-07-14T05:18:08.080Z Downloaded openssl v0.10.80
8152026-07-14T05:18:08.085Z Downloaded dropshot v0.17.1
8162026-07-14T05:18:08.098Z Downloaded vcpkg v0.2.15
8172026-07-14T05:18:08.118Z Downloaded bstr v1.12.1
8182026-07-14T05:18:08.122Z Downloaded rhai v1.25.1
8192026-07-14T05:18:08.128Z Downloaded nix v0.31.3
8202026-07-14T05:18:08.135Z Downloaded unicode-width v0.1.14
8212026-07-14T05:18:08.138Z Downloaded hickory-proto v0.25.2
8222026-07-14T05:18:08.146Z Downloaded zerocopy v0.8.50
8232026-07-14T05:18:08.159Z Downloaded smoltcp v0.11.0
8242026-07-14T05:18:08.163Z Downloaded openapiv3 v2.2.0
8252026-07-14T05:18:08.169Z Downloaded regress v0.10.5
8262026-07-14T05:18:08.174Z Downloaded unicode-width v0.2.2
8272026-07-14T05:18:08.177Z Downloaded syn v2.0.117
8282026-07-14T05:18:08.182Z Downloaded rustls v0.23.40
8292026-07-14T05:18:08.189Z Downloaded rustix v0.38.44
8302026-07-14T05:18:08.201Z Downloaded regress v0.11.1
8312026-07-14T05:18:08.206Z Downloaded tracing v0.1.44
8322026-07-14T05:18:08.216Z Downloaded rustix v1.1.4
8332026-07-14T05:18:08.228Z Downloaded regex-syntax v0.8.10
8342026-07-14T05:18:08.233Z Downloaded hickory-proto v0.24.4
8352026-07-14T05:18:08.251Z Downloaded regex-automata v0.4.14
8362026-07-14T05:18:08.270Z Downloaded petgraph v0.6.5
8372026-07-14T05:18:08.280Z Downloaded sled v0.34.7
8382026-07-14T05:18:08.285Z Downloaded typify-impl v0.4.3
8392026-07-14T05:18:08.293Z Downloaded typify-impl v0.6.2
8402026-07-14T05:18:08.299Z Downloaded libc v0.2.186
8412026-07-14T05:18:08.333Z Downloaded sha3 v0.10.9
8422026-07-14T05:18:08.359Z Downloaded lzma-sys v0.1.20
8432026-07-14T05:18:08.374Z Downloaded jiff v0.2.28
8442026-07-14T05:18:08.384Z Downloaded chrono-tz v0.10.4
8452026-07-14T05:18:08.392Z Downloaded encoding_rs v0.8.35
8462026-07-14T05:18:08.406Z Downloaded petgraph v0.8.3
8472026-07-14T05:18:08.418Z Downloaded csv v1.4.0
8482026-07-14T05:18:08.428Z Downloaded tokio v1.52.3
8492026-07-14T05:18:08.450Z Downloaded ring v0.17.14
8502026-07-14T05:18:08.989Z Downloaded aws-lc-sys v0.41.0
8512026-07-14T05:18:09.542Z Compiling proc-macro2 v1.0.106
8522026-07-14T05:18:09.542Z Compiling quote v1.0.45
8532026-07-14T05:18:09.542Z Compiling unicode-ident v1.0.24
8542026-07-14T05:18:09.545Z Compiling serde_core v1.0.228
8552026-07-14T05:18:09.545Z Compiling libc v0.2.186
8562026-07-14T05:18:09.545Z Compiling serde v1.0.228
8572026-07-14T05:18:09.545Z Compiling zmij v1.0.21
8582026-07-14T05:18:09.545Z Compiling autocfg v1.5.1
8592026-07-14T05:18:09.919Z Compiling libm v0.2.16
8602026-07-14T05:18:10.267Z Compiling icu_properties_data v2.2.0
8612026-07-14T05:18:10.267Z Compiling icu_normalizer_data v2.2.0
8622026-07-14T05:18:10.271Z Compiling serde_json v1.0.150
8632026-07-14T05:18:10.378Z Compiling num-traits v0.2.19
8642026-07-14T05:18:10.618Z Compiling getrandom v0.4.2
8652026-07-14T05:18:10.644Z Compiling thiserror v2.0.18
8662026-07-14T05:18:10.827Z Compiling version_check v0.9.5
8672026-07-14T05:18:11.069Z Compiling memchr v2.8.1
8682026-07-14T05:18:11.098Z Compiling syn v2.0.117
8692026-07-14T05:18:11.151Z Compiling schemars v0.8.22
8702026-07-14T05:18:11.230Z Checking cfg-if v1.0.4
8712026-07-14T05:18:11.266Z Compiling parking_lot_core v0.9.12
8722026-07-14T05:18:11.375Z Compiling zerocopy v0.8.50
8732026-07-14T05:18:11.438Z Compiling heck v0.5.0
8742026-07-14T05:18:11.665Z Compiling portable-atomic v1.13.1
8752026-07-14T05:18:11.687Z Compiling rustversion v1.0.22
8762026-07-14T05:18:11.761Z Compiling itoa v1.0.18
8772026-07-14T05:18:11.948Z Compiling jobserver v0.1.34
8782026-07-14T05:18:11.952Z Compiling shlex v2.0.1
8792026-07-14T05:18:12.166Z Compiling find-msvc-tools v0.1.9
8802026-07-14T05:18:12.418Z Compiling cc v1.2.63
8812026-07-14T05:18:12.606Z Compiling dunce v1.0.5
8822026-07-14T05:18:12.693Z Compiling fs_extra v1.3.0
8832026-07-14T05:18:12.713Z Compiling semver v1.0.28
8842026-07-14T05:18:12.735Z Compiling log v0.4.32
8852026-07-14T05:18:12.754Z Compiling httparse v1.10.1
8862026-07-14T05:18:12.776Z Compiling slog v2.8.2
8872026-07-14T05:18:12.926Z Compiling getrandom v0.3.4
8882026-07-14T05:18:12.964Z Compiling rustix v1.1.4
8892026-07-14T05:18:13.070Z Checking stable_deref_trait v1.2.1
8902026-07-14T05:18:13.102Z Compiling equivalent v1.0.2
8912026-07-14T05:18:13.184Z Compiling cmake v0.1.58
8922026-07-14T05:18:13.207Z Compiling thiserror v1.0.69
8932026-07-14T05:18:13.336Z Checking litemap v0.8.2
8942026-07-14T05:18:13.489Z Checking writeable v0.6.3
8952026-07-14T05:18:13.521Z Checking utf8_iter v1.0.4
8962026-07-14T05:18:13.543Z Compiling aws-lc-rs v1.17.0
8972026-07-14T05:18:13.602Z Checking percent-encoding v2.3.2
8982026-07-14T05:18:13.769Z Checking form_urlencoded v1.2.2
8992026-07-14T05:18:13.772Z Compiling aws-lc-sys v0.41.0
9002026-07-14T05:18:13.772Z Compiling ring v0.17.14
9012026-07-14T05:18:13.831Z Compiling rustls v0.23.40
9022026-07-14T05:18:13.890Z Compiling ucd-trie v0.1.7
9032026-07-14T05:18:13.912Z Compiling anyhow v1.0.103
9042026-07-14T05:18:14.066Z Compiling synstructure v0.13.2
9052026-07-14T05:18:14.130Z Compiling serde_derive_internals v0.29.1
9062026-07-14T05:18:14.238Z Compiling pest v2.8.6
9072026-07-14T05:18:14.488Z Compiling regex-syntax v0.8.10
9082026-07-14T05:18:14.671Z Compiling aho-corasick v1.1.4
9092026-07-14T05:18:15.015Z Compiling crossbeam-utils v0.8.21
9102026-07-14T05:18:15.270Z Compiling serde_derive v1.0.228
9112026-07-14T05:18:15.370Z Compiling zerofrom-derive v0.1.7
9122026-07-14T05:18:15.481Z Compiling yoke-derive v0.8.2
9132026-07-14T05:18:15.718Z Compiling zerovec-derive v0.11.3
9142026-07-14T05:18:16.080Z Compiling displaydoc v0.2.6
9152026-07-14T05:18:16.534Z Compiling schemars_derive v0.8.22
9162026-07-14T05:18:16.568Z Compiling thiserror-impl v2.0.18
9172026-07-14T05:18:16.571Z Compiling tokio-macros v2.7.0
9182026-07-14T05:18:16.843Z Compiling zeroize_derive v1.4.3
9192026-07-14T05:18:16.914Z Compiling zerocopy-derive v0.8.50
9202026-07-14T05:18:17.342Z Compiling futures-macro v0.3.32
9212026-07-14T05:18:17.508Z Compiling tracing-attributes v0.1.31
9222026-07-14T05:18:17.735Z Checking zerofrom v0.1.8
9232026-07-14T05:18:17.855Z Checking yoke v0.8.3
9242026-07-14T05:18:17.898Z Compiling thiserror-impl v1.0.69
9252026-07-14T05:18:18.284Z Checking zerovec v0.11.6
9262026-07-14T05:18:18.428Z Compiling serde_tokenstream v0.2.3
9272026-07-14T05:18:18.450Z Checking smallvec v1.15.1
9282026-07-14T05:18:18.454Z Checking bytes v1.11.1
9292026-07-14T05:18:18.662Z Checking zerotrie v0.2.4
9302026-07-14T05:18:18.724Z Compiling pest_meta v2.8.6
9312026-07-14T05:18:18.745Z Checking tinystr v0.8.3
9322026-07-14T05:18:18.767Z Checking potential_utf v0.1.5
9332026-07-14T05:18:18.893Z Checking icu_collections v2.2.0
9342026-07-14T05:18:18.915Z Compiling regex-automata v0.4.14
9352026-07-14T05:18:18.955Z Checking icu_locale_core v2.2.0
9362026-07-14T05:18:19.026Z Checking rand_core v0.10.1
9372026-07-14T05:18:19.136Z Compiling hashbrown v0.17.1
9382026-07-14T05:18:19.194Z Checking iana-time-zone v0.1.65
9392026-07-14T05:18:19.304Z Compiling pest_generator v2.8.6
9402026-07-14T05:18:19.355Z Checking chrono v0.4.45
9412026-07-14T05:18:19.550Z Checking icu_provider v2.2.0
9422026-07-14T05:18:19.687Z Compiling indexmap v2.14.0
9432026-07-14T05:18:19.708Z Compiling paste v1.0.15
9442026-07-14T05:18:19.788Z Checking icu_normalizer v2.2.0
9452026-07-14T05:18:19.906Z Checking icu_properties v2.2.0
9462026-07-14T05:18:19.997Z Compiling pest_derive v2.8.6
9472026-07-14T05:18:20.020Z Compiling num-conv v0.2.2
9482026-07-14T05:18:20.126Z Compiling time-core v0.1.8
9492026-07-14T05:18:20.269Z Compiling time-macros v0.2.27
9502026-07-14T05:18:20.517Z Checking uuid v1.23.5
9512026-07-14T05:18:20.538Z Compiling regex v1.12.3
9522026-07-14T05:18:20.753Z Checking idna_adapter v1.2.2
9532026-07-14T05:18:20.885Z Checking idna v1.1.0
9542026-07-14T05:18:20.936Z Compiling async-trait v0.1.89
9552026-07-14T05:18:21.054Z Compiling byteorder v1.5.0
9562026-07-14T05:18:21.139Z Checking url v2.5.8
9572026-07-14T05:18:21.255Z Compiling camino v1.2.4
9582026-07-14T05:18:21.640Z Checking dyn-clone v1.0.20
9592026-07-14T05:18:21.744Z Checking errno v0.3.14
9602026-07-14T05:18:21.806Z Compiling strsim v0.11.1
9612026-07-14T05:18:21.868Z Compiling scroll_derive v0.13.1
9622026-07-14T05:18:21.927Z Compiling ident_case v1.0.1
9632026-07-14T05:18:22.107Z Compiling omicron-workspace-hack v0.1.0
9642026-07-14T05:18:22.269Z Compiling slog-async v2.8.0
9652026-07-14T05:18:22.369Z Compiling generic-array v0.14.7
9662026-07-14T05:18:22.486Z Compiling crc32fast v1.5.0
9672026-07-14T05:18:22.669Z Compiling usdt-impl v0.6.0
9682026-07-14T05:18:22.697Z Compiling scroll v0.13.0
9692026-07-14T05:18:22.702Z Compiling plain v0.2.3
9702026-07-14T05:18:22.953Z Compiling goblin v0.10.7
9712026-07-14T05:18:22.974Z Compiling daft-derive v0.1.7
9722026-07-14T05:18:22.996Z Compiling pretty-hex v0.4.2
9732026-07-14T05:18:23.134Z Checking pin-project-lite v0.2.17
9742026-07-14T05:18:23.205Z Compiling dtrace-parser v0.3.0
9752026-07-14T05:18:23.232Z Compiling thread-id v5.1.0
9762026-07-14T05:18:23.727Z Compiling syn v1.0.109
9772026-07-14T05:18:23.748Z Checking getrandom v0.2.17
9782026-07-14T05:18:23.822Z Checking zeroize v1.8.2
9792026-07-14T05:18:23.891Z Checking bitflags v2.12.1
9802026-07-14T05:18:24.302Z Compiling multer v3.1.0
9812026-07-14T05:18:24.607Z Compiling async-stream-impl v0.3.6
9822026-07-14T05:18:24.666Z Checking socket2 v0.6.5
9832026-07-14T05:18:24.763Z Checking scopeguard v1.2.0
9842026-07-14T05:18:24.874Z Checking lock_api v0.4.14
9852026-07-14T05:18:25.027Z Checking critical-section v1.2.0
9862026-07-14T05:18:25.091Z Compiling ref-cast v1.0.25
9872026-07-14T05:18:25.127Z Checking once_cell v1.21.4
9882026-07-14T05:18:25.302Z Compiling ref-cast-impl v1.0.25
9892026-07-14T05:18:25.349Z Compiling dropshot v0.17.1
9902026-07-14T05:18:25.616Z Compiling dropshot_endpoint v0.17.1
9912026-07-14T05:18:25.824Z Compiling dof v0.4.0
9922026-07-14T05:18:25.846Z Checking parking_lot v0.12.5
9932026-07-14T05:18:25.904Z Compiling newtype-uuid-macros v0.1.0
9942026-07-14T05:18:26.361Z Checking signal-hook-registry v1.4.8
9952026-07-14T05:18:26.775Z Checking mio v1.2.1
9962026-07-14T05:18:26.901Z Compiling darling_core v0.23.0
9972026-07-14T05:18:27.050Z Compiling structmeta-derive v0.3.0
9982026-07-14T05:18:27.072Z Checking tokio v1.52.3
9992026-07-14T05:18:27.152Z Compiling usdt-macro v0.6.0
10002026-07-14T05:18:27.184Z Compiling usdt-attr-macro v0.6.0
10012026-07-14T05:18:27.274Z Compiling strum_macros v0.26.4
10022026-07-14T05:18:27.476Z Checking subtle v2.6.1
10032026-07-14T05:18:27.635Z Compiling allocator-api2 v0.2.21
10042026-07-14T05:18:27.977Z Compiling foldhash v0.2.0
10052026-07-14T05:18:28.057Z Checking futures-core v0.3.32
10062026-07-14T05:18:28.109Z Compiling structmeta v0.3.0
10072026-07-14T05:18:28.172Z Compiling hashbrown v0.16.1
10082026-07-14T05:18:28.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10092026-07-14T05:18:28.759Z Compiling strum_macros v0.27.2
10102026-07-14T05:18:28.897Z Compiling derive-ex v0.1.8
10112026-07-14T05:18:28.917Z Compiling http v1.4.2
10122026-07-14T05:18:29.025Z Compiling darling_macro v0.23.0
10132026-07-14T05:18:29.186Z Checking futures-sink v0.3.32
10142026-07-14T05:18:29.294Z Checking ipnetwork v0.21.1
10152026-07-14T05:18:29.600Z Compiling darling v0.23.0
10162026-07-14T05:18:29.691Z Compiling serde_with_macros v3.20.0
10172026-07-14T05:18:29.735Z Checking slab v0.4.12
10182026-07-14T05:18:29.819Z Compiling winnow v1.0.3
10192026-07-14T05:18:30.438Z Compiling test-strategy v0.4.5
10202026-07-14T05:18:30.528Z Checking futures-channel v0.3.32
10212026-07-14T05:18:30.725Z Compiling toml_parser v1.1.2+spec-1.1.0
10222026-07-14T05:18:30.850Z Checking futures-io v0.3.32
10232026-07-14T05:18:30.928Z Checking futures-task v0.3.32
10242026-07-14T05:18:30.948Z Checking typenum v1.20.1
10252026-07-14T05:18:30.989Z Compiling fnv v1.0.7
10262026-07-14T05:18:31.071Z Compiling toml_datetime v1.1.1+spec-1.1.0
10272026-07-14T05:18:31.073Z Checking futures-util v0.3.32
10282026-07-14T05:18:31.276Z Compiling parse-display-derive v0.10.0
10292026-07-14T05:18:31.717Z Checking oxnet v0.1.6
10302026-07-14T05:18:31.738Z Checking tracing-core v0.1.36
10312026-07-14T05:18:31.820Z Checking erased-serde v0.3.31
10322026-07-14T05:18:32.197Z Checking tracing v0.1.44
10332026-07-14T05:18:32.394Z Compiling ryu v1.0.23
10342026-07-14T05:18:32.571Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
10352026-07-14T05:18:32.602Z Compiling clap_derive v4.6.1
10362026-07-14T05:18:32.872Z Checking base64 v0.22.1
10372026-07-14T05:18:33.313Z Checking rand_core v0.6.4
10382026-07-14T05:18:33.335Z Compiling openapiv3 v2.2.0
10392026-07-14T05:18:33.534Z Checking rustls-pki-types v1.14.1
10402026-07-14T05:18:33.808Z Checking tokio-util v0.7.18
10412026-07-14T05:18:33.999Z Checking untrusted v0.9.0
10422026-07-14T05:18:34.116Z Checking ipnet v2.12.0
10432026-07-14T05:18:34.320Z Checking untrusted v0.7.1
10442026-07-14T05:18:34.369Z Compiling toml_edit v0.25.12+spec-1.1.0
10452026-07-14T05:18:34.745Z Checking http-body v1.0.1
10462026-07-14T05:18:35.006Z Compiling proc-macro-crate v3.5.0
10472026-07-14T05:18:35.033Z Checking atomic-waker v1.1.2
10482026-07-14T05:18:35.428Z Checking try-lock v0.2.5
10492026-07-14T05:18:35.431Z Compiling num_enum_derive v0.7.6
10502026-07-14T05:18:35.470Z Checking tower-service v0.3.3
10512026-07-14T05:18:35.490Z Compiling either v1.16.0
10522026-07-14T05:18:35.528Z Checking tower-layer v0.3.3
10532026-07-14T05:18:35.603Z Checking want v0.3.1
10542026-07-14T05:18:35.671Z Compiling itertools v0.14.0
10552026-07-14T05:18:35.693Z Checking h2 v0.4.14
10562026-07-14T05:18:35.885Z Checking httpdate v1.0.3
10572026-07-14T05:18:36.057Z Compiling regress v0.11.1
10582026-07-14T05:18:36.441Z Compiling crucible-workspace-hack v0.1.0
10592026-07-14T05:18:36.892Z Checking serde_urlencoded v0.7.1
10602026-07-14T05:18:36.946Z Checking http-body-util v0.1.4
10612026-07-14T05:18:37.455Z Checking ppv-lite86 v0.2.21
10622026-07-14T05:18:37.594Z Checking hyper v1.10.1
10632026-07-14T05:18:37.652Z Compiling typify-impl v0.6.2
10642026-07-14T05:18:37.753Z Compiling unsafe-libyaml v0.2.11
10652026-07-14T05:18:38.310Z Compiling serde_yaml v0.9.34+deprecated
10662026-07-14T05:18:38.518Z Checking hyper-util v0.1.20
10672026-07-14T05:18:39.243Z Compiling convert_case v0.4.0
10682026-07-14T05:18:39.524Z Compiling derive_more v0.99.20
10692026-07-14T05:18:40.263Z Compiling darling_core v0.21.3
10702026-07-14T05:18:40.320Z Compiling zerocopy-derive v0.7.35
10712026-07-14T05:18:40.798Z Checking powerfmt v0.2.0
10722026-07-14T05:18:41.017Z Compiling typify-macro v0.6.2
10732026-07-14T05:18:41.105Z Checking deranged v0.5.8
10742026-07-14T05:18:41.998Z Compiling regress v0.10.5
10752026-07-14T05:18:42.377Z Compiling rustix v0.38.44
10762026-07-14T05:18:42.419Z Compiling darling_macro v0.21.3
10772026-07-14T05:18:42.544Z Checking num_threads v0.1.7
10782026-07-14T05:18:42.637Z Checking time v0.3.47
10792026-07-14T05:18:42.962Z Compiling heapless v0.8.0
10802026-07-14T05:18:43.002Z Compiling darling v0.21.3
10812026-07-14T05:18:43.134Z Compiling ingot-macros v0.1.1
10822026-07-14T05:18:43.184Z Compiling typify v0.6.2
10832026-07-14T05:18:43.470Z Checking crossbeam-channel v0.5.15
10842026-07-14T05:18:43.780Z Compiling serde_repr v0.1.20
10852026-07-14T05:18:43.806Z Compiling scroll_derive v0.12.1
10862026-07-14T05:18:44.027Z Compiling heck v0.4.1
10872026-07-14T05:18:44.595Z Checking cpufeatures v0.3.0
10882026-07-14T05:18:45.068Z Checking futures-executor v0.3.32
10892026-07-14T05:18:45.209Z Checking sync_wrapper v1.0.2
10902026-07-14T05:18:45.230Z Checking thread_local v1.1.9
10912026-07-14T05:18:45.251Z Compiling smoltcp v0.11.0
10922026-07-14T05:18:45.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10932026-07-14T05:18:45.723Z Checking tower v0.5.3
10942026-07-14T05:18:45.889Z Checking rand_core v0.9.5
10952026-07-14T05:18:45.975Z Checking webpki-roots v1.0.7
10962026-07-14T05:18:46.197Z Compiling rustc_version v0.4.1
10972026-07-14T05:18:46.268Z Checking is-terminal v0.4.17
10982026-07-14T05:18:46.309Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
10992026-07-14T05:18:46.363Z Checking take_mut v0.2.2
11002026-07-14T05:18:46.474Z Checking term v1.2.1
11012026-07-14T05:18:46.616Z Compiling curve25519-dalek v4.1.3
11022026-07-14T05:18:46.677Z Checking tower-http v0.6.11
11032026-07-14T05:18:46.762Z Checking slog-term v2.9.2
11042026-07-14T05:18:46.784Z Checking futures v0.3.32
11052026-07-14T05:18:46.938Z Compiling toml_datetime v0.6.11
11062026-07-14T05:18:46.986Z Compiling foreign-types-macros v0.2.3
11072026-07-14T05:18:47.257Z Checking hex v0.4.3
11082026-07-14T05:18:47.282Z Checking fastrand v2.4.1
11092026-07-14T05:18:47.605Z Checking rand_chacha v0.9.0
11102026-07-14T05:18:47.796Z Compiling zerocopy v0.7.35
11112026-07-14T05:18:47.926Z Compiling hubpack_derive v0.1.1
11122026-07-14T05:18:47.971Z Compiling thiserror-impl-no-std v2.0.2
11132026-07-14T05:18:48.259Z Compiling curve25519-dalek-derive v0.1.1
11142026-07-14T05:18:48.568Z Compiling usdt-impl v0.5.0
11152026-07-14T05:18:48.589Z Compiling proc-macro-error-attr v1.0.4
11162026-07-14T05:18:48.932Z Compiling dof v0.3.0
11172026-07-14T05:18:48.972Z Checking rand v0.9.4
11182026-07-14T05:18:48.976Z Compiling dtrace-parser v0.2.0
11192026-07-14T05:18:49.028Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11202026-07-14T05:18:49.462Z Compiling serde_spanned v1.1.1
11212026-07-14T05:18:49.590Z Compiling proc-macro-error v1.0.4
11222026-07-14T05:18:49.631Z Compiling thread-id v4.2.2
11232026-07-14T05:18:49.721Z Compiling memoffset v0.9.1
11242026-07-14T05:18:49.858Z Compiling pkg-config v0.3.33
11252026-07-14T05:18:49.861Z Compiling toml_writer v1.1.1+spec-1.1.0
11262026-07-14T05:18:50.950Z Checking tempfile v3.27.0
11272026-07-14T05:18:50.971Z Checking crypto-common v0.1.7
11282026-07-14T05:18:51.346Z Checking hybrid-array v0.4.12
11292026-07-14T05:18:51.759Z Compiling prettyplease v0.2.37
11302026-07-14T05:18:51.815Z Checking simd-adler32 v0.3.9
11312026-07-14T05:18:51.845Z Checking adler2 v2.0.1
11322026-07-14T05:18:51.960Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
11332026-07-14T05:18:52.005Z Checking openssl-probe v0.2.1
11342026-07-14T05:18:52.024Z Compiling cfg_aliases v0.2.1
11352026-07-14T05:18:52.103Z Checking match_cfg v0.1.0
11362026-07-14T05:18:52.143Z Checking rustls-native-certs v0.8.4
11372026-07-14T05:18:52.175Z Checking hostname v0.3.1
11382026-07-14T05:18:52.197Z Compiling nix v0.31.3
11392026-07-14T05:18:52.292Z Checking miniz_oxide v0.8.9
11402026-07-14T05:18:52.645Z Checking slog-json v2.6.1
11412026-07-14T05:18:52.804Z Checking newtype-uuid v1.3.2
11422026-07-14T05:18:52.825Z Checking memmap2 v0.9.10
11432026-07-14T05:18:53.171Z Checking usdt v0.6.0
11442026-07-14T05:18:53.212Z Checking daft v0.1.7
11452026-07-14T05:18:53.251Z Checking slog-bunyan v2.5.0
11462026-07-14T05:18:53.329Z Checking flate2 v1.1.9
11472026-07-14T05:18:53.392Z Checking block-buffer v0.12.0
11482026-07-14T05:18:53.442Z Checking crypto-common v0.2.2
11492026-07-14T05:18:53.537Z Compiling usdt-attr-macro v0.5.0
11502026-07-14T05:18:53.611Z Compiling usdt-macro v0.5.0
11512026-07-14T05:18:53.959Z Compiling enum-as-inner v0.6.1
11522026-07-14T05:18:54.053Z Compiling num-derive v0.4.2
11532026-07-14T05:18:54.167Z Checking compression-core v0.4.32
11542026-07-14T05:18:54.224Z Checking const-oid v0.10.2
11552026-07-14T05:18:54.321Z Compiling winnow v0.7.15
11562026-07-14T05:18:54.340Z Checking debug-ignore v1.0.5
11572026-07-14T05:18:54.507Z Checking digest v0.11.3
11582026-07-14T05:18:54.787Z Checking compression-codecs v0.4.38
11592026-07-14T05:18:54.988Z Compiling progenitor-impl v0.14.0
11602026-07-14T05:18:55.581Z Checking encoding_rs v0.8.35
11612026-07-14T05:18:55.635Z Compiling rayon-core v1.13.0
11622026-07-14T05:18:55.659Z Checking spin v0.9.8
11632026-07-14T05:18:55.697Z Checking mime v0.3.17
11642026-07-14T05:18:55.723Z Checking toml v1.1.2+spec-1.1.0
11652026-07-14T05:18:55.870Z Checking async-compression v0.4.42
11662026-07-14T05:18:56.014Z Checking sha1 v0.11.0
11672026-07-14T05:18:56.581Z Checking rand_chacha v0.3.1
11682026-07-14T05:18:56.625Z Checking waitgroup v0.1.2
11692026-07-14T05:18:56.673Z Checking rustls-pemfile v2.2.0
11702026-07-14T05:18:56.732Z Checking async-stream v0.3.6
11712026-07-14T05:18:56.807Z Checking serde_path_to_error v0.1.20
11722026-07-14T05:18:56.855Z Checking hostname v0.4.2
11732026-07-14T05:18:57.019Z Compiling wait-timeout v0.2.1
11742026-07-14T05:18:57.043Z Compiling bit-vec v0.8.0
11752026-07-14T05:18:57.074Z Compiling progenitor-macro v0.14.0
11762026-07-14T05:18:57.384Z Compiling quick-error v1.2.3
11772026-07-14T05:18:57.498Z Compiling rusty-fork v0.3.1
11782026-07-14T05:18:57.540Z Compiling bit-set v0.8.0
11792026-07-14T05:18:57.802Z Checking rand v0.8.6
11802026-07-14T05:18:58.208Z Checking rustls-webpki v0.103.13
11812026-07-14T05:18:58.547Z Compiling rand_xorshift v0.4.0
11822026-07-14T05:18:58.695Z Compiling num-integer v0.1.46
11832026-07-14T05:18:58.836Z Checking macaddr v1.0.1
11842026-07-14T05:18:59.274Z Compiling winnow v0.5.40
11852026-07-14T05:18:59.441Z Compiling unarray v0.1.4
11862026-07-14T05:18:59.723Z Checking unicode-width v0.2.2
11872026-07-14T05:19:00.203Z Compiling semver v0.1.20
11882026-07-14T05:19:00.329Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11892026-07-14T05:19:00.466Z Compiling rustc_version v0.1.7
11902026-07-14T05:19:00.547Z Compiling toml_edit v0.19.15
11912026-07-14T05:19:00.671Z Compiling proptest v1.11.0
11922026-07-14T05:19:01.008Z Checking tokio-rustls v0.26.4
11932026-07-14T05:19:01.169Z Checking rustls-platform-verifier v0.7.0
11942026-07-14T05:19:01.247Z Checking hyper-rustls v0.27.9
11952026-07-14T05:19:01.469Z Checking reqwest v0.13.4
11962026-07-14T05:19:02.214Z Compiling reqwest v0.12.28
11972026-07-14T05:19:02.217Z Compiling backon v1.6.0
11982026-07-14T05:19:02.507Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11992026-07-14T05:19:02.644Z Checking block-buffer v0.10.4
12002026-07-14T05:19:03.306Z Compiling strum v0.26.3
12012026-07-14T05:19:03.457Z Compiling instant v0.1.13
12022026-07-14T05:19:03.574Z Compiling utf8parse v0.2.2
12032026-07-14T05:19:03.637Z Compiling progenitor-client v0.14.0
12042026-07-14T05:19:03.714Z Compiling anstyle-parse v1.0.0
12052026-07-14T05:19:03.715Z Compiling backoff v0.4.0
12062026-07-14T05:19:03.872Z Compiling progenitor-extras v0.2.0
12072026-07-14T05:19:03.915Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12082026-07-14T05:19:03.915Z Compiling iddqd v0.4.5
12092026-07-14T05:19:03.980Z Compiling progenitor-client v0.10.0
12102026-07-14T05:19:04.107Z Checking digest v0.10.7
12112026-07-14T05:19:04.158Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12122026-07-14T05:19:04.308Z Compiling proc-macro-crate v1.3.1
12132026-07-14T05:19:04.332Z Compiling newtype_derive v0.1.6
12142026-07-14T05:19:04.409Z Compiling num-iter v0.1.45
12152026-07-14T05:19:04.447Z Compiling num-rational v0.4.2
12162026-07-14T05:19:04.479Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
12172026-07-14T05:19:04.538Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12182026-07-14T05:19:04.712Z Compiling parse-display v0.10.0
12192026-07-14T05:19:04.939Z Compiling serde_with v3.20.0
12202026-07-14T05:19:04.960Z Compiling strum v0.27.2
12212026-07-14T05:19:04.980Z Compiling num-complex v0.4.6
12222026-07-14T05:19:05.080Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12232026-07-14T05:19:05.106Z Compiling is_terminal_polyfill v1.70.2
12242026-07-14T05:19:05.216Z Compiling vcpkg v0.2.15
12252026-07-14T05:19:05.239Z Compiling anstyle-query v1.1.5
12262026-07-14T05:19:05.243Z Compiling humantime v2.3.0
12272026-07-14T05:19:05.280Z Compiling anstyle v1.0.14
12282026-07-14T05:19:05.328Z Compiling owo-colors v4.3.0
12292026-07-14T05:19:05.353Z Compiling colorchoice v1.0.5
12302026-07-14T05:19:05.430Z Compiling num v0.4.3
12312026-07-14T05:19:05.475Z Compiling anstream v1.0.0
12322026-07-14T05:19:05.497Z Compiling num_enum_derive v0.5.11
12332026-07-14T05:19:05.735Z Compiling terminal_size v0.4.4
12342026-07-14T05:19:05.786Z Compiling openssl-sys v0.9.116
12352026-07-14T05:19:05.806Z Compiling serde_spanned v0.6.9
12362026-07-14T05:19:05.875Z Compiling pin-project-internal v1.1.13
12372026-07-14T05:19:05.952Z Compiling derive-where v1.6.1
12382026-07-14T05:19:05.955Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12392026-07-14T05:19:06.152Z Compiling toml_write v0.1.2
12402026-07-14T05:19:06.343Z Compiling float-ord v0.3.2
12412026-07-14T05:19:06.369Z Compiling clap_lex v1.1.0
12422026-07-14T05:19:06.555Z Compiling clap_builder v4.6.0
12432026-07-14T05:19:06.603Z Compiling toml_edit v0.22.27
12442026-07-14T05:19:06.864Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12452026-07-14T05:19:06.966Z Compiling progenitor-impl v0.13.0
12462026-07-14T05:19:08.953Z Compiling clap v4.6.1
12472026-07-14T05:19:09.005Z Compiling toml v0.8.23
12482026-07-14T05:19:09.049Z Compiling progenitor-macro v0.13.0
12492026-07-14T05:19:09.052Z Compiling zone_cfg_derive v0.3.1
12502026-07-14T05:19:09.232Z Compiling snafu-derive v0.8.9
12512026-07-14T05:19:09.358Z Compiling async-recursion v1.1.1
12522026-07-14T05:19:10.732Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
12532026-07-14T05:19:10.814Z Compiling slog-dtrace v0.3.0
12542026-07-14T05:19:10.889Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12552026-07-14T05:19:11.049Z Compiling chrono-tz v0.10.4
12562026-07-14T05:19:11.072Z Compiling minimal-lexical v0.2.1
12572026-07-14T05:19:11.310Z Compiling cancel-safe-futures v0.1.5
12582026-07-14T05:19:11.384Z Compiling unicode-xid v0.2.6
12592026-07-14T05:19:11.406Z Compiling openssl v0.10.80
12602026-07-14T05:19:11.531Z Compiling const_format_proc_macros v0.2.34
12612026-07-14T05:19:11.715Z Compiling nom v7.1.3
12622026-07-14T05:19:12.178Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12632026-07-14T05:19:12.565Z Compiling openssl-macros v0.1.1
12642026-07-14T05:19:12.773Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12652026-07-14T05:19:12.899Z Checking cpufeatures v0.2.17
12662026-07-14T05:19:12.980Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12672026-07-14T05:19:13.069Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12682026-07-14T05:19:13.682Z Compiling cookie v0.18.1
12692026-07-14T05:19:13.704Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12702026-07-14T05:19:14.006Z Compiling tabled_derive v0.7.0
12712026-07-14T05:19:14.139Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
12722026-07-14T05:19:14.476Z Checking num_enum v0.7.6
12732026-07-14T05:19:16.952Z Checking tabwriter v1.4.1
12742026-07-14T05:19:17.038Z Checking secrecy v0.10.3
12752026-07-14T05:19:17.102Z Checking tinyvec_macros v0.1.1
12762026-07-14T05:19:17.154Z Checking colored v3.1.1
12772026-07-14T05:19:17.349Z Checking tinyvec v1.11.0
12782026-07-14T05:19:17.411Z Checking crossbeam-epoch v0.9.18
12792026-07-14T05:19:17.531Z Checking hash32 v0.3.1
12802026-07-14T05:19:17.664Z Checking bstr v1.12.1
12812026-07-14T05:19:17.668Z Checking data-encoding v2.11.0
12822026-07-14T05:19:17.963Z Checking hmac v0.12.1
12832026-07-14T05:19:18.013Z Checking ingot-types v0.1.2
12842026-07-14T05:19:18.037Z Checking inout v0.1.4
12852026-07-14T05:19:18.102Z Checking scroll v0.12.0
12862026-07-14T05:19:18.179Z Checking ff v0.13.1
12872026-07-14T05:19:18.264Z Checking cobs v0.3.0
12882026-07-14T05:19:18.311Z Checking static_assertions v1.1.0
12892026-07-14T05:19:18.333Z Checking foreign-types-shared v0.3.1
12902026-07-14T05:19:18.355Z Checking managed v0.8.0
12912026-07-14T05:19:18.375Z Checking bitflags v1.3.2
12922026-07-14T05:19:18.395Z Checking ingot v0.1.1
12932026-07-14T05:19:18.416Z Checking postcard v1.1.3
12942026-07-14T05:19:18.435Z Checking foreign-types v0.5.0
12952026-07-14T05:19:18.455Z Checking goblin v0.8.2
12962026-07-14T05:19:18.519Z Checking group v0.13.0
12972026-07-14T05:19:18.645Z Checking cipher v0.4.4
12982026-07-14T05:19:18.701Z Checking hkdf v0.12.4
12992026-07-14T05:19:18.724Z Checking atomicwrites v0.4.4
13002026-07-14T05:19:18.843Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13012026-07-14T05:19:18.887Z Checking universal-hash v0.5.1
13022026-07-14T05:19:19.015Z Checking crypto-bigint v0.5.5
13032026-07-14T05:19:19.095Z Checking chacha20 v0.10.0
13042026-07-14T05:19:19.162Z Checking half v2.7.1
13052026-07-14T05:19:19.425Z Checking cstr-argument v0.1.2
13062026-07-14T05:19:19.555Z Checking ciborium-io v0.2.2
13072026-07-14T05:19:19.631Z Checking opaque-debug v0.3.1
13082026-07-14T05:19:19.650Z Checking base64ct v1.8.3
13092026-07-14T05:19:19.672Z Checking indent_write v2.2.0
13102026-07-14T05:19:19.695Z Checking base16ct v0.2.0
13112026-07-14T05:19:19.716Z Checking poly1305 v0.8.0
13122026-07-14T05:19:19.802Z Checking ciborium-ll v0.2.2
13132026-07-14T05:19:19.887Z Checking elliptic-curve v0.13.8
13142026-07-14T05:19:19.908Z Checking password-hash v0.5.0
13152026-07-14T05:19:19.911Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13162026-07-14T05:19:19.948Z Checking rand v0.10.2
13172026-07-14T05:19:19.951Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
13182026-07-14T05:19:19.993Z Checking chacha20 v0.9.1
13192026-07-14T05:19:20.094Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13202026-07-14T05:19:20.132Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
13212026-07-14T05:19:20.176Z Checking blake2 v0.10.6
13222026-07-14T05:19:20.197Z Checking aead v0.5.2
13232026-07-14T05:19:20.340Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13242026-07-14T05:19:20.360Z Checking thiserror-no-std v2.0.2
13252026-07-14T05:19:20.396Z Checking hubpack v0.1.2
13262026-07-14T05:19:20.420Z Checking byte-wrapper v0.1.0
13272026-07-14T05:19:20.450Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13282026-07-14T05:19:20.571Z Checking keccak v0.1.6
13292026-07-14T05:19:20.649Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13302026-07-14T05:19:20.687Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13312026-07-14T05:19:20.751Z Checking sha3 v0.10.9
13322026-07-14T05:19:20.846Z Checking vsss-rs v3.3.4
13332026-07-14T05:19:20.920Z Checking argon2 v0.5.3
13342026-07-14T05:19:20.944Z Checking chacha20poly1305 v0.10.1
13352026-07-14T05:19:21.011Z Checking ciborium v0.2.2
13362026-07-14T05:19:21.224Z Checking similar v2.7.0
13372026-07-14T05:19:21.333Z Checking memmap v0.7.0
13382026-07-14T05:19:21.428Z Checking lazy_static v1.5.0
13392026-07-14T05:19:21.469Z Checking usdt v0.5.0
13402026-07-14T05:19:21.586Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13412026-07-14T05:19:21.666Z Checking crossbeam-deque v0.8.6
13422026-07-14T05:19:21.853Z Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
13432026-07-14T05:19:21.916Z Checking unicode-segmentation v1.13.3
13442026-07-14T05:19:21.956Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13452026-07-14T05:19:22.020Z Checking progenitor v0.14.0
13462026-07-14T05:19:22.161Z Checking bytecount v0.6.9
13472026-07-14T05:19:22.186Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
13482026-07-14T05:19:22.259Z Checking newline-converter v0.3.0
13492026-07-14T05:19:22.302Z Checking console v0.15.11
13502026-07-14T05:19:22.374Z Checking itertools v0.12.1
13512026-07-14T05:19:22.584Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13522026-07-14T05:19:22.651Z Compiling parking_lot_core v0.8.6
13532026-07-14T05:19:22.741Z Checking resolv-conf v0.7.6
13542026-07-14T05:19:22.835Z Checking linked-hash-map v0.5.6
13552026-07-14T05:19:22.857Z Checking swrite v0.1.0
13562026-07-14T05:19:22.953Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13572026-07-14T05:19:22.957Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13582026-07-14T05:19:23.015Z Checking lru-cache v0.1.2
13592026-07-14T05:19:23.055Z Checking rayon v1.12.0
13602026-07-14T05:19:23.137Z Checking expectorate v1.2.0
13612026-07-14T05:19:23.236Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13622026-07-14T05:19:23.270Z Checking hickory-proto v0.24.4
13632026-07-14T05:19:23.541Z Checking camino-tempfile v1.4.1
13642026-07-14T05:19:23.844Z Checking serde-big-array v0.5.1
13652026-07-14T05:19:23.866Z Checking siphasher v1.0.3
13662026-07-14T05:19:23.987Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
13672026-07-14T05:19:24.031Z Checking phf_shared v0.12.1
13682026-07-14T05:19:24.516Z Checking unicode-normalization v0.1.25
13692026-07-14T05:19:24.717Z Checking pin-project v1.1.13
13702026-07-14T05:19:24.820Z Checking num_enum v0.5.11
13712026-07-14T05:19:24.843Z Checking hickory-resolver v0.24.4
13722026-07-14T05:19:24.972Z Checking progenitor-client v0.13.0
13732026-07-14T05:19:25.430Z Checking tokio-stream v0.1.18
13742026-07-14T05:19:25.541Z Checking csv-core v0.1.13
13752026-07-14T05:19:25.649Z Checking foreign-types-shared v0.1.1
13762026-07-14T05:19:25.742Z Checking highway v1.3.0
13772026-07-14T05:19:25.804Z Checking same-file v1.0.6
13782026-07-14T05:19:25.866Z Checking konst_macro_rules v0.2.19
13792026-07-14T05:19:25.886Z Checking foldhash v0.1.5
13802026-07-14T05:19:25.933Z Checking unicode-width v0.1.14
13812026-07-14T05:19:25.936Z Checking smawk v0.3.2
13822026-07-14T05:19:25.972Z Checking unicode-linebreak v0.1.5
13832026-07-14T05:19:26.014Z Checking konst v0.2.20
13842026-07-14T05:19:26.034Z Checking hashbrown v0.15.5
13852026-07-14T05:19:26.084Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13862026-07-14T05:19:26.183Z Checking textwrap v0.16.2
13872026-07-14T05:19:26.186Z Checking walkdir v2.5.0
13882026-07-14T05:19:26.226Z Checking qorb v0.4.1
13892026-07-14T05:19:26.278Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13902026-07-14T05:19:26.375Z Checking foreign-types v0.3.2
13912026-07-14T05:19:26.401Z Checking csv v1.4.0
13922026-07-14T05:19:26.828Z Checking progenitor v0.13.0
13932026-07-14T05:19:26.988Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13942026-07-14T05:19:27.130Z Checking olpc-cjson v0.1.4
13952026-07-14T05:19:27.167Z Checking snafu v0.8.9
13962026-07-14T05:19:27.245Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13972026-07-14T05:19:27.276Z Checking phf v0.12.1
13982026-07-14T05:19:27.521Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13992026-07-14T05:19:27.543Z Checking zone v0.3.1
14002026-07-14T05:19:27.615Z Checking tokio-dtrace v0.1.1
14012026-07-14T05:19:27.773Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-07-14T05:19:27.800Z Checking globset v0.4.18
14032026-07-14T05:19:27.902Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14042026-07-14T05:19:28.391Z Checking smf v0.2.3
14052026-07-14T05:19:28.556Z Checking pem v3.0.6
14062026-07-14T05:19:28.630Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14072026-07-14T05:19:28.677Z Checking libsw-core v0.3.2
14082026-07-14T05:19:28.729Z Checking serde_plain v1.0.2
14092026-07-14T05:19:28.821Z Checking sigpipe v0.1.3
14102026-07-14T05:19:28.842Z Checking glob v0.3.3
14112026-07-14T05:19:28.881Z Checking jiff v0.2.28
14122026-07-14T05:19:28.996Z Checking fixedbitset v0.4.2
14132026-07-14T05:19:29.038Z Checking fixedbitset v0.5.7
14142026-07-14T05:19:29.150Z Checking typed-path v0.9.3
14152026-07-14T05:19:29.238Z Checking petgraph v0.8.3
14162026-07-14T05:19:29.279Z Checking petgraph v0.6.5
14172026-07-14T05:19:29.675Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14182026-07-14T05:19:29.788Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14192026-07-14T05:19:29.874Z Checking libsw v3.5.0
14202026-07-14T05:19:29.918Z Checking tough v0.22.0
14212026-07-14T05:19:29.970Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14222026-07-14T05:19:30.433Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14232026-07-14T05:19:30.511Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14242026-07-14T05:19:30.596Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
14252026-07-14T05:19:30.642Z Checking oxide-tokio-rt v0.1.6
14262026-07-14T05:19:30.719Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14272026-07-14T05:19:30.881Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14282026-07-14T05:19:30.983Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14292026-07-14T05:19:31.027Z Checking const_format v0.2.36
14302026-07-14T05:19:31.098Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14312026-07-14T05:19:31.102Z Checking papergrid v0.11.0
14322026-07-14T05:19:31.552Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14332026-07-14T05:19:31.609Z Checking gethostname v0.5.0
14342026-07-14T05:19:31.680Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14352026-07-14T05:19:31.708Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
14362026-07-14T05:19:31.831Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14372026-07-14T05:19:31.939Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14382026-07-14T05:19:32.268Z Checking libscf-sys v1.2.0
14392026-07-14T05:19:32.441Z Checking bcs v0.1.6
14402026-07-14T05:19:32.556Z Checking linear-map v1.2.0
14412026-07-14T05:19:32.622Z Checking tagptr v0.2.0
14422026-07-14T05:19:32.642Z Checking termtree v0.5.1
14432026-07-14T05:19:32.702Z Checking whoami v1.6.1
14442026-07-14T05:19:32.751Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14452026-07-14T05:19:32.773Z Checking moka v0.12.15
14462026-07-14T05:19:33.418Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14472026-07-14T05:19:34.041Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14482026-07-14T05:19:34.426Z Checking tabled v0.15.0
14492026-07-14T05:19:34.562Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14502026-07-14T05:19:34.579Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14512026-07-14T05:19:34.623Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14522026-07-14T05:19:34.746Z Checking steno v0.4.1
14532026-07-14T05:19:35.182Z Checking hickory-proto v0.25.2
14542026-07-14T05:19:36.747Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14552026-07-14T05:19:36.794Z Checking hickory-resolver v0.25.2
14562026-07-14T05:19:37.006Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14572026-07-14T05:19:37.456Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14582026-07-14T05:19:37.897Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14592026-07-14T05:19:38.030Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14602026-07-14T05:19:42.202Z Checking nom v8.0.0
14612026-07-14T05:19:42.249Z Compiling proc-macro-error-attr2 v2.0.0
14622026-07-14T05:19:42.357Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14632026-07-14T05:19:42.678Z Compiling proc-macro-error2 v2.0.1
14642026-07-14T05:19:45.771Z Compiling crunchy v0.2.4
14652026-07-14T05:19:47.569Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14662026-07-14T05:19:48.006Z Compiling tabled_derive v0.11.0
14672026-07-14T05:19:48.593Z Compiling tiny-keccak v2.0.2
14682026-07-14T05:19:48.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14692026-07-14T05:19:49.123Z Compiling typify-impl v0.4.3
14702026-07-14T05:19:49.302Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
14712026-07-14T05:19:49.325Z Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
14722026-07-14T05:19:49.459Z Checking parking_lot v0.11.2
14732026-07-14T05:19:49.522Z Compiling const-random-macro v0.1.16
14742026-07-14T05:19:49.962Z Checking fxhash v0.2.1
14752026-07-14T05:19:49.969Z Compiling ahash v0.8.12
14762026-07-14T05:19:50.038Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14772026-07-14T05:19:50.095Z Checking sled v0.34.7
14782026-07-14T05:19:50.682Z Compiling smartstring v1.0.1
14792026-07-14T05:19:50.871Z Checking internet-checksum v0.2.1
14802026-07-14T05:19:51.006Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14812026-07-14T05:19:51.217Z Checking itertools v0.15.0
14822026-07-14T05:19:51.338Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
14832026-07-14T05:19:51.387Z Compiling rhai_codegen v3.2.0
14842026-07-14T05:19:51.759Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14852026-07-14T05:19:51.856Z Checking arc-swap v1.9.1
14862026-07-14T05:19:52.173Z Checking slog-scope v4.4.1
14872026-07-14T05:19:52.366Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14882026-07-14T05:19:52.391Z Checking papergrid v0.18.0
14892026-07-14T05:19:52.459Z Compiling typify-macro v0.4.3
14902026-07-14T05:19:52.525Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14912026-07-14T05:19:52.579Z Checking testing_table v0.3.0
14922026-07-14T05:19:52.686Z Checking dropshot-api-manager-types v0.7.2
14932026-07-14T05:19:53.123Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14942026-07-14T05:19:53.177Z Checking tabled v0.21.0
14952026-07-14T05:19:53.294Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
14962026-07-14T05:19:53.511Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14972026-07-14T05:19:53.639Z Checking slog-stdlog v4.1.1
14982026-07-14T05:19:53.775Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
14992026-07-14T05:19:53.975Z Compiling typify v0.4.3
15002026-07-14T05:19:53.998Z Compiling lzma-sys v0.1.20
15012026-07-14T05:19:54.029Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
15022026-07-14T05:19:54.080Z Compiling progenitor-impl v0.10.0
15032026-07-14T05:19:54.381Z Compiling fs-err v3.3.0
15042026-07-14T05:19:54.432Z Compiling typeid v1.0.3
15052026-07-14T05:19:54.634Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
15062026-07-14T05:19:54.772Z Checking slog-envlogger v2.2.0
15072026-07-14T05:19:55.328Z Compiling toml_datetime v0.7.5+spec-1.1.0
15082026-07-14T05:19:55.363Z Checking crc8 v0.1.1
15092026-07-14T05:19:55.594Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
15102026-07-14T05:19:55.615Z Compiling toml v0.9.12+spec-1.1.0
15112026-07-14T05:19:55.764Z Checking const-random v0.1.18
15122026-07-14T05:19:56.123Z Compiling progenitor-macro v0.10.0
15132026-07-14T05:19:56.745Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15142026-07-14T05:19:56.881Z Compiling cargo_toml v0.22.3
15152026-07-14T05:19:56.978Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15162026-07-14T05:19:58.167Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15172026-07-14T05:19:58.915Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15182026-07-14T05:19:59.134Z Checking thin-vec v0.2.18
15192026-07-14T05:19:59.397Z Checking rhai v1.25.1
15202026-07-14T05:19:59.527Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15212026-07-14T05:20:00.272Z Checking sha1 v0.10.6
15222026-07-14T05:20:00.444Z Checking utf-8 v0.7.6
15232026-07-14T05:20:00.588Z Checking tungstenite v0.21.0
15242026-07-14T05:20:01.044Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15252026-07-14T05:20:02.037Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15262026-07-14T05:20:02.088Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15272026-07-14T05:20:02.115Z Checking port-file v0.1.0
15282026-07-14T05:20:02.292Z Checking sha2 v0.10.9
15292026-07-14T05:20:02.366Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15302026-07-14T05:20:02.584Z Checking diff v0.1.13
15312026-07-14T05:20:02.596Z Checking yansi v1.0.1
15322026-07-14T05:20:02.641Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15332026-07-14T05:20:02.742Z Checking progenitor v0.10.0
15342026-07-14T05:20:02.858Z Checking pretty_assertions v1.4.1
15352026-07-14T05:20:02.878Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
15362026-07-14T05:20:03.135Z Checking tokio-tungstenite v0.21.0
15372026-07-14T05:20:04.204Z Checking console v0.16.3
15382026-07-14T05:20:04.225Z Checking git-stub v1.0.0
15392026-07-14T05:20:04.520Z Checking base64 v0.21.7
15402026-07-14T05:20:04.553Z Checking is_ci v1.2.0
15412026-07-14T05:20:04.662Z Checking unit-prefix v0.5.2
15422026-07-14T05:20:04.797Z Checking indicatif v0.18.4
15432026-07-14T05:20:04.834Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15442026-07-14T05:20:04.876Z Checking supports-color v3.0.2
15452026-07-14T05:20:05.549Z Checking git-stub-vcs v0.1.0
15462026-07-14T05:20:05.764Z Checking xz2 v0.1.7
15472026-07-14T05:20:05.983Z Checking ron v0.12.1
15482026-07-14T05:20:06.176Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15492026-07-14T05:20:06.492Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15502026-07-14T05:20:06.495Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15512026-07-14T05:20:06.601Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15522026-07-14T05:20:06.868Z Checking drift v0.2.0
15532026-07-14T05:20:07.302Z Compiling serial_test_derive v3.5.0
15542026-07-14T05:20:07.498Z Checking base16ct v1.0.0
15552026-07-14T05:20:07.897Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15562026-07-14T05:20:08.029Z Checking serial_test v3.5.0
15572026-07-14T05:20:08.216Z Checking dropshot-api-manager v0.7.2
15582026-07-14T05:20:08.930Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
15592026-07-14T05:20:09.351Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15602026-07-14T05:20:09.928Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15612026-07-14T05:20:10.760Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15622026-07-14T05:20:10.782Z Checking natord v1.0.9
15632026-07-14T05:20:10.890Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15642026-07-14T05:20:10.909Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15652026-07-14T05:20:10.987Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15662026-07-14T05:20:11.375Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15672026-07-14T05:20:11.735Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15682026-07-14T05:20:11.787Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15692026-07-14T05:20:12.039Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15702026-07-14T05:20:12.065Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15712026-07-14T05:20:12.103Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15722026-07-14T05:20:20.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15732026-07-14T05:20:20.724Z+ cargo xtask openapi check
15742026-07-14T05:20:21.346Z Compiling cfg-if v1.0.4
15752026-07-14T05:20:21.350Z Compiling libc v0.2.186
15762026-07-14T05:20:21.350Z Compiling serde_core v1.0.228
15772026-07-14T05:20:21.457Z Compiling memchr v2.8.1
15782026-07-14T05:20:21.465Z Compiling smallvec v1.15.1
15792026-07-14T05:20:21.475Z Compiling itoa v1.0.18
15802026-07-14T05:20:21.506Z Compiling stable_deref_trait v1.2.1
15812026-07-14T05:20:21.506Z Compiling zerofrom v0.1.8
15822026-07-14T05:20:21.519Z Compiling zmij v1.0.21
15832026-07-14T05:20:21.622Z Compiling litemap v0.8.2
15842026-07-14T05:20:21.650Z Compiling yoke v0.8.3
15852026-07-14T05:20:21.687Z Compiling writeable v0.6.3
15862026-07-14T05:20:21.736Z Compiling utf8_iter v1.0.4
15872026-07-14T05:20:21.763Z Compiling percent-encoding v2.3.2
15882026-07-14T05:20:21.809Z Compiling zerovec v0.11.6
15892026-07-14T05:20:21.850Z Compiling zerotrie v0.2.4
15902026-07-14T05:20:21.850Z Compiling icu_normalizer_data v2.2.0
15912026-07-14T05:20:21.882Z Compiling icu_properties_data v2.2.0
15922026-07-14T05:20:21.910Z Compiling libm v0.2.16
15932026-07-14T05:20:21.932Z Compiling form_urlencoded v1.2.2
15942026-07-14T05:20:21.965Z Compiling errno v0.3.14
15952026-07-14T05:20:22.049Z Compiling rand_core v0.10.1
15962026-07-14T05:20:22.097Z Compiling iana-time-zone v0.1.65
15972026-07-14T05:20:22.132Z Compiling pin-project-lite v0.2.17
15982026-07-14T05:20:22.132Z Compiling zeroize v1.8.2
15992026-07-14T05:20:22.136Z Compiling dyn-clone v1.0.20
16002026-07-14T05:20:22.201Z Compiling getrandom v0.4.2
16012026-07-14T05:20:22.208Z Compiling scopeguard v1.2.0
16022026-07-14T05:20:22.268Z Compiling tinystr v0.8.3
16032026-07-14T05:20:22.368Z Compiling potential_utf v0.1.5
16042026-07-14T05:20:22.388Z Compiling lock_api v0.4.14
16052026-07-14T05:20:22.388Z Compiling socket2 v0.6.5
16062026-07-14T05:20:22.388Z Compiling parking_lot_core v0.9.12
16072026-07-14T05:20:22.406Z Compiling signal-hook-registry v1.4.8
16082026-07-14T05:20:22.470Z Compiling icu_locale_core v2.2.0
16092026-07-14T05:20:22.481Z Compiling icu_collections v2.2.0
16102026-07-14T05:20:22.544Z Compiling parking_lot v0.12.5
16112026-07-14T05:20:22.633Z Compiling mio v1.2.1
16122026-07-14T05:20:22.670Z Compiling num-traits v0.2.19
16132026-07-14T05:20:22.767Z Compiling portable-atomic v1.13.1
16142026-07-14T05:20:22.920Z Compiling futures-core v0.3.32
16152026-07-14T05:20:22.999Z Compiling thiserror v2.0.18
16162026-07-14T05:20:23.082Z Compiling critical-section v1.2.0
16172026-07-14T05:20:23.089Z Compiling subtle v2.6.1
16182026-07-14T05:20:23.113Z Compiling equivalent v1.0.2
16192026-07-14T05:20:23.130Z Compiling serde v1.0.228
16202026-07-14T05:20:23.181Z Compiling serde_json v1.0.150
16212026-07-14T05:20:23.196Z Compiling icu_provider v2.2.0
16222026-07-14T05:20:23.261Z Compiling uuid v1.23.5
16232026-07-14T05:20:23.275Z Compiling semver v1.0.28
16242026-07-14T05:20:23.288Z Compiling bitflags v2.12.1
16252026-07-14T05:20:23.301Z Compiling once_cell v1.21.4
16262026-07-14T05:20:23.504Z Compiling icu_properties v2.2.0
16272026-07-14T05:20:23.519Z Compiling icu_normalizer v2.2.0
16282026-07-14T05:20:23.528Z Compiling zerocopy v0.8.50
16292026-07-14T05:20:23.540Z Compiling log v0.4.32
16302026-07-14T05:20:23.606Z Compiling bytes v1.11.1
16312026-07-14T05:20:23.637Z Compiling chrono v0.4.45
16322026-07-14T05:20:23.678Z Compiling futures-sink v0.3.32
16332026-07-14T05:20:23.725Z Compiling slab v0.4.12
16342026-07-14T05:20:23.780Z Compiling typenum v1.20.1
16352026-07-14T05:20:23.910Z Compiling slog v2.8.2
16362026-07-14T05:20:23.927Z Compiling futures-channel v0.3.32
16372026-07-14T05:20:24.079Z Compiling tokio v1.52.3
16382026-07-14T05:20:24.160Z Compiling getrandom v0.2.17
16392026-07-14T05:20:24.239Z Compiling futures-task v0.3.32
16402026-07-14T05:20:24.278Z Compiling futures-io v0.3.32
16412026-07-14T05:20:24.343Z Compiling rand_core v0.6.4
16422026-07-14T05:20:24.411Z Compiling idna_adapter v1.2.2
16432026-07-14T05:20:24.437Z Compiling futures-util v0.3.32
16442026-07-14T05:20:24.594Z Compiling idna v1.1.0
16452026-07-14T05:20:24.600Z Compiling hashbrown v0.17.1
16462026-07-14T05:20:24.600Z Compiling tracing-core v0.1.36
16472026-07-14T05:20:24.638Z Compiling base64 v0.22.1
16482026-07-14T05:20:24.971Z Compiling url v2.5.8
16492026-07-14T05:20:25.126Z Compiling indexmap v2.14.0
16502026-07-14T05:20:25.138Z Compiling tracing v0.1.44
16512026-07-14T05:20:25.180Z Compiling http v1.4.2
16522026-07-14T05:20:25.277Z Compiling unicode-ident v1.0.24
16532026-07-14T05:20:25.372Z Compiling proc-macro2 v1.0.106
16542026-07-14T05:20:25.408Z Compiling fnv v1.0.7
16552026-07-14T05:20:25.508Z Compiling schemars v0.8.22
16562026-07-14T05:20:25.759Z Compiling quote v1.0.45
16572026-07-14T05:20:25.794Z Compiling getrandom v0.3.4
16582026-07-14T05:20:25.980Z Compiling byteorder v1.5.0
16592026-07-14T05:20:26.040Z Compiling syn v2.0.117
16602026-07-14T05:20:26.064Z Compiling ipnet v2.12.0
16612026-07-14T05:20:26.149Z Compiling erased-serde v0.3.31
16622026-07-14T05:20:26.211Z Compiling rustls-pki-types v1.14.1
16632026-07-14T05:20:26.516Z Compiling ipnetwork v0.21.1
16642026-07-14T05:20:26.594Z Compiling ppv-lite86 v0.2.21
16652026-07-14T05:20:26.740Z Compiling http-body v1.0.1
16662026-07-14T05:20:26.763Z Compiling thiserror v1.0.69
16672026-07-14T05:20:26.842Z Compiling oxnet v0.1.6
16682026-07-14T05:20:26.873Z Compiling aws-lc-sys v0.41.0
16692026-07-14T05:20:26.895Z Compiling untrusted v0.7.1
16702026-07-14T05:20:26.921Z Compiling atomic-waker v1.1.2
16712026-07-14T05:20:26.967Z Compiling httparse v1.10.1
16722026-07-14T05:20:27.020Z Compiling tower-layer v0.3.3
16732026-07-14T05:20:27.053Z Compiling ryu v1.0.23
16742026-07-14T05:20:27.099Z Compiling pretty-hex v0.4.2
16752026-07-14T05:20:27.183Z Compiling tower-service v0.3.3
16762026-07-14T05:20:27.238Z Compiling try-lock v0.2.5
16772026-07-14T05:20:27.250Z Compiling untrusted v0.9.0
16782026-07-14T05:20:27.272Z Compiling rustls v0.23.40
16792026-07-14T05:20:27.284Z Compiling rustix v1.1.4
16802026-07-14T05:20:27.344Z Compiling plain v0.2.3
16812026-07-14T05:20:27.347Z Compiling aws-lc-rs v1.17.0
16822026-07-14T05:20:27.369Z Compiling want v0.3.1
16832026-07-14T05:20:27.402Z Compiling httpdate v1.0.3
16842026-07-14T05:20:27.475Z Compiling omicron-workspace-hack v0.1.0
16852026-07-14T05:20:27.524Z Compiling ucd-trie v0.1.7
16862026-07-14T05:20:27.540Z Compiling rand_core v0.9.5
16872026-07-14T05:20:27.554Z Compiling regex-syntax v0.8.10
16882026-07-14T05:20:27.658Z Compiling crossbeam-utils v0.8.21
16892026-07-14T05:20:27.757Z Compiling pest v2.8.6
16902026-07-14T05:20:27.819Z Compiling tokio-util v0.7.18
16912026-07-14T05:20:28.174Z Compiling serde_urlencoded v0.7.1
16922026-07-14T05:20:28.432Z Compiling h2 v0.4.14
16932026-07-14T05:20:28.523Z Compiling rustls-webpki v0.103.13
16942026-07-14T05:20:28.544Z Compiling http-body-util v0.1.4
16952026-07-14T05:20:28.761Z Compiling newtype-uuid v1.3.2
16962026-07-14T05:20:28.810Z Compiling hex v0.4.3
16972026-07-14T05:20:29.075Z Compiling foldhash v0.2.0
16982026-07-14T05:20:29.101Z Compiling allocator-api2 v0.2.21
16992026-07-14T05:20:29.318Z Compiling daft v0.1.7
17002026-07-14T05:20:29.441Z Compiling hashbrown v0.16.1
17012026-07-14T05:20:29.456Z Compiling rand_chacha v0.9.0
17022026-07-14T05:20:29.596Z Compiling fastrand v2.4.1
17032026-07-14T05:20:29.844Z Compiling rand v0.9.4
17042026-07-14T05:20:29.900Z Compiling sync_wrapper v1.0.2
17052026-07-14T05:20:29.979Z Compiling tower v0.5.3
17062026-07-14T05:20:30.039Z Compiling generic-array v0.14.7
17072026-07-14T05:20:30.051Z Compiling anyhow v1.0.103
17082026-07-14T05:20:30.082Z Compiling aho-corasick v1.1.4
17092026-07-14T05:20:30.138Z Compiling powerfmt v0.2.0
17102026-07-14T05:20:30.355Z Compiling deranged v0.5.8
17112026-07-14T05:20:30.422Z Compiling tower-http v0.6.11
17122026-07-14T05:20:30.452Z Compiling tempfile v3.27.0
17132026-07-14T05:20:30.455Z Compiling camino v1.2.4
17142026-07-14T05:20:30.529Z Compiling hyper v1.10.1
17152026-07-14T05:20:30.840Z Compiling futures-executor v0.3.32
17162026-07-14T05:20:30.854Z Compiling openapiv3 v2.2.0
17172026-07-14T05:20:30.873Z Compiling regex-automata v0.4.14
17182026-07-14T05:20:31.122Z Compiling openssl-probe v0.2.1
17192026-07-14T05:20:31.315Z Compiling cpufeatures v0.3.0
17202026-07-14T05:20:31.341Z Compiling num_threads v0.1.7
17212026-07-14T05:20:31.390Z Compiling time-core v0.1.8
17222026-07-14T05:20:31.403Z Compiling num-conv v0.2.2
17232026-07-14T05:20:31.441Z Compiling rustls-native-certs v0.8.4
17242026-07-14T05:20:31.549Z Compiling time v0.3.47
17252026-07-14T05:20:31.592Z Compiling futures v0.3.32
17262026-07-14T05:20:31.675Z Compiling hyper-util v0.1.20
17272026-07-14T05:20:31.825Z Compiling scroll v0.13.0
17282026-07-14T05:20:31.942Z Compiling tokio-rustls v0.26.4
17292026-07-14T05:20:32.100Z Compiling hybrid-array v0.4.12
17302026-07-14T05:20:32.218Z Compiling winnow v1.0.3
17312026-07-14T05:20:32.260Z Compiling simd-adler32 v0.3.9
17322026-07-14T05:20:32.469Z Compiling adler2 v2.0.1
17332026-07-14T05:20:32.511Z Compiling goblin v0.10.7
17342026-07-14T05:20:32.572Z Compiling miniz_oxide v0.8.9
17352026-07-14T05:20:32.611Z Compiling rustls-platform-verifier v0.7.0
17362026-07-14T05:20:32.846Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-07-14T05:20:33.234Z Compiling hyper-rustls v0.27.9
17382026-07-14T05:20:33.284Z Compiling crossbeam-channel v0.5.15
17392026-07-14T05:20:33.344Z Compiling crc32fast v1.5.0
17402026-07-14T05:20:33.357Z Compiling regex v1.12.3
17412026-07-14T05:20:33.368Z Compiling crypto-common v0.2.2
17422026-07-14T05:20:33.529Z Compiling flate2 v1.1.9
17432026-07-14T05:20:33.542Z Compiling reqwest v0.13.4
17442026-07-14T05:20:33.761Z Compiling block-buffer v0.12.0
17452026-07-14T05:20:33.809Z Compiling crypto-common v0.1.7
17462026-07-14T05:20:33.923Z Compiling dtrace-parser v0.3.0
17472026-07-14T05:20:33.947Z Compiling rand_chacha v0.3.1
17482026-07-14T05:20:33.961Z Compiling thread-id v5.1.0
17492026-07-14T05:20:34.043Z Compiling thread_local v1.1.9
17502026-07-14T05:20:34.169Z Compiling debug-ignore v1.0.5
17512026-07-14T05:20:34.258Z Compiling compression-core v0.4.32
17522026-07-14T05:20:34.276Z Compiling match_cfg v0.1.0
17532026-07-14T05:20:34.310Z Compiling const-oid v0.10.2
17542026-07-14T05:20:34.350Z Compiling hostname v0.3.1
17552026-07-14T05:20:34.362Z Compiling rand v0.8.6
17562026-07-14T05:20:34.419Z Compiling compression-codecs v0.4.38
17572026-07-14T05:20:34.491Z Compiling digest v0.11.3
17582026-07-14T05:20:34.521Z Compiling toml_parser v1.1.2+spec-1.1.0
17592026-07-14T05:20:34.594Z Compiling slog-json v2.6.1
17602026-07-14T05:20:34.657Z Compiling ref-cast v1.0.25
17612026-07-14T05:20:34.670Z Compiling strum v0.26.3
17622026-07-14T05:20:34.700Z Compiling macaddr v1.0.1
17632026-07-14T05:20:34.759Z Compiling toml_datetime v1.1.1+spec-1.1.0
17642026-07-14T05:20:34.795Z Compiling serde_spanned v1.1.1
17652026-07-14T05:20:34.795Z Compiling wait-timeout v0.2.1
17662026-07-14T05:20:34.928Z Compiling memmap2 v0.9.10
17672026-07-14T05:20:34.955Z Compiling is-terminal v0.4.17
17682026-07-14T05:20:34.997Z Compiling encoding_rs v0.8.35
17692026-07-14T05:20:35.057Z Compiling quick-error v1.2.3
17702026-07-14T05:20:35.069Z Compiling term v1.2.1
17712026-07-14T05:20:35.090Z Compiling toml_writer v1.1.1+spec-1.1.0
17722026-07-14T05:20:35.151Z Compiling bit-vec v0.8.0
17732026-07-14T05:20:35.163Z Compiling mime v0.3.17
17742026-07-14T05:20:35.174Z Compiling either v1.16.0
17752026-07-14T05:20:35.305Z Compiling spin v0.9.8
17762026-07-14T05:20:35.384Z Compiling dof v0.4.0
17772026-07-14T05:20:35.384Z Compiling take_mut v0.2.2
17782026-07-14T05:20:35.425Z Compiling bit-set v0.8.0
17792026-07-14T05:20:35.437Z Compiling slog-term v2.9.2
17802026-07-14T05:20:35.503Z Compiling slog-async v2.8.0
17812026-07-14T05:20:35.593Z Compiling toml v1.1.2+spec-1.1.0
17822026-07-14T05:20:35.730Z Compiling rusty-fork v0.3.1
17832026-07-14T05:20:36.000Z Compiling multer v3.1.0
17842026-07-14T05:20:36.015Z Compiling slog-bunyan v2.5.0
17852026-07-14T05:20:37.140Z Compiling usdt-impl v0.6.0
17862026-07-14T05:20:37.148Z Compiling sha1 v0.11.0
17872026-07-14T05:20:37.148Z Compiling usdt v0.6.0
17882026-07-14T05:20:37.148Z Compiling async-compression v0.4.42
17892026-07-14T05:20:37.149Z Compiling serde_with v3.20.0
17902026-07-14T05:20:37.149Z Compiling async-stream v0.3.6
17912026-07-14T05:20:37.149Z Compiling rand_xorshift v0.4.0
17922026-07-14T05:20:37.149Z Compiling waitgroup v0.1.2
17932026-07-14T05:20:37.149Z Compiling rustls-pemfile v2.2.0
17942026-07-14T05:20:37.149Z Compiling serde_path_to_error v0.1.20
17952026-07-14T05:20:37.149Z Compiling hostname v0.4.2
17962026-07-14T05:20:37.149Z Compiling unarray v0.1.4
17972026-07-14T05:20:37.149Z Compiling strum v0.27.2
17982026-07-14T05:20:37.149Z Compiling proptest v1.11.0
17992026-07-14T05:20:37.149Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18002026-07-14T05:20:37.149Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18012026-07-14T05:20:37.163Z Compiling dropshot v0.17.1
18022026-07-14T05:20:37.201Z Compiling progenitor-client v0.14.0
18032026-07-14T05:20:37.231Z Compiling iddqd v0.4.5
18042026-07-14T05:20:37.262Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-07-14T05:20:37.284Z Compiling reqwest v0.12.28
18062026-07-14T05:20:37.330Z Compiling block-buffer v0.10.4
18072026-07-14T05:20:37.487Z Compiling backon v1.6.0
18082026-07-14T05:20:37.499Z Compiling instant v0.1.13
18092026-07-14T05:20:37.512Z Compiling digest v0.10.7
18102026-07-14T05:20:37.605Z Compiling backoff v0.4.0
18112026-07-14T05:20:37.694Z Compiling progenitor-extras v0.2.0
18122026-07-14T05:20:37.727Z Compiling itertools v0.14.0
18132026-07-14T05:20:37.818Z Compiling parse-display v0.10.0
18142026-07-14T05:20:37.927Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
18152026-07-14T05:20:38.141Z Compiling regress v0.10.5
18162026-07-14T05:20:38.452Z Compiling progenitor-client v0.10.0
18172026-07-14T05:20:38.464Z Compiling humantime v2.3.0
18182026-07-14T05:20:38.751Z Compiling cpufeatures v0.2.17
18192026-07-14T05:20:38.800Z Compiling unicode-width v0.2.2
18202026-07-14T05:20:38.827Z Compiling secrecy v0.10.3
18212026-07-14T05:20:38.954Z Compiling heck v0.5.0
18222026-07-14T05:20:38.988Z Compiling tinyvec_macros v0.1.1
18232026-07-14T05:20:39.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18242026-07-14T05:20:39.089Z Compiling tinyvec v1.11.0
18252026-07-14T05:20:39.110Z Compiling num-integer v0.1.46
18262026-07-14T05:20:39.207Z Compiling scroll v0.12.0
18272026-07-14T05:20:39.431Z Compiling crucible-workspace-hack v0.1.0
18282026-07-14T05:20:39.445Z Compiling hmac v0.12.1
18292026-07-14T05:20:39.482Z Compiling inout v0.1.4
18302026-07-14T05:20:39.506Z Compiling ff v0.13.1
18312026-07-14T05:20:39.588Z Compiling utf8parse v0.2.2
18322026-07-14T05:20:39.622Z Compiling group v0.13.0
18332026-07-14T05:20:39.634Z Compiling cipher v0.4.4
18342026-07-14T05:20:39.645Z Compiling hkdf v0.12.4
18352026-07-14T05:20:39.701Z Compiling anstyle-parse v1.0.0
18362026-07-14T05:20:39.736Z Compiling goblin v0.8.2
18372026-07-14T05:20:39.791Z Compiling num-iter v0.1.45
18382026-07-14T05:20:39.853Z Compiling num-rational v0.4.2
18392026-07-14T05:20:39.914Z Compiling zerocopy v0.7.35
18402026-07-14T05:20:40.094Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-07-14T05:20:40.225Z Compiling universal-hash v0.5.1
18422026-07-14T05:20:40.361Z Compiling crypto-bigint v0.5.5
18432026-07-14T05:20:40.405Z Compiling regress v0.11.1
18442026-07-14T05:20:40.483Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T05:20:40.658Z Compiling terminal_size v0.4.4
18462026-07-14T05:20:40.807Z Compiling half v2.7.1
18472026-07-14T05:20:40.830Z Compiling num-complex v0.4.6
18482026-07-14T05:20:41.112Z Compiling colorchoice v1.0.5
18492026-07-14T05:20:41.229Z Compiling opaque-debug v0.3.1
18502026-07-14T05:20:41.240Z Compiling anstyle v1.0.14
18512026-07-14T05:20:41.303Z Compiling base64ct v1.8.3
18522026-07-14T05:20:41.476Z Compiling anstyle-query v1.1.5
18532026-07-14T05:20:41.539Z Compiling ciborium-io v0.2.2
18542026-07-14T05:20:41.580Z Compiling is_terminal_polyfill v1.70.2
18552026-07-14T05:20:41.629Z Compiling base16ct v0.2.0
18562026-07-14T05:20:41.653Z Compiling anstream v1.0.0
18572026-07-14T05:20:41.668Z Compiling ciborium-ll v0.2.2
18582026-07-14T05:20:41.681Z Compiling password-hash v0.5.0
18592026-07-14T05:20:41.797Z Compiling elliptic-curve v0.13.8
18602026-07-14T05:20:41.977Z Compiling poly1305 v0.8.0
18612026-07-14T05:20:42.084Z Compiling typify-impl v0.6.2
18622026-07-14T05:20:42.129Z Compiling dof v0.3.0
18632026-07-14T05:20:42.415Z Compiling num v0.4.3
18642026-07-14T05:20:42.496Z Compiling curve25519-dalek v4.1.3
18652026-07-14T05:20:42.815Z Compiling thiserror-no-std v2.0.2
18662026-07-14T05:20:43.019Z Compiling chacha20 v0.9.1
18672026-07-14T05:20:43.056Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18682026-07-14T05:20:43.324Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-14T05:20:43.385Z Compiling blake2 v0.10.6
18702026-07-14T05:20:43.637Z Compiling aead v0.5.2
18712026-07-14T05:20:43.656Z Compiling byte-wrapper v0.1.0
18722026-07-14T05:20:43.679Z Compiling dtrace-parser v0.2.0
18732026-07-14T05:20:43.727Z Compiling crossbeam-epoch v0.9.18
18742026-07-14T05:20:43.798Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18752026-07-14T05:20:43.838Z Compiling thread-id v4.2.2
18762026-07-14T05:20:43.927Z Compiling strsim v0.11.1
18772026-07-14T05:20:44.017Z Compiling float-ord v0.3.2
18782026-07-14T05:20:44.035Z Compiling keccak v0.1.6
18792026-07-14T05:20:44.062Z Compiling clap_lex v1.1.0
18802026-07-14T05:20:44.110Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-07-14T05:20:44.280Z Compiling clap_builder v4.6.0
18822026-07-14T05:20:44.307Z Compiling sha3 v0.10.9
18832026-07-14T05:20:44.319Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-14T05:20:44.458Z Compiling usdt-impl v0.5.0
18852026-07-14T05:20:44.601Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T05:20:45.125Z Compiling typify v0.6.2
18872026-07-14T05:20:45.242Z Compiling chacha20poly1305 v0.10.1
18882026-07-14T05:20:45.381Z Compiling argon2 v0.5.3
18892026-07-14T05:20:45.675Z Compiling vsss-rs v3.3.4
18902026-07-14T05:20:45.835Z Compiling ciborium v0.2.2
18912026-07-14T05:20:45.902Z Compiling hash32 v0.3.1
18922026-07-14T05:20:46.067Z Compiling memmap v0.7.0
18932026-07-14T05:20:46.259Z Compiling data-encoding v2.11.0
18942026-07-14T05:20:46.332Z Compiling indent_write v2.2.0
18952026-07-14T05:20:46.426Z Compiling usdt v0.5.0
18962026-07-14T05:20:46.475Z Compiling heapless v0.8.0
18972026-07-14T05:20:46.744Z Compiling clap v4.6.1
18982026-07-14T05:20:46.834Z Compiling ingot-types v0.1.2
18992026-07-14T05:20:46.872Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-14T05:20:46.954Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19012026-07-14T05:20:46.998Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-07-14T05:20:47.146Z Compiling rustix v0.38.44
19032026-07-14T05:20:47.255Z Compiling tabwriter v1.4.1
19042026-07-14T05:20:47.268Z Compiling cobs v0.3.0
19052026-07-14T05:20:47.479Z Compiling bitflags v1.3.2
19062026-07-14T05:20:47.507Z Compiling managed v0.8.0
19072026-07-14T05:20:47.559Z Compiling postcard v1.1.3
19082026-07-14T05:20:47.579Z Compiling ingot v0.1.1
19092026-07-14T05:20:47.667Z Compiling memoffset v0.9.1
19102026-07-14T05:20:47.726Z Compiling smoltcp v0.11.0
19112026-07-14T05:20:47.756Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T05:20:47.899Z Compiling toml_datetime v0.6.11
19132026-07-14T05:20:48.018Z Compiling serde_spanned v0.6.9
19142026-07-14T05:20:48.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19152026-07-14T05:20:48.171Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T05:20:48.184Z Compiling swrite v0.1.0
19172026-07-14T05:20:48.280Z Compiling foreign-types-shared v0.3.1
19182026-07-14T05:20:48.376Z Compiling unicode-segmentation v1.13.3
19192026-07-14T05:20:48.379Z Compiling linked-hash-map v0.5.6
19202026-07-14T05:20:48.584Z Compiling resolv-conf v0.7.6
19212026-07-14T05:20:48.729Z Compiling toml_write v0.1.2
19222026-07-14T05:20:48.809Z Compiling colored v3.1.1
19232026-07-14T05:20:48.936Z Compiling winnow v0.7.15
19242026-07-14T05:20:48.955Z Compiling static_assertions v1.1.0
19252026-07-14T05:20:49.034Z Compiling newline-converter v0.3.0
19262026-07-14T05:20:49.159Z Compiling lru-cache v0.1.2
19272026-07-14T05:20:49.199Z Compiling foreign-types v0.5.0
19282026-07-14T05:20:49.284Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19292026-07-14T05:20:49.297Z Compiling hubpack v0.1.2
19302026-07-14T05:20:49.460Z Compiling atomicwrites v0.4.4
19312026-07-14T05:20:49.533Z Compiling nix v0.31.3
19322026-07-14T05:20:49.593Z Compiling num_enum v0.7.6
19332026-07-14T05:20:49.657Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19342026-07-14T05:20:49.721Z Compiling hickory-proto v0.24.4
19352026-07-14T05:20:49.778Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19362026-07-14T05:20:49.896Z Compiling crossbeam-deque v0.8.6
19372026-07-14T05:20:50.099Z Compiling console v0.15.11
19382026-07-14T05:20:50.401Z Compiling toml_edit v0.22.27
19392026-07-14T05:20:50.429Z Compiling chacha20 v0.10.0
19402026-07-14T05:20:50.440Z Compiling camino-tempfile v1.4.1
19412026-07-14T05:20:50.677Z Compiling serde-big-array v0.5.1
19422026-07-14T05:20:50.693Z Compiling cstr-argument v0.1.2
19432026-07-14T05:20:50.736Z Compiling similar v2.7.0
19442026-07-14T05:20:50.823Z Compiling siphasher v1.0.3
19452026-07-14T05:20:50.848Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19462026-07-14T05:20:51.111Z Compiling phf_shared v0.12.1
19472026-07-14T05:20:51.231Z Compiling expectorate v1.2.0
19482026-07-14T05:20:51.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19492026-07-14T05:20:51.387Z Compiling pin-project v1.1.13
19502026-07-14T05:20:51.497Z Compiling hickory-resolver v0.24.4
19512026-07-14T05:20:51.663Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19522026-07-14T05:20:52.167Z Compiling toml v0.8.23
19532026-07-14T05:20:52.366Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19542026-07-14T05:20:52.501Z Compiling rand v0.10.2
19552026-07-14T05:20:52.847Z Compiling rayon-core v1.13.0
19562026-07-14T05:20:53.088Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-07-14T05:20:53.177Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19582026-07-14T05:20:53.320Z Compiling num_enum v0.5.11
19592026-07-14T05:20:53.383Z Compiling progenitor-impl v0.13.0
19602026-07-14T05:20:53.445Z Compiling prettyplease v0.2.37
19612026-07-14T05:20:53.563Z Compiling unicode-normalization v0.1.25
19622026-07-14T05:20:53.575Z Compiling progenitor-client v0.13.0
19632026-07-14T05:20:53.854Z Compiling tokio-stream v0.1.18
19642026-07-14T05:20:53.881Z Compiling bstr v1.12.1
19652026-07-14T05:20:54.034Z Compiling csv-core v0.1.13
19662026-07-14T05:20:54.208Z Compiling foreign-types-shared v0.1.1
19672026-07-14T05:20:54.259Z Compiling konst_macro_rules v0.2.19
19682026-07-14T05:20:54.298Z Compiling same-file v1.0.6
19692026-07-14T05:20:54.309Z Compiling foldhash v0.1.5
19702026-07-14T05:20:54.322Z Compiling unicode-width v0.1.14
19712026-07-14T05:20:54.366Z Compiling highway v1.3.0
19722026-07-14T05:20:54.436Z Compiling hashbrown v0.15.5
19732026-07-14T05:20:54.472Z Compiling walkdir v2.5.0
19742026-07-14T05:20:54.548Z Compiling konst v0.2.20
19752026-07-14T05:20:54.600Z Compiling progenitor v0.13.0
19762026-07-14T05:20:54.725Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-07-14T05:20:54.740Z Compiling foreign-types v0.3.2
19782026-07-14T05:20:54.750Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-07-14T05:20:54.764Z Compiling globset v0.4.18
19802026-07-14T05:20:54.808Z Compiling qorb v0.4.1
19812026-07-14T05:20:54.819Z Compiling csv v1.4.0
19822026-07-14T05:20:55.377Z Compiling olpc-cjson v0.1.4
19832026-07-14T05:20:55.547Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-07-14T05:20:55.552Z Compiling snafu v0.8.9
19852026-07-14T05:20:55.941Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19862026-07-14T05:20:56.264Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
19872026-07-14T05:20:56.369Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-07-14T05:20:56.382Z Compiling rayon v1.12.0
19892026-07-14T05:20:56.545Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19902026-07-14T05:20:56.947Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-07-14T05:20:57.697Z Compiling phf v0.12.1
19922026-07-14T05:20:57.711Z Compiling openssl-sys v0.9.116
19932026-07-14T05:20:57.859Z Compiling tokio-dtrace v0.1.1
19942026-07-14T05:20:57.964Z Compiling progenitor-impl v0.14.0
19952026-07-14T05:20:58.122Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-07-14T05:20:58.133Z Compiling itertools v0.12.1
19972026-07-14T05:20:58.147Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19982026-07-14T05:20:58.217Z Compiling libsw-core v0.3.2
19992026-07-14T05:20:58.350Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20002026-07-14T05:20:58.391Z Compiling pem v3.0.6
20012026-07-14T05:20:58.515Z Compiling serde_plain v1.0.2
20022026-07-14T05:20:58.702Z Compiling sigpipe v0.1.3
20032026-07-14T05:20:58.731Z Compiling minimal-lexical v0.2.1
20042026-07-14T05:20:58.755Z Compiling jiff v0.2.28
20052026-07-14T05:20:58.797Z Compiling fixedbitset v0.4.2
20062026-07-14T05:20:58.986Z Compiling bytecount v0.6.9
20072026-07-14T05:20:58.999Z Compiling typed-path v0.9.3
20082026-07-14T05:20:59.039Z Compiling fixedbitset v0.5.7
20092026-07-14T05:20:59.129Z Compiling glob v0.3.3
20102026-07-14T05:20:59.294Z Compiling zone v0.3.1
20112026-07-14T05:20:59.360Z Compiling petgraph v0.8.3
20122026-07-14T05:20:59.372Z Compiling progenitor v0.14.0
20132026-07-14T05:20:59.516Z Compiling papergrid v0.11.0
20142026-07-14T05:20:59.557Z Compiling petgraph v0.6.5
20152026-07-14T05:20:59.812Z Compiling nom v7.1.3
20162026-07-14T05:21:00.044Z Compiling tough v0.22.0
20172026-07-14T05:21:00.278Z Compiling openssl v0.10.80
20182026-07-14T05:21:01.054Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-07-14T05:21:01.121Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20202026-07-14T05:21:01.148Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20212026-07-14T05:21:01.161Z Compiling libsw v3.5.0
20222026-07-14T05:21:01.166Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20232026-07-14T05:21:01.334Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-07-14T05:21:01.351Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-07-14T05:21:01.415Z Compiling oxide-tokio-rt v0.1.6
20262026-07-14T05:21:01.646Z Compiling chrono-tz v0.10.4
20272026-07-14T05:21:01.756Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20282026-07-14T05:21:02.056Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-07-14T05:21:02.207Z Compiling newtype_derive v0.1.6
20302026-07-14T05:21:02.243Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
20312026-07-14T05:21:02.293Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-07-14T05:21:02.571Z Compiling slog-dtrace v0.3.0
20332026-07-14T05:21:02.817Z Compiling const_format v0.2.36
20342026-07-14T05:21:02.888Z Compiling cancel-safe-futures v0.1.5
20352026-07-14T05:21:03.115Z Compiling owo-colors v4.3.0
20362026-07-14T05:21:03.161Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20372026-07-14T05:21:03.207Z Compiling gethostname v0.5.0
20382026-07-14T05:21:03.308Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20392026-07-14T05:21:03.331Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-07-14T05:21:03.452Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-07-14T05:21:03.466Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-07-14T05:21:03.548Z Compiling smf v0.2.3
20432026-07-14T05:21:03.588Z Compiling bcs v0.1.6
20442026-07-14T05:21:03.853Z Compiling tagptr v0.2.0
20452026-07-14T05:21:03.902Z Compiling unicode-linebreak v0.1.5
20462026-07-14T05:21:03.988Z Compiling linear-map v1.2.0
20472026-07-14T05:21:04.004Z Compiling whoami v1.6.1
20482026-07-14T05:21:04.111Z Compiling smawk v0.3.2
20492026-07-14T05:21:04.154Z Compiling termtree v0.5.1
20502026-07-14T05:21:04.178Z Compiling lazy_static v1.5.0
20512026-07-14T05:21:04.190Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-07-14T05:21:04.254Z Compiling steno v0.4.1
20532026-07-14T05:21:04.282Z Compiling textwrap v0.16.2
20542026-07-14T05:21:04.305Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-07-14T05:21:04.317Z Compiling moka v0.12.15
20562026-07-14T05:21:04.589Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-14T05:21:04.787Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-14T05:21:05.102Z Compiling tabled v0.15.0
20592026-07-14T05:21:05.893Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-07-14T05:21:06.026Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-14T05:21:06.281Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-07-14T05:21:06.481Z Compiling cookie v0.18.1
20632026-07-14T05:21:07.132Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-14T05:21:07.231Z Compiling hickory-proto v0.25.2
20652026-07-14T05:21:07.439Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20662026-07-14T05:21:07.521Z Compiling libscf-sys v1.2.0
20672026-07-14T05:21:07.592Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-07-14T05:21:07.674Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20692026-07-14T05:21:08.018Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20702026-07-14T05:21:08.052Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20712026-07-14T05:21:08.365Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20722026-07-14T05:21:09.115Z Compiling hickory-resolver v0.25.2
20732026-07-14T05:21:09.887Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-14T05:21:15.114Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-07-14T05:21:22.761Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-07-14T05:21:24.397Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20772026-07-14T05:21:25.427Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20782026-07-14T05:21:26.769Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20792026-07-14T05:21:27.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
20802026-07-14T05:21:28.011Z Running `target/debug/xtask openapi check`
20812026-07-14T05:21:28.475Z Compiling serde_core v1.0.228
20822026-07-14T05:21:28.478Z Compiling serde v1.0.228
20832026-07-14T05:21:28.478Z Compiling serde_json v1.0.150
20842026-07-14T05:21:28.547Z Compiling syn v2.0.117
20852026-07-14T05:21:28.552Z Compiling bytes v1.11.1
20862026-07-14T05:21:28.559Z Compiling once_cell v1.21.4
20872026-07-14T05:21:28.561Z Compiling zerocopy v0.8.50
20882026-07-14T05:21:28.570Z Compiling num-traits v0.2.19
20892026-07-14T05:21:28.899Z Compiling getrandom v0.4.2
20902026-07-14T05:21:28.993Z Compiling http v1.4.2
20912026-07-14T05:21:29.061Z Compiling zeroize v1.8.2
20922026-07-14T05:21:29.118Z Compiling schemars v0.8.22
20932026-07-14T05:21:29.158Z Compiling aws-lc-rs v1.17.0
20942026-07-14T05:21:29.173Z Compiling usdt-impl v0.6.0
20952026-07-14T05:21:29.235Z Compiling time-macros v0.2.27
20962026-07-14T05:21:29.384Z Compiling rustls-pki-types v1.14.1
20972026-07-14T05:21:29.442Z Compiling tracing-core v0.1.36
20982026-07-14T05:21:29.507Z Compiling bitflags v2.12.1
20992026-07-14T05:21:29.744Z Compiling http-body v1.0.1
21002026-07-14T05:21:29.845Z Compiling tracing v0.1.44
21012026-07-14T05:21:29.935Z Compiling generic-array v0.14.7
21022026-07-14T05:21:30.029Z Compiling indexmap v2.14.0
21032026-07-14T05:21:30.078Z Compiling rustls v0.23.40
21042026-07-14T05:21:30.112Z Compiling rustix v1.1.4
21052026-07-14T05:21:30.225Z Compiling winnow v1.0.3
21062026-07-14T05:21:30.234Z Compiling time v0.3.47
21072026-07-14T05:21:30.716Z Compiling uuid v1.23.5
21082026-07-14T05:21:31.140Z Compiling pest_generator v2.8.6
21092026-07-14T05:21:31.261Z Compiling serde_derive_internals v0.29.1
21102026-07-14T05:21:31.288Z Compiling camino v1.2.4
21112026-07-14T05:21:31.306Z Compiling rustls-webpki v0.103.13
21122026-07-14T05:21:31.337Z Compiling getrandom v0.3.4
21132026-07-14T05:21:31.581Z Compiling subtle v2.6.1
21142026-07-14T05:21:31.697Z Compiling toml_datetime v1.1.1+spec-1.1.0
21152026-07-14T05:21:31.723Z Compiling serde_spanned v1.1.1
21162026-07-14T05:21:31.753Z Compiling toml_parser v1.1.2+spec-1.1.0
21172026-07-14T05:21:31.869Z Compiling toml_edit v0.25.12+spec-1.1.0
21182026-07-14T05:21:32.010Z Compiling semver v1.0.28
21192026-07-14T05:21:32.297Z Compiling rustix v0.38.44
21202026-07-14T05:21:32.309Z Compiling serde_derive v1.0.228
21212026-07-14T05:21:32.309Z Compiling thiserror-impl v2.0.18
21222026-07-14T05:21:32.385Z Compiling zerocopy-derive v0.8.50
21232026-07-14T05:21:32.417Z Compiling pest_derive v2.8.6
21242026-07-14T05:21:32.428Z Compiling tokio-macros v2.7.0
21252026-07-14T05:21:32.668Z Compiling schemars_derive v0.8.22
21262026-07-14T05:21:32.791Z Compiling futures-macro v0.3.32
21272026-07-14T05:21:32.961Z Compiling scroll_derive v0.13.1
21282026-07-14T05:21:33.192Z Compiling tokio v1.52.3
21292026-07-14T05:21:33.579Z Compiling thiserror v2.0.18
21302026-07-14T05:21:33.684Z Compiling futures-util v0.3.32
21312026-07-14T05:21:33.740Z Compiling dtrace-parser v0.3.0
21322026-07-14T05:21:33.808Z Compiling scroll v0.13.0
21332026-07-14T05:21:34.080Z Compiling goblin v0.10.7
21342026-07-14T05:21:35.523Z Compiling chrono v0.4.45
21352026-07-14T05:21:35.614Z Compiling erased-serde v0.3.31
21362026-07-14T05:21:35.975Z Compiling serde_tokenstream v0.2.3
21372026-07-14T05:21:36.115Z Compiling slog v2.8.2
21382026-07-14T05:21:36.268Z Compiling futures-executor v0.3.32
21392026-07-14T05:21:36.583Z Compiling dof v0.4.0
21402026-07-14T05:21:36.763Z Compiling slog-json v2.6.1
21412026-07-14T05:21:36.973Z Compiling tokio-util v0.7.18
21422026-07-14T05:21:37.053Z Compiling openapiv3 v2.2.0
21432026-07-14T05:21:37.363Z Compiling oxnet v0.1.6
21442026-07-14T05:21:37.611Z Compiling h2 v0.4.14
21452026-07-14T05:21:37.861Z Compiling usdt-macro v0.6.0
21462026-07-14T05:21:37.899Z Compiling usdt-attr-macro v0.6.0
21472026-07-14T05:21:38.209Z Compiling async-stream-impl v0.3.6
21482026-07-14T05:21:38.501Z Compiling tokio-rustls v0.26.4
21492026-07-14T05:21:38.569Z Compiling async-compression v0.4.42
21502026-07-14T05:21:38.658Z Compiling usdt v0.6.0
21512026-07-14T05:21:38.679Z Compiling slog-bunyan v2.5.0
21522026-07-14T05:21:38.759Z Compiling slog-term v2.9.2
21532026-07-14T05:21:38.815Z Compiling futures v0.3.32
21542026-07-14T05:21:38.846Z Compiling slog-async v2.8.0
21552026-07-14T05:21:38.854Z Compiling async-stream v0.3.6
21562026-07-14T05:21:38.882Z Compiling dropshot_endpoint v0.17.1
21572026-07-14T05:21:38.892Z Compiling multer v3.1.0
21582026-07-14T05:21:38.928Z Compiling serde_urlencoded v0.7.1
21592026-07-14T05:21:39.105Z Compiling proc-macro-crate v3.5.0
21602026-07-14T05:21:39.176Z Compiling async-trait v0.1.89
21612026-07-14T05:21:39.252Z Compiling toml v1.1.2+spec-1.1.0
21622026-07-14T05:21:39.335Z Compiling serde_path_to_error v0.1.20
21632026-07-14T05:21:39.382Z Compiling http-body-util v0.1.4
21642026-07-14T05:21:39.472Z Compiling rustls-pemfile v2.2.0
21652026-07-14T05:21:39.533Z Compiling crossbeam-epoch v0.9.18
21662026-07-14T05:21:39.638Z Compiling aho-corasick v1.1.4
21672026-07-14T05:21:39.666Z Compiling tempfile v3.27.0
21682026-07-14T05:21:39.681Z Compiling num_enum_derive v0.7.6
21692026-07-14T05:21:39.871Z Compiling hyper v1.10.1
21702026-07-14T05:21:40.062Z Compiling crossbeam-deque v0.8.6
21712026-07-14T05:21:40.257Z Compiling block-buffer v0.10.4
21722026-07-14T05:21:40.398Z Compiling crypto-common v0.1.7
21732026-07-14T05:21:40.530Z Compiling regex-automata v0.4.14
21742026-07-14T05:21:40.539Z Compiling dropshot-api-manager-types v0.7.2
21752026-07-14T05:21:40.585Z Compiling clap_builder v4.6.0
21762026-07-14T05:21:40.654Z Compiling git-stub v1.0.0
21772026-07-14T05:21:40.701Z Compiling num_enum v0.7.6
21782026-07-14T05:21:40.824Z Compiling atomicwrites v0.4.4
21792026-07-14T05:21:40.883Z Compiling digest v0.10.7
21802026-07-14T05:21:40.917Z Compiling rayon-core v1.13.0
21812026-07-14T05:21:41.012Z Compiling hyper-util v0.1.20
21822026-07-14T05:21:41.033Z Compiling fs-err v3.3.0
21832026-07-14T05:21:41.080Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21842026-07-14T05:21:41.331Z Compiling clap_derive v4.6.1
21852026-07-14T05:21:41.516Z Compiling serde_repr v0.1.20
21862026-07-14T05:21:41.542Z Compiling terminal_size v0.4.4
21872026-07-14T05:21:41.695Z Compiling bstr v1.12.1
21882026-07-14T05:21:41.717Z Compiling nom v8.0.0
21892026-07-14T05:21:41.999Z Compiling is_ci v1.2.0
21902026-07-14T05:21:42.069Z Compiling either v1.16.0
21912026-07-14T05:21:42.117Z Compiling sha2 v0.10.9
21922026-07-14T05:21:42.139Z Compiling textwrap v0.16.2
21932026-07-14T05:21:42.250Z Compiling dropshot v0.17.1
21942026-07-14T05:21:42.510Z Compiling regex v1.12.3
21952026-07-14T05:21:42.653Z Compiling rayon v1.12.0
21962026-07-14T05:21:42.744Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21972026-07-14T05:21:42.979Z Compiling drift v0.2.0
21982026-07-14T05:21:43.086Z Compiling clap v4.6.1
21992026-07-14T05:21:43.172Z Compiling supports-color v3.0.2
22002026-07-14T05:21:43.195Z Compiling similar v2.7.0
22012026-07-14T05:21:43.353Z Compiling git-stub-vcs v0.1.0
22022026-07-14T05:21:43.867Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22032026-07-14T05:21:45.022Z Compiling dropshot-api-manager v0.7.2
22042026-07-14T05:21:45.022Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22052026-07-14T05:21:48.983Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22062026-07-14T05:21:50.172Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22072026-07-14T05:21:56.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s
22082026-07-14T05:21:57.020Z Running `target/debug/maghemite-dropshot-apis check`
22092026-07-14T05:21:57.047Z -------
22102026-07-14T05:21:57.048Z Generating OpenAPI documents from API definitions ...
22112026-07-14T05:21:57.106Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22122026-07-14T05:21:57.141Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22132026-07-14T05:21:57.275Z -------
22142026-07-14T05:21:57.275Z Checking 13 OpenAPI documents...
22152026-07-14T05:21:57.275Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22162026-07-14T05:21:57.275Z Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin
22172026-07-14T05:21:57.275Z Fresh ddm-admin "latest" symlink
22182026-07-14T05:21:57.275Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22192026-07-14T05:21:57.279Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22202026-07-14T05:21:57.279Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22212026-07-14T05:21:57.280Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22222026-07-14T05:21:57.280Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22232026-07-14T05:21:57.280Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22242026-07-14T05:21:57.280Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22252026-07-14T05:21:57.280Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22262026-07-14T05:21:57.280Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22272026-07-14T05:21:57.280Z Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin
22282026-07-14T05:21:57.280Z Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin
22292026-07-14T05:21:57.280Z Fresh mg-admin "latest" symlink
22302026-07-14T05:21:57.280Z -------
22312026-07-14T05:21:57.280Z Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems
22322026-07-14T05:21:57.324Z+ banner build
22332026-07-14T05:21:57.327Z
22342026-07-14T05:21:57.327Z ##### # # # # #####
22352026-07-14T05:21:57.327Z # # # # # # # #
22362026-07-14T05:21:57.327Z ##### # # # # # #
22372026-07-14T05:21:57.327Z # # # # # # # #
22382026-07-14T05:21:57.327Z # # # # # # # #
22392026-07-14T05:21:57.328Z ##### #### # ###### #####
22402026-07-14T05:21:57.328Z
22412026-07-14T05:21:57.328Z+ ptime -m cargo build
22422026-07-14T05:21:57.925Z Compiling smallvec v1.15.1
22432026-07-14T05:21:58.041Z Compiling log v0.4.32
22442026-07-14T05:21:58.059Z Compiling slog v2.8.2
22452026-07-14T05:21:58.073Z Compiling ring v0.17.14
22462026-07-14T05:21:58.093Z Compiling webpki-roots v1.0.7
22472026-07-14T05:21:58.144Z Compiling similar v2.7.0
22482026-07-14T05:21:58.177Z Compiling fxhash v0.2.1
22492026-07-14T05:21:58.177Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22502026-07-14T05:21:58.210Z Compiling icu_normalizer v2.2.0
22512026-07-14T05:21:58.244Z Compiling parking_lot_core v0.9.12
22522026-07-14T05:21:58.244Z Compiling goblin v0.10.7
22532026-07-14T05:21:58.306Z Compiling goblin v0.8.2
22542026-07-14T05:21:58.425Z Compiling slog-async v2.8.0
22552026-07-14T05:21:58.448Z Compiling slog-term v2.9.2
22562026-07-14T05:21:58.553Z Compiling idna_adapter v1.2.2
22572026-07-14T05:21:58.714Z Compiling idna v1.1.0
22582026-07-14T05:21:58.784Z Compiling parking_lot v0.12.5
22592026-07-14T05:21:58.930Z Compiling slog-json v2.6.1
22602026-07-14T05:21:59.033Z Compiling url v2.5.8
22612026-07-14T05:21:59.051Z Compiling tokio v1.52.3
22622026-07-14T05:21:59.141Z Compiling slog-bunyan v2.5.0
22632026-07-14T05:21:59.171Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-14T05:21:59.284Z Compiling rustls-webpki v0.103.13
22652026-07-14T05:21:59.309Z Compiling expectorate v1.2.0
22662026-07-14T05:21:59.447Z Compiling globset v0.4.18
22672026-07-14T05:21:59.463Z Compiling moka v0.12.15
22682026-07-14T05:21:59.857Z Compiling schemars v0.8.22
22692026-07-14T05:22:00.025Z Compiling rustls v0.23.40
22702026-07-14T05:22:00.217Z Compiling parking_lot_core v0.8.6
22712026-07-14T05:22:00.231Z Compiling arc-swap v1.9.1
22722026-07-14T05:22:00.249Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
22732026-07-14T05:22:00.523Z Compiling dof v0.3.0
22742026-07-14T05:22:00.535Z Compiling parking_lot v0.11.2
22752026-07-14T05:22:00.556Z Compiling slog-scope v4.4.1
22762026-07-14T05:22:00.808Z Compiling ipnetwork v0.21.1
22772026-07-14T05:22:00.916Z Compiling newtype-uuid v1.3.2
22782026-07-14T05:22:01.186Z Compiling oxnet v0.1.6
22792026-07-14T05:22:01.237Z Compiling dof v0.4.0
22802026-07-14T05:22:01.265Z Compiling serde_with v3.20.0
22812026-07-14T05:22:01.308Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22822026-07-14T05:22:01.658Z Compiling daft v0.1.7
22832026-07-14T05:22:01.952Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-07-14T05:22:02.115Z Compiling usdt-impl v0.6.0
22852026-07-14T05:22:02.214Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22862026-07-14T05:22:02.464Z Compiling usdt v0.6.0
22872026-07-14T05:22:02.575Z Compiling iddqd v0.4.5
22882026-07-14T05:22:02.755Z Compiling typify-impl v0.6.2
22892026-07-14T05:22:02.781Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-07-14T05:22:02.793Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22912026-07-14T05:22:03.039Z Compiling tokio-util v0.7.18
22922026-07-14T05:22:03.055Z Compiling tokio-rustls v0.26.4
22932026-07-14T05:22:03.107Z Compiling tower v0.5.3
22942026-07-14T05:22:03.120Z Compiling rustls-platform-verifier v0.7.0
22952026-07-14T05:22:03.334Z Compiling async-compression v0.4.42
22962026-07-14T05:22:03.362Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22972026-07-14T05:22:03.605Z Compiling h2 v0.4.14
22982026-07-14T05:22:03.623Z Compiling tower-http v0.6.11
22992026-07-14T05:22:03.660Z Compiling backoff v0.4.0
23002026-07-14T05:22:03.764Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23012026-07-14T05:22:03.815Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-07-14T05:22:03.880Z Compiling byte-wrapper v0.1.0
23032026-07-14T05:22:04.054Z Compiling usdt-impl v0.5.0
23042026-07-14T05:22:04.167Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23052026-07-14T05:22:04.246Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23062026-07-14T05:22:04.432Z Compiling typify v0.6.2
23072026-07-14T05:22:04.548Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23082026-07-14T05:22:04.735Z Compiling usdt v0.5.0
23092026-07-14T05:22:05.019Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23102026-07-14T05:22:05.135Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
23112026-07-14T05:22:05.246Z Compiling progenitor-impl v0.14.0
23122026-07-14T05:22:05.287Z Compiling hickory-proto v0.24.4
23132026-07-14T05:22:05.916Z Compiling hyper v1.10.1
23142026-07-14T05:22:06.504Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-07-14T05:22:06.637Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-07-14T05:22:06.650Z Compiling progenitor-impl v0.13.0
23172026-07-14T05:22:06.875Z Compiling tokio-stream v0.1.18
23182026-07-14T05:22:07.371Z Compiling hyper-util v0.1.20
23192026-07-14T05:22:07.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23202026-07-14T05:22:07.790Z Compiling hickory-resolver v0.24.4
23212026-07-14T05:22:07.831Z Compiling tokio-dtrace v0.1.1
23222026-07-14T05:22:08.106Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-07-14T05:22:08.147Z Compiling libsw-core v0.3.2
23242026-07-14T05:22:08.320Z Compiling zone v0.3.1
23252026-07-14T05:22:08.332Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23262026-07-14T05:22:08.505Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
23272026-07-14T05:22:08.508Z Compiling libsw v3.5.0
23282026-07-14T05:22:08.752Z Compiling hyper-rustls v0.27.9
23292026-07-14T05:22:08.755Z Compiling dropshot v0.17.1
23302026-07-14T05:22:09.040Z Compiling reqwest v0.13.4
23312026-07-14T05:22:09.073Z Compiling reqwest v0.12.28
23322026-07-14T05:22:09.087Z Compiling qorb v0.4.1
23332026-07-14T05:22:09.392Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-07-14T05:22:09.523Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23352026-07-14T05:22:09.881Z Compiling oxide-tokio-rt v0.1.6
23362026-07-14T05:22:10.014Z Compiling slog-dtrace v0.3.0
23372026-07-14T05:22:10.152Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23382026-07-14T05:22:10.197Z Compiling tough v0.22.0
23392026-07-14T05:22:10.283Z Compiling progenitor-client v0.14.0
23402026-07-14T05:22:10.333Z Compiling progenitor-client v0.10.0
23412026-07-14T05:22:10.435Z Compiling progenitor-client v0.13.0
23422026-07-14T05:22:10.602Z Compiling progenitor-extras v0.2.0
23432026-07-14T05:22:10.642Z Compiling progenitor v0.14.0
23442026-07-14T05:22:10.756Z Compiling progenitor v0.13.0
23452026-07-14T05:22:10.791Z Compiling cancel-safe-futures v0.1.5
23462026-07-14T05:22:10.853Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23472026-07-14T05:22:10.905Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23482026-07-14T05:22:11.099Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23492026-07-14T05:22:11.157Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23502026-07-14T05:22:11.938Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23512026-07-14T05:22:12.207Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23522026-07-14T05:22:12.816Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23532026-07-14T05:22:12.879Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23542026-07-14T05:22:12.900Z Compiling steno v0.4.1
23552026-07-14T05:22:13.083Z Compiling hickory-proto v0.25.2
23562026-07-14T05:22:13.384Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23572026-07-14T05:22:13.497Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23582026-07-14T05:22:14.288Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23592026-07-14T05:22:14.330Z Compiling sled v0.34.7
23602026-07-14T05:22:14.480Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23612026-07-14T05:22:15.055Z Compiling hickory-resolver v0.25.2
23622026-07-14T05:22:15.779Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23632026-07-14T05:22:15.799Z Compiling papergrid v0.18.0
23642026-07-14T05:22:16.412Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23652026-07-14T05:22:16.811Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23662026-07-14T05:22:17.143Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23672026-07-14T05:22:17.293Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23682026-07-14T05:22:17.417Z Compiling testing_table v0.3.0
23692026-07-14T05:22:17.597Z Compiling internet-checksum v0.2.1
23702026-07-14T05:22:17.752Z Compiling tabled v0.21.0
23712026-07-14T05:22:17.773Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23722026-07-14T05:22:18.182Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23732026-07-14T05:22:18.604Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23742026-07-14T05:22:18.889Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23752026-07-14T05:22:19.074Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23762026-07-14T05:22:19.168Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23772026-07-14T05:22:19.314Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23782026-07-14T05:22:19.385Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23792026-07-14T05:22:19.563Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23802026-07-14T05:22:19.689Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23812026-07-14T05:22:19.947Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23822026-07-14T05:22:20.222Z Compiling slog-stdlog v4.1.1
23832026-07-14T05:22:20.378Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23842026-07-14T05:22:20.449Z Compiling itertools v0.15.0
23852026-07-14T05:22:20.469Z Compiling dropshot-api-manager-types v0.7.2
23862026-07-14T05:22:20.581Z Compiling const-random v0.1.18
23872026-07-14T05:22:20.664Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
23882026-07-14T05:22:20.750Z Compiling slog-envlogger v2.2.0
23892026-07-14T05:22:20.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23902026-07-14T05:22:21.166Z Compiling typify-impl v0.4.3
23912026-07-14T05:22:21.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
23922026-07-14T05:22:21.622Z Compiling crc8 v0.1.1
23932026-07-14T05:22:21.752Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
23942026-07-14T05:22:21.803Z Compiling ahash v0.8.12
23952026-07-14T05:22:22.061Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
23962026-07-14T05:22:22.077Z Compiling smartstring v1.0.1
23972026-07-14T05:22:22.323Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23982026-07-14T05:22:22.360Z Compiling sha1 v0.10.6
23992026-07-14T05:22:22.605Z Compiling thin-vec v0.2.18
24002026-07-14T05:22:22.854Z Compiling utf-8 v0.7.6
24012026-07-14T05:22:22.907Z Compiling typify v0.4.3
24022026-07-14T05:22:22.920Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24032026-07-14T05:22:23.023Z Compiling progenitor-impl v0.10.0
24042026-07-14T05:22:23.045Z Compiling tungstenite v0.21.0
24052026-07-14T05:22:23.188Z Compiling rhai v1.25.1
24062026-07-14T05:22:23.421Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24072026-07-14T05:22:23.878Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24082026-07-14T05:22:23.929Z Compiling sha2 v0.10.9
24092026-07-14T05:22:24.213Z Compiling progenitor v0.10.0
24102026-07-14T05:22:24.329Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24112026-07-14T05:22:24.365Z Compiling tokio-tungstenite v0.21.0
24122026-07-14T05:22:24.712Z Compiling lzma-sys v0.1.20
24132026-07-14T05:22:24.831Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24142026-07-14T05:22:25.704Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24152026-07-14T05:22:26.127Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24162026-07-14T05:22:26.150Z Compiling typeid v1.0.3
24172026-07-14T05:22:26.235Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24182026-07-14T05:22:26.274Z Compiling port-file v0.1.0
24192026-07-14T05:22:26.486Z Compiling console v0.16.3
24202026-07-14T05:22:26.722Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24212026-07-14T05:22:27.151Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24222026-07-14T05:22:27.361Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24232026-07-14T05:22:27.903Z Compiling git-stub v1.0.0
24242026-07-14T05:22:28.059Z Compiling toml_datetime v0.7.5+spec-1.1.0
24252026-07-14T05:22:28.189Z Compiling base64 v0.21.7
24262026-07-14T05:22:28.393Z Compiling unit-prefix v0.5.2
24272026-07-14T05:22:28.535Z Compiling indicatif v0.18.4
24282026-07-14T05:22:28.556Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24292026-07-14T05:22:28.613Z Compiling toml v0.9.12+spec-1.1.0
24302026-07-14T05:22:29.473Z Compiling git-stub-vcs v0.1.0
24312026-07-14T05:22:29.487Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24322026-07-14T05:22:29.839Z Compiling ron v0.12.1
24332026-07-14T05:22:30.062Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
24342026-07-14T05:22:30.128Z Compiling xz2 v0.1.7
24352026-07-14T05:22:30.380Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24362026-07-14T05:22:30.820Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24372026-07-14T05:22:30.947Z Compiling drift v0.2.0
24382026-07-14T05:22:31.087Z Compiling base16ct v1.0.0
24392026-07-14T05:22:31.286Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24402026-07-14T05:22:31.355Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
24412026-07-14T05:22:31.792Z Compiling dropshot-api-manager v0.7.2
24422026-07-14T05:22:31.928Z Compiling natord v1.0.9
24432026-07-14T05:22:32.112Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24442026-07-14T05:22:35.995Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24452026-07-14T05:22:36.368Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24462026-07-14T05:22:44.473Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24472026-07-14T05:22:46.143Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24482026-07-14T05:22:47.212Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24492026-07-14T05:22:48.163Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24502026-07-14T05:22:48.163Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24512026-07-14T05:22:48.166Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24522026-07-14T05:22:48.617Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24532026-07-14T05:22:48.620Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24542026-07-14T05:22:48.620Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24552026-07-14T05:22:49.099Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24562026-07-14T05:22:50.578Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24572026-07-14T05:22:50.578Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24582026-07-14T05:22:50.582Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24592026-07-14T05:22:55.244Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24602026-07-14T05:22:57.526Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24612026-07-14T05:22:57.529Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24622026-07-14T05:22:57.529Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24632026-07-14T05:23:37.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
24642026-07-14T05:23:37.369Z
24652026-07-14T05:23:37.369Zreal 1:39.991513193
24662026-07-14T05:23:37.369Zuser 7:24.232885320
24672026-07-14T05:23:37.369Zsys 1:04.102672640
24682026-07-14T05:23:37.369Ztrap 0.193983668
24692026-07-14T05:23:37.378Ztflt 0.008410629
24702026-07-14T05:23:37.378Zdflt 0.152236225
24712026-07-14T05:23:37.378Zkflt 0.000084780
24722026-07-14T05:23:37.378Zlock 28:41.721989640
24732026-07-14T05:23:37.378Zslp 23:26.656949112
24742026-07-14T05:23:37.378Zlat 23.825137798
24752026-07-14T05:23:37.378Zstop 38.760381423
24762026-07-14T05:23:37.378Z+ ptime -m cargo build --release
24772026-07-14T05:23:38.014Z Compiling proc-macro2 v1.0.106
24782026-07-14T05:23:38.014Z Compiling quote v1.0.45
24792026-07-14T05:23:38.021Z Compiling unicode-ident v1.0.24
24802026-07-14T05:23:38.021Z Compiling serde_core v1.0.228
24812026-07-14T05:23:38.021Z Compiling serde v1.0.228
24822026-07-14T05:23:38.021Z Compiling libc v0.2.186
24832026-07-14T05:23:38.021Z Compiling cfg-if v1.0.4
24842026-07-14T05:23:38.248Z Compiling zmij v1.0.21
24852026-07-14T05:23:38.267Z Compiling autocfg v1.5.1
24862026-07-14T05:23:38.548Z Compiling memchr v2.8.1
24872026-07-14T05:23:38.559Z Compiling libm v0.2.16
24882026-07-14T05:23:38.662Z Compiling itoa v1.0.18
24892026-07-14T05:23:39.926Z Compiling icu_properties_data v2.2.0
24902026-07-14T05:23:39.931Z Compiling icu_normalizer_data v2.2.0
24912026-07-14T05:23:39.931Z Compiling version_check v0.9.5
24922026-07-14T05:23:39.931Z Compiling stable_deref_trait v1.2.1
24932026-07-14T05:23:39.931Z Compiling syn v2.0.117
24942026-07-14T05:23:39.931Z Compiling serde_json v1.0.150
24952026-07-14T05:23:39.931Z Compiling writeable v0.6.3
24962026-07-14T05:23:39.931Z Compiling litemap v0.8.2
24972026-07-14T05:23:39.931Z Compiling thiserror v2.0.18
24982026-07-14T05:23:39.931Z Compiling utf8_iter v1.0.4
24992026-07-14T05:23:39.931Z Compiling num-traits v0.2.19
25002026-07-14T05:23:39.931Z Compiling percent-encoding v2.3.2
25012026-07-14T05:23:40.018Z Compiling form_urlencoded v1.2.2
25022026-07-14T05:23:40.116Z Compiling parking_lot_core v0.9.12
25032026-07-14T05:23:40.215Z Compiling rand_core v0.10.1
25042026-07-14T05:23:40.255Z Compiling getrandom v0.4.2
25052026-07-14T05:23:40.329Z Compiling iana-time-zone v0.1.65
25062026-07-14T05:23:40.389Z Compiling errno v0.3.14
25072026-07-14T05:23:40.411Z Compiling heck v0.5.0
25082026-07-14T05:23:40.618Z Compiling zerocopy v0.8.50
25092026-07-14T05:23:40.823Z Compiling uuid v1.23.5
25102026-07-14T05:23:40.887Z Compiling semver v1.0.28
25112026-07-14T05:23:40.962Z Compiling schemars v0.8.22
25122026-07-14T05:23:41.075Z Compiling dyn-clone v1.0.20
25132026-07-14T05:23:41.348Z Compiling jobserver v0.1.34
25142026-07-14T05:23:41.357Z Compiling find-msvc-tools v0.1.9
25152026-07-14T05:23:41.456Z Compiling shlex v2.0.1
25162026-07-14T05:23:41.551Z Compiling rustversion v1.0.22
25172026-07-14T05:23:41.621Z Compiling cc v1.2.63
25182026-07-14T05:23:41.651Z Compiling pin-project-lite v0.2.17
25192026-07-14T05:23:41.675Z Compiling getrandom v0.2.17
25202026-07-14T05:23:41.757Z Compiling bitflags v2.12.1
25212026-07-14T05:23:41.770Z Compiling portable-atomic v1.13.1
25222026-07-14T05:23:41.921Z Compiling socket2 v0.6.5
25232026-07-14T05:23:42.174Z Compiling synstructure v0.13.2
25242026-07-14T05:23:42.182Z Compiling serde_derive_internals v0.29.1
25252026-07-14T05:23:42.300Z Compiling scopeguard v1.2.0
25262026-07-14T05:23:42.422Z Compiling lock_api v0.4.14
25272026-07-14T05:23:42.686Z Compiling critical-section v1.2.0
25282026-07-14T05:23:42.691Z Compiling log v0.4.32
25292026-07-14T05:23:42.787Z Compiling signal-hook-registry v1.4.8
25302026-07-14T05:23:42.804Z Compiling mio v1.2.1
25312026-07-14T05:23:42.878Z Compiling equivalent v1.0.2
25322026-07-14T05:23:42.925Z Compiling cmake v0.1.58
25332026-07-14T05:23:43.005Z Compiling dunce v1.0.5
25342026-07-14T05:23:43.023Z Compiling fs_extra v1.3.0
25352026-07-14T05:23:43.114Z Compiling once_cell v1.21.4
25362026-07-14T05:23:43.140Z Compiling subtle v2.6.1
25372026-07-14T05:23:43.290Z Compiling futures-core v0.3.32
25382026-07-14T05:23:43.304Z Compiling aws-lc-sys v0.41.0
25392026-07-14T05:23:43.331Z Compiling serde_derive v1.0.228
25402026-07-14T05:23:43.333Z Compiling zerofrom-derive v0.1.7
25412026-07-14T05:23:43.366Z Compiling yoke-derive v0.8.2
25422026-07-14T05:23:43.396Z Compiling zerovec-derive v0.11.3
25432026-07-14T05:23:43.453Z Compiling displaydoc v0.2.6
25442026-07-14T05:23:43.466Z Compiling schemars_derive v0.8.22
25452026-07-14T05:23:43.516Z Compiling thiserror-impl v2.0.18
25462026-07-14T05:23:45.688Z Compiling tokio-macros v2.7.0
25472026-07-14T05:23:45.694Z Compiling zerocopy-derive v0.8.50
25482026-07-14T05:23:45.694Z Compiling zeroize_derive v1.4.3
25492026-07-14T05:23:45.694Z Compiling futures-macro v0.3.32
25502026-07-14T05:23:45.694Z Compiling zerofrom v0.1.8
25512026-07-14T05:23:45.694Z Compiling yoke v0.8.3
25522026-07-14T05:23:45.694Z Compiling getrandom v0.3.4
25532026-07-14T05:23:45.694Z Compiling zerovec v0.11.6
25542026-07-14T05:23:45.694Z Compiling zerotrie v0.2.4
25552026-07-14T05:23:45.694Z Compiling httparse v1.10.1
25562026-07-14T05:23:45.694Z Compiling futures-sink v0.3.32
25572026-07-14T05:23:45.694Z Compiling zeroize v1.8.2
25582026-07-14T05:23:45.694Z Compiling slab v0.4.12
25592026-07-14T05:23:45.694Z Compiling rustix v1.1.4
25602026-07-14T05:23:45.694Z Compiling typenum v1.20.1
25612026-07-14T05:23:45.694Z Compiling thiserror v1.0.69
25622026-07-14T05:23:45.694Z Compiling tinystr v0.8.3
25632026-07-14T05:23:45.694Z Compiling potential_utf v0.1.5
25642026-07-14T05:23:45.694Z Compiling futures-channel v0.3.32
25652026-07-14T05:23:45.694Z Compiling icu_locale_core v2.2.0
25662026-07-14T05:23:45.694Z Compiling icu_collections v2.2.0
25672026-07-14T05:23:45.762Z Compiling thiserror-impl v1.0.69
25682026-07-14T05:23:45.775Z Compiling futures-io v0.3.32
25692026-07-14T05:23:45.814Z Compiling futures-task v0.3.32
25702026-07-14T05:23:45.976Z Compiling futures-util v0.3.32
25712026-07-14T05:23:45.991Z Compiling hashbrown v0.17.1
25722026-07-14T05:23:46.476Z Compiling icu_provider v2.2.0
25732026-07-14T05:23:46.562Z Compiling indexmap v2.14.0
25742026-07-14T05:23:46.690Z Compiling smallvec v1.15.1
25752026-07-14T05:23:46.798Z Compiling bytes v1.11.1
25762026-07-14T05:23:46.981Z Compiling icu_normalizer v2.2.0
25772026-07-14T05:23:46.985Z Compiling icu_properties v2.2.0
25782026-07-14T05:23:47.103Z Compiling chrono v0.4.45
25792026-07-14T05:23:47.230Z Compiling serde_tokenstream v0.2.3
25802026-07-14T05:23:47.947Z Compiling idna_adapter v1.2.2
25812026-07-14T05:23:48.098Z Compiling idna v1.1.0
25822026-07-14T05:23:48.182Z Compiling parking_lot v0.12.5
25832026-07-14T05:23:48.279Z Compiling ucd-trie v0.1.7
25842026-07-14T05:23:48.513Z Compiling url v2.5.8
25852026-07-14T05:23:48.516Z Compiling tokio v1.52.3
25862026-07-14T05:23:48.665Z Compiling pest v2.8.6
25872026-07-14T05:23:48.959Z Compiling tracing-attributes v0.1.31
25882026-07-14T05:23:49.080Z Compiling tracing-core v0.1.36
25892026-07-14T05:23:50.122Z Compiling rand_core v0.6.4
25902026-07-14T05:23:50.137Z Compiling regex-syntax v0.8.10
25912026-07-14T05:23:50.341Z Compiling ipnetwork v0.21.1
25922026-07-14T05:23:50.388Z Compiling tracing v0.1.44
25932026-07-14T05:23:50.552Z Compiling pest_meta v2.8.6
25942026-07-14T05:23:50.754Z Compiling slog v2.8.2
25952026-07-14T05:23:51.025Z Compiling byteorder v1.5.0
25962026-07-14T05:23:51.048Z Compiling base64 v0.22.1
25972026-07-14T05:23:51.296Z Compiling pest_generator v2.8.6
25982026-07-14T05:23:51.600Z Compiling http v1.4.2
25992026-07-14T05:23:51.868Z Compiling erased-serde v0.3.31
26002026-07-14T05:23:51.948Z Compiling aho-corasick v1.1.4
26012026-07-14T05:23:52.246Z Compiling pest_derive v2.8.6
26022026-07-14T05:23:52.821Z Compiling regex-automata v0.4.14
26032026-07-14T05:23:53.130Z Compiling anyhow v1.0.103
26042026-07-14T05:23:53.144Z Compiling fnv v1.0.7
26052026-07-14T05:23:53.367Z Compiling oxnet v0.1.6
26062026-07-14T05:23:53.481Z Compiling rustls-pki-types v1.14.1
26072026-07-14T05:23:53.513Z Compiling ring v0.17.14
26082026-07-14T05:23:54.174Z Compiling aws-lc-rs v1.17.0
26092026-07-14T05:23:54.511Z Compiling regex v1.12.3
26102026-07-14T05:23:54.921Z Compiling strsim v0.11.1
26112026-07-14T05:23:55.020Z Compiling paste v1.0.15
26122026-07-14T05:23:55.224Z Compiling tokio-util v0.7.18
26132026-07-14T05:23:55.570Z Compiling untrusted v0.9.0
26142026-07-14T05:23:55.615Z Compiling ipnet v2.12.0
26152026-07-14T05:23:55.707Z Compiling num-conv v0.2.2
26162026-07-14T05:23:55.892Z Compiling time-core v0.1.8
26172026-07-14T05:23:56.049Z Compiling untrusted v0.7.1
26182026-07-14T05:23:56.191Z Compiling time-macros v0.2.27
26192026-07-14T05:23:57.309Z Compiling ident_case v1.0.1
26202026-07-14T05:23:57.441Z Compiling camino v1.2.4
26212026-07-14T05:23:57.790Z Compiling rustls v0.23.40
26222026-07-14T05:23:57.831Z Compiling http-body v1.0.1
26232026-07-14T05:23:58.003Z Compiling scroll_derive v0.13.1
26242026-07-14T05:23:58.181Z Compiling atomic-waker v1.1.2
26252026-07-14T05:23:58.255Z Compiling async-trait v0.1.89
26262026-07-14T05:23:58.320Z Compiling tower-layer v0.3.3
26272026-07-14T05:23:58.353Z Compiling omicron-workspace-hack v0.1.0
26282026-07-14T05:23:58.526Z Compiling ryu v1.0.23
26292026-07-14T05:23:58.590Z Compiling tower-service v0.3.3
26302026-07-14T05:23:58.831Z Compiling pretty-hex v0.4.2
26312026-07-14T05:23:58.844Z Compiling try-lock v0.2.5
26322026-07-14T05:23:58.967Z Compiling want v0.3.1
26332026-07-14T05:23:59.132Z Compiling h2 v0.4.14
26342026-07-14T05:23:59.167Z Compiling ppv-lite86 v0.2.21
26352026-07-14T05:23:59.257Z Compiling crossbeam-utils v0.8.21
26362026-07-14T05:23:59.505Z Compiling httpdate v1.0.3
26372026-07-14T05:24:00.274Z Compiling crc32fast v1.5.0
26382026-07-14T05:24:00.954Z Compiling usdt-impl v0.6.0
26392026-07-14T05:24:01.243Z Compiling slog-async v2.8.0
26402026-07-14T05:24:01.426Z Compiling scroll v0.13.0
26412026-07-14T05:24:01.570Z Compiling hyper v1.10.1
26422026-07-14T05:24:01.708Z Compiling serde_urlencoded v0.7.1
26432026-07-14T05:24:01.960Z Compiling http-body-util v0.1.4
26442026-07-14T05:24:01.994Z Compiling plain v0.2.3
26452026-07-14T05:24:02.114Z Compiling goblin v0.10.7
26462026-07-14T05:24:02.270Z Compiling daft-derive v0.1.7
26472026-07-14T05:24:03.079Z Compiling hyper-util v0.1.20
26482026-07-14T05:24:05.627Z Compiling foldhash v0.2.0
26492026-07-14T05:24:05.647Z Compiling allocator-api2 v0.2.21
26502026-07-14T05:24:06.027Z Compiling dof v0.4.0
26512026-07-14T05:24:06.049Z Compiling hashbrown v0.16.1
26522026-07-14T05:24:06.081Z Compiling dtrace-parser v0.3.0
26532026-07-14T05:24:06.477Z Compiling openapiv3 v2.2.0
26542026-07-14T05:24:06.673Z Compiling thread-id v5.1.0
26552026-07-14T05:24:06.779Z Compiling syn v1.0.109
26562026-07-14T05:24:07.334Z Compiling generic-array v0.14.7
26572026-07-14T05:24:07.611Z Compiling powerfmt v0.2.0
26582026-07-14T05:24:07.883Z Compiling deranged v0.5.8
26592026-07-14T05:24:08.717Z Compiling num_threads v0.1.7
26602026-07-14T05:24:09.223Z Compiling time v0.3.47
26612026-07-14T05:24:10.050Z Compiling usdt-macro v0.6.0
26622026-07-14T05:24:10.343Z Compiling usdt-attr-macro v0.6.0
26632026-07-14T05:24:10.723Z Compiling rand_core v0.9.5
26642026-07-14T05:24:11.008Z Compiling multer v3.1.0
26652026-07-14T05:24:11.098Z Compiling ref-cast v1.0.25
26662026-07-14T05:24:11.282Z Compiling crossbeam-channel v0.5.15
26672026-07-14T05:24:11.295Z Compiling sync_wrapper v1.0.2
26682026-07-14T05:24:11.415Z Compiling winnow v1.0.3
26692026-07-14T05:24:11.450Z Compiling hex v0.4.3
26702026-07-14T05:24:11.747Z Compiling cpufeatures v0.3.0
26712026-07-14T05:24:11.786Z Compiling tower v0.5.3
26722026-07-14T05:24:11.831Z Compiling rand_chacha v0.9.0
26732026-07-14T05:24:11.996Z Compiling webpki-roots v1.0.7
26742026-07-14T05:24:12.108Z Compiling futures-executor v0.3.32
26752026-07-14T05:24:12.125Z Compiling ref-cast-impl v1.0.25
26762026-07-14T05:24:12.353Z Compiling async-stream-impl v0.3.6
26772026-07-14T05:24:12.391Z Compiling dropshot v0.17.1
26782026-07-14T05:24:12.590Z Compiling thread_local v1.1.9
26792026-07-14T05:24:12.656Z Compiling fastrand v2.4.1
26802026-07-14T05:24:12.894Z Compiling futures v0.3.32
26812026-07-14T05:24:12.931Z Compiling tower-http v0.6.11
26822026-07-14T05:24:12.979Z Compiling rand v0.9.4
26832026-07-14T05:24:13.017Z Compiling structmeta-derive v0.3.0
26842026-07-14T05:24:13.053Z Compiling is-terminal v0.4.17
26852026-07-14T05:24:13.160Z Compiling term v1.2.1
26862026-07-14T05:24:13.174Z Compiling take_mut v0.2.2
26872026-07-14T05:24:13.514Z Compiling slog-term v2.9.2
26882026-07-14T05:24:13.609Z Compiling crypto-common v0.1.7
26892026-07-14T05:24:13.765Z Compiling darling_core v0.23.0
26902026-07-14T05:24:14.010Z Compiling newtype-uuid-macros v0.1.0
26912026-07-14T05:24:14.088Z Compiling structmeta v0.3.0
26922026-07-14T05:24:14.304Z Compiling dropshot_endpoint v0.17.1
26932026-07-14T05:24:14.756Z Compiling tempfile v3.27.0
26942026-07-14T05:24:14.886Z Compiling newtype-uuid v1.3.2
26952026-07-14T05:24:14.905Z Compiling strum_macros v0.26.4
26962026-07-14T05:24:15.574Z Compiling either v1.16.0
26972026-07-14T05:24:15.838Z Compiling daft v0.1.7
26982026-07-14T05:24:15.885Z Compiling darling_macro v0.23.0
26992026-07-14T05:24:16.028Z Compiling hybrid-array v0.4.12
27002026-07-14T05:24:16.218Z Compiling openssl-probe v0.2.1
27012026-07-14T05:24:16.242Z Compiling adler2 v2.0.1
27022026-07-14T05:24:16.416Z Compiling simd-adler32 v0.3.9
27032026-07-14T05:24:16.477Z Compiling match_cfg v0.1.0
27042026-07-14T05:24:16.504Z Compiling darling v0.23.0
27052026-07-14T05:24:16.523Z Compiling rustls-native-certs v0.8.4
27062026-07-14T05:24:16.554Z Compiling hostname v0.3.1
27072026-07-14T05:24:16.590Z Compiling serde_with_macros v3.20.0
27082026-07-14T05:24:16.603Z Compiling miniz_oxide v0.8.9
27092026-07-14T05:24:16.715Z Compiling toml_parser v1.1.2+spec-1.1.0
27102026-07-14T05:24:17.261Z Compiling slog-json v2.6.1
27112026-07-14T05:24:17.312Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-14T05:24:17.521Z Compiling serde_spanned v1.1.1
27132026-07-14T05:24:17.679Z Compiling memmap2 v0.9.10
27142026-07-14T05:24:17.978Z Compiling toml_writer v1.1.1+spec-1.1.0
27152026-07-14T05:24:17.995Z Compiling slog-bunyan v2.5.0
27162026-07-14T05:24:18.052Z Compiling flate2 v1.1.9
27172026-07-14T05:24:18.178Z Compiling block-buffer v0.12.0
27182026-07-14T05:24:18.245Z Compiling crypto-common v0.2.2
27192026-07-14T05:24:18.369Z Compiling derive-ex v0.1.8
27202026-07-14T05:24:18.518Z Compiling rand_chacha v0.3.1
27212026-07-14T05:24:18.607Z Compiling strum_macros v0.27.2
27222026-07-14T05:24:19.511Z Compiling usdt v0.6.0
27232026-07-14T05:24:19.739Z Compiling compression-core v0.4.32
27242026-07-14T05:24:19.932Z Compiling debug-ignore v1.0.5
27252026-07-14T05:24:19.983Z Compiling const-oid v0.10.2
27262026-07-14T05:24:20.054Z Compiling test-strategy v0.4.5
27272026-07-14T05:24:20.154Z Compiling digest v0.11.3
27282026-07-14T05:24:20.294Z Compiling compression-codecs v0.4.38
27292026-07-14T05:24:20.358Z Compiling rand v0.8.6
27302026-07-14T05:24:20.610Z Compiling macaddr v1.0.1
27312026-07-14T05:24:20.680Z Compiling toml_datetime v1.1.1+spec-1.1.0
27322026-07-14T05:24:20.801Z Compiling encoding_rs v0.8.35
27332026-07-14T05:24:21.085Z Compiling mime v0.3.17
27342026-07-14T05:24:21.133Z Compiling spin v0.9.8
27352026-07-14T05:24:21.272Z Compiling toml v1.1.2+spec-1.1.0
27362026-07-14T05:24:21.472Z Compiling async-compression v0.4.42
27372026-07-14T05:24:21.541Z Compiling sha1 v0.11.0
27382026-07-14T05:24:21.577Z Compiling async-stream v0.3.6
27392026-07-14T05:24:21.828Z Compiling block-buffer v0.10.4
27402026-07-14T05:24:21.975Z Compiling waitgroup v0.1.2
27412026-07-14T05:24:22.008Z Compiling rustls-pemfile v2.2.0
27422026-07-14T05:24:22.137Z Compiling serde_path_to_error v0.1.20
27432026-07-14T05:24:22.252Z Compiling hostname v0.4.2
27442026-07-14T05:24:22.375Z Compiling digest v0.10.7
27452026-07-14T05:24:22.423Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-07-14T05:24:22.614Z Compiling unicode-width v0.2.2
27472026-07-14T05:24:23.011Z Compiling parse-display-derive v0.10.0
27482026-07-14T05:24:23.564Z Compiling strum v0.26.3
27492026-07-14T05:24:23.868Z Compiling regress v0.10.5
27502026-07-14T05:24:24.370Z Compiling wait-timeout v0.2.1
27512026-07-14T05:24:25.042Z Compiling quick-error v1.2.3
27522026-07-14T05:24:25.167Z Compiling bit-vec v0.8.0
27532026-07-14T05:24:25.226Z Compiling rusty-fork v0.3.1
27542026-07-14T05:24:25.386Z Compiling bit-set v0.8.0
27552026-07-14T05:24:25.471Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-07-14T05:24:25.584Z Compiling serde_with v3.20.0
27572026-07-14T05:24:25.589Z Compiling rand_xorshift v0.4.0
27582026-07-14T05:24:25.769Z Compiling unarray v0.1.4
27592026-07-14T05:24:25.906Z Compiling proptest v1.11.0
27602026-07-14T05:24:25.993Z Compiling strum v0.27.2
27612026-07-14T05:24:26.070Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622026-07-14T05:24:26.137Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27632026-07-14T05:24:26.228Z Compiling instant v0.1.13
27642026-07-14T05:24:26.465Z Compiling cpufeatures v0.2.17
27652026-07-14T05:24:26.542Z Compiling iddqd v0.4.5
27662026-07-14T05:24:26.556Z Compiling itertools v0.14.0
27672026-07-14T05:24:26.605Z Compiling clap_derive v4.6.1
27682026-07-14T05:24:28.053Z Compiling utf8parse v0.2.2
27692026-07-14T05:24:28.297Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27702026-07-14T05:24:28.518Z Compiling anstyle-parse v1.0.0
27712026-07-14T05:24:28.748Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-07-14T05:24:28.781Z Compiling backon v1.6.0
27732026-07-14T05:24:28.793Z Compiling terminal_size v0.4.4
27742026-07-14T05:24:29.276Z Compiling is_terminal_polyfill v1.70.2
27752026-07-14T05:24:29.339Z Compiling anstyle v1.0.14
27762026-07-14T05:24:29.614Z Compiling colorchoice v1.0.5
27772026-07-14T05:24:29.744Z Compiling anstyle-query v1.1.5
27782026-07-14T05:24:29.856Z Compiling anstream v1.0.0
27792026-07-14T05:24:30.426Z Compiling backoff v0.4.0
27802026-07-14T05:24:30.517Z Compiling parse-display v0.10.0
27812026-07-14T05:24:30.726Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27822026-07-14T05:24:30.829Z Compiling humantime v2.3.0
27832026-07-14T05:24:30.953Z Compiling clap_lex v1.1.0
27842026-07-14T05:24:31.534Z Compiling clap_builder v4.6.0
27852026-07-14T05:24:32.106Z Compiling regress v0.11.1
27862026-07-14T05:24:33.444Z Compiling clap v4.6.1
27872026-07-14T05:24:33.645Z Compiling typify-impl v0.6.2
27882026-07-14T05:24:34.761Z Compiling toml_edit v0.25.12+spec-1.1.0
27892026-07-14T05:24:35.205Z Compiling crucible-workspace-hack v0.1.0
27902026-07-14T05:24:35.521Z Compiling proc-macro-crate v3.5.0
27912026-07-14T05:24:35.962Z Compiling zerocopy-derive v0.7.35
27922026-07-14T05:24:36.309Z Compiling unsafe-libyaml v0.2.11
27932026-07-14T05:24:36.835Z Compiling serde_yaml v0.9.34+deprecated
27942026-07-14T05:24:36.977Z Compiling typify-macro v0.6.2
27952026-07-14T05:24:37.687Z Compiling num_enum_derive v0.7.6
27962026-07-14T05:24:38.508Z Compiling darling_core v0.21.3
27972026-07-14T05:24:38.748Z Compiling convert_case v0.4.0
27982026-07-14T05:24:38.762Z Compiling num_enum v0.7.6
27992026-07-14T05:24:39.046Z Compiling derive_more v0.99.20
28002026-07-14T05:24:39.338Z Compiling toml_datetime v0.6.11
28012026-07-14T05:24:39.583Z Compiling heck v0.4.1
28022026-07-14T05:24:40.344Z Compiling typify v0.6.2
28032026-07-14T05:24:40.566Z Compiling darling_macro v0.21.3
28042026-07-14T05:24:40.839Z Compiling secrecy v0.10.3
28052026-07-14T05:24:41.008Z Compiling proc-macro-error-attr v1.0.4
28062026-07-14T05:24:41.199Z Compiling darling v0.21.3
28072026-07-14T05:24:41.269Z Compiling tinyvec_macros v0.1.1
28082026-07-14T05:24:41.287Z Compiling rustix v0.38.44
28092026-07-14T05:24:41.347Z Compiling heapless v0.8.0
28102026-07-14T05:24:41.511Z Compiling prettyplease v0.2.37
28112026-07-14T05:24:41.746Z Compiling tinyvec v1.11.0
28122026-07-14T05:24:41.779Z Compiling ingot-macros v0.1.1
28132026-07-14T05:24:42.171Z Compiling zerocopy v0.7.35
28142026-07-14T05:24:42.273Z Compiling tabwriter v1.4.1
28152026-07-14T05:24:42.627Z Compiling crossbeam-epoch v0.9.18
28162026-07-14T05:24:42.901Z Compiling hash32 v0.3.1
28172026-07-14T05:24:42.933Z Compiling scroll_derive v0.12.1
28182026-07-14T05:24:43.066Z Compiling rustc_version v0.4.1
28192026-07-14T05:24:43.127Z Compiling num-integer v0.1.46
28202026-07-14T05:24:43.345Z Compiling proc-macro-error v1.0.4
28212026-07-14T05:24:43.610Z Compiling usdt-impl v0.5.0
28222026-07-14T05:24:43.623Z Compiling smoltcp v0.11.0
28232026-07-14T05:24:43.664Z Compiling pkg-config v0.3.33
28242026-07-14T05:24:43.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28252026-07-14T05:24:43.981Z Compiling data-encoding v2.11.0
28262026-07-14T05:24:44.121Z Compiling winnow v0.7.15
28272026-07-14T05:24:44.322Z Compiling scroll v0.12.0
28282026-07-14T05:24:44.468Z Compiling ingot-types v0.1.2
28292026-07-14T05:24:44.856Z Compiling curve25519-dalek v4.1.3
28302026-07-14T05:24:45.383Z Compiling dof v0.3.0
28312026-07-14T05:24:46.579Z Compiling dtrace-parser v0.2.0
28322026-07-14T05:24:46.675Z Compiling hmac v0.12.1
28332026-07-14T05:24:46.688Z Compiling inout v0.1.4
28342026-07-14T05:24:46.829Z Compiling ff v0.13.1
28352026-07-14T05:24:46.842Z Compiling cobs v0.3.0
28362026-07-14T05:24:46.987Z Compiling bstr v1.12.1
28372026-07-14T05:24:47.090Z Compiling thread-id v4.2.2
28382026-07-14T05:24:47.153Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
28392026-07-14T05:24:47.250Z Compiling managed v0.8.0
28402026-07-14T05:24:47.353Z Compiling bitflags v1.3.2
28412026-07-14T05:24:47.416Z Compiling colored v3.1.1
28422026-07-14T05:24:47.463Z Compiling static_assertions v1.1.0
28432026-07-14T05:24:48.008Z Compiling postcard v1.1.3
28442026-07-14T05:24:48.052Z Compiling group v0.13.0
28452026-07-14T05:24:48.177Z Compiling hkdf v0.12.4
28462026-07-14T05:24:48.351Z Compiling cipher v0.4.4
28472026-07-14T05:24:48.835Z Compiling ingot v0.1.1
28482026-07-14T05:24:48.884Z Compiling goblin v0.8.2
28492026-07-14T05:24:48.914Z Compiling num-iter v0.1.45
28502026-07-14T05:24:49.013Z Compiling num-rational v0.4.2
28512026-07-14T05:24:49.995Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28522026-07-14T05:24:50.234Z Compiling universal-hash v0.5.1
28532026-07-14T05:24:50.495Z Compiling hubpack_derive v0.1.1
28542026-07-14T05:24:50.721Z Compiling thiserror-impl-no-std v2.0.2
28552026-07-14T05:24:51.001Z Compiling crypto-bigint v0.5.5
28562026-07-14T05:24:51.077Z Compiling half v2.7.1
28572026-07-14T05:24:51.366Z Compiling serde_repr v0.1.20
28582026-07-14T05:24:51.415Z Compiling foreign-types-macros v0.2.3
28592026-07-14T05:24:51.840Z Compiling curve25519-dalek-derive v0.1.1
28602026-07-14T05:24:52.091Z Compiling num-complex v0.4.6
28612026-07-14T05:24:52.815Z Compiling memoffset v0.9.1
28622026-07-14T05:24:53.083Z Compiling ciborium-io v0.2.2
28632026-07-14T05:24:53.188Z Compiling foreign-types-shared v0.3.1
28642026-07-14T05:24:53.254Z Compiling cfg_aliases v0.2.1
28652026-07-14T05:24:53.332Z Compiling indent_write v2.2.0
28662026-07-14T05:24:53.372Z Compiling opaque-debug v0.3.1
28672026-07-14T05:24:53.449Z Compiling base16ct v0.2.0
28682026-07-14T05:24:53.462Z Compiling base64ct v1.8.3
28692026-07-14T05:24:53.482Z Compiling poly1305 v0.8.0
28702026-07-14T05:24:53.681Z Compiling elliptic-curve v0.13.8
28712026-07-14T05:24:53.805Z Compiling password-hash v0.5.0
28722026-07-14T05:24:54.099Z Compiling nix v0.31.3
28732026-07-14T05:24:54.166Z Compiling foreign-types v0.5.0
28742026-07-14T05:24:54.291Z Compiling ciborium-ll v0.2.2
28752026-07-14T05:24:54.898Z Compiling num v0.4.3
28762026-07-14T05:24:54.981Z Compiling thiserror-no-std v2.0.2
28772026-07-14T05:24:55.080Z Compiling hubpack v0.1.2
28782026-07-14T05:24:56.309Z Compiling chacha20 v0.9.1
28792026-07-14T05:24:57.003Z Compiling atomicwrites v0.4.4
28802026-07-14T05:24:57.405Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28812026-07-14T05:24:57.419Z Compiling reqwest v0.12.28
28822026-07-14T05:24:57.667Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28832026-07-14T05:24:58.299Z Compiling blake2 v0.10.6
28842026-07-14T05:24:58.720Z Compiling aead v0.5.2
28852026-07-14T05:24:58.793Z Compiling chacha20 v0.10.0
28862026-07-14T05:24:58.844Z Compiling byte-wrapper v0.1.0
28872026-07-14T05:24:58.914Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28882026-07-14T05:24:59.457Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28892026-07-14T05:24:59.786Z Compiling cstr-argument v0.1.2
28902026-07-14T05:24:59.832Z Compiling keccak v0.1.6
28912026-07-14T05:25:00.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
28922026-07-14T05:25:00.069Z Compiling float-ord v0.3.2
28932026-07-14T05:25:00.351Z Compiling sha3 v0.10.9
28942026-07-14T05:25:00.521Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28952026-07-14T05:25:00.550Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28962026-07-14T05:25:00.957Z Compiling rustls-webpki v0.103.13
28972026-07-14T05:25:00.971Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28982026-07-14T05:25:01.112Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28992026-07-14T05:25:02.455Z Compiling rand v0.10.2
29002026-07-14T05:25:03.276Z Compiling chacha20poly1305 v0.10.1
29012026-07-14T05:25:03.433Z Compiling argon2 v0.5.3
29022026-07-14T05:25:03.823Z Compiling progenitor-client v0.10.0
29032026-07-14T05:25:04.139Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
29042026-07-14T05:25:04.381Z Compiling vsss-rs v3.3.4
29052026-07-14T05:25:05.101Z Compiling ciborium v0.2.2
29062026-07-14T05:25:05.556Z Compiling tokio-rustls v0.26.4
29072026-07-14T05:25:05.654Z Compiling rustls-platform-verifier v0.7.0
29082026-07-14T05:25:05.873Z Compiling hyper-rustls v0.27.9
29092026-07-14T05:25:06.080Z Compiling usdt-attr-macro v0.5.0
29102026-07-14T05:25:06.269Z Compiling reqwest v0.13.4
29112026-07-14T05:25:06.851Z Compiling usdt-macro v0.5.0
29122026-07-14T05:25:08.126Z Compiling progenitor-client v0.14.0
29132026-07-14T05:25:08.604Z Compiling progenitor-extras v0.2.0
29142026-07-14T05:25:09.248Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29152026-07-14T05:25:09.396Z Compiling num-derive v0.4.2
29162026-07-14T05:25:10.143Z Compiling enum-as-inner v0.6.1
29172026-07-14T05:25:10.386Z Compiling memmap v0.7.0
29182026-07-14T05:25:10.632Z Compiling semver v0.1.20
29192026-07-14T05:25:10.980Z Compiling winnow v0.5.40
29202026-07-14T05:25:13.112Z Compiling rayon-core v1.13.0
29212026-07-14T05:25:13.396Z Compiling toml_edit v0.19.15
29222026-07-14T05:25:13.507Z Compiling rustc_version v0.1.7
29232026-07-14T05:25:13.722Z Compiling usdt v0.5.0
29242026-07-14T05:25:14.347Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29252026-07-14T05:25:15.530Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29262026-07-14T05:25:21.135Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29272026-07-14T05:25:21.485Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29282026-07-14T05:25:21.602Z Compiling similar v2.7.0
29292026-07-14T05:25:23.109Z Compiling crossbeam-deque v0.8.6
29302026-07-14T05:25:23.315Z Compiling progenitor-impl v0.14.0
29312026-07-14T05:25:23.499Z Compiling serde_spanned v0.6.9
29322026-07-14T05:25:23.515Z Compiling toml_write v0.1.2
29332026-07-14T05:25:23.724Z Compiling lazy_static v1.5.0
29342026-07-14T05:25:23.846Z Compiling vcpkg v0.2.15
29352026-07-14T05:25:24.362Z Compiling bytecount v0.6.9
29362026-07-14T05:25:24.561Z Compiling openssl-sys v0.9.116
29372026-07-14T05:25:24.575Z Compiling toml_edit v0.22.27
29382026-07-14T05:25:25.156Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29392026-07-14T05:25:25.310Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29402026-07-14T05:25:25.408Z Compiling progenitor-macro v0.14.0
29412026-07-14T05:25:25.599Z Compiling proc-macro-crate v1.3.1
29422026-07-14T05:25:25.960Z Compiling newtype_derive v0.1.6
29432026-07-14T05:25:26.346Z Compiling itertools v0.12.1
29442026-07-14T05:25:26.958Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29452026-07-14T05:25:27.084Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29462026-07-14T05:25:27.354Z Compiling owo-colors v4.3.0
29472026-07-14T05:25:27.407Z Compiling linked-hash-map v0.5.6
29482026-07-14T05:25:27.421Z Compiling resolv-conf v0.7.6
29492026-07-14T05:25:27.630Z Compiling swrite v0.1.0
29502026-07-14T05:25:27.754Z Compiling unicode-segmentation v1.13.3
29512026-07-14T05:25:27.872Z Compiling lru-cache v0.1.2
29522026-07-14T05:25:28.090Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29532026-07-14T05:25:28.394Z Compiling newline-converter v0.3.0
29542026-07-14T05:25:28.697Z Compiling toml v0.8.23
29552026-07-14T05:25:28.952Z Compiling num_enum_derive v0.5.11
29562026-07-14T05:25:29.269Z Compiling rayon v1.12.0
29572026-07-14T05:25:29.664Z Compiling progenitor v0.14.0
29582026-07-14T05:25:29.865Z Compiling hickory-proto v0.24.4
29592026-07-14T05:25:30.019Z Compiling progenitor-impl v0.13.0
29602026-07-14T05:25:30.050Z Compiling console v0.15.11
29612026-07-14T05:25:30.224Z Compiling camino-tempfile v1.4.1
29622026-07-14T05:25:30.642Z Compiling serde-big-array v0.5.1
29632026-07-14T05:25:30.841Z Compiling derive-where v1.6.1
29642026-07-14T05:25:31.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-07-14T05:25:31.510Z Compiling pin-project-internal v1.1.13
29662026-07-14T05:25:31.922Z Compiling siphasher v1.0.3
29672026-07-14T05:25:32.107Z Compiling minimal-lexical v0.2.1
29682026-07-14T05:25:32.147Z Compiling progenitor-macro v0.13.0
29692026-07-14T05:25:32.165Z Compiling phf_shared v0.12.1
29702026-07-14T05:25:32.364Z Compiling nom v7.1.3
29712026-07-14T05:25:32.397Z Compiling hickory-resolver v0.24.4
29722026-07-14T05:25:32.628Z Compiling pin-project v1.1.13
29732026-07-14T05:25:33.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29742026-07-14T05:25:33.722Z Compiling expectorate v1.2.0
29752026-07-14T05:25:36.437Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29762026-07-14T05:25:36.478Z Compiling num_enum v0.5.11
29772026-07-14T05:25:36.627Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
29782026-07-14T05:25:37.875Z Compiling progenitor-client v0.13.0
29792026-07-14T05:25:38.371Z Compiling zone_cfg_derive v0.3.1
29802026-07-14T05:25:39.114Z Compiling unicode-normalization v0.1.25
29812026-07-14T05:25:39.728Z Compiling snafu-derive v0.8.9
29822026-07-14T05:25:39.896Z Compiling tokio-stream v0.1.18
29832026-07-14T05:25:39.979Z Compiling async-recursion v1.1.1
29842026-07-14T05:25:40.462Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
29852026-07-14T05:25:40.718Z Compiling slog-dtrace v0.3.0
29862026-07-14T05:25:40.837Z Compiling csv-core v0.1.13
29872026-07-14T05:25:41.034Z Compiling openssl v0.10.80
29882026-07-14T05:25:41.251Z Compiling chrono-tz v0.10.4
29892026-07-14T05:25:41.264Z Compiling unicode-linebreak v0.1.5
29902026-07-14T05:25:41.352Z Compiling foreign-types-shared v0.1.1
29912026-07-14T05:25:41.459Z Compiling same-file v1.0.6
29922026-07-14T05:25:41.516Z Compiling highway v1.3.0
29932026-07-14T05:25:41.531Z Compiling foldhash v0.1.5
29942026-07-14T05:25:41.556Z Compiling unicode-width v0.1.14
29952026-07-14T05:25:41.651Z Compiling cancel-safe-futures v0.1.5
29962026-07-14T05:25:41.768Z Compiling smawk v0.3.2
29972026-07-14T05:25:41.877Z Compiling unicode-xid v0.2.6
29982026-07-14T05:25:41.932Z Compiling konst_macro_rules v0.2.19
29992026-07-14T05:25:41.965Z Compiling textwrap v0.16.2
30002026-07-14T05:25:42.009Z Compiling const_format_proc_macros v0.2.34
30012026-07-14T05:25:42.133Z Compiling konst v0.2.20
30022026-07-14T05:25:42.219Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30032026-07-14T05:25:42.527Z Compiling hashbrown v0.15.5
30042026-07-14T05:25:42.841Z Compiling walkdir v2.5.0
30052026-07-14T05:25:43.006Z Compiling snafu v0.8.9
30062026-07-14T05:25:43.291Z Compiling foreign-types v0.3.2
30072026-07-14T05:25:43.460Z Compiling csv v1.4.0
30082026-07-14T05:25:43.573Z Compiling qorb v0.4.1
30092026-07-14T05:25:43.597Z Compiling progenitor v0.13.0
30102026-07-14T05:25:43.611Z Compiling olpc-cjson v0.1.4
30112026-07-14T05:25:43.748Z Compiling zone v0.3.1
30122026-07-14T05:25:44.418Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30132026-07-14T05:25:45.454Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-07-14T05:25:45.951Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30152026-07-14T05:25:46.052Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30162026-07-14T05:25:48.100Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30172026-07-14T05:25:48.189Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-07-14T05:25:48.662Z Compiling phf v0.12.1
30192026-07-14T05:25:49.104Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30202026-07-14T05:25:49.332Z Compiling tokio-dtrace v0.1.1
30212026-07-14T05:25:49.679Z Compiling globset v0.4.18
30222026-07-14T05:25:50.439Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30232026-07-14T05:25:50.676Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30242026-07-14T05:25:51.351Z Compiling smf v0.2.3
30252026-07-14T05:25:51.628Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
30262026-07-14T05:25:51.704Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30272026-07-14T05:25:51.718Z Compiling libsw-core v0.3.2
30282026-07-14T05:25:51.908Z Compiling pem v3.0.6
30292026-07-14T05:25:52.389Z Compiling serde_plain v1.0.2
30302026-07-14T05:25:52.497Z Compiling openssl-macros v0.1.1
30312026-07-14T05:25:52.624Z Compiling cookie v0.18.1
30322026-07-14T05:25:52.682Z Compiling sigpipe v0.1.3
30332026-07-14T05:25:52.790Z Compiling jiff v0.2.28
30342026-07-14T05:25:52.896Z Compiling typed-path v0.9.3
30352026-07-14T05:25:52.932Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30362026-07-14T05:25:53.007Z Compiling glob v0.3.3
30372026-07-14T05:25:53.188Z Compiling fixedbitset v0.4.2
30382026-07-14T05:25:53.571Z Compiling fixedbitset v0.5.7
30392026-07-14T05:25:53.938Z Compiling petgraph v0.8.3
30402026-07-14T05:25:54.066Z Compiling tough v0.22.0
30412026-07-14T05:25:54.101Z Compiling petgraph v0.6.5
30422026-07-14T05:25:55.833Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30432026-07-14T05:25:55.847Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30442026-07-14T05:25:55.943Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30452026-07-14T05:25:56.389Z Compiling libsw v3.5.0
30462026-07-14T05:25:56.590Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30472026-07-14T05:25:56.851Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30482026-07-14T05:25:57.160Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30492026-07-14T05:25:57.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30502026-07-14T05:25:57.947Z Compiling oxide-tokio-rt v0.1.6
30512026-07-14T05:26:00.249Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30522026-07-14T05:26:00.474Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30532026-07-14T05:26:00.873Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30542026-07-14T05:26:01.319Z Compiling const_format v0.2.36
30552026-07-14T05:26:01.890Z Compiling papergrid v0.11.0
30562026-07-14T05:26:01.958Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30572026-07-14T05:26:02.034Z Compiling libscf-sys v1.2.0
30582026-07-14T05:26:02.222Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30592026-07-14T05:26:02.660Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30602026-07-14T05:26:02.801Z Compiling tabled_derive v0.7.0
30612026-07-14T05:26:03.092Z Compiling gethostname v0.5.0
30622026-07-14T05:26:03.248Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30632026-07-14T05:26:03.621Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30642026-07-14T05:26:03.754Z Compiling bcs v0.1.6
30652026-07-14T05:26:03.798Z Compiling termtree v0.5.1
30662026-07-14T05:26:03.986Z Compiling tagptr v0.2.0
30672026-07-14T05:26:04.161Z Compiling linear-map v1.2.0
30682026-07-14T05:26:04.173Z Compiling whoami v1.6.1
30692026-07-14T05:26:04.177Z Compiling moka v0.12.15
30702026-07-14T05:26:04.618Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30712026-07-14T05:26:05.455Z Compiling tabled v0.15.0
30722026-07-14T05:26:06.375Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30732026-07-14T05:26:06.555Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30742026-07-14T05:26:07.147Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30752026-07-14T05:26:07.376Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30762026-07-14T05:26:07.712Z Compiling steno v0.4.1
30772026-07-14T05:26:08.911Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30782026-07-14T05:26:12.678Z Compiling hickory-proto v0.25.2
30792026-07-14T05:26:12.901Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30802026-07-14T05:26:13.428Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30812026-07-14T05:26:14.119Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30822026-07-14T05:26:14.240Z Compiling parking_lot_core v0.8.6
30832026-07-14T05:26:14.549Z Compiling nom v8.0.0
30842026-07-14T05:26:15.040Z Compiling hickory-resolver v0.25.2
30852026-07-14T05:26:15.956Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
30862026-07-14T05:26:16.050Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30872026-07-14T05:26:16.132Z Compiling crunchy v0.2.4
30882026-07-14T05:26:16.484Z Compiling parking_lot v0.11.2
30892026-07-14T05:26:16.613Z Compiling typify-impl v0.4.3
30902026-07-14T05:26:17.255Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30912026-07-14T05:26:17.393Z Compiling fxhash v0.2.1
30922026-07-14T05:26:17.552Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
30932026-07-14T05:26:17.850Z Compiling proc-macro-error-attr2 v2.0.0
30942026-07-14T05:26:18.354Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30952026-07-14T05:26:18.625Z Compiling tiny-keccak v2.0.2
30962026-07-14T05:26:18.937Z Compiling proc-macro-error2 v2.0.1
30972026-07-14T05:26:19.244Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
30982026-07-14T05:26:20.003Z Compiling typify-macro v0.4.3
30992026-07-14T05:26:20.798Z Compiling sled v0.34.7
31002026-07-14T05:26:21.485Z Compiling arc-swap v1.9.1
31012026-07-14T05:26:21.853Z Compiling slog-scope v4.4.1
31022026-07-14T05:26:21.867Z Compiling tabled_derive v0.11.0
31032026-07-14T05:26:22.833Z Compiling papergrid v0.18.0
31042026-07-14T05:26:23.015Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31052026-07-14T05:26:23.433Z Compiling testing_table v0.3.0
31062026-07-14T05:26:23.862Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31072026-07-14T05:26:23.961Z Compiling internet-checksum v0.2.1
31082026-07-14T05:26:24.119Z Compiling tabled v0.21.0
31092026-07-14T05:26:24.201Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
31102026-07-14T05:26:24.447Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31112026-07-14T05:26:24.579Z Compiling slog-stdlog v4.1.1
31122026-07-14T05:26:25.167Z Compiling const-random-macro v0.1.16
31132026-07-14T05:26:25.610Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31142026-07-14T05:26:26.320Z Compiling itertools v0.15.0
31152026-07-14T05:26:27.962Z Compiling dropshot-api-manager-types v0.7.2
31162026-07-14T05:26:28.380Z Compiling ahash v0.8.12
31172026-07-14T05:26:28.414Z Compiling smartstring v1.0.1
31182026-07-14T05:26:28.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
31192026-07-14T05:26:29.095Z Compiling const-random v0.1.18
31202026-07-14T05:26:29.187Z Compiling slog-envlogger v2.2.0
31212026-07-14T05:26:30.334Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31222026-07-14T05:26:30.980Z Compiling typify v0.4.3
31232026-07-14T05:26:31.995Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31242026-07-14T05:26:32.472Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
31252026-07-14T05:26:34.504Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31262026-07-14T05:26:34.675Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-07-14T05:26:34.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31282026-07-14T05:26:35.280Z Compiling crc8 v0.1.1
31292026-07-14T05:26:35.416Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31302026-07-14T05:26:36.948Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31312026-07-14T05:26:38.137Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
31322026-07-14T05:26:38.671Z Compiling toml v0.9.12+spec-1.1.0
31332026-07-14T05:26:38.899Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31342026-07-14T05:26:38.937Z Compiling progenitor-impl v0.10.0
31352026-07-14T05:26:40.492Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31362026-07-14T05:26:40.610Z Compiling lzma-sys v0.1.20
31372026-07-14T05:26:41.003Z Compiling sha1 v0.10.6
31382026-07-14T05:26:41.093Z Compiling thin-vec v0.2.18
31392026-07-14T05:26:41.251Z Compiling rhai_codegen v3.2.0
31402026-07-14T05:26:41.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31412026-07-14T05:26:41.463Z Compiling fs-err v3.3.0
31422026-07-14T05:26:41.749Z Compiling typeid v1.0.3
31432026-07-14T05:26:42.040Z Compiling utf-8 v0.7.6
31442026-07-14T05:26:42.179Z Compiling tungstenite v0.21.0
31452026-07-14T05:26:42.537Z Compiling rhai v1.25.1
31462026-07-14T05:26:43.375Z Compiling progenitor-macro v0.10.0
31472026-07-14T05:26:44.294Z Compiling cargo_toml v0.22.3
31482026-07-14T05:26:47.614Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-07-14T05:26:49.222Z Compiling sha2 v0.10.9
31502026-07-14T05:26:49.471Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31512026-07-14T05:26:50.473Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31522026-07-14T05:26:50.582Z Compiling progenitor v0.10.0
31532026-07-14T05:26:50.770Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31542026-07-14T05:26:52.350Z Compiling tokio-tungstenite v0.21.0
31552026-07-14T05:26:52.735Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31562026-07-14T05:26:54.931Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31572026-07-14T05:26:55.061Z Compiling port-file v0.1.0
31582026-07-14T05:26:55.335Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31592026-07-14T05:26:56.262Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31602026-07-14T05:26:56.478Z Compiling console v0.16.3
31612026-07-14T05:26:56.522Z Compiling git-stub v1.0.0
31622026-07-14T05:26:57.006Z Compiling base64 v0.21.7
31632026-07-14T05:26:57.428Z Compiling unit-prefix v0.5.2
31642026-07-14T05:26:57.529Z Compiling is_ci v1.2.0
31652026-07-14T05:26:57.617Z Compiling indicatif v0.18.4
31662026-07-14T05:26:57.722Z Compiling supports-color v3.0.2
31672026-07-14T05:26:57.725Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31682026-07-14T05:26:58.325Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31692026-07-14T05:26:59.853Z Compiling git-stub-vcs v0.1.0
31702026-07-14T05:27:00.325Z Compiling ron v0.12.1
31712026-07-14T05:27:00.615Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
31722026-07-14T05:27:01.330Z Compiling xz2 v0.1.7
31732026-07-14T05:27:01.687Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31742026-07-14T05:27:01.721Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31752026-07-14T05:27:02.123Z Compiling drift v0.2.0
31762026-07-14T05:27:04.171Z Compiling base16ct v1.0.0
31772026-07-14T05:27:04.562Z Compiling dropshot-api-manager v0.7.2
31782026-07-14T05:27:08.898Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31792026-07-14T05:27:11.163Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
31802026-07-14T05:27:12.338Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31812026-07-14T05:27:13.719Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31822026-07-14T05:27:14.634Z Compiling natord v1.0.9
31832026-07-14T05:27:14.936Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31842026-07-14T05:27:15.033Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31852026-07-14T05:27:17.644Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31862026-07-14T05:27:21.025Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31872026-07-14T05:27:21.864Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31882026-07-14T05:27:26.610Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31892026-07-14T05:27:29.532Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31902026-07-14T05:27:30.153Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31912026-07-14T05:27:30.608Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31922026-07-14T05:27:33.597Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31932026-07-14T05:27:59.588Z Finished `release` profile [optimized] target(s) in 4m 22s
31942026-07-14T05:27:59.773Z
31952026-07-14T05:27:59.777Zreal 4:22.358140312
31962026-07-14T05:27:59.777Zuser 29:51.427057225
31972026-07-14T05:27:59.777Zsys 2:47.946457343
31982026-07-14T05:27:59.777Ztrap 0.758042055
31992026-07-14T05:27:59.777Ztflt 1.517677310
32002026-07-14T05:27:59.777Zdflt 1.400049891
32012026-07-14T05:27:59.777Zkflt 0.000263341
32022026-07-14T05:27:59.777Zlock 1:58:53.128495716
32032026-07-14T05:27:59.777Zslp 1:25:50.699843522
32042026-07-14T05:27:59.777Zlat 2:20.365042673
32052026-07-14T05:27:59.777Zstop 3:41.963378444
32062026-07-14T05:27:59.777Z+ for x in debug release
32072026-07-14T05:27:59.777Z+ mkdir -p /work/debug
32082026-07-14T05:27:59.780Z+ cp target/debug/ddmd /work/debug/ddmd
32092026-07-14T05:28:00.276Z+ cp target/debug/ddmadm /work/debug/ddmadm
32102026-07-14T05:28:00.711Z+ cp target/debug/mgd /work/debug/mgd
32112026-07-14T05:28:01.328Z+ cp target/debug/mgadm /work/debug/mgadm
32122026-07-14T05:28:01.815Z+ for x in debug release
32132026-07-14T05:28:01.815Z+ mkdir -p /work/release
32142026-07-14T05:28:01.819Z+ cp target/release/ddmd /work/release/ddmd
32152026-07-14T05:28:01.915Z+ cp target/release/ddmadm /work/release/ddmadm
32162026-07-14T05:28:01.991Z+ cp target/release/mgd /work/release/mgd
32172026-07-14T05:28:02.108Z+ cp target/release/mgadm /work/release/mgadm
32182026-07-14T05:28:02.204Z+ cp target/release/falcon-lab /work/release/falcon-lab
32192026-07-14T05:28:02.270Zprocess exited: duration 697663 ms, exit code 0
 
32202026-07-14T05:28:02.285Zfound 9 output files
32212026-07-14T05:28:02.285Zuploading: /work/debug/ddmadm (513739656 bytes)
32222026-07-14T05:28:09.060Zuploaded: /work/debug/ddmadm
32232026-07-14T05:28:09.067Zuploading: /work/debug/ddmd (588193520 bytes)
32242026-07-14T05:28:16.122Zuploaded: /work/debug/ddmd
32252026-07-14T05:28:16.122Zuploading: /work/debug/mgadm (608272016 bytes)
32262026-07-14T05:28:24.424Zuploaded: /work/debug/mgadm
32272026-07-14T05:28:24.431Zuploading: /work/debug/mgd (687338896 bytes)
32282026-07-14T05:28:34.070Zuploaded: /work/debug/mgd
32292026-07-14T05:28:34.070Zuploading: /work/release/ddmadm (44255664 bytes)
32302026-07-14T05:28:35.490Zuploaded: /work/release/ddmadm
32312026-07-14T05:28:35.490Zuploading: /work/release/ddmd (58530192 bytes)
32322026-07-14T05:28:36.899Zuploaded: /work/release/ddmd
32332026-07-14T05:28:36.899Zuploading: /work/release/falcon-lab (39583568 bytes)
32342026-07-14T05:28:38.187Zuploaded: /work/release/falcon-lab
32352026-07-14T05:28:38.187Zuploading: /work/release/mgadm (59023920 bytes)
32362026-07-14T05:28:39.781Zuploaded: /work/release/mgadm
32372026-07-14T05:28:39.781Zuploading: /work/release/mgd (76049456 bytes)
32382026-07-14T05:28:41.319Zuploaded: /work/release/mgd