01KRY8N9SZFMKER0Q2VGVKWS42: 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: 01KRY8NNT5E9DD47177RRGD1Z2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T19:23:57.646Zjob assigned to worker 01KRY8NSREPA8E204MSFW32AE4 [factory aws, i-020aaf530c999c293] (queued for 45 s)
 
22026-05-18T19:24:04.416Zstarting task 0: "setup"
32026-05-18T19:24:04.423Z++ uname -s
42026-05-18T19:24:04.426Z+ kern=SunOS
52026-05-18T19:24:04.426Z+ build_user=build
62026-05-18T19:24:04.426Z+ build_uid=12345
72026-05-18T19:24:04.426Z+ work_dir=/work
82026-05-18T19:24:04.426Z+ input_dir=/input
92026-05-18T19:24:04.426Z+ [[ 0 == 12345 ]]
102026-05-18T19:24:04.426Z+ case "$kern" in
112026-05-18T19:24:04.426Z+ groupadd -g 12345 build
122026-05-18T19:24:04.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T19:24:06.433Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T19:24:06.505Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T19:24:06.508Z+ home_fs=zfs
162026-05-18T19:24:06.508Z+ [[ zfs == autofs ]]
172026-05-18T19:24:06.509Z+ mkdir -p /home/build
182026-05-18T19:24:06.509Z+ chown build:build /home/build /work
192026-05-18T19:24:08.512Z+ chmod 0700 /home/build /work
202026-05-18T19:24:08.516Zprocess exited: duration 4095 ms, exit code 0
 
212026-05-18T19:24:08.526Zstarting task 1: "rust-toolchain"
222026-05-18T19:24:08.529Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T19:24:08.529Z * rust toolchain channel = "stable"
242026-05-18T19:24:08.529Z * rust toolchain profile = "default"
252026-05-18T19:24:08.529Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-18T19:24:08.529Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T19:24:08.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T19:24:08.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T19:24:08.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T19:24:08.638Zinfo: downloading installer
312026-05-18T19:24:10.011Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T19:24:10.011Zwarn: /opt/ooce/bin
332026-05-18T19:24:10.011Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T19:24:10.011Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T19:24:10.011Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T19:24:10.011Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T19:24:10.011Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T19:24:10.011Zerror: cannot install while Rust is installed
392026-05-18T19:24:10.011Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T19:24:10.011Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T19:24:10.011Zwarn: /home/build/.rustup/settings.toml
422026-05-18T19:24:10.011Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T19:24:10.012Zwarn: instead of the one inferred from the default host triple.
442026-05-18T19:24:10.025Zinfo: profile set to default
452026-05-18T19:24:10.025Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T19:24:10.028Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T19:24:10.156Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T19:24:10.159Zinfo: downloading 6 components
492026-05-18T19:24:24.443Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-18T19:24:24.443Z
512026-05-18T19:24:24.476Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T19:24:24.476Z
532026-05-18T19:24:24.476Z
542026-05-18T19:24:24.476ZRust is installed now. Great!
552026-05-18T19:24:24.476Z
562026-05-18T19:24:24.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T19:24:24.477Zenvironment variable. This has not been done automatically.
582026-05-18T19:24:24.477Z
592026-05-18T19:24:24.477ZTo configure your current shell, you need to source
602026-05-18T19:24:24.477Zthe corresponding env file under $HOME/.cargo.
612026-05-18T19:24:24.477Z
622026-05-18T19:24:24.477ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T19:24:24.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T19:24:24.477Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T19:24:24.477Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T19:24:24.477Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T19:24:24.477Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T19:24:24.477Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T19:24:24.480Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T19:24:24.480Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T19:24:24.563Z+ rustup --version
722026-05-18T19:24:24.571Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T19:24:24.575Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T19:24:24.593Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T19:24:24.596Z+ cargo --version
762026-05-18T19:24:24.609Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T19:24:24.613Z+ rustc --version
782026-05-18T19:24:24.632Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T19:24:24.635Zprocess exited: duration 16110 ms, exit code 0
 
802026-05-18T19:24:24.641Zstarting task 2: "authentication"
812026-05-18T19:24:24.657Zprocess exited: duration 16 ms, exit code 0
 
822026-05-18T19:24:24.663Zstarting task 3: "clone repository"
832026-05-18T19:24:24.666Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-18T19:24:24.669Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-18T19:24:24.848ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-18T19:24:25.935Z+ cd /work/oxidecomputer/maghemite
872026-05-18T19:24:25.935Z+ git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
882026-05-18T19:24:26.188ZFrom https://github.com/oxidecomputer/maghemite
892026-05-18T19:24:26.188Z * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD
902026-05-18T19:24:27.196Z+ [[ -n trey/light-cleanup ]]
912026-05-18T19:24:27.207Z++ git branch --show-current
922026-05-18T19:24:27.207Z+ current=main
932026-05-18T19:24:27.207Z+ [[ main != trey/light-cleanup ]]
942026-05-18T19:24:27.207Z+ git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
952026-05-18T19:24:27.207Z+ git checkout -f trey/light-cleanup
962026-05-18T19:24:27.207ZSwitched to branch 'trey/light-cleanup'
972026-05-18T19:24:27.207Z+ git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
982026-05-18T19:24:27.207ZHEAD is now at 6f01238 LoopbackIpManager: cargo fmt
992026-05-18T19:24:27.207Zprocess exited: duration 1569 ms, exit code 0
 
1002026-05-18T19:24:27.215Zstarting task 4: "build"
1012026-05-18T19:24:27.220Z+ pfexec pkg install clang-15
1022026-05-18T19:24:35.498Z Startup: Refreshing catalog 'helios-dev' ... Done
1032026-05-18T19:24:43.328Z Startup: Caching catalogs ... Done
1042026-05-18T19:24:50.677ZPlanning: Solver setup ... Done
1052026-05-18T19:24:50.718ZPlanning: Running solver ... Done
1062026-05-18T19:24:50.859ZPlanning: Finding local manifests ... Done
1072026-05-18T19:24:50.870ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-18T19:24:50.961ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-18T19:24:50.990ZPlanning: Package planning ... Done
1102026-05-18T19:24:51.016ZPlanning: Merging actions ... Done
1112026-05-18T19:24:51.169ZPlanning: Checking for conflicting actions ... Done
1122026-05-18T19:24:51.175ZPlanning: Consolidating action changes ... Done
1132026-05-18T19:24:52.393ZPlanning: Evaluating mediators ... Done
1142026-05-18T19:24:52.397ZPlanning: Planning completed in 8.89 seconds
1152026-05-18T19:24:52.409Z Packages to install: 2
1162026-05-18T19:24:52.412Z Mediators to change: 2
1172026-05-18T19:24:52.412Z Services to change: 1
1182026-05-18T19:24:52.412Z Create boot environment: No
1192026-05-18T19:24:52.412ZCreate backup boot environment: No
1202026-05-18T19:24:52.462Z
1212026-05-18T19:24:52.462ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1222026-05-18T19:24:57.465ZDownload: 2312/3076 items 119.0/211.3MB 56% complete (24.2M/s)
1232026-05-18T19:25:03.137ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (27.6M/s)
1242026-05-18T19:25:09.371ZDownload: 3074/3076 items 211.0/211.3MB 99% complete (9.9M/s)
1252026-05-18T19:25:09.395ZDownload: Completed 211.31 MB in 16.93 seconds (12.5M/s)
1262026-05-18T19:25:09.518Z Actions: 1/3418 actions (Installing new actions)
1272026-05-18T19:25:12.783Z Actions: Completed 3418 actions in 3.27 seconds.
1282026-05-18T19:25:13.441Z Done
1292026-05-18T19:25:13.441Z Done
1302026-05-18T19:25:14.194Z Done
1312026-05-18T19:25:17.891Z Done
1322026-05-18T19:25:17.977Z Done
1332026-05-18T19:25:17.980Z Done
1342026-05-18T19:25:18.087Z Done
1352026-05-18T19:25:18.764Z+ cargo --version
1362026-05-18T19:25:18.772Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1372026-05-18T19:25:18.914Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1382026-05-18T19:25:18.918Zinfo: downloading 6 components
1392026-05-18T19:25:33.291Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1402026-05-18T19:25:33.295Z+ rustc --version
1412026-05-18T19:25:33.321Zrustc 1.95.0 (59807616e 2026-04-14)
1422026-05-18T19:25:33.325Z+ banner check
1432026-05-18T19:25:33.328Z
1442026-05-18T19:25:33.328Z #### # # ###### #### # #
1452026-05-18T19:25:33.328Z # # # # # # # # #
1462026-05-18T19:25:33.328Z # ###### ##### # ####
1472026-05-18T19:25:33.328Z # # # # # # #
1482026-05-18T19:25:33.328Z # # # # # # # # #
1492026-05-18T19:25:33.328Z #### # # ###### #### # #
1502026-05-18T19:25:33.328Z
1512026-05-18T19:25:33.333Z+ cargo fmt -- --check
1522026-05-18T19:25:33.706Z+ cargo clippy --all-targets -- --deny warnings
1532026-05-18T19:25:33.819Z Updating git repository `https://github.com/oxidecomputer/falcon`
1542026-05-18T19:25:34.686ZFrom https://github.com/oxidecomputer/falcon
1552026-05-18T19:25:34.686Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
1562026-05-18T19:25:34.766Z Updating crates.io index
1572026-05-18T19:25:34.769Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1582026-05-18T19:25:35.525ZFrom https://github.com/oxidecomputer/dendrite
1592026-05-18T19:25:35.526Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
1602026-05-18T19:25:35.589Z Updating git repository `https://github.com/oxidecomputer/ispf`
1612026-05-18T19:25:35.860ZFrom https://github.com/oxidecomputer/ispf
1622026-05-18T19:25:35.860Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1632026-05-18T19:25:36.056Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1642026-05-18T19:25:36.390ZFrom https://github.com/oxidecomputer/netadm-sys
1652026-05-18T19:25:36.390Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
1662026-05-18T19:25:36.398Z Updating git repository `https://github.com/oxidecomputer/omicron`
1672026-05-18T19:25:43.735ZFrom https://github.com/oxidecomputer/omicron
1682026-05-18T19:25:43.735Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
1692026-05-18T19:25:44.152Z Updating git repository `https://github.com/oxidecomputer/opte`
1702026-05-18T19:25:44.742ZFrom https://github.com/oxidecomputer/opte
1712026-05-18T19:25:44.742Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
1722026-05-18T19:25:44.771Z Updating git repository `https://github.com/illumos/smf-rs`
1732026-05-18T19:25:45.041ZFrom https://github.com/illumos/smf-rs
1742026-05-18T19:25:45.041Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
1752026-05-18T19:25:45.421Z Updating git repository `https://github.com/oxidecomputer/network-interface`
1762026-05-18T19:25:45.714ZFrom https://github.com/oxidecomputer/network-interface
1772026-05-18T19:25:45.714Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
1782026-05-18T19:25:45.858Z Updating git repository `https://github.com/oxidecomputer/zone`
1792026-05-18T19:25:46.135ZFrom https://github.com/oxidecomputer/zone
1802026-05-18T19:25:46.135Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1812026-05-18T19:25:46.156Z Updating git repository `https://github.com/oxidecomputer/propolis`
1822026-05-18T19:25:46.762ZFrom https://github.com/oxidecomputer/propolis
1832026-05-18T19:25:46.762Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
1842026-05-18T19:25:46.886Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1852026-05-18T19:25:47.450ZFrom https://github.com/oxidecomputer/transceiver-control
1862026-05-18T19:25:47.450Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
1872026-05-18T19:25:47.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1882026-05-18T19:25:47.905ZFrom https://github.com/oxidecomputer/dlpi-sys
1892026-05-18T19:25:47.905Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
1902026-05-18T19:25:47.918Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1912026-05-18T19:25:48.234ZFrom https://github.com/jmesmon/rust-libzfs
1922026-05-18T19:25:48.234Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1932026-05-18T19:25:48.242Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1942026-05-18T19:25:48.538ZFrom https://github.com/oxidecomputer/rusty-doors
1952026-05-18T19:25:48.538Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1962026-05-18T19:25:48.631Z Updating git repository `https://github.com/oxidecomputer/lldp`
1972026-05-18T19:25:48.947ZFrom https://github.com/oxidecomputer/lldp
1982026-05-18T19:25:48.947Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
1992026-05-18T19:25:48.960Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2002026-05-18T19:25:49.223ZFrom https://github.com/oxidecomputer/slog-error-chain
2012026-05-18T19:25:49.223Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
2022026-05-18T19:25:49.288Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2032026-05-18T19:25:49.609ZFrom https://github.com/oxidecomputer/tufaceous
2042026-05-18T19:25:49.610Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
2052026-05-18T19:25:49.640Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2062026-05-18T19:25:50.134ZFrom https://github.com/oxidecomputer/management-gateway-service
2072026-05-18T19:25:50.134Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
2082026-05-18T19:25:50.320Z Updating git repository `https://github.com/oxidecomputer/crucible`
2092026-05-18T19:25:51.127ZFrom https://github.com/oxidecomputer/crucible
2102026-05-18T19:25:51.127Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
2112026-05-18T19:25:51.966Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2122026-05-18T19:25:52.245ZFrom https://github.com/oxidecomputer/serde_human_bytes
2132026-05-18T19:25:52.245Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
2142026-05-18T19:25:52.427Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152026-05-18T19:25:52.796ZFrom https://github.com/oxidecomputer/propolis
2162026-05-18T19:25:52.796Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
2172026-05-18T19:25:53.217Z Updating git repository `https://github.com/oxidecomputer/opte`
2182026-05-18T19:25:53.484ZFrom https://github.com/oxidecomputer/opte
2192026-05-18T19:25:53.484Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
2202026-05-18T19:25:53.528Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-18T19:25:53.883ZFrom https://github.com/oxidecomputer/tofino
2222026-05-18T19:25:53.883Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
2232026-05-18T19:25:53.898Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2242026-05-18T19:25:54.886ZFrom https://github.com/oxidecomputer/maghemite
2252026-05-18T19:25:54.886Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
2262026-05-18T19:25:54.934Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-05-18T19:25:55.218ZFrom https://github.com/oxidecomputer/clickward
2282026-05-18T19:25:55.218Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
2292026-05-18T19:25:55.241Z Updating git repository `https://github.com/oxidecomputer/crucible`
2302026-05-18T19:25:55.652ZFrom https://github.com/oxidecomputer/crucible
2312026-05-18T19:25:55.652Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
2322026-05-18T19:25:55.945Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-05-18T19:25:56.207ZFrom https://github.com/oxidecomputer/illumos-devinfo
2342026-05-18T19:25:56.207Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
2352026-05-18T19:25:57.121Z Downloading crates ...
2362026-05-18T19:25:57.194Z Downloaded const-random v0.1.18
2372026-05-18T19:25:57.197Z Downloaded cobs v0.3.0
2382026-05-18T19:25:57.201Z Downloaded blake2 v0.10.6
2392026-05-18T19:25:57.204Z Downloaded adler2 v2.0.1
2402026-05-18T19:25:57.207Z Downloaded bit-vec v0.8.0
2412026-05-18T19:25:57.210Z Downloaded crypto-common v0.1.7
2422026-05-18T19:25:57.213Z Downloaded cipher v0.4.4
2432026-05-18T19:25:57.216Z Downloaded darling_macro v0.21.3
2442026-05-18T19:25:57.219Z Downloaded crc32fast v1.5.0
2452026-05-18T19:25:57.222Z Downloaded embedded-io v0.4.0
2462026-05-18T19:25:57.225Z Downloaded const-random-macro v0.1.16
2472026-05-18T19:25:57.225Z Downloaded either v1.15.0
2482026-05-18T19:25:57.227Z Downloaded futures-core v0.3.32
2492026-05-18T19:25:57.230Z Downloaded defmt v0.3.100
2502026-05-18T19:25:57.233Z Downloaded embedded-io v0.6.1
2512026-05-18T19:25:57.233Z Downloaded dyn-clone v1.0.20
2522026-05-18T19:25:57.236Z Downloaded ciborium-io v0.2.2
2532026-05-18T19:25:57.239Z Downloaded bitflags v1.3.2
2542026-05-18T19:25:57.242Z Downloaded hmac v0.12.1
2552026-05-18T19:25:57.245Z Downloaded hash32 v0.3.1
2562026-05-18T19:25:57.247Z Downloaded crucible-workspace-hack v0.1.0
2572026-05-18T19:25:57.247Z Downloaded git-stub v1.0.0
2582026-05-18T19:25:57.250Z Downloaded foreign-types-macros v0.2.3
2592026-05-18T19:25:57.253Z Downloaded enum-as-inner v0.6.1
2602026-05-18T19:25:57.253Z Downloaded foreign-types v0.3.2
2612026-05-18T19:25:57.256Z Downloaded hex v0.4.3
2622026-05-18T19:25:57.259Z Downloaded fnv v1.0.7
2632026-05-18T19:25:57.262Z Downloaded cpufeatures v0.2.17
2642026-05-18T19:25:57.262Z Downloaded highway v1.3.0
2652026-05-18T19:25:57.265Z Downloaded heck v0.4.1
2662026-05-18T19:25:57.268Z Downloaded crossbeam-utils v0.8.21
2672026-05-18T19:25:57.271Z Downloaded futures-macro v0.3.32
2682026-05-18T19:25:57.271Z Downloaded defmt v1.1.0
2692026-05-18T19:25:57.276Z Downloaded getrandom v0.3.4
2702026-05-18T19:25:57.279Z Downloaded bit-set v0.8.0
2712026-05-18T19:25:57.282Z Downloaded displaydoc v0.2.5
2722026-05-18T19:25:57.285Z Downloaded glob v0.3.3
2732026-05-18T19:25:57.288Z Downloaded colorchoice v1.0.5
2742026-05-18T19:25:57.292Z Downloaded fixedbitset v0.5.7
2752026-05-18T19:25:57.295Z Downloaded futures-task v0.3.32
2762026-05-18T19:25:57.295Z Downloaded form_urlencoded v1.2.2
2772026-05-18T19:25:57.295Z Downloaded fastrand v2.4.1
2782026-05-18T19:25:57.298Z Downloaded crc8 v0.1.1
2792026-05-18T19:25:57.301Z Downloaded foldhash v0.2.0
2802026-05-18T19:25:57.301Z Downloaded cfg-if v1.0.4
2812026-05-18T19:25:57.303Z Downloaded derive-where v1.6.1
2822026-05-18T19:25:57.306Z Downloaded equivalent v1.0.2
2832026-05-18T19:25:57.309Z Downloaded ahash v0.8.12
2842026-05-18T19:25:57.312Z Downloaded console v0.15.11
2852026-05-18T19:25:57.315Z Downloaded http-body v1.0.1
2862026-05-18T19:25:57.315Z Downloaded hostname v0.4.2
2872026-05-18T19:25:57.318Z Downloaded ciborium-ll v0.2.2
2882026-05-18T19:25:57.321Z Downloaded find-msvc-tools v0.1.9
2892026-05-18T19:25:57.324Z Downloaded cpufeatures v0.3.0
2902026-05-18T19:25:57.324Z Downloaded base16ct v1.0.0
2912026-05-18T19:25:57.326Z Downloaded cstr-argument v0.1.2
2922026-05-18T19:25:57.329Z Downloaded gethostname v0.5.0
2932026-05-18T19:25:57.329Z Downloaded hubpack_derive v0.1.1
2942026-05-18T19:25:57.333Z Downloaded httparse v1.10.1
2952026-05-18T19:25:57.336Z Downloaded httpdate v1.0.3
2962026-05-18T19:25:57.336Z Downloaded foreign-types v0.5.0
2972026-05-18T19:25:57.339Z Downloaded data-encoding v2.11.0
2982026-05-18T19:25:57.339Z Downloaded indent_write v2.2.0
2992026-05-18T19:25:57.342Z Downloaded fxhash v0.2.1
3002026-05-18T19:25:57.345Z Downloaded hubpack v0.1.2
3012026-05-18T19:25:57.345Z Downloaded foldhash v0.1.5
3022026-05-18T19:25:57.347Z Downloaded internet-checksum v0.2.1
3032026-05-18T19:25:57.350Z Downloaded argon2 v0.5.3
3042026-05-18T19:25:57.350Z Downloaded critical-section v1.2.0
3052026-05-18T19:25:57.353Z Downloaded is_terminal_polyfill v1.70.2
3062026-05-18T19:25:57.356Z Downloaded base64ct v1.8.3
3072026-05-18T19:25:57.359Z Downloaded backoff v0.4.0
3082026-05-18T19:25:57.359Z Downloaded heck v0.5.0
3092026-05-18T19:25:57.362Z Downloaded crossbeam-deque v0.8.6
3102026-05-18T19:25:57.365Z Downloaded anstyle v1.0.14
3112026-05-18T19:25:57.368Z Downloaded ff v0.13.1
3122026-05-18T19:25:57.368Z Downloaded is-terminal v0.4.17
3132026-05-18T19:25:57.371Z Downloaded inout v0.1.4
3142026-05-18T19:25:57.373Z Downloaded lru-slab v0.1.2
3152026-05-18T19:25:57.373Z Downloaded linked-hash-map v0.5.6
3162026-05-18T19:25:57.376Z Downloaded float-ord v0.3.2
3172026-05-18T19:25:57.376Z Downloaded instant v0.1.13
3182026-05-18T19:25:57.379Z Downloaded memoffset v0.9.1
3192026-05-18T19:25:57.382Z Downloaded match_cfg v0.1.0
3202026-05-18T19:25:57.382Z Downloaded libscf-sys v1.2.0
3212026-05-18T19:25:57.385Z Downloaded is_ci v1.2.0
3222026-05-18T19:25:57.385Z Downloaded konst_macro_rules v0.2.19
3232026-05-18T19:25:57.388Z Downloaded elliptic-curve v0.13.8
3242026-05-18T19:25:57.391Z Downloaded lazy_static v1.5.0
3252026-05-18T19:25:57.394Z Downloaded defmt-parser v1.0.0
3262026-05-18T19:25:57.394Z Downloaded hyper-rustls v0.27.9
3272026-05-18T19:25:57.397Z Downloaded compression-codecs v0.4.38
3282026-05-18T19:25:57.400Z Downloaded errno v0.3.14
3292026-05-18T19:25:57.403Z Downloaded humantime v2.3.0
3302026-05-18T19:25:57.406Z Downloaded bytecount v0.6.9
3312026-05-18T19:25:57.406Z Downloaded keccak v0.1.6
3322026-05-18T19:25:57.408Z Downloaded natord v1.0.9
3332026-05-18T19:25:57.408Z Downloaded ingot-types v0.1.2
3342026-05-18T19:25:57.411Z Downloaded bs58 v0.5.1
3352026-05-18T19:25:57.414Z Downloaded hostname v0.3.1
3362026-05-18T19:25:57.417Z Downloaded fs_extra v1.3.0
3372026-05-18T19:25:57.417Z Downloaded ciborium v0.2.2
3382026-05-18T19:25:57.420Z Downloaded cargo_toml v0.22.3
3392026-05-18T19:25:57.423Z Downloaded getrandom v0.2.17
3402026-05-18T19:25:57.426Z Downloaded colored v3.1.1
3412026-05-18T19:25:57.429Z Downloaded num-derive v0.4.2
3422026-05-18T19:25:57.429Z Downloaded managed v0.8.0
3432026-05-18T19:25:57.432Z Downloaded num_threads v0.1.7
3442026-05-18T19:25:57.435Z Downloaded jobserver v0.1.34
3452026-05-18T19:25:57.435Z Downloaded lock_api v0.4.14
3462026-05-18T19:25:57.438Z Downloaded memmap v0.7.0
3472026-05-18T19:25:57.438Z Downloaded macaddr v1.0.1
3482026-05-18T19:25:57.441Z Downloaded openssl-macros v0.1.1
3492026-05-18T19:25:57.444Z Downloaded linear-map v1.2.0
3502026-05-18T19:25:57.444Z Downloaded getrandom v0.4.2
3512026-05-18T19:25:57.447Z Downloaded drift v0.1.4
3522026-05-18T19:25:57.453Z Downloaded omicron-workspace-hack v0.1.0
3532026-05-18T19:25:57.456Z Downloaded idna_adapter v1.2.2
3542026-05-18T19:25:57.459Z Downloaded dof v0.4.0
3552026-05-18T19:25:57.459Z Downloaded darling v0.21.3
3562026-05-18T19:25:57.462Z Downloaded http-body-util v0.1.3
3572026-05-18T19:25:57.465Z Downloaded heapless v0.8.0
3582026-05-18T19:25:57.469Z Downloaded futures-executor v0.3.32
3592026-05-18T19:25:57.471Z Downloaded parse-display v0.10.0
3602026-05-18T19:25:57.472Z Downloaded newline-converter v0.3.0
3612026-05-18T19:25:57.474Z Downloaded no-std-compat v0.4.1
3622026-05-18T19:25:57.474Z Downloaded newtype-uuid-macros v0.1.0
3632026-05-18T19:25:57.477Z Downloaded dropshot_endpoint v0.17.0
3642026-05-18T19:25:57.480Z Downloaded ingot v0.1.1
3652026-05-18T19:25:57.480Z Downloaded hashbrown v0.15.5
3662026-05-18T19:25:57.483Z Downloaded mime v0.3.17
3672026-05-18T19:25:57.486Z Downloaded percent-encoding v2.3.2
3682026-05-18T19:25:57.489Z Downloaded openssl-probe v0.2.1
3692026-05-18T19:25:57.489Z Downloaded dropshot-api-manager v0.7.1
3702026-05-18T19:25:57.492Z Downloaded plain v0.2.3
3712026-05-18T19:25:57.495Z Downloaded num v0.4.3
3722026-05-18T19:25:57.495Z Downloaded num-complex v0.4.6
3732026-05-18T19:25:57.498Z Downloaded potential_utf v0.1.5
3742026-05-18T19:25:57.498Z Downloaded indexmap v1.9.3
3752026-05-18T19:25:57.501Z Downloaded chacha20poly1305 v0.10.1
3762026-05-18T19:25:57.504Z Downloaded base64 v0.22.1
3772026-05-18T19:25:57.506Z Downloaded pretty-hex v0.4.2
3782026-05-18T19:25:57.509Z Downloaded proc-macro-error-attr2 v2.0.0
3792026-05-18T19:25:57.510Z Downloaded proc-macro-error-attr v1.0.4
3802026-05-18T19:25:57.510Z Downloaded proc-macro-crate v3.5.0
3812026-05-18T19:25:57.512Z Downloaded proc-macro-crate v1.3.1
3822026-05-18T19:25:57.512Z Downloaded progenitor-client v0.11.2
3832026-05-18T19:25:57.516Z Downloaded progenitor-client v0.10.0
3842026-05-18T19:25:57.516Z Downloaded clap v4.6.1
3852026-05-18T19:25:57.521Z Downloaded progenitor-macro v0.14.0
3862026-05-18T19:25:57.530Z Downloaded num-rational v0.4.2
3872026-05-18T19:25:57.530Z Downloaded memmap2 v0.9.10
3882026-05-18T19:25:57.530Z Downloaded progenitor-macro v0.11.2
3892026-05-18T19:25:57.530Z Downloaded chacha20 v0.10.0
3902026-05-18T19:25:57.534Z Downloaded parking_lot_core v0.8.6
3912026-05-18T19:25:57.534Z Downloaded flate2 v1.1.9
3922026-05-18T19:25:57.537Z Downloaded oxnet v0.1.5
3932026-05-18T19:25:57.540Z Downloaded progenitor-macro v0.10.0
3942026-05-18T19:25:57.540Z Downloaded num-integer v0.1.46
3952026-05-18T19:25:57.543Z Downloaded progenitor-macro v0.13.0
3962026-05-18T19:25:57.543Z Downloaded quick-error v1.2.3
3972026-05-18T19:25:57.546Z Downloaded phf_shared v0.12.1
3982026-05-18T19:25:57.546Z Downloaded rand_chacha v0.3.1
3992026-05-18T19:25:57.549Z Downloaded rand_xorshift v0.4.0
4002026-05-18T19:25:57.549Z Downloaded paste v1.0.15
4012026-05-18T19:25:57.552Z Downloaded parse-display-derive v0.10.0
4022026-05-18T19:25:57.552Z Downloaded num_enum v0.7.6
4032026-05-18T19:25:57.555Z Downloaded const_format v0.2.36
4042026-05-18T19:25:57.558Z Downloaded ref-cast-impl v1.0.25
4052026-05-18T19:25:57.561Z Downloaded ref-cast v1.0.25
4062026-05-18T19:25:57.564Z Downloaded rustc_version v0.4.1
4072026-05-18T19:25:57.564Z Downloaded darling_core v0.23.0
4082026-05-18T19:25:57.567Z Downloaded powerfmt v0.2.0
4092026-05-18T19:25:57.570Z Downloaded pkg-config v0.3.33
4102026-05-18T19:25:57.573Z Downloaded phf v0.12.1
4112026-05-18T19:25:57.573Z Downloaded poly1305 v0.8.0
4122026-05-18T19:25:57.576Z Downloaded progenitor-client v0.14.0
4132026-05-18T19:25:57.576Z Downloaded rustc_version v0.1.7
4142026-05-18T19:25:57.579Z Downloaded oxide-tokio-rt v0.1.6
4152026-05-18T19:25:57.579Z Downloaded icu_provider v2.2.0
4162026-05-18T19:25:57.582Z Downloaded rustc-hash v2.1.2
4172026-05-18T19:25:57.584Z Downloaded pin-project-internal v1.1.13
4182026-05-18T19:25:57.585Z Downloaded proc-macro-error2 v2.0.1
4192026-05-18T19:25:57.589Z Downloaded owo-colors v4.3.0
4202026-05-18T19:25:57.592Z Downloaded same-file v1.0.6
4212026-05-18T19:25:57.592Z Downloaded pin-project-lite v0.2.17
4222026-05-18T19:25:57.595Z Downloaded proc-macro-error v1.0.4
4232026-05-18T19:25:57.598Z Downloaded darling_core v0.21.3
4242026-05-18T19:25:57.600Z Downloaded progenitor v0.10.0
4252026-05-18T19:25:57.603Z Downloaded num_enum v0.5.11
4262026-05-18T19:25:57.606Z Downloaded newtype-uuid v1.3.2
4272026-05-18T19:25:57.606Z Downloaded litemap v0.8.2
4282026-05-18T19:25:57.609Z Downloaded parking_lot v0.11.2
4292026-05-18T19:25:57.612Z Downloaded quote v1.0.45
4302026-05-18T19:25:57.615Z Downloaded parking_lot v0.12.5
4312026-05-18T19:25:57.615Z Downloaded log v0.4.29
4322026-05-18T19:25:57.618Z Downloaded hickory-resolver v0.25.2
4332026-05-18T19:25:57.621Z Downloaded semver v0.1.20
4342026-05-18T19:25:57.624Z Downloaded scroll_derive v0.13.1
4352026-05-18T19:25:57.624Z Downloaded secrecy v0.10.3
4362026-05-18T19:25:57.624Z Downloaded scopeguard v1.2.0
4372026-05-18T19:25:57.627Z Downloaded rand_core v0.10.1
4382026-05-18T19:25:57.627Z Downloaded rand_core v0.6.4
4392026-05-18T19:25:57.630Z Downloaded rand_core v0.9.5
4402026-05-18T19:25:57.633Z Downloaded progenitor v0.13.0
4412026-05-18T19:25:57.633Z Downloaded ppv-lite86 v0.2.21
4422026-05-18T19:25:57.633Z Downloaded password-hash v0.5.0
4432026-05-18T19:25:57.635Z Downloaded rand_chacha v0.9.0
4442026-05-18T19:25:57.635Z Downloaded serde-big-array v0.5.1
4452026-05-18T19:25:57.639Z Downloaded pest_derive v2.8.6
4462026-05-18T19:25:57.642Z Downloaded parking_lot_core v0.9.12
4472026-05-18T19:25:57.642Z Downloaded pem v3.0.6
4482026-05-18T19:25:57.645Z Downloaded progenitor-client v0.13.0
4492026-05-18T19:25:57.645Z Downloaded progenitor v0.14.0
4502026-05-18T19:25:57.648Z Downloaded once_cell v1.21.4
4512026-05-18T19:25:57.648Z Downloaded indicatif v0.18.4
4522026-05-18T19:25:57.651Z Downloaded serde_repr v0.1.20
4532026-05-18T19:25:57.654Z Downloaded hickory-resolver v0.24.4
4542026-05-18T19:25:57.657Z Downloaded serial_test_derive v3.4.0
4552026-05-18T19:25:57.657Z Downloaded serde_urlencoded v0.7.1
4562026-05-18T19:25:57.657Z Downloaded siphasher v1.0.3
4572026-05-18T19:25:57.660Z Downloaded sigpipe v0.1.3
4582026-05-18T19:25:57.660Z Downloaded serial_test v3.4.0
4592026-05-18T19:25:57.663Z Downloaded serde_spanned v1.1.1
4602026-05-18T19:25:57.663Z Downloaded konst v0.2.20
4612026-05-18T19:25:57.666Z Downloaded postcard v1.1.3
4622026-05-18T19:25:57.668Z Downloaded slog-bunyan v2.5.0
4632026-05-18T19:25:57.669Z Downloaded http v1.4.0
4642026-05-18T19:25:57.671Z Downloaded rustversion v1.0.22
4652026-05-18T19:25:57.674Z Downloaded rustls-native-certs v0.8.3
4662026-05-18T19:25:57.677Z Downloaded papergrid v0.11.0
4672026-05-18T19:25:57.680Z Downloaded sha1 v0.10.6
4682026-05-18T19:25:57.683Z Downloaded rusty-fork v0.3.1
4692026-05-18T19:25:57.683Z Downloaded icu_normalizer v2.2.0
4702026-05-18T19:25:57.687Z Downloaded schemars_derive v0.8.22
4712026-05-18T19:25:57.687Z Downloaded icu_locale_core v2.2.0
4722026-05-18T19:25:57.690Z Downloaded scroll_derive v0.12.1
4732026-05-18T19:25:57.693Z Downloaded scroll v0.12.0
4742026-05-18T19:25:57.693Z Downloaded slog-envlogger v2.2.0
4752026-05-18T19:25:57.696Z Downloaded smawk v0.3.2
4762026-05-18T19:25:57.696Z Downloaded icu_collections v2.2.0
4772026-05-18T19:25:57.699Z Downloaded structmeta v0.3.0
4782026-05-18T19:25:57.702Z Downloaded scroll v0.13.0
4792026-05-18T19:25:57.702Z Downloaded crypto-bigint v0.5.5
4802026-05-18T19:25:57.705Z Downloaded progenitor v0.11.2
4812026-05-18T19:25:57.708Z Downloaded async-compression v0.4.42
4822026-05-18T19:25:57.711Z Downloaded strsim v0.11.1
4832026-05-18T19:25:57.714Z Downloaded stable_deref_trait v1.2.1
4842026-05-18T19:25:57.714Z Downloaded spin v0.5.2
4852026-05-18T19:25:58.719Z Downloaded strum v0.27.2
4862026-05-18T19:25:58.719Z Downloaded structmeta-derive v0.3.0
4872026-05-18T19:25:58.719Z Downloaded rustls-pemfile v2.2.0
4882026-05-18T19:25:58.724Z Downloaded quinn-udp v0.5.14
4892026-05-18T19:25:58.724Z Downloaded rhai_codegen v3.1.0
4902026-05-18T19:25:58.724Z Downloaded hashbrown v0.12.3
4912026-05-18T19:25:58.724Z Downloaded swrite v0.1.0
4922026-05-18T19:25:58.724Z Downloaded supports-color v3.0.2
4932026-05-18T19:25:58.724Z Downloaded subtle v2.6.1
4942026-05-18T19:25:58.724Z Downloaded strum v0.26.3
4952026-05-18T19:25:58.724Z Downloaded serde_tokenstream v0.2.3
4962026-05-18T19:25:58.724Z Downloaded signal-hook-registry v1.4.8
4972026-05-18T19:25:58.724Z Downloaded serde_path_to_error v0.1.20
4982026-05-18T19:25:58.724Z Downloaded papergrid v0.17.0
4992026-05-18T19:25:58.724Z Downloaded slog-async v2.8.0
5002026-05-18T19:25:58.724Z Downloaded simd-adler32 v0.3.9
5012026-05-18T19:25:58.724Z Downloaded rustls-pki-types v1.14.1
5022026-05-18T19:25:58.724Z Downloaded tagptr v0.2.0
5032026-05-18T19:25:58.724Z Downloaded sync_wrapper v1.0.2
5042026-05-18T19:25:58.724Z Downloaded slog-dtrace v0.3.0
5052026-05-18T19:25:58.724Z Downloaded termtree v0.5.1
5062026-05-18T19:25:58.724Z Downloaded take_mut v0.2.2
5072026-05-18T19:25:58.725Z Downloaded tabwriter v1.4.1
5082026-05-18T19:25:58.725Z Downloaded terminal_size v0.4.4
5092026-05-18T19:25:58.725Z Downloaded slab v0.4.12
5102026-05-18T19:25:58.725Z Downloaded tabled_derive v0.11.0
5112026-05-18T19:25:58.725Z Downloaded proc-macro2 v1.0.106
5122026-05-18T19:25:58.725Z Downloaded shlex v1.3.0
5132026-05-18T19:25:58.725Z Downloaded slog-stdlog v4.1.1
5142026-05-18T19:25:58.725Z Downloaded slog-scope v4.4.1
5152026-05-18T19:25:58.725Z Downloaded testing_table v0.3.0
5162026-05-18T19:25:58.725Z Downloaded hyper-util v0.1.20
5172026-05-18T19:25:58.725Z Downloaded progenitor-impl v0.10.0
5182026-05-18T19:25:58.725Z Downloaded static_assertions v1.1.0
5192026-05-18T19:25:58.725Z Downloaded progenitor-extras v0.2.0
5202026-05-18T19:25:58.725Z Downloaded thiserror-impl-no-std v2.0.2
5212026-05-18T19:25:58.725Z Downloaded miniz_oxide v0.8.9
5222026-05-18T19:25:58.725Z Downloaded progenitor-impl v0.11.2
5232026-05-18T19:25:58.725Z Downloaded smartstring v1.0.1
5242026-05-18T19:25:58.725Z Downloaded smf v0.2.3
5252026-05-18T19:25:58.725Z Downloaded snafu-derive v0.8.9
5262026-05-18T19:25:58.725Z Downloaded time-core v0.1.8
5272026-05-18T19:25:58.725Z Downloaded indexmap v2.14.0
5282026-05-18T19:25:58.725Z Downloaded thread-id v5.1.0
5292026-05-18T19:25:58.725Z Downloaded thread-id v4.2.2
5302026-05-18T19:25:58.725Z Downloaded tinyvec_macros v0.1.1
5312026-05-18T19:25:58.725Z Downloaded pin-project v1.1.13
5322026-05-18T19:25:58.725Z Downloaded pest_meta v2.8.6
5332026-05-18T19:25:58.725Z Downloaded serde_derive_internals v0.29.1
5342026-05-18T19:25:58.725Z Downloaded pest_generator v2.8.6
5352026-05-18T19:25:58.725Z Downloaded slog-term v2.9.2
5362026-05-18T19:25:58.725Z Downloaded sdd v3.0.10
5372026-05-18T19:25:58.725Z Downloaded toml_datetime v0.6.11
5382026-05-18T19:25:58.725Z Downloaded tokio-macros v2.7.0
5392026-05-18T19:25:58.725Z Downloaded strum_macros v0.26.4
5402026-05-18T19:25:58.725Z Downloaded jiff-static v0.2.24
5412026-05-18T19:25:58.725Z Downloaded expectorate v1.2.0
5422026-05-18T19:25:58.725Z Downloaded toml_write v0.1.2
5432026-05-18T19:25:58.725Z Downloaded serde_spanned v0.6.9
5442026-05-18T19:25:58.725Z Downloaded serde_plain v1.0.2
5452026-05-18T19:25:58.725Z Downloaded resolv-conf v0.7.6
5462026-05-18T19:25:58.726Z Downloaded pretty_assertions v1.4.1
5472026-05-18T19:25:58.726Z Downloaded num-traits v0.2.19
5482026-05-18T19:25:58.726Z Downloaded sha2 v0.10.9
5492026-05-18T19:25:58.726Z Downloaded libsw-core v0.3.2
5502026-05-18T19:25:58.726Z Downloaded tabled_derive v0.7.0
5512026-05-18T19:25:58.726Z Downloaded ryu v1.0.23
5522026-05-18T19:25:58.726Z Downloaded tower-layer v0.3.3
5532026-05-18T19:25:58.726Z Downloaded strum_macros v0.27.2
5542026-05-18T19:25:58.726Z Downloaded synstructure v0.13.2
5552026-05-18T19:25:58.726Z Downloaded cc v1.2.62
5562026-05-18T19:25:58.726Z Downloaded bytes v1.11.1
5572026-05-18T19:25:58.726Z Downloaded thiserror v1.0.69
5582026-05-18T19:25:58.726Z Downloaded progenitor-impl v0.13.0
5592026-05-18T19:25:58.726Z Downloaded slog-json v2.6.1
5602026-05-18T19:25:58.726Z Downloaded progenitor-impl v0.14.0
5612026-05-18T19:25:58.726Z Downloaded typeid v1.0.3
5622026-05-18T19:25:58.726Z Downloaded thiserror-impl v1.0.69
5632026-05-18T19:25:58.726Z Downloaded prettyplease v0.2.37
5642026-05-18T19:25:58.726Z Downloaded schemars v0.8.22
5652026-05-18T19:25:58.726Z Downloaded typify-macro v0.4.3
5662026-05-18T19:25:58.726Z Downloaded thiserror-impl v2.0.18
5672026-05-18T19:25:58.726Z Downloaded spin v0.9.8
5682026-05-18T19:25:58.726Z Downloaded tiny-keccak v2.0.2
5692026-05-18T19:25:58.726Z Downloaded try-lock v0.2.5
5702026-05-18T19:25:58.726Z Downloaded openssl-sys v0.9.116
5712026-05-18T19:25:58.726Z Downloaded typify-macro v0.6.2
5722026-05-18T19:25:58.726Z Downloaded tower-service v0.3.3
5732026-05-18T19:25:58.726Z Downloaded universal-hash v0.5.1
5742026-05-18T19:25:58.726Z Downloaded thread_local v1.1.9
5752026-05-18T19:25:58.726Z Downloaded unarray v0.1.4
5762026-05-18T19:25:58.726Z Downloaded tinystr v0.8.3
5772026-05-18T19:25:58.726Z Downloaded unit-prefix v0.5.2
5782026-05-18T19:25:58.726Z Downloaded unicode-xid v0.2.6
5792026-05-18T19:25:58.726Z Downloaded usdt v0.5.0
5802026-05-18T19:25:58.726Z Downloaded memchr v2.8.0
5812026-05-18T19:25:58.726Z Downloaded thiserror-no-std v2.0.2
5822026-05-18T19:25:58.726Z Downloaded rayon-core v1.13.0
5832026-05-18T19:25:58.726Z Downloaded tokio-dtrace v0.1.1
5842026-05-18T19:25:58.726Z Downloaded tokio-tungstenite v0.21.0
5852026-05-18T19:25:58.727Z Downloaded unicode-linebreak v0.1.5
5862026-05-18T19:25:58.727Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5872026-05-18T19:25:58.727Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5882026-05-18T19:25:58.730Z Downloaded tokio-rustls v0.25.0
5892026-05-18T19:25:58.730Z Downloaded serde_with_macros v3.20.0
5902026-05-18T19:25:58.730Z Downloaded serde_derive v1.0.228
5912026-05-18T19:25:58.730Z Downloaded usdt-attr-macro v0.5.0
5922026-05-18T19:25:58.730Z Downloaded usdt v0.6.0
5932026-05-18T19:25:58.730Z Downloaded untrusted v0.9.0
5942026-05-18T19:25:58.730Z Downloaded version_check v0.9.5
5952026-05-18T19:25:58.730Z Downloaded utf-8 v0.7.6
5962026-05-18T19:25:58.730Z Downloaded time-macros v0.2.27
5972026-05-18T19:25:58.730Z Downloaded usdt-macro v0.6.0
5982026-05-18T19:25:58.730Z Downloaded untrusted v0.7.1
5992026-05-18T19:25:58.730Z Downloaded minimal-lexical v0.2.1
6002026-05-18T19:25:58.730Z Downloaded allocator-api2 v0.2.21
6012026-05-18T19:25:58.730Z Downloaded num-iter v0.1.45
6022026-05-18T19:25:58.730Z Downloaded toml_writer v1.1.1+spec-1.1.0
6032026-05-18T19:25:58.731Z Downloaded slog v2.8.2
6042026-05-18T19:25:58.731Z Downloaded similar v2.7.0
6052026-05-18T19:25:58.731Z Downloaded term v1.2.1
6062026-05-18T19:25:58.731Z Downloaded utf8parse v0.2.2
6072026-05-18T19:25:58.731Z Downloaded utf8_iter v1.0.4
6082026-05-18T19:25:58.731Z Downloaded schemars v0.9.0
6092026-05-18T19:25:58.731Z Downloaded want v0.3.1
6102026-05-18T19:25:58.731Z Downloaded waitgroup v0.1.2
6112026-05-18T19:25:58.731Z Downloaded mio v1.2.0
6122026-05-18T19:25:58.731Z Downloaded thin-vec v0.2.18
6132026-05-18T19:25:58.731Z Downloaded thiserror v2.0.18
6142026-05-18T19:25:58.731Z Downloaded wait-timeout v0.2.1
6152026-05-18T19:25:58.731Z Downloaded rand v0.8.6
6162026-05-18T19:25:58.731Z Downloaded usdt-macro v0.5.0
6172026-05-18T19:25:58.731Z Downloaded semver v1.0.28
6182026-05-18T19:25:58.731Z Downloaded half v2.7.1
6192026-05-18T19:25:58.731Z Downloaded yoke-derive v0.8.2
6202026-05-18T19:25:58.731Z Downloaded icu_normalizer_data v2.2.0
6212026-05-18T19:25:58.731Z Downloaded multer v3.1.0
6222026-05-18T19:25:58.731Z Downloaded socket2 v0.6.3
6232026-05-18T19:25:58.731Z Downloaded smallvec v1.15.1
6242026-05-18T19:25:58.731Z Downloaded rustls-platform-verifier v0.7.0
6252026-05-18T19:25:58.731Z Downloaded icu_properties v2.2.0
6262026-05-18T19:25:58.731Z Downloaded serde_core v1.0.228
6272026-05-18T19:25:58.731Z Downloaded iddqd v0.3.18
6282026-05-18T19:25:58.731Z Downloaded hashbrown v0.17.1
6292026-05-18T19:25:58.731Z Downloaded tokio-rustls v0.26.4
6302026-05-18T19:25:58.731Z Downloaded toml v0.8.23
6312026-05-18T19:25:58.731Z Downloaded darling v0.23.0
6322026-05-18T19:25:58.731Z Downloaded zerofrom v0.1.8
6332026-05-18T19:25:58.731Z Downloaded usdt-attr-macro v0.6.0
6342026-05-18T19:25:58.731Z Downloaded num_enum_derive v0.7.6
6352026-05-18T19:25:58.731Z Downloaded bitflags v2.11.1
6362026-05-18T19:25:58.731Z Downloaded hashbrown v0.16.1
6372026-05-18T19:25:58.731Z Downloaded usdt-impl v0.6.0
6382026-05-18T19:25:58.731Z Downloaded crossbeam-epoch v0.9.18
6392026-05-18T19:25:58.732Z Downloaded newtype_derive v0.1.6
6402026-05-18T19:25:58.732Z Downloaded rustls-webpki v0.103.13
6412026-05-18T19:25:58.732Z Downloaded zerofrom-derive v0.1.7
6422026-05-18T19:25:58.732Z Downloaded ingot-macros v0.1.1
6432026-05-18T19:25:58.732Z Downloaded walkdir v2.5.0
6442026-05-18T19:25:58.732Z Downloaded zone v0.3.1
6452026-05-18T19:25:58.732Z Downloaded toml_parser v1.1.2+spec-1.1.0
6462026-05-18T19:25:58.732Z Downloaded textwrap v0.16.2
6472026-05-18T19:25:58.732Z Downloaded zone_cfg_derive v0.3.1
6482026-05-18T19:25:58.732Z Downloaded tempfile v3.27.0
6492026-05-18T19:25:58.732Z Downloaded hkdf v0.12.4
6502026-05-18T19:25:58.732Z Downloaded serde_yaml v0.9.34+deprecated
6512026-05-18T19:25:58.732Z Downloaded test-strategy v0.4.5
6522026-05-18T19:25:58.732Z Downloaded globset v0.4.18
6532026-05-18T19:25:58.732Z Downloaded whoami v1.6.1
6542026-05-18T19:25:58.732Z Downloaded vsss-rs v3.3.4
6552026-05-18T19:25:58.732Z Downloaded tracing-attributes v0.1.31
6562026-05-18T19:25:58.732Z Downloaded fs-err v3.3.0
6572026-05-18T19:25:58.732Z Downloaded daft v0.1.7
6582026-05-18T19:25:58.732Z Downloaded libsw v3.5.0
6592026-05-18T19:25:58.732Z Downloaded tinyvec v1.11.0
6602026-05-18T19:25:58.732Z Downloaded ipnetwork v0.21.1
6612026-05-18T19:25:58.732Z Downloaded zeroize_derive v1.4.3
6622026-05-18T19:25:58.732Z Downloaded ipnet v2.12.0
6632026-05-18T19:25:58.732Z Downloaded git-stub-vcs v0.1.0
6642026-05-18T19:25:58.732Z Downloaded xz2 v0.1.7
6652026-05-18T19:25:58.732Z Downloaded writeable v0.6.3
6662026-05-18T19:25:58.732Z Downloaded quinn v0.11.9
6672026-05-18T19:25:58.732Z Downloaded qorb v0.4.1
6682026-05-18T19:25:58.732Z Downloaded opaque-debug v0.3.1
6692026-05-18T19:25:58.732Z Downloaded tokio-stream v0.1.18
6702026-05-18T19:25:58.732Z Downloaded ucd-trie v0.1.7
6712026-05-18T19:25:58.732Z Downloaded olpc-cjson v0.1.4
6722026-05-18T19:25:58.732Z Downloaded num_enum_derive v0.5.11
6732026-05-18T19:25:58.732Z Downloaded iana-time-zone v0.1.65
6742026-05-18T19:25:58.732Z Downloaded erased-serde v0.3.31
6752026-05-18T19:25:58.732Z Downloaded defmt-macros v1.1.0
6762026-05-18T19:25:58.732Z Downloaded num-conv v0.2.1
6772026-05-18T19:25:58.732Z Downloaded diff v0.1.13
6782026-05-18T19:25:58.733Z Downloaded deranged v0.5.8
6792026-05-18T19:25:58.733Z Downloaded zerovec-derive v0.11.3
6802026-05-18T19:25:58.733Z Downloaded toml v0.9.12+spec-1.1.0
6812026-05-18T19:25:58.733Z Downloaded toml v1.1.2+spec-1.1.0
6822026-05-18T19:25:58.733Z Downloaded zmij v1.0.21
6832026-05-18T19:25:58.733Z Downloaded usdt-impl v0.5.0
6842026-05-18T19:25:58.733Z Downloaded anstream v1.0.0
6852026-05-18T19:25:58.733Z Downloaded idna v1.1.0
6862026-05-18T19:25:58.733Z Downloaded rand v0.10.1
6872026-05-18T19:25:58.733Z Downloaded rand v0.9.4
6882026-05-18T19:25:58.737Z Downloaded snafu v0.8.9
6892026-05-18T19:25:58.737Z Downloaded aws-lc-rs v1.17.0
6902026-05-18T19:25:58.737Z Downloaded tungstenite v0.21.0
6912026-05-18T19:25:58.737Z Downloaded zerocopy-derive v0.7.35
6922026-05-18T19:25:58.737Z Downloaded tracing-core v0.1.36
6932026-05-18T19:25:58.737Z Downloaded schemars v1.2.1
6942026-05-18T19:25:58.737Z Downloaded yoke v0.8.2
6952026-05-18T19:25:58.737Z Downloaded typify v0.6.2
6962026-05-18T19:25:58.737Z Downloaded icu_properties_data v2.2.0
6972026-05-18T19:25:58.737Z Downloaded zeroize v1.8.2
6982026-05-18T19:25:58.737Z Downloaded unicode-ident v1.0.24
6992026-05-18T19:25:58.737Z Downloaded uuid v1.23.1
7002026-05-18T19:25:58.737Z Downloaded toml_edit v0.25.11+spec-1.1.0
7012026-05-18T19:25:58.737Z Downloaded itertools v0.12.1
7022026-05-18T19:25:58.737Z Downloaded goblin v0.8.2
7032026-05-18T19:25:58.737Z Downloaded toml_edit v0.22.27
7042026-05-18T19:25:58.737Z Downloaded steno v0.4.1
7052026-05-18T19:25:58.737Z Downloaded itertools v0.14.0
7062026-05-18T19:25:58.737Z Downloaded ron v0.12.1
7072026-05-18T19:25:58.737Z Downloaded unsafe-libyaml v0.2.11
7082026-05-18T19:25:58.737Z Downloaded aho-corasick v1.1.4
7092026-05-18T19:25:58.737Z Downloaded nom v8.0.0
7102026-05-18T19:25:58.737Z Downloaded futures-util v0.3.32
7112026-05-18T19:25:58.737Z Downloaded typify v0.4.3
7122026-05-18T19:25:58.737Z Downloaded h2 v0.4.14
7132026-05-18T19:25:58.737Z Downloaded serde v1.0.228
7142026-05-18T19:25:58.737Z Downloaded pest v2.8.6
7152026-05-18T19:25:58.737Z Downloaded hyper v1.9.0
7162026-05-18T19:25:58.737Z Downloaded nom v7.1.3
7172026-05-18T19:25:58.738Z Downloaded toml_edit v0.19.15
7182026-05-18T19:25:58.738Z Downloaded libm v0.2.16
7192026-05-18T19:25:58.738Z Downloaded clap_builder v4.6.0
7202026-05-18T19:25:58.738Z Downloaded yansi v1.0.1
7212026-05-18T19:25:58.738Z Downloaded reqwest v0.12.28
7222026-05-18T19:25:58.738Z Downloaded arc-swap v1.9.1
7232026-05-18T19:25:58.738Z Downloaded futures-channel v0.3.32
7242026-05-18T19:25:58.738Z Downloaded futures v0.3.32
7252026-05-18T19:25:58.738Z Downloaded byte-wrapper v0.1.0
7262026-05-18T19:25:58.738Z Downloaded zerotrie v0.2.4
7272026-05-18T19:25:58.738Z Downloaded bcs v0.1.6
7282026-05-18T19:25:58.738Z Downloaded url v2.5.8
7292026-05-18T19:25:58.738Z Downloaded foreign-types-shared v0.3.1
7302026-05-18T19:25:58.738Z Downloaded foreign-types-shared v0.1.1
7312026-05-18T19:25:58.738Z Downloaded dtrace-parser v0.2.0
7322026-05-18T19:25:58.738Z Downloaded derive-ex v0.1.8
7332026-05-18T19:25:58.738Z Downloaded autocfg v1.5.0
7342026-05-18T19:25:58.738Z Downloaded anstyle-parse v1.0.0
7352026-05-18T19:25:58.738Z Downloaded const_format_proc_macros v0.2.34
7362026-05-18T19:25:58.738Z Downloaded itoa v1.0.18
7372026-05-18T19:25:58.738Z Downloaded csv-core v0.1.13
7382026-05-18T19:25:58.738Z Downloaded cmake v0.1.58
7392026-05-18T19:25:58.738Z Downloaded lru-cache v0.1.2
7402026-05-18T19:25:58.738Z Downloaded ident_case v1.0.1
7412026-05-18T19:25:58.738Z Downloaded digest v0.10.7
7422026-05-18T19:25:58.738Z Downloaded console v0.16.3
7432026-05-18T19:25:58.738Z Downloaded cancel-safe-futures v0.1.5
7442026-05-18T19:25:58.738Z Downloaded camino-tempfile v1.4.1
7452026-05-18T19:25:58.738Z Downloaded async-trait v0.1.89
7462026-05-18T19:25:58.738Z Downloaded reqwest v0.13.3
7472026-05-18T19:25:58.738Z Downloaded crunchy v0.2.4
7482026-05-18T19:25:58.738Z Downloaded darling_macro v0.23.0
7492026-05-18T19:25:58.738Z Downloaded futures-sink v0.3.32
7502026-05-18T19:25:58.738Z Downloaded curve25519-dalek-derive v0.1.1
7512026-05-18T19:25:58.738Z Downloaded convert_case v0.4.0
7522026-05-18T19:25:58.738Z Downloaded chacha20 v0.9.1
7532026-05-18T19:25:58.739Z Downloaded base16ct v0.2.0
7542026-05-18T19:25:58.739Z Downloaded anstyle-query v1.1.5
7552026-05-18T19:25:58.739Z Downloaded zerocopy-derive v0.8.48
7562026-05-18T19:25:58.739Z Downloaded regex v1.12.3
7572026-05-18T19:25:58.739Z Downloaded debug-ignore v1.0.5
7582026-05-18T19:25:58.739Z Downloaded derive_more v0.99.20
7592026-05-18T19:25:58.739Z Downloaded async-recursion v1.1.1
7602026-05-18T19:25:58.739Z Downloaded crossbeam-channel v0.5.15
7612026-05-18T19:25:58.739Z Downloaded clap_derive v4.6.1
7622026-05-18T19:25:58.739Z Downloaded atomic-waker v1.1.2
7632026-05-18T19:25:58.739Z Downloaded anyhow v1.0.102
7642026-05-18T19:25:58.739Z Downloaded group v0.13.0
7652026-05-18T19:25:58.739Z Downloaded typenum v1.20.0
7662026-05-18T19:25:58.739Z Downloaded portable-atomic v1.13.1
7672026-05-18T19:25:58.739Z Downloaded unicode-segmentation v1.13.2
7682026-05-18T19:25:58.739Z Downloaded rayon v1.12.0
7692026-05-18T19:25:58.739Z Downloaded unicode-normalization v0.1.25
7702026-05-18T19:25:58.739Z Downloaded goblin v0.10.5
7712026-05-18T19:25:58.739Z Downloaded tower v0.5.3
7722026-05-18T19:25:58.739Z Downloaded typed-path v0.9.3
7732026-05-18T19:25:58.739Z Downloaded tough v0.22.0
7742026-05-18T19:25:58.739Z Downloaded scc v2.4.0
7752026-05-18T19:25:58.739Z Downloaded generic-array v0.14.7
7762026-05-18T19:25:58.739Z Downloaded block-buffer v0.10.4
7772026-05-18T19:25:58.739Z Downloaded tokio-util v0.7.18
7782026-05-18T19:25:58.739Z Downloaded async-stream v0.3.6
7792026-05-18T19:25:58.739Z Downloaded aead v0.5.2
7802026-05-18T19:25:58.739Z Downloaded dropshot-api-manager-types v0.7.1
7812026-05-18T19:25:58.739Z Downloaded camino v1.2.2
7822026-05-18T19:25:58.739Z Downloaded dof v0.3.0
7832026-05-18T19:25:58.739Z Downloaded rustls-webpki v0.102.8
7842026-05-18T19:25:58.739Z Downloaded futures-io v0.3.32
7852026-05-18T19:25:58.739Z Downloaded fixedbitset v0.4.2
7862026-05-18T19:25:58.739Z Downloaded cookie v0.18.1
7872026-05-18T19:25:58.739Z Downloaded backon v1.6.0
7882026-05-18T19:25:58.744Z Downloaded async-stream-impl v0.3.6
7892026-05-18T19:25:58.744Z Downloaded daft-derive v0.1.7
7902026-05-18T19:25:58.744Z Downloaded serde_json v1.0.149
7912026-05-18T19:25:58.744Z Downloaded zerovec v0.11.6
7922026-05-18T19:25:58.744Z Downloaded byteorder v1.5.0
7932026-05-18T19:25:58.744Z Downloaded dunce v1.0.5
7942026-05-18T19:25:58.745Z Downloaded dtrace-parser v0.3.0
7952026-05-18T19:25:58.745Z Downloaded clap_lex v1.1.0
7962026-05-18T19:25:58.745Z Downloaded tower-http v0.6.10
7972026-05-18T19:25:58.745Z Downloaded cfg_aliases v0.2.1
7982026-05-18T19:25:58.745Z Downloaded atomicwrites v0.4.4
7992026-05-18T19:25:58.745Z Downloaded compression-core v0.4.32
8002026-05-18T19:25:58.745Z Downloaded base64 v0.21.7
8012026-05-18T19:25:58.745Z Downloaded serde_with v3.20.0
8022026-05-18T19:25:58.745Z Downloaded proptest v1.11.0
8032026-05-18T19:25:58.745Z Downloaded moka v0.12.15
8042026-05-18T19:25:58.745Z Downloaded chrono v0.4.44
8052026-05-18T19:25:58.745Z Downloaded quinn-proto v0.11.14
8062026-05-18T19:25:58.745Z Downloaded zerocopy v0.7.35
8072026-05-18T19:25:58.745Z Downloaded tabled v0.20.0
8082026-05-18T19:25:58.745Z Downloaded winnow v0.5.40
8092026-05-18T19:25:58.745Z Downloaded tabled v0.15.0
8102026-05-18T19:25:58.745Z Downloaded time v0.3.47
8112026-05-18T19:25:58.745Z Downloaded winnow v1.0.3
8122026-05-18T19:25:58.745Z Downloaded winnow v0.7.15
8132026-05-18T19:25:58.745Z Downloaded syn v1.0.109
8142026-05-18T19:25:58.745Z Downloaded dropshot v0.17.0
8152026-05-18T19:25:58.745Z Downloaded vcpkg v0.2.15
8162026-05-18T19:25:58.745Z Downloaded curve25519-dalek v4.1.3
8172026-05-18T19:25:58.745Z Downloaded bstr v1.12.1
8182026-05-18T19:25:58.745Z Downloaded hickory-proto v0.24.4
8192026-05-18T19:25:58.745Z Downloaded nix v0.31.3
8202026-05-18T19:25:58.745Z Downloaded syn v2.0.117
8212026-05-18T19:25:58.745Z Downloaded smoltcp v0.11.0
8222026-05-18T19:25:58.745Z Downloaded unicode-width v0.2.2
8232026-05-18T19:25:58.745Z Downloaded zerocopy v0.8.48
8242026-05-18T19:25:58.745Z Downloaded unicode-width v0.1.14
8252026-05-18T19:25:58.745Z Downloaded rustls v0.23.40
8262026-05-18T19:25:58.745Z Downloaded regex-syntax v0.8.10
8272026-05-18T19:25:58.745Z Downloaded hickory-proto v0.25.2
8282026-05-18T19:25:58.745Z Downloaded rustix v0.38.44
8292026-05-18T19:25:58.745Z Downloaded openapiv3 v2.2.0
8302026-05-18T19:25:58.746Z Downloaded rustix v1.1.4
8312026-05-18T19:25:58.746Z Downloaded regress v0.11.1
8322026-05-18T19:25:58.746Z Downloaded rustls v0.22.4
8332026-05-18T19:25:58.746Z Downloaded rhai v1.24.0
8342026-05-18T19:25:58.746Z Downloaded sled v0.34.7
8352026-05-18T19:25:58.746Z Downloaded typify-impl v0.6.2
8362026-05-18T19:25:58.746Z Downloaded tracing v0.1.44
8372026-05-18T19:25:58.746Z Downloaded typify-impl v0.4.3
8382026-05-18T19:25:58.746Z Downloaded regress v0.10.5
8392026-05-18T19:25:58.746Z Downloaded openssl v0.10.80
8402026-05-18T19:25:58.746Z Downloaded webpki-roots v1.0.7
8412026-05-18T19:25:58.746Z Downloaded jiff v0.2.24
8422026-05-18T19:25:58.746Z Downloaded regex-automata v0.4.14
8432026-05-18T19:25:58.746Z Downloaded petgraph v0.6.5
8442026-05-18T19:25:58.746Z Downloaded sha3 v0.10.9
8452026-05-18T19:25:58.746Z Downloaded chrono-tz v0.10.4
8462026-05-18T19:25:58.746Z Downloaded lzma-sys v0.1.20
8472026-05-18T19:25:58.746Z Downloaded csv v1.4.0
8482026-05-18T19:25:58.746Z Downloaded petgraph v0.8.3
8492026-05-18T19:25:58.746Z Downloaded tokio v1.52.3
8502026-05-18T19:25:58.762Z Downloaded libc v0.2.186
8512026-05-18T19:25:58.822Z Downloaded encoding_rs v0.8.35
8522026-05-18T19:25:58.835Z Downloaded ring v0.17.14
8532026-05-18T19:25:59.362Z Downloaded aws-lc-sys v0.41.0
8542026-05-18T19:25:59.950Z Compiling proc-macro2 v1.0.106
8552026-05-18T19:25:59.950Z Compiling quote v1.0.45
8562026-05-18T19:25:59.950Z Compiling unicode-ident v1.0.24
8572026-05-18T19:25:59.950Z Compiling serde_core v1.0.228
8582026-05-18T19:25:59.950Z Compiling serde v1.0.228
8592026-05-18T19:25:59.950Z Compiling libc v0.2.186
8602026-05-18T19:25:59.950Z Compiling zmij v1.0.21
8612026-05-18T19:25:59.950Z Compiling autocfg v1.5.0
8622026-05-18T19:26:00.557Z Compiling libm v0.2.16
8632026-05-18T19:26:00.791Z Compiling icu_properties_data v2.2.0
8642026-05-18T19:26:00.794Z Compiling icu_normalizer_data v2.2.0
8652026-05-18T19:26:00.809Z Compiling serde_json v1.0.149
8662026-05-18T19:26:00.880Z Compiling num-traits v0.2.19
8672026-05-18T19:26:00.941Z Compiling getrandom v0.4.2
8682026-05-18T19:26:01.138Z Compiling version_check v0.9.5
8692026-05-18T19:26:01.252Z Compiling thiserror v2.0.18
8702026-05-18T19:26:01.319Z Compiling memchr v2.8.0
8712026-05-18T19:26:01.612Z Compiling schemars v0.8.22
8722026-05-18T19:26:01.638Z Compiling syn v2.0.117
8732026-05-18T19:26:01.733Z Checking cfg-if v1.0.4
8742026-05-18T19:26:01.807Z Compiling parking_lot_core v0.9.12
8752026-05-18T19:26:01.927Z Compiling heck v0.5.0
8762026-05-18T19:26:01.946Z Compiling zerocopy v0.8.48
8772026-05-18T19:26:01.980Z Compiling portable-atomic v1.13.1
8782026-05-18T19:26:02.133Z Compiling itoa v1.0.18
8792026-05-18T19:26:02.152Z Compiling jobserver v0.1.34
8802026-05-18T19:26:02.327Z Compiling shlex v1.3.0
8812026-05-18T19:26:02.419Z Compiling find-msvc-tools v0.1.9
8822026-05-18T19:26:02.488Z Compiling rustversion v1.0.22
8832026-05-18T19:26:02.666Z Compiling cc v1.2.62
8842026-05-18T19:26:02.822Z Compiling semver v1.0.28
8852026-05-18T19:26:03.126Z Compiling log v0.4.29
8862026-05-18T19:26:03.181Z Compiling httparse v1.10.1
8872026-05-18T19:26:03.241Z Compiling generic-array v0.14.7
8882026-05-18T19:26:03.291Z Compiling equivalent v1.0.2
8892026-05-18T19:26:03.313Z Checking stable_deref_trait v1.2.1
8902026-05-18T19:26:03.387Z Compiling thiserror v1.0.69
8912026-05-18T19:26:03.405Z Compiling rustix v1.1.4
8922026-05-18T19:26:03.534Z Compiling slog v2.8.2
8932026-05-18T19:26:03.623Z Compiling cmake v0.1.58
8942026-05-18T19:26:03.744Z Compiling fs_extra v1.3.0
8952026-05-18T19:26:03.818Z Compiling dunce v1.0.5
8962026-05-18T19:26:03.904Z Checking writeable v0.6.3
8972026-05-18T19:26:03.923Z Checking litemap v0.8.2
8982026-05-18T19:26:03.959Z Compiling ring v0.17.14
8992026-05-18T19:26:03.977Z Checking utf8_iter v1.0.4
9002026-05-18T19:26:03.994Z Checking percent-encoding v2.3.2
9012026-05-18T19:26:04.012Z Compiling aws-lc-sys v0.41.0
9022026-05-18T19:26:04.146Z Checking form_urlencoded v1.2.2
9032026-05-18T19:26:04.194Z Compiling anyhow v1.0.102
9042026-05-18T19:26:04.262Z Compiling ucd-trie v0.1.7
9052026-05-18T19:26:04.283Z Compiling regex-syntax v0.8.10
9062026-05-18T19:26:04.485Z Compiling synstructure v0.13.2
9072026-05-18T19:26:04.507Z Compiling serde_derive_internals v0.29.1
9082026-05-18T19:26:04.788Z Compiling pest v2.8.6
9092026-05-18T19:26:05.053Z Compiling aho-corasick v1.1.4
9102026-05-18T19:26:05.320Z Checking rand_core v0.10.1
9112026-05-18T19:26:05.502Z Compiling getrandom v0.3.4
9122026-05-18T19:26:05.615Z Compiling hashbrown v0.17.1
9132026-05-18T19:26:05.651Z Compiling serde_derive v1.0.228
9142026-05-18T19:26:05.844Z Compiling zerofrom-derive v0.1.7
9152026-05-18T19:26:06.039Z Compiling yoke-derive v0.8.2
9162026-05-18T19:26:06.157Z Compiling zerovec-derive v0.11.3
9172026-05-18T19:26:06.378Z Compiling displaydoc v0.2.5
9182026-05-18T19:26:06.447Z Compiling schemars_derive v0.8.22
9192026-05-18T19:26:07.011Z Compiling thiserror-impl v2.0.18
9202026-05-18T19:26:07.088Z Compiling zeroize_derive v1.4.3
9212026-05-18T19:26:07.114Z Compiling tokio-macros v2.7.0
9222026-05-18T19:26:07.226Z Compiling zerocopy-derive v0.8.48
9232026-05-18T19:26:07.621Z Compiling futures-macro v0.3.32
9242026-05-18T19:26:07.741Z Compiling tracing-attributes v0.1.31
9252026-05-18T19:26:07.840Z Checking zerofrom v0.1.8
9262026-05-18T19:26:07.960Z Compiling thiserror-impl v1.0.69
9272026-05-18T19:26:08.573Z Checking yoke v0.8.2
9282026-05-18T19:26:08.708Z Compiling serde_tokenstream v0.2.3
9292026-05-18T19:26:08.746Z Checking smallvec v1.15.1
9302026-05-18T19:26:08.762Z Checking bytes v1.11.1
9312026-05-18T19:26:08.802Z Checking zerovec v0.11.6
9322026-05-18T19:26:08.946Z Checking zerotrie v0.2.4
9332026-05-18T19:26:08.995Z Compiling pest_meta v2.8.6
9342026-05-18T19:26:09.032Z Compiling regex-automata v0.4.14
9352026-05-18T19:26:09.197Z Compiling indexmap v2.14.0
9362026-05-18T19:26:09.252Z Checking tinystr v0.8.3
9372026-05-18T19:26:09.351Z Checking potential_utf v0.1.5
9382026-05-18T19:26:09.386Z Compiling crossbeam-utils v0.8.21
9392026-05-18T19:26:09.434Z Checking icu_locale_core v2.2.0
9402026-05-18T19:26:09.479Z Checking icu_collections v2.2.0
9412026-05-18T19:26:09.699Z Compiling pest_generator v2.8.6
9422026-05-18T19:26:09.836Z Compiling paste v1.0.15
9432026-05-18T19:26:10.040Z Checking icu_provider v2.2.0
9442026-05-18T19:26:10.089Z Compiling time-core v0.1.8
9452026-05-18T19:26:10.190Z Compiling num-conv v0.2.1
9462026-05-18T19:26:10.281Z Checking icu_normalizer v2.2.0
9472026-05-18T19:26:10.301Z Checking icu_properties v2.2.0
9482026-05-18T19:26:10.355Z Compiling time-macros v0.2.27
9492026-05-18T19:26:10.358Z Compiling pest_derive v2.8.6
9502026-05-18T19:26:10.796Z Compiling regex v1.12.3
9512026-05-18T19:26:10.895Z Checking iana-time-zone v0.1.65
9522026-05-18T19:26:11.009Z Checking chrono v0.4.44
9532026-05-18T19:26:11.179Z Checking idna_adapter v1.2.2
9542026-05-18T19:26:11.243Z Compiling async-trait v0.1.89
9552026-05-18T19:26:11.310Z Checking idna v1.1.0
9562026-05-18T19:26:11.379Z Compiling byteorder v1.5.0
9572026-05-18T19:26:11.435Z Compiling aws-lc-rs v1.17.0
9582026-05-18T19:26:11.559Z Checking url v2.5.8
9592026-05-18T19:26:11.758Z Checking uuid v1.23.1
9602026-05-18T19:26:11.862Z Compiling camino v1.2.2
9612026-05-18T19:26:11.974Z Compiling strsim v0.11.1
9622026-05-18T19:26:12.123Z Compiling scroll_derive v0.13.1
9632026-05-18T19:26:12.280Z Checking errno v0.3.14
9642026-05-18T19:26:12.299Z Checking dyn-clone v1.0.20
9652026-05-18T19:26:12.385Z Compiling rustls v0.23.40
9662026-05-18T19:26:12.404Z Compiling ident_case v1.0.1
9672026-05-18T19:26:12.598Z Compiling omicron-workspace-hack v0.1.0
9682026-05-18T19:26:12.765Z Compiling slog-async v2.8.0
9692026-05-18T19:26:12.851Z Compiling crc32fast v1.5.0
9702026-05-18T19:26:13.121Z Compiling usdt-impl v0.6.0
9712026-05-18T19:26:13.174Z Compiling scroll v0.13.0
9722026-05-18T19:26:13.215Z Compiling plain v0.2.3
9732026-05-18T19:26:13.329Z Compiling daft-derive v0.1.7
9742026-05-18T19:26:13.361Z Compiling pretty-hex v0.4.2
9752026-05-18T19:26:13.404Z Compiling goblin v0.10.5
9762026-05-18T19:26:13.433Z Checking pin-project-lite v0.2.17
9772026-05-18T19:26:13.494Z Compiling dtrace-parser v0.3.0
9782026-05-18T19:26:13.531Z Checking getrandom v0.2.17
9792026-05-18T19:26:13.676Z Compiling thread-id v5.1.0
9802026-05-18T19:26:14.097Z Checking zeroize v1.8.2
9812026-05-18T19:26:14.114Z Compiling syn v1.0.109
9822026-05-18T19:26:14.463Z Compiling rustls v0.22.4
9832026-05-18T19:26:14.851Z Compiling multer v3.1.0
9842026-05-18T19:26:15.199Z Compiling async-stream-impl v0.3.6
9852026-05-18T19:26:15.219Z Checking bitflags v2.11.1
9862026-05-18T19:26:15.259Z Checking socket2 v0.6.3
9872026-05-18T19:26:15.401Z Checking scopeguard v1.2.0
9882026-05-18T19:26:15.512Z Checking lock_api v0.4.14
9892026-05-18T19:26:15.515Z Compiling ref-cast v1.0.25
9902026-05-18T19:26:15.853Z Compiling ref-cast-impl v1.0.25
9912026-05-18T19:26:16.002Z Compiling dropshot v0.17.0
9922026-05-18T19:26:16.091Z Compiling dof v0.4.0
9932026-05-18T19:26:16.389Z Compiling dropshot_endpoint v0.17.0
9942026-05-18T19:26:16.606Z Checking critical-section v1.2.0
9952026-05-18T19:26:16.631Z Checking parking_lot v0.12.5
9962026-05-18T19:26:16.714Z Checking once_cell v1.21.4
9972026-05-18T19:26:16.851Z Compiling newtype-uuid-macros v0.1.0
9982026-05-18T19:26:17.063Z Compiling foldhash v0.2.0
9992026-05-18T19:26:17.101Z Compiling allocator-api2 v0.2.21
10002026-05-18T19:26:17.219Z Checking signal-hook-registry v1.4.8
10012026-05-18T19:26:17.270Z Checking mio v1.2.0
10022026-05-18T19:26:17.337Z Compiling usdt-macro v0.6.0
10032026-05-18T19:26:17.387Z Compiling usdt-attr-macro v0.6.0
10042026-05-18T19:26:17.427Z Compiling hashbrown v0.16.1
10052026-05-18T19:26:17.553Z Checking tokio v1.52.3
10062026-05-18T19:26:17.623Z Checking subtle v2.6.1
10072026-05-18T19:26:17.779Z Compiling darling_core v0.23.0
10082026-05-18T19:26:17.928Z Compiling structmeta-derive v0.3.0
10092026-05-18T19:26:17.989Z Compiling strum_macros v0.26.4
10102026-05-18T19:26:18.016Z Checking futures-core v0.3.32
10112026-05-18T19:26:18.234Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10122026-05-18T19:26:18.708Z Compiling http v1.4.0
10132026-05-18T19:26:18.973Z Compiling structmeta v0.3.0
10142026-05-18T19:26:18.996Z Compiling strum_macros v0.27.2
10152026-05-18T19:26:19.180Z Compiling derive-ex v0.1.8
10162026-05-18T19:26:19.737Z Checking futures-sink v0.3.32
10172026-05-18T19:26:19.866Z Compiling darling_macro v0.23.0
10182026-05-18T19:26:20.066Z Checking slab v0.4.12
10192026-05-18T19:26:20.488Z Compiling darling v0.23.0
10202026-05-18T19:26:20.577Z Compiling serde_with_macros v3.20.0
10212026-05-18T19:26:20.761Z Compiling winnow v1.0.3
10222026-05-18T19:26:20.793Z Compiling test-strategy v0.4.5
10232026-05-18T19:26:20.835Z Checking futures-channel v0.3.32
10242026-05-18T19:26:20.854Z Checking rand_core v0.6.4
10252026-05-18T19:26:20.930Z Compiling fnv v1.0.7
10262026-05-18T19:26:21.027Z Checking ipnetwork v0.21.1
10272026-05-18T19:26:21.047Z Checking futures-task v0.3.32
10282026-05-18T19:26:21.050Z Checking futures-io v0.3.32
10292026-05-18T19:26:21.190Z Compiling parse-display-derive v0.10.0
10302026-05-18T19:26:21.193Z Checking futures-util v0.3.32
10312026-05-18T19:26:21.693Z Compiling toml_parser v1.1.2+spec-1.1.0
10322026-05-18T19:26:22.249Z Checking tracing-core v0.1.36
10332026-05-18T19:26:22.368Z Compiling toml_datetime v1.1.1+spec-1.1.0
10342026-05-18T19:26:22.553Z Compiling ryu v1.0.23
10352026-05-18T19:26:22.643Z Checking tracing v0.1.44
10362026-05-18T19:26:22.710Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
10372026-05-18T19:26:22.864Z Checking erased-serde v0.3.31
10382026-05-18T19:26:23.040Z Checking base64 v0.22.1
10392026-05-18T19:26:23.099Z Checking typenum v1.20.0
10402026-05-18T19:26:23.280Z Compiling openapiv3 v2.2.0
10412026-05-18T19:26:23.395Z Checking oxnet v0.1.5
10422026-05-18T19:26:23.511Z Checking rustls-pki-types v1.14.1
10432026-05-18T19:26:23.638Z Compiling clap_derive v4.6.1
10442026-05-18T19:26:23.986Z Checking untrusted v0.9.0
10452026-05-18T19:26:24.160Z Checking crypto-common v0.1.7
10462026-05-18T19:26:24.217Z Checking tokio-util v0.7.18
10472026-05-18T19:26:24.289Z Checking ipnet v2.12.0
10482026-05-18T19:26:24.841Z Checking http-body v1.0.1
10492026-05-18T19:26:25.014Z Compiling either v1.15.0
10502026-05-18T19:26:25.071Z Checking atomic-waker v1.1.2
10512026-05-18T19:26:25.105Z Compiling toml_edit v0.25.11+spec-1.1.0
10522026-05-18T19:26:25.224Z Compiling itertools v0.14.0
10532026-05-18T19:26:25.291Z Compiling regress v0.10.5
10542026-05-18T19:26:25.621Z Checking tower-layer v0.3.3
10552026-05-18T19:26:25.827Z Checking try-lock v0.2.5
10562026-05-18T19:26:25.926Z Checking tower-service v0.3.3
10572026-05-18T19:26:26.020Z Checking want v0.3.1
10582026-05-18T19:26:26.027Z Compiling proc-macro-crate v3.5.0
10592026-05-18T19:26:26.151Z Checking h2 v0.4.14
10602026-05-18T19:26:26.253Z Checking block-buffer v0.10.4
10612026-05-18T19:26:26.677Z Checking httpdate v1.0.3
10622026-05-18T19:26:26.763Z Compiling crucible-workspace-hack v0.1.0
10632026-05-18T19:26:26.816Z Compiling num_enum_derive v0.7.6
10642026-05-18T19:26:26.835Z Checking digest v0.10.7
10652026-05-18T19:26:27.802Z Checking serde_urlencoded v0.7.1
10662026-05-18T19:26:27.826Z Checking http-body-util v0.1.3
10672026-05-18T19:26:28.007Z Checking hyper v1.9.0
10682026-05-18T19:26:28.294Z Compiling unsafe-libyaml v0.2.11
10692026-05-18T19:26:28.679Z Checking ppv-lite86 v0.2.21
10702026-05-18T19:26:28.830Z Compiling serde_yaml v0.9.34+deprecated
10712026-05-18T19:26:28.911Z Checking hyper-util v0.1.20
10722026-05-18T19:26:28.938Z Compiling convert_case v0.4.0
10732026-05-18T19:26:29.241Z Compiling derive_more v0.99.20
10742026-05-18T19:26:29.457Z Compiling regress v0.11.1
10752026-05-18T19:26:30.113Z Compiling darling_core v0.21.3
10762026-05-18T19:26:30.389Z Compiling zerocopy-derive v0.7.35
10772026-05-18T19:26:30.965Z Checking cpufeatures v0.2.17
10782026-05-18T19:26:31.041Z Compiling typify-impl v0.6.2
10792026-05-18T19:26:31.235Z Checking untrusted v0.7.1
10802026-05-18T19:26:32.180Z Compiling darling_macro v0.21.3
10812026-05-18T19:26:32.269Z Checking powerfmt v0.2.0
10822026-05-18T19:26:32.426Z Checking deranged v0.5.8
10832026-05-18T19:26:32.741Z Checking num_threads v0.1.7
10842026-05-18T19:26:32.761Z Compiling darling v0.21.3
10852026-05-18T19:26:32.957Z Compiling heapless v0.8.0
10862026-05-18T19:26:33.141Z Compiling ingot-macros v0.1.1
10872026-05-18T19:26:33.351Z Checking time v0.3.47
10882026-05-18T19:26:33.743Z Compiling scroll_derive v0.12.1
10892026-05-18T19:26:33.806Z Compiling serde_repr v0.1.20
10902026-05-18T19:26:34.391Z Compiling typify-macro v0.6.2
10912026-05-18T19:26:34.496Z Checking crossbeam-channel v0.5.15
10922026-05-18T19:26:35.066Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10932026-05-18T19:26:35.171Z Compiling rustix v0.38.44
10942026-05-18T19:26:35.379Z Compiling smoltcp v0.11.0
10952026-05-18T19:26:35.769Z Checking futures-executor v0.3.32
10962026-05-18T19:26:35.921Z Checking sync_wrapper v1.0.2
10972026-05-18T19:26:36.006Z Compiling rustc_version v0.4.1
10982026-05-18T19:26:36.029Z Checking thread_local v1.1.9
10992026-05-18T19:26:36.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
11002026-05-18T19:26:36.362Z Compiling curve25519-dalek v4.1.3
11012026-05-18T19:26:36.519Z Checking tower v0.5.3
11022026-05-18T19:26:36.634Z Checking rand_core v0.9.5
11032026-05-18T19:26:36.703Z Checking webpki-roots v1.0.7
11042026-05-18T19:26:36.808Z Compiling toml_datetime v0.6.11
11052026-05-18T19:26:36.828Z Compiling foreign-types-macros v0.2.3
11062026-05-18T19:26:36.963Z Checking is-terminal v0.4.17
11072026-05-18T19:26:37.185Z Checking term v1.2.1
11082026-05-18T19:26:37.407Z Checking take_mut v0.2.2
11092026-05-18T19:26:37.438Z Checking slog-term v2.9.2
11102026-05-18T19:26:37.607Z Checking tower-http v0.6.10
11112026-05-18T19:26:37.702Z Checking futures v0.3.32
11122026-05-18T19:26:37.784Z Compiling zerocopy v0.7.35
11132026-05-18T19:26:37.898Z Compiling thiserror-impl-no-std v2.0.2
11142026-05-18T19:26:37.934Z Compiling hubpack_derive v0.1.1
11152026-05-18T19:26:38.011Z Compiling curve25519-dalek-derive v0.1.1
11162026-05-18T19:26:38.450Z Compiling usdt-impl v0.5.0
11172026-05-18T19:26:38.537Z Compiling proc-macro-error-attr v1.0.4
11182026-05-18T19:26:38.586Z Checking hex v0.4.3
11192026-05-18T19:26:38.849Z Compiling dof v0.3.0
11202026-05-18T19:26:38.853Z Checking rand_chacha v0.9.0
11212026-05-18T19:26:38.901Z Compiling typify v0.6.2
11222026-05-18T19:26:39.007Z Compiling dtrace-parser v0.2.0
11232026-05-18T19:26:39.033Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11242026-05-18T19:26:39.412Z Compiling serde_spanned v1.1.1
11252026-05-18T19:26:39.527Z Compiling proc-macro-error v1.0.4
11262026-05-18T19:26:39.547Z Compiling thread-id v4.2.2
11272026-05-18T19:26:39.703Z Compiling pkg-config v0.3.33
11282026-05-18T19:26:39.777Z Compiling toml_writer v1.1.1+spec-1.1.0
11292026-05-18T19:26:40.070Z Checking rand v0.9.4
11302026-05-18T19:26:40.908Z Compiling prettyplease v0.2.37
11312026-05-18T19:26:41.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
11322026-05-18T19:26:41.168Z Checking fastrand v2.4.1
11332026-05-18T19:26:42.046Z Checking sha1 v0.10.6
11342026-05-18T19:26:42.252Z Compiling memoffset v0.9.1
11352026-05-18T19:26:42.316Z Checking match_cfg v0.1.0
11362026-05-18T19:26:42.339Z Checking adler2 v2.0.1
11372026-05-18T19:26:42.384Z Compiling heck v0.4.1
11382026-05-18T19:26:42.584Z Checking simd-adler32 v0.3.9
11392026-05-18T19:26:42.733Z Checking miniz_oxide v0.8.9
11402026-05-18T19:26:42.815Z Checking hostname v0.3.1
11412026-05-18T19:26:43.067Z Compiling usdt-attr-macro v0.5.0
11422026-05-18T19:26:43.071Z Compiling usdt-macro v0.5.0
11432026-05-18T19:26:43.288Z Checking slog-json v2.6.1
11442026-05-18T19:26:43.449Z Checking newtype-uuid v1.3.2
11452026-05-18T19:26:43.609Z Compiling enum-as-inner v0.6.1
11462026-05-18T19:26:43.634Z Compiling num-derive v0.4.2
11472026-05-18T19:26:43.737Z Checking memmap2 v0.9.10
11482026-05-18T19:26:43.900Z Compiling openssl-probe v0.2.1
11492026-05-18T19:26:43.934Z Compiling winnow v0.7.15
11502026-05-18T19:26:44.032Z Compiling cfg_aliases v0.2.1
11512026-05-18T19:26:44.120Z Compiling nix v0.31.3
11522026-05-18T19:26:44.144Z Compiling rustls-native-certs v0.8.3
11532026-05-18T19:26:44.390Z Checking usdt v0.6.0
11542026-05-18T19:26:44.510Z Checking daft v0.1.7
11552026-05-18T19:26:44.583Z Checking slog-bunyan v2.5.0
11562026-05-18T19:26:44.701Z Checking flate2 v1.1.9
11572026-05-18T19:26:44.720Z Checking tempfile v3.27.0
11582026-05-18T19:26:44.903Z Checking rustls-webpki v0.102.8
11592026-05-18T19:26:45.089Z Checking debug-ignore v1.0.5
11602026-05-18T19:26:45.199Z Compiling rayon-core v1.13.0
11612026-05-18T19:26:45.238Z Checking compression-core v0.4.32
11622026-05-18T19:26:45.365Z Checking compression-codecs v0.4.38
11632026-05-18T19:26:46.300Z Checking encoding_rs v0.8.35
11642026-05-18T19:26:46.357Z Compiling wait-timeout v0.2.1
11652026-05-18T19:26:46.393Z Checking mime v0.3.17
11662026-05-18T19:26:46.581Z Compiling quick-error v1.2.3
11672026-05-18T19:26:46.600Z Compiling bit-vec v0.8.0
11682026-05-18T19:26:46.692Z Checking spin v0.9.8
11692026-05-18T19:26:46.712Z Compiling rusty-fork v0.3.1
11702026-05-18T19:26:46.732Z Checking tokio-rustls v0.25.0
11712026-05-18T19:26:46.804Z Compiling bit-set v0.8.0
11722026-05-18T19:26:46.931Z Checking toml v1.1.2+spec-1.1.0
11732026-05-18T19:26:47.122Z Compiling rand_chacha v0.3.1
11742026-05-18T19:26:47.821Z Checking async-compression v0.4.42
11752026-05-18T19:26:48.041Z Compiling rand_xorshift v0.4.0
11762026-05-18T19:26:48.114Z Checking waitgroup v0.1.2
11772026-05-18T19:26:48.185Z Checking rustls-pemfile v2.2.0
11782026-05-18T19:26:48.284Z Checking async-stream v0.3.6
11792026-05-18T19:26:48.304Z Compiling num-integer v0.1.46
11802026-05-18T19:26:48.308Z Checking rustls-webpki v0.103.13
11812026-05-18T19:26:48.358Z Checking serde_path_to_error v0.1.20
11822026-05-18T19:26:48.645Z Checking hostname v0.4.2
11832026-05-18T19:26:48.761Z Compiling winnow v0.5.40
11842026-05-18T19:26:48.796Z Compiling unarray v0.1.4
11852026-05-18T19:26:49.188Z Compiling semver v0.1.20
11862026-05-18T19:26:49.901Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11872026-05-18T19:26:50.103Z Compiling toml_edit v0.19.15
11882026-05-18T19:26:50.190Z Compiling rustc_version v0.1.7
11892026-05-18T19:26:50.231Z Compiling proptest v1.11.0
11902026-05-18T19:26:50.701Z Checking rand v0.8.6
11912026-05-18T19:26:51.105Z Checking tokio-rustls v0.26.4
11922026-05-18T19:26:51.133Z Checking rustls-platform-verifier v0.7.0
11932026-05-18T19:26:51.340Z Checking hyper-rustls v0.27.9
11942026-05-18T19:26:51.428Z Compiling reqwest v0.12.28
11952026-05-18T19:26:51.547Z Compiling backon v1.6.0
11962026-05-18T19:26:51.958Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11972026-05-18T19:26:52.097Z Compiling reqwest v0.13.3
11982026-05-18T19:26:52.771Z Compiling strum v0.26.3
11992026-05-18T19:26:52.950Z Checking macaddr v1.0.1
12002026-05-18T19:26:53.024Z Compiling instant v0.1.13
12012026-05-18T19:26:53.181Z Compiling utf8parse v0.2.2
12022026-05-18T19:26:53.219Z Compiling rustc-hash v2.1.2
12032026-05-18T19:26:53.295Z Compiling progenitor-client v0.14.0
12042026-05-18T19:26:53.317Z Compiling anstyle-parse v1.0.0
12052026-05-18T19:26:53.351Z Compiling iddqd v0.3.18
12062026-05-18T19:26:53.473Z Compiling backoff v0.4.0
12072026-05-18T19:26:53.491Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
12082026-05-18T19:26:53.511Z Compiling progenitor-extras v0.2.0
12092026-05-18T19:26:53.676Z Compiling progenitor-client v0.10.0
12102026-05-18T19:26:53.743Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12112026-05-18T19:26:53.943Z Compiling proc-macro-crate v1.3.1
12122026-05-18T19:26:54.004Z Compiling newtype_derive v0.1.6
12132026-05-18T19:26:54.007Z Compiling num-iter v0.1.45
12142026-05-18T19:26:54.155Z Compiling num-rational v0.4.2
12152026-05-18T19:26:54.281Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
12162026-05-18T19:26:54.308Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12172026-05-18T19:26:54.473Z Compiling parse-display v0.10.0
12182026-05-18T19:26:54.608Z Compiling serde_with v3.20.0
12192026-05-18T19:26:54.611Z Compiling strum v0.27.2
12202026-05-18T19:26:54.730Z Compiling num-complex v0.4.6
12212026-05-18T19:26:54.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12222026-05-18T19:26:54.971Z Compiling owo-colors v4.3.0
12232026-05-18T19:26:55.017Z Compiling anstyle-query v1.1.5
12242026-05-18T19:26:55.065Z Compiling anstyle v1.0.14
12252026-05-18T19:26:55.135Z Compiling is_terminal_polyfill v1.70.2
12262026-05-18T19:26:55.155Z Compiling vcpkg v0.2.15
12272026-05-18T19:26:55.158Z Compiling colorchoice v1.0.5
12282026-05-18T19:26:55.277Z Compiling anstream v1.0.0
12292026-05-18T19:26:55.298Z Compiling num v0.4.3
12302026-05-18T19:26:55.400Z Compiling num_enum_derive v0.5.11
12312026-05-18T19:26:55.575Z Compiling terminal_size v0.4.4
12322026-05-18T19:26:55.729Z Compiling progenitor-impl v0.14.0
12332026-05-18T19:26:55.755Z Compiling openssl-sys v0.9.116
12342026-05-18T19:26:55.833Z Compiling serde_spanned v0.6.9
12352026-05-18T19:26:55.853Z Compiling pin-project-internal v1.1.13
12362026-05-18T19:26:55.872Z Compiling derive-where v1.6.1
12372026-05-18T19:26:55.875Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
12382026-05-18T19:26:56.082Z Compiling clap_lex v1.1.0
12392026-05-18T19:26:56.311Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12402026-05-18T19:26:56.392Z Compiling toml_write v0.1.2
12412026-05-18T19:26:56.596Z Compiling float-ord v0.3.2
12422026-05-18T19:26:56.635Z Compiling toml_edit v0.22.27
12432026-05-18T19:26:56.933Z Compiling clap_builder v4.6.0
12442026-05-18T19:26:56.995Z Compiling progenitor-impl v0.13.0
12452026-05-18T19:26:57.390Z Checking unicode-width v0.2.2
12462026-05-18T19:26:57.662Z Compiling zone_cfg_derive v0.3.1
12472026-05-18T19:26:57.785Z Compiling progenitor-macro v0.14.0
12482026-05-18T19:26:58.035Z Compiling toml v0.8.23
12492026-05-18T19:26:58.542Z Compiling clap v4.6.1
12502026-05-18T19:26:58.590Z Compiling snafu-derive v0.8.9
12512026-05-18T19:26:58.636Z Compiling async-recursion v1.1.1
12522026-05-18T19:26:59.060Z Compiling progenitor-macro v0.13.0
12532026-05-18T19:27:00.036Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
12542026-05-18T19:27:00.238Z Compiling slog-dtrace v0.3.0
12552026-05-18T19:27:00.330Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12562026-05-18T19:27:00.358Z Compiling cancel-safe-futures v0.1.5
12572026-05-18T19:27:00.506Z Compiling unicode-xid v0.2.6
12582026-05-18T19:27:00.634Z Compiling minimal-lexical v0.2.1
12592026-05-18T19:27:00.892Z Compiling chrono-tz v0.10.4
12602026-05-18T19:27:00.931Z Compiling openssl v0.10.80
12612026-05-18T19:27:01.357Z Compiling nom v7.1.3
12622026-05-18T19:27:01.376Z Compiling const_format_proc_macros v0.2.34
12632026-05-18T19:27:02.035Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12642026-05-18T19:27:02.079Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12652026-05-18T19:27:02.168Z Compiling openssl-macros v0.1.1
12662026-05-18T19:27:02.280Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12672026-05-18T19:27:02.676Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12682026-05-18T19:27:03.143Z Compiling cookie v0.18.1
12692026-05-18T19:27:03.263Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12702026-05-18T19:27:03.450Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
12712026-05-18T19:27:03.588Z Compiling tabled_derive v0.7.0
12722026-05-18T19:27:06.102Z Checking num_enum v0.7.6
12732026-05-18T19:27:07.020Z Checking secrecy v0.10.3
12742026-05-18T19:27:07.148Z Checking tinyvec_macros v0.1.1
12752026-05-18T19:27:07.226Z Checking tinyvec v1.11.0
12762026-05-18T19:27:07.572Z Checking crossbeam-epoch v0.9.18
12772026-05-18T19:27:07.593Z Checking hash32 v0.3.1
12782026-05-18T19:27:07.741Z Checking data-encoding v2.11.0
12792026-05-18T19:27:07.898Z Checking tabwriter v1.4.1
12802026-05-18T19:27:07.932Z Checking ingot-types v0.1.2
12812026-05-18T19:27:08.035Z Checking scroll v0.12.0
12822026-05-18T19:27:08.057Z Checking hmac v0.12.1
12832026-05-18T19:27:08.194Z Checking inout v0.1.4
12842026-05-18T19:27:08.217Z Checking ff v0.13.1
12852026-05-18T19:27:08.237Z Checking cobs v0.3.0
12862026-05-18T19:27:08.274Z Checking bstr v1.12.1
12872026-05-18T19:27:08.293Z Checking managed v0.8.0
12882026-05-18T19:27:08.332Z Checking bitflags v1.3.2
12892026-05-18T19:27:08.384Z Checking foreign-types-shared v0.3.1
12902026-05-18T19:27:08.411Z Checking static_assertions v1.1.0
12912026-05-18T19:27:08.479Z Checking cpufeatures v0.3.0
12922026-05-18T19:27:08.519Z Checking colored v3.1.1
12932026-05-18T19:27:08.562Z Checking chacha20 v0.10.0
12942026-05-18T19:27:08.621Z Checking foreign-types v0.5.0
12952026-05-18T19:27:08.708Z Checking postcard v1.1.3
12962026-05-18T19:27:08.727Z Checking group v0.13.0
12972026-05-18T19:27:08.770Z Checking cipher v0.4.4
12982026-05-18T19:27:08.841Z Checking ingot v0.1.1
12992026-05-18T19:27:08.976Z Checking goblin v0.8.2
13002026-05-18T19:27:09.019Z Checking hkdf v0.12.4
13012026-05-18T19:27:09.277Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13022026-05-18T19:27:09.759Z Checking universal-hash v0.5.1
13032026-05-18T19:27:09.894Z Checking crypto-bigint v0.5.5
13042026-05-18T19:27:09.918Z Checking half v2.7.1
13052026-05-18T19:27:10.221Z Checking cstr-argument v0.1.2
13062026-05-18T19:27:10.224Z Checking base64ct v1.8.3
13072026-05-18T19:27:10.309Z Checking opaque-debug v0.3.1
13082026-05-18T19:27:10.348Z Checking indent_write v2.2.0
13092026-05-18T19:27:10.387Z Checking ciborium-io v0.2.2
13102026-05-18T19:27:10.449Z Checking base16ct v0.2.0
13112026-05-18T19:27:10.482Z Checking password-hash v0.5.0
13122026-05-18T19:27:10.503Z Checking poly1305 v0.8.0
13132026-05-18T19:27:10.506Z Checking ciborium-ll v0.2.2
13142026-05-18T19:27:10.573Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13152026-05-18T19:27:10.707Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
13162026-05-18T19:27:10.724Z Checking chacha20 v0.9.1
13172026-05-18T19:27:10.727Z Checking rand v0.10.1
13182026-05-18T19:27:10.763Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13192026-05-18T19:27:10.766Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
13202026-05-18T19:27:10.802Z Checking elliptic-curve v0.13.8
13212026-05-18T19:27:10.873Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13222026-05-18T19:27:10.915Z Checking thiserror-no-std v2.0.2
13232026-05-18T19:27:10.987Z Checking byte-wrapper v0.1.0
13242026-05-18T19:27:11.031Z Checking hubpack v0.1.2
13252026-05-18T19:27:11.078Z Checking blake2 v0.10.6
13262026-05-18T19:27:11.175Z Checking aead v0.5.2
13272026-05-18T19:27:11.198Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
13282026-05-18T19:27:11.219Z Checking keccak v0.1.6
13292026-05-18T19:27:11.296Z Checking argon2 v0.5.3
13302026-05-18T19:27:11.333Z Checking chacha20poly1305 v0.10.1
13312026-05-18T19:27:11.392Z Checking sha3 v0.10.9
13322026-05-18T19:27:11.431Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
13332026-05-18T19:27:11.586Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13342026-05-18T19:27:11.607Z Checking ciborium v0.2.2
13352026-05-18T19:27:11.628Z Checking atomicwrites v0.4.4
13362026-05-18T19:27:11.701Z Checking vsss-rs v3.3.4
13372026-05-18T19:27:11.721Z Compiling typify-impl v0.4.3
13382026-05-18T19:27:11.758Z Checking memmap v0.7.0
13392026-05-18T19:27:11.897Z Checking lazy_static v1.5.0
13402026-05-18T19:27:12.028Z Checking usdt v0.5.0
13412026-05-18T19:27:12.163Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13422026-05-18T19:27:12.183Z Checking similar v2.7.0
13432026-05-18T19:27:12.202Z Checking crossbeam-deque v0.8.6
13442026-05-18T19:27:12.449Z Checking bytecount v0.6.9
13452026-05-18T19:27:12.563Z Checking itertools v0.12.1
13462026-05-18T19:27:12.784Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13472026-05-18T19:27:12.851Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13482026-05-18T19:27:12.870Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
13492026-05-18T19:27:13.161Z Checking swrite v0.1.0
13502026-05-18T19:27:13.192Z Checking linked-hash-map v0.5.6
13512026-05-18T19:27:13.213Z Checking unicode-segmentation v1.13.2
13522026-05-18T19:27:13.255Z Checking resolv-conf v0.7.6
13532026-05-18T19:27:13.366Z Checking lru-cache v0.1.2
13542026-05-18T19:27:13.442Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13552026-05-18T19:27:13.467Z Checking rayon v1.12.0
13562026-05-18T19:27:13.548Z Checking newline-converter v0.3.0
13572026-05-18T19:27:13.578Z Checking hickory-proto v0.24.4
13582026-05-18T19:27:13.666Z Checking console v0.15.11
13592026-05-18T19:27:13.754Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13602026-05-18T19:27:13.945Z Checking camino-tempfile v1.4.1
13612026-05-18T19:27:14.115Z Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
13622026-05-18T19:27:14.382Z Checking serde-big-array v0.5.1
13632026-05-18T19:27:14.456Z Checking siphasher v1.0.3
13642026-05-18T19:27:14.542Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
13652026-05-18T19:27:14.624Z Checking phf_shared v0.12.1
13662026-05-18T19:27:14.772Z Checking progenitor v0.14.0
13672026-05-18T19:27:14.893Z Checking expectorate v1.2.0
13682026-05-18T19:27:14.937Z Checking unicode-normalization v0.1.25
13692026-05-18T19:27:15.027Z Compiling typify-macro v0.4.3
13702026-05-18T19:27:15.048Z Checking pin-project v1.1.13
13712026-05-18T19:27:15.117Z Checking hickory-resolver v0.24.4
13722026-05-18T19:27:15.137Z Checking num_enum v0.5.11
13732026-05-18T19:27:15.262Z Checking progenitor-client v0.13.0
13742026-05-18T19:27:15.803Z Checking tokio-stream v0.1.18
13752026-05-18T19:27:15.824Z Checking csv-core v0.1.13
13762026-05-18T19:27:15.864Z Checking highway v1.3.0
13772026-05-18T19:27:15.882Z Compiling parking_lot_core v0.8.6
13782026-05-18T19:27:16.026Z Checking unicode-linebreak v0.1.5
13792026-05-18T19:27:16.088Z Checking foldhash v0.1.5
13802026-05-18T19:27:16.175Z Checking smawk v0.3.2
13812026-05-18T19:27:16.195Z Checking same-file v1.0.6
13822026-05-18T19:27:16.228Z Checking foreign-types-shared v0.1.1
13832026-05-18T19:27:16.248Z Checking konst_macro_rules v0.2.19
13842026-05-18T19:27:16.310Z Checking unicode-width v0.1.14
13852026-05-18T19:27:16.330Z Checking walkdir v2.5.0
13862026-05-18T19:27:16.333Z Checking foreign-types v0.3.2
13872026-05-18T19:27:16.333Z Checking textwrap v0.16.2
13882026-05-18T19:27:16.397Z Checking konst v0.2.20
13892026-05-18T19:27:16.417Z Checking hashbrown v0.15.5
13902026-05-18T19:27:16.526Z Checking qorb v0.4.1
13912026-05-18T19:27:16.565Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13922026-05-18T19:27:16.568Z Checking csv v1.4.0
13932026-05-18T19:27:16.819Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
13942026-05-18T19:27:16.867Z Checking progenitor v0.13.0
13952026-05-18T19:27:16.946Z Checking olpc-cjson v0.1.4
13962026-05-18T19:27:17.006Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
13972026-05-18T19:27:17.026Z Checking snafu v0.8.9
13982026-05-18T19:27:17.089Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
13992026-05-18T19:27:17.110Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14002026-05-18T19:27:17.184Z Checking phf v0.12.1
14012026-05-18T19:27:17.269Z Checking zone v0.3.1
14022026-05-18T19:27:17.289Z Checking tokio-dtrace v0.1.1
14032026-05-18T19:27:17.333Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14042026-05-18T19:27:17.476Z Checking globset v0.4.18
14052026-05-18T19:27:17.657Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
14062026-05-18T19:27:18.021Z Checking smf v0.2.3
14072026-05-18T19:27:18.231Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14082026-05-18T19:27:18.251Z Checking pem v3.0.6
14092026-05-18T19:27:18.255Z Checking libsw-core v0.3.2
14102026-05-18T19:27:18.255Z Checking serde_plain v1.0.2
14112026-05-18T19:27:18.414Z Checking sigpipe v0.1.3
14122026-05-18T19:27:18.417Z Checking fixedbitset v0.4.2
14132026-05-18T19:27:18.453Z Checking jiff v0.2.24
14142026-05-18T19:27:18.550Z Checking typed-path v0.9.3
14152026-05-18T19:27:18.587Z Checking fixedbitset v0.5.7
14162026-05-18T19:27:18.663Z Checking glob v0.3.3
14172026-05-18T19:27:18.797Z Checking petgraph v0.8.3
14182026-05-18T19:27:18.850Z Checking petgraph v0.6.5
14192026-05-18T19:27:19.339Z Checking tough v0.22.0
14202026-05-18T19:27:19.850Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
14212026-05-18T19:27:20.123Z Checking libsw v3.5.0
14222026-05-18T19:27:20.187Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14232026-05-18T19:27:20.205Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14242026-05-18T19:27:20.462Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
14252026-05-18T19:27:20.694Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14262026-05-18T19:27:20.732Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14272026-05-18T19:27:20.812Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14282026-05-18T19:27:20.863Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
14292026-05-18T19:27:21.024Z Checking oxide-tokio-rt v0.1.6
14302026-05-18T19:27:21.281Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14312026-05-18T19:27:21.361Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14322026-05-18T19:27:21.382Z Checking const_format v0.2.36
14332026-05-18T19:27:21.505Z Checking papergrid v0.11.0
14342026-05-18T19:27:21.988Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14352026-05-18T19:27:22.028Z Checking gethostname v0.5.0
14362026-05-18T19:27:22.113Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14372026-05-18T19:27:22.132Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
14382026-05-18T19:27:22.132Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14392026-05-18T19:27:22.250Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14402026-05-18T19:27:22.372Z Checking libscf-sys v1.2.0
14412026-05-18T19:27:22.505Z Checking bcs v0.1.6
14422026-05-18T19:27:22.738Z Checking tagptr v0.2.0
14432026-05-18T19:27:22.957Z Checking linear-map v1.2.0
14442026-05-18T19:27:22.997Z Checking whoami v1.6.1
14452026-05-18T19:27:23.132Z Checking termtree v0.5.1
14462026-05-18T19:27:23.271Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14472026-05-18T19:27:23.489Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14482026-05-18T19:27:23.589Z Checking moka v0.12.15
14492026-05-18T19:27:23.625Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14502026-05-18T19:27:23.722Z Checking tabled v0.15.0
14512026-05-18T19:27:23.829Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14522026-05-18T19:27:24.223Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14532026-05-18T19:27:24.394Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14542026-05-18T19:27:24.721Z Checking steno v0.4.1
14552026-05-18T19:27:24.962Z Checking hickory-proto v0.25.2
14562026-05-18T19:27:25.880Z Checking humantime v2.3.0
14572026-05-18T19:27:26.548Z Checking hickory-resolver v0.25.2
14582026-05-18T19:27:27.209Z Compiling typify v0.4.3
14592026-05-18T19:27:27.431Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14602026-05-18T19:27:27.701Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14612026-05-18T19:27:27.972Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
14622026-05-18T19:27:28.067Z Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
14632026-05-18T19:27:28.333Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
14642026-05-18T19:27:32.375Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14652026-05-18T19:27:36.753Z Checking nom v8.0.0
14662026-05-18T19:27:36.772Z Compiling proc-macro-error-attr2 v2.0.0
14672026-05-18T19:27:37.214Z Compiling proc-macro-error2 v2.0.1
14682026-05-18T19:27:39.437Z Compiling crunchy v0.2.4
14692026-05-18T19:27:39.444Z Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14702026-05-18T19:27:39.725Z Compiling tabled_derive v0.11.0
14712026-05-18T19:27:39.794Z Compiling tiny-keccak v2.0.2
14722026-05-18T19:27:39.920Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14732026-05-18T19:27:40.177Z Compiling progenitor-impl v0.11.2
14742026-05-18T19:27:40.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
14752026-05-18T19:27:41.123Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14762026-05-18T19:27:41.187Z Checking parking_lot v0.11.2
14772026-05-18T19:27:41.326Z Compiling const-random-macro v0.1.16
14782026-05-18T19:27:41.617Z Checking fxhash v0.2.1
14792026-05-18T19:27:41.640Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
14802026-05-18T19:27:41.747Z Checking sled v0.34.7
14812026-05-18T19:27:41.750Z Compiling smartstring v1.0.1
14822026-05-18T19:27:41.828Z Compiling ahash v0.8.12
14832026-05-18T19:27:42.235Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
14842026-05-18T19:27:42.256Z Compiling progenitor-macro v0.11.2
14852026-05-18T19:27:42.338Z Checking internet-checksum v0.2.1
14862026-05-18T19:27:42.648Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
14872026-05-18T19:27:42.986Z Compiling rhai_codegen v3.1.0
14882026-05-18T19:27:43.177Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
14892026-05-18T19:27:43.200Z Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
14902026-05-18T19:27:43.567Z Checking arc-swap v1.9.1
14912026-05-18T19:27:43.802Z Checking slog-scope v4.4.1
14922026-05-18T19:27:43.910Z Checking papergrid v0.17.0
14932026-05-18T19:27:43.951Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
14942026-05-18T19:27:44.107Z Checking testing_table v0.3.0
14952026-05-18T19:27:44.166Z Checking dropshot-api-manager-types v0.7.1
14962026-05-18T19:27:44.281Z Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
14972026-05-18T19:27:44.401Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
14982026-05-18T19:27:44.537Z Checking slog-stdlog v4.1.1
14992026-05-18T19:27:44.695Z Checking tabled v0.20.0
15002026-05-18T19:27:44.715Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
15012026-05-18T19:27:45.590Z Compiling progenitor-impl v0.10.0
15022026-05-18T19:27:45.611Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
15032026-05-18T19:27:45.631Z Checking progenitor-client v0.11.2
15042026-05-18T19:27:45.634Z Compiling lzma-sys v0.1.20
15052026-05-18T19:27:45.875Z Compiling fs-err v3.3.0
15062026-05-18T19:27:46.004Z Compiling typeid v1.0.3
15072026-05-18T19:27:46.198Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
15082026-05-18T19:27:46.240Z Checking slog-envlogger v2.2.0
15092026-05-18T19:27:46.368Z Checking progenitor v0.11.2
15102026-05-18T19:27:46.648Z Compiling toml_datetime v0.7.5+spec-1.1.0
15112026-05-18T19:27:46.938Z Checking crc8 v0.1.1
15122026-05-18T19:27:47.038Z Compiling toml v0.9.12+spec-1.1.0
15132026-05-18T19:27:47.104Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
15142026-05-18T19:27:47.648Z Compiling progenitor-macro v0.10.0
15152026-05-18T19:27:48.085Z Checking const-random v0.1.18
15162026-05-18T19:27:48.344Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
15172026-05-18T19:27:48.562Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
15182026-05-18T19:27:48.746Z Compiling cargo_toml v0.22.3
15192026-05-18T19:27:49.374Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
15202026-05-18T19:27:49.393Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15212026-05-18T19:27:49.507Z Checking thin-vec v0.2.18
15222026-05-18T19:27:49.754Z Checking rhai v1.24.0
15232026-05-18T19:27:51.031Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
15242026-05-18T19:27:51.238Z Checking utf-8 v0.7.6
15252026-05-18T19:27:51.541Z Checking tungstenite v0.21.0
15262026-05-18T19:27:51.980Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
15272026-05-18T19:27:52.138Z Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
15282026-05-18T19:27:52.998Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
15292026-05-18T19:27:53.149Z Checking sha2 v0.10.9
15302026-05-18T19:27:53.300Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15312026-05-18T19:27:53.430Z Checking yansi v1.0.1
15322026-05-18T19:27:53.532Z Checking diff v0.1.13
15332026-05-18T19:27:53.552Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15342026-05-18T19:27:53.676Z Checking progenitor v0.10.0
15352026-05-18T19:27:53.697Z Checking pretty_assertions v1.4.1
15362026-05-18T19:27:53.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
15372026-05-18T19:27:54.042Z Checking tokio-tungstenite v0.21.0
15382026-05-18T19:27:55.083Z Checking console v0.16.3
15392026-05-18T19:27:55.128Z Checking git-stub v1.0.0
15402026-05-18T19:27:55.395Z Checking is_ci v1.2.0
15412026-05-18T19:27:55.420Z Checking sdd v3.0.10
15422026-05-18T19:27:55.505Z Checking base64 v0.21.7
15432026-05-18T19:27:55.524Z Checking unit-prefix v0.5.2
15442026-05-18T19:27:55.755Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
15452026-05-18T19:27:55.794Z Checking indicatif v0.18.4
15462026-05-18T19:27:55.797Z Checking supports-color v3.0.2
15472026-05-18T19:27:55.947Z Checking scc v2.4.0
15482026-05-18T19:27:56.853Z Checking git-stub-vcs v0.1.0
15492026-05-18T19:27:56.923Z Checking xz2 v0.1.7
15502026-05-18T19:27:57.008Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
15512026-05-18T19:27:57.049Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
15522026-05-18T19:27:57.094Z Checking ron v0.12.1
15532026-05-18T19:27:57.285Z Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
15542026-05-18T19:27:57.604Z Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
15552026-05-18T19:27:57.988Z Checking drift v0.1.4
15562026-05-18T19:27:58.265Z Compiling serial_test_derive v3.4.0
15572026-05-18T19:27:58.357Z Checking base16ct v1.0.0
15582026-05-18T19:27:58.943Z Checking dropshot-api-manager v0.7.1
15592026-05-18T19:27:58.997Z Checking serial_test v3.4.0
15602026-05-18T19:27:59.184Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
15612026-05-18T19:27:59.765Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
15622026-05-18T19:27:59.892Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
15632026-05-18T19:28:00.295Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
15642026-05-18T19:28:00.804Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
15652026-05-18T19:28:01.694Z Checking natord v1.0.9
15662026-05-18T19:28:01.841Z Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
15672026-05-18T19:28:01.939Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
15682026-05-18T19:28:02.357Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
15692026-05-18T19:28:02.421Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
15702026-05-18T19:28:02.619Z Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
15712026-05-18T19:28:03.154Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
15722026-05-18T19:28:03.320Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
15732026-05-18T19:28:03.351Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
15742026-05-18T19:28:03.474Z Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
15752026-05-18T19:28:11.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15762026-05-18T19:28:11.791Z+ cargo xtask openapi check
15772026-05-18T19:28:12.408Z Compiling cfg-if v1.0.4
15782026-05-18T19:28:12.412Z Compiling libc v0.2.186
15792026-05-18T19:28:12.412Z Compiling serde_core v1.0.228
15802026-05-18T19:28:12.518Z Compiling memchr v2.8.0
15812026-05-18T19:28:12.524Z Compiling smallvec v1.15.1
15822026-05-18T19:28:12.524Z Compiling itoa v1.0.18
15832026-05-18T19:28:12.540Z Compiling stable_deref_trait v1.2.1
15842026-05-18T19:28:12.540Z Compiling zerofrom v0.1.8
15852026-05-18T19:28:12.563Z Compiling zmij v1.0.21
15862026-05-18T19:28:12.608Z Compiling litemap v0.8.2
15872026-05-18T19:28:12.663Z Compiling yoke v0.8.2
15882026-05-18T19:28:12.709Z Compiling writeable v0.6.3
15892026-05-18T19:28:12.732Z Compiling utf8_iter v1.0.4
15902026-05-18T19:28:12.801Z Compiling percent-encoding v2.3.2
15912026-05-18T19:28:12.829Z Compiling zerovec v0.11.6
15922026-05-18T19:28:12.847Z Compiling zerotrie v0.2.4
15932026-05-18T19:28:12.879Z Compiling icu_properties_data v2.2.0
15942026-05-18T19:28:12.912Z Compiling icu_normalizer_data v2.2.0
15952026-05-18T19:28:12.973Z Compiling libm v0.2.16
15962026-05-18T19:28:12.991Z Compiling form_urlencoded v1.2.2
15972026-05-18T19:28:12.995Z Compiling rand_core v0.10.1
15982026-05-18T19:28:13.037Z Compiling errno v0.3.14
15992026-05-18T19:28:13.144Z Compiling getrandom v0.4.2
16002026-05-18T19:28:13.158Z Compiling zeroize v1.8.2
16012026-05-18T19:28:13.170Z Compiling pin-project-lite v0.2.17
16022026-05-18T19:28:13.189Z Compiling iana-time-zone v0.1.65
16032026-05-18T19:28:13.197Z Compiling scopeguard v1.2.0
16042026-05-18T19:28:13.261Z Compiling dyn-clone v1.0.20
16052026-05-18T19:28:13.302Z Compiling tinystr v0.8.3
16062026-05-18T19:28:13.320Z Compiling potential_utf v0.1.5
16072026-05-18T19:28:13.350Z Compiling lock_api v0.4.14
16082026-05-18T19:28:13.361Z Compiling parking_lot_core v0.9.12
16092026-05-18T19:28:13.398Z Compiling socket2 v0.6.3
16102026-05-18T19:28:13.410Z Compiling signal-hook-registry v1.4.8
16112026-05-18T19:28:13.479Z Compiling icu_locale_core v2.2.0
16122026-05-18T19:28:13.503Z Compiling icu_collections v2.2.0
16132026-05-18T19:28:13.574Z Compiling parking_lot v0.12.5
16142026-05-18T19:28:13.654Z Compiling mio v1.2.0
16152026-05-18T19:28:13.690Z Compiling getrandom v0.2.17
16162026-05-18T19:28:13.837Z Compiling num-traits v0.2.19
16172026-05-18T19:28:13.876Z Compiling portable-atomic v1.13.1
16182026-05-18T19:28:13.947Z Compiling futures-core v0.3.32
16192026-05-18T19:28:14.024Z Compiling subtle v2.6.1
16202026-05-18T19:28:14.104Z Compiling thiserror v2.0.18
16212026-05-18T19:28:14.144Z Compiling serde v1.0.228
16222026-05-18T19:28:14.175Z Compiling serde_json v1.0.149
16232026-05-18T19:28:14.191Z Compiling icu_provider v2.2.0
16242026-05-18T19:28:14.208Z Compiling uuid v1.23.1
16252026-05-18T19:28:14.320Z Compiling semver v1.0.28
16262026-05-18T19:28:14.376Z Compiling bitflags v2.11.1
16272026-05-18T19:28:14.450Z Compiling icu_normalizer v2.2.0
16282026-05-18T19:28:14.517Z Compiling icu_properties v2.2.0
16292026-05-18T19:28:14.550Z Compiling critical-section v1.2.0
16302026-05-18T19:28:14.615Z Compiling bytes v1.11.1
16312026-05-18T19:28:14.627Z Compiling chrono v0.4.44
16322026-05-18T19:28:14.651Z Compiling once_cell v1.21.4
16332026-05-18T19:28:14.662Z Compiling log v0.4.29
16342026-05-18T19:28:14.665Z Compiling equivalent v1.0.2
16352026-05-18T19:28:14.762Z Compiling rand_core v0.6.4
16362026-05-18T19:28:14.851Z Compiling zerocopy v0.8.48
16372026-05-18T19:28:14.868Z Compiling futures-sink v0.3.32
16382026-05-18T19:28:14.998Z Compiling slab v0.4.12
16392026-05-18T19:28:15.017Z Compiling slog v2.8.2
16402026-05-18T19:28:15.033Z Compiling futures-channel v0.3.32
16412026-05-18T19:28:15.046Z Compiling typenum v1.20.0
16422026-05-18T19:28:15.178Z Compiling tokio v1.52.3
16432026-05-18T19:28:15.265Z Compiling futures-task v0.3.32
16442026-05-18T19:28:15.276Z Compiling futures-io v0.3.32
16452026-05-18T19:28:15.288Z Compiling hashbrown v0.17.1
16462026-05-18T19:28:15.434Z Compiling idna_adapter v1.2.2
16472026-05-18T19:28:15.447Z Compiling futures-util v0.3.32
16482026-05-18T19:28:15.580Z Compiling idna v1.1.0
16492026-05-18T19:28:15.686Z Compiling generic-array v0.14.7
16502026-05-18T19:28:15.720Z Compiling tracing-core v0.1.36
16512026-05-18T19:28:15.867Z Compiling indexmap v2.14.0
16522026-05-18T19:28:16.139Z Compiling url v2.5.8
16532026-05-18T19:28:16.194Z Compiling crypto-common v0.1.7
16542026-05-18T19:28:16.315Z Compiling base64 v0.22.1
16552026-05-18T19:28:16.326Z Compiling tracing v0.1.44
16562026-05-18T19:28:16.338Z Compiling http v1.4.0
16572026-05-18T19:28:16.502Z Compiling unicode-ident v1.0.24
16582026-05-18T19:28:16.576Z Compiling rustls-pki-types v1.14.1
16592026-05-18T19:28:16.632Z Compiling schemars v0.8.22
16602026-05-18T19:28:16.647Z Compiling proc-macro2 v1.0.106
16612026-05-18T19:28:16.955Z Compiling fnv v1.0.7
16622026-05-18T19:28:17.051Z Compiling quote v1.0.45
16632026-05-18T19:28:17.063Z Compiling byteorder v1.5.0
16642026-05-18T19:28:17.290Z Compiling untrusted v0.9.0
16652026-05-18T19:28:17.302Z Compiling syn v2.0.117
16662026-05-18T19:28:17.331Z Compiling ipnet v2.12.0
16672026-05-18T19:28:17.344Z Compiling block-buffer v0.10.4
16682026-05-18T19:28:17.412Z Compiling ipnetwork v0.21.1
16692026-05-18T19:28:17.492Z Compiling erased-serde v0.3.31
16702026-05-18T19:28:17.735Z Compiling ppv-lite86 v0.2.21
16712026-05-18T19:28:17.842Z Compiling oxnet v0.1.5
16722026-05-18T19:28:17.853Z Compiling digest v0.10.7
16732026-05-18T19:28:17.896Z Compiling http-body v1.0.1
16742026-05-18T19:28:17.993Z Compiling thiserror v1.0.69
16752026-05-18T19:28:18.048Z Compiling atomic-waker v1.1.2
16762026-05-18T19:28:18.060Z Compiling httparse v1.10.1
16772026-05-18T19:28:18.064Z Compiling pretty-hex v0.4.2
16782026-05-18T19:28:18.093Z Compiling ryu v1.0.23
16792026-05-18T19:28:18.177Z Compiling try-lock v0.2.5
16802026-05-18T19:28:18.209Z Compiling tower-layer v0.3.3
16812026-05-18T19:28:18.257Z Compiling tower-service v0.3.3
16822026-05-18T19:28:18.276Z Compiling want v0.3.1
16832026-05-18T19:28:18.289Z Compiling rustix v1.1.4
16842026-05-18T19:28:18.349Z Compiling httpdate v1.0.3
16852026-05-18T19:28:18.361Z Compiling plain v0.2.3
16862026-05-18T19:28:18.372Z Compiling omicron-workspace-hack v0.1.0
16872026-05-18T19:28:18.372Z Compiling getrandom v0.3.4
16882026-05-18T19:28:18.439Z Compiling ucd-trie v0.1.7
16892026-05-18T19:28:18.452Z Compiling aws-lc-sys v0.41.0
16902026-05-18T19:28:18.467Z Compiling untrusted v0.7.1
16912026-05-18T19:28:18.566Z Compiling rand_core v0.9.5
16922026-05-18T19:28:18.593Z Compiling pest v2.8.6
16932026-05-18T19:28:18.596Z Compiling regex-syntax v0.8.10
16942026-05-18T19:28:18.728Z Compiling crossbeam-utils v0.8.21
16952026-05-18T19:28:18.782Z Compiling serde_urlencoded v0.7.1
16962026-05-18T19:28:19.034Z Compiling tokio-util v0.7.18
16972026-05-18T19:28:19.047Z Compiling aws-lc-rs v1.17.0
16982026-05-18T19:28:19.233Z Compiling http-body-util v0.1.3
16992026-05-18T19:28:19.432Z Compiling newtype-uuid v1.3.2
17002026-05-18T19:28:19.476Z Compiling cpufeatures v0.2.17
17012026-05-18T19:28:19.553Z Compiling allocator-api2 v0.2.21
17022026-05-18T19:28:19.751Z Compiling h2 v0.4.14
17032026-05-18T19:28:19.767Z Compiling rustls v0.23.40
17042026-05-18T19:28:19.862Z Compiling foldhash v0.2.0
17052026-05-18T19:28:19.886Z Compiling hex v0.4.3
17062026-05-18T19:28:20.070Z Compiling hashbrown v0.16.1
17072026-05-18T19:28:20.158Z Compiling rustls-webpki v0.103.13
17082026-05-18T19:28:20.176Z Compiling daft v0.1.7
17092026-05-18T19:28:20.450Z Compiling rand_chacha v0.9.0
17102026-05-18T19:28:20.489Z Compiling fastrand v2.4.1
17112026-05-18T19:28:20.670Z Compiling rand v0.9.4
17122026-05-18T19:28:20.843Z Compiling sync_wrapper v1.0.2
17132026-05-18T19:28:20.961Z Compiling tower v0.5.3
17142026-05-18T19:28:21.120Z Compiling anyhow v1.0.102
17152026-05-18T19:28:21.141Z Compiling aho-corasick v1.1.4
17162026-05-18T19:28:21.181Z Compiling powerfmt v0.2.0
17172026-05-18T19:28:21.294Z Compiling tempfile v3.27.0
17182026-05-18T19:28:21.378Z Compiling tower-http v0.6.10
17192026-05-18T19:28:21.393Z Compiling deranged v0.5.8
17202026-05-18T19:28:21.451Z Compiling camino v1.2.2
17212026-05-18T19:28:21.501Z Compiling futures-executor v0.3.32
17222026-05-18T19:28:21.687Z Compiling openapiv3 v2.2.0
17232026-05-18T19:28:21.776Z Compiling time-core v0.1.8
17242026-05-18T19:28:21.790Z Compiling num-conv v0.2.1
17252026-05-18T19:28:21.852Z Compiling num_threads v0.1.7
17262026-05-18T19:28:21.921Z Compiling hyper v1.9.0
17272026-05-18T19:28:21.936Z Compiling regex-automata v0.4.14
17282026-05-18T19:28:21.955Z Compiling openssl-probe v0.2.1
17292026-05-18T19:28:22.143Z Compiling rustls-native-certs v0.8.3
17302026-05-18T19:28:22.364Z Compiling time v0.3.47
17312026-05-18T19:28:22.470Z Compiling futures v0.3.32
17322026-05-18T19:28:22.555Z Compiling scroll v0.13.0
17332026-05-18T19:28:22.770Z Compiling winnow v1.0.3
17342026-05-18T19:28:22.829Z Compiling adler2 v2.0.1
17352026-05-18T19:28:22.970Z Compiling hyper-util v0.1.20
17362026-05-18T19:28:22.982Z Compiling simd-adler32 v0.3.9
17372026-05-18T19:28:23.188Z Compiling miniz_oxide v0.8.9
17382026-05-18T19:28:23.272Z Compiling goblin v0.10.5
17392026-05-18T19:28:23.545Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17402026-05-18T19:28:23.836Z Compiling tokio-rustls v0.26.4
17412026-05-18T19:28:23.856Z Compiling rustls-platform-verifier v0.7.0
17422026-05-18T19:28:24.016Z Compiling crossbeam-channel v0.5.15
17432026-05-18T19:28:24.053Z Compiling crc32fast v1.5.0
17442026-05-18T19:28:24.089Z Compiling ring v0.17.14
17452026-05-18T19:28:24.109Z Compiling regex v1.12.3
17462026-05-18T19:28:24.246Z Compiling hyper-rustls v0.27.9
17472026-05-18T19:28:24.492Z Compiling reqwest v0.13.3
17482026-05-18T19:28:24.543Z Compiling flate2 v1.1.9
17492026-05-18T19:28:24.570Z Compiling dtrace-parser v0.3.0
17502026-05-18T19:28:24.626Z Compiling rand_chacha v0.3.1
17512026-05-18T19:28:24.953Z Compiling thread-id v5.1.0
17522026-05-18T19:28:25.067Z Compiling thread_local v1.1.9
17532026-05-18T19:28:25.093Z Compiling match_cfg v0.1.0
17542026-05-18T19:28:25.148Z Compiling debug-ignore v1.0.5
17552026-05-18T19:28:25.170Z Compiling compression-core v0.4.32
17562026-05-18T19:28:25.259Z Compiling rustls-webpki v0.102.8
17572026-05-18T19:28:25.339Z Compiling compression-codecs v0.4.38
17582026-05-18T19:28:25.343Z Compiling hostname v0.3.1
17592026-05-18T19:28:25.386Z Compiling rand v0.8.6
17602026-05-18T19:28:25.496Z Compiling toml_parser v1.1.2+spec-1.1.0
17612026-05-18T19:28:25.598Z Compiling slog-json v2.6.1
17622026-05-18T19:28:25.823Z Compiling rustls v0.22.4
17632026-05-18T19:28:26.047Z Compiling ref-cast v1.0.25
17642026-05-18T19:28:26.073Z Compiling dof v0.4.0
17652026-05-18T19:28:26.090Z Compiling strum v0.26.3
17662026-05-18T19:28:26.153Z Compiling macaddr v1.0.1
17672026-05-18T19:28:26.164Z Compiling serde_spanned v1.1.1
17682026-05-18T19:28:26.221Z Compiling toml_datetime v1.1.1+spec-1.1.0
17692026-05-18T19:28:26.313Z Compiling memmap2 v0.9.10
17702026-05-18T19:28:26.329Z Compiling wait-timeout v0.2.1
17712026-05-18T19:28:26.380Z Compiling is-terminal v0.4.17
17722026-05-18T19:28:26.483Z Compiling encoding_rs v0.8.35
17732026-05-18T19:28:26.534Z Compiling term v1.2.1
17742026-05-18T19:28:26.534Z Compiling toml_writer v1.1.1+spec-1.1.0
17752026-05-18T19:28:26.617Z Compiling take_mut v0.2.2
17762026-05-18T19:28:26.732Z Compiling either v1.15.0
17772026-05-18T19:28:26.754Z Compiling spin v0.9.8
17782026-05-18T19:28:26.877Z Compiling usdt-impl v0.6.0
17792026-05-18T19:28:26.941Z Compiling mime v0.3.17
17802026-05-18T19:28:27.201Z Compiling bit-vec v0.8.0
17812026-05-18T19:28:27.224Z Compiling quick-error v1.2.3
17822026-05-18T19:28:27.337Z Compiling rusty-fork v0.3.1
17832026-05-18T19:28:27.359Z Compiling usdt v0.6.0
17842026-05-18T19:28:27.438Z Compiling multer v3.1.0
17852026-05-18T19:28:27.542Z Compiling bit-set v0.8.0
17862026-05-18T19:28:27.645Z Compiling tokio-rustls v0.25.0
17872026-05-18T19:28:27.685Z Compiling slog-term v2.9.2
17882026-05-18T19:28:27.712Z Compiling slog-async v2.8.0
17892026-05-18T19:28:27.883Z Compiling toml v1.1.2+spec-1.1.0
17902026-05-18T19:28:27.938Z Compiling slog-bunyan v2.5.0
17912026-05-18T19:28:28.030Z Compiling async-compression v0.4.42
17922026-05-18T19:28:28.079Z Compiling serde_with v3.20.0
17932026-05-18T19:28:28.141Z Compiling async-stream v0.3.6
17942026-05-18T19:28:28.214Z Compiling sha1 v0.10.6
17952026-05-18T19:28:28.250Z Compiling rand_xorshift v0.4.0
17962026-05-18T19:28:28.263Z Compiling waitgroup v0.1.2
17972026-05-18T19:28:28.320Z Compiling rustls-pemfile v2.2.0
17982026-05-18T19:28:28.352Z Compiling serde_path_to_error v0.1.20
17992026-05-18T19:28:28.399Z Compiling hostname v0.4.2
18002026-05-18T19:28:28.399Z Compiling unarray v0.1.4
18012026-05-18T19:28:28.442Z Compiling strum v0.27.2
18022026-05-18T19:28:28.519Z Compiling proptest v1.11.0
18032026-05-18T19:28:28.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-05-18T19:28:28.542Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18052026-05-18T19:28:28.574Z Compiling progenitor-client v0.14.0
18062026-05-18T19:28:28.664Z Compiling dropshot v0.17.0
18072026-05-18T19:28:28.699Z Compiling rustc-hash v2.1.2
18082026-05-18T19:28:28.722Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-18T19:28:28.829Z Compiling iddqd v0.3.18
18102026-05-18T19:28:28.873Z Compiling reqwest v0.12.28
18112026-05-18T19:28:28.974Z Compiling backon v1.6.0
18122026-05-18T19:28:29.186Z Compiling instant v0.1.13
18132026-05-18T19:28:29.299Z Compiling backoff v0.4.0
18142026-05-18T19:28:29.311Z Compiling progenitor-extras v0.2.0
18152026-05-18T19:28:29.453Z Compiling itertools v0.14.0
18162026-05-18T19:28:29.520Z Compiling parse-display v0.10.0
18172026-05-18T19:28:29.544Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
18182026-05-18T19:28:29.823Z Compiling progenitor-client v0.10.0
18192026-05-18T19:28:29.842Z Compiling regress v0.10.5
18202026-05-18T19:28:30.147Z Compiling unicode-width v0.2.2
18212026-05-18T19:28:30.350Z Compiling secrecy v0.10.3
18222026-05-18T19:28:30.447Z Compiling tinyvec_macros v0.1.1
18232026-05-18T19:28:30.485Z Compiling heck v0.5.0
18242026-05-18T19:28:30.517Z Compiling tinyvec v1.11.0
18252026-05-18T19:28:30.528Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18262026-05-18T19:28:30.742Z Compiling num-integer v0.1.46
18272026-05-18T19:28:30.754Z Compiling scroll v0.12.0
18282026-05-18T19:28:30.871Z Compiling crucible-workspace-hack v0.1.0
18292026-05-18T19:28:30.952Z Compiling hmac v0.12.1
18302026-05-18T19:28:31.035Z Compiling inout v0.1.4
18312026-05-18T19:28:31.078Z Compiling ff v0.13.1
18322026-05-18T19:28:31.097Z Compiling utf8parse v0.2.2
18332026-05-18T19:28:31.110Z Compiling hkdf v0.12.4
18342026-05-18T19:28:31.186Z Compiling anstyle-parse v1.0.0
18352026-05-18T19:28:31.211Z Compiling group v0.13.0
18362026-05-18T19:28:31.211Z Compiling cipher v0.4.4
18372026-05-18T19:28:31.260Z Compiling goblin v0.8.2
18382026-05-18T19:28:31.337Z Compiling num-rational v0.4.2
18392026-05-18T19:28:31.382Z Compiling num-iter v0.1.45
18402026-05-18T19:28:31.434Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-05-18T19:28:31.717Z Compiling zerocopy v0.7.35
18422026-05-18T19:28:31.872Z Compiling regress v0.11.1
18432026-05-18T19:28:31.884Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-18T19:28:32.144Z Compiling terminal_size v0.4.4
18452026-05-18T19:28:32.235Z Compiling half v2.7.1
18462026-05-18T19:28:32.275Z Compiling universal-hash v0.5.1
18472026-05-18T19:28:32.292Z Compiling crypto-bigint v0.5.5
18482026-05-18T19:28:32.412Z Compiling num-complex v0.4.6
18492026-05-18T19:28:32.537Z Compiling base16ct v0.2.0
18502026-05-18T19:28:32.706Z Compiling opaque-debug v0.3.1
18512026-05-18T19:28:32.784Z Compiling colorchoice v1.0.5
18522026-05-18T19:28:32.807Z Compiling ciborium-io v0.2.2
18532026-05-18T19:28:32.908Z Compiling is_terminal_polyfill v1.70.2
18542026-05-18T19:28:32.921Z Compiling anstyle v1.0.14
18552026-05-18T19:28:33.010Z Compiling anstyle-query v1.1.5
18562026-05-18T19:28:33.127Z Compiling base64ct v1.8.3
18572026-05-18T19:28:33.155Z Compiling anstream v1.0.0
18582026-05-18T19:28:33.291Z Compiling elliptic-curve v0.13.8
18592026-05-18T19:28:33.439Z Compiling dof v0.3.0
18602026-05-18T19:28:33.452Z Compiling typify-impl v0.6.2
18612026-05-18T19:28:33.473Z Compiling password-hash v0.5.0
18622026-05-18T19:28:33.577Z Compiling ciborium-ll v0.2.2
18632026-05-18T19:28:33.808Z Compiling poly1305 v0.8.0
18642026-05-18T19:28:33.913Z Compiling num v0.4.3
18652026-05-18T19:28:34.254Z Compiling curve25519-dalek v4.1.3
18662026-05-18T19:28:34.399Z Compiling thiserror-no-std v2.0.2
18672026-05-18T19:28:34.662Z Compiling chacha20 v0.9.1
18682026-05-18T19:28:34.719Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
18692026-05-18T19:28:34.755Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18702026-05-18T19:28:35.064Z Compiling byte-wrapper v0.1.0
18712026-05-18T19:28:35.114Z Compiling dtrace-parser v0.2.0
18722026-05-18T19:28:35.200Z Compiling crossbeam-epoch v0.9.18
18732026-05-18T19:28:35.215Z Compiling blake2 v0.10.6
18742026-05-18T19:28:35.400Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18752026-05-18T19:28:35.414Z Compiling aead v0.5.2
18762026-05-18T19:28:35.428Z Compiling thread-id v4.2.2
18772026-05-18T19:28:35.516Z Compiling strsim v0.11.1
18782026-05-18T19:28:35.547Z Compiling float-ord v0.3.2
18792026-05-18T19:28:35.580Z Compiling keccak v0.1.6
18802026-05-18T19:28:35.671Z Compiling clap_lex v1.1.0
18812026-05-18T19:28:35.719Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-18T19:28:35.831Z Compiling clap_builder v4.6.0
18832026-05-18T19:28:35.915Z Compiling sha3 v0.10.9
18842026-05-18T19:28:35.927Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18852026-05-18T19:28:35.938Z Compiling chacha20poly1305 v0.10.1
18862026-05-18T19:28:36.073Z Compiling usdt-impl v0.5.0
18872026-05-18T19:28:36.212Z Compiling argon2 v0.5.3
18882026-05-18T19:28:36.728Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18892026-05-18T19:28:36.743Z Compiling typify v0.6.2
18902026-05-18T19:28:36.872Z Compiling vsss-rs v3.3.4
18912026-05-18T19:28:37.105Z Compiling ciborium v0.2.2
18922026-05-18T19:28:37.692Z Compiling hash32 v0.3.1
18932026-05-18T19:28:37.777Z Compiling memmap v0.7.0
18942026-05-18T19:28:37.860Z Compiling indent_write v2.2.0
18952026-05-18T19:28:37.967Z Compiling data-encoding v2.11.0
18962026-05-18T19:28:38.008Z Compiling usdt v0.5.0
18972026-05-18T19:28:38.134Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18982026-05-18T19:28:38.148Z Compiling heapless v0.8.0
18992026-05-18T19:28:38.214Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19002026-05-18T19:28:38.279Z Compiling clap v4.6.1
19012026-05-18T19:28:38.315Z Compiling ingot-types v0.1.2
19022026-05-18T19:28:38.364Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19032026-05-18T19:28:38.626Z Compiling rustix v0.38.44
19042026-05-18T19:28:38.724Z Compiling tabwriter v1.4.1
19052026-05-18T19:28:38.797Z Compiling cobs v0.3.0
19062026-05-18T19:28:38.968Z Compiling managed v0.8.0
19072026-05-18T19:28:38.982Z Compiling bitflags v1.3.2
19082026-05-18T19:28:39.000Z Compiling postcard v1.1.3
19092026-05-18T19:28:39.055Z Compiling ingot v0.1.1
19102026-05-18T19:28:39.067Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19112026-05-18T19:28:39.188Z Compiling smoltcp v0.11.0
19122026-05-18T19:28:39.267Z Compiling serde_spanned v0.6.9
19132026-05-18T19:28:39.339Z Compiling toml_datetime v0.6.11
19142026-05-18T19:28:39.419Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19152026-05-18T19:28:39.487Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19162026-05-18T19:28:39.619Z Compiling foreign-types-shared v0.3.1
19172026-05-18T19:28:39.719Z Compiling colored v3.1.1
19182026-05-18T19:28:39.788Z Compiling toml_write v0.1.2
19192026-05-18T19:28:40.040Z Compiling unicode-segmentation v1.13.2
19202026-05-18T19:28:40.147Z Compiling swrite v0.1.0
19212026-05-18T19:28:40.160Z Compiling linked-hash-map v0.5.6
19222026-05-18T19:28:40.249Z Compiling winnow v0.7.15
19232026-05-18T19:28:40.349Z Compiling static_assertions v1.1.0
19242026-05-18T19:28:40.430Z Compiling cpufeatures v0.3.0
19252026-05-18T19:28:40.480Z Compiling resolv-conf v0.7.6
19262026-05-18T19:28:40.510Z Compiling chacha20 v0.10.0
19272026-05-18T19:28:40.784Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19282026-05-18T19:28:40.862Z Compiling newline-converter v0.3.0
19292026-05-18T19:28:40.989Z Compiling lru-cache v0.1.2
19302026-05-18T19:28:40.999Z Compiling foreign-types v0.5.0
19312026-05-18T19:28:41.082Z Compiling hubpack v0.1.2
19322026-05-18T19:28:41.117Z Compiling atomicwrites v0.4.4
19332026-05-18T19:28:41.133Z Compiling num_enum v0.7.6
19342026-05-18T19:28:41.257Z Compiling memoffset v0.9.1
19352026-05-18T19:28:41.308Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
19362026-05-18T19:28:41.320Z Compiling hickory-proto v0.24.4
19372026-05-18T19:28:41.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19382026-05-18T19:28:41.430Z Compiling crossbeam-deque v0.8.6
19392026-05-18T19:28:41.468Z Compiling console v0.15.11
19402026-05-18T19:28:41.629Z Compiling toml_edit v0.22.27
19412026-05-18T19:28:41.642Z Compiling camino-tempfile v1.4.1
19422026-05-18T19:28:41.767Z Compiling serde-big-array v0.5.1
19432026-05-18T19:28:41.879Z Compiling cstr-argument v0.1.2
19442026-05-18T19:28:41.913Z Compiling siphasher v1.0.3
19452026-05-18T19:28:41.926Z Compiling similar v2.7.0
19462026-05-18T19:28:42.036Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19472026-05-18T19:28:42.101Z Compiling phf_shared v0.12.1
19482026-05-18T19:28:42.113Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19492026-05-18T19:28:42.281Z Compiling pin-project v1.1.13
19502026-05-18T19:28:42.295Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
19512026-05-18T19:28:42.390Z Compiling expectorate v1.2.0
19522026-05-18T19:28:42.546Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19532026-05-18T19:28:42.671Z Compiling rayon-core v1.13.0
19542026-05-18T19:28:42.804Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
19552026-05-18T19:28:43.017Z Compiling toml v0.8.23
19562026-05-18T19:28:43.369Z Compiling hickory-resolver v0.24.4
19572026-05-18T19:28:43.657Z Compiling nix v0.31.3
19582026-05-18T19:28:43.859Z Compiling num_enum v0.5.11
19592026-05-18T19:28:43.986Z Compiling rand v0.10.1
19602026-05-18T19:28:44.467Z Compiling progenitor-impl v0.13.0
19612026-05-18T19:28:44.605Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19622026-05-18T19:28:44.658Z Compiling prettyplease v0.2.37
19632026-05-18T19:28:45.104Z Compiling unicode-normalization v0.1.25
19642026-05-18T19:28:45.116Z Compiling progenitor-client v0.13.0
19652026-05-18T19:28:45.155Z Compiling tokio-stream v0.1.18
19662026-05-18T19:28:45.431Z Compiling bstr v1.12.1
19672026-05-18T19:28:45.594Z Compiling csv-core v0.1.13
19682026-05-18T19:28:45.633Z Compiling highway v1.3.0
19692026-05-18T19:28:45.703Z Compiling unicode-width v0.1.14
19702026-05-18T19:28:45.840Z Compiling foreign-types-shared v0.1.1
19712026-05-18T19:28:45.879Z Compiling foldhash v0.1.5
19722026-05-18T19:28:45.930Z Compiling konst_macro_rules v0.2.19
19732026-05-18T19:28:45.934Z Compiling same-file v1.0.6
19742026-05-18T19:28:45.985Z Compiling foreign-types v0.3.2
19752026-05-18T19:28:45.996Z Compiling hashbrown v0.15.5
19762026-05-18T19:28:46.035Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19772026-05-18T19:28:46.057Z Compiling walkdir v2.5.0
19782026-05-18T19:28:46.069Z Compiling konst v0.2.20
19792026-05-18T19:28:46.107Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19802026-05-18T19:28:46.107Z Compiling globset v0.4.18
19812026-05-18T19:28:46.305Z Compiling csv v1.4.0
19822026-05-18T19:28:46.391Z Compiling progenitor v0.13.0
19832026-05-18T19:28:46.511Z Compiling qorb v0.4.1
19842026-05-18T19:28:46.536Z Compiling olpc-cjson v0.1.4
19852026-05-18T19:28:46.706Z Compiling snafu v0.8.9
19862026-05-18T19:28:46.886Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19872026-05-18T19:28:47.088Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
19882026-05-18T19:28:47.693Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19892026-05-18T19:28:47.697Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19902026-05-18T19:28:48.024Z Compiling rayon v1.12.0
19912026-05-18T19:28:48.263Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19922026-05-18T19:28:48.457Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19932026-05-18T19:28:48.591Z Compiling phf v0.12.1
19942026-05-18T19:28:48.753Z Compiling openssl-sys v0.9.116
19952026-05-18T19:28:48.936Z Compiling tokio-dtrace v0.1.1
19962026-05-18T19:28:49.166Z Compiling progenitor-impl v0.14.0
19972026-05-18T19:28:49.210Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19982026-05-18T19:28:49.761Z Compiling itertools v0.12.1
19992026-05-18T19:28:49.809Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20002026-05-18T19:28:49.812Z Compiling libsw-core v0.3.2
20012026-05-18T19:28:49.822Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20022026-05-18T19:28:50.042Z Compiling pem v3.0.6
20032026-05-18T19:28:50.083Z Compiling serde_plain v1.0.2
20042026-05-18T19:28:50.141Z Compiling sigpipe v0.1.3
20052026-05-18T19:28:50.237Z Compiling glob v0.3.3
20062026-05-18T19:28:50.256Z Compiling jiff v0.2.24
20072026-05-18T19:28:50.290Z Compiling fixedbitset v0.5.7
20082026-05-18T19:28:50.325Z Compiling typed-path v0.9.3
20092026-05-18T19:28:50.412Z Compiling bytecount v0.6.9
20102026-05-18T19:28:50.559Z Compiling minimal-lexical v0.2.1
20112026-05-18T19:28:50.622Z Compiling fixedbitset v0.4.2
20122026-05-18T19:28:50.668Z Compiling papergrid v0.11.0
20132026-05-18T19:28:50.830Z Compiling petgraph v0.6.5
20142026-05-18T19:28:50.862Z Compiling nom v7.1.3
20152026-05-18T19:28:51.014Z Compiling zone v0.3.1
20162026-05-18T19:28:51.116Z Compiling petgraph v0.8.3
20172026-05-18T19:28:51.635Z Compiling tough v0.22.0
20182026-05-18T19:28:51.760Z Compiling progenitor v0.14.0
20192026-05-18T19:28:51.904Z Compiling openssl v0.10.80
20202026-05-18T19:28:52.209Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20212026-05-18T19:28:52.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20222026-05-18T19:28:52.337Z Compiling libsw v3.5.0
20232026-05-18T19:28:52.374Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20242026-05-18T19:28:52.512Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20252026-05-18T19:28:52.539Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20262026-05-18T19:28:52.596Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20272026-05-18T19:28:52.741Z Compiling oxide-tokio-rt v0.1.6
20282026-05-18T19:28:52.895Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20292026-05-18T19:28:53.048Z Compiling chrono-tz v0.10.4
20302026-05-18T19:28:53.563Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20312026-05-18T19:28:53.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
20322026-05-18T19:28:53.624Z Compiling newtype_derive v0.1.6
20332026-05-18T19:28:53.713Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20342026-05-18T19:28:53.736Z Compiling slog-dtrace v0.3.0
20352026-05-18T19:28:53.887Z Compiling const_format v0.2.36
20362026-05-18T19:28:54.046Z Compiling owo-colors v4.3.0
20372026-05-18T19:28:54.227Z Compiling cancel-safe-futures v0.1.5
20382026-05-18T19:28:55.521Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20392026-05-18T19:28:55.524Z Compiling gethostname v0.5.0
20402026-05-18T19:28:55.524Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20412026-05-18T19:28:55.524Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20422026-05-18T19:28:55.524Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20432026-05-18T19:28:55.524Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-05-18T19:28:55.524Z Compiling bcs v0.1.6
20452026-05-18T19:28:55.524Z Compiling smf v0.2.3
20462026-05-18T19:28:55.524Z Compiling unicode-linebreak v0.1.5
20472026-05-18T19:28:55.524Z Compiling tagptr v0.2.0
20482026-05-18T19:28:55.524Z Compiling whoami v1.6.1
20492026-05-18T19:28:55.524Z Compiling lazy_static v1.5.0
20502026-05-18T19:28:55.524Z Compiling smawk v0.3.2
20512026-05-18T19:28:55.524Z Compiling termtree v0.5.1
20522026-05-18T19:28:55.560Z Compiling linear-map v1.2.0
20532026-05-18T19:28:55.575Z Compiling textwrap v0.16.2
20542026-05-18T19:28:55.611Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-05-18T19:28:55.624Z Compiling steno v0.4.1
20562026-05-18T19:28:55.642Z Compiling moka v0.12.15
20572026-05-18T19:28:55.752Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20582026-05-18T19:28:55.991Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-18T19:28:56.099Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-18T19:28:56.432Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20612026-05-18T19:28:57.040Z Compiling tabled v0.15.0
20622026-05-18T19:28:57.348Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-18T19:28:57.688Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20642026-05-18T19:28:57.890Z Compiling cookie v0.18.1
20652026-05-18T19:28:58.503Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20662026-05-18T19:28:58.543Z Compiling hickory-proto v0.25.2
20672026-05-18T19:28:58.789Z Compiling humantime v2.3.0
20682026-05-18T19:28:58.874Z Compiling libscf-sys v1.2.0
20692026-05-18T19:28:59.026Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20702026-05-18T19:28:59.076Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20712026-05-18T19:28:59.368Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20722026-05-18T19:28:59.507Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20732026-05-18T19:29:00.401Z Compiling hickory-resolver v0.25.2
20742026-05-18T19:29:01.187Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20752026-05-18T19:29:05.674Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20762026-05-18T19:29:13.218Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20772026-05-18T19:29:15.734Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20782026-05-18T19:29:15.872Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20792026-05-18T19:29:17.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
20802026-05-18T19:29:33.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
20812026-05-18T19:29:33.905Z Running `target/debug/xtask openapi check`
20822026-05-18T19:29:34.364Z Compiling serde_core v1.0.228
20832026-05-18T19:29:34.364Z Compiling serde v1.0.228
20842026-05-18T19:29:34.424Z Compiling serde_json v1.0.149
20852026-05-18T19:29:34.431Z Compiling syn v2.0.117
20862026-05-18T19:29:34.435Z Compiling bytes v1.11.1
20872026-05-18T19:29:34.440Z Compiling zerocopy v0.8.48
20882026-05-18T19:29:34.444Z Compiling getrandom v0.4.2
20892026-05-18T19:29:34.598Z Compiling num-traits v0.2.19
20902026-05-18T19:29:34.772Z Compiling once_cell v1.21.4
20912026-05-18T19:29:34.797Z Compiling cc v1.2.62
20922026-05-18T19:29:34.867Z Compiling generic-array v0.14.7
20932026-05-18T19:29:34.908Z Compiling http v1.4.0
20942026-05-18T19:29:35.107Z Compiling schemars v0.8.22
20952026-05-18T19:29:35.369Z Compiling zeroize v1.8.2
20962026-05-18T19:29:35.548Z Compiling usdt-impl v0.6.0
20972026-05-18T19:29:35.574Z Compiling rustls-pki-types v1.14.1
20982026-05-18T19:29:35.610Z Compiling time-macros v0.2.27
20992026-05-18T19:29:35.821Z Compiling tracing-core v0.1.36
21002026-05-18T19:29:35.991Z Compiling getrandom v0.2.17
21012026-05-18T19:29:36.018Z Compiling ring v0.17.14
21022026-05-18T19:29:36.075Z Compiling bitflags v2.11.1
21032026-05-18T19:29:36.155Z Compiling http-body v1.0.1
21042026-05-18T19:29:36.307Z Compiling tracing v0.1.44
21052026-05-18T19:29:36.315Z Compiling crypto-common v0.1.7
21062026-05-18T19:29:36.422Z Compiling block-buffer v0.10.4
21072026-05-18T19:29:36.439Z Compiling indexmap v2.14.0
21082026-05-18T19:29:36.669Z Compiling uuid v1.23.1
21092026-05-18T19:29:36.695Z Compiling time v0.3.47
21102026-05-18T19:29:37.066Z Compiling pest_generator v2.8.6
21112026-05-18T19:29:37.087Z Compiling serde_derive_internals v0.29.1
21122026-05-18T19:29:37.268Z Compiling camino v1.2.2
21132026-05-18T19:29:37.487Z Compiling digest v0.10.7
21142026-05-18T19:29:37.654Z Compiling rustix v1.1.4
21152026-05-18T19:29:37.682Z Compiling subtle v2.6.1
21162026-05-18T19:29:37.691Z Compiling winnow v1.0.3
21172026-05-18T19:29:37.691Z Compiling toml_datetime v1.1.1+spec-1.1.0
21182026-05-18T19:29:37.788Z Compiling serde_spanned v1.1.1
21192026-05-18T19:29:37.838Z Compiling rustls v0.22.4
21202026-05-18T19:29:37.850Z Compiling rustix v0.38.44
21212026-05-18T19:29:37.926Z Compiling toml_edit v0.25.11+spec-1.1.0
21222026-05-18T19:29:37.934Z Compiling semver v1.0.28
21232026-05-18T19:29:38.042Z Compiling toml_parser v1.1.2+spec-1.1.0
21242026-05-18T19:29:38.226Z Compiling sha1 v0.10.6
21252026-05-18T19:29:38.261Z Compiling serde_derive v1.0.228
21262026-05-18T19:29:38.293Z Compiling thiserror-impl v2.0.18
21272026-05-18T19:29:38.441Z Compiling zerocopy-derive v0.8.48
21282026-05-18T19:29:38.464Z Compiling tokio-macros v2.7.0
21292026-05-18T19:29:38.692Z Compiling pest_derive v2.8.6
21302026-05-18T19:29:38.774Z Compiling futures-macro v0.3.32
21312026-05-18T19:29:38.818Z Compiling scroll_derive v0.13.1
21322026-05-18T19:29:39.213Z Compiling tokio v1.52.3
21332026-05-18T19:29:39.227Z Compiling schemars_derive v0.8.22
21342026-05-18T19:29:39.545Z Compiling thiserror v2.0.18
21352026-05-18T19:29:39.653Z Compiling futures-util v0.3.32
21362026-05-18T19:29:39.661Z Compiling scroll v0.13.0
21372026-05-18T19:29:39.698Z Compiling dtrace-parser v0.3.0
21382026-05-18T19:29:39.926Z Compiling goblin v0.10.5
21392026-05-18T19:29:40.505Z Compiling rustls-webpki v0.102.8
21402026-05-18T19:29:40.588Z Compiling async-stream-impl v0.3.6
21412026-05-18T19:29:41.522Z Compiling erased-serde v0.3.31
21422026-05-18T19:29:41.726Z Compiling chrono v0.4.44
21432026-05-18T19:29:41.980Z Compiling slog v2.8.2
21442026-05-18T19:29:42.027Z Compiling serde_tokenstream v0.2.3
21452026-05-18T19:29:42.315Z Compiling slog-json v2.6.1
21462026-05-18T19:29:42.377Z Compiling futures-executor v0.3.32
21472026-05-18T19:29:42.519Z Compiling openapiv3 v2.2.0
21482026-05-18T19:29:42.885Z Compiling dof v0.4.0
21492026-05-18T19:29:43.198Z Compiling tokio-util v0.7.18
21502026-05-18T19:29:43.817Z Compiling h2 v0.4.14
21512026-05-18T19:29:43.962Z Compiling oxnet v0.1.5
21522026-05-18T19:29:44.138Z Compiling usdt-attr-macro v0.6.0
21532026-05-18T19:29:44.406Z Compiling usdt-macro v0.6.0
21542026-05-18T19:29:44.575Z Compiling tokio-rustls v0.25.0
21552026-05-18T19:29:44.663Z Compiling async-compression v0.4.42
21562026-05-18T19:29:44.773Z Compiling slog-term v2.9.2
21572026-05-18T19:29:44.800Z Compiling futures v0.3.32
21582026-05-18T19:29:44.882Z Compiling slog-bunyan v2.5.0
21592026-05-18T19:29:44.890Z Compiling dropshot_endpoint v0.17.0
21602026-05-18T19:29:44.899Z Compiling slog-async v2.8.0
21612026-05-18T19:29:45.026Z Compiling multer v3.1.0
21622026-05-18T19:29:45.033Z Compiling serde_urlencoded v0.7.1
21632026-05-18T19:29:45.164Z Compiling usdt v0.6.0
21642026-05-18T19:29:45.238Z Compiling async-stream v0.3.6
21652026-05-18T19:29:45.283Z Compiling proc-macro-crate v3.5.0
21662026-05-18T19:29:45.396Z Compiling toml v1.1.2+spec-1.1.0
21672026-05-18T19:29:45.417Z Compiling async-trait v0.1.89
21682026-05-18T19:29:45.418Z Compiling serde_path_to_error v0.1.20
21692026-05-18T19:29:45.440Z Compiling http-body-util v0.1.3
21702026-05-18T19:29:45.530Z Compiling rustls-pemfile v2.2.0
21712026-05-18T19:29:45.684Z Compiling crossbeam-epoch v0.9.18
21722026-05-18T19:29:45.717Z Compiling aho-corasick v1.1.4
21732026-05-18T19:29:45.727Z Compiling tempfile v3.27.0
21742026-05-18T19:29:45.783Z Compiling num_enum_derive v0.7.6
21752026-05-18T19:29:46.026Z Compiling hyper v1.9.0
21762026-05-18T19:29:46.128Z Compiling crossbeam-deque v0.8.6
21772026-05-18T19:29:46.332Z Compiling dropshot-api-manager-types v0.7.1
21782026-05-18T19:29:46.592Z Compiling regex-automata v0.4.14
21792026-05-18T19:29:46.677Z Compiling git-stub v1.0.0
21802026-05-18T19:29:46.819Z Compiling clap_builder v4.6.0
21812026-05-18T19:29:46.827Z Compiling num_enum v0.7.6
21822026-05-18T19:29:46.835Z Compiling rayon-core v1.13.0
21832026-05-18T19:29:46.945Z Compiling fs-err v3.3.0
21842026-05-18T19:29:46.949Z Compiling terminal_size v0.4.4
21852026-05-18T19:29:47.093Z Compiling hyper-util v0.1.20
21862026-05-18T19:29:47.239Z Compiling atomicwrites v0.4.4
21872026-05-18T19:29:47.247Z Compiling clap_derive v4.6.1
21882026-05-18T19:29:47.428Z Compiling serde_repr v0.1.20
21892026-05-18T19:29:47.530Z Compiling nom v8.0.0
21902026-05-18T19:29:47.581Z Compiling bstr v1.12.1
21912026-05-18T19:29:47.657Z Compiling either v1.15.0
21922026-05-18T19:29:47.841Z Compiling is_ci v1.2.0
21932026-05-18T19:29:47.943Z Compiling textwrap v0.16.2
21942026-05-18T19:29:47.983Z Compiling supports-color v3.0.2
21952026-05-18T19:29:48.015Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21962026-05-18T19:29:48.153Z Compiling similar v2.7.0
21972026-05-18T19:29:48.439Z Compiling dropshot v0.17.0
21982026-05-18T19:29:48.542Z Compiling regex v1.12.3
21992026-05-18T19:29:48.739Z Compiling rayon v1.12.0
22002026-05-18T19:29:48.915Z Compiling clap v4.6.1
22012026-05-18T19:29:49.000Z Compiling drift v0.1.4
22022026-05-18T19:29:49.008Z Compiling git-stub-vcs v0.1.0
22032026-05-18T19:29:49.059Z Compiling sha2 v0.10.9
22042026-05-18T19:29:49.614Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22052026-05-18T19:29:51.059Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22062026-05-18T19:29:51.059Z Compiling dropshot-api-manager v0.7.1
22072026-05-18T19:29:53.953Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22082026-05-18T19:29:55.312Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
22092026-05-18T19:30:01.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.22s
22102026-05-18T19:30:01.255Z Running `target/debug/maghemite-dropshot-apis check`
22112026-05-18T19:30:01.280Z -------
22122026-05-18T19:30:01.280Z Generating OpenAPI documents from API definitions ...
22132026-05-18T19:30:01.333Z Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ...
22142026-05-18T19:30:01.364Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
22152026-05-18T19:30:01.479Z -------
22162026-05-18T19:30:01.479Z Checking 10 OpenAPI documents...
22172026-05-18T19:30:01.479Z Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin
22182026-05-18T19:30:01.479Z Fresh ddm-admin "latest" symlink
22192026-05-18T19:30:01.479Z Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin
22202026-05-18T19:30:01.479Z Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin
22212026-05-18T19:30:01.479Z Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin
22222026-05-18T19:30:01.482Z Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin
22232026-05-18T19:30:01.482Z Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin
22242026-05-18T19:30:01.482Z Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin
22252026-05-18T19:30:01.482Z Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin
22262026-05-18T19:30:01.482Z Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin
22272026-05-18T19:30:01.482Z Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin
22282026-05-18T19:30:01.482Z Fresh mg-admin "latest" symlink
22292026-05-18T19:30:01.483Z -------
22302026-05-18T19:30:01.483Z Success 10 documents checked: 12 fresh, 0 stale, 0 failed, 0 other problems
22312026-05-18T19:30:01.517Z+ banner build
22322026-05-18T19:30:01.521Z
22332026-05-18T19:30:01.521Z ##### # # # # #####
22342026-05-18T19:30:01.521Z # # # # # # # #
22352026-05-18T19:30:01.521Z ##### # # # # # #
22362026-05-18T19:30:01.521Z # # # # # # # #
22372026-05-18T19:30:01.521Z # # # # # # # #
22382026-05-18T19:30:01.521Z ##### #### # ###### #####
22392026-05-18T19:30:01.521Z
22402026-05-18T19:30:01.521Z+ ptime -m cargo build
22412026-05-18T19:30:02.117Z Compiling smallvec v1.15.1
22422026-05-18T19:30:02.233Z Compiling log v0.4.29
22432026-05-18T19:30:02.247Z Compiling slog v2.8.2
22442026-05-18T19:30:02.267Z Compiling rustls-webpki v0.103.13
22452026-05-18T19:30:02.285Z Compiling webpki-roots v1.0.7
22462026-05-18T19:30:02.332Z Compiling similar v2.7.0
22472026-05-18T19:30:02.366Z Compiling fxhash v0.2.1
22482026-05-18T19:30:02.366Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22492026-05-18T19:30:02.400Z Compiling icu_normalizer v2.2.0
22502026-05-18T19:30:02.435Z Compiling parking_lot_core v0.9.12
22512026-05-18T19:30:02.436Z Compiling goblin v0.10.5
22522026-05-18T19:30:02.503Z Compiling rustls v0.22.4
22532026-05-18T19:30:02.601Z Compiling slog-term v2.9.2
22542026-05-18T19:30:02.644Z Compiling parking_lot v0.12.5
22552026-05-18T19:30:02.741Z Compiling idna_adapter v1.2.2
22562026-05-18T19:30:02.900Z Compiling idna v1.1.0
22572026-05-18T19:30:02.978Z Compiling tokio v1.52.3
22582026-05-18T19:30:03.033Z Compiling rustls v0.23.40
22592026-05-18T19:30:03.174Z Compiling slog-async v2.8.0
22602026-05-18T19:30:03.197Z Compiling url v2.5.8
22612026-05-18T19:30:03.242Z Compiling slog-json v2.6.1
22622026-05-18T19:30:03.461Z Compiling slog-bunyan v2.5.0
22632026-05-18T19:30:03.611Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-05-18T19:30:03.643Z Compiling goblin v0.8.2
22652026-05-18T19:30:03.672Z Compiling expectorate v1.2.0
22662026-05-18T19:30:03.748Z Compiling schemars v0.8.22
22672026-05-18T19:30:03.825Z Compiling globset v0.4.18
22682026-05-18T19:30:04.078Z Compiling moka v0.12.15
22692026-05-18T19:30:04.616Z Compiling ipnetwork v0.21.1
22702026-05-18T19:30:04.856Z Compiling oxnet v0.1.5
22712026-05-18T19:30:05.114Z Compiling newtype-uuid v1.3.2
22722026-05-18T19:30:05.128Z Compiling serde_with v3.20.0
22732026-05-18T19:30:05.370Z Compiling daft v0.1.7
22742026-05-18T19:30:05.463Z Compiling dof v0.4.0
22752026-05-18T19:30:05.655Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22762026-05-18T19:30:06.165Z Compiling rustls-platform-verifier v0.7.0
22772026-05-18T19:30:06.180Z Compiling usdt-impl v0.6.0
22782026-05-18T19:30:06.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22792026-05-18T19:30:06.772Z Compiling tokio-util v0.7.18
22802026-05-18T19:30:06.850Z Compiling tokio-rustls v0.26.4
22812026-05-18T19:30:06.920Z Compiling tower v0.5.3
22822026-05-18T19:30:07.002Z Compiling usdt v0.6.0
22832026-05-18T19:30:07.128Z Compiling async-compression v0.4.42
22842026-05-18T19:30:07.184Z Compiling tokio-rustls v0.25.0
22852026-05-18T19:30:07.286Z Compiling iddqd v0.3.18
22862026-05-18T19:30:07.413Z Compiling h2 v0.4.14
22872026-05-18T19:30:07.424Z Compiling tower-http v0.6.10
22882026-05-18T19:30:07.454Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22892026-05-18T19:30:07.499Z Compiling backoff v0.4.0
22902026-05-18T19:30:07.530Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
22912026-05-18T19:30:07.712Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22922026-05-18T19:30:07.725Z Compiling typify-impl v0.6.2
22932026-05-18T19:30:07.848Z Compiling dof v0.3.0
22942026-05-18T19:30:08.060Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22952026-05-18T19:30:08.387Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22962026-05-18T19:30:08.417Z Compiling byte-wrapper v0.1.0
22972026-05-18T19:30:08.430Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22982026-05-18T19:30:08.645Z Compiling usdt-impl v0.5.0
22992026-05-18T19:30:08.781Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23002026-05-18T19:30:08.829Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23012026-05-18T19:30:08.829Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23022026-05-18T19:30:08.917Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23032026-05-18T19:30:08.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
23042026-05-18T19:30:09.179Z Compiling usdt v0.5.0
23052026-05-18T19:30:09.316Z Compiling hickory-proto v0.24.4
23062026-05-18T19:30:09.460Z Compiling hyper v1.9.0
23072026-05-18T19:30:09.832Z Compiling typify v0.6.2
23082026-05-18T19:30:09.996Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-18T19:30:10.357Z Compiling progenitor-impl v0.13.0
23102026-05-18T19:30:10.403Z Compiling progenitor-impl v0.14.0
23112026-05-18T19:30:11.101Z Compiling hyper-util v0.1.20
23122026-05-18T19:30:11.164Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-18T19:30:11.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-05-18T19:30:11.275Z Compiling hickory-resolver v0.24.4
23152026-05-18T19:30:11.676Z Compiling tokio-stream v0.1.18
23162026-05-18T19:30:12.153Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23172026-05-18T19:30:12.361Z Compiling hyper-rustls v0.27.9
23182026-05-18T19:30:12.509Z Compiling dropshot v0.17.0
23192026-05-18T19:30:12.698Z Compiling reqwest v0.13.3
23202026-05-18T19:30:12.765Z Compiling reqwest v0.12.28
23212026-05-18T19:30:13.239Z Compiling qorb v0.4.1
23222026-05-18T19:30:13.539Z Compiling tokio-dtrace v0.1.1
23232026-05-18T19:30:13.552Z Compiling libsw-core v0.3.2
23242026-05-18T19:30:13.579Z Compiling zone v0.3.1
23252026-05-18T19:30:13.612Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23262026-05-18T19:30:13.722Z Compiling oxide-tokio-rt v0.1.6
23272026-05-18T19:30:13.806Z Compiling libsw v3.5.0
23282026-05-18T19:30:13.990Z Compiling progenitor-client v0.14.0
23292026-05-18T19:30:13.990Z Compiling progenitor-client v0.10.0
23302026-05-18T19:30:14.046Z Compiling progenitor-client v0.13.0
23312026-05-18T19:30:14.300Z Compiling progenitor-extras v0.2.0
23322026-05-18T19:30:14.314Z Compiling progenitor v0.13.0
23332026-05-18T19:30:14.358Z Compiling progenitor v0.14.0
23342026-05-18T19:30:14.361Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-05-18T19:30:14.460Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
23362026-05-18T19:30:14.518Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23372026-05-18T19:30:14.557Z Compiling slog-dtrace v0.3.0
23382026-05-18T19:30:14.651Z Compiling tough v0.22.0
23392026-05-18T19:30:14.879Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23402026-05-18T19:30:15.364Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23412026-05-18T19:30:15.434Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23422026-05-18T19:30:16.259Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23432026-05-18T19:30:16.434Z Compiling cancel-safe-futures v0.1.5
23442026-05-18T19:30:16.497Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23452026-05-18T19:30:16.743Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
23462026-05-18T19:30:16.813Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23472026-05-18T19:30:17.296Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23482026-05-18T19:30:17.316Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23492026-05-18T19:30:17.489Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23502026-05-18T19:30:17.503Z Compiling hickory-proto v0.25.2
23512026-05-18T19:30:17.515Z Compiling steno v0.4.1
23522026-05-18T19:30:18.422Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23532026-05-18T19:30:18.539Z Compiling typify-impl v0.4.3
23542026-05-18T19:30:18.644Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
23552026-05-18T19:30:18.724Z Compiling parking_lot_core v0.8.6
23562026-05-18T19:30:19.050Z Compiling parking_lot v0.11.2
23572026-05-18T19:30:19.270Z Compiling sled v0.34.7
23582026-05-18T19:30:19.445Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23592026-05-18T19:30:20.270Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23602026-05-18T19:30:20.419Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23612026-05-18T19:30:20.768Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23622026-05-18T19:30:20.841Z Compiling hickory-resolver v0.25.2
23632026-05-18T19:30:21.318Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23642026-05-18T19:30:21.546Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23652026-05-18T19:30:22.100Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23662026-05-18T19:30:22.795Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23672026-05-18T19:30:22.914Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23682026-05-18T19:30:23.055Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23692026-05-18T19:30:23.140Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23702026-05-18T19:30:23.249Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23712026-05-18T19:30:23.532Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
23722026-05-18T19:30:23.578Z Compiling typify v0.4.3
23732026-05-18T19:30:23.700Z Compiling arc-swap v1.9.1
23742026-05-18T19:30:24.019Z Compiling slog-scope v4.4.1
23752026-05-18T19:30:24.035Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
23762026-05-18T19:30:24.078Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
23772026-05-18T19:30:24.217Z Compiling papergrid v0.17.0
23782026-05-18T19:30:24.282Z Compiling testing_table v0.3.0
23792026-05-18T19:30:24.359Z Compiling internet-checksum v0.2.1
23802026-05-18T19:30:24.460Z Compiling slog-stdlog v4.1.1
23812026-05-18T19:30:24.507Z Compiling progenitor-impl v0.11.2
23822026-05-18T19:30:24.684Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
23832026-05-18T19:30:24.814Z Compiling progenitor-client v0.11.2
23842026-05-18T19:30:25.113Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
23852026-05-18T19:30:25.169Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23862026-05-18T19:30:25.508Z Compiling tabled v0.20.0
23872026-05-18T19:30:25.562Z Compiling dropshot-api-manager-types v0.7.1
23882026-05-18T19:30:25.845Z Compiling progenitor v0.11.2
23892026-05-18T19:30:25.934Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
23902026-05-18T19:30:26.005Z Compiling slog-envlogger v2.2.0
23912026-05-18T19:30:26.186Z Compiling const-random v0.1.18
23922026-05-18T19:30:26.272Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
23932026-05-18T19:30:26.424Z Compiling crc8 v0.1.1
23942026-05-18T19:30:26.546Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
23952026-05-18T19:30:26.561Z Compiling ahash v0.8.12
23962026-05-18T19:30:26.579Z Compiling smartstring v1.0.1
23972026-05-18T19:30:26.809Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23982026-05-18T19:30:26.867Z Compiling thin-vec v0.2.18
23992026-05-18T19:30:27.175Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
24002026-05-18T19:30:27.701Z Compiling utf-8 v0.7.6
24012026-05-18T19:30:27.722Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
24022026-05-18T19:30:27.753Z Compiling rhai v1.24.0
24032026-05-18T19:30:27.897Z Compiling tungstenite v0.21.0
24042026-05-18T19:30:27.976Z Compiling progenitor-impl v0.10.0
24052026-05-18T19:30:28.068Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
24062026-05-18T19:30:28.219Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24072026-05-18T19:30:28.377Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24082026-05-18T19:30:28.558Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24092026-05-18T19:30:28.788Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24102026-05-18T19:30:28.823Z Compiling sha2 v0.10.9
24112026-05-18T19:30:28.836Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24122026-05-18T19:30:29.217Z Compiling progenitor v0.10.0
24132026-05-18T19:30:29.374Z Compiling tokio-tungstenite v0.21.0
24142026-05-18T19:30:29.724Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24152026-05-18T19:30:30.653Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24162026-05-18T19:30:30.713Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24172026-05-18T19:30:31.201Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
24182026-05-18T19:30:31.615Z Compiling lzma-sys v0.1.20
24192026-05-18T19:30:31.741Z Compiling typeid v1.0.3
24202026-05-18T19:30:31.871Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
24212026-05-18T19:30:32.043Z Compiling console v0.16.3
24222026-05-18T19:30:32.561Z Compiling git-stub v1.0.0
24232026-05-18T19:30:32.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
24242026-05-18T19:30:32.677Z Compiling unit-prefix v0.5.2
24252026-05-18T19:30:32.841Z Compiling base64 v0.21.7
24262026-05-18T19:30:32.841Z Compiling indicatif v0.18.4
24272026-05-18T19:30:32.901Z Compiling toml v0.9.12+spec-1.1.0
24282026-05-18T19:30:32.918Z Compiling git-stub-vcs v0.1.0
24292026-05-18T19:30:33.177Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24302026-05-18T19:30:33.288Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
24312026-05-18T19:30:33.790Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
24322026-05-18T19:30:34.316Z Compiling ron v0.12.1
24332026-05-18T19:30:34.344Z Compiling xz2 v0.1.7
24342026-05-18T19:30:34.440Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
24352026-05-18T19:30:34.590Z Compiling drift v0.1.4
24362026-05-18T19:30:35.181Z Compiling base16ct v1.0.0
24372026-05-18T19:30:35.387Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
24382026-05-18T19:30:35.485Z Compiling dropshot-api-manager v0.7.1
24392026-05-18T19:30:35.872Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
24402026-05-18T19:30:36.151Z Compiling natord v1.0.9
24412026-05-18T19:30:36.291Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
24422026-05-18T19:30:38.972Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24432026-05-18T19:30:39.101Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
24442026-05-18T19:30:47.028Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24452026-05-18T19:30:48.665Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24462026-05-18T19:30:49.707Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
24472026-05-18T19:30:50.828Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
24482026-05-18T19:30:50.828Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
24492026-05-18T19:30:50.831Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
24502026-05-18T19:30:50.831Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
24512026-05-18T19:30:51.297Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
24522026-05-18T19:30:51.299Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
24532026-05-18T19:30:51.299Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
24542026-05-18T19:30:51.774Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
24552026-05-18T19:30:53.279Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
24562026-05-18T19:30:53.279Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
24572026-05-18T19:30:54.916Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
24582026-05-18T19:30:59.042Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
24592026-05-18T19:31:00.029Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
24602026-05-18T19:31:00.035Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
24612026-05-18T19:31:00.038Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
24622026-05-18T19:31:43.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
24632026-05-18T19:31:43.986Z
24642026-05-18T19:31:43.989Zreal 1:42.402850661
24652026-05-18T19:31:43.989Zuser 8:01.931251411
24662026-05-18T19:31:43.989Zsys 1:12.421509425
24672026-05-18T19:31:43.989Ztrap 0.216089051
24682026-05-18T19:31:43.989Ztflt 0.006783026
24692026-05-18T19:31:43.989Zdflt 0.224595078
24702026-05-18T19:31:43.989Zkflt 0.000142181
24712026-05-18T19:31:43.989Zlock 31:12.642240838
24722026-05-18T19:31:43.989Zslp 27:43.312078832
24732026-05-18T19:31:43.989Zlat 24.834240321
24742026-05-18T19:31:43.989Zstop 39.667136778
24752026-05-18T19:31:43.989Z+ ptime -m cargo build --release
24762026-05-18T19:31:44.635Z Compiling proc-macro2 v1.0.106
24772026-05-18T19:31:44.635Z Compiling quote v1.0.45
24782026-05-18T19:31:44.635Z Compiling unicode-ident v1.0.24
24792026-05-18T19:31:44.636Z Compiling serde_core v1.0.228
24802026-05-18T19:31:44.636Z Compiling serde v1.0.228
24812026-05-18T19:31:44.636Z Compiling libc v0.2.186
24822026-05-18T19:31:44.639Z Compiling cfg-if v1.0.4
24832026-05-18T19:31:44.829Z Compiling zmij v1.0.21
24842026-05-18T19:31:44.879Z Compiling autocfg v1.5.0
24852026-05-18T19:31:45.133Z Compiling memchr v2.8.0
24862026-05-18T19:31:45.157Z Compiling libm v0.2.16
24872026-05-18T19:31:45.502Z Compiling itoa v1.0.18
24882026-05-18T19:31:45.595Z Compiling version_check v0.9.5
24892026-05-18T19:31:45.758Z Compiling icu_normalizer_data v2.2.0
24902026-05-18T19:31:45.802Z Compiling icu_properties_data v2.2.0
24912026-05-18T19:31:46.036Z Compiling stable_deref_trait v1.2.1
24922026-05-18T19:31:46.108Z Compiling serde_json v1.0.149
24932026-05-18T19:31:46.122Z Compiling thiserror v2.0.18
24942026-05-18T19:31:46.136Z Compiling writeable v0.6.3
24952026-05-18T19:31:46.247Z Compiling syn v2.0.117
24962026-05-18T19:31:46.387Z Compiling litemap v0.8.2
24972026-05-18T19:31:46.405Z Compiling utf8_iter v1.0.4
24982026-05-18T19:31:46.470Z Compiling percent-encoding v2.3.2
24992026-05-18T19:31:46.597Z Compiling num-traits v0.2.19
25002026-05-18T19:31:46.629Z Compiling form_urlencoded v1.2.2
25012026-05-18T19:31:46.756Z Compiling getrandom v0.4.2
25022026-05-18T19:31:46.823Z Compiling rand_core v0.10.1
25032026-05-18T19:31:46.909Z Compiling parking_lot_core v0.9.12
25042026-05-18T19:31:46.996Z Compiling heck v0.5.0
25052026-05-18T19:31:47.043Z Compiling jobserver v0.1.34
25062026-05-18T19:31:47.207Z Compiling find-msvc-tools v0.1.9
25072026-05-18T19:31:47.210Z Compiling shlex v1.3.0
25082026-05-18T19:31:47.284Z Compiling iana-time-zone v0.1.65
25092026-05-18T19:31:47.372Z Compiling cc v1.2.62
25102026-05-18T19:31:47.644Z Compiling uuid v1.23.1
25112026-05-18T19:31:47.761Z Compiling errno v0.3.14
25122026-05-18T19:31:47.946Z Compiling zerocopy v0.8.48
25132026-05-18T19:31:48.199Z Compiling semver v1.0.28
25142026-05-18T19:31:48.264Z Compiling dyn-clone v1.0.20
25152026-05-18T19:31:48.374Z Compiling schemars v0.8.22
25162026-05-18T19:31:48.395Z Compiling getrandom v0.2.17
25172026-05-18T19:31:48.424Z Compiling pin-project-lite v0.2.17
25182026-05-18T19:31:48.538Z Compiling rustversion v1.0.22
25192026-05-18T19:31:48.672Z Compiling bitflags v2.11.1
25202026-05-18T19:31:48.686Z Compiling socket2 v0.6.3
25212026-05-18T19:31:48.715Z Compiling scopeguard v1.2.0
25222026-05-18T19:31:48.840Z Compiling lock_api v0.4.14
25232026-05-18T19:31:48.853Z Compiling portable-atomic v1.13.1
25242026-05-18T19:31:49.099Z Compiling synstructure v0.13.2
25252026-05-18T19:31:49.102Z Compiling serde_derive_internals v0.29.1
25262026-05-18T19:31:49.194Z Compiling log v0.4.29
25272026-05-18T19:31:49.490Z Compiling equivalent v1.0.2
25282026-05-18T19:31:49.507Z Compiling signal-hook-registry v1.4.8
25292026-05-18T19:31:49.583Z Compiling mio v1.2.0
25302026-05-18T19:31:49.586Z Compiling critical-section v1.2.0
25312026-05-18T19:31:49.610Z Compiling subtle v2.6.1
25322026-05-18T19:31:49.790Z Compiling futures-core v0.3.32
25332026-05-18T19:31:49.815Z Compiling ring v0.17.14
25342026-05-18T19:31:49.858Z Compiling once_cell v1.21.4
25352026-05-18T19:31:49.918Z Compiling httparse v1.10.1
25362026-05-18T19:31:49.982Z Compiling futures-sink v0.3.32
25372026-05-18T19:31:49.982Z Compiling cmake v0.1.58
25382026-05-18T19:31:50.104Z Compiling fs_extra v1.3.0
25392026-05-18T19:31:50.117Z Compiling dunce v1.0.5
25402026-05-18T19:31:50.121Z Compiling slab v0.4.12
25412026-05-18T19:31:50.206Z Compiling serde_derive v1.0.228
25422026-05-18T19:31:50.221Z Compiling zerofrom-derive v0.1.7
25432026-05-18T19:31:50.291Z Compiling yoke-derive v0.8.2
25442026-05-18T19:31:50.305Z Compiling zerovec-derive v0.11.3
25452026-05-18T19:31:50.326Z Compiling displaydoc v0.2.5
25462026-05-18T19:31:50.341Z Compiling schemars_derive v0.8.22
25472026-05-18T19:31:50.361Z Compiling thiserror-impl v2.0.18
25482026-05-18T19:31:50.375Z Compiling tokio-macros v2.7.0
25492026-05-18T19:31:51.121Z Compiling zerocopy-derive v0.8.48
25502026-05-18T19:31:51.161Z Compiling zeroize_derive v1.4.3
25512026-05-18T19:31:51.378Z Compiling futures-macro v0.3.32
25522026-05-18T19:31:51.453Z Compiling zerofrom v0.1.8
25532026-05-18T19:31:51.467Z Compiling aws-lc-sys v0.41.0
25542026-05-18T19:31:51.593Z Compiling yoke v0.8.2
25552026-05-18T19:31:51.613Z Compiling rand_core v0.6.4
25562026-05-18T19:31:51.771Z Compiling zerovec v0.11.6
25572026-05-18T19:31:51.803Z Compiling zerotrie v0.2.4
25582026-05-18T19:31:51.872Z Compiling zeroize v1.8.2
25592026-05-18T19:31:51.997Z Compiling thiserror v1.0.69
25602026-05-18T19:31:52.121Z Compiling futures-channel v0.3.32
25612026-05-18T19:31:52.239Z Compiling rustix v1.1.4
25622026-05-18T19:31:52.243Z Compiling thiserror-impl v1.0.69
25632026-05-18T19:31:52.340Z Compiling tinystr v0.8.3
25642026-05-18T19:31:52.361Z Compiling potential_utf v0.1.5
25652026-05-18T19:31:52.382Z Compiling futures-task v0.3.32
25662026-05-18T19:31:52.397Z Compiling futures-io v0.3.32
25672026-05-18T19:31:52.550Z Compiling icu_locale_core v2.2.0
25682026-05-18T19:31:52.553Z Compiling icu_collections v2.2.0
25692026-05-18T19:31:52.590Z Compiling hashbrown v0.17.1
25702026-05-18T19:31:52.603Z Compiling futures-util v0.3.32
25712026-05-18T19:31:53.310Z Compiling indexmap v2.14.0
25722026-05-18T19:31:53.338Z Compiling icu_provider v2.2.0
25732026-05-18T19:31:53.568Z Compiling smallvec v1.15.1
25742026-05-18T19:31:53.651Z Compiling bytes v1.11.1
25752026-05-18T19:31:53.859Z Compiling icu_normalizer v2.2.0
25762026-05-18T19:31:53.954Z Compiling icu_properties v2.2.0
25772026-05-18T19:31:53.976Z Compiling chrono v0.4.44
25782026-05-18T19:31:54.301Z Compiling serde_tokenstream v0.2.3
25792026-05-18T19:31:54.941Z Compiling idna_adapter v1.2.2
25802026-05-18T19:31:55.056Z Compiling parking_lot v0.12.5
25812026-05-18T19:31:55.103Z Compiling idna v1.1.0
25822026-05-18T19:31:55.199Z Compiling generic-array v0.14.7
25832026-05-18T19:31:55.222Z Compiling regex-syntax v0.8.10
25842026-05-18T19:31:55.455Z Compiling url v2.5.8
25852026-05-18T19:31:55.472Z Compiling tokio v1.52.3
25862026-05-18T19:31:55.586Z Compiling tracing-attributes v0.1.31
25872026-05-18T19:31:55.821Z Compiling tracing-core v0.1.36
25882026-05-18T19:31:55.976Z Compiling ucd-trie v0.1.7
25892026-05-18T19:31:56.931Z Compiling typenum v1.20.0
25902026-05-18T19:31:57.021Z Compiling tracing v0.1.44
25912026-05-18T19:31:57.226Z Compiling ipnetwork v0.21.1
25922026-05-18T19:31:57.382Z Compiling pest v2.8.6
25932026-05-18T19:31:57.404Z Compiling http v1.4.0
25942026-05-18T19:31:57.457Z Compiling aho-corasick v1.1.4
25952026-05-18T19:31:58.360Z Compiling base64 v0.22.1
25962026-05-18T19:31:58.644Z Compiling pest_meta v2.8.6
25972026-05-18T19:31:58.858Z Compiling regex-automata v0.4.14
25982026-05-18T19:31:59.061Z Compiling byteorder v1.5.0
25992026-05-18T19:31:59.270Z Compiling pest_generator v2.8.6
26002026-05-18T19:31:59.883Z Compiling rustls-pki-types v1.14.1
26012026-05-18T19:32:00.162Z Compiling slog v2.8.2
26022026-05-18T19:32:00.431Z Compiling getrandom v0.3.4
26032026-05-18T19:32:00.434Z Compiling fnv v1.0.7
26042026-05-18T19:32:00.482Z Compiling pest_derive v2.8.6
26052026-05-18T19:32:00.565Z Compiling regex v1.12.3
26062026-05-18T19:32:00.764Z Compiling erased-serde v0.3.31
26072026-05-18T19:32:00.807Z Compiling anyhow v1.0.102
26082026-05-18T19:32:01.017Z Compiling crypto-common v0.1.7
26092026-05-18T19:32:01.178Z Compiling untrusted v0.9.0
26102026-05-18T19:32:01.181Z Compiling tokio-util v0.7.18
26112026-05-18T19:32:01.382Z Compiling oxnet v0.1.5
26122026-05-18T19:32:01.532Z Compiling ipnet v2.12.0
26132026-05-18T19:32:01.572Z Compiling strsim v0.11.1
26142026-05-18T19:32:01.971Z Compiling paste v1.0.15
26152026-05-18T19:32:02.536Z Compiling time-core v0.1.8
26162026-05-18T19:32:02.693Z Compiling num-conv v0.2.1
26172026-05-18T19:32:02.852Z Compiling time-macros v0.2.27
26182026-05-18T19:32:02.944Z Compiling http-body v1.0.1
26192026-05-18T19:32:03.393Z Compiling ident_case v1.0.1
26202026-05-18T19:32:03.456Z Compiling atomic-waker v1.1.2
26212026-05-18T19:32:03.602Z Compiling block-buffer v0.10.4
26222026-05-18T19:32:03.860Z Compiling scroll_derive v0.13.1
26232026-05-18T19:32:03.928Z Compiling tower-service v0.3.3
26242026-05-18T19:32:04.034Z Compiling camino v1.2.2
26252026-05-18T19:32:04.144Z Compiling tower-layer v0.3.3
26262026-05-18T19:32:04.158Z Compiling ryu v1.0.23
26272026-05-18T19:32:04.355Z Compiling try-lock v0.2.5
26282026-05-18T19:32:04.461Z Compiling want v0.3.1
26292026-05-18T19:32:04.656Z Compiling digest v0.10.7
26302026-05-18T19:32:04.717Z Compiling h2 v0.4.14
26312026-05-18T19:32:04.915Z Compiling async-trait v0.1.89
26322026-05-18T19:32:05.130Z Compiling httpdate v1.0.3
26332026-05-18T19:32:05.493Z Compiling pretty-hex v0.4.2
26342026-05-18T19:32:05.648Z Compiling omicron-workspace-hack v0.1.0
26352026-05-18T19:32:05.924Z Compiling ppv-lite86 v0.2.21
26362026-05-18T19:32:06.279Z Compiling crossbeam-utils v0.8.21
26372026-05-18T19:32:06.333Z Compiling crc32fast v1.5.0
26382026-05-18T19:32:06.639Z Compiling aws-lc-rs v1.17.0
26392026-05-18T19:32:06.978Z Compiling serde_urlencoded v0.7.1
26402026-05-18T19:32:07.264Z Compiling hyper v1.9.0
26412026-05-18T19:32:07.336Z Compiling http-body-util v0.1.3
26422026-05-18T19:32:07.733Z Compiling slog-async v2.8.0
26432026-05-18T19:32:07.851Z Compiling usdt-impl v0.6.0
26442026-05-18T19:32:08.131Z Compiling scroll v0.13.0
26452026-05-18T19:32:08.679Z Compiling hyper-util v0.1.20
26462026-05-18T19:32:10.376Z Compiling plain v0.2.3
26472026-05-18T19:32:10.503Z Compiling foldhash v0.2.0
26482026-05-18T19:32:10.806Z Compiling allocator-api2 v0.2.21
26492026-05-18T19:32:11.142Z Compiling untrusted v0.7.1
26502026-05-18T19:32:11.216Z Compiling hashbrown v0.16.1
26512026-05-18T19:32:11.279Z Compiling goblin v0.10.5
26522026-05-18T19:32:11.468Z Compiling openapiv3 v2.2.0
26532026-05-18T19:32:11.939Z Compiling daft-derive v0.1.7
26542026-05-18T19:32:12.194Z Compiling cpufeatures v0.2.17
26552026-05-18T19:32:12.279Z Compiling rustls v0.23.40
26562026-05-18T19:32:13.284Z Compiling dtrace-parser v0.3.0
26572026-05-18T19:32:13.580Z Compiling thread-id v5.1.0
26582026-05-18T19:32:13.602Z Compiling syn v1.0.109
26592026-05-18T19:32:13.946Z Compiling dof v0.4.0
26602026-05-18T19:32:14.251Z Compiling rustls v0.22.4
26612026-05-18T19:32:14.498Z Compiling powerfmt v0.2.0
26622026-05-18T19:32:14.921Z Compiling deranged v0.5.8
26632026-05-18T19:32:15.445Z Compiling num_threads v0.1.7
26642026-05-18T19:32:15.550Z Compiling usdt-attr-macro v0.6.0
26652026-05-18T19:32:15.668Z Compiling usdt-macro v0.6.0
26662026-05-18T19:32:16.039Z Compiling time v0.3.47
26672026-05-18T19:32:16.064Z Compiling rand_core v0.9.5
26682026-05-18T19:32:16.423Z Compiling sync_wrapper v1.0.2
26692026-05-18T19:32:16.506Z Compiling multer v3.1.0
26702026-05-18T19:32:16.544Z Compiling ref-cast v1.0.25
26712026-05-18T19:32:16.579Z Compiling tower v0.5.3
26722026-05-18T19:32:16.888Z Compiling crossbeam-channel v0.5.15
26732026-05-18T19:32:17.167Z Compiling webpki-roots v1.0.7
26742026-05-18T19:32:17.301Z Compiling hex v0.4.3
26752026-05-18T19:32:17.341Z Compiling winnow v1.0.3
26762026-05-18T19:32:17.570Z Compiling tower-http v0.6.10
26772026-05-18T19:32:17.596Z Compiling rand_chacha v0.9.0
26782026-05-18T19:32:17.894Z Compiling futures-executor v0.3.32
26792026-05-18T19:32:18.163Z Compiling async-stream-impl v0.3.6
26802026-05-18T19:32:18.252Z Compiling ref-cast-impl v1.0.25
26812026-05-18T19:32:18.375Z Compiling dropshot v0.17.0
26822026-05-18T19:32:18.641Z Compiling thread_local v1.1.9
26832026-05-18T19:32:18.832Z Compiling futures v0.3.32
26842026-05-18T19:32:18.919Z Compiling rand v0.9.4
26852026-05-18T19:32:18.981Z Compiling structmeta-derive v0.3.0
26862026-05-18T19:32:18.994Z Compiling is-terminal v0.4.17
26872026-05-18T19:32:19.020Z Compiling term v1.2.1
26882026-05-18T19:32:19.100Z Compiling take_mut v0.2.2
26892026-05-18T19:32:19.226Z Compiling fastrand v2.4.1
26902026-05-18T19:32:19.572Z Compiling slog-term v2.9.2
26912026-05-18T19:32:19.957Z Compiling darling_core v0.23.0
26922026-05-18T19:32:20.053Z Compiling structmeta v0.3.0
26932026-05-18T19:32:20.274Z Compiling newtype-uuid-macros v0.1.0
26942026-05-18T19:32:20.487Z Compiling dropshot_endpoint v0.17.0
26952026-05-18T19:32:20.909Z Compiling newtype-uuid v1.3.2
26962026-05-18T19:32:20.957Z Compiling strum_macros v0.26.4
26972026-05-18T19:32:21.251Z Compiling daft v0.1.7
26982026-05-18T19:32:21.559Z Compiling tempfile v3.27.0
26992026-05-18T19:32:21.886Z Compiling sha1 v0.10.6
27002026-05-18T19:32:22.094Z Compiling darling_macro v0.23.0
27012026-05-18T19:32:22.288Z Compiling simd-adler32 v0.3.9
27022026-05-18T19:32:22.289Z Compiling match_cfg v0.1.0
27032026-05-18T19:32:22.400Z Compiling either v1.15.0
27042026-05-18T19:32:22.589Z Compiling adler2 v2.0.1
27052026-05-18T19:32:22.589Z Compiling hostname v0.3.1
27062026-05-18T19:32:22.627Z Compiling toml_parser v1.1.2+spec-1.1.0
27072026-05-18T19:32:22.698Z Compiling darling v0.23.0
27082026-05-18T19:32:22.758Z Compiling miniz_oxide v0.8.9
27092026-05-18T19:32:22.772Z Compiling slog-json v2.6.1
27102026-05-18T19:32:22.787Z Compiling serde_with_macros v3.20.0
27112026-05-18T19:32:23.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-05-18T19:32:23.149Z Compiling serde_spanned v1.1.1
27132026-05-18T19:32:23.313Z Compiling memmap2 v0.9.10
27142026-05-18T19:32:23.537Z Compiling toml_writer v1.1.1+spec-1.1.0
27152026-05-18T19:32:23.608Z Compiling flate2 v1.1.9
27162026-05-18T19:32:23.805Z Compiling slog-bunyan v2.5.0
27172026-05-18T19:32:23.944Z Compiling derive-ex v0.1.8
27182026-05-18T19:32:24.011Z Compiling rustls-webpki v0.102.8
27192026-05-18T19:32:24.151Z Compiling rand_chacha v0.3.1
27202026-05-18T19:32:24.165Z Compiling strum_macros v0.27.2
27212026-05-18T19:32:24.211Z Compiling debug-ignore v1.0.5
27222026-05-18T19:32:24.328Z Compiling openssl-probe v0.2.1
27232026-05-18T19:32:24.583Z Compiling compression-core v0.4.32
27242026-05-18T19:32:25.523Z Compiling usdt v0.6.0
27252026-05-18T19:32:26.026Z Compiling test-strategy v0.4.5
27262026-05-18T19:32:26.038Z Compiling compression-codecs v0.4.38
27272026-05-18T19:32:26.418Z Compiling rustls-native-certs v0.8.3
27282026-05-18T19:32:26.443Z Compiling rand v0.8.6
27292026-05-18T19:32:26.907Z Compiling macaddr v1.0.1
27302026-05-18T19:32:27.201Z Compiling toml_datetime v1.1.1+spec-1.1.0
27312026-05-18T19:32:27.215Z Compiling encoding_rs v0.8.35
27322026-05-18T19:32:27.248Z Compiling mime v0.3.17
27332026-05-18T19:32:27.425Z Compiling spin v0.9.8
27342026-05-18T19:32:27.629Z Compiling toml v1.1.2+spec-1.1.0
27352026-05-18T19:32:27.740Z Compiling async-compression v0.4.42
27362026-05-18T19:32:27.844Z Compiling async-stream v0.3.6
27372026-05-18T19:32:28.103Z Compiling regress v0.10.5
27382026-05-18T19:32:28.153Z Compiling waitgroup v0.1.2
27392026-05-18T19:32:28.201Z Compiling rustls-pemfile v2.2.0
27402026-05-18T19:32:28.490Z Compiling tokio-rustls v0.25.0
27412026-05-18T19:32:28.772Z Compiling serde_path_to_error v0.1.20
27422026-05-18T19:32:29.236Z Compiling hostname v0.4.2
27432026-05-18T19:32:30.147Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27442026-05-18T19:32:31.822Z Compiling parse-display-derive v0.10.0
27452026-05-18T19:32:32.600Z Compiling unicode-width v0.2.2
27462026-05-18T19:32:32.815Z Compiling strum v0.26.3
27472026-05-18T19:32:32.961Z Compiling wait-timeout v0.2.1
27482026-05-18T19:32:33.156Z Compiling bit-vec v0.8.0
27492026-05-18T19:32:33.332Z Compiling quick-error v1.2.3
27502026-05-18T19:32:33.389Z Compiling bit-set v0.8.0
27512026-05-18T19:32:33.432Z Compiling rusty-fork v0.3.1
27522026-05-18T19:32:33.455Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27532026-05-18T19:32:33.455Z Compiling serde_with v3.20.0
27542026-05-18T19:32:33.589Z Compiling rand_xorshift v0.4.0
27552026-05-18T19:32:33.767Z Compiling unarray v0.1.4
27562026-05-18T19:32:33.905Z Compiling proptest v1.11.0
27572026-05-18T19:32:34.280Z Compiling strum v0.27.2
27582026-05-18T19:32:34.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27592026-05-18T19:32:34.495Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27602026-05-18T19:32:34.591Z Compiling instant v0.1.13
27612026-05-18T19:32:35.788Z Compiling rustc-hash v2.1.2
27622026-05-18T19:32:35.916Z Compiling iddqd v0.3.18
27632026-05-18T19:32:36.383Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-05-18T19:32:36.949Z Compiling itertools v0.14.0
27652026-05-18T19:32:37.971Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27662026-05-18T19:32:38.215Z Compiling backon v1.6.0
27672026-05-18T19:32:38.293Z Compiling clap_derive v4.6.1
27682026-05-18T19:32:38.707Z Compiling utf8parse v0.2.2
27692026-05-18T19:32:38.835Z Compiling anstyle-parse v1.0.0
27702026-05-18T19:32:39.190Z Compiling backoff v0.4.0
27712026-05-18T19:32:39.611Z Compiling parse-display v0.10.0
27722026-05-18T19:32:40.028Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27732026-05-18T19:32:40.062Z Compiling terminal_size v0.4.4
27742026-05-18T19:32:40.225Z Compiling anstyle v1.0.14
27752026-05-18T19:32:40.501Z Compiling is_terminal_polyfill v1.70.2
27762026-05-18T19:32:40.533Z Compiling anstyle-query v1.1.5
27772026-05-18T19:32:40.601Z Compiling colorchoice v1.0.5
27782026-05-18T19:32:40.730Z Compiling anstream v1.0.0
27792026-05-18T19:32:41.629Z Compiling clap_lex v1.1.0
27802026-05-18T19:32:41.796Z Compiling clap_builder v4.6.0
27812026-05-18T19:32:43.116Z Compiling regress v0.11.1
27822026-05-18T19:32:43.454Z Compiling unsafe-libyaml v0.2.11
27832026-05-18T19:32:43.848Z Compiling clap v4.6.1
27842026-05-18T19:32:44.105Z Compiling crucible-workspace-hack v0.1.0
27852026-05-18T19:32:44.158Z Compiling serde_yaml v0.9.34+deprecated
27862026-05-18T19:32:44.546Z Compiling toml_edit v0.25.11+spec-1.1.0
27872026-05-18T19:32:45.191Z Compiling typify-impl v0.6.2
27882026-05-18T19:32:45.651Z Compiling zerocopy-derive v0.7.35
27892026-05-18T19:32:46.549Z Compiling proc-macro-crate v3.5.0
27902026-05-18T19:32:47.176Z Compiling darling_core v0.21.3
27912026-05-18T19:32:47.742Z Compiling convert_case v0.4.0
27922026-05-18T19:32:48.046Z Compiling derive_more v0.99.20
27932026-05-18T19:32:48.507Z Compiling typify-macro v0.6.2
27942026-05-18T19:32:48.546Z Compiling num_enum_derive v0.7.6
27952026-05-18T19:32:49.245Z Compiling darling_macro v0.21.3
27962026-05-18T19:32:49.320Z Compiling toml_datetime v0.6.11
27972026-05-18T19:32:50.048Z Compiling darling v0.21.3
27982026-05-18T19:32:50.133Z Compiling num_enum v0.7.6
27992026-05-18T19:32:50.628Z Compiling secrecy v0.10.3
28002026-05-18T19:32:50.819Z Compiling proc-macro-error-attr v1.0.4
28012026-05-18T19:32:50.883Z Compiling heapless v0.8.0
28022026-05-18T19:32:51.054Z Compiling tinyvec_macros v0.1.1
28032026-05-18T19:32:51.083Z Compiling prettyplease v0.2.37
28042026-05-18T19:32:51.448Z Compiling tinyvec v1.11.0
28052026-05-18T19:32:51.827Z Compiling ingot-macros v0.1.1
28062026-05-18T19:32:51.854Z Compiling zerocopy v0.7.35
28072026-05-18T19:32:51.857Z Compiling crossbeam-epoch v0.9.18
28082026-05-18T19:32:52.354Z Compiling hash32 v0.3.1
28092026-05-18T19:32:52.386Z Compiling scroll_derive v0.12.1
28102026-05-18T19:32:52.432Z Compiling rustc_version v0.4.1
28112026-05-18T19:32:52.516Z Compiling num-integer v0.1.46
28122026-05-18T19:32:52.576Z Compiling proc-macro-error v1.0.4
28132026-05-18T19:32:52.698Z Compiling usdt-impl v0.5.0
28142026-05-18T19:32:52.830Z Compiling smoltcp v0.11.0
28152026-05-18T19:32:52.981Z Compiling winnow v0.7.15
28162026-05-18T19:32:53.003Z Compiling rustix v0.38.44
28172026-05-18T19:32:53.100Z Compiling pkg-config v0.3.33
28182026-05-18T19:32:53.188Z Compiling data-encoding v2.11.0
28192026-05-18T19:32:53.364Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28202026-05-18T19:32:53.665Z Compiling scroll v0.12.0
28212026-05-18T19:32:53.909Z Compiling curve25519-dalek v4.1.3
28222026-05-18T19:32:54.391Z Compiling dof v0.3.0
28232026-05-18T19:32:54.460Z Compiling ingot-types v0.1.2
28242026-05-18T19:32:55.182Z Compiling typify v0.6.2
28252026-05-18T19:32:55.282Z Compiling dtrace-parser v0.2.0
28262026-05-18T19:32:55.359Z Compiling tabwriter v1.4.1
28272026-05-18T19:32:55.522Z Compiling hmac v0.12.1
28282026-05-18T19:32:55.607Z Compiling inout v0.1.4
28292026-05-18T19:32:55.684Z Compiling ff v0.13.1
28302026-05-18T19:32:55.715Z Compiling cobs v0.3.0
28312026-05-18T19:32:55.859Z Compiling bstr v1.12.1
28322026-05-18T19:32:55.872Z Compiling thread-id v4.2.2
28332026-05-18T19:32:56.009Z Compiling static_assertions v1.1.0
28342026-05-18T19:32:56.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
28352026-05-18T19:32:56.174Z Compiling bitflags v1.3.2
28362026-05-18T19:32:56.201Z Compiling managed v0.8.0
28372026-05-18T19:32:56.585Z Compiling postcard v1.1.3
28382026-05-18T19:32:56.601Z Compiling group v0.13.0
28392026-05-18T19:32:56.604Z Compiling cipher v0.4.4
28402026-05-18T19:32:56.723Z Compiling hkdf v0.12.4
28412026-05-18T19:32:57.529Z Compiling ingot v0.1.1
28422026-05-18T19:32:57.776Z Compiling goblin v0.8.2
28432026-05-18T19:32:59.730Z Compiling num-rational v0.4.2
28442026-05-18T19:33:00.157Z Compiling num-iter v0.1.45
28452026-05-18T19:33:00.715Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28462026-05-18T19:33:00.737Z Compiling thiserror-impl-no-std v2.0.2
28472026-05-18T19:33:00.994Z Compiling hubpack_derive v0.1.1
28482026-05-18T19:33:01.257Z Compiling universal-hash v0.5.1
28492026-05-18T19:33:01.546Z Compiling crypto-bigint v0.5.5
28502026-05-18T19:33:01.710Z Compiling half v2.7.1
28512026-05-18T19:33:01.728Z Compiling serde_repr v0.1.20
28522026-05-18T19:33:01.851Z Compiling curve25519-dalek-derive v0.1.1
28532026-05-18T19:33:02.058Z Compiling foreign-types-macros v0.2.3
28542026-05-18T19:33:02.340Z Compiling num-complex v0.4.6
28552026-05-18T19:33:03.101Z Compiling colored v3.1.1
28562026-05-18T19:33:03.581Z Compiling opaque-debug v0.3.1
28572026-05-18T19:33:03.731Z Compiling base16ct v0.2.0
28582026-05-18T19:33:03.769Z Compiling cpufeatures v0.3.0
28592026-05-18T19:33:03.795Z Compiling base64ct v1.8.3
28602026-05-18T19:33:03.824Z Compiling indent_write v2.2.0
28612026-05-18T19:33:03.853Z Compiling heck v0.4.1
28622026-05-18T19:33:03.946Z Compiling ciborium-io v0.2.2
28632026-05-18T19:33:03.980Z Compiling foreign-types-shared v0.3.1
28642026-05-18T19:33:04.137Z Compiling foreign-types v0.5.0
28652026-05-18T19:33:04.289Z Compiling password-hash v0.5.0
28662026-05-18T19:33:04.589Z Compiling ciborium-ll v0.2.2
28672026-05-18T19:33:04.620Z Compiling elliptic-curve v0.13.8
28682026-05-18T19:33:04.862Z Compiling chacha20 v0.10.0
28692026-05-18T19:33:05.116Z Compiling poly1305 v0.8.0
28702026-05-18T19:33:05.725Z Compiling num v0.4.3
28712026-05-18T19:33:05.739Z Compiling thiserror-no-std v2.0.2
28722026-05-18T19:33:05.814Z Compiling hubpack v0.1.2
28732026-05-18T19:33:06.760Z Compiling chacha20 v0.9.1
28742026-05-18T19:33:07.264Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28752026-05-18T19:33:07.295Z Compiling reqwest v0.12.28
28762026-05-18T19:33:08.371Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
28772026-05-18T19:33:08.771Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28782026-05-18T19:33:08.804Z Compiling byte-wrapper v0.1.0
28792026-05-18T19:33:09.292Z Compiling blake2 v0.10.6
28802026-05-18T19:33:09.306Z Compiling aead v0.5.2
28812026-05-18T19:33:09.502Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28822026-05-18T19:33:09.922Z Compiling cstr-argument v0.1.2
28832026-05-18T19:33:10.020Z Compiling memoffset v0.9.1
28842026-05-18T19:33:10.129Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
28852026-05-18T19:33:10.336Z Compiling keccak v0.1.6
28862026-05-18T19:33:10.372Z Compiling float-ord v0.3.2
28872026-05-18T19:33:10.414Z Compiling cfg_aliases v0.2.1
28882026-05-18T19:33:10.490Z Compiling sha3 v0.10.9
28892026-05-18T19:33:10.505Z Compiling nix v0.31.3
28902026-05-18T19:33:11.077Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28912026-05-18T19:33:11.281Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28922026-05-18T19:33:11.588Z Compiling argon2 v0.5.3
28932026-05-18T19:33:11.697Z Compiling chacha20poly1305 v0.10.1
28942026-05-18T19:33:11.855Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28952026-05-18T19:33:11.997Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28962026-05-18T19:33:13.407Z Compiling progenitor-client v0.10.0
28972026-05-18T19:33:13.686Z Compiling rustls-webpki v0.103.13
28982026-05-18T19:33:15.301Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
28992026-05-18T19:33:15.543Z Compiling vsss-rs v3.3.4
29002026-05-18T19:33:15.840Z Compiling rand v0.10.1
29012026-05-18T19:33:16.129Z Compiling ciborium v0.2.2
29022026-05-18T19:33:16.637Z Compiling atomicwrites v0.4.4
29032026-05-18T19:33:16.930Z Compiling usdt-macro v0.5.0
29042026-05-18T19:33:16.943Z Compiling usdt-attr-macro v0.5.0
29052026-05-18T19:33:17.799Z Compiling num-derive v0.4.2
29062026-05-18T19:33:18.009Z Compiling tokio-rustls v0.26.4
29072026-05-18T19:33:18.159Z Compiling rustls-platform-verifier v0.7.0
29082026-05-18T19:33:18.319Z Compiling hyper-rustls v0.27.9
29092026-05-18T19:33:18.764Z Compiling reqwest v0.13.3
29102026-05-18T19:33:18.884Z Compiling enum-as-inner v0.6.1
29112026-05-18T19:33:18.936Z Compiling memmap v0.7.0
29122026-05-18T19:33:19.300Z Compiling rayon-core v1.13.0
29132026-05-18T19:33:19.315Z Compiling winnow v0.5.40
29142026-05-18T19:33:19.669Z Compiling semver v0.1.20
29152026-05-18T19:33:19.938Z Compiling rustc_version v0.1.7
29162026-05-18T19:33:20.150Z Compiling progenitor-client v0.14.0
29172026-05-18T19:33:20.704Z Compiling progenitor-extras v0.2.0
29182026-05-18T19:33:20.973Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29192026-05-18T19:33:21.142Z Compiling toml_edit v0.19.15
29202026-05-18T19:33:21.682Z Compiling usdt v0.5.0
29212026-05-18T19:33:22.523Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29222026-05-18T19:33:23.156Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29232026-05-18T19:33:23.272Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29242026-05-18T19:33:23.756Z Compiling similar v2.7.0
29252026-05-18T19:33:26.122Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29262026-05-18T19:33:26.581Z Compiling crossbeam-deque v0.8.6
29272026-05-18T19:33:26.985Z Compiling serde_spanned v0.6.9
29282026-05-18T19:33:28.792Z Compiling toml_write v0.1.2
29292026-05-18T19:33:29.022Z Compiling bytecount v0.6.9
29302026-05-18T19:33:29.229Z Compiling vcpkg v0.2.15
29312026-05-18T19:33:30.859Z Compiling lazy_static v1.5.0
29322026-05-18T19:33:32.022Z Compiling openssl-sys v0.9.116
29332026-05-18T19:33:32.619Z Compiling toml_edit v0.22.27
29342026-05-18T19:33:33.009Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29352026-05-18T19:33:33.224Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29362026-05-18T19:33:33.837Z Compiling proc-macro-crate v1.3.1
29372026-05-18T19:33:34.194Z Compiling newtype_derive v0.1.6
29382026-05-18T19:33:34.733Z Compiling itertools v0.12.1
29392026-05-18T19:33:35.127Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29402026-05-18T19:33:35.510Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29412026-05-18T19:33:35.570Z Compiling swrite v0.1.0
29422026-05-18T19:33:35.666Z Compiling unicode-segmentation v1.13.2
29432026-05-18T19:33:35.686Z Compiling resolv-conf v0.7.6
29442026-05-18T19:33:35.701Z Compiling linked-hash-map v0.5.6
29452026-05-18T19:33:35.933Z Compiling owo-colors v4.3.0
29462026-05-18T19:33:36.062Z Compiling newline-converter v0.3.0
29472026-05-18T19:33:36.328Z Compiling lru-cache v0.1.2
29482026-05-18T19:33:36.363Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29492026-05-18T19:33:36.422Z Compiling num_enum_derive v0.5.11
29502026-05-18T19:33:36.449Z Compiling toml v0.8.23
29512026-05-18T19:33:36.482Z Compiling rayon v1.12.0
29522026-05-18T19:33:37.065Z Compiling hickory-proto v0.24.4
29532026-05-18T19:33:37.120Z Compiling progenitor-impl v0.13.0
29542026-05-18T19:33:37.470Z Compiling progenitor-impl v0.14.0
29552026-05-18T19:33:38.085Z Compiling console v0.15.11
29562026-05-18T19:33:38.104Z Compiling camino-tempfile v1.4.1
29572026-05-18T19:33:38.529Z Compiling serde-big-array v0.5.1
29582026-05-18T19:33:38.642Z Compiling derive-where v1.6.1
29592026-05-18T19:33:38.699Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-18T19:33:39.174Z Compiling pin-project-internal v1.1.13
29612026-05-18T19:33:39.268Z Compiling siphasher v1.0.3
29622026-05-18T19:33:39.360Z Compiling minimal-lexical v0.2.1
29632026-05-18T19:33:39.493Z Compiling phf_shared v0.12.1
29642026-05-18T19:33:39.588Z Compiling progenitor-macro v0.14.0
29652026-05-18T19:33:39.618Z Compiling nom v7.1.3
29662026-05-18T19:33:39.949Z Compiling progenitor-macro v0.13.0
29672026-05-18T19:33:40.292Z Compiling pin-project v1.1.13
29682026-05-18T19:33:40.415Z Compiling hickory-resolver v0.24.4
29692026-05-18T19:33:40.556Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
29702026-05-18T19:33:40.981Z Compiling expectorate v1.2.0
29712026-05-18T19:33:43.850Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29722026-05-18T19:33:44.464Z Compiling num_enum v0.5.11
29732026-05-18T19:33:44.610Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
29742026-05-18T19:33:44.819Z Compiling progenitor-client v0.13.0
29752026-05-18T19:33:45.794Z Compiling zone_cfg_derive v0.3.1
29762026-05-18T19:33:46.542Z Compiling unicode-normalization v0.1.25
29772026-05-18T19:33:46.738Z Compiling tokio-stream v0.1.18
29782026-05-18T19:33:47.167Z Compiling snafu-derive v0.8.9
29792026-05-18T19:33:47.310Z Compiling async-recursion v1.1.1
29802026-05-18T19:33:48.023Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
29812026-05-18T19:33:48.039Z Compiling slog-dtrace v0.3.0
29822026-05-18T19:33:48.313Z Compiling csv-core v0.1.13
29832026-05-18T19:33:48.361Z Compiling foldhash v0.1.5
29842026-05-18T19:33:48.621Z Compiling highway v1.3.0
29852026-05-18T19:33:48.748Z Compiling unicode-linebreak v0.1.5
29862026-05-18T19:33:48.939Z Compiling foreign-types-shared v0.1.1
29872026-05-18T19:33:49.040Z Compiling smawk v0.3.2
29882026-05-18T19:33:49.053Z Compiling same-file v1.0.6
29892026-05-18T19:33:49.222Z Compiling cancel-safe-futures v0.1.5
29902026-05-18T19:33:49.240Z Compiling unicode-xid v0.2.6
29912026-05-18T19:33:49.366Z Compiling konst_macro_rules v0.2.19
29922026-05-18T19:33:49.381Z Compiling unicode-width v0.1.14
29932026-05-18T19:33:49.508Z Compiling openssl v0.10.80
29942026-05-18T19:33:49.578Z Compiling chrono-tz v0.10.4
29952026-05-18T19:33:49.703Z Compiling konst v0.2.20
29962026-05-18T19:33:49.869Z Compiling const_format_proc_macros v0.2.34
29972026-05-18T19:33:49.886Z Compiling textwrap v0.16.2
29982026-05-18T19:33:49.959Z Compiling walkdir v2.5.0
29992026-05-18T19:33:50.104Z Compiling foreign-types v0.3.2
30002026-05-18T19:33:50.195Z Compiling snafu v0.8.9
30012026-05-18T19:33:50.676Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30022026-05-18T19:33:50.690Z Compiling hashbrown v0.15.5
30032026-05-18T19:33:50.776Z Compiling csv v1.4.0
30042026-05-18T19:33:51.494Z Compiling progenitor v0.13.0
30052026-05-18T19:33:51.531Z Compiling qorb v0.4.1
30062026-05-18T19:33:51.658Z Compiling olpc-cjson v0.1.4
30072026-05-18T19:33:51.766Z Compiling progenitor v0.14.0
30082026-05-18T19:33:51.929Z Compiling zone v0.3.1
30092026-05-18T19:33:51.947Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30102026-05-18T19:33:54.102Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112026-05-18T19:33:54.661Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30122026-05-18T19:33:55.715Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30132026-05-18T19:33:56.677Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30142026-05-18T19:33:57.229Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-18T19:33:58.928Z Compiling phf v0.12.1
30162026-05-18T19:33:59.401Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30172026-05-18T19:33:59.578Z Compiling tokio-dtrace v0.1.1
30182026-05-18T19:33:59.762Z Compiling globset v0.4.18
30192026-05-18T19:33:59.919Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-18T19:34:00.157Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30212026-05-18T19:34:00.276Z Compiling smf v0.2.3
30222026-05-18T19:34:00.363Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30232026-05-18T19:34:00.790Z Compiling libsw-core v0.3.2
30242026-05-18T19:34:00.896Z Compiling pem v3.0.6
30252026-05-18T19:34:00.989Z Compiling serde_plain v1.0.2
30262026-05-18T19:34:01.298Z Compiling openssl-macros v0.1.1
30272026-05-18T19:34:01.436Z Compiling cookie v0.18.1
30282026-05-18T19:34:01.609Z Compiling sigpipe v0.1.3
30292026-05-18T19:34:01.624Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30302026-05-18T19:34:01.704Z Compiling jiff v0.2.24
30312026-05-18T19:34:01.802Z Compiling fixedbitset v0.5.7
30322026-05-18T19:34:01.885Z Compiling fixedbitset v0.4.2
30332026-05-18T19:34:02.012Z Compiling glob v0.3.3
30342026-05-18T19:34:02.054Z Compiling typed-path v0.9.3
30352026-05-18T19:34:02.262Z Compiling petgraph v0.6.5
30362026-05-18T19:34:02.332Z Compiling petgraph v0.8.3
30372026-05-18T19:34:03.050Z Compiling libsw v3.5.0
30382026-05-18T19:34:03.250Z Compiling tough v0.22.0
30392026-05-18T19:34:04.099Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30402026-05-18T19:34:04.115Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30412026-05-18T19:34:04.352Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30422026-05-18T19:34:04.661Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30432026-05-18T19:34:04.731Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30442026-05-18T19:34:05.009Z Compiling oxide-tokio-rt v0.1.6
30452026-05-18T19:34:06.779Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30462026-05-18T19:34:07.657Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30472026-05-18T19:34:07.904Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30482026-05-18T19:34:09.234Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30492026-05-18T19:34:09.346Z Compiling const_format v0.2.36
30502026-05-18T19:34:10.282Z Compiling papergrid v0.11.0
30512026-05-18T19:34:10.516Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30522026-05-18T19:34:10.717Z Compiling libscf-sys v1.2.0
30532026-05-18T19:34:10.887Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30542026-05-18T19:34:11.028Z Compiling tabled_derive v0.7.0
30552026-05-18T19:34:11.249Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
30562026-05-18T19:34:11.826Z Compiling gethostname v0.5.0
30572026-05-18T19:34:11.976Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30582026-05-18T19:34:12.021Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30592026-05-18T19:34:12.075Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30602026-05-18T19:34:12.115Z Compiling bcs v0.1.6
30612026-05-18T19:34:12.529Z Compiling tagptr v0.2.0
30622026-05-18T19:34:12.586Z Compiling whoami v1.6.1
30632026-05-18T19:34:12.705Z Compiling linear-map v1.2.0
30642026-05-18T19:34:12.828Z Compiling termtree v0.5.1
30652026-05-18T19:34:12.944Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30662026-05-18T19:34:14.436Z Compiling moka v0.12.15
30672026-05-18T19:34:14.894Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30682026-05-18T19:34:15.527Z Compiling tabled v0.15.0
30692026-05-18T19:34:15.643Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30702026-05-18T19:34:15.692Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30712026-05-18T19:34:15.916Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30722026-05-18T19:34:15.989Z Compiling steno v0.4.1
30732026-05-18T19:34:17.730Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30742026-05-18T19:34:21.234Z Compiling hickory-proto v0.25.2
30752026-05-18T19:34:21.497Z Compiling typify-impl v0.4.3
30762026-05-18T19:34:23.408Z Compiling humantime v2.3.0
30772026-05-18T19:34:23.866Z Compiling hickory-resolver v0.25.2
30782026-05-18T19:34:24.340Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30792026-05-18T19:34:24.416Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
30802026-05-18T19:34:24.530Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
30812026-05-18T19:34:24.823Z Compiling typify-macro v0.4.3
30822026-05-18T19:34:25.231Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30832026-05-18T19:34:26.427Z Compiling typify v0.4.3
30842026-05-18T19:34:26.541Z Compiling parking_lot_core v0.8.6
30852026-05-18T19:34:26.889Z Compiling nom v8.0.0
30862026-05-18T19:34:27.579Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
30872026-05-18T19:34:29.356Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
30882026-05-18T19:34:29.986Z Compiling crunchy v0.2.4
30892026-05-18T19:34:30.186Z Compiling parking_lot v0.11.2
30902026-05-18T19:34:30.337Z Compiling fxhash v0.2.1
30912026-05-18T19:34:30.494Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30922026-05-18T19:34:30.780Z Compiling proc-macro-error-attr2 v2.0.0
30932026-05-18T19:34:31.091Z Compiling tiny-keccak v2.0.2
30942026-05-18T19:34:31.278Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30952026-05-18T19:34:31.388Z Compiling proc-macro-error2 v2.0.1
30962026-05-18T19:34:31.566Z Compiling sled v0.34.7
30972026-05-18T19:34:31.786Z Compiling arc-swap v1.9.1
30982026-05-18T19:34:32.153Z Compiling slog-scope v4.4.1
30992026-05-18T19:34:32.585Z Compiling tabled_derive v0.11.0
31002026-05-18T19:34:32.676Z Compiling progenitor-impl v0.11.2
31012026-05-18T19:34:33.145Z Compiling papergrid v0.17.0
31022026-05-18T19:34:33.758Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31032026-05-18T19:34:34.798Z Compiling testing_table v0.3.0
31042026-05-18T19:34:35.158Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31052026-05-18T19:34:35.230Z Compiling internet-checksum v0.2.1
31062026-05-18T19:34:35.388Z Compiling tabled v0.20.0
31072026-05-18T19:34:35.491Z Compiling progenitor-macro v0.11.2
31082026-05-18T19:34:38.687Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
31092026-05-18T19:34:39.684Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31102026-05-18T19:34:43.207Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
31112026-05-18T19:34:43.911Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
31122026-05-18T19:34:44.041Z Compiling const-random-macro v0.1.16
31132026-05-18T19:34:44.494Z Compiling slog-stdlog v4.1.1
31142026-05-18T19:34:44.944Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
31152026-05-18T19:34:46.543Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
31162026-05-18T19:34:46.962Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31172026-05-18T19:34:46.978Z Compiling progenitor-client v0.11.2
31182026-05-18T19:34:47.482Z Compiling dropshot-api-manager-types v0.7.1
31192026-05-18T19:34:47.692Z Compiling ahash v0.8.12
31202026-05-18T19:34:47.984Z Compiling smartstring v1.0.1
31212026-05-18T19:34:48.054Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
31222026-05-18T19:34:48.074Z Compiling progenitor v0.11.2
31232026-05-18T19:34:48.233Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
31242026-05-18T19:34:48.609Z Compiling slog-envlogger v2.2.0
31252026-05-18T19:34:49.763Z Compiling const-random v0.1.18
31262026-05-18T19:34:50.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31272026-05-18T19:34:50.487Z Compiling toml_datetime v0.7.5+spec-1.1.0
31282026-05-18T19:34:50.508Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31292026-05-18T19:34:50.785Z Compiling crc8 v0.1.1
31302026-05-18T19:34:50.855Z Compiling toml v0.9.12+spec-1.1.0
31312026-05-18T19:34:50.915Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
31322026-05-18T19:34:51.976Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31332026-05-18T19:34:53.018Z Compiling progenitor-impl v0.10.0
31342026-05-18T19:34:53.685Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
31352026-05-18T19:34:54.056Z Compiling lzma-sys v0.1.20
31362026-05-18T19:34:54.456Z Compiling thin-vec v0.2.18
31372026-05-18T19:34:54.546Z Compiling rhai_codegen v3.1.0
31382026-05-18T19:34:54.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31392026-05-18T19:34:55.079Z Compiling fs-err v3.3.0
31402026-05-18T19:34:55.365Z Compiling utf-8 v0.7.6
31412026-05-18T19:34:55.388Z Compiling typeid v1.0.3
31422026-05-18T19:34:55.594Z Compiling tungstenite v0.21.0
31432026-05-18T19:34:55.785Z Compiling rhai v1.24.0
31442026-05-18T19:34:56.783Z Compiling progenitor-macro v0.10.0
31452026-05-18T19:34:57.745Z Compiling cargo_toml v0.22.3
31462026-05-18T19:34:59.905Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31472026-05-18T19:34:59.989Z Compiling sha2 v0.10.9
31482026-05-18T19:35:01.038Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31492026-05-18T19:35:01.303Z Compiling progenitor v0.10.0
31502026-05-18T19:35:01.467Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31512026-05-18T19:35:01.491Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
31522026-05-18T19:35:02.440Z Compiling tokio-tungstenite v0.21.0
31532026-05-18T19:35:02.749Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31542026-05-18T19:35:02.958Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
31552026-05-18T19:35:05.055Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31562026-05-18T19:35:05.534Z Compiling console v0.16.3
31572026-05-18T19:35:05.786Z Compiling git-stub v1.0.0
31582026-05-18T19:35:06.338Z Compiling is_ci v1.2.0
31592026-05-18T19:35:06.525Z Compiling base64 v0.21.7
31602026-05-18T19:35:06.713Z Compiling unit-prefix v0.5.2
31612026-05-18T19:35:06.841Z Compiling indicatif v0.18.4
31622026-05-18T19:35:06.897Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31632026-05-18T19:35:07.515Z Compiling supports-color v3.0.2
31642026-05-18T19:35:07.775Z Compiling git-stub-vcs v0.1.0
31652026-05-18T19:35:08.512Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
31662026-05-18T19:35:09.310Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
31672026-05-18T19:35:09.560Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
31682026-05-18T19:35:10.828Z Compiling ron v0.12.1
31692026-05-18T19:35:10.888Z Compiling xz2 v0.1.7
31702026-05-18T19:35:11.182Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
31712026-05-18T19:35:11.224Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
31722026-05-18T19:35:13.587Z Compiling drift v0.1.4
31732026-05-18T19:35:14.417Z Compiling base16ct v1.0.0
31742026-05-18T19:35:14.690Z Compiling dropshot-api-manager v0.7.1
31752026-05-18T19:35:17.474Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
31762026-05-18T19:35:21.043Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
31772026-05-18T19:35:22.227Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
31782026-05-18T19:35:23.600Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
31792026-05-18T19:35:26.201Z Compiling natord v1.0.9
31802026-05-18T19:35:26.512Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
31812026-05-18T19:35:26.609Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
31822026-05-18T19:35:28.673Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
31832026-05-18T19:35:31.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask)
31842026-05-18T19:35:31.810Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
31852026-05-18T19:35:38.319Z Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis)
31862026-05-18T19:35:40.537Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
31872026-05-18T19:35:40.923Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
31882026-05-18T19:35:41.999Z Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab)
31892026-05-18T19:35:42.950Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
31902026-05-18T19:36:08.979Z Finished `release` profile [optimized] target(s) in 4m 24s
31912026-05-18T19:36:09.160Z
31922026-05-18T19:36:09.161Zreal 4:25.095607584
31932026-05-18T19:36:09.161Zuser 30:02.341702579
31942026-05-18T19:36:09.161Zsys 2:50.100086811
31952026-05-18T19:36:09.161Ztrap 0.762477793
31962026-05-18T19:36:09.161Ztflt 1.434803722
31972026-05-18T19:36:09.161Zdflt 1.790449072
31982026-05-18T19:36:09.161Zkflt 0.000162458
31992026-05-18T19:36:09.161Zlock 2:00:23.442234653
32002026-05-18T19:36:09.161Zslp 1:26:34.310122982
32012026-05-18T19:36:09.161Zlat 2:16.316772594
32022026-05-18T19:36:09.164Zstop 3:46.705368083
32032026-05-18T19:36:09.164Z+ for x in debug release
32042026-05-18T19:36:09.164Z+ mkdir -p /work/debug
32052026-05-18T19:36:09.167Z+ cp target/debug/ddmd /work/debug/ddmd
32062026-05-18T19:36:09.738Z+ cp target/debug/ddmadm /work/debug/ddmadm
32072026-05-18T19:36:10.234Z+ cp target/debug/mgd /work/debug/mgd
32082026-05-18T19:36:10.857Z+ cp target/debug/mgadm /work/debug/mgadm
32092026-05-18T19:36:11.380Z+ for x in debug release
32102026-05-18T19:36:11.380Z+ mkdir -p /work/release
32112026-05-18T19:36:11.383Z+ cp target/release/ddmd /work/release/ddmd
32122026-05-18T19:36:11.480Z+ cp target/release/ddmadm /work/release/ddmadm
32132026-05-18T19:36:11.560Z+ cp target/release/mgd /work/release/mgd
32142026-05-18T19:36:11.622Z+ cp target/release/mgadm /work/release/mgadm
32152026-05-18T19:36:11.711Z+ cp target/release/falcon-lab /work/release/falcon-lab
32162026-05-18T19:36:11.829Zprocess exited: duration 704541 ms, exit code 0
 
32172026-05-18T19:36:11.843Zfound 9 output files
32182026-05-18T19:36:11.843Zuploading: /work/debug/ddmadm (519847968 bytes)
32192026-05-18T19:36:18.262Zuploaded: /work/debug/ddmadm
32202026-05-18T19:36:18.262Zuploading: /work/debug/ddmd (617782016 bytes)
32212026-05-18T19:36:26.978Zuploaded: /work/debug/ddmd
32222026-05-18T19:36:26.978Zuploading: /work/debug/mgadm (609552960 bytes)
32232026-05-18T19:36:36.207Zuploaded: /work/debug/mgadm
32242026-05-18T19:36:36.208Zuploading: /work/debug/mgd (705548744 bytes)
32252026-05-18T19:36:45.531Zuploaded: /work/debug/mgd
32262026-05-18T19:36:45.531Zuploading: /work/release/ddmadm (49135872 bytes)
32272026-05-18T19:36:46.929Zuploaded: /work/release/ddmadm
32282026-05-18T19:36:46.929Zuploading: /work/release/ddmd (57100424 bytes)
32292026-05-18T19:36:48.406Zuploaded: /work/release/ddmd
32302026-05-18T19:36:48.406Zuploading: /work/release/falcon-lab (72354872 bytes)
32312026-05-18T19:36:49.967Zuploaded: /work/release/falcon-lab
32322026-05-18T19:36:49.967Zuploading: /work/release/mgadm (57173720 bytes)
32332026-05-18T19:36:51.429Zuploaded: /work/release/mgadm
32342026-05-18T19:36:51.429Zuploading: /work/release/mgd (74312064 bytes)
32352026-05-18T19:36:53.137Zuploaded: /work/release/mgd